img {
    height: auto;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.select-container {
    padding: 40px 0px 130px;
}

.page-form-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 115%;
    color: #1F2428;
    margin-bottom: 32px;
}

.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;
}

.vehicle-shipping-form {
    display: none;
}

.vehicle-shipping-form .step-block {
    display: none;
}

.vehicle-shipping-form .step-block:first-of-type {
    display: block;
}

.vehicle-shipping-form .step-block.hidden {
    display: none;
}

.vehicle-shipping-form .step-block.visible {
    display: block;
}

.vehicle-shipping-form .steps button {
    border: 0;
}

.vehicle-shipping-form .steps [disabled] {
    background: none;
}

.vehicle-shipping-form .steps .active {
    background: #eee;
}

.error-text {
    color: red !important;
    border: 1px solid red !important;
}

span.error-text {
    display: none !important;
}

.select-container .title-page {
    margin-bottom: 60px;
}

.btn-form {
    width: 264px;
    font-size: 16px;
}

.step-box {
    display: flex;
    justify-content: space-between;
}

.vehicle-step-nav {
    width: 260px;
}

.vehicle-step-nav__item {
    position: relative;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #AFB0B2;
    margin-bottom: 32px;
    padding-right: 38px;
    display: flex;
}

.vehicle-step-nav__item span:first-child {
    margin-right: 8px;
}

.vehicle-step-nav__item.active {
    color: #F78D20;
}

.vehicle-step-nav__item.completed {
    color: #3FA420;
}

.vehicle-step-nav__item.completed::after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 19px;
    height: 14px;
    background: url(../images/check-mark-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

.step-content {
    padding: 46px 38px 54px 42px;
    width: 870px;
    min-height: 680px;
    background: #EEF1FB;
    box-shadow: 0px 0px 30px rgba(39, 39, 39, 0.06);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.step-content-top {
    margin-bottom: 33px;
}

.step-of {
    font-weight: 400;
    color: #AFB0B2;
    margin-bottom: 16px;
}

.step-content-top h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px
}

.step-subtitle {
    font-weight: 300;
    margin-top: 16px;
    line-height: 100%;
}

.step-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button.light-btn {
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #AFB0B2;
    border: none;
    background: none;
}

.inp,
.select-inp input {
    width: 100%;
    height: 60px;
    padding: 23px 19px;
    background: #FCFDFF;
    border: 1px solid #E1E3EC;
    border-radius: 4px;
    outline: none;
    font-weight: 300;
    font-size: 14px;
    color: #1F2428;
}

.inp::placeholder {
    font-weight: 300;
    font-size: 14px;
    color: #1F2428;
}

.selects-box {
    display: flex;
    justify-content: space-between;
}

.selects-box .select-inp {
    width: 250px;
}

.select-wrapp {
    position: relative;
}

.inp-wrapp {
    position: relative;
    width: 100%;
}

.select-inp {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-inp:after {
    content: '';
    width: 17px;
    height: 9px;
    background: url(../images/select-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: calc(50% - 3.5px);
    right: 12.5px;
    transition: all 0.3s ease;
    z-index: 2;
    pointer-events: none;
}

.select-inp.active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select-inp input::placeholder {
    font-size: 13px;
    color: #828282;
    font-weight: 400;
}

.label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 18px;
}

.check-wrapper {
    margin: 15px 0px 33px;
}

.check-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 35px;
}

.check-box {
    display: flex;
    align-items: center;
    position: relative;
}

.check-box-date {
    flex-wrap: wrap;
}

.choice-date-error {
    width: 100%;
    margin-top: 24px;
    color: red;
}

.checkbox-item {
    position: relative;
    margin-right: 40px;
    padding-left: 50px;
}

.checkbox-item input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.checkbox-item label {
    font-weight: 300;
    position: relative;
    cursor: pointer;
}

.checkbox-item label::before {
    content: '';
    width: 36px;
    height: 36px;
    background: #FCFDFF;
    border: 1px solid #E1E3EC;
    border-radius: 4px;
    position: absolute;
    top: -10px;
    left: -50px;
    cursor: pointer;
}

.checkbox-item input.error-text+label::before {
    border: 1px solid red;
}

.checkbox-item label::after {
    display: none;
    content: '';
    width: 19px;
    height: 13px;
    background: url(../images/check-mark-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 2px;
    left: -41px;
}

.checkbox-item input:checked+label::after {
    display: block;
}

.checkbox-item input:checked+label::after {
    display: block;
}

.checkbox-item input:checked+label::before {
    background: #F78D20;
    border: none;
}

.move-wrapp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.move-wrapp .move-input {
    width: 385px;
}

.inp-item {
    margin-bottom: 30px;
}

.precise-sizes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.inputs-size {
    display: flex;
    justify-content: space-between;
    margin: 32px 0;
}

.inputs-size__item {
    width: calc(25% - (16px * 3) / 4);
    display: flex;
    flex-direction: column;
}

.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;
}

.precise-sizes .select-inp-select2 .select2-choice {
    display: flex;
    align-items: center;
    padding: 16px;
    padding: 0 36px 0 16px;
    color: #111;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    height: 100%;
}

.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;
}

.datepicker-wrapper {
    position: absolute;
    top: 30px;
    left: 50px;
    z-index: 2;
}

.ui-datepicker-calendar {
    width: 100%;
}

.ui-datepicker {
    padding: 30px 40px 20px 35px;
}

.ui-widget.ui-widget-content {
    width: 375px;
    border: none;
    background: #FFFFFF;
}

.ui-widget-header {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #1F2428;
    background: none;
    border: none;
}

.ui-datepicker .ui-datepicker-header {
    padding: 0;
    position: relative;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    color: #C6C3D2;
}

.ui-datepicker-prev.ui-state-disabled {
    opacity: .35;
    cursor: default !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    border: none;
    background: none;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.ui-datepicker th {
    padding: 25px 0px 0px;
    font-size: 15px;
    line-height: 18px;
    color: #F78D20;
    font-weight: 400;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 40px;
    border-radius: 50%;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: 0;
}

.ui-datepicker-current-day {
    background: #F78D20;
    border-radius: 50%;
}

.ui-datepicker-current-day a {
    color: #fff !important;
}

.ui-datepicker td {
    width: 30px;
}

.ui-widget-header .ui-icon {
    width: 6.5px;
    height: 12px;
    background-image: url(../images/vehicle-date-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    position: absolute;
    margin-left: 0;
    left: auto;
    right: 0;
    font-size: 0;
    /* top: calc(50% - 6.5px); */
    top: calc(50% - 1.5px);
}

.ui-datepicker .ui-datepicker-prev span {
    left: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 6.5px;
    height: 100%;
    cursor: pointer;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: none;
    background: none;
    border-width: 0;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}

.temp-inputs {
    display: none;
}

.temp-container .temp-inputs {
    display: block;
    margin-top: 25px;
}

.remove-btn {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    font-weight: 500;
    font-size: 15px;
    line-height: 14px;
    color: #EB5757;
    padding-top: 5px;
    margin-top: 0;
    margin-bottom: 35px;
}

.remove-btn::before {
    content: '';
    width: 26px;
    height: 26px;
    background: url(../images/remove.svg);
    position: absolute;
    top: 0;
    left: 0;
}

.temp-container .temp-inputs:nth-child(1) .remove-btn {
    display: none;
}

.check-container {
    display: flex;
    align-items: center;
}

.check-container .check-wrapper {
    width: 270px;
}

.select-non-arrow:after {
    display: none;
}

.datepicker-inp {
    opacity: 0;
    visibility: hidden;
}

.datepicker-inp.error-text+.datepicker .ui-widget.ui-widget-content,
.datepicker-inp.error-text+.datepicker-flex .ui-widget.ui-widget-content {
    border: 1px solid red;
}

.datepicker-availiable {
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
    /* margin-top: -20px; */
    position: relative;
    z-index: 3;
}

.datepicker-availiable p {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 0px 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

.datepicker-flex .ui-widget.ui-widget-content {
    border-bottom: 1px solid #F2F6FC;
}

.datepicker,
.datepicker-flex {
    box-shadow: 0px 0px 30px rgb(39 39 39 / 6%);
    border-radius: 8px;
}

.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: 50px;
    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% - 25px);
    right: 20px;
    left: auto;
}

.info-right span::before,
.info-active-zip .error-zip::before {
    content: '';
    position: absolute;
    top: 7px;
    right: -9px;
    left: auto;
    height: 35px;
    width: 15px;
    background: url(../images/info-triangle-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotate(180deg);
}

.info:hover .zip-dropdown {
    visibility: visible;
}

.info-active:hover .zip-dropdown,
.info-active .zip-dropdown {
    visibility: visible;
}

#ui-datepicker-div {
    display: none;
}

.logistics-paragraphs .hide {
    display: none;
}

.paragraphs-more {
    cursor: pointer;
    color: #F78D20;
}

.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;
}

.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;
    /* support: IE10, see #8844 */
    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;
    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.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: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.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 {
    width: 385px !important;
    z-index: 2;
    padding: 0px;
    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: #313131;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.ui-menu .ui-menu-item .ui-state-active {
    background-color: #F78D20;
    border: 1px solid #F78D20;
    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: 18px 19px;
    border: none;
    border-radius: 4px;
    background: #FCFDFF;
    outline: none;
    font-weight: 300;
    font-size: 16px;
    color: #1F2428;
    height: 60px;
    display: flex;
    align-items: center;
}

.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: 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: #F78D20;
}

.select2-results .select2-highlighted .select2-result-label {
    color: #fff;
}

.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: #313131;
    font-weight: 600;
    padding: 10px;
    border-bottom: 1px solid #E6E7E8;
}

.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;
}

.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: #F78D20;
    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: #F78D20;
    border-radius: 50%;
    -webkit-animation: rotate 0.7s infinite linear;
    z-index: 1;
}

.validation_fail {
    color: red;
    border: 1px solid red;
}

.validation_fail::placeholder {
    color: red;
}

.btn-form {
    width: 264px;
    font-size: 16px;
}

.btn-form:not(:disabled):hover {
    opacity: 0.8;
}

.btn1 {
    height: 66px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
    /* text-transform: uppercase; */
    background: #F78D20;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
}

.checkbox-permission {
    display: flex;
    position: relative;
    padding-left: 40px;
    margin-top: 35px;
    margin-bottom: 47px;
    max-width: 100%;
}

.checkbox-permission input[type="checkbox"] {
    /* display: none; */
    opacity: 0;
    height: 0;
    width: 0;
}

.checkbox-permission label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #525252;
    border: 1px solid transparent;
}

.checkbox-permission label a {
    color: #525252;
    text-underline-offset: 3px;
}

.checkbox-permission label::before {
    content: '';
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #D0D0D0;
    border-radius: 6px;
    position: absolute;
    top: calc(50% - 13px);
    left: -40px;
    cursor: pointer;
}

.checkbox-permission label::after {
    display: none;
    content: '';
    width: 18px;
    height: 10px;
    background: url(../images/check-mark-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: calc(50% - 4px);
    left: -36px;
}

.checkbox-permission input.error-text+label {
    border: 1px solid red;
}

.checkbox-permission input:checked+label::after {
    display: block;
}

.checkbox-permission input:checked+label::after {
    display: block;
}

.checkbox-permission input:checked+label::before {
    background: #3DAB40;
    border: 1px solid #3DAB40;
}

.use-number {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #828282;
    margin-top: 24px;
    margin-bottom: 64px;
    max-width: 610px;
}

.use-number a,
.use-number span {
    color: #828282;
    text-decoration: underline;
}

.form-switch {
    padding: 0;
    margin-bottom: 35px;
    border: none;
}

.select-rooms label::before {
    background: #EEF1FB;
}

.select-rooms {
    width: 100%;
    max-width: 348px;
    margin-bottom: 40px;
}

.form-after {
    display: none;
    padding: 170px 0px;
}

.moving-service {
    border-radius: 5px;
    border: none;
}

.moving-service {
    background: #F3F6FC;
    padding: 14px 30px 35px;
    flex-wrap: wrap;
}

.moving-service-text {
    position: static;
    width: 100%;
    background: none;
    margin-bottom: 22px;
}

.want-moving {
    background: #F3F6FC;
    font-weight: 400;
}

.thank-info {
    background: none;
}

.thank-rooms {
    font-weight: 600;
    background: #fff;
}

.thank-info__text {
    width: 280px;
}

.head {
    padding: 0 !important;
    background: none !important;
    min-height: auto !important;
    display: block !important;
}

.return-to-site {
    text-decoration: none;
}

.company-loader {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #F3F6FC;
    z-index: 99;
    display: flex;
    justify-content: center;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.company-loader.active {
    visibility: visible;
}

.company-loader-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.company-loader-content {
    margin-top: auto;
    margin-bottom: auto;
}

.company-loader__img {
    text-align: center;
    line-height: 0;
}

@keyframes rotateGearReverse {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-359deg);
    }
}

.company-loader__img img {
    animation: rotateGearReverse 4s infinite linear;
}

.company-loader__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    margin: 48px 0 24px;
}

.company-loader__text {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.step-subtitle2 {
    line-height: 150%;
}

.step-subtitle-info {
    padding-left: 30px;
    position: relative;
    display: flex;
}

.step-subtitle-required {
    display: flex;
}

.step-subtitle-required span {
    margin-right: 4px;
}

.step-subtitle-info span {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 15.2C11.9765 15.2 15.2 11.9765 15.2 8C15.2 4.02355 11.9765 0.8 8 0.8C4.02355 0.8 0.8 4.02355 0.8 8C0.8 11.9765 4.02355 15.2 8 15.2ZM8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z" fill="%231F2428"/><path d="M8.8002 4.8C8.8002 5.24183 8.44202 5.6 8.0002 5.6C7.55837 5.6 7.2002 5.24183 7.2002 4.8C7.2002 4.35817 7.55837 4 8.0002 4C8.44202 4 8.8002 4.35817 8.8002 4.8Z" fill="%231F2428"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.40039 12V7.19995H8.60039V12H7.40039Z" fill="%231F2428"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: 0;
}

.carriers {
    position: relative;
    margin: 32px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.carrier-input {
    opacity: 0;
    position: absolute;
}

.carrier {
    cursor: pointer;
    width: calc(50% - 4px);
    padding: 24px;
    border-radius: 4px;
    border: 1px solid #AFB0B2;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    height: 110px;
    position: relative;
}

.carrier:nth-child(3),
.carrier:nth-child(4) {
    margin-bottom: 0;
}

.carrier-input:not(:disabled)+.carrier:hover,
.carrier-input:checked+label {
    background: #043148;
    color: #fff;
}

.carrier.best-choice {
    border: 2px solid #3FA420;
}


.carrier-input:disabled+label {
    border: 1px solid rgba(175, 176, 178, 0.30);
}

.carrier-input:disabled+label .carrier-content,
.carrier-input:disabled+label .carrier-stars,
.carrier-input:disabled+label .unavailable-text {
    opacity: 0.3;
}

.carrier-input:disabled+label::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: not-allowed;
}

.best-choice-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 130%;
    color: #fff;
    background: #3FA420;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 4px;
    padding: 2px 8px;
}

.carrier-input:disabled+label .best-choice-text {
    display: none;
}

.unavailable-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    color: #0F1B24;
    background: rgba(15, 27, 36, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 4px;
    padding: 2px 8px;
    display: none;
}

.carrier-input:disabled+label .unavailable-text {
    display: block;
}

.unavailable-hint {
    padding: 16px 33px 18px;
    background-color: #fff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    position: absolute;
    top: 28px;
    left: 37px;
    z-index: 1;
    width: 370px;
    visibility: hidden;
    cursor: not-allowed;
}

.carrier-input:disabled+label:hover .unavailable-hint {
    visibility: visible;
}

.unavailable-hint p {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 8px;
}

.unavailable-hint p:last-child {
    margin-bottom: 0;
}

.carrier-content {
    max-width: 268px;
    margin-right: 16px;
}

.carrier-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
}

.carrier-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-top: 4px;
}

.carrier-stars {
    line-height: 0;
}

.carrier-stars svg {
    stroke: #0F1B24;
    transition: all 0.3s ease;
}

.carrier-input:not(:disabled)+.carrier:hover .carrier-stars svg,
.carrier-input:checked+label .carrier-stars svg {
    stroke: #fff;
}

.carriers-error {
    color: #F30000;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    display: none;
}

.carriers-error.show {
    display: block;
}

.company {
    border-radius: 4px;
    background: #FFF;
    padding: 16px 24px 12px;
    border: 1px solid transparent;
    transition: all 0.2s ease;
    margin-bottom: 8px;
    position: relative;
}

.company::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 3;
    opacity: 0.6;
    display: none;
}

.companies.max-selected .company:not(:has(.company-input:checked))::before {
    display: block;
}

.company:last-child {
    margin-bottom: 0;
}

.company:has(.company-input:checked) {
    border: 1px solid #3FA420;
    background: #EFFCE9;
}

.company-input {
    position: absolute;
    opacity: 0;
}

.company-main {
    display: block;
    cursor: pointer;
}

.company-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.company-top-left {
    display: flex;
}

.company-checkbox {
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #D6D6D6;
    margin-top: 10.5px;
    position: relative;
    transition: all 0.2s ease;
    cursor: pointer;
}

.company-checkbox::before {
    content: '';
    width: 16px;
    height: 17px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.07129 7.64286L6.92843 11.5L12.9284 5.5" stroke="%231F2428" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -1px;
    left: -1px;
    opacity: 0;
    transition: all 0.2s ease;
}

.company-input:checked+label .company-checkbox {
    border: 1px solid #1F2428;
}

.company-input:checked+label .company-checkbox::before {
    opacity: 1;
}

.company-logo {
    width: 60px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    overflow: hidden;
    margin: 0 12px;
}

.company-logo img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.company-name {
    max-width: 400px;
    padding-top: 4px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #1F2428;
}

.company-reviews {
    display: flex;
    align-items: center;
    padding-top: 7px;
    color: rgba(15, 27, 36, 0.50);
}

.company-reviews__rating {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 16px;
    display: flex;
    align-items: center;
}

.company-reviews__number {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.company-reviews__rating span {
    position: relative;
    display: block;
    width: 80px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.7328 6.47719L9.59144 6.14245L8.00008 2.29085L6.40877 6.14099L2.26778 6.47708L5.42552 9.19617L4.46637 13.2554L8.00011 11.083L11.5388 13.2585L10.5799 9.20028L13.7328 6.47719ZM1.4376 7.08188C1.30277 6.96551 1.20542 6.81182 1.15781 6.6402C1.11021 6.46857 1.11448 6.2867 1.1701 6.1175C1.22346 5.94785 1.32662 5.79818 1.46617 5.68794C1.60572 5.57771 1.77521 5.512 1.9526 5.49938L5.71823 5.19375L7.16948 1.6825C7.23719 1.51786 7.35229 1.37706 7.50019 1.27797C7.64808 1.17888 7.82208 1.12598 8.0001 1.12598C8.17812 1.12598 8.35212 1.17888 8.50002 1.27797C8.64791 1.37706 8.76302 1.51786 8.83073 1.6825L10.282 5.195L14.0476 5.49938C14.2248 5.51191 14.3942 5.57743 14.5338 5.68743C14.6733 5.79743 14.7765 5.94684 14.8301 6.11625C14.886 6.28562 14.8904 6.46775 14.8428 6.63963C14.7952 6.81151 14.6977 6.96541 14.5626 7.08188L11.6926 9.56063L12.5676 13.2638C12.6087 13.4371 12.5974 13.6186 12.5352 13.7855C12.473 13.9524 12.3627 14.0971 12.2182 14.2013C12.0756 14.307 11.9043 14.3671 11.7268 14.3738C11.5494 14.3805 11.3741 14.3334 11.2239 14.2388L8.0001 12.2569L4.78135 14.2356C4.63112 14.3303 4.4558 14.3773 4.27836 14.3707C4.10093 14.364 3.92965 14.3038 3.78698 14.1981C3.64252 14.094 3.53221 13.9493 3.47002 13.7824C3.40782 13.6155 3.39654 13.4339 3.4376 13.2606L4.3126 9.5575L1.4376 7.08188Z" fill="%23F78D20"/></svg>');
    background-position: center;
    background-size: 16px 16px;
    margin-right: 8px;
}

.company-reviews__rating span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.8301 6.6165C14.7765 6.44708 14.6733 6.29768 14.5338 6.18768C14.3942 6.07768 14.2248 6.01216 14.0476 5.99962L10.282 5.69525L8.83073 2.18275C8.76302 2.01811 8.64791 1.8773 8.50002 1.77821C8.35212 1.67912 8.17812 1.62622 8.0001 1.62622C7.82208 1.62622 7.64808 1.67912 7.50019 1.77821C7.35229 1.8773 7.23719 2.01811 7.16948 2.18275L5.71823 5.694L1.9526 5.99962C1.77521 6.01225 1.60572 6.07795 1.46617 6.18819C1.32662 6.29843 1.22346 6.4481 1.1701 6.61775C1.11448 6.78694 1.11021 6.96882 1.15781 7.14044C1.20542 7.31207 1.30277 7.46575 1.4376 7.58212L4.3126 10.0577L3.4376 13.7609C3.39654 13.9342 3.40782 14.1158 3.47002 14.2826C3.53221 14.4495 3.64252 14.5942 3.78698 14.6984C3.92965 14.8041 4.10093 14.8642 4.27836 14.8709C4.4558 14.8776 4.63112 14.8305 4.78135 14.7359L8.0001 12.7571L11.2239 14.739C11.3741 14.8337 11.5494 14.8807 11.7268 14.874C11.9043 14.8673 12.0756 14.8072 12.2182 14.7015C12.3627 14.5973 12.473 14.4527 12.5352 14.2858C12.5974 14.1189 12.6087 13.9373 12.5676 13.764L11.6926 10.0609L14.5626 7.58212C14.6977 7.46565 14.7952 7.31175 14.8428 7.13988C14.8904 6.968 14.886 6.78586 14.8301 6.6165Z" fill="%23F78D20"/></svg>') repeat-x;
    background-size: 16px 16px;
    z-index: 2;
}

.stars::before {
    width: calc(var(--stars, 0) * 20%);
}

.company-center {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s ease;
}

.company.full .company-center {
    max-height: 700px;
}

.company-center-content {
    width: calc(100% - 200px);
    margin-right: 20px;
}

.company-desc {
    color: rgba(15, 27, 36, 0.50);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.company-labels {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-top: 12px;
}

.company-labels li {
    padding-left: 14px;
    max-width: calc(50% - 26px);
    color: #0F1B24;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-right: 12px;
    position: relative;
    margin-bottom: 4px;
}

.company-labels li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0F1B24;
    position: absolute;
    top: 7.5px;
    left: 0;
}

.company-benefits {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 170px;
}

.company-benefits li {
    border-radius: 4px;
    background: #3FA420;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    margin-bottom: 8px;
}

.company-benefits li:last-child {
    margin-bottom: 0;
}

.company-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.company-agree {
    display: flex;
    max-width: 600px;
}

.company-agree span {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.company-agree p {
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    margin-left: 4px;
}

.company-details {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding-right: 20px;
    position: relative;
    transition: all 0.3s ease;
}

.company-bottom:hover .company-details {
    opacity: 0.6;
}

.company-details::after {
    content: '';
    width: 12px;
    height: 10px;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 3.5L6 8.5L11 3.5" stroke="%231F2428" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 7px;
    right: 0;
    transition: all 0.3s ease;
}

.company.full .company-details::after {
    transform: rotate(-180deg);
}

.text-stop {
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    margin: 40px 0;
}

.carrier-call {
    margin-bottom: 40px;
}

.carrier-call-first,
.carrier-call-second {
    padding: 24px;
    background-color: #fff;
    border-radius: 4px;
}

.carrier-call-first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #0F1B24;
    transition: all 0.3s ease;
}


.carrier-call-first:hover {
    background: #043148;
    color: #fff;
}

.carrier-call__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.carrier-call__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.carrier-call__orange {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #F78D20;
    margin-top: 16px;
}

.carrier-call__img {
    line-height: 0;
}

.carrier-call-first .carrier-call__img svg path,
.carrier-call-first .carrier-call__img svg rect {
    transition: all 0.3s ease;
}

.carrier-call-first:hover .carrier-call__img svg path {
    fill: #fff;
}

.carrier-call-first:hover .carrier-call__img svg rect {
    stroke: #fff;
}

.carrier-call-copy {
    margin-top: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.carrier-call-copy p {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}

.carrier-call-copy .copy-icon {
    line-height: 0;
    margin-left: 13px;
    cursor: pointer;
    position: relative;
}

.copy-tooltip {
    position: absolute;
    top: -35px;
    right: -10px;
    cursor: pointer;
    display: block;
    font-size: 12px;
    width: 132px;
    color: #fff;
    background: #1F2428;
    padding: 14px 10px;
    border-radius: 20px;
    opacity: 0;
    transform: translateY(10px) translateX(50%);
    transition: all 0.3s ease;
}

.copy-tooltip.active {
    opacity: 1;
    transform: translateY(0) translateX(50%);
}

.companies-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.companies-info-left {
    display: flex;
    align-items: center;
}

.top-carriers-btn {
    width: 233px;
    height: 36px;
    box-shadow: none;
}

.top-carriers-btn:not(:disabled):hover {
    box-shadow: none;
    opacity: 0.8;
}

.top-carriers-btn:disabled {
    box-shadow: none;
    cursor: not-allowed;
}

.companies-info-results {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.companies-info__call {
    margin-left: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #1F2428;
}

.companies-info__call p {
    color: rgba(31, 36, 40, 0.50);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.2s ease;
}

.companies-info__call-btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
    margin-left: 8px;
    border-radius: 4px;
    border: 1px solid #1F2428;
    padding: 9px 16px 7px;
    transition: all 0.2s ease;
}

.companies-info__call:hover p {
    opacity: 0.7;
}

.companies-info__call:hover .companies-info__call-btn {
    opacity: 0.8;
}

.companies-call-second {
    padding: 24px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 16px;
}

.companies-form-submit:disabled {
    opacity: 0.6;
}

.select-company-unavailable {
    width: 370px;
    padding: 26px 33px;
    background-color: #fff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    position: absolute;
    bottom: -44px;
    right: 24px;
    z-index: 4;
    display: none;
}

.companies.max-selected .company:not(:has(.company-input:checked)):hover .select-company-unavailable {
    display: block !important;
}

.select-company-unavailable p {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 8px;
}

.select-company-unavailable p:last-child {
    margin-bottom: 0;
}

.thank-wrapper {
    align-items: center;
}

.thank-content {
    width: 761px;
}

.thank-text {
    max-width: 100%;
    margin: 24px 0 40px;
}

.thank-info {
    padding: 22px 20px;
}

.thank-info__text {
    line-height: normal;
}

.thank-social__item {
    margin-right: 16px;
}

.step-buttons-results {
    display: flex;
    align-items: center;
}

.step-buttons-results .companies-info-results {
    margin-right: 24px;
}

.date-selected-block {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    color: #1F2428;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    height: 0;
}

.date-selected-block.show {
    visibility: visible;
    margin-top: 30px;
    height: auto;
}

.date-selected {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 8px;
}

.date-selected__date {
    margin-left: 10px;
    margin-right: 16px;
    font-weight: 600;
}

@media screen and (max-width: 1439px) {
    .vehicle-step-nav__item.completed::after {
        right: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .select-container {
        padding: 40px 0px 100px;
    }

    .select-vehicle__item hr {
        width: 90%;
    }

    .select-vehicle__item {
        width: 32%;
    }

    .vehicle-step-nav__item {
        font-size: 20px;
    }

    .vehicle-step-nav {
        width: 240px;
    }

    .step-content {
        width: 710px;
    }

    .selects-box .select-inp {
        width: 100%;
    }

    .select-wrapp {
        width: 32%;
    }

    .inputs-size__item {
        width: 24%;
    }

    .move-wrapp .move-input {
        width: 49%;
    }

    .datepicker {
        right: -200px;
    }

    .ui-autocomplete {
        width: 308px !important;
    }

    .check_wrapper_boat .checkbox-item {
        margin-right: 20px;
    }

    .form-after {
        padding: 130px 0px;
    }

    .thank-content {
        width: 100%;
    }

    .carrier-content {
        margin-right: 12px;
    }

    .unavailable-hint {
        top: 15px;
        left: 15px;
        width: 340px;
    }

    .company-agree {
        max-width: 490px;
    }

    .company-name {
        max-width: 250px;
    }

    .company-center-content {
        width: calc(100% - 190px);
    }

    .company-labels {
        flex-direction: column;
    }

    .company-labels li {
        max-width: 100%;
        margin-right: 0;
    }

    .companies-info__call {
        margin-left: 24px;
    }
}

@media screen and (max-width: 991px) {
    .page-form-title {
        margin-bottom: 24px;
        font-size: 42px;
    }

    .select-vehicle__item {
        width: 48%;
    }

    .step-box {
        flex-direction: column;
    }

    .select-container .title-page {
        margin-bottom: 30px;
    }

    .vehicle-step-nav__item {
        margin-bottom: 20px;
    }

    .vehicle-step-nav__item:last-child {
        margin-bottom: 0;
    }

    .step-content {
        margin-top: 40px;
        min-height: auto;
    }

    .thank-img img {
        max-width: 340px;
    }

    .form-after {
        padding: 60px 0px 120px;
    }

    .thank-content {
        padding-top: 64px;
    }

    .thank-title,
    .thank-text {
        text-align: center;
    }

    .thank-title {
        font-size: 48px;
        line-height: 110%;
    }

    .thank-text {
        max-width: 592px;
        margin-left: auto;
        margin-right: auto;
    }

    .thank-info__text {
        width: 249px;
        font-size: 20px;
    }

    .unavailable-hint {
        display: none;
    }

    .vehicle-step-nav {
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .vehicle-step-nav__item.completed::after {
        right: 0;
    }

    .step-content {
        width: 100%;
        padding: 46px 35px 55px 35px;
    }

    .company-name {
        max-width: 270px;
    }
}

@media screen and (max-width: 767px) {
    .select-container {
        padding: 40px 0px 90px;
    }

    .page-form-title {
        font-size: 38px;
    }

    .step-content {
        width: 100%;
    }

    .step-content-top h2 {
        font-size: 26px;
    }

    .checkbox-item {
        margin-right: 25px;
    }

    .ui-autocomplete {
        width: 225px !important;
    }

    .check_wrapper_boat {
        margin: 15px 0px 5px;
    }

    .check_wrapper_boat .check-box {
        flex-wrap: wrap;
    }

    .check_wrapper_boat .check-box .checkbox-item {
        margin-bottom: 30px;
    }

    .step-content {
        padding: 46px 20px 54px 20px;
    }

    .thank-content {
        padding-top: 32px;
    }

    .thank-btn {
        width: 100%;
    }

    .thank-simple .thank-info .thank-btn {
        margin: 24px auto 32px;
    }

    .thank-info {
        padding: 32px 24px;
    }

    .thank-social__item {
        margin-right: 40px;
    }

    .carrier {
        padding: 16px;
    }

    .carrier-call-main {
        max-width: 360px;
    }

    .companies-info__call p {
        display: none;
    }

    .companies-info__call-btn {
        margin-left: 0;
    }

    .company-top {
        flex-direction: column;
    }

    .company-reviews {
        margin-left: 100px;
        padding-top: 0;
    }

    .company-name {
        max-width: calc(100% - 100px);
    }

    .company-center {
        flex-direction: column;
    }

    .company-center-content {
        width: 100%;
        margin-right: 0;
    }

    .company-benefits {
        margin: 16px 0 20px;
        max-width: 100%;
        align-items: flex-start;
    }

    .company-agree {
        max-width: 360px;
    }

    .copy-tooltip {
        right: 15px;
    }

    .precise-sizes .inputs-size__item {
        width: calc(50% - 5px);
        margin-bottom: 16px;
    }

    .inputs-size {
        margin: 0;
    }

    .inputs-size .inputs-size__item {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 575px) {
    .select-container {
        padding: 40px 0px 80px;
    }

    .page-form-title {
        font-size: 32px;
    }

    .select-vehicle__item {
        width: 100%;
        display: flex;
        padding: 15px;
        align-items: center;
        margin-bottom: 10px;
    }

    .select-vehicle__item hr {
        display: none;
    }

    .select-vehicle__item img {
        width: 80px;
        margin-right: 26px;
    }

    .select-container .title-page {
        margin-bottom: 30px;
    }

    .selects-box {
        flex-direction: column;
    }

    .step-content {
        padding: 26px 20px 47px 20px;
    }

    .select-wrapp {
        width: 100%;
        margin-bottom: 20px;
    }

    .step-content-top h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .step-buttons {
        flex-direction: column;
    }

    .use-number {
        margin-bottom: 0;
    }

    .checkbox-permission {
        margin-bottom: 10px;
    }

    .step-buttons button.light-btn {
        margin-right: auto;
        margin-bottom: 30px;
    }

    .check-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .checkbox-item {
        margin-bottom: 32px;
        margin-right: 0;
    }

    .choice-date-error {
        margin-top: 0;
    }

    .check-wrapper {
        margin: 30px 0px 15px;
    }

    .move-wrapp {
        flex-direction: column;
    }

    .move-wrapp .move-input {
        width: 100%;
        margin-bottom: 20px;
    }

    .label {
        margin-bottom: 12px;
    }

    .check-container .check-wrapper {
        width: 100%;
    }

    .check-container {
        flex-direction: column;
    }

    .check-wrapper {
        margin: 5px 0px 0px;
    }

    .check-title {
        margin-bottom: 25px;
    }

    .check-box {
        flex-direction: row;
    }

    .checkbox-item {
        margin-right: 25px;
    }

    .temp-container .temp-inputs {
        margin-top: 25px;
    }

    .ui-widget.ui-widget-content,
    .datepicker .ui-widget.ui-widget-content {
        width: 100%;
    }

    .datepicker-wrapper {
        position: relative;
        display: block;
        width: 100%;
        left: 0;
        top: 0;
    }

    .datepicker,
    .datepicker-flex {
        margin-bottom: 20px;
    }

    .date-selected-block.show {
        margin-top: 0;
    }

    #step-2 .check-box {
        flex-direction: column;
    }

    .info-right span {
        width: 155px;
        height: 43px;
        top: calc(50% - 23px);
    }

    .info-right span::before {
        top: 3.5px;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default {
        height: 42px;
    }

    .ui-datepicker,
    .datepicker .ui-datepicker {
        padding: 15px 10px 10px 10px;
    }

    .ui-autocomplete {
        width: 330px !important;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default {
        height: 42px;
    }

    .inputs-size {
        flex-wrap: wrap;
    }

    .inputs-size__item {
        width: calc(50% - 4px);
    }

    .check_wrapper_boat .check-title {
        margin-bottom: 20px;
    }

    .check_wrapper_boat {
        margin: 0px 0px 10px;
    }

    .form-after {
        padding: 50px 0px;
    }

    .form-processing {
        padding-top: 50px;
    }

    .moving-service {
        padding: 0;
        background: none;
    }

    .moving-service-text {
        margin-bottom: 40px;
    }

    .moving-service .btn {
        max-width: 348px;
    }

    .thank-content .return-to-site {
        margin-top: 40px;
    }

    .thank-info {
        background: #F3F6FC;
        border: none;
    }

    .select-rooms label::before {
        background: #F3F6FC;
    }

    .move-wrapp {
        margin-bottom: 15px;
    }

    .thank-img img {
        max-width: 200px;
    }

    .thank-title {
        font-size: 34px;
    }

    .thank-text {
        font-size: 16px;
        line-height: 22px;
        max-width: 279px;
        margin: 10px auto 40px;
    }

    .thank-info {
        background: transparent;
        border-radius: 5px;
        border: 1px solid #E6E7E8;
    }

    .thank-info__text {
        font-size: 16px;
        font-weight: 500;
    }

    .carriers {
        flex-direction: column;
    }

    .carrier {
        width: 100%;
        padding: 24px;
    }

    .carrier:nth-child(3),
    .carrier:nth-child(4) {
        margin-bottom: 8px;
    }

    .carrier-call-first {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .carrier-call-main {
        margin-top: 16px;
    }

    .companies-info .companies-info-results {
        display: none;
    }

    .companies-form-submit,
    .show-companies-btn,
    .btn-form {
        width: 100%;
    }

    .step-buttons-results {
        width: 100%;
        flex-direction: column;
    }

    .step-buttons-results .companies-info-results {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .companies-info-left {
        width: 100%;
        flex-direction: column;
    }

    .companies-info__call {
        width: 100%;
        margin-left: 0;
        margin-top: 16px;
    }

    .companies-info__call-btn {
        width: 100%;
        text-align: center;
    }

    .top-carriers-btn {
        width: 100%;
        height: 44px;
    }

    .companies-info {
        margin-bottom: 32px;
    }

    .company-bottom {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 0;
    }

    .company-agree {
        max-width: 100%;
        margin: 20px 0;
    }

    .company {
        padding: 16px;
    }

    .company-details {
        margin-left: auto;
        margin-right: auto;
    }

    .companies-info__call-btn {
        padding: 12.2px 28px 11px;
    }

    .company-reviews {
        flex-direction: column;
        align-items: flex-start;
    }

    .company-benefits {
        margin: 0;
        margin-top: 16px;
    }

    .company-benefits li {
        font-size: 13px;
    }

    .company-desc {
        font-size: 14px;
    }

    .company-name {
        font-size: 16px;
    }

    .company-reviews__number,
    .company-reviews__rating {
        font-size: 12px;
    }

    .company-loader__img img {
        max-width: 200px;
    }

    .step-content {
        margin-top: 32px;
    }

    .precise-sizes .inputs-size__item {
        width: 100%;
    }
}

@media screen and (max-width: 410px) {
    .page-form-title {
        font-size: 30px;
    }

    .ui-autocomplete {
        width: 290px !important;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default {
        height: 36.5px;
    }

    .thank-social__item {
        margin-right: 16px;
    }

    .thank-social {
        width: 100%;
        justify-content: space-between;
    }

    #step-4 .step-content-top h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .step-subtitle-info {
        padding-left: 26px;
        font-size: 15px;
    }

    .company-loader__title {
        font-size: 20px;
        margin: 48px 0 24px;
    }

    .company-loader__text {
        font-size: 16px;
    }
}

@media screen and (max-width: 359px) {
    .page-form-title {
        font-size: 28px;
    }

    .select-container {
        padding: 40px 0px 65px;
    }

    .btn-form {
        width: 100%;
    }

    .ui-autocomplete {
        width: 250px !important;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default {
        height: 30px;
    }

    .btn1 {
        min-width: auto;
    }

    .carrier-call-first,
    .carrier-call-second {
        padding: 24px 16px;
    }

    .carrier-call-copy p span {
        display: block;
    }

    .companies-info__call-btn {
        padding: 9px 16px 7px;
    }

    .step-subtitle {
        font-size: 14px;
    }

    .company-desc {
        font-size: 13px;
    }

    .company-top-left {
        flex-wrap: wrap;
    }

    .company-name {
        width: 100%;
        max-width: 100%;
    }

    .company-reviews {
        margin-left: 0;
    }

    .company-reviews {
        flex-direction: row;
    }

    .company-labels li {
        font-size: 13px;
    }

    .company-benefits li {
        font-size: 12px;
    }

    .company-agree p {
        font-size: 11px;
    }

    .vehicle-step-nav__item {
        font-size: 18px;
    }

    .precise-sizes .inputs-size__item {
        width: 100%;
    }
}