.vehicle-shipping {
    padding: 170px 0 150px;
    background-color: #F4F7FB;
}

.form-container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.select-container {
    padding: 70px 0px 130px;
}

.page-form-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 115%;
    color: #1F2428;
    margin-bottom: 60px;
}

.select-vehicle {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.select-vehicle__item {
    cursor: pointer;
    width: 370px;
    padding: 35px 0px 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(39, 39, 39, 0.06);
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.select-vehicle__item:hover {
    box-shadow: 0px 0px 30px rgba(39, 39, 39, 0.15);
}

.select-vehicle__item img {
    width: 100px;
    height: auto;
}

.select-vehicle__item hr {
    width: 314px;
    height: 1.8px;
    background: #E1E3EC;
    border: none;
    margin: 40px auto 30px;
}

.select_vehicle_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #1F2428;
}


.multi-step-form .step-block {
    display: none;
}

.multi-step-form .step-block:first-of-type {
    display: block;
}

.multi-step-form .step-block.hidden {
    display: none;
}

.multi-step-form .step-block.visible {
    display: block;
}

.multi-step-form .steps button {
    border: 0;
}

.multi-step-form .steps [disabled] {
    background: none;
}

.multi-step-form .steps .active {
    background: #eee;
}

.error-text {
    color: var(--red) !important;
    border: 1px solid var(--red) !important;
}

span.error-text {
    display: none !important;
}

.select-container .title-page {
    margin-bottom: 60px;
}

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

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

.step-nav::before {
    content: '';
    height: 90%;
    width: 2px;
    background-image: linear-gradient(rgba(130, 143, 147, 0.5) 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: #757575;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 56px;
}

.step-nav__item.active {
    color: var(--dark-blue);
    font-weight: 600;
}

.step-nav__item.completed {
    font-weight: 500;
    color: var(--dark-blue);
}

.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 #C6C6C6;
    background: #F4F7FB;
    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 #34CCFF;
}

.step-content {
    color: var(--black);
    padding: 32px 40px 56px;
    width: 815px;
    background: var(--white);
    box-shadow: 0px 0px 30px rgba(39, 39, 39, 0.06);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.btn-prev {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: var(--black);
    text-decoration: none;
    display: inline-block;
    margin-bottom: 24px;
    border: none;
    background: none;
    cursor: pointer;
}

.btn-prev img {
    margin-right: 12px;
}

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

.step-of {
    font-weight: 400;
    color: #757575;
    margin-bottom: 8px;
}

.step-content-top h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 115%
}

.step-subtitle {
    font-weight: 300;
    margin-top: 15px;
    line-height: 16px;
}

.step-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 32px;
}

.btn-plus {
    padding: 16px 0 14px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: var(--black);
    border: none;
    background: none;
    padding-left: 28px;
    position: relative;
    margin-bottom: 32px;
}

.btn-plus::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6326_243)"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.9883 10.9947L18.9885 10.9947C19.2507 10.9901 19.5006 10.8828 19.6844 10.6958C19.8682 10.5088 19.9712 10.257 19.9712 9.99483C19.9712 9.73262 19.8682 9.48091 19.6844 9.29389C19.5006 9.10688 19.2507 8.99954 18.9885 8.99498L10.9883 8.99498L10.9883 0.994774C10.9838 0.732607 10.8764 0.482718 10.6894 0.298928C10.5024 0.115138 10.2507 0.0121517 9.98849 0.012152C9.72628 0.0121523 9.47456 0.115138 9.28755 0.298928C9.10054 0.482717 8.99319 0.732607 8.98864 0.994774L8.98864 8.99498L0.988432 8.99498C0.728849 9.00332 0.482694 9.11233 0.302053 9.29893C0.121411 9.48554 0.0204551 9.7351 0.0205469 9.99482C0.0206388 10.2545 0.121771 10.504 0.302544 10.6905C0.483318 10.877 0.72955 10.9858 0.989139 10.994L8.98864 10.9947L8.98864 18.9949C8.98633 19.1276 9.01049 19.2595 9.0597 19.3829C9.10891 19.5062 9.18219 19.6185 9.27526 19.7132C9.36834 19.8079 9.47934 19.8831 9.60179 19.9345C9.72425 19.9858 9.8557 20.0123 9.98849 20.0123C10.1213 20.0123 10.2527 19.9858 10.3752 19.9345C10.4976 19.8831 10.6086 19.8079 10.7017 19.7132C10.7948 19.6185 10.8681 19.5062 10.9173 19.3829C10.9665 19.2595 10.9906 19.1276 10.9883 18.9949L10.9883 10.9947Z" fill="%23161D25"/></g><defs><clipPath id="clip0_6326_243"><rect width="20" height="20.0001" fill="white"/></clipPath></defs></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 16px;
    left: 0;
}

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

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

.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;
}

.move-wrapp {
    display: flex;
    justify-content: space-between;
}

.move-wrapp .move-input {
    width: 385px;
}

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

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

.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: 0 36px 0 16px;
    color: var(--black);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
}


.select2-container.inp {
    padding: 0;
}

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

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

.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: 16px;
    height: 8px;
    background: url(../images/select-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: calc(50% - 3.5px);
    right: 14px;
    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;
}

.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: #0A0A0B;
    background: none;
    border: none;
    font-weight: 500;
    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 var(--red);
}

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

.temp-inputs {
    display: none;
}

.temp-container .temp-inputs {
    display: block;
}

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

.remove-btn {
    width: 90px;
    margin-left: auto;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    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;
}

.select-non-arrow:after {
    display: none;
}

.info-wrapp {
    position: relative;
}

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

.info-right span {
    visibility: hidden;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 171px;
    height: 49px;
    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% - 26px);
    right: 25px;
}

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

.logistics-paragraphs .hide {
    display: none;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    font-family: var(--font-primary);
    border: none !important;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-autocomplete {
    z-index: 2;
    padding: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 25px rgba(105, 114, 132, .2);
    box-shadow: 0 4px 25px rgba(105, 114, 132, .2)
}

.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: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    color: #FFF
}

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

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

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

.select-other__arrow {
    position: absolute;
    top: 13px;
    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;
}

.select-inp select {
    padding: 10px 19px;
    line-height: 1.4;
}

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

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

.select-inp-select2 .select2-choice {
    height: 100%;
    padding: 14px 16px;
    border: none;
    border-radius: 4px;
    background: var(--white);
    outline: none;
    font-weight: 300;
    font-size: 16px;
    color: var(--black);
}

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

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

.select2-container.error-text .select2-chosen {
    color: var(--red);
}

.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;
}

.select2-results .select2-highlighted {
    /* background-color: #F07440; */
    background: #B8EBFF;
}

.select2-results .select2-highlighted .select2-result-label {
    color: var(--black);
}

.select2-search {
    padding: 4px;
}

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

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

.select2-results .select2-result-label {
    font-size: 14px;
    line-height: 17px;
    color: #757575;
    font-weight: 400;
    padding: 10px;
    border-bottom: 1px solid #FFF;
}

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

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

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

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

.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;
}

.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: #F4C02A;
    border-radius: 50%;
    -webkit-animation: rotate 0.7s infinite linear;
    z-index: 1;
}

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

.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 #f5f5f5;
    border-right-color: #F4C02A;
    border-radius: 50%;
    -webkit-animation: rotate 0.7s infinite linear;
    z-index: 1;
}

.validation_fail {
    color: var(--red);
    border: 1px solid var(--red);
}

.validation_fail::placeholder {
    color: var(--red);
}

.form-success {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    margin: 0;
}

.form-success-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-success-wrapper img {
    width: 200px;
    height: auto;
}

.thanks-title {
    font-weight: 700;
    font-size: 48px;
    margin: 20px 0px 10px;
}

.thanks-text {
    font-weight: 700;
}

.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 #757575;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0px;
    cursor: pointer;
}

.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.07141 11.1429L10.9286 15L16.9286 9" stroke="%23253F58" 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 var(--red);
}

.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: #F78D20;
    border-radius: 50%;
    -webkit-animation: rotate 0.7s infinite linear;
    z-index: 1;
}

.btn:disabled,
.btn[disabled] {
    opacity: 0.6;
}

.inp-hint {
    display: none;
    color: var(--red);
    font-size: 13px;
    position: absolute;
    top: calc(50% - 7px);
    right: 35px;
    pointer-events: none;
}

.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;
}

.info-right .error-zip {
    display: none;
    width: 200px;
    padding: 0px 3px;
    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;
}

.info-right .long-distance {
    font-size: 12px;
}

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

.moving-services {
    margin: 40px 0;
}

.switcher {
    display: flex;
    align-items: center;
}

.switcher input {
    display: none;
}

.switcher input+label {
    width: 50px;
    min-width: 50px;
    height: 30px;
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switcher input+label:before,
.switcher input+label:after {
    display: block;
    position: absolute;
    bottom: 0px;
    content: "";
    transition: all 0.2s ease;
}

.switcher input+label:before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0px;
    right: 0px;
    background: #E5E9ED;
    border-radius: 26px;
}

.switcher input+label:after {
    box-sizing: border-box;
    top: calc(50% - 13px);
    left: 1.5px;
    width: 26px;
    height: 26px;
    margin: 0;
    background: #FFFFFF;
    border-radius: 100%;
}

.switcher input:checked+label:before {
    background: #3DA21D;
}

.switcher input:checked+label:after {
    left: calc(100% - 27.5px);
}

.switcher-text {
    font-size: 16px;
    line-height: 130%;
    margin-left: 16px;
    font-weight: 400;
    color: #1F2428;
}

.switcher-select {
    margin-top: 24px;
}

.switcher-select div.select-inp {
    border: 1px solid #E1E3EC;
    background: #FFF;
    border-radius: 4px;
}

.switcher-select .inp {
    font-weight: 400;
}

.switcher-select .inp:after {
    right: 16px;
}

.switcher-select .inp:requivar(--red):invalid {
    opacity: 0.4;
}

.switcher-select label {
    margin-bottom: 8px;
}

/* Responsive */

@media screen and (max-width: 1199px) {
    .step-content {
        width: 700px;
        padding: 32px 28px 56px;
    }

    .step-nav__item {
        font-size: 18px;
    }

    .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;
    }
}

@media screen and (max-width: 1023px) {
    .step-box {
        flex-direction: column;
    }

    .vehicle-shipping {
        padding: 100px 0 150px;
    }

    .step-nav {
        width: 100%;
        margin-bottom: 24px;
    }

    .step-nav__item {
        margin-bottom: 24px;
    }

    .step-content {
        padding: 32px 20px 40px;
        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;
    }
}


@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%;
    }
}


@media screen and (max-width: 410px) {
    .step-content-top h2 {
        font-size: 21px;
    }
}

@media screen and (max-width: 359px) {
    .step-content {
        padding: 31px 16px 40px;
    }

    .datepicker-calendar .ui-datepicker {
        width: 290px;
    }

    .datepicker-calendar .ui-datepicker {
        padding: 32px 8px 16px;
        width: 260px;
    }

    .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%;
    }
}