* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #1F2428;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img {
    height: auto;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

details>summary {
    list-style: none;
}

details>summary::marker,
details>summary::-webkit-details-marker {
    display: none;
}

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

.title {
    max-width: 490px;
    font-size: 48px;
    line-height: normal;
    font-weight: 800;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.subtitle {
    max-width: 850px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 282px;
    padding: 22px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    border: none;
    background: linear-gradient(110deg, #CF242B 0%, #E86538 100%);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    max-height: 65px;
}

.btn:hover {
    -webkit-box-shadow: 2px 3px 8px 0 rgba(232, 101, 56, 0.6);
    -moz-box-shadow: 2px 3px 8px 0 rgba(232, 101, 56, 0.6);
    box-shadow: 2px 3px 8px 0 rgba(232, 101, 56, 0.6);
}


/* .inp {
    width: 100%;
    padding: 23px 19px;
    background: #FFF;
    border: 1px solid #E6E7E8;
    border-radius: 4px;
    outline: none;
    font-weight: 600;
    font-size: 13px;
    color: #043148;
} */

.header {
    padding: 24.5px 0px;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.header-menu li {
    margin-left: 55px;
}

.header-menu li:first-child {
    margin-left: 0;
}

.header-menu li a {
    color: #303030;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.header-menu li a:hover {
    color: #CF242B;
}

.header-buttons {
    display: flex;
    align-items: center;
}

.header .btn {
    padding: 16px 5px;
}

.header-btn {
    width: 188px;
    margin-left: 32px;
}

.call-btn {
    position: relative;
    width: 182px;
    background: linear-gradient(118deg, #F4C128 0%, #B11E28 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 4px;
}

.call-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: double 2px transparent;
    border-radius: inherit;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #F4C128, #B11E28);
    background-origin: border-box;
    background-clip: content-box, border-box;
    z-index: -1;
}

.call-img {
    margin-right: 8px;
}

.head {
    position: relative;
    background-color: #e0e0e0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
    padding: 116px 0px 122px;
}

.head-content {
    max-width: 580px;
}

.head-title {
    font-size: 64px;
    font-weight: 800;
    line-height: normal;
}

.head-text {
    font-size: 18px;
    margin: 36px 0px;
    line-height: normal;
}

.head-btn {
    padding: 22px 10px;
    width: 380px;
}

.head-version2 {
    padding: 64px 0;
}

.head-version2 .head-content {
    max-width: 100%;
}

.head-version2 .head-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 150%;
}

.head-text2 {
    margin: 40px 0;
    max-width: 570px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.head-text2 ul {
    padding-left: 30px;
}

.section {
    margin-top: 100px;
}

.services-wrapper {
    position: relative;
    width: 520px;
    height: 520px;
    margin: 204px auto 80px;
    border-radius: 50%;
    border: 3px solid #EC8737;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-img img {
    max-width: 309px;
    height: auto;
}

.services-item {
    display: flex;
    align-items: center;
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    text-decoration: none;
    color: #1F2428;
}

.services-item-content {
    /* width: 270px; */
    /* width: 310px; */
    width: 280px;
}

.services-item__title {
    font-size: 19px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

.services-item:hover .services-item__title {
    color: #CF242B;
}

.services-item__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.services-item:nth-child(1) {
    bottom: 43px;
    left: -305px;
}

.services-item:nth-child(7) {
    bottom: 43px;
    right: -305px;
}

.services-item:nth-child(3) {
    bottom: auto;
    top: 43px;
    left: -302px;
}

.services-item:nth-child(5) {
    bottom: auto;
    top: 43px;
    right: -302px;
}

.services-item:nth-child(2) {
    bottom: 210px;
    left: -352px;
}

.services-item:nth-child(6) {
    bottom: 210px;
    right: -352px;
}

.services-item:nth-child(4) {
    flex-direction: column;
    bottom: auto;
    top: -158px;
    left: calc(50% - 140px);
}

.services-item:nth-child(4) .services-item-content {
    text-align: center;
}

.services-item:nth-child(4) .services-item__img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.services-item:nth-child(5),
.services-item:nth-child(6),
.services-item:nth-child(7) {
    left: auto;
    flex-direction: row-reverse;
    text-align: left;
}

.services-item:nth-child(5) .services-item__img,
.services-item:nth-child(6) .services-item__img,
.services-item:nth-child(7) .services-item__img {
    margin-left: 0;
    margin-right: 38px;
}

.services-item__img {
    margin-left: 38px;
    width: 96px;
    height: 96px;
    background: #FCF3DA;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.services-item__img img {
    max-width: 55px;
    max-height: 47px;
    height: auto;
}

.services-item:nth-child(1) .services-item__img img {
    max-width: 48px;
}

.services-item:nth-child(5) .services-item__img img {
    max-width: 44px;
}

.section .btn {
    margin-left: auto;
    margin-right: auto;
}

.how-wrapper {
    margin: 38px 0px 73px;
}

.how-item {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.how-item:nth-child(1) {
    padding: 0 45px 0 40px;
    margin-top: 0;
}

.how-item:nth-child(2) {
    padding: 0 41px 0 100px;
    flex-direction: row-reverse;
}

.how-item:nth-child(3) {
    padding-right: 45px;
}

.how-img img {
    max-width: 480px;
    height: auto;
}

.how-content {
    width: 535px;
}

.how-item__step {
    font-size: 64px;
    font-weight: 800;
    line-height: normal;
}

.how-item:nth-child(1) .how-item__step {
    color: #F4C02A;
}

.how-item:nth-child(2) .how-item__step {
    color: #EB8637;
}

.how-item:nth-child(3) .how-item__step {
    color: #D0252B;
}

.how-item__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 128%;
    max-width: 450px;
    margin-top: 4px;
    margin-bottom: 18px;
}

.how-item__text {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.cost .subtitle {
    margin: 17px auto 72px;
}

.tab_item {
    display: none;
}

.tab_item:first-child {
    display: block;
}

.cost-tabs {
    display: flex;
    justify-content: center;
}

.cost-tab {
    width: 390px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #043148;
    position: relative;
    cursor: pointer;
    margin-bottom: 19px;
}

.cost-tab h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 115%;
}

.cost-tab.active {
    color: #F78D20;
}

.cost-tab.active::before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #F78D20;
}

.cost-table {
    width: 100%;
    text-align: left;
    border-spacing: 0;
}

.mobile-table {
    display: none;
}

.transit-table {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.cost-table tr:nth-child(even) {
    background: #FCF3DA;
    border-radius: 4px;
}

.cost-table tr th,
.cost-table tr td {
    padding: 22px 24px;
}

.cost-table tr th {
    font-weight: 700;
    font-size: 16px;
    line-height: 115%;
}

.cost-table tr td {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.table-center {
    text-align: center;
}

.under-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 115%;
    text-align: center;
    max-width: 650px;
    margin: 22px auto 0;
}

.why-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 106px 0px 80px;
    flex-wrap: wrap;
}

.why-item {
    text-align: center;
    width: calc(25% - 20px);
    padding: 15px 10px 42px;
    border-radius: 4px;
    background: #FCF3DA;
    box-shadow: -4px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.why-img {
    width: 77px;
    height: 77px;
    margin-left: auto;
    margin-right: auto;
}

.why-img img {
    max-width: 100%;
    height: auto;
}

.why-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 115%;
    text-transform: uppercase;
}

.why-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

.faq {
    background: #FCF3DA;
    margin-top: 100px;
    padding: 8px 0px 67px;
}

.faq-wrapper {
    margin-top: 88px;
}

.faq-img {
    max-width: 495px;
    height: auto;
    float: right;
    margin-left: 100px;
    margin-bottom: 20px;
}

.questions-details {
    position: relative;
    /* padding: 22px 0px; */
    background: #FFF;
    border-radius: 6px;
    border: 1px solid #F2F2F2;
    margin-bottom: 43px;
    overflow: hidden;
}

.questions-details summary {
    padding: 22px 25px 22px 19px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 30px;
    color: #303030;
}

.summary-arrow {
    margin-left: 20px;
}

.questions-details[open] .summary-arrow img {
    transform: rotate(180deg);
}

.questions-details hr {
    background: #DDE3F4;
    height: 1px;
    width: calc(100% - 16px);
    border: none;
    margin: 0px 8px 11px;
}

.questions-details p {
    padding: 0 19px 22px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
}

.footer {
    background: #FAFAFA;
    padding: 87px 0px 23px;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    padding-right: 85px;
}

.footer-wrapper .custom-logo {
    margin-top: 18px;
    /* width: 225px; */
}

.footer-center {
    width: 536px;
}

.footer-menu {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.footer-menu li {
    margin-left: 50px;
}

.footer-menu li:first-child {
    margin-left: 0;
}

.footer-menu li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #303030;
    transition: all 0.2s ease;
}

.footer-menu li a:hover {
    color: #CF242B;
}

.footer-center .call-img {
    margin-top: -2px;
}

.footer-center .btn {
    margin-top: 20px;
    padding: 18px 10px;
}

.footer-right h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 115%;
}

.footer-social {
    margin-top: 11px;
    display: flex;
}

.footer-social__item {
    margin-left: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-social__item:hover {
    fill: #F4C02A;
}

.footer-social__item:first-child {
    margin-left: 0;
}

.footer-copyright {
    /* margin-top: 56px; */
    margin-top: 32px;
    padding-top: 28px;
    text-align: center;
    color: #83818B;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    border-top: 1px solid #C6C3D2;
}


/* Loader */

#form_loader {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff85;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

#gear {
    width: 200px;
}

#gear img {
    width: 100%;
    height: auto;
    animation: rotateGear 2.5s infinite linear;
}

@keyframes rotateGear {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

#form_loader.active {
    visibility: visible;
}

.popup.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.popup {
    visibility: hidden;
    opacity: 0;
    overflow-x: auto;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    transition: all 0.3s ease;
    padding: 90px 0px 30px;
    align-items: flex-start;
}

.popup-wrapper {
    position: relative;
    background: #F3F6FC;
    border-radius: 8px;
    width: 460px;
    padding: 40px 36px 45px;
}

.popup-wrapper .close {
    cursor: pointer;
    position: absolute;
    top: -45px;
    right: -45px;
}

.popup-wrapper .close img {
    width: 38px;
    height: auto;
}

.popup-phone .popup-wrapper {
    padding: 30px 20px 5px;
}

.help-wrapper {
    margin-bottom: 25px;
}

.help-btn {
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(110deg, #F4C02A 0%, #E86538 100%);
    box-shadow: 0px 4px 4px rgba(137, 95, 32, 0.22);
    border-radius: 4px;
    padding: 20px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.help-btn:hover {
    background: linear-gradient(110deg, #F4C02A 0%, #E86538 70%);
}

.help-btn.form_modal {
    background: #F78D20;
    box-shadow: 0px 4px 4px rgba(247, 141, 32, 0.2);
}

.help-btn.form_modal:hover {
    background: #FEA244;
}

.help-btn__text {
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
}

.help-btn__img {
    max-width: 29px;
    margin-right: 30px;
    line-height: 0;
}

.help-btn__img img {
    max-width: 100%;
    height: auto;
}

.help-form {
    display: none;
    margin-top: -4px;
    background: #FFFFFF;
    border: 1px solid #FFA412;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 20px 35px 30px;
}

.help-form__text {
    margin-bottom: 19px;
    font-weight: 500;
}

.help-inp {
    font-size: 13px;
    color: #444444;
    font-weight: 600;
    padding: 18px 23px;
}

.help-inp::placeholder {
    font-weight: 600;
    font-size: 13px;
    color: #444444
}

.help-inputs .inp {
    border-radius: 0;
    margin-top: -1px;
}

.help-inputs .inp:first-child {
    margin-top: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.help-inputs .inp:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.help-inputs .error-text {
    position: relative;
}

.help-submit {
    margin-top: 22px;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 266px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    border-radius: 4px;
    background: linear-gradient(118deg, #F4C128 0%, #B11E28 70%);
    box-shadow: 0px 4px 4px 0px rgba(247, 141, 32, 0.22);
    border-radius: 4px;
    text-decoration: none;
}

.help-form-phone .help-submit img {
    margin-left: 18px;
}

.help-submit:hover {
    box-shadow: 2px 4px 8px 0px rgb(247, 141, 32, 0.6);
}

.help-form-phone .help-submit {
    display: inline-flex;
    max-width: 100%;
    width: auto;
    padding: 19px;
    margin-top: 0;
    min-width: 240px;
}

.help-phone-btn {
    text-align: center;
}

.popup::-webkit-scrollbar {
    display: none;
}

.inp-relative {
    position: relative;
}

.inp-relative label {
    font-size: 13px;
    color: #828282;
    position: absolute;
    top: -6px;
    left: 23px;
    z-index: 2;
    display: flex;
}

.inp-relative label::after {
    content: '';
    width: calc(100% + 8px);
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 7px;
    left: -4px;
    z-index: -1;
}

.mini-help-inputs .inp {
    padding: 12px 23px;
}

.mini-help-inputs .inp-relative .inp {
    border-radius: 0;
    margin-top: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.help-margin-bottom {
    margin-bottom: 19px;
}

.help-zip {
    display: flex;
}

.help-zip .delivery-zip,
.help-zip .inp-relative {
    width: 50%;
}

.help-zip .delivery-zip {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.help-zip .inp-relative .inp {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.help-zip .info {
    position: absolute;
    margin: 0;
    top: -3px;
    right: -10px;
}

.help-zip .info-zip img {
    width: 7px;
    height: auto;
}

.popup-leave textarea {
    height: 106px;
}

.help-form .transport label p {
    color: #444444;
}

.help-form .transport-img {
    position: relative;
    border-radius: 2px;
    /* border: 1.5px dashed #ABB8C3; */
}

.help-form .transport-img::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #FFA412;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.help-form .transport input[type="radio"]:checked+label .transport-img {
    background: linear-gradient(110deg, #F4C02A 0%, #E86538 100%);
}

.help-btn-big .help-btn__text {
    font-size: 27px;
    line-height: 40px;
}

.popup-phone .help-btn {
    justify-content: center;
}

.help-form-phone {
    padding: 35px 19px 40px;
}

.help-form-phone .help-form__text {
    font-size: 24px;
    line-height: 25px;
    color: #444444;
    padding-left: 25px;
    max-width: 330px;
}

.help-form-phone .help-form__text {
    margin-bottom: 40px;
}

.help-transport .transport-slider {
    padding: 0 20px 0 15px;
}

.help-transport .transport-slider .slick-arrow {
    height: 42.5px;
}

.help-transport .transport-slider .slick-next {
    right: 0;
}

.help-transport .transport-slider .slick-prev {
    left: 0;
}

.help-transport .slick-next:before,
.help-transport .slick-prev:before {
    background-image: url(../images/slider-arrow-help.svg);
    height: 42.5px;
}

.help-transport-title span {
    text-transform: lowercase;
}

.help-transport-btn .help-transport-title {
    line-height: 1;
    margin-top: 4px;
}

.help-submit img {
    margin-left: 30px;
}

.help-form .inp {
    height: auto;
    width: 100%;
    padding: 12px 23px;
    background: #FFF;
    border: 1px solid #E6E7E8;
    /* border-radius: 4px; */
    outline: none;
    font-weight: 400;
    font-size: 13px;
    color: #043148;
    border: 1px solid #E6E7E8;
}

.help-form .inp::placeholder {
    font-weight: 600;
}

.help-form .inp.error-text {
    border: 1px solid red;
}

.popup-phone .help-margin-bottom {
    margin-bottom: 23px;
}

.help-form textarea.inp {
    border-radius: 4px;
    height: 106px;
}

.message-popup {
    padding: 0;
    align-items: center;
}

.message-popup-text {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #1F2428;
    margin-bottom: 15px;
    font-weight: 500;
}

.message-popup-buttons {
    display: flex;
    justify-content: space-between;
}

.message-popup-buttons .btn {
    width: 49%;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message-popup-buttons .message_cancel {
    background: #fff;
    border: 1px solid #FFA412;
    color: #FFA412;
}


/* .btn-green {
    background: #3FA420;
    border: 1px solid #3FA420;
} */

.popup-thank .popup-wrapper {
    transform: translateY(-100%);
    transition: all 500ms ease-out;
}

.popup-thank.active .popup-wrapper {
    transform: translateY(0%);
}

.popup-thank__img {
    text-align: center;
}

.popup-thank__img img {
    max-width: 240px;
    height: auto;
}

.popup-thank__title {
    font-weight: 700;
    font-size: 38px;
    line-height: 36px;
    text-align: center;
    color: #1F2428;
}

.popup-thank__title span {
    display: block;
    font-size: 30px;
}

.popup-thank__title {
    margin-top: 25px;
}

.popup-thank__text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #1F2428;
}

.popup-thank__call {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: #1F2428;
    margin: 30px 0px 40px;
}

.thank-phone .thank-default,
.thank-from-phone {
    display: none;
}

.thank-phone .thank-from-phone {
    display: block;
}

.thank-from-phone .help-submit img {
    margin-left: 15px;
}

.return-to-site {
    margin-top: 65px;
    width: 111px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFA412;
    border-bottom: 1px dashed #FFA412;
    transition: all 0.3s ease;
}

.transport {
    margin: 14px 0px 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.transport-slider {
    padding: 0 40px 9px 25px;
    width: 100%;
}

.transport-label {
    width: 90px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.transport-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    /* border: 2px solid #FFA412;
    border-radius: 2px; */
    margin-bottom: 12px;
}

.transport label p {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.transport input[type="radio"] {
    display: none;
}

.transport input[type="radio"]:checked+label .transport-img::before {
    /* border: 1px solid #f63e41; */
    border: none;
}

.transport-img img:nth-child(2) {
    display: none;
}

.transport input[type="radio"]:checked+label>.transport-img img:first-child {
    display: none;
}

.transport input[type="radio"]:checked+label>.transport-img img:nth-child(2) {
    display: block;
}

.transport-slider .slick-arrow {
    width: 14px;
    height: 28px;
    top: 30px;
    border: none;
    z-index: 1;
    font-size: 0;
    outline: none;
}

.transport-slider .slick-next:before,
.transport-slider .slick-prev:before {
    content: "";
    /* background-image: url(../images/slider-arrow.png); */
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.transport-slider .slick-next {
    right: 5px;
}

.transport-slider .slick-prev {
    left: 1px;
}

.transport-slider .slick-prev:before {
    transform: rotate(-180deg);
}

.header-open {
    display: none;
}

.header-menu-wrapper .menu-close {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: -500px;
    right: 30px;
    z-index: 98;
}

.header-menu-wrapper .menu-close img {
    max-width: 30px;
}

.short-text {
    position: relative;
}

.short-text.hide p {
    height: 120px;
    overflow: hidden;
}

.short-text .read-more {
    text-align: left;
    display: block;
    cursor: pointer;
    color: #EC8737;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    margin-top: 5px;
    text-transform: uppercase;
}

.arrow-open-menu2 {
    display: none;
}

.footer-menu-bottom {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-top: 30px;
}

.footer-menu-bottom li {
    margin-right: 40px;
}

.footer-menu-bottom li:last-child {
    margin-right: 0;
}

.footer-menu-bottom li a {
    text-decoration: none;
    color: #83818B;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.2s ease;
}

.footer-menu-bottom li:hover a {
    color: #000;
}

.page-content {
    padding: 70px 0px;
    word-wrap: break-word;
}

.page-content .title {
    text-align: left;
    margin-left: 0;
    margin-bottom: 35px;
    line-height: 115%;
    max-width: 100%;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    margin-bottom: 16px;
}

.page-content p {
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.page-content a {
    color: #ED863D;
    text-underline-offset: 3px;
}

.thank-you {
    padding: 120px 0 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}

.thank-you__overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(31, 31, 31, 0.90) 0.25%, rgba(31, 31, 31, 0.00) 99.9%);
    position: absolute;
    top: 0;
    left: 0;
}

.thank-you-wrapper {
    position: relative;
    z-index: 1;
    max-width: 650px;
}

.thank-you__title {
    font-size: 64px;
    font-weight: 800;
    line-height: 130%;
}

.thank-you__title-new {
    font-weight: 600;
    font-size: 60px;
}

.thank-you__text {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 32px 0 48px;
    max-width: 468px;
}

.thank-you-wrapper .btn {
    width: 380px;
    max-width: 100%;
}