.quote-wrapper {
    padding: calc(90px + 24px) 0px 114px;
    color: #0A0A0B;
}

.vehicle-shipping {
    margin-top: 24px;
}

.step-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.step-nav {
    margin-top: 24px;
    width: 285px;
    position: relative;
    margin-bottom: 300px;
}

.step-nav::before {
    content: '';
    height: 90%;
    width: 2px;
    background-image: linear-gradient(rgba(130, 143, 147, 0.3) 53%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 2px 8px;
    background-repeat: repeat-y;
    position: absolute;
    top: 5%;
    left: 19.5px;
}

.step-nav__item {
    color: #C6C6C6;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 56px;
    text-transform: uppercase;
}

.step-nav__item.active {
    color: #0A0A0B;
    font-weight: 500;
}

.step-nav__item.completed {
    font-weight: 500;
    color: #131717;
}

.step-nav__item:nth-child(3) {
    margin-bottom: 0;
}

.step-nav__item span {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 1;
    border: 1px solid #C6C6C6;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 16px;
}

.step-nav__item.active span {
    font-weight: 400;
    border: 2px solid #0A0A0B;
}

.step-nav__item.completed span {
    border: 2px solid #F90000;
}

.step-content {
    padding: 0px 56px 8px;
    width: 932px;
    border-left: 1px solid #0A0A0B;

}

.btn-prev {
    width: 70px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #0A0A0B;
    text-decoration: none;
    line-height: 1;
}

.btn-prev svg {
    margin-right: 12px;
    fill: #0A0A0B;
}

.quote-wrapper .step-of {
    color: #C6C6C6;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.step-content-top {
    margin-bottom: 32px;
}

.quote-wrapper .step-content-top h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 115%;
    margin-top: 24px;
    text-transform: uppercase;
}

.step-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 24px;
    opacity: 0.7;
}

.remove-btn {
    width: 87px;
    margin-left: auto;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    padding-left: 25px;
    margin-bottom: 32px;
}

.remove-btn::before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    left: 0px;
    background: url('data:image/svg+xml,<svg viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.99993 8.17832L11.7141 12.8925C11.8713 13.0443 12.0818 13.1283 12.3003 13.1264C12.5188 13.1245 12.7278 13.0369 12.8823 12.8824C13.0368 12.7278 13.1244 12.5188 13.1263 12.3003C13.1282 12.0818 13.0442 11.8713 12.8924 11.7142L8.17827 6.99998L12.8924 2.2858C13.0442 2.12863 13.1282 1.91813 13.1263 1.69963C13.1244 1.48113 13.0368 1.27212 12.8823 1.11761C12.7278 0.963107 12.5188 0.875465 12.3003 0.873567C12.0818 0.871668 11.8713 0.955664 11.7141 1.10746L6.99993 5.82165L2.28577 1.10746C2.12789 0.959416 1.91861 0.8786 1.70221 0.882114C1.48581 0.885628 1.27926 0.973196 1.12628 1.12629C0.97329 1.27939 0.885867 1.48599 0.882506 1.7024C0.879145 1.9188 0.96011 2.12803 1.10827 2.2858L5.8216 6.99998L1.10743 11.7142C1.02784 11.791 0.964357 11.883 0.920683 11.9847C0.877009 12.0863 0.85402 12.1957 0.853059 12.3063C0.852097 12.417 0.873182 12.5267 0.915083 12.6291C0.956983 12.7315 1.01886 12.8246 1.0971 12.9028C1.17535 12.9811 1.26839 13.043 1.37081 13.0849C1.47322 13.1268 1.58295 13.1478 1.6936 13.1469C1.80425 13.1459 1.9136 13.1229 2.01527 13.0793C2.11694 13.0356 2.20889 12.9721 2.28577 12.8925L6.99993 8.17832Z" fill="%230A0A0B"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
}

.temp-container .temp-inputs:nth-child(1) .remove-btn {
    display: none;
}

.step-content-main {
    max-width: 785px;
}

.step-content-main2 {
    max-width: 608px;
}

.label {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 4px;
    display: inline-block;
}

.selects-box {
    display: flex;
    justify-content: space-between;
}

.select-wrapp {
    position: relative;
}

.selects-box .select-wrapp {
    width: calc(33.33% - 15px * 2 / 3);
}

.quote-wrapper .inp {
    height: 52px;
}

.select-placeholder {
    padding: 0;
}

/* Select2 */

body .select-inp-select2 .select-inp {
    padding: 0;
}

body .select-inp-select2 .select-inp:after {
    display: none;
}

body .select-inp-select2 .select2-choice {
    height: 100%;
    padding: 15.6px 16px;
    border: none;
    border-radius: 4px;
    background: #fff;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    color: #0A0A0B;
    display: flex;
    align-items: center;
}

body .select2-container .select2-choice .select2-arrow {
    display: none;
}

body .select2-container .select2-choice {
    border: none;
    background: none;
    height: 100%;
    line-height: 20px;
}

body .select-placeholder .select2-choice {
    padding: 15.6px 16px;
}

body .select2-default {
    color: #8F929B !important;
}

body .select2-container-active .select2-choice,
body .select2-container-active .select2-choices {
    box-shadow: none;
}

body .select2-drop {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0px 4px 25px rgba(105, 114, 132, 0.2);
    margin-top: 4px;
    border: 1px solid #E6E7E8;
}

body .select2-results .select2-highlighted {
    background-color: #0A0A0B;
}

body .select2-results .select2-highlighted .select2-result-label {
    color: #fff;
}

body .select2-search {
    padding: 4px;
}

body .select2-search input {
    background: none !important;
    padding: 6px 10px;
    outline: none !important;
    border-radius: 4px;
    border: 1px solid #E6E7E8;
    font-weight: 600;
    font-size: 14px;
    color: #313131;
}

body .select2-results {
    margin: 0;
    padding: 0;
    text-align: center;
    max-height: 290px;
}

body .select2-results .select2-result-label {
    font-size: 14px;
    line-height: 17px;
    color: #313131;
    font-weight: 600;
    padding: 10px;
    border-bottom: 1px solid #E6E7E8;
}

body .select2-results .select2-disabled {
    background: transparent;
}

body .select2-results .select2-disabled .select2-result-label {
    display: none;
}

body .select2-no-results {
    padding: 10px;
}

body .select2-dropdown-open.select2-drop-above .select2-choice,
body .select2-dropdown-open.select2-drop-above .select2-choices {
    background: none;
    border: none;
    box-shadow: none;
}

body .select2-drop.select2-drop-above.select2-drop-active {
    border: none;
}

.select-placeholder-dropdown .select2-results,
.rooms-dropdown .select2-results,
.services-dropdown .select2-results {
    text-align: left;
}

body .rooms-dropdown .select2-results .select2-result-label {
    border-bottom: 0;
    /* color: #8F929B; */
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    font-family: var(--font-primary);
}

.rooms-dropdown .select2-results li.select2-result-with-children>.select2-result-label {
    color: #2C3333;
    padding: 12px 16px 4px;
}

/* body .rooms-dropdown .select2-results .select2-highlighted {
    background-color: #CDD6DA;
} */

body .rooms-dropdown .select2-results .select2-result-label {
    padding: 2px 32px;
    margin: 5px 0;
}

.rooms-dropdown .select2-results ul.select2-result-sub>li .select2-result-label {
    padding-left: 32px;
}



.multiselect {
    position: relative;
}

.multiselect-content {
    padding: 12px 16px;
    display: none;
    /* position: absolute; */
    background-color: #fff;
    min-width: 100%;
    max-height: 204px;
    overflow-y: auto;
    z-index: 1;
    border-radius: 4px;
    border: 1px solid #CDD6DA;
    margin-top: 4px;
}

.multiselect-content label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    color: #8F929B;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.multiselect-content label:last-child {
    margin-bottom: 0;
}

.multiselect-content label.selected {
    color: #0F1B24;
}

.multiselect-content label::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #828F93;
    border-radius: 2px;
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
}

.multiselect-content label::after {
    content: '';
    width: 12px;
    height: 8px;
    background: url('data:image/svg+xml,<svg viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.07129 3.14286L4.92843 7L10.9284 1" stroke="%230A0A0B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 4px);
    left: 2px;
    opacity: 0;
}

.multiselect-content label.selected::before {
    border: 1px solid #0F1B24;
}

.multiselect-content label.selected::after {
    opacity: 1;
}

.multiselect-content input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.multiselect .multiselect-content.show {
    display: block;
}

.multiselect-input {
    box-sizing: border-box;
    cursor: pointer;
}

.moving-services .multiselect {
    margin-top: 24px;
}

.other-details {
    margin-top: 32px;
    line-height: 0;
}

.other-details p {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 16px;
}

.other-details textarea {
    height: 120px;
    resize: none;
    min-height: 120px;
    line-height: 150%;
}

.show_select_load .select-inp {
    opacity: 0.5;
    pointer-events: none;
}

.show_select_load::before {
    content: '';
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    padding: 10px;
    border: 3px solid #f5f5f5;
    border-right-color: #0A0A0B;
    border-radius: 50%;
    -webkit-animation: rotate 0.7s infinite linear;
    z-index: 1;
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.validation_fail {
    border: 1px solid red !important;
}

.show_inp_load input {
    opacity: 0.3;
}

.show_inp_load::before {
    content: '';
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    padding: 10px;
    border: 3px solid #cdd0e1;
    border-right-color: #0A0A0B;
    border-radius: 50%;
    -webkit-animation: rotate 0.7s infinite linear;
    z-index: 1;
}


.inp-load {
    position: relative;
}

.inp-load::before {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    right: 40px;
    padding: 8px;
    border: 2px solid #ebf1fc;
    border-right-color: #0A0A0B;
    border-radius: 50%;
    -webkit-animation: rotate 0.7s infinite linear;
    z-index: 1;
}

.select-other {
    display: flex;
    position: relative;
}

.select-other__arrow {
    position: absolute;
    top: 7.5px;
    right: 5px;
    z-index: 2;
    padding: 8px;
    cursor: pointer;
}

.select-other__arrow img {
    max-width: 22px;
    height: auto;
}

.select-other .inp::placeholder {
    color: #828282;
    font-weight: 400;
}

.select-inp.hide,
.select-other.hide {
    display: none;
}

.select-inp {
    cursor: pointer;
}

.select-other.select-inp:after {
    display: none;
}

.check-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 115%;
    margin-bottom: 24px;
}

.check-wrapper {
    margin-top: 32px;
}

.check-box .checkbox-item {
    margin-bottom: 20px;
}

.check-box .checkbox-item:last-child {
    margin-bottom: 0;
}

.checkbox-item input[type="radio"] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.checkbox-item label {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    padding-left: 24px;
}

.checkbox-item label::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #0A0A0B;
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    border-radius: 50%;
    line-height: 1;
}

.checkbox-item label::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #0A0A0B;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 4px);
    left: 4px;
    display: none;
    line-height: 1;
}

.checkbox-item input:checked+label::after {
    display: block;
}

.another-vehicle {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #0A0A0B;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    border: none;
    background: none;
    outline: none;
    padding: 16px 0px;
    margin: 32px 0px;
    font-family: "Inter", sans-serif;
}

.another-vehicle .plus {
    font-size: 32px;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.9878 10.9947L18.9881 10.9947C19.2502 10.9901 19.5001 10.8828 19.6839 10.6958C19.8677 10.5088 19.9707 10.257 19.9707 9.99483C19.9707 9.73262 19.8677 9.48091 19.6839 9.29389C19.5001 9.10688 19.2502 8.99954 18.9881 8.99498L10.9878 8.99498L10.9878 0.994774C10.9833 0.732607 10.8759 0.482718 10.6889 0.298928C10.5019 0.115138 10.2502 0.0121517 9.988 0.012152C9.72579 0.0121523 9.47408 0.115138 9.28706 0.298928C9.10005 0.482717 8.99271 0.732607 8.98815 0.994774L8.98815 8.99498L0.987944 8.99498C0.728361 9.00332 0.482206 9.11233 0.301564 9.29893C0.120922 9.48554 0.0199668 9.7351 0.0200587 9.99482C0.0201505 10.2545 0.121282 10.504 0.302056 10.6905C0.48283 10.877 0.729062 10.9858 0.988651 10.994L8.98815 10.9947L8.98815 18.9949C8.98584 19.1276 9.01 19.2595 9.05921 19.3829C9.10842 19.5062 9.1817 19.6185 9.27478 19.7132C9.36785 19.8079 9.47885 19.8831 9.6013 19.9345C9.72376 19.9858 9.85521 20.0123 9.988 20.0123C10.1208 20.0123 10.2522 19.9858 10.3747 19.9345C10.4971 19.8831 10.6082 19.8079 10.7012 19.7132C10.7943 19.6185 10.8676 19.5062 10.9168 19.3829C10.966 19.2595 10.9902 19.1276 10.9878 18.9949L10.9878 10.9947Z" fill="%230A0A0B"/></svg>');
}

.step-buttons .btn-next {
    display: block;
    min-width: 210px;
}

.temp-container .temp-inputs:nth-child(n+2) {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #828F93;
}

.errors {
    margin: -10px 0px 40px;
    padding: 0;
    list-style-type: none;
}

.errors li {
    margin-top: 7px;
}

.errors .error {
    color: red;
}

.errors .help-text {
    color: #828f93;
    font-size: 14px;
}

.pac-logo:after {
    background-image: none !important;
    height: 0px;
    content: none;
    display: none;
}

.pac-container {
    -webkit-box-shadow: 0px 4px 25px rgba(105, 114, 132, 0.2);
    box-shadow: 0px 4px 25px rgba(105, 114, 132, 0.2);
    margin-top: 3px;
    border-radius: 4px;
    border-top: none;
}

.pac-item {
    font-size: 13px;
    padding: 4px 10px;
    cursor: pointer;
}

.pac-item-query {
    font-size: 14px;
    padding-right: 4px;
}

.pac-icon {
    background-image: url(../images/location.svg) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pac-icon {
    margin-top: 5px;
    margin-right: 8px;
}

.ui-autocomplete {
    width: 280px !important;
    padding: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 25px rgba(105, 114, 132, 0.2);
    box-shadow: 0px 4px 25px rgba(105, 114, 132, 0.2);
}

.ui-menu .ui-menu-item-wrapper {
    padding: 10px 20px;
    color: #0A0A0B;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.ui-menu .ui-menu-item .ui-state-active {
    background-color: #FC3A46;
    border: 1px solid #FC3A46;
    color: #FFF;
}

.ui-menu-item {
    border-bottom: 1px solid #E6E7E8;
}

.ui-menu-item:last-child {
    border-bottom: none;
}

.info-wrapp {
    position: relative;
}

.info-right {
    position: absolute;
    right: 16px;
    top: calc(50% - 8px);
    cursor: pointer;
    z-index: 2;
    line-height: 0;
}

.info-right span {
    visibility: hidden;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 171px;
    height: 48px;
    font-size: 13px;
    line-height: 15px;
    padding: 0px 5px 0px 9px;
    background: #fff;
    border: 1px solid #E6E7E8;
    border-radius: 4px;
    font-weight: 300;
    color: #1F2428;
    top: calc(50% - 24px);
    right: 25px;
}

.info-right span::before {
    content: '';
    position: absolute;
    top: calc(50% - 17.5px);
    right: -9px;
    height: 35px;
    width: 15px;
    background: url(../images/info-triangle-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.info-right .error-zip {
    display: none;
    width: 200px;
    padding: 0px 5px;
    width: 185px;
    font-size: 12px;
}

.name-info.info-active span,
.email-info.info-active span,
.phone-info.info-active span,
.name-info:hover span,
.email-info:hover span,
.phone-info:hover span {
    visibility: visible !important;
}

.info:hover .zip-dropdown {
    visibility: visible;
}

.info-active-zip .error-zip {
    display: flex;
    visibility: visible;
}

.info-active-zip span:not(.error-zip) {
    display: none;
}

.info-active:hover .zip-dropdown,
.info-active .zip-dropdown {
    visibility: visible;
}

.info-difference:hover .zip-dropdown,
.info-difference .long-distance {
    visibility: visible;
}

.name-info .info span {
    width: 176px;
    font-size: 12px;
    padding: 0px 4px 0px 7px;
}

.inp-item {
    margin-bottom: 24px;
}

.datepicker-wrapper .datepicker-inp {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.datepicker-calendar {
    display: none;
    margin-top: 16px;
}

.datepicker-availiable {
    flex-direction: column-reverse;
}

.datepicker-calendar .ui-datepicker {
    width: 300px;
    font-family: "Inter";
    border: none;
    padding: 32px 24px 16px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 23px 0px rgba(89, 99, 107, 0.07);
}

.datepicker-calendar .ui-datepicker .ui-datepicker-header {
    padding: 0;
    border: none;
    background: none;
}

.datepicker-calendar .ui-widget-header {
    color: #0F1B24;
}

.datepicker-calendar .ui-datepicker .ui-datepicker-title {
    line-height: 150%;
    font-weight: 400;
    font-size: 16px;
}

.datepicker-calendar .ui-datepicker table {
    margin: 0;
    margin-top: 16px;
}

.datepicker-calendar .ui-datepicker th {
    color: #8f929b;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    padding-bottom: 16px;
}

.datepicker-calendar tbody {
    margin-top: 16px;
}

.datepicker-calendar .ui-datepicker td {
    padding: 0;
}

.datepicker-calendar .ui-datepicker td span,
.datepicker-calendar .ui-datepicker td a {
    height: 35.75px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    color: #0A0A0B;
    background: none;
    border: none;
    font-weight: 600;
    line-height: 112.5%;
    border-radius: 29px;
}

.datepicker-calendar .ui-datepicker .ui-datepicker-current-day a {
    background: #F90000;
    color: #fff;
}

.datepicker-calendar .ui-widget-header .ui-icon {
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 8.825L3.825 5L0 1.175L1.18333 0L6.18333 5L1.18333 10L0 8.825Z" fill="%238F929B"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    position: static;
    margin: 0;
}

.datepicker-calendar .ui-datepicker .ui-datepicker-prev,
.datepicker-calendar .ui-datepicker .ui-datepicker-next {
    width: 27px;
    height: 30px;
    top: calc(50% - 15px);
    cursor: pointer;
    padding: 10px;
}

.datepicker-calendar .ui-datepicker .ui-datepicker-next {
    right: 0px;
}

.datepicker-calendar .ui-datepicker .ui-datepicker-prev {
    left: 0px;
    transform: rotate(-180deg);
}

.datepicker-calendar .ui-state-hover,
.datepicker-calendar .ui-widget-content .ui-state-hover,
.datepicker-calendar .ui-widget-header .ui-state-hover,
.datepicker-calendar .ui-state-focus,
.datepicker-calendar .ui-widget-content .ui-state-focus,
.datepicker-calendar .ui-widget-header .ui-state-focus,
.datepicker-calendar .ui-button:hover,
.datepicker-calendar .ui-button:focus {
    border: none;
    background: none;
}

.datepicker-calendar .ui-widget-content {
    border: 1px solid transparent;
}

.datepicker-inp.error-text+.datepicker-calendar .ui-widget-content {
    border: 1px solid red;
}

.datepicker-availiable__text {
    width: 300px;
    padding: 10px 30px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}

.checkbox-permission {
    display: flex;
    position: relative;
    margin-bottom: 32px;
}

.checkbox-permission input[type="checkbox"] {
    opacity: 0;
    height: 0;
    position: absolute;
}

.checkbox-permission label {
    padding-left: 32px;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
    position: relative;
    border: 1px solid transparent;
}

.checkbox-permission label::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #0A0A0B;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0px;
    cursor: pointer;
}

.checkbox-permission input:checked+label::after {
    content: '';
    width: 12px;
    height: 8px;
    background: url('data:image/svg+xml,<svg viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.07129 3.14286L4.92843 7L10.9284 1" stroke="%230A0A0B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: 2.3px;
}



.inputs-size {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 32px 0;
}

.inputs-size__item {
    width: calc(25% - 15px);
}

.inputs-size__wrapp {
    position: relative;
}

.inputs-size__wrapp input::-webkit-outer-spin-button,
.inputs-size__wrapp input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.select-size-wrapp {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #CDD6DA;
    height: 100%;
    display: flex;
    align-items: center;
    width: 76px;
}

body .inputs-size .select-inp-select2 .select2-choice {
    padding: 16px;
    padding: 0 38px 0 16px;
    color: #111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.select-size-wrapp .select2-container .select2-choice>.select2-chosen {
    margin: 0;
    width: 22px;
}

.select-size-wrapp .select2-container {
    height: calc(100% - 2px);
}

.select-size:after {
    content: '';
    width: 19px;
    height: 9px;
    background: url('data:image/svg+xml,<svg width="19" height="9" viewBox="0 0 19 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.25 1L9.25 8L1.25 1" stroke="%230D0B18" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 22px;
    right: 12px;
    transition: all 0.3s ease;
    z-index: 2;
    pointer-events: none;
}


.sizes-info {
    display: flex;
    margin: 40px 0 24px;
}

.sizes-info__title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 115%;
    margin-top: 7px;
}

.sizes-info__additional {
    margin-left: 24px;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    padding: 8px 16px;
    border-radius: 24px;
    border: 1px solid rgba(98, 39, 167, 0.11);
    background: rgba(98, 39, 167, 0.07);
}


.not-sizes {
    position: relative;
}

.not-sizes-info {
    position: absolute;
    top: -23px;
    right: 57px;
    width: 296px;
    padding: 11px 12px 9px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 20px;
    border: 1px solid #D7BEF6;
    background: #FFF;
}

.not-sizes-hand,
.not-sizes-close {
    line-height: 0;
}

.not-sizes-hand svg {
    min-width: 24px;
}

.not-sizes-info__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    width: 206px;
}

.not-sizes-close {
    cursor: pointer;
}

.not-sizes-close svg {
    min-width: 20px;
}

.not-sizes-heavy .not-sizes-info {
    top: 28px;
    right: 0;
}



.step-cta {
    position: absolute;
    top: calc(100% + 40px);
    left: 0;
    width: 100%;
    display: block;
    border-radius: 8px;
    border: 1px solid #C6C6C6;
    background: #F8F9F9;
    color: #0A0A0B;
    text-decoration: none;
    text-align: center;
    padding: 24px 16px 16px;
}

.step-cta img {
    max-width: 100%;
}

.step-cta__title {
    color: #0A0A0B;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    margin: 16px 0 8px;
}

.step-cta__text {
    color: #0A0A0B;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}

.step-cta__link {
    color: #0A0A0B;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    padding: 16px 0;
    margin-top: 8px;
    transition: var(--trans);
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-cta__link svg {
    margin-right: 8px;
}

.step-cta:hover .step-cta__link {
    color: var(--color-primary);
}

.step-cta__link svg {
    fill: #0A0A0B;
    transition: var(--trans);
}

.step-cta:hover .step-cta__link svg {
    fill: var(--color-primary);
}

.step-cta__link-mobile {
    display: none;
}