table tr td {
    padding: 5px;
    vertical-align: top;
}

table tr td:first-of-type {
    text-align: right;
}

table tr td:last-of-type {
    text-align: left;
}

.selectric-wrapper {
    max-width: 320px;
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #DADADA;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.selectric .label {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 24px 0 6px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #0C0C0C;
    position: relative;
    height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric .label::after {
    position: absolute;
    right: 0;
    content: '';
    height: 21px;
    width: 1px;
    display: block;
    background-color: #959B9F;
    top: 4px;
}

.selectric .icon-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 28px;
    display: block;
    cursor: pointer;
    will-change: transform;
}
.selectric .icon-arrow::after,
.selectric .icon-arrow::before {
    position: absolute;
    content: '';
    top: calc(50% - 4px);
    left: 9px;
    width: 1px;
    background-color: #959B9F;
    height: 9px;
    transition: transform .6s ease;
}
.selectric .icon-arrow::after {
    transform: rotate(45deg);
    left: 15px;
}
.selectric .icon-arrow::before {
    transform: rotate(-45deg);
}
.selectric-open .selectric .icon-arrow::after {
    transform: rotate(135deg);
}
.selectric-open .selectric .icon-arrow::before {
    transform: rotate(-135deg);
}

.selectric-focus .selectric {
    border-color: #46aad7;
}

.selectric-hover .selectric {
    border-color: #DADADA;
}

.selectric-hover .selectric .button {
    color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: #DADADA;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    opacity: .5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    height: 0;
    width: 0;
    position: absolute;
    opacity: 0;
    font-size: 0;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #DADADA;
    z-index: -1;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #010101;
    cursor: pointer;
}

.selectric-items li.selected {
    background-color: #E0E0E0;
    color: #444;
}

.selectric-items li.highlighted {
    background: #D0D0D0;
    color: #444;
}

.selectric-items li:hover {
    background: #D5D5D5;
    color: #444;
}

.selectric-items .disabled {
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}
.form-order__box::before {
    content: '' !important;
    display: none !important;
}
.branch-images {
    display: flex;
    column-gap: 20px;
}
.branch-images .form-order-image {
    width: 150px;
}
.branch-images a:hover {
    cursor: pointer;
}