.quote-wrapper {
    background-color: var(--white);
    padding: 40px 0px 120px;
    color: var(--black);
}

.quote-title {
    font-size: 42px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 40px;
}

.vehicle-shipping {
    margin-top: 24px;
}

.step-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.step-nav {
    width: 285px;
    position: relative;
}

.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: var(--grey);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 56px;
    text-transform: uppercase;
}

.step-nav__item.active {
    color: var(--black);
    font-weight: 500;
}

.step-nav__item.completed {
    font-weight: 500;
    color: #131717;
}

.step-nav__item:last-child {
    margin-bottom: 0;
}

.step-nav__item span {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 1;
    border: 1px solid var(--grey);
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 16px;
    font-weight: 500;
}

.step-nav__item.active span {
    font-weight: 400;
    border: 2px solid var(--black);
}

.step-nav__item.completed span {
    border: 2px solid var(--violet);
}

.step-content {
    padding-left: 32px;
    width: 825px;
    border-left: 1px solid var(--black);
}

.btn-prev {
    display: flex;
    align-items: center;
    width: 75px;
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
    color: var(--black);
    text-decoration: none;
    text-transform: uppercase;
    transition: var(--trans);
    margin-bottom: 48px;
}

.btn-prev:hover {
    opacity: 0.7;
}

.btn-prev svg {
    margin-right: 8px;
}

.quote-wrapper .step-of {
    color: var(--black);
    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: 600;
    line-height: 130%;
    margin-top: 24px;
    text-transform: uppercase;
}

.step-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 8px;
}

.remove-btn {
    width: 87px;
    margin-left: auto;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 130%;
    padding-left: 25px;
    margin-bottom: 32px;
}

.remove-btn::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 9px);
    left: 0px;
    background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.00003 8.94293L11.7713 12.7143C11.8971 12.8357 12.0655 12.9029 12.2403 12.9014C12.4151 12.8999 12.5823 12.8297 12.7059 12.7061C12.8295 12.5825 12.8996 12.4153 12.9011 12.2405C12.9026 12.0657 12.8354 11.8973 12.714 11.7716L8.94269 8.00026L12.714 4.22893C12.8354 4.10319 12.9026 3.93479 12.9011 3.75999C12.8996 3.5852 12.8295 3.41799 12.7059 3.29438C12.5823 3.17078 12.4151 3.10067 12.2403 3.09915C12.0655 3.09763 11.8971 3.16482 11.7713 3.28626L8.00003 7.0576L4.22871 3.28626C4.10241 3.16783 3.93498 3.10317 3.76186 3.10598C3.58874 3.1088 3.42351 3.17885 3.30112 3.30132C3.17873 3.4238 3.10879 3.58909 3.1061 3.76221C3.10341 3.93533 3.16819 4.10271 3.28671 4.22893L7.05736 8.00026L3.28604 11.7716C3.22237 11.8331 3.17158 11.9067 3.13664 11.988C3.1017 12.0693 3.08331 12.1568 3.08254 12.2453C3.08178 12.3338 3.09864 12.4216 3.13216 12.5036C3.16568 12.5855 3.21519 12.6599 3.27778 12.7225C3.34038 12.7851 3.41481 12.8346 3.49674 12.8681C3.57867 12.9017 3.66646 12.9185 3.75498 12.9178C3.8435 12.917 3.93098 12.8986 4.01231 12.8637C4.09365 12.8287 4.16721 12.7779 4.22871 12.7143L8.00003 8.94293Z" fill="%230D0B18"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.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;
}

.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 var(--grey);
    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: var(--black);
    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: var(--black);
    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: var(--black);
    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: 600;
    line-height: 150%;
    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 var(--color-primary);
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    border-radius: 50%;
    line-height: 1;
}

.checkbox-item label::after {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--color-primary);
    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: var(--black);
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
    border: none;
    background: none;
    text-transform: uppercase;
    outline: none;
    padding: 8px 0px;
    margin: 32px 0px;
}

.another-vehicle .plus {
    font-size: 32px;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    background: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.63757 -2.34453C6.73107 -2.43639 6.85728 -2.48816 6.98836 -2.48816C7.11933 -2.48806 7.24504 -2.43565 7.33846 -2.34384C7.42965 -2.25406 7.48312 -2.13314 7.48762 -2.00548V6.495H15.9798L16.0765 6.50605C16.1711 6.52653 16.2583 6.5748 16.3271 6.64484C16.4188 6.7382 16.4706 6.86344 16.4708 6.99425C16.4708 7.12533 16.419 7.25154 16.3271 7.34504C16.2583 7.4151 16.1711 7.46337 16.0765 7.48384L15.9798 7.49489H7.48762V7.99484L7.48831 15.9947L7.48762 15.9954V16.0036C7.48876 16.07 7.477 16.136 7.4524 16.1977C7.4278 16.2593 7.3905 16.3154 7.34399 16.3627C7.29752 16.4099 7.24212 16.4476 7.18102 16.4732C7.11997 16.4988 7.05455 16.5125 6.98836 16.5126C6.92197 16.5126 6.85555 16.4989 6.79432 16.4732C6.73323 16.4475 6.67781 16.41 6.63136 16.3627C6.58483 16.3154 6.54824 16.2587 6.52363 16.197C6.49917 16.1355 6.48659 16.0698 6.48773 16.0036L6.48842 15.9947L6.48773 7.99484V7.49489H5.98778L-2.0017 7.49351C-2.12925 7.48795 -2.25039 7.43407 -2.33937 7.34228C-2.42956 7.24908 -2.48019 7.12396 -2.48024 6.99425C-2.48018 6.86453 -2.4296 6.73943 -2.33937 6.64622C-2.24926 6.55322 -2.12627 6.49868 -1.99686 6.49431L5.98778 6.495H6.48773V5.99505L6.48704 -1.9965H6.48842C6.4907 -2.12758 6.54407 -2.25263 6.63757 -2.34453Z" fill="%230D0B18" stroke="%230D0B18"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.step-buttons .btn-next {
    display: block;
    min-width: 210px;
}

.step-buttons .btn-transparent-black:hover {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}

.temp-container .temp-inputs:nth-child(n+2) {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid var(--grey);
}

.errors {
    margin: -10px 0px 40px;
    padding: 0;
    list-style-type: none;
}

.errors li {
    margin-top: 7px;
}

.errors .error {
    color: red;
}

.errors .help-text {
    color: var(--grey);
    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;
}

.hdpi .pac-icon {
    background-image: url(../images/location.svg);
    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);
    font-family: var(--font-primary);
}

.ui-menu .ui-menu-item-wrapper {
    padding: 10px 20px;
    color: var(--black);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.ui-menu .ui-menu-item .ui-state-active {
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    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: var(--font-primary);
    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: var(--black);
    background: none;
    border: none;
    font-weight: 600;
    line-height: 112.5%;
    border-radius: 29px;
}

.datepicker-calendar .ui-datepicker .ui-datepicker-current-day a {
    background: var(--color-primary);
    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;
}

.checkbox-permission input[type="checkbox"] {
    opacity: 0;
    height: 0;
    position: absolute;
}

.checkbox-permission label {
    padding-left: 40px;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
    position: relative;
    border: 1px solid transparent;
}

.checkbox-permission label::before {
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid var(--black);
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0px;
    cursor: pointer;
}

.checkbox-permission input:checked+label::before {
    border: 1px solid var(--color-primary);
}

.checkbox-permission input:checked+label::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.07129 11.1431L10.9284 15.0002L16.9284 9.00024" stroke="%239B5BF1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}

.checkbox-permission input.error-text+label {
    border: 1px solid red;
}

.use-number {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    margin-top: 16px;
    margin-bottom: 32px;
}



.inputs-size {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 32px 0;
    display: none;
}

.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 #E1E3EC;
    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;
}

.switcher {
    display: flex;
    align-items: center;
}

.switcher input {
    display: none;
}

.switcher input+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
}

.switcher input+label {
    width: 51px;
    min-width: 51px;
    height: 31px;
}

.switcher input+label:before,
.switcher input+label:after {
    display: block;
    position: absolute;
    bottom: 0px;
    content: "";
    transition: all 0.2s ease;
}

.switcher input+label:before {
    top: 0px;
    left: 0px;
    right: 0px;
    background: #E7E7E7;
    border-radius: 60px;
}

.switcher input+label:after {
    top: calc(50% - 14px);
    left: 0px;
    width: 28px;
    height: 28px;
    margin: 0;
    margin-left: 2px;
    background: #FFFFFF;
    border-radius: 100%;
}

.switcher input:checked+label:before {
    background: #3DA21D;
}

.switcher input:checked+label:after {
    margin-left: calc(100% - 30px);
}

.switcher-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #111;
    margin-left: 16px;
    margin-bottom: 0;
}

.switcher-select {
    margin-top: 32px;
}

.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;
}

.rv-select-inp {
    cursor: pointer;
    position: relative;
    user-select: none;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.rv-select-inp: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: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 22px;
    right: 12px;
    transition: all 0.3s ease;
    z-index: 2;
    pointer-events: none;
}

.selected-value {
    font-weight: 400;
    font-size: 14px;
}

.rv-select-value.error-text~.rv-select-inp {
    border: 1px solid red !important;
}

.rv-options {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #E1E3EC;
    z-index: 100;
    max-height: 500px;
    overflow-y: auto;
    padding-top: 16px;
}

.main-option {
    padding: 4px 32px 4px 16px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}

.main-option::before {
    content: '';
    width: 17px;
    height: 18px;
    background-image: url('data:image/svg+xml,<svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.5 0.5C8.77614 0.5 9 0.723858 9 1V8.5H16.5C16.7761 8.5 17 8.72386 17 9C17 9.27614 16.7761 9.5 16.5 9.5H9V17C9 17.2761 8.77614 17.5 8.5 17.5C8.22386 17.5 8 17.2761 8 17V9.5H0.5C0.223858 9.5 0 9.27614 0 9C0 8.72386 0.223858 8.5 0.5 8.5H8V1C8 0.723858 8.22386 0.5 8.5 0.5Z" fill="%236227A7"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 8px;
    right: 16px;
    transition: var(--trans);
}

.main-option.active::before {
    background-image: url('data:image/svg+xml,<svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.5 8.5C16.7761 8.5 17 8.72386 17 9C17 9.27614 16.7761 9.5 16.5 9.5H0.5C0.223858 9.5 0 9.27614 0 9C0 8.72386 0.223858 8.5 0.5 8.5H16.5Z" fill="%236227A7"/></svg>')
}

.sub-options {
    display: none;
    background: #fff;
    margin-bottom: 12px;
}

.sub-options.active {
    display: block;
}

.sub-option {
    padding: 9px 32px;
    cursor: pointer;
}

.sub-option:last-child {
    margin-bottom: 0;
}

.sub-option:hover {
    background: #f9f9f9;
}

.sub-option.selected {
    background: rgba(98, 39, 167, 0.10);
}

.rv-select.open .rv-options {
    display: block;
}

.rv-select-value {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.not-sizes-rv .not-sizes-info {
    top: 28px;
    right: 0;
}



/* Responsive */

@media screen and (max-width: 1199px) {
    .step-content {
        width: 700px;
    }

    .step-nav__item {
        font-size: 18px;
        text-transform: capitalize;
    }

    .step-nav {
        width: 240px;
    }

    .step-nav__item span {
        margin-right: 8px;
    }

    .step-nav__item span {
        width: 32px;
        height: 32px;
    }

    .step-nav__item span {
        font-size: 18px;
    }

    .step-nav::before {
        left: 14.5px;
    }

    .not-sizes:not(.not-sizes-rv) .not-sizes-info {
        right: 0;
        padding: 10px 12px 9px;
        width: 230px;
    }

    .sizes-info__title {
        font-size: 18px
    }

    .sizes-info__additional {
        margin-left: 16px
    }

    .not-sizes:not(.not-sizes-rv) .not-sizes-info__text {
        width: 140px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1023px) {

    .quote-wrapper {
        padding: 100px 0px 120px;
    }

    .step-box {
        flex-direction: column;
    }

    .step-nav {
        width: 100%;
        margin-bottom: 24px;
    }

    .step-nav__item {
        margin-bottom: 24px;
        font-size: 16px;
        text-transform: uppercase;
    }

    .quote-title {
        font-size: 40px;
        margin-bottom: 24px;
    }

    .btn-prev {
        margin-bottom: 24px;
    }

    .step-content {
        padding-top: 32px;
        margin-top: 8px;
        border-top: 1px solid var(--black);
        border-left: none;
        padding-left: 0;
    }

    .step-content-main2 {
        max-width: 100%;
    }

    .step-nav__item.completed img {
        max-width: 18px;
    }

    .step-content {
        width: 100%;
    }
}


@media screen and (max-width: 767px) {
    .inputs-size {
        margin-bottom: 0;
    }

    .inputs-size__item {
        width: calc(50% - 5px);
        margin-bottom: 16px;
    }

    .inputs-size__item:nth-child(3),
    .inputs-size__item:nth-child(4) {
        margin-bottom: 0;
    }

    .check-wrapper {
        margin-top: 28px;
    }

    .selects-box .select-wrapp {
        width: calc(33.33% - 10px * 2 / 3);
    }

    .step-nav {
        margin-top: 0;
    }

    .quote-title {
        font-size: 34px;
    }

    .sizes-info__title {
        margin-top: 0
    }

    .sizes-info {
        flex-direction: column
    }

    .sizes-info__additional {
        width: 240px;
        margin-left: 0;
        margin-top: 24px
    }

    .not-sizes {
        margin-top: 32px;
    }

    .not-sizes:not(.not-sizes-rv) .not-sizes-info {
        position: static;
        width: 296px;
        margin-top: 24px;
        margin-bottom: 16px
    }

    .not-sizes:not(.not-sizes-rv) .not-sizes-info__text,
    .not-sizes-info__text {
        width: calc(100% - 62px)
    }

    .rv-options {
        max-height: 400px
    }

    .not-sizes:not(.not-sizes-rv) .not-sizes-info__text {
        font-size: 14px
    }
}


@media screen and (max-width: 574px) {
    .selects-box {
        flex-direction: column;
    }

    .select-wrapp {
        width: 100%;
        margin-bottom: 16px;
    }

    .selects-box .select-inp,
    .selects-box .select-wrapp {
        width: 100%;
    }

    .step-buttons .btn {
        width: 100%;
    }

    .quote-title {
        font-size: 30px;
    }

    .quote-wrapper .step-content-top h2 {
        font-size: 20px;
    }

    .not-sizes-info {
        position: static;
        width: 296px;
        margin-top: 24px;
        margin-bottom: 16px
    }

    .not-sizes {
        margin-top: 24px;
    }
}


@media screen and (max-width: 410px) {
    .step-content-top h2 {
        font-size: 21px;
    }
}

@media screen and (max-width: 359px) {

    .datepicker-calendar .ui-datepicker {
        width: 290px;
    }

    .datepicker-calendar .ui-datepicker {
        padding: 32px 8px 16px;
        width: 290px;
    }

    .datepicker-calendar .ui-datepicker td span,
    .datepicker-calendar .ui-datepicker td a {
        height: 37px;
    }

    .datepicker-availiable__text {
        width: 100%;
    }

    .step-subtitle {
        font-size: 15px;
    }

    .inputs-size {
        flex-direction: column;
    }

    .inputs-size__item {
        width: 100%;
    }

    .quote-title {
        font-size: 28px;
    }

    .not-sizes-info {
        width: 100%;
    }
}