@-webkit-keyframes moveReverse {
    0% {
        -webkit-transform: translateX(calc(0vw - 0px)) scale(1, 1);
        transform: translateX(calc(0vw - 0px)) scale(1, 1);
    }
    1% {
        -webkit-transform: translateX(calc(0vw - 160px)) scale(1, 1);
        transform: translateX(calc(0vw - 160px)) scale(1, 1);
    }
    49% {
        -webkit-transform: translateX(calc(100vw + 640px)) scale(1, 1);
        transform: translateX(calc(100vw + 640px)) scale(1, 1);
    }
    50% {
        -webkit-transform: translateX(calc(100vw + 640px)) scale(-1, 1);
        transform: translateX(calc(100vw + 640px)) scale(-1, 1);
    }
    51% {
        -webkit-transform: translateX(calc(100vw + 640px)) scale(-1, 1);
        transform: translateX(calc(100vw + 640px)) scale(-1, 1);
    }
    99% {
        -webkit-transform: translateX(calc(0vw - 160px)) scale(-1, 1);
        transform: translateX(calc(0vw - 160px)) scale(-1, 1);
    }
    100% {
        -webkit-transform: translateX(calc(0vw - 0px)) scale(1, 1);
        transform: translateX(calc(0vw - 0px)) scale(1, 1);
    }
}
@keyframes moveReverse {
    0% {
        -webkit-transform: translateX(calc(0vw - 0px)) scale(1, 1);
        transform: translateX(calc(0vw - 0px)) scale(1, 1);
    }
    1% {
        -webkit-transform: translateX(calc(0vw - 160px)) scale(1, 1);
        transform: translateX(calc(0vw - 160px)) scale(1, 1);
    }
    49% {
        -webkit-transform: translateX(calc(100vw + 640px)) scale(1, 1);
        transform: translateX(calc(100vw + 640px)) scale(1, 1);
    }
    50% {
        -webkit-transform: translateX(calc(100vw + 640px)) scale(-1, 1);
        transform: translateX(calc(100vw + 640px)) scale(-1, 1);
    }
    51% {
        -webkit-transform: translateX(calc(100vw + 640px)) scale(-1, 1);
        transform: translateX(calc(100vw + 640px)) scale(-1, 1);
    }
    99% {
        -webkit-transform: translateX(calc(0vw - 160px)) scale(-1, 1);
        transform: translateX(calc(0vw - 160px)) scale(-1, 1);
    }
    100% {
        -webkit-transform: translateX(calc(0vw - 0px)) scale(1, 1);
        transform: translateX(calc(0vw - 0px)) scale(1, 1);
    }
}
.header_landing .header__content {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header_landing .logo {
    position: absolute;
    left: 0;
}
.header_landing .landing__nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header_landing .landing__drop_item {
    padding: 0 30px;
    font-size: 13px;
}
.landing .top_block {
    height: 785px;
}
.apply_form .top_block {
    height: 260px;
    background: none !important;
}
.apply_form .top_block__title {
    font-size: 36px;
    line-height: 40px;
}
.landing .top_block__title {
    max-width: 950px;
    font-size: 75px;
    line-height: 77px;
}
.landing .top_block__title .top_block__title-sub {
    font-weight: 700;
    text-transform: none;
}
.citizenship {
    margin: 0 auto;
}
.citizenship label {
    display: block;
}
.landing .quote-form-section {
    position: relative;
    background: url(/front/img/street_6.svg) center bottom no-repeat transparent;
    background-size: 1920px;
    padding-bottom: 170px;
    margin: 40px auto;
    margin-bottom: 100px;
    overflow-x: hidden;
    margin-top: 30px;
}
@media (min-width: 1200px) {
    .landing .quote-form-section .container {
        width: 890px;
    }
}
.landing .quote-form-section:before {
    content: '';
    position: absolute;
    width: 283px;
    height: 87px;
    bottom: 3px;
    left: -320px;
    background: url(/front/img/truck_plane.svg) center no-repeat transparent;
    background-size: auto;
    will-change: transform;
    -webkit-animation: moveReverse 40s 0s linear infinite;
    animation: moveReverse 40s 0s linear infinite;
}
@media (min-width: 1921px) {
    .landing .quote-form-section:before {
        -webkit-animation-name: moveReverseWide;
        animation-name: moveReverseWide;
    }
}
@media (max-width: 1199px) {
    .landing .quote-form-section:before {
        -webkit-animation-duration: 20s;
        animation-duration: 20s;
    }
}
@media (max-width: 991px) {
    .landing .quote-form-section:before {
        height: 50px;
        width: 162px;
        bottom: 1px;
        background-size: cover;
    }
}
@media (max-width: 767px) {
    .landing .quote-form-section:before {
        display: none;
    }
}
.landing .quote-form-section .quote-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% + 30px);
    margin: 0 auto 20px -15px;
}
.landing .quote-form-section .input-placeholder {
    width: 100%;
    padding: 0 15px;
}
.landing .quote-form-section .input-placeholder option {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
}
.landing .quote-form-section .block__title {
    margin-bottom: 18px;
    text-align: center;
    color: #46AC97;
    text-transform: none;
}
.landing .quote-form-section .block__subtitle {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 170%;
    text-align: center;
    color: #595959;
}
.landing .quote-form-section .get_quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.landing .quote-form-section .g-recaptcha {
    margin-bottom: 20px;
}
.landing .quote-form-section .notification-block-wrapper {
    margin-bottom: 20px;
}
.landing .quote-form-section .alert-box {
    max-width: 660px;
    margin: 0 auto;
    padding: 30px 15px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    border-radius: 10px;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.landing .quote-form-section .alert-box.success {
    background-color: #46AC97;
    margin-bottom: -25px;
}
.landing .who_is {
    margin-bottom: 75px;
}
@media (min-width: 1340px) {
    .landing .who_is .container {
        width: 1340px;
    }
}
.landing .who_is .who_is__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.landing .who_is .text_wr {
    max-width: 660px;
    margin-top: 45px;
}
.landing .who_is .img_wr {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 650px;
}
.landing .who_is .title {
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: uppercase;
    color: #46AC97;
}
.landing .who_is .text {
    font-size: 14px;
    line-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #595959;
}
.footer_landing {
    padding-top: 0;
    border-top: 1px solid #EAEAEA;
}
.footer_landing .footer-info {
    margin-bottom: 0;
    padding: 20px 0;
}
.footer_landing .footer-info-item-title {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
}
.footer_landing .footer-copyright {
    padding: 23px 0;
}
.careers {
    padding-bottom: 70px;
}
.careers .faq-section {
    margin-top: -100px;
}
.contact-us {
    padding-bottom: 10px;
}
.main:not(.landing) + .footer_landing.apply {
    margin-top: 0;
}
.careers-form .g-recaptcha > div:first-child {
    margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
    .landing .who_is .img_wr {
        max-width: 400px;
    }
    .landing .top_block {
        margin-top: 90px;
    }
    .header.header_landing .menu_wr {
        margin: auto 0 auto auto;
    }
    .header.header_landing .landing_nav {
        display: none;
    }
    .header__drop_item {
        padding: 0;
    }
    .header__drop_item a {
        padding: 7px 0;
        display: block;
    }
}
@media only screen and (max-width: 991px) {
    .landing .top_block {
        margin-top: 85px;
        height: 300px;
    }
    .landing .top_block__title {
        font-size: 50px;
        line-height: 50px;
    }
    .landing .who_is .who_is__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .landing .who_is .img_wr {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .landing .quote-form-section {
        background-image: url(/front/img/ai_brr_bkg_mob.svg);
        background-repeat: repeat-x;
        background-size: auto;
        padding-bottom: 150px;
    }
}
@media only screen and (max-width: 767px) {
    .landing .top_block {
        margin-top: 94px;
        position: relative;
        height: 300px;
        background-image: url(/front/img/top_img/mobile/landing_mobile_top.svg) !important;
    }
    .landing .top_block .top_block__title br {
        display: none;
    }
    .landing .who_is .title {
        font-size: 20px;
        line-height: 28px;
    }
    .landing .quote-form-section .quote-form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .landing .quote-form-section .quote-form-row:first-child .input-placeholder:first-child {
        margin-bottom: 20px;
    }
}

