﻿.container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 8px
}
@media (min-width: 768px) {
    .container {
        width: 750px;
        padding-left: 15px;
        padding-right: 15px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }


}

.flex {
    display: flex
}
em {
    font-style: normal;
}
@keyframes moveReverse {
    0% {
        transform: translateX(calc(0vw - 0px)) scale(1, 1)
    }
    1% {
        transform: translateX(calc(0vw - 160px)) scale(1, 1)
    }
    49% {
        transform: translateX(calc(100vw + 640px)) scale(1, 1)
    }
    50% {
        transform: translateX(calc(100vw + 640px)) scale(-1, 1)
    }
    51% {
        transform: translateX(calc(100vw + 640px)) scale(-1, 1)
    }
    99% {
        transform: translateX(calc(0vw - 160px)) scale(-1, 1)
    }
    100% {
        transform: translateX(calc(0vw - 0px)) scale(1, 1)
    }
}
@keyframes moveReverseWide {
    0% {
        transform: translateX(0px) scale(1, 1)
    }
    1% {
        transform: translateX(-160px) scale(1, 1)
    }
    49% {
        transform: translateX(2560px) scale(1, 1)
    }
    50% {
        transform: translateX(2560px) scale(-1, 1)
    }
    51% {
        transform: translateX(2560px) scale(-1, 1)
    }
    99% {
        transform: translateX(-160px) scale(-1, 1)
    }
    100% {
        transform: translateX(0px) scale(1, 1)
    }
}
* {
    box-sizing: border-box;
    list-style: none;
    outline: none
}
noscript {
    display: block;
    width: calc(100% - 30px);
    max-width: 850px;
    background: #eb0b0b;
    border-radius: 100px;
    margin: 15px auto;
    padding: 40px 50px;
    color: #fff;
    text-align: center
}
body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #666
}
body input:required:valid, body textarea:required:valid {
    color: #666
}
body {
    overflow-x: hidden;
    position: relative;
    margin: 0;
    min-width: 320px;
    background: url(/front/img/body_bkg.svg) center repeat #fff;
    background-size: auto
}
body.disscroll {
    overflow: hidden
}
body.disscroll .header.removed {
    z-index: 3
}
body.loading {
    pointer-events: none;
    width: 100vw;
    height: 100vh;
    user-select: none;
    overflow: hidden
}
body.loading * {
    user-select: none;
    user-focus: none
}
body.loading > .preloader {
    z-index: 9999999;
    opacity: 1
}
body.loading > .preloader .loader::after {
    animation: scale 2.5s ease-in-out infinite
}
body.loading > .preloader .loader div {
    animation: move 2.5s ease-in-out infinite alternate
}
@font-face {
    src: url("/front/fonts/Museo/MUSEOSANSCYRL.OTF");
    font-weight: 100;
    font-style: normal;
    font-family: "Museo"
}
@font-face {
    src: url("/front/fonts/Museo/MUSEOSANSCYRL_0.OTF");
    font-weight: 300;
    font-style: normal;
    font-family: "Museo"
}
@font-face {
    src: url("/front/fonts/Museo/MUSEOSANSCYRL_1.OTF");
    font-style: normal;
    font-weight: 500;
    font-family: "Museo"
}
@font-face {
    src: url("/front/fonts/Museo/MUSEOSANSCYRL_2.OTF");
    font-weight: 700;
    font-style: normal;
    font-family: "Museo"
}
@font-face {
    src: url("/front/fonts/Museo/MUSEOSANSCYRL_3.OTF");
    font-weight: 900;
    font-style: normal;
    font-family: "Museo"
}
@font-face {
    src: url("/front/fonts/Montserrat/MontserratRegular.woff");
    font-weight: normal;
    font-style: normal;
    font-family: "Montserrat"
}
@font-face {
    src: url("/front/fonts/Montserrat/MontserratBold.woff");
    font-weight: bold;
    font-style: normal;
    font-family: "Montserrat"
}
ul {
    padding: 0;
    margin: 0
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0
}
a {
    color: inherit;
    text-decoration: none
}
* {
    font-family: Museo;
    tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}
select option {
    font-family: Arial, sans-serif !important
}
img {
    width: 100%
}
.top_block {
    position: relative;
    height: 780px;
    margin: 85px auto 0 auto;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center
}
.top_block__title {
    max-width: 1200px;
    padding: 0 15px;
    font-weight: 700;
    font-size: 77px;
    line-height: 87px;
    text-align: center;
    color: #343434;
    text-shadow: 0px 4px 70px rgba(0, 0, 0, .25)
}
.top_block__title-sub {
    display: block;
    font-weight: 900;
    color: #5197c3;
    text-transform: uppercase
}
.top_block__title-sub span {
    display: block
}
.main {
    overflow: hidden
}
.input {
    width: 270px;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    display: block;
    margin: 0 auto 30px auto;
    border: 0;
    border-bottom: 1px solid #5798c2;
    font-size: 16px;
    line-height: 25px;
    color: #3f3f3f;
    padding: 3px 0;
    font-weight: 300;
    background: transparent
}
.input::-webkit-input-placeholder {
    color: #5798c2;
    transition: color .3s ease
}
.input::-moz-placeholder {
    color: #5798c2;
    transition: color .3s ease
}
.input:-ms-input-placeholder {
    color: #5798c2;
    transition: color .3s ease
}
.input:-moz-placeholder {
    color: #5798c2;
    transition: color .3s ease
}
.input:focus::-webkit-input-placeholder {
    color: transparent
}
.input:focus::-moz-placeholder {
    color: transparent
}
.input:focus:-ms-input-placeholder {
    color: transparent
}
.input:focus:-moz-placeholder {
    color: transparent
}
.block__title {
    font-size: 45px;
    line-height: 54px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #5197c3
}
.block__subtitle {
    display: block;
    font-size: 24px;
    line-height: 43px;
    text-align: center;
    color: #000
}
.step_list {
    margin: 65px auto 15px auto
}
.step_list__content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap
}
.step_list__item {
    width: 500px;
    padding: 60px 40px 10px 30px;
    margin: 0 0 30px 0;
    position: relative;
    background: transparent;
    display: block
}
.step_list__item:before, .step_list__item:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position-y: center;
    background-size: auto
}
.step_list__item:before {
    width: 150px;
    height: 200px;
    top: -20px;
    right: 15px;
    background-position-x: center;
    background-image: url(/front/img/green_pencil.svg)
}
.step_list__item:after {
    top: 35px;
    left: 0;
    width: 110px;
    height: 95px;
    background-position-x: left
}
.step_list__item:last-of-type {
    margin: 0 auto
}
.step_list__item:nth-child(1):after {
    background-image: url(/front/img/pointer_1.svg)
}
.step_list__item:nth-child(2):after {
    background-image: url(/front/img/pointer_2.svg)
}
.step_list__item:nth-child(3):after {
    background-image: url(/front/img/pointer_3.svg)
}
.step_list__item:nth-child(4):after {
    background-image: url(/front/img/pointer_4.svg)
}
.step_list__item:nth-child(5):after {
    background-image: url(/front/img/pointer_5.svg)
}
.step_list__item .title {
    font-size: 24px;
    line-height: 35px;
    font-weight: 900;
    color: #595959;
    margin-bottom: 5px;
    padding-left: 85px
}
.step_list__description {
    display: block;
    padding: 40px 30px;
    border: 3px solid #5197c3;
    border-radius: 22px;
    height: calc(100% - 40px);
    position: relative
}
.step_list__description:before, .step_list__description:after {
    content: "";
    background: #fff;
    position: absolute
}
.step_list__description:before {
    width: 3px;
    height: 35px;
    top: 22px;
    left: -3px
}
.step_list__description:after {
    width: 65px;
    height: 3px;
    top: -3px;
    left: 22px
}
.step_list__description .subtitle {
    display: block;
    font-size: 18px;
    line-height: 35px;
    font-weight: 900;
    color: #595959
}
.step_list__description .text {
    font-size: 14px;
    line-height: 23px;
    color: #595959
}
.faq-section .dyk {
    padding: 175px 0 0 0;
    text-align: center;
    background-size: 1665px, 596px;
    background-image: url(/front/img/dyk_background.svg), url(/front/img/dyk_human.svg);
    background-position: center bottom, center 58px;
    background-repeat: no-repeat;
    background-color: #fff
}
.faq-section .dyk .container {
    width: 1060px;
    margin: 0 auto;
    background: url(/front/img/dyk_container_background.svg) center no-repeat transparent;
    background-size: 1030px;
    padding: 65px 15px 80px 0
}
.faq-section .dyk-container {
    width: 850px;
    height: 324px;
    margin: 0 auto;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 40px;
    position: relative;
    padding: 60px 85px 32px 105px
}
.faq-section .dyk-container:before {
    content: "";
    width: 306px;
    height: 242px;
    background: url(/front/img/dyk_monitor.svg) center no-repeat transparent;
    background-size: cover;
    position: absolute;
    bottom: -80px;
    left: -276px
}
.faq-section .dyk-title {
    font-size: 24px;
    line-height: 43px;
    color: #5a5a5a;
    font-weight: 700;
    margin: 0 auto 13px auto
}
.faq-section .dyk-description {
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    color: #5a5a5a;
    margin: 0 auto
}
.faq-section .feedback-landscape {
    background: url(/front/img/feedback_landscape_bkg.svg) center repeat transparent;
    background-size: cover;
    padding: 88px 0
}
.faq-section .feedback-landscape .container {
    width: 1070px
}
.faq-section .feedback-landscape-container {
    display: flex;
    justify-content: center;
    align-items: flex-start
}
.faq-section .feedback-landscape-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff;
    display: block;
    margin: 0 30px 0 0;
    flex-shrink: 0;
    display: none;
}
.faq-section .feedback-landscape-info {
    color: #fff
}
.faq-section .feedback-landscape-info-name {
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    margin: 0 auto 5px 0;
    font-weight: 900
}
.faq-section .feedback-landscape-info-position {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 auto 15px 0
}
.faq-section .feedback-landscape-info-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin: 0 auto
}
.faq-section .customer-support {
    padding-bottom: 75px;
    background: url(/front/img/cs-section_bkg.svg) center calc(100% - 10px) no-repeat transparent;
    background-size: 1920px
}
.faq-section .customer-support__title {
    text-align: center;
    margin: 58px auto 38px auto
}
.faq-section .customer-support__wr {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
    border: 3px solid #000;
    padding: 49px 157px 49px 57px;
    background: url(/front/img/cs_bottom-left.svg) 370px 290px no-repeat, url(/front/img/cs_bottom-left.svg) calc(100% - 24px) 23px no-repeat transparent;
    background-size: auto, 159px
}
.faq-section .customer-support__wr:before, .faq-section .customer-support__wr:after {
    display: block;
    content: "";
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute
}
.faq-section .customer-support__wr:before {
    width: 310px;
    height: 171px;
    left: -175px;
    bottom: -67px;
    background-image: url(/front/img/truck.svg)
}
.faq-section .customer-support__wr:after {
    width: 144px;
    height: 51px;
    right: -4px;
    bottom: -64px;
    background-image: url(/front/img/van.svg)
}
.faq-section .customer-support__description {
    margin-right: 82px
}
.faq-section .customer-support__text {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    color: #000;
    font-weight: 300;
    margin-bottom: 25px
}
.faq-section .customer-support__phone {
    font-weight: 900;
    font-size: 24px;
    line-height: 25px;
    color: #000;
    margin: 0 auto 9px auto
}
.faq-section .customer-support__phone a {
    text-decoration: none;
    cursor: pointer;
    color: inherit
}
.faq-section .customer-support__phone a:visited {
    text-decoration: none;
    color: inherit
}
.faq-section .customer-support__phone a:hover, .faq-section .customer-support__phone a:focus, .faq-section .customer-support__phone a:active {
    text-decoration: underline;
    color: inherit
}
.faq-section .customer-support__hint {
    font-weight: 300;
    padding-right: 256px;
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #919191
}
.faq-section .customer-support-subscription-form {
    display: block;
    margin-bottom: 20px
}
.faq-section .customer-support-subscription-form-email {
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    display: block;
    width: 100%;
    margin: 0 auto 30px auto;
    border: 0;
    border-bottom: 1px solid #5798c2;
    font-size: 16px;
    line-height: 25px;
    color: #3f3f3f;
    padding: 3px 0;
    font-weight: 300;
    background: transparent
}
.faq-section .customer-support-subscription-form-email::-webkit-input-placeholder {
    color: #5798c2;
    transition: color .3s ease
}
.faq-section .customer-support-subscription-form-email::-moz-placeholder {
    color: #5798c2;
    transition: color .3s ease
}
.faq-section .customer-support-subscription-form-email:-ms-input-placeholder {
    color: #5798c2;
    transition: color .3s ease
}
.faq-section .customer-support-subscription-form-email:-moz-placeholder {
    color: #5798c2;
    transition: color .3s ease
}
.faq-section .customer-support-subscription-form-email:focus::-webkit-input-placeholder {
    color: transparent
}
.faq-section .customer-support-subscription-form-email:focus::-moz-placeholder {
    color: transparent
}
.faq-section .customer-support-subscription-form-email:focus:-ms-input-placeholder {
    color: transparent
}
.faq-section .customer-support-subscription-form-email:focus:-moz-placeholder {
    color: transparent
}
.faq-section .customer-support-subscription-form-submit {
    display: inline-block;
    color: #fff
}
.faq-section .subscribe-section {
    width: 270px;
    flex-shrink: 0;
    margin-top: 44px
}
.faq-section .subscribe__title {
    font-size: 24px;
    line-height: 27px;
    font-weight: 900;
    color: #3f3f3f;
    margin: 0 auto 32px auto
}
.notification-block {
    padding: 30px 15px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    border-radius: 10px;
    background-color: transparent;
    transition: background-color .3s ease
}
.notification-block.successful {
    background-color: #46ac97
}
.notification-block.error {
    background-color: #eb0b0b
}
.common-title {
    font-size: 45px;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: 900;
    color: #5197c3
}
.btn--shadow {
    display: inline-block;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    line-height: 30px;
    padding: 8px 70px;
    box-shadow: 3px 3px 0px #5798c2;
    border-radius: 30px;
    border: 0;
    color: #fff;
    font-weight: 900;
    outline: none;
    cursor: pointer;
    background-color: #46ac97;
    transition: box-shadow .3s ease, transform .3s ease
}
.btn--shadow:focus {
    box-shadow: 1px 1px 0px #5798c2
}
.btn--shadow:hover {
    transform: translate(3px, 3px);
    box-shadow: 0px 0px 0px #5798c2
}
.btn--shadow:active {
    transform: translate(3px, 3px);
    box-shadow: -3px -3px 0px #5798c2
}
[disabled] {
    pointer-events: none
}
.blue-rounded-rectangle {
    text-align: center;
    position: relative
}
.blue-rounded-rectangle.title .container {
    max-width: 660px;
    width: 100%;
    padding: 59px 60px
}
.blue-rounded-rectangle.title .blue-rounded-rectangle__title {
    margin: 0 auto
}
.blue-rounded-rectangle.text {
    background: none
}
.blue-rounded-rectangle.text .container {
    max-width: 850px;
    width: 100%;
    padding: 40px 50px
}
.blue-rounded-rectangle .container {
    width: 850px;
    background: #5798c2;
    border-radius: 100px;
    padding: 40px
}
.blue-rounded-rectangle__title {
    font-size: 24px;
    line-height: 43px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px
}
.blue-rounded-rectangle__text {
    font-size: 16px;
    line-height: 29px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: 300
}
.blue-rounded-rectangle__text:last-child {
    margin-bottom: 0
}
.blue-rounded-rectangle__button {
    box-shadow: 3px 3px 0 #fff;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 50px;
    min-width: 200px
}
.blue-rounded-rectangle__button:visited {
    transform: none;
    box-shadow: 3px 3px 0 #fff;
    color: #fff;
    text-decoration: none
}
.blue-rounded-rectangle__button:focus {
    transform: none;
    box-shadow: 1px 1px 0px #5798c2;
    color: #fff;
    text-decoration: none
}
.blue-rounded-rectangle__button:hover {
    transform: translate(3px, 3px);
    box-shadow: 0px 0px 0px #5798c2;
    color: #fff;
    text-decoration: none
}
.blue-rounded-rectangle__button:active {
    transform: translate(3px, 3px);
    box-shadow: -3px -3px 0px #5798c2;
    color: #fff;
    text-decoration: none
}
.block_with_illustration {
    position: relative;
    min-height: 655px;
    padding: 70px 0
}
.block_with_illustration.img_left .img_wr {
    border-radius: 0 500px 500px 0;
    left: calc(50% - 960px);
    padding-left: 0;
    padding-right: 20px
}
.block_with_illustration.img_left .img_wr img {
    border-radius: 0 500px 500px 0;
    object-fit: cover
}
.block_with_illustration.img_left .block_with_illustration__content {
    justify-content: flex-end
}
.block_with_illustration.illustration_without_wrapper {
    min-height: 770px
}
.block_with_illustration.illustration_without_wrapper .img_wr {
    width: 850px;
    height: 637px;
    background: none;
    right: calc(50% - 961px);
    padding-top: 0;
    padding-left: 0
}
.block_with_illustration.illustration_without_wrapper .img_wr img {
    width: 100%;
    height: auto;
    object-fit: cover
}
.block_with_illustration .block_with_illustration__content {
    display: flex
}
.block_with_illustration .img_wr {
    position: absolute;
    flex-shrink: 0;
    z-index: -1;
    border-radius: 500px 0 0 500px;
    right: calc(50% - 960px)
}
.block_with_illustration .img_wr img {
    width: 830px;
    height: 453px;
    border-radius: 500px 0 0 500px;
    box-shadow: -11px -22px 0px 11px #46ac97;
    object-fit: cover
}
.block_with_illustration .text_wr {
    max-width: 56.4%
}
.block_with_illustration .block_with_illustration__text {
    font-size: 16px;
    line-height: 29px;
    font-weight: 300;
    color: #000;
    margin-bottom: 30px
}
.block_with_illustration .block_with_illustration__text:last-of-type {
    margin-bottom: 0
}
.block_with_illustration .block_with_illustration__title {
    margin-bottom: 30px
}
.block_with_border .container {
    padding: 20px 115px 150px 115px
}
.block_with_border .careers__info {
    display: flex
}
.block_with_border .text::before {
    display: none
}
.block_with_border .block__title {
    margin-bottom: 30px
}
.block_with_border .title {
    margin-bottom: 40px
}
.block_with_border .careers__info-item {
    margin-left: 50px
}
.block_with_border .careers__info-item:last-child {
    margin-left: 120px
}
.block_with_border .careers__info-item span:first-child {
    font-weight: 900
}
.block_with_border .careers__info-item span:last-child {
    font-weight: 400
}
.two_cards .container {
    width: initial;
    max-width: 1500px
}
.two_cards .block__title {
    margin-bottom: 84px
}
.two_cards .two_cards__block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}
.two_cards .two_cards__item {
    position: relative;
    width: 430px;
    margin: 0 30px 100px 30px
}
.two_cards .two_cards__item:before {
    content: "";
    position: absolute;
    left: -23px;
    z-index: -1;
    width: 430px;
    height: 271px;
    border: 3px solid #5197c3;
    border-radius: 20px;
    transform: rotate(-9.51deg)
}
.two_cards .two_cards__item .title {
    margin-bottom: 12px;
    font-weight: 900;
    font-size: 40px;
    color: #46ac97;
    text-align: center;
    text-transform: uppercase;
}
.two_cards .two_cards__item .subtitle {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    color: #595959;
    font-weight: 900
}
.two_cards .two_cards__item .text {
    font-size: 14px;
    line-height: 23px;
    color: #595959
}
.two_cards .two_cards__itemInner {
    position: relative;
    height: 100%;
    border: 3px solid #5197c3;
    border-radius: 20px;
    padding: 10px 30px 20px 30px;
    background: #fff;
    min-height: 330px
}
.two_cards .two_cards__itemInner:before {
    content: "";
    position: absolute;
    top: -37px;
    left: 28px;
    width: 35px;
    height: 75px;
    background: url(/front/img/clippit.svg)
}
.two_cards .two_cards__itemInner::after {
    content: "";
    position: absolute;
    top: -8px;
    right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    color: #fff;
    width: 55px;
    height: 57px;
    background: url(/front/img/card_arrow.svg) no-repeat
}
.two_cards .two_cars__hint {
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #595959;
    margin-top: -60px
}
.two_cards__appendix {
    background: url(/front/img/street_1.svg) center bottom no-repeat transparent;
    background-size: 1920px;
    padding: 40px 0;
    margin: 0 auto 100px auto
}
.two_cards__appendix .container {
    width: 690px;
    margin: 0 calc(50% - 560px) 100px auto
}
.two_cards__appendix .title {
    margin-bottom: 20px
}
.two_cards__appendix .text {
    font-weight: 300
}
.list__item {
    font-size: 14px;
    line-height: 23px;
    font-weight: 100;
    margin-bottom: 13px
}
.list__item:last-child {
    margin-bottom: 0
}
.list__item.list__item--two_rounds {
    display: flex
}
.list__item.list__item--two_rounds:before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 27px;
    height: 28px;
    margin-top: -4px;
    margin-right: 20px;
    background: url(/front/img/two_rounds.svg)
}
@media (min-width: 1500px) {
    .steps .container {
        width: initial;
        max-width: 1500px
    }
}
.steps .steps__content {
    position: relative
}
.steps .steps__content:before {
    content: "";
    position: absolute;
    left: 49.4%;
    transform: translateX(-50%);
    top: -27px;
    width: 1446px;
    height: 218px;
    background: url(/front/img/steps_bg.svg) center no-repeat
}
.steps .steps__block {
    display: flex;
    justify-content: space-between;
    padding: 0 67px
}
.steps .steps__item {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 299.04px;
    height: 124.83px;
    background: #fff;
    border: 2px solid #595959;
    padding-left: 28px;
    padding-right: 12px;
    border-radius: 16px;
    transition: .5s ease-in-out
}
.steps .steps__item:hover {
    background: #5197c3
}
.steps .steps__item:hover:before {
    background: #46ac97
}
.steps .steps__item:hover span {
    color: #fff
}
.steps .steps__item:hover .steps__describe {
    color: #fff
}
.steps .steps__item:before {
    content: "";
    position: absolute;
    top: -2px;
    z-index: -1;
    left: 16px;
    width: calc(100% - 16px);
    height: 100%;
    background: #fff;
    border: 2px solid #595959;
    border-radius: 16px;
    transition: .3s ease-in-out
}
.steps .steps__item .steps__title {
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
    color: #595959;
    font-weight: 900;
    transition: .3s ease-in-out
}
.steps .steps__item .steps__describe {
    font-size: 14px;
    text-align: center;
    transition: .3s ease-in-out
}
.partner .container {
    position: relative
}
.partner .container:before {
    content: "";
    width: 100vw;
    max-width: 1920px;
    height: 280px;
    position: absolute;
    bottom: -200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(/front/img/street_3.svg) center bottom no-repeat transparent;
    background-size: 1920px
}
.partner .partner__block {
    max-width: 850px;
    width: 100%;
    padding: 35px 10px 35px 10px;
    background: #5798c2;
    border-radius: 65px;
    margin: 0 auto
}
.partner .title {
    font-size: 24px;
    line-height: 43px;
    text-align: center;
    color: #ffbf1a
}
.partner .text {
    font-size: 16px;
    font-weight: 100;
    line-height: 29px;
    text-align: center;
    color: #fff;
    position: relative
}
.partner .text a {
    text-decoration: underline;
    font-weight: 900
}
.section_with_browser .container {
    width: 798px;
    position: relative
}
.section_with_browser .browser_window {
    border: 3px solid #000;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background: #fff
}
.section_with_browser .browser_window .bumblebee {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 3px 7px;
    border: 0;
    border-bottom: 3px solid #000
}
.section_with_browser .browser_window .bumblebee .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.section_with_browser .browser_window .bumblebee .buttons .button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    border: 3px solid #000;
    margin: 0 2px;
    transition: color .3s ease, border-color .3s ease
}
.section_with_browser .browser_window .bumblebee .buttons .button.red:hover {
    background-color: #eb0b0b;
    border-color: #eb0b0b
}
.section_with_browser .browser_window .bumblebee .buttons .button.yellow:hover {
    background-color: #ffbf1a;
    border-color: #ffbf1a
}
.section_with_browser .browser_window .bumblebee .buttons .button.green:hover {
    background-color: #46ac97;
    border-color: #46ac97
}
.section_with_browser .browser_window:not(.shadow) {
    position: relative;
    z-index: 3
}
.section_with_browser .browser_window.shadow {
    width: calc(100% - 30px);
    border-color: #ccc;
    position: absolute;
    top: 0;
    left: 0
}
.section_with_browser .browser_window.shadow .bumblebee {
    border-bottom-color: #ccc
}
.section_with_browser .browser_window.shadow .bumblebee .buttons {
    visibility: hidden
}
.section_with_browser .browser_window.shadow.first {
    z-index: 2;
    transform: translate(27px, 10px)
}
.section_with_browser .browser_window.shadow.second {
    z-index: 1;
    transform: translate(37px, 20px)
}
.section_with_browser .browser_window.shadow.third {
    z-index: 0;
    transform: translate(47px, 30px)
}
.section_with_browser .browser_window .info_section {
    padding: 30px
}
.section_with_browser .browser_window .info_section__title {
    font-size: 40px;
    line-height: 50px;
    color: #46ac97;
    font-weight: 900;
    margin-bottom: 30px
}
.section_with_browser .browser_window .info_section__list {
    padding-left: 45px;
    list-style: none
}
.section_with_browser .browser_window .info_section__list.column {
    display: flex;
    flex-wrap: wrap
}
.section_with_browser .browser_window .info_section__list.column .info_section__list_block {
    min-width: 225px;
    margin-right: 60px
}
.section_with_browser .browser_window .info_section__list .item {
    position: relative;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 23px;
    color: #595959
}
.section_with_browser .browser_window .info_section__list .item:last-child {
    margin-bottom: 0
}
.section_with_browser .browser_window .info_section__list .item:before, .section_with_browser .browser_window .info_section__list .item:after {
    content: "";
    display: block;
    position: absolute
}
.section_with_browser .browser_window .info_section__list .item:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #5197c3;
    top: -1px;
    left: -45px
}
.section_with_browser .browser_window .info_section__list .item:after {
    width: 34px;
    height: 34px;
    top: -8px;
    left: -52px;
    background: url(/front/img/blue_arc.svg) top right no-repeat transparent;
    transform: rotate(0deg);
    transform-origin: center;
    transition: transform .3s ease
}
.section_with_browser .browser_window .info_section__list .item:hover:after {
    transform: rotate(180deg)
}
.section_with_browser.illustrated .container {
    margin: 0 calc(50% - 152px) 0 auto
}
.illustration {
    margin: 60px auto
}
.illustration_wr {
    position: relative;
    z-index: 1
}
.illustration_wr:before {
    content: "";
    width: 103%;
    height: 100%;
    background: #46ac97;
    border-radius: 520px;
    position: absolute;
    top: -3%;
    left: -3%;
    z-index: -1
}
.illustration_wr img {
    border-radius: 500px;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover
}
.block_with_plain_text .block__title {
    max-width: 890px;
    margin: 0 auto;
    margin-bottom: 30px
}
.block_with_plain_text .text {
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 23px;
    text-align: center
}
.block_with_plain_text .text:last-child {
    margin-bottom: 0
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
select::-ms-expand {
    display: none
}
.green-title__section {
    text-align: center
}
.green-title__section .container {
    max-width: 690px
}
.green-title__section .text {
    font-size: 14px;
    line-height: 23px;
    color: #595959
}
.green-title__section .text span {
    display: block
}
.green-title__title {
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    color: #46ac97;
    margin: 0 auto 40px auto;
    text-align: center
}
.input-placeholder {
    position: relative
}
.input-placeholder__placeholder {
    font-family: Montserrat;
    position: absolute;
    font-size: 8px;
    line-height: 11px;
    padding: 0 3px;
    color: #46ac97;
    top: -4px;
    left: 22px;
    background: #fff;
    opacity: 0;
    transition: all .3s ease
}
.input-placeholder__label {
    display: block;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #797979;
    margin-bottom: 10px;
    padding: 0 10px
}
.input-placeholder__input {
    display: block;
    appearance: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    background: transparent;
    font-family: Montserrat;
    font-weight: normal;
    border: 1px solid #797979;
    border-radius: 3px;
    padding: 11px 10px;
    font-size: 14px;
    line-height: 18px;
    color: #343434;
    transition: border-color .3s .3s ease
}
.input-placeholder__input::-webkit-input-placeholder {
    color: #797979;
    transition: color .3s ease
}
.input-placeholder__input::-moz-placeholder {
    color: #797979;
    transition: color .3s ease
}
.input-placeholder__input:-ms-input-placeholder {
    color: #797979;
    transition: color .3s ease
}
.input-placeholder__input:-moz-placeholder {
    color: #797979;
    transition: color .3s ease
}
.input-placeholder__input:focus::-webkit-input-placeholder {
    color: transparent
}
.input-placeholder__input:focus::-moz-placeholder {
    color: transparent
}
.input-placeholder__input:focus:-ms-input-placeholder {
    color: transparent
}
.input-placeholder__input:focus:-moz-placeholder {
    color: transparent
}
.input-placeholder__input:focus {
    border-color: #46ac97;
    transition: border-color .3s ease
}
.input-placeholder__input:focus + .input-placeholder__placeholder {
    opacity: 1;
    transition: opacity .3s .3s ease
}
.input-placeholder__select {
    cursor: pointer;
    color: #343434;
    white-space: normal;
    background: url(/front/img/chevron-down.svg) calc(100% - 11px) center no-repeat transparent
}
.input-placeholder__select option {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit
}
.half-width {
    padding: 0 15px;
    width: 50%
}
.full-width {
    width: 100%;
    padding: 0 15px
}
.green-block {
    border: 2px solid transparent;
    border-image: url(/front/img/gb_bi.svg) 2 round round;
    background: #46ac97;
    height: 230px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 130px);
    margin: 0 0 30px 0;
    color: #fff
}
.green-block__section .block__title {
    margin: 0 auto 50px auto
}
.green-block__section .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap
}
.green-block * > {
    color: inherit
}
.green-block .text {
    font-size: 16px;
    line-height: 24px
}
.green-title-border__section .container {
    max-width: 740px;
    margin: 0 auto;
    padding: 24px 40px;
    border: 2px solid #000;
    border-image: url(/front/img/tos_border_img.svg) 2
}
.green-title-border__section .green-title-border__title {
    font-size: 45px;
    line-height: 54px;
    text-align: center;
    color: #46ac97;
    font-weight: 900
}
.step_full .step_full__content {
    display: flex
}
.step_full .step_full__item {
    position: relative;
    width: 25%;
    padding: 50px 100px 100px 40px;
    border: 2px solid #000;
    border-left: none
}
.step_full .step_full__item:hover {
    background: #5798c2;
    border: 2px solid #000;
    border-left: 0;
    border-image: url(/front/img/tos_border_img.svg) 2;
    transition: .3s ease-in-out
}
.step_full .step_full__item:hover + .step_full__item .round_left {
    background: #fff
}
.step_full .step_full__item:hover .round_right {
    background: #fff
}
.step_full .step_full__item:hover .title {
    color: #fff
}
.step_full .step_full__item:hover .text {
    color: #fff
}
.step_full .step_full__item:first-child {
    border-left: 2px solid #000
}
.step_full .step_full__item .title {
    min-height: 60px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
    color: #5798c2;
    transition: .3s ease-in-out
}
.step_full .step_full__item .text {
    margin-bottom: 90px;
    font-weight: 100;
    transition: .3s ease-in-out
}
.step_full .step_full__item .text:last-child {
    margin-bottom: 0
}
.spiral {
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}
.spiral .spiral__item {
    display: flex;
    align-items: center
}
.spiral .spiral__item .round_left {
    width: 10px;
    height: 10px;
    background: #5798c2;
    border-radius: 50%;
    transition: .3s ease-in-out
}
.spiral .spiral__item .line {
    position: relative;
    width: 30px;
    height: 3px;
    background: #000;
    border-radius: 2px;
    margin: 0 -5px
}
.spiral .spiral__item .round_right {
    width: 10px;
    height: 10px;
    background: #5798c2;
    border-radius: 50%;
    transition: .3s ease-in-out
}
.spinningCircle {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0);
    border-top-color: 4px solid #7fc4d1;
    border-right-color: 4px solid #7fc4d1;
    -webkit-animation: single2 4s infinite linear;
    animation: single2 4s infinite linear
}
@-webkit-keyframes single2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-top-color: #7fc4d1;
        border-right-color: #7fc4d1
    }
    50% {
        border-top-color: #1f4f58;
        border-right-color: #1f4f58
    }
    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
        border-top-color: #7fc4d1;
        border-right-color: #7fc4d1
    }
}
@keyframes single2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-top-color: #7fc4d1;
        border-right-color: #7fc4d1
    }
    50% {
        border-top-color: #1f4f58;
        border-right-color: #1f4f58
    }
    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
        border-top-color: #7fc4d1;
        border-right-color: #7fc4d1
    }
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding-top: 20px;
    font-family: "Montserrat";
    color: #212121;
    white-space: nowrap;
    padding: 20px 0;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, .25);
    background: #fff
}
.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 20px 0
}
@media (min-width: 1360px) {
    .header .container {
        width: 1350px
    }
}
.header .header__content {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.header .logo {
    position: relative;
    z-index: 3;
    width: 134px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 53px
}
.header .header__nav_wr {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.header .header__nav_list {
    display: flex
}
.header .header__drop_item {
    position: relative;
    padding: 15px;
    font-size: 13px;
    cursor: pointer;
    transition: .3s ease-in-out;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}
.header .header__drop_item:hover {
    background: #44ad97;
    color: #fff
}
.header .header__drop_item:hover .drop-item_nav {
    top: 100%;
    opacity: 1;
    pointer-events: auto
}
.header .header__drop_item .drop-item_nav {
    position: absolute;
    z-index: 1;
    opacity: 0;
    top: -100%;
    left: 0px;
    width: 340px;
    height: auto;
    display: block;
    padding: 10px 0px;
    border-radius: 0 10px 10px 10px;
    background: #44ad97;
    transition: all .3s ease;
    pointer-events: none
}
.header .header__drop_item .drop-item_nav li:hover a {
    background: #4db6ac
}
.header .header__drop_item a {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px;
    transition: .3s ease-in-out
}
.header .header__nav_btns {
    display: flex;
    margin-left: 45px;
    margin-right: 40px;
    font-size: 15px;
    line-height: 17px;
    font-weight: bold
}
.header .header__nav_btns .header__pricing {
    margin-right: 20px;
    font-size: 13px
}
.header .header__nav_btns .header__link {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 186px;
    height: 45px;
    border: 3px solid #46ac97;
    border-radius: 58px;
    color: #44ad97;
    transition: .3s ease-in-out
}
.header .header__nav_btns .header__link:hover, .header .header__nav_btns .header__link:focus {
    background: #46ac97;
    color: #fff
}
.header .header__nav_btns .header__link:active {
    background: #4db6ac;
    color: #fff;
    border-color: #4db6ac
}
.header .header__nav_btns .header__link.header__pricing {
    width: 133px;
    font-size: 12px;
    line-height: 17px
}
.header .header__nav_btns .header__link.header__warehouses {
    width: 186px;
    font-size: 12px;
    line-height: 17px;
    white-space: normal;
    text-align: center
}
.header .apply .account {
    display: none
}
.header__clients_btns {
    display: flex
}
.header__clients_btns .account, .header__clients_btns .account-mobile, .header__clients_btns .client-support {
    height: 45px;
    background: #44ad97;
    border-radius: 22px;
    cursor: pointer
}
.header__clients_btns .account a, .header__clients_btns .account-mobile a, .header__clients_btns .client-support a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}
.header__clients_btns .account span, .header__clients_btns .account-mobile span, .header__clients_btns .client-support span {
    font-size: 13px;
    color: #fff
}
.header__clients_btns .account, .header__clients_btns .account-mobile {
    position: relative;
    width: 156px;
    margin-right: 20px;
    transition: .3s ease-in-out
}
.header__clients_btns .account:hover, .header__clients_btns .account-mobile:hover {
    background: #4db6ac
}
.header__clients_btns .account.open-form, .header__clients_btns .account-mobile.open-form {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    cursor: auto
}
.header__clients_btns .account.open-form form, .header__clients_btns .account-mobile.open-form form {
    opacity: 1;
    pointer-events: auto
}
.header__clients_btns .account img, .header__clients_btns .account-mobile img {
    width: 22px;
    height: 20px;
    margin-right: 7px
}
.header__clients_btns .account .account_head, .header__clients_btns .account .account_head-mobile, .header__clients_btns .account-mobile .account_head, .header__clients_btns .account-mobile .account_head-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}
.header__clients_btns .account input, .header__clients_btns .account-mobile input {
    font-size: 16px;
    color: #212121;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: none;
    border: none
}
.header__clients_btns .account input[type=submit], .header__clients_btns .account-mobile input[type=submit] {
    display: block;
    height: 37px;
    line-height: 20px;
    cursor: pointer;
    appearance: none
}
.header__clients_btns .account .login-form_title, .header__clients_btns .account-mobile .login-form_title {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: normal;
    margin-bottom: 17px;
    font-weight: bold
}
.header__clients_btns .account .error-login, .header__clients_btns .account-mobile .error-login {
    display: none;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px
}
.header__clients_btns .account .error-login span, .header__clients_btns .account-mobile .error-login span {
    margin: 0;
    padding: 10px 0;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: red
}
.header__clients_btns .account .login-form_remember, .header__clients_btns .account-mobile .login-form_remember {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer
}
.header__clients_btns .account .login-form_remember.check .custom-checkbox:after, .header__clients_btns .account-mobile .login-form_remember.check .custom-checkbox:after {
    background: url(/front/img/checked.svg) no-repeat;
    background-position: center;
    background-size: 12px
}
.header__clients_btns .account .login-form_remember .custom-checkbox, .header__clients_btns .account-mobile .login-form_remember .custom-checkbox {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: #fff;
    border-radius: 2px;
    position: relative
}
.header__clients_btns .account .login-form_remember .custom-checkbox:after, .header__clients_btns .account-mobile .login-form_remember .custom-checkbox:after {
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent
}
.header__clients_btns .client-support {
    width: 186px;
    transition: .3s ease-in-out
}
.header__clients_btns .client-support:hover {
    background: #4db6ac
}
.header__clients_btns .client-support img {
    width: 21px;
    height: 20px;
    margin-right: 8px
}
.header__clients_btns .login-form, .header__clients_btns .login-form-mobile {
    opacity: 0;
    overflow: hidden;
    top: 100%;
    right: 0px;
    width: 290px;
    display: flex;
    padding: 20px;
    border-radius: 10px;
    border-top-right-radius: 0;
    z-index: 1;
    pointer-events: none;
    flex-direction: column;
    position: absolute;
    background: #44ad97;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.header__clients_btns .login-form a, .header__clients_btns .login-form-mobile a {
    display: block;
    margin-left: 0px;
    font-size: 13px;
    color: #fff
}
.header__clients_btns .login-form .open-new-acc, .header__clients_btns .login-form-mobile .open-new-acc {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
    background: #fff;
    color: #212121;
    border: 2px solid transparent;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    transition: .3s ease-in-out
}
.header__clients_btns .login-form .open-new-acc:hover, .header__clients_btns .login-form-mobile .open-new-acc:hover {
    color: #fff;
    background: transparent;
    border: 2px solid #fff
}
.menu_wr {
    position: static;
    top: 10px;
    right: 10px;
    display: none;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    background: transparent
}
.menu_wr .menu_toggle {
    width: 30px;
    height: 18px;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}
.menu_wr .menu_toggle.open span.top {
    top: 18px;
    width: 0%;
    left: 50%
}
.menu_wr .menu_toggle.open span.middle {
    transform: rotate(45deg)
}
.menu_wr .menu_toggle.open span.bottom {
    top: 7px;
    transform: rotate(-45deg)
}
.menu_wr .menu_toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #46ac97;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}
.menu_wr .menu_toggle span.top {
    top: 0px
}
.menu_wr .menu_toggle span.middle {
    top: 7px
}
.menu_wr .menu_toggle span.bottom {
    top: 14px
}
.mobile_menu {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 90px;
    background: #fff;
    transition: .5s ease-in-out;
    transform: translateY(-100%);
    overflow: auto
}
@media (max-height: 555px) {
    .mobile_menu {
        overflow: auto
    }
}
.mobile_menu .header__drop_item {
    text-align: center;
    cursor: pointer
}
.mobile_menu .drop-item_nav li {
    text-align: center
}
.mobile_menu .header__clients_btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    margin-bottom: 120px;
    padding: 0 5px
}
@media (max-height: 568px) {
    .mobile_menu .header__clients_btns {
        margin-bottom: 30px
    }
}
.mobile_menu .header__clients_btns .login-form, .mobile_menu .header__clients_btns .login-form-mobile {
    top: auto;
    bottom: 65px;
    left: 0px;
    width: calc(100vw - 10px);
    max-width: 390px;
    padding: 20px 0;
    border-radius: 20px
}
.mobile_menu .header__clients_btns .login-form .open-new-acc, .mobile_menu .header__clients_btns .login-form-mobile .open-new-acc {
    width: 200px;
    height: 46px;
    background: none;
    margin: 0 auto;
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    color: #fff
}
.mobile_menu .header__clients_btns .form_wr_mobile {
    display: flex;
    flex-direction: column;
    width: 280px;
    margin: 0 auto
}
.mobile_menu .header__clients_btns .account, .mobile_menu .header__clients_btns .account-mobile {
    width: 134px;
    margin-right: 5px
}
.mobile_menu .header__clients_btns .account.open-form, .mobile_menu .header__clients_btns .account-mobile.open-form {
    border-radius: 22px
}
.mobile_menu .header__clients_btns .account input, .mobile_menu .header__clients_btns .account-mobile input {
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    color: #fff
}
.mobile_menu .header__clients_btns .account input::placeholder, .mobile_menu .header__clients_btns .account-mobile input::placeholder {
    font-size: 16px;
    color: #fff;
    font-weight: 300
}
.mobile_menu .header__clients_btns .account input[type=submit], .mobile_menu .header__clients_btns .account-mobile input[type=submit] {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 15px 0 31px 0;
    border-radius: 30px;
    background: #fff;
    box-shadow: 3px 3px 0px #5798c2;
    font-size: 16px;
    text-align: center;
    color: #43ad97;
    font-weight: 700;
    transition: .2s ease-in-out
}
.mobile_menu .header__clients_btns .account input[type=submit]:hover, .mobile_menu .header__clients_btns .account-mobile input[type=submit]:hover {
    transform: translate(3px, 3px);
    box-shadow: 0 0 0 #5798c2
}
.mobile_menu .header__clients_btns .client-support {
    width: 176px
}
.mobile_menu .header__nav_btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px
}
.mobile_menu .header__nav_btns a {
    margin-bottom: 30px;
    font-weight: 900;
    text-align: center;
    font-size: 15px
}
.mobile_menu .header__nav_btns a:last-child {
    margin-bottom: 0
}
.header .acts, .mobile_menu .acts {
    padding-top: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}
.header .acts .col-xs-6 *, .mobile_menu .acts .col-xs-6 * {
    line-height: 15px
}
.apply_form .apply_form_job {
    margin-top: 50px
}
.apply_form .apply_form_job.last {
    margin-bottom: 0
}
.apply_form .apply_form_job .container {
    max-width: 890px
}
.apply_form .apply_form_job .apply_form_job__content {
    display: flex;
    align-items: stretch;
    background: #5798c2;
    border-radius: 100px;
    padding: 30px 150px
}
.apply_form .apply_form_job .apply_form_job__title {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #46ac97;
    font-weight: 900
}
.apply_form .apply_form_job .subtitle {
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 300;
    text-align: center
}
.apply_form .apply_form_job .apply_form_job-poster-wrapper {
    flex-shrink: 0;
    width: 136px;
    height: 189px;
    margin-right: 100px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .25)
}
.apply_form .apply_form_job .apply_form_job-poster-wrapper img {
    width: 100%;
    height: 100%
}
.apply_form .apply_form_job .apply_form_job-link-list .apply_form_job-link-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 100;
    font-size: 18px;
    color: #fff
}
.apply_form .apply_form_job .apply_form_job-link-list .apply_form_job-link-item:last-child {
    margin-bottom: 0
}
.apply_form .apply_form_job .apply_form_job-link-list .apply_form_job-link-item:before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 30px;
    background: #fff;
    border-radius: 50%
}
.apply_form .apply_form_job .apply_form_job-link-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.apply_form .apply_form_job .btn--shadow {
    box-shadow: 3px 3px 0px #fff
}
.apply_form .apply_form_job .btn--shadow:hover {
    box-shadow: 0px 0px 0px #fff
}
.apply_form .container--uploader {
    max-width: 770px
}
.apply_form .badge-container .badge-title {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #46ac97;
    font-weight: 900
}
.apply_form .badge-container .badge-description {
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 23px;
    text-align: center
}
.apply_form .apply_form-section {
    padding-top: 20px
}
.apply_form .apply__uploader_img {
    margin-bottom: 90px;
    padding-bottom: 180px;
    background: url(/front/img/street_3.svg) bottom no-repeat;
    background-size: auto;
    position: relative;
    overflow-x: hidden
}
.apply_form .apply__uploader_img: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;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .apply_form .apply__uploader_img:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .apply_form .apply__uploader_img:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .apply_form .apply__uploader_img:before {
        height: 50px;
        width: 162px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .apply_form .apply__uploader_img:before {
        display: none
    }
}
.apply_form .apply__uploader_resume {
    padding: 45px 0 255px 0;
    background: url(/front/img/apply_form_illustration.svg) calc(50% + 550px) 50px no-repeat transparent;
    background-size: auto;
    position: relative;
    overflow-x: hidden
}
.apply_form .apply__uploader_resume .section_with_browser .container {
    margin: 0 calc(50% - 152px) 0 auto
}
.apply_form .apply__uploader_resume .info_section__title {
    margin-bottom: 8px
}
.apply_form .apply__uploader_resume .cv-description {
    margin-bottom: 40px
}
.apply_form .apply__uploader_resume .cv-list {
    margin-bottom: 20px
}
.apply_form .apply__uploader_resume .cv-hint {
    margin-bottom: 20px;
    text-align: center
}
.apply_form .custom-file {
    border: 0;
    border: 3px solid #000;
    border-image: url(/front/img/border_dashed.svg) 3;
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px;
    position: relative;
    min-height: 96px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.apply_form .custom-file .select-file {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 0;
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer;
    tap-highlight-color: transparent
}
.apply_form .custom-file .select-file:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 39px;
    height: 37px;
    background: url(/front/img/upload.svg) center no-repeat
}
.apply_form .custom-file .inner {
    text-align: left;
    position: absolute;
    left: 106px;
    font-size: 18px;
    line-height: 20px;
    width: calc(100% - 128px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #595959
}
.apply_form .custom-file .inner:before {
    content: "Browse";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 37px;
    appearance: none;
    font-size: 15px;
    line-height: 30px;
    padding: 8px 70px;
    -webkit-box-shadow: 3px 3px 0px #5798c2;
    box-shadow: 3px 3px 0px #5798c2;
    border-radius: 30px;
    border: 0;
    color: #fff;
    font-weight: 900;
    outline: none;
    cursor: pointer;
    background-color: #46ac97;
    transition: box-shadow .3s ease
}
.apply_form .custom-file .inner.succ {
    color: #46ac97
}
.apply_form .custom-file .inner.succ strong {
    display: inline-block;
    overflow: hidden;
    font-size: inherit;
    line-height: inherit;
    white-space: nowrap;
    max-width: 190px;
    text-align: right;
    text-overflow: ellipsis;
    float: left;
    margin-right: 5px
}
.apply_form .custom-file .inner.err {
    color: #eb0b0b
}
.apply_form .custom-file .progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    display: none;
    position: absolute;
    left: 80px;
    right: 218px;
    max-width: 100%;
    margin: 0 auto;
    top: 36px;
    height: 22px
}
.apply_form .custom-file .progress-bar {
    width: 0;
    display: block;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #46ac97;
    transition: width .6s ease
}
.apply_form .apply_form-wrapper .form-apply .req-text, .apply_form .alert.empty, .apply_form .alert.not-empty {
    display: none
}
.apply_form .text-block .alert {
    margin: 60px auto;
    padding: 15px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: normal
}
.apply_form .text-block .alert {
    background: red;
}
.apply_form .text-block .alert.success {
    background: #46ac97;
    margin-bottom: 80px
}
.apply_form .alert.success {
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 100px;
    padding: 30px 15px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    border-radius: 10px;
    background-color: transparent;
    transition: background-color .3s ease;
    background-color: #46ac97
}
.apply_form .submit_wrapper {
    position: relative
}
.apply_form .submit_wrapper: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;
    animation: moveReverse 40s 0s linear infinite;
    bottom: 216px;
    z-index: 1
}
@media (min-width: 1921px) {
    .apply_form .submit_wrapper:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .apply_form .submit_wrapper:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .apply_form .submit_wrapper:before {
        height: 50px;
        width: 162px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .apply_form .submit_wrapper:before {
        display: none
    }
}
.apply_form .submit_wrapper .alert {
    background: #eb0b0b;
    color: #fff;
    text-align: center;
    display: none;
    position: static;
    bottom: 85px;
    left: 50%;
    width: 70%;
    margin-top: -75px;
    margin-bottom: 100px;
    border-radius: 10px;
    padding: 10px
}
.apply_form .submit_wrapper .btn_wr {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 85px 0;
    background-color: #5798c2;
    background-image: url(/front/img/apply_blue_bg.svg);
    background-position: bottom
}
.apply_form .submit_wrapper .btn_wr::before {
    content: "";
    position: absolute;
    top: -281px;
    width: 100%;
    height: 284px;
    display: block;
    background: url(/front/img/street_5.svg) center bottom no-repeat
}
.apply_form .submit_wrapper .btn--shadow {
    box-shadow: 3px 3px 0px #fff
}
.apply_form .submit_wrapper .btn--shadow:hover {
    box-shadow: 0 0 0 #fff
}
.apply_form .form-row {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 30px);
    margin: 0 auto 20px -15px
}
.apply_form .form-row.phone-row {
    align-items: top;
    padding: 0 15px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0
}
.apply_form .form-row.phone-row.last {
    margin: 0 0 0 auto
}
.apply_form .form-row.phone-row .input-placeholder__placeholder {
    left: 10px
}
#not-identical,
.note {
    font-size: 14px;
    position: absolute;
    color: red;
    top: 100%;
}
.apply_form .form-row .phone-row-static-input {
    width: 40px;
    color: #797979;
    display: block;
    appearance: none;
    box-shadow: none;
    outline: none;
    background: transparent;
    font-family: Montserrat;
    font-weight: 700;
    margin-right: 15px;
    border: 1px solid #797979;
    border-radius: 3px;
    padding: 11px 10px;
    font-size: 14px;
    line-height: 18px;
    transition: border-color .3s .3s ease
}
.apply_form .form-row .input_wr_right {
    width: 100%
}
.apply_form .form_container {
    margin-bottom: 80px;
    padding-bottom: 100px;
    background: url(/front/img/street_6.svg) center bottom/auto no-repeat;
    position: relative;
    overflow-x: hidden
}
.apply_form .form_container: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;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .apply_form .form_container:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .apply_form .form_container:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .apply_form .form_container:before {
        height: 50px;
        width: 162px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .apply_form .form_container:before {
        display: none
    }
}
.apply_form .form_container .form_wr {
    max-width: 860px;
    margin: 0 auto
}
.apply_form .unsubscribe .container {
    width: 850px;
    background: #5798c2;
    border-radius: 100px;
    margin: 73px auto 0 auto;
    padding: 40px;
    color: #fff;
    text-align: center
}
.frontpage .top_block {
    height: 880px
}
@media (min-width: 1200px) {
    .frontpage .top_block .container {
        width: 1350px
    }
}
.frontpage .top_block .top_block__content {
    margin-top: 200px
}
.frontpage .top_block .top_animated_image {
    position: absolute;
    top: -16px;
    right: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%
}
.frontpage .top_block .top_block__title {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: baseline;
    text-align: left;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0;
    line-height: normal;
    font-size: 54px;
    text-shadow: 0px 4px 70px rgba(0, 0, 0, .25)
}
.frontpage .top_block .top_block__title .bold {
    font-weight: 900;
    margin-right: 15px;
    color: #5798c2
}
.frontpage .top_block .top_block__title .semibold {
    font-size: 49px;
    margin-right: 8px
}
.frontpage .top_block .top_block__title .regular {
    font-size: 49px
}
.frontpage .top_block .text {
    font-size: 16px;
    line-height: 29px
}
.frontpage .top_block .title_wr {
    max-width: 680px
}
.frontpage .top_block .pick_1 {
    animation: pickMove 2s ease-in-out infinite
}
.frontpage .top_block .pick_2 {
    animation: pickMove 2s ease-in-out .5s infinite
}
.frontpage .top_block .pick_3 {
    animation: pickMove 2s ease-in-out .8s infinite
}
.frontpage .top_block .pick_4 {
    animation: pickMove 2s ease-in-out 1s infinite
}
.frontpage .top_block .pick_5 {
    animation: pickMove 2s ease-in-out 1.3s infinite
}
.frontpage .top_block .pick_6 {
    animation: pickMove 2s ease-in-out 1.5s infinite
}
.frontpage .fulfillment {
    background: url(/front/img/front_street.svg) bottom no-repeat;
    background-size: 1920px;
    margin-bottom: 90px
}
.frontpage .fulfillment .fulfillment__block {
    display: flex;
    justify-content: space-between
}
.frontpage .fulfillment .text_wr {
    margin-top: 35px
}
.frontpage .fulfillment .text_wr .title {
    text-align: right
}
.frontpage .fulfillment .text_wr .text {
    text-align: right
}
.frontpage .fulfillment .img_wr {
    position: relative;
    flex-shrink: 0;
    max-width: 400px;
    margin-left: 260px
}
.frontpage .fulfillment .pencil {
    transform: translate(210px, 112px);
    animation: pencilMove 3s linear alternate infinite
}
.frontpage .bypassing {
    margin-bottom: 120px
}
.frontpage .bypassing .bypassing__content {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.frontpage .bypassing .img_wr {
    position: relative;
    flex-shrink: 0;
    width: 746.74px;
    height: 384.95px;
    margin-right: 60px;
    margin-left: -115px;
    background: url(/front/img/bypassing/base.svg) center no-repeat
}
.frontpage .bypassing .coin {
    position: absolute;
    top: 14px;
    right: 245px;
    width: 41.73px;
    height: 39.02px;
    background: url(/front/img/bypassing/coin.svg) center no-repeat;
    background-size: contain
}
.frontpage .bypassing .cassettе {
    position: absolute;
    top: 228px;
    right: 190px;
    width: 24.26px;
    height: 30.83px;
    background: url(/front/img/bypassing/cassette.svg) center no-repeat;
    background-size: contain
}
.frontpage .bypassing .right_leg {
    position: absolute;
    top: 329px;
    left: 215px;
    width: 14.36px;
    height: 29.56px;
    transform-origin: top;
    background: url(/front/img/bypassing/right_leg.svg) center no-repeat;
    background-size: contain
}
.frontpage .bypassing .left_leg {
    position: absolute;
    top: 331px;
    left: 221px;
    width: 16.26px;
    height: 28.4px;
    transform-origin: top;
    background: url(/front/img/bypassing/left_leg.svg) center no-repeat;
    background-size: contain
}
.frontpage .bypassing .the_strange_things {
    position: absolute;
    top: 30px;
    right: 206px;
    width: 33.61px;
    height: 39.88px;
    transform-origin: top;
    background: url(/front/img/bypassing/strange_thing_1.svg) center no-repeat;
    background-size: contain
}
.frontpage .bypassing .the_strange_things_2 {
    position: absolute;
    top: 51px;
    right: 105px;
    width: 37.61px;
    height: 41.88px;
    transform-origin: top;
    background: url(/front/img/bypassing/strange_thing_1.svg) center no-repeat;
    background-size: contain
}
.frontpage .bypassing .the_strange_things_3 {
    position: absolute;
    top: -52px;
    left: 337px;
    width: 33.61px;
    height: 39.88px;
    transform-origin: top;
    background: url(/front/img/bypassing/strange_thing_1.svg) center no-repeat;
    background-size: contain
}
.frontpage .bypassing .the_strange_things_4 {
    position: absolute;
    top: 23px;
    left: 25px;
    width: 33.61px;
    height: 39.88px;
    transform-origin: top;
    background: url(/front/img/bypassing/strange_thing_2.svg) center no-repeat;
    background-size: contain
}
.frontpage .bypassing .arm {
    position: absolute;
    top: 48px;
    left: 72px;
    width: 13.93px;
    height: 48.91px;
    transform-origin: bottom;
    background: url(/front/img/bypassing/arm.svg) center no-repeat;
    background-size: contain
}
.frontpage .bypassing .barrier {
    position: absolute;
    bottom: 36px;
    right: 302px;
    width: 15.34px;
    height: 14.42px;
    transform-origin: left;
    background: url(/front/img/bypassing/barrier.svg) center no-repeat;
    background-size: contain
}
.frontpage .outsourcing {
    margin-bottom: 110px
}
.frontpage .outsourcing .img_wr {
    margin-bottom: 60px
}
.frontpage .outsourcing .text_wr {
    max-width: 890px;
    margin: 0 auto;
    text-align: center
}
.frontpage .warehousing .warehousing__services {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.frontpage .warehousing .warehousing__services .img_wr {
    margin-left: -604px;
    margin-right: 233px
}
.frontpage .warehousing .warehousing__trends {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -54px;
    margin-bottom: 123px
}
.frontpage .warehousing .warehousing__trends .text_wr {
    max-width: 430px;
    text-align: right
}
.frontpage .warehousing .warehousing__trends .img_wr {
    flex-shrink: 0;
    max-width: 776px;
    margin-right: -180px;
    margin-left: 94px
}
.frontpage .warehousing .warehousing__solution {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px
}
.frontpage .warehousing .warehousing__solution .img_wr {
    max-width: 694px;
    margin-left: -119px;
    margin-right: 115px
}
.frontpage .warehousing .warehousing__solution .text_wr {
    max-width: 430px
}
.frontpage .warehousing .pick_wr_1 {
    transform: translate(72px, -100px)
}
.frontpage .warehousing .pick_wr_2 {
    transform: translate(-112px, -20px)
}
.frontpage .warehousing .pick_wr_3 {
    transform: translate(-54px, 105px)
}
.frontpage .warehousing .pick_wr_4 {
    transform: translate(66px, -30px)
}
.frontpage .warehousing .balloon_wr.balloon_wr_2 {
    transform: translate(-74px, 20px)
}
.frontpage .warehousing .balloon_wr.balloon_wr_3 {
    transform: translate(140px, 0)
}
.frontpage .warehousing .balloon_wr.balloon_wr_4 {
    transform: translate(100px, -70px)
}
.frontpage .resource {
    margin-bottom: 105px
}
.frontpage .resource .green-title__title {
    margin-bottom: 100px
}
.frontpage .resource .img_wr {
    display: flex;
    justify-content: center;
    margin-bottom: 60px
}
.frontpage .resource .text_wr {
    max-width: 890px;
    margin: 0 auto;
    text-align: center
}
.frontpage .resource .text_wr .text {
    margin-bottom: 30px
}
.frontpage .resource .text_wr .text:last-child {
    margin-bottom: 0
}
.frontpage .start_now {
    position: relative;
    display: flex;
    align-items: center;
    height: 694px;
    background: url(/front/img/start_now_desktop.svg) center no-repeat;
    background-size: cover
}
.frontpage .start_now .container {
    z-index: 1
}
.frontpage .start_now .start_now__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
    padding-bottom: 5px
}
.frontpage .start_now .start_now__content .text {
    max-width: 430px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 170%
}
.frontpage .start_now .start_now__content .title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 900
}
.frontpage .start_now .start_now__content .subtitle {
    margin-bottom: 20px
}
.frontpage .start_now .start_now__content .btn--shadow {
    box-shadow: 3px 3px 0px #fff;
    padding: 8px 25px
}
.frontpage .start_now .start_now__content .btn--shadow:hover {
    box-shadow: 0px 0px 0px #fff
}
.frontpage .start_now .dude {
    position: absolute
}
.frontpage .start_now .dude.dude1 {
    left: calc(50% - 617px) !important;
    top: -100px !important;
    width: 387px;
    height: 432px;
    background: url(/front/img/dude_1.svg) center no-repeat
}
.frontpage .start_now .dude.dude2 {
    right: calc(50% - 765px) !important;
    left: unset !important;
    top: -40px !important;
    width: 289px;
    height: 293px;
    background: url(/front/img/dude_2.svg) center no-repeat;
    animation-delay: 1s
}
.frontpage .start_now .dude.dude3 {
    bottom: 0 !important;
    top: unset !important;
    left: calc(50% - 550px) !important;
    width: 332px;
    height: 418px;
    background: url(/front/img/dude_3.svg) center no-repeat;
    animation-delay: 2s
}
.frontpage .start_now .dude.dude4 {
    bottom: 93px !important;
    top: unset !important;
    left: unset !important;
    right: calc(50% - 620px) !important;
    width: 328px;
    height: 350px;
    background: url(/front/img/dude_4.svg) center no-repeat;
    animation-delay: 3s
}
.frontpage .start_now .plant {
    position: absolute
}
.frontpage .start_now .plant.plant1 {
    bottom: 245px !important;
    top: unset !important;
    left: calc(50% - 835px) !important;
    width: 165px;
    height: 171px;
    background: url(/front/img/plant_1.svg) center no-repeat
}
.frontpage .start_now .plant.plant2 {
    bottom: 232px !important;
    top: unset !important;
    left: unset !important;
    right: calc(50% - 765px) !important;
    width: 209px;
    height: 182px;
    background: url(/front/img/plant_2.svg) center no-repeat;
    animation-delay: 1.5s
}
.frontpage .text_wr .title {
    margin-bottom: 25px;
    font-size: 24px
}
.frontpage .text_wr .text {
    font-size: 16px;
    line-height: 29px
}
.frontpage .line_path {
    fill: none;
    stroke-dasharray: 40 40;
    stroke-dashoffset: 0;
    animation: pathAnimate 2s linear infinite
}
.frontpage .rigth_eye {
    transform: matrix(-1, 0, 0, 1, 72.6187, 43.92);
    animation: rightEyeMove 3s linear infinite
}
.frontpage .left_eye {
    transform: matrix(-1, 0, 0, 1, 92.2173, 41.92);
    animation: leftEyeMove 3s linear infinite
}
.frontpage .coin {
    opacity: 0;
    animation: coinMove 8s linear infinite
}
.frontpage .barrier {
    animation: barrierMove 8s linear infinite
}
.frontpage .cassettе {
    transform-origin: center;
    opacity: 0;
    animation: cassetteMove 8s linear infinite
}
.frontpage .right_leg, .frontpage .left_leg {
    animation: legMove 8s ease-in-out infinite
}
.frontpage .left_leg {
    animation: legMove 8s ease-in-out 1s infinite
}
.frontpage .the_strange_things {
    animation: thingsMove 8s ease-in-out infinite
}
.frontpage .the_strange_things_2 {
    animation: thingsMove 8s ease-in-out infinite
}
.frontpage .the_strange_things_3 {
    animation: thingsMove 8s ease-in-out infinite
}
.frontpage .the_strange_things_4 {
    animation: thingsMove 8s ease-in-out infinite
}
.frontpage .img_mobile {
    display: none
}
.frontpage .balloon {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0
}
.frontpage .balloon.balloon_2 {
    animation-delay: 1s
}
.frontpage .balloon.balloon_3 {
    animation-delay: 2s
}
.frontpage .balloon.balloon_4 {
    animation-delay: 3s
}
.frontpage .box.box_1 {
    animation-delay: 3s
}
.frontpage .box.box_2 {
    animation-delay: 4s
}
.frontpage .box.box_3 {
    animation-delay: 5s
}
.frontpage .box.box_4 {
    animation-delay: 6s
}
.frontpage .drone {
    transform-box: fill-box;
    animation: dronie 2s ease-in-out alternate infinite
}
.frontpage .right_airscrew, .frontpage .left_airscrew {
    transform-box: fill-box;
    transform-origin: center;
    animation: airscrewRotate .2s linear infinite
}
.frontpage .bulb {
    fill: none;
    stroke-dasharray: 40 40;
    stroke-dashoffset: 0;
    animation: pathAnimate 2s linear infinite
}
.frontpage .images {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: balloonMove 3s linear alternate infinite
}
.frontpage .box, .frontpage .balloon {
    transform: translateX(-200px)
}
.frontpage .pick_box {
    transform-box: fill-box;
    transform-origin: center;
    transform: scale(0)
}
.header_main {
    padding: 20px 0;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, .25);
    background: #fff
}
@keyframes pathAnimate {
    0% {
        stroke-dashoffset: 0
    }
    100% {
        stroke-dashoffset: -80.5px
    }
}
@keyframes leftEyeMove {
    0% {
        transform: matrix(-1, 0, 0, 1, 92.2173, 41.92)
    }
    50% {
        transform: matrix(-1, 0, 0, 1, 96.2173, 42.92)
    }
    100% {
        transform: matrix(-1, 0, 0, 1, 92.2173, 41.92)
    }
}
@keyframes rightEyeMove {
    0% {
        transform: matrix(-1, 0, 0, 1, 72.6187, 43.92)
    }
    50% {
        transform: matrix(-1, 0, 0, 1, 76.6187, 44.92)
    }
    100% {
        transform: matrix(-1, 0, 0, 1, 72.6187, 43.92)
    }
}
@keyframes pencilMove {
    0% {
        transform: translate(190px, 112px)
    }
    50% {
        transform: translate(210px, 112px)
    }
    100% {
        transform: translate(190px, 112px)
    }
}
@keyframes coinMove {
    0% {
        opacity: 0
    }
    10% {
        opacity: 1
    }
    75% {
        transform: translateY(-50px);
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(-64px)
    }
}
@keyframes barrierMove {
    0% {
        transform: rotateZ(0) translate(0, 0)
    }
    18.75% {
        transform: rotateZ(70deg) translate(4px, -7px)
    }
    37.5% {
        transform: rotateZ(0) translate(0, 0)
    }
    56.25% {
        transform: rotateZ(70deg) translate(4px, -7px)
    }
    75% {
        transform: rotateZ(0) translate(0, 0)
    }
    100% {
        transform: rotateZ(0) translate(0, 0)
    }
}
@keyframes cassetteMove {
    0% {
        opacity: 0
    }
    10% {
        opacity: 1
    }
    70% {
        transform: translate(75px, 42px)
    }
    75% {
        transform: translate(88px, 58px) rotateY(180deg);
        opacity: 1
    }
    100% {
        transform: translate(88px, 58px) rotateY(180deg);
        opacity: 0
    }
}
@keyframes legMove {
    0% {
        transform: rotate(-3deg)
    }
    9.375% {
        transform: rotate(4deg)
    }
    18.75% {
        transform: rotate(-3deg)
    }
    28.125% {
        transform: rotate(4deg)
    }
    37.5% {
        transform: rotate(-3deg)
    }
    46.875% {
        transform: rotate(4deg)
    }
    56.25% {
        ransform: rotate(-3deg)
    }
    65.625% {
        transform: rotate(4deg)
    }
    100% {
        transform: rotate(-3deg)
    }
    75% {
        transform: rotate(-3deg)
    }
    100% {
        transform: rotate(-3deg)
    }
}
@keyframes armMove {
    0% {
        transform: rotate(-15deg)
    }
    50% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(15deg)
    }
}
@keyframes thingsMove {
    0% {
        transform: translateY(-1px)
    }
    18.75% {
        transform: translateY(12px)
    }
    37.5% {
        transform: translateY(-1px)
    }
    56.25% {
        transform: translateY(12px)
    }
    75% {
        transform: translateY(-1px)
    }
    100% {
        transform: translateY(-1px)
    }
}
@keyframes balloonMove {
    to {
        stroke-dashoffset: 1000
    }
}
@keyframes balloonHide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes boxFall {
    0% {
        transform: translateY(0);
        opacity: 1
    }
    50% {
        transform: translateY(100px);
        opacity: 1
    }
    70% {
        transform: translateY(100px);
        opacity: 0
    }
    100% {
        transform: translateY(100px);
        opacity: 0
    }
}
@keyframes dronie {
    0% {
        transform: translateY(-30px)
    }
    50% {
        transform: translateY(-60px)
    }
    100% {
        transform: rotate(0) translateY(0)
    }
}
@keyframes airscrewRotate {
    0% {
        transform: rotateY(0)
    }
    100% {
        transform: rotateY(360deg)
    }
}
@keyframes startNowMove {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-100px)
    }
    100% {
        transform: translateY(0)
    }
}
@keyframes pickMove {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-20px)
    }
    100% {
        transform: translateY(0)
    }
}
.who_is_hubgeo .block_with_illustration {
    padding: 70px 0;
    background-size: 850px;
    overflow: hidden
}
.who_is_hubgeo .block_with_illustration.first {
    background: url("/front/img/street_8.svg") center bottom no-repeat;
    background-size: 1920px
}
.who_is_hubgeo .block_with_illustration.first .block_with_illustration__text {
    margin-bottom: 100px
}
.who_is_hubgeo .block_with_illustration.first:after {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .who_is_hubgeo .block_with_illustration.first:after {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .who_is_hubgeo .block_with_illustration.first:after {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .who_is_hubgeo .block_with_illustration.first:after {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .who_is_hubgeo .block_with_illustration.first:after {
        display: none
    }
}
.who_is_hubgeo .block_with_illustration.illustration_without_wrapper .container {
    width: auto;
    max-width: 1350px
}
.who_is_hubgeo .block_with_illustration.illustration_without_wrapper .block_with_illustration__content {
    justify-content: space-between
}
.who_is_hubgeo .block_with_illustration.illustration_without_wrapper .text_wr {
    max-width: 660px;
    margin-right: 20px
}
.who_is_hubgeo .block_with_illustration.illustration_without_wrapper .img_wr {
    position: static;
    max-width: 540px;
    width: auto;
    height: auto;
    border-radius: 0
}
.who_is_hubgeo .block_with_illustration.illustration_without_wrapper .img_wr img {
    box-shadow: none;
    border-radius: 0
}
.who_is_hubgeo .block_with_illustration__title {
    margin-bottom: 30px
}
.who_is_hubgeo .block_with_illustration__text {
    font-size: 16px;
    line-height: 29px;
    font-weight: 300;
    color: #000;
    margin-bottom: 30px
}
.who_is_hubgeo .block_with_illustration__text:last-of-type {
    margin-bottom: 0
}
.who_is_hubgeo .blue-rounded-rectangle {
    padding-bottom: 132px;
    overflow-x: hidden
}
.who_is_hubgeo .blue-rounded-rectangle:after {
    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;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .who_is_hubgeo .blue-rounded-rectangle:after {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .who_is_hubgeo .blue-rounded-rectangle:after {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .who_is_hubgeo .blue-rounded-rectangle:after {
        height: 50px;
        width: 162px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .who_is_hubgeo .blue-rounded-rectangle:after {
        display: none
    }
}
.who_is_hubgeo .blue-rounded-rectangle .container {
    padding: 40px 105px;
    position: relative
}
.who_is_hubgeo .blue-rounded-rectangle .container:before {
    content: "";
    width: 100vw;
    max-width: 1920px;
    height: 280px;
    position: absolute;
    bottom: -130px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/front/img/street_3.svg) center bottom no-repeat transparent;
    background-size: 1920px
}
.who_is_hubgeo .blue-rounded-rectangle__text {
    margin-bottom: 20px
}
.who_is_hubgeo .blue-rounded-rectangle__button {
    position: relative;
    z-index: 1
}
.our-key-principles .block_with_illustration {
    padding: 70px 0;
    background: url("/front/img/our_key_principles_f_top_bkg.svg") center bottom no-repeat #fff;
    background-size: 1920px
}
.our-key-principles .block_with_illustration .container {
    width: 660px;
    padding: 0;
    margin: 105px calc(50% - 560px) 30px auto
}
.our-key-principles .block_with_illustration__text {
    font-size: 16px;
    line-height: 29px;
    font-weight: 300;
    color: #000;
    margin-bottom: 30px
}
.our-key-principles .block_with_illustration__text:last-of-type {
    margin-bottom: 0
}
.our-key-principles .two_cards__appendix {
    padding-top: 80px;
    position: relative;
    overflow-x: hidden
}
.our-key-principles .two_cards__appendix: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;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .our-key-principles .two_cards__appendix:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .our-key-principles .two_cards__appendix:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .our-key-principles .two_cards__appendix:before {
        height: 50px;
        width: 162px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .our-key-principles .two_cards__appendix:before {
        display: none
    }
}
@media (min-width: 992px) {
    .discover-the-world-with-us .top_block__title {
        font-size: 84px;
        line-height: 92px
    }
}
.discover-the-world-with-us .step_list__item {
    padding-top: 100px
}
.discover-the-world-with-us .step_list__description {
    height: 100%
}
.referral-partnerships .block_with_illustration {
    background: url(/front/img/street_2.svg) center bottom no-repeat;
    background-size: 1920px;
    overflow-x: hidden
}
.referral-partnerships .block_with_illustration:before {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .referral-partnerships .block_with_illustration:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .referral-partnerships .block_with_illustration:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .referral-partnerships .block_with_illustration:before {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .referral-partnerships .block_with_illustration:before {
        display: none
    }
}
.referral-partnerships .two_cards {
    padding: 60px 0 0 0
}
.referral-partnerships .two_cards .block__title {
    margin-bottom: 10px
}
.referral-partnerships .two_cards .block__subtitle {
    margin-bottom: 40px
}
.referral-partnerships .steps {
    margin: 80px 0
}
.referral-partnerships .partner {
    position: relative;
    padding-bottom: 200px;
    overflow-x: hidden;
    overflow-y: visible
}
.referral-partnerships .partner: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;
    animation: moveReverse 40s 0s linear infinite;
    z-index: 1
}
@media (min-width: 1921px) {
    .referral-partnerships .partner:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .referral-partnerships .partner:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .referral-partnerships .partner:before {
        height: 50px;
        width: 162px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .referral-partnerships .partner:before {
        display: none
    }
}
.careers .blue-rounded-rectangle {
    margin-top: 60px
}
.careers .blue-rounded-rectangle .container {
    padding: 60px 115px
}
.careers .section_with_browser .container {
    width: 1055px;
    margin: 0 auto
}
.careers .section_with_browser .info_section__title {
    text-transform: capitalize
}
.careers .section_with_browser .info_section__list.column .info_section__list_block {
    margin-right: 208px
}
.careers .section_with_browser .info_section__list.column .info_section__list_block:last-child {
    margin-right: 0
}
.careers .section_with_browser .info_section__list.column .info_section__list_block .item {
    width: 304px
}
.careers .section_with_browser .btn {
    display: inline-block;
    width: auto;
    margin: 0 0 80px 41px
}
.careers .resume__item {
    margin-bottom: 170px
}
.careers .resume__item:last-child {
    margin-bottom: 0
}
.careers .quote-form-section .container {
    max-width: 770px
}
.careers .quote-form-section .block__subtitle {
    margin-bottom: 50px
}
.careers .quote-form-section .quote-form-row {
    display: flex;
    justify-content: space-between
}
.careers .quote-form-section .input {
    width: 100%
}
.careers .quote-form-section .quote-form-input-wrapper {
    width: 100%
}
.careers .quote-form-section .quote-form-input-wrapper.input_half {
    width: 48%
}
.careers .quote-form-section .input.select {
    position: relative
}
.careers .quote-form-section .input.select:after {
    content: "";
    position: absolute;
    right: 0;
    top: 14px;
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #5798c2
}
.careers .quote-form-section .input.select .quote-form-select {
    border: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    color: #5798c2;
    font-family: Museo, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300
}
.careers .quote-form-section .g-recaptcha {
    margin-bottom: 20px
}
.careers .quote-form-section .notification-block-wrapper {
    margin-bottom: 20px
}
.careers .alert-box.success {
    max-width: 660px;
    margin: 0 auto;
    padding: 30px 15px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    border-radius: 10px;
    transition: background-color .3s ease;
    background-color: #46ac97
}
.contact-us .top_block__title {
    margin-top: -318px;
    font-weight: 300
}
.contact-us .map {
    margin-bottom: 35px;
    position: relative;
    min-height: 530px;
    padding: 50px 0;
    padding-top: 150px;
    margin-bottom: 35px
}
.contact-us .map .block__title {
    font-size: 32px;
    text-align: left
}
.contact-us .map .map__frame {
    border-radius: 30px 0px 0px 30px;
    overflow: hidden;
    transform: translate(30px, 30px)
}
.contact-us .map .map_wr {
    position: absolute;
    top: 50px;
    right: calc(50% - 959px);
    width: 979px;
    height: 440px;
    background: #46ac97;
    border-radius: 30px 0px 0px 30px
}
.contact-us .map__text {
    max-width: 430px;
    font-weight: 300
}
.contact-us .map__text a {
    font-weight: 900;
    text-decoration: underline
}
.contact-us .contact__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}
.contact-us .contact__adresses {
    display: flex
}
.contact-us .contact__adresses .address__item:nth-child(1) {
    margin-right: 14%;
    min-width: 36%
}
.contact-us .step_list__item {
    width: 730px
}
.contact-us .step_list__item:before {
    top: -59px;
    right: 33px
}
.contact-us .step_list__item::after {
    top: -9px
}
.contact-us .step_list__item:nth-child(1):after {
    background-image: url(/front/img/pointer_2.svg)
}
.contact-us .text_after_subtitle {
    display: block;
    margin-bottom: 35px;
    font-size: 14px
}
.contact-us .address__item .list-item_title {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 23px;
    color: #595959;
    font-weight: 900
}
.contact-us .about_contact-form-wrapper {
    width: 315px;
    margin-top: 55px
}
.contact-us .about_contact-form-wrapper .input {
    width: 100%;
    margin-bottom: 20px
}
.contact-us .about_contact-form-wrapper .textarea {
    resize: none
}
.contact-us .about_contact-form-wrapper .g-recaptcha {
    margin-bottom: 20px
}
.contact-us .about_contact-form-wrapper .jqselect {
    position: relative
}
.contact-us .about_contact-form-wrapper .jqselect:after {
    content: "";
    position: absolute;
    right: 0;
    top: 14px;
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #5798c2
}
.contact-us .about_contact-form-wrapper .jqselect .about_contact-form-select {
    border: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    color: #5798c2;
    font-family: Museo, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300
}
.contact-us .about_contact-form-wrapper .jqselect .about_contact-form-select option {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit
}
.contact-us .notification-block-wrapper {
    margin-bottom: 20px
}
.order-processing .two_cards.first {
    padding-top: 60px
}
.order-processing .two_cards.first .container {
    max-width: 1100px
}
.order-processing .two_cards.first .two_cards__itemInner {
    padding: 70px 30px 84px 30px
}
.order-processing .two_cards.with_title .two_cards__itemInner {
    padding: 70px 30px 84px 30px
}
.order-processing .two_cards.with_title .title {
    min-height: 84px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 35px
}
.order-processing .block_with_plain_text {
    padding-bottom: 150px;
    background: url(/front/img/street_4.svg);
    background-size: 1920px;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    overflow-x: hidden
}
.order-processing .block_with_plain_text:before {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .order-processing .block_with_plain_text:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .order-processing .block_with_plain_text:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .order-processing .block_with_plain_text:before {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .order-processing .block_with_plain_text:before {
        display: none
    }
}
.order-processing .block_with_illustration {
    background: url(/front/img/street_2.svg) center bottom no-repeat;
    background-size: 1920px;
    position: relative;
    overflow-x: hidden
}
.order-processing .block_with_illustration:before {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .order-processing .block_with_illustration:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .order-processing .block_with_illustration:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .order-processing .block_with_illustration:before {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .order-processing .block_with_illustration:before {
        display: none
    }
}
.our-special-features .two_cards {
    position: relative;
    padding: 74px 0;
    overflow-x: hidden
}
.our-special-features .two_cards:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 275px;
    background: url(/front/img/street_7.svg) center no-repeat;
    background-size: cover
}
.our-special-features .two_cards:before {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite;
    z-index: 1
}
@media (min-width: 1921px) {
    .our-special-features .two_cards:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .our-special-features .two_cards:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .our-special-features .two_cards:before {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .our-special-features .two_cards:before {
        display: none
    }
}
.our-special-features .two_cards .two_cards__item .title {
    min-height: 96px;
    text-align: left
}
.our-special-features .two_cards .two_cards__itemInner {
    padding: 72px 30px 30px 30px
}
@media (min-width: 992px) {
    .distribution-warehousing .top_block__title {
        margin-top: -25px;
        font-size: 68px;
        line-height: 69px
    }
}
.distribution-warehousing .blue-rounded-rectangle.first {
    margin: 60px auto 80px auto;
    padding-bottom: 150px;
    background: url(/front/img/street_2.svg) center bottom no-repeat transparent;
    background-size: 1920px;
    position: relative;
    overflow-x: hidden
}
.distribution-warehousing .blue-rounded-rectangle.first:before {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .distribution-warehousing .blue-rounded-rectangle.first:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .distribution-warehousing .blue-rounded-rectangle.first:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .distribution-warehousing .blue-rounded-rectangle.first:before {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .distribution-warehousing .blue-rounded-rectangle.first:before {
        display: none
    }
}
.distribution-warehousing .blue-rounded-rectangle .container {
    padding: 50px 115px
}
.distribution-warehousing .blue-rounded-rectangle__title.ext {
    font-size: 45px;
    line-height: 54px;
    text-transform: uppercase;
    margin: 0 auto 46px auto;
    font-weight: 900;
    color: #5197c3
}
.distribution-warehousing .blue-rounded-rectangle.title {
    margin: 50px auto 60px
}
.distribution-warehousing .green-title-border__section {
    margin-bottom: 50px
}
.distribution-warehousing .green-title-border__section:nth-child(7) {
    margin-top: -20px
}
.distribution-warehousing .green-title-border__section:nth-child(17) {
    margin-bottom: 110px
}
.distribution-warehousing .two_cards .two_cards__item {
    margin: 0 30px 100px 30px
}
.distribution-warehousing .two_cards .two_cards__itemInner {
    padding: 72px 30px
}
.distribution-warehousing .two_cards:nth-child(15) .container {
    max-width: 1060px
}
.distribution-warehousing .two_cards:nth-child(15) .two_cards__block {
    justify-content: space-between
}
.distribution-warehousing .two_cards:nth-child(15) .two_cards__item {
    margin: 0 0 125px 0
}
.distribution-warehousing .two_cards:nth-child(15) .two_cars__hint {
    max-width: 660px;
    margin: -75px auto 0 auto
}
.distribution-warehousing .illustration {
    margin: 20px auto 145px auto
}
.distribution-warehousing .icon__list {
    margin: 100px auto -20px auto
}
.distribution-warehousing .icon__list .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start
}
.distribution-warehousing .icon__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    margin: 0 48px 70px 48px
}
.distribution-warehousing .icon__item:nth-child(1) {
    margin-left: 0
}
.distribution-warehousing .icon__item:nth-child(5) {
    margin-right: 0
}
.distribution-warehousing .icon__item:nth-child(6) {
    margin-left: 0
}
.distribution-warehousing .icon__item:nth-child(9) {
    margin-right: 0
}
.distribution-warehousing .icon__item:nth-child(10) {
    margin-left: 100px
}
.distribution-warehousing .icon__item:nth-child(12) {
    margin-right: 100px
}
.distribution-warehousing .icon__item span {
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    font-weight: 900;
    color: #000
}
.distribution-warehousing .icon__item .img_wr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-bottom: 35px
}
.distribution-warehousing .icon__item .img_wr img {
    object-fit: cover
}
.distribution-warehousing .block_with_illustration {
    padding-bottom: 240px;
    min-height: 600px;
    overflow-x: hidden
}
.distribution-warehousing .block_with_illustration:after {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .distribution-warehousing .block_with_illustration:after {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .distribution-warehousing .block_with_illustration:after {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .distribution-warehousing .block_with_illustration:after {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .distribution-warehousing .block_with_illustration:after {
        display: none
    }
}
.distribution-warehousing .block_with_illustration:before {
    content: "";
    width: 1920px;
    height: 280px;
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    background: url(/front/img/street_8.svg) center bottom no-repeat transparent;
    background-size: 1920px
}
.distribution-warehousing .block_with_illustration .text_wr {
    margin-top: 80px
}
.distribution-warehousing .block_with_border {
    margin: 0 auto 10px auto;
    text-align: center
}
.distribution-warehousing .block_with_border:nth-child(13) {
    margin: 60px auto
}
.distribution-warehousing .block_with_border .container {
    padding: 65px
}
.distribution-warehousing .block_with_border .text {
    display: block;
    max-width: 890px;
    margin: 0 auto;
    text-align: center
}
.distribution-warehousing .block_with_border .text:before {
    display: none
}
.distribution-warehousing .block_with_border .text:last-child {
    margin: 0 auto
}
.distribution-warehousing .section_with_browser {
    margin: 60px auto 150px auto
}
.distribution-warehousing .timeline_list .container {
    width: 100%;
    max-width: 1350px
}
.distribution-warehousing .timeline_list__list {
    position: relative
}
.distribution-warehousing .timeline_list__list:before {
    content: "";
    position: absolute;
    background: #46ac97;
    width: 4px;
    height: calc(100% - 140px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.distribution-warehousing .timeline_list__item {
    height: 140px;
    padding: 15px;
    display: flex;
    align-items: center;
    position: relative
}
.distribution-warehousing .timeline_list__item:before {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #46ac97;
    top: 50%;
    text-align: center;
    color: #fff;
    font-weight: 900;
    display: block;
    line-height: 70px;
    font-size: 45px;
    left: 50%;
    transition: background-color .3s .3s linear;
    transform: translate(-50%, -50%)
}
.distribution-warehousing .timeline_list__item:after {
    content: "";
    position: absolute;
    background-color: #5798c2;
    width: 4px;
    height: 0px;
    top: 105px;
    left: 50%;
    transform: translateX(-50%);
    transition: height .3s linear
}
.distribution-warehousing .timeline_list__item .text {
    font-size: 16px;
    line-height: 23px;
    color: #595959;
    width: 50%
}
.distribution-warehousing .timeline_list__item:nth-child(even) .text {
    margin: auto 0 auto auto;
    padding: 0 15px 0 110px
}
.distribution-warehousing .timeline_list__item:nth-child(odd) .text {
    margin: auto auto auto 0;
    padding: 0 110px 0 15px;
    text-align: right
}
.distribution-warehousing .timeline_list__item:nth-child(1):before {
    content: "1"
}
.distribution-warehousing .timeline_list__item:nth-child(2):before {
    content: "2"
}
.distribution-warehousing .timeline_list__item:nth-child(3):before {
    content: "3"
}
.distribution-warehousing .timeline_list__item:nth-child(4):before {
    content: "4"
}
.distribution-warehousing .timeline_list__item:nth-child(5):before {
    content: "5"
}
.distribution-warehousing .timeline_list__item:nth-child(6):before {
    content: "6"
}
.distribution-warehousing .timeline_list__item:nth-child(7):before {
    content: "7"
}
.distribution-warehousing .timeline_list__item:nth-child(8):before {
    content: "8"
}
.distribution-warehousing .timeline_list__item:nth-child(8):after {
    display: none
}
.distribution-warehousing .timeline_list__item:hover:before {
    background-color: #5798c2;
    transition: background-color .3s linear
}
.distribution-warehousing .timeline_list__item:hover:after {
    height: 70px;
    transition: height .3s .3s linear
}
@media (min-width: 992px) {
    .pricing .top_block__title {
        margin-top: -222px;
        font-size: 50px;
        line-height: normal
    }
}
.pricing .blue-rounded-rectangle {
    margin: 60px 0
}
.pricing .blue-rounded-rectangle .container {
    position: relative;
    padding: 45px 115px
}
.pricing .blue-rounded-rectangle--with_bg {
    padding-bottom: 130px;
    position: relative;
    overflow-x: hidden
}
.pricing .blue-rounded-rectangle--with_bg: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;
    animation: moveReverse 40s 0s linear infinite;
    z-index: 1
}
@media (min-width: 1921px) {
    .pricing .blue-rounded-rectangle--with_bg:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .pricing .blue-rounded-rectangle--with_bg:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .pricing .blue-rounded-rectangle--with_bg:before {
        height: 50px;
        width: 162px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .pricing .blue-rounded-rectangle--with_bg:before {
        display: none
    }
}
.pricing .blue-rounded-rectangle--with_bg .container:before {
    content: "";
    width: 100vw;
    max-width: 1920px;
    height: 280px;
    position: absolute;
    bottom: -130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(/front/img/street_3.svg) center bottom no-repeat transparent;
    background-size: 1920px
}
.pricing .blue-rounded-rectangle--with_bg .blue-rounded-rectangle__button {
    position: relative;
    z-index: 1
}
.pricing .step_full {
    margin-bottom: 100px
}
.pricing .green-block__section .green-block {
    position: relative;
    height: 199px
}
.pricing .green-block__section .green-block:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 16px;
    height: 16px;
    background: #5798c2;
    border-radius: 50%;
    transform: translateY(-50%)
}
.pricing .green-block__section .green-block:nth-child(odd):after {
    right: -8px
}
.pricing .green-block__section .green-block:nth-child(even):after {
    left: -8px
}
.pricing .green-block__section .container {
    position: relative
}
.pricing .green-block__section .container::before {
    content: "";
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 255px;
    height: 1147px;
    background: url(/front/img/pricing_earth.svg) center no-repeat
}
.pricing .green-block__section .block__title {
    text-transform: none
}
.pricing .green-block__section .title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px
}
.pricing .green-block__section .text {
    font-weight: 100
}
.artificial-intelligence .illustration {
    padding: 20px 0 120px 0;
    background: url(/front/img/street_2.svg) center bottom no-repeat transparent;
    background-size: 1920px;
    position: relative;
    overflow-x: hidden
}
.artificial-intelligence .illustration:before {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .artificial-intelligence .illustration:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .artificial-intelligence .illustration:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .artificial-intelligence .illustration:before {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .artificial-intelligence .illustration:before {
        display: none
    }
}
.artificial-intelligence .two_cards .two_cards__block {
    margin: 133px auto 0 auto;
    flex-wrap: wrap;
    justify-content: center
}
.artificial-intelligence .two_cards .two_cards__item {
    margin: 0 30px 95px 30px
}
.artificial-intelligence .two_cards .two_cards__itemInner {
    padding: 72px 30px
}
.artificial-intelligence .blue-rounded-rectangle {
    margin-top: -50px;
    padding: 50px 0 180px 0;
    position: relative;
    overflow-x: hidden
}
.artificial-intelligence .blue-rounded-rectangle: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;
    animation: moveReverse 40s 0s linear infinite;
    z-index: 1
}
@media (min-width: 1921px) {
    .artificial-intelligence .blue-rounded-rectangle:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .artificial-intelligence .blue-rounded-rectangle:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .artificial-intelligence .blue-rounded-rectangle:before {
        height: 50px;
        width: 162px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .artificial-intelligence .blue-rounded-rectangle:before {
        display: none
    }
}
.artificial-intelligence .blue-rounded-rectangle .container {
    padding: 40px 105px;
    position: relative
}
.artificial-intelligence .blue-rounded-rectangle .container:before {
    content: "";
    z-index: -1;
    width: 100vw;
    max-width: 1920px;
    height: 327px;
    position: absolute;
    bottom: -180px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/front/img/artificial_street.svg) center bottom no-repeat transparent;
    background-size: 1920px
}
.artificial-intelligence .blue-rounded-rectangle__text {
    position: relative
}
.web-based-software .top_block__title {
    margin-top: 210px
}
.web-based-software .blue-rounded-rectangle {
    margin: 60px auto
}
.web-based-software .blue-rounded-rectangle .container {
    padding: 40px 115px
}
.web-based-software .illustration {
    margin: 120px auto 90px auto
}
.web-based-software .two_cards {
    background: url(/front/img/street_5.svg) center bottom no-repeat transparent;
    background-size: 1920px;
    margin-bottom: 30px;
    position: relative;
    overflow-x: hidden
}
.web-based-software .two_cards: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;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .web-based-software .two_cards:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .web-based-software .two_cards:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .web-based-software .two_cards:before {
        height: 50px;
        width: 162px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .web-based-software .two_cards:before {
        display: none
    }
}
.web-based-software .two_cards .block__title {
    margin: 0 auto 85px auto
}
.web-based-software .two_cards .two_cards__block {
    justify-content: center;
    padding-bottom: 25px
}
.web-based-software .two_cards .two_cards__item {
    margin: 0 100px 100px 100px
}
.web-based-software .two_cards .two_cards__itemInner {
    padding: 72px 30px
}
.commerce-edi .top_block {
    margin-top: 80px
}
.commerce-edi .top_block .top_block__title {
    margin-top: 120px
}
.commerce-edi .top_block .top_block__title-sub span {
    display: block
}
.commerce-edi .blue-rounded-rectangle {
    margin: 60px auto 125px auto
}
.commerce-edi .blue-rounded-rectangle .container {
    padding: 40px 115px
}
.commerce-edi .two_cards__appendix {
    position: relative;
    overflow-x: hidden
}
.commerce-edi .two_cards__appendix: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;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .commerce-edi .two_cards__appendix:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .commerce-edi .two_cards__appendix:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .commerce-edi .two_cards__appendix:before {
        height: 50px;
        width: 162px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .commerce-edi .two_cards__appendix:before {
        display: none
    }
}
.commerce-edi .two_cards .two_cards__block {
    flex-wrap: wrap;
    justify-content: center
}
.commerce-edi .two_cards .two_cards__item .title {
    text-align: left;
    margin-bottom: 30px
}
.commerce-edi .two_cards .two_cards__itemInner {
    padding: 72px 30px
}
.commerce-edi .section_with_browser {
    margin: 15px auto;
    padding: 0 0 215px 0;
    background: url(/front/img/street_4.svg) center bottom no-repeat, url(/front/img/lady_with_tablet.svg) calc(50% + 480px) 65px no-repeat transparent;
    background-size: 1920px, auto;
    position: relative;
    overflow-x: hidden
}
.commerce-edi .section_with_browser:before {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .commerce-edi .section_with_browser:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .commerce-edi .section_with_browser:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .commerce-edi .section_with_browser:before {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .commerce-edi .section_with_browser:before {
        display: none
    }
}
.empowering-developers .top_block__title {
    margin-top: -400px
}
.empowering-developers .blue-rounded-rectangle {
    background: url(/front/img/street_4.svg) center bottom no-repeat transparent;
    background-size: 1920px;
    padding-bottom: 20px;
    position: relative;
    overflow-x: hidden
}
.empowering-developers .blue-rounded-rectangle:before {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .empowering-developers .blue-rounded-rectangle:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .empowering-developers .blue-rounded-rectangle:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .empowering-developers .blue-rounded-rectangle:before {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .empowering-developers .blue-rounded-rectangle:before {
        display: none
    }
}
.empowering-developers .blue-rounded-rectangle .container {
    padding: 40px 115px;
    margin: 60px auto 120px auto
}
.empowering-developers .two_cards {
    margin: 100px auto -60px auto
}
.empowering-developers .two_cards .two_cards__item {
    margin: 0 100px 100px 100px
}
.empowering-developers .two_cards .two_cards__itemInner {
    padding: 72px 30px
}
.empowering-developers .two_cards .two_cards__item .title {
    margin-bottom: 15px;
    text-align: left
}
.fulfilment-by-amazon .blue-rounded-rectangle {
    margin-top: 60px;
    padding-bottom: 220px;
    background-size: 1920px;
    position: relative;
    overflow-x: hidden
}
.fulfilment-by-amazon .blue-rounded-rectangle: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;
    animation: moveReverse 40s 0s linear infinite;
    bottom: 63px;
    z-index: 1
}
@media (min-width: 1921px) {
    .fulfilment-by-amazon .blue-rounded-rectangle:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .fulfilment-by-amazon .blue-rounded-rectangle:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .fulfilment-by-amazon .blue-rounded-rectangle:before {
        height: 50px;
        width: 162px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .fulfilment-by-amazon .blue-rounded-rectangle:before {
        display: none
    }
}
.fulfilment-by-amazon .blue-rounded-rectangle.first:before {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite;
    bottom: 63px
}
@media (min-width: 1921px) {
    .fulfilment-by-amazon .blue-rounded-rectangle.first:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .fulfilment-by-amazon .blue-rounded-rectangle.first:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .fulfilment-by-amazon .blue-rounded-rectangle.first:before {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .fulfilment-by-amazon .blue-rounded-rectangle.first:before {
        display: none
    }
}
.fulfilment-by-amazon .blue-rounded-rectangle.first .container:before {
    background-image: url(/front/img/street_2.svg)
}
.fulfilment-by-amazon .blue-rounded-rectangle .container {
    position: relative
}
.fulfilment-by-amazon .blue-rounded-rectangle .container:before {
    content: "";
    width: 100vw;
    max-width: 1920px;
    height: 280px;
    position: absolute;
    bottom: -180px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/front/img/street_3.svg) center bottom no-repeat transparent;
    background-size: 1920px
}
.fulfilment-by-amazon .blue-rounded-rectangle .block__title {
    font-size: 45px;
    line-height: 54px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #5197c3
}
.fulfilment-by-amazon .green-title-border__section {
    margin-bottom: 45px
}
.fulfilment-by-amazon .two_cards {
    background: url(/front/img/street_7.svg) center bottom no-repeat transparent;
    background-size: 1920px;
    padding-bottom: 70px;
    position: relative;
    overflow-x: hidden
}
.fulfilment-by-amazon .two_cards:before {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .fulfilment-by-amazon .two_cards:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .fulfilment-by-amazon .two_cards:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .fulfilment-by-amazon .two_cards:before {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .fulfilment-by-amazon .two_cards:before {
        display: none
    }
}
.fulfilment-by-amazon .two_cards .two_cards__itemInner {
    padding: 70px 30px 60px 30px
}
.fulfilment-by-amazon .two_cards .title {
    min-height: 96px;
    text-align: left
}
.fulfilment-by-amazon .green-block__section .green-block {
    position: relative
}
.fulfilment-by-amazon .green-block__section .green-block:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    display: block;
    width: 16px;
    height: 16px;
    background: #5798c2
}
.fulfilment-by-amazon .green-block__section .green-block:nth-of-type(even):before {
    left: -8px
}
.fulfilment-by-amazon .green-block__section .green-block:nth-of-type(odd):before {
    right: -8px
}
.fulfilment-by-amazon .green-block__section .green-block:nth-of-type(odd):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -100%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    background: #000
}
.international-fulfilment .top_block__title {
    margin-top: 40px
}
.international-fulfilment .top_block__title-sub span {
    display: block
}
.international-fulfilment .blue-rounded-rectangle {
    padding-top: 60px;
    padding-bottom: 30px
}
.international-fulfilment .blue-rounded-rectangle .container {
    padding: 50px 115px
}
.international-fulfilment .blue-rounded-rectangle.text {
    background-image: none
}
.international-fulfilment .blue-rounded-rectangle.text .container {
    padding: 40px 50px;
    margin-top: 0;
    margin-bottom: 0
}
.international-fulfilment .block_with_border .container {
    padding: 110px 230px
}
.international-fulfilment .block_with_border .block__title {
    margin-bottom: 40px
}
.international-fulfilment .block_with_border .text {
    display: block
}
.international-fulfilment .block_with_border .text::before {
    display: none
}
.international-fulfilment .block_with_illustration {
    background: url(/front/img/street_8.svg) center bottom no-repeat;
    background-size: 1920px;
    overflow-x: hidden
}
.international-fulfilment .block_with_illustration: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;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .international-fulfilment .block_with_illustration:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .international-fulfilment .block_with_illustration:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .international-fulfilment .block_with_illustration:before {
        height: 50px;
        width: 162px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .international-fulfilment .block_with_illustration:before {
        display: none
    }
}
.international-fulfilment .section_with_browser {
    min-height: 490px;
    margin-top: 100px;
    background: url(/front/img/international_ff_illustration.svg) calc(50% + 480px) 0 no-repeat transparent;
    background-size: auto
}
.international-fulfilment .section_with_browser .container {
    margin: 0 calc(50% - 108px) 0 auto
}
@media (min-width: 992px) {
    .crowdfunding-fulfilment .top_block__title {
        font-size: 76px;
        line-height: 76px
    }
}
.crowdfunding-fulfilment .blue-rounded-rectangle {
    background-image: url(/front/img/crowdfunding_street.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 1920px;
    padding: 20px 0;
    padding-bottom: 33px;
    position: relative;
    overflow-x: hidden
}
.crowdfunding-fulfilment .blue-rounded-rectangle: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;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .crowdfunding-fulfilment .blue-rounded-rectangle:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .crowdfunding-fulfilment .blue-rounded-rectangle:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .crowdfunding-fulfilment .blue-rounded-rectangle:before {
        height: 50px;
        width: 162px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .crowdfunding-fulfilment .blue-rounded-rectangle:before {
        display: none
    }
}
.crowdfunding-fulfilment .blue-rounded-rectangle .container {
    padding: 40px 105px;
    margin: 0 auto 150px auto
}
.crowdfunding-fulfilment .blue-rounded-rectangle.first {
    background-image: url(/front/img/street_2.svg)
}
.crowdfunding-fulfilment .blue-rounded-rectangle.first:before {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .crowdfunding-fulfilment .blue-rounded-rectangle.first:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .crowdfunding-fulfilment .blue-rounded-rectangle.first:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .crowdfunding-fulfilment .blue-rounded-rectangle.first:before {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .crowdfunding-fulfilment .blue-rounded-rectangle.first:before {
        display: none
    }
}
.crowdfunding-fulfilment .blue-rounded-rectangle.first .container {
    padding: 30px 115px
}
.crowdfunding-fulfilment .two_cards .two_cards__block {
    justify-content: space-between
}
.crowdfunding-fulfilment .two_cards .two_cards__item {
    margin: 0 0 70px 0
}
.crowdfunding-fulfilment .two_cards .two_cards__itemInner {
    min-height: unset;
    padding: 72px 30px
}
.crowdfunding-fulfilment .two_cards .two_cards__item .title {
    text-align: left;
    margin-bottom: 15px;
    text-transform: uppercase
}
.crowdfunding-fulfilment .two_cards .block__title {
    margin: 50px auto 100px auto
}
.crowdfunding-fulfilment .two_cards.first .block__title {
    margin: 60px auto 150px auto
}
.crowdfunding-fulfilment .section_with_browser {
    margin: 140px auto 30px auto;
    padding: 0 0 30px 0;
    background: url(/front/img/hipsters_screw_around.svg) calc(50% - 470px) top no-repeat transparent
}
.crowdfunding-fulfilment .section_with_browser .container {
    margin: 0 auto 0 calc(50% - 145px)
}
.crowdfunding-fulfilment .section_with_browser.first {
    margin: 0 auto;
    padding: 50px 0 100px 0;
    background: url(/front/img/crowdfunding_ff_browser_illustration.svg) calc(50% + 525px) top no-repeat transparent
}
.crowdfunding-fulfilment .section_with_browser.first .container {
    margin: 0 auto 0 calc(50% - 675px)
}
@media (min-width: 992px) {
    .order-fulfilment-for-startups .top_block__title-sub {
        font-size: 79px
    }
}
.order-fulfilment-for-startups .blue-rounded-rectangle {
    padding-bottom: 20px;
    background: url(/front/img/street_2.svg) center bottom no-repeat transparent;
    position: relative;
    overflow-x: hidden
}
.order-fulfilment-for-startups .blue-rounded-rectangle:not(.text):before {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .order-fulfilment-for-startups .blue-rounded-rectangle:not(.text):before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .order-fulfilment-for-startups .blue-rounded-rectangle:not(.text):before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .order-fulfilment-for-startups .blue-rounded-rectangle:not(.text):before {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .order-fulfilment-for-startups .blue-rounded-rectangle:not(.text):before {
        display: none
    }
}
.order-fulfilment-for-startups .blue-rounded-rectangle .container {
    padding: 65px 115px;
    margin: 60px auto 160px auto
}
.order-fulfilment-for-startups .blue-rounded-rectangle.text {
    background: none
}
.order-fulfilment-for-startups .blue-rounded-rectangle.text .container {
    padding: 40px 50px;
    margin-top: 0;
    margin-bottom: 0
}
.order-fulfilment-for-startups .two_cards .block__title {
    margin: 60px auto 85px auto
}
.order-fulfilment-for-startups .two_cards .two_cards__item {
    margin: 0 100px 100px 100px
}
.order-fulfilment-for-startups .two_cards .two_cards__itemInner {
    padding: 72px 30px
}
.order-fulfilment-for-startups .two_cards .two_cards__item .title {
    font-size: 34px;
    text-align: left;
    min-height: 82px;
    text-transform: uppercase;
}
.e-commerce-fulfilment .blue-rounded-rectangle {
    padding-bottom: 20px;
    background: url(/front/img/street_2.svg) center bottom no-repeat transparent;
    background-size: 1920px
}
.e-commerce-fulfilment .blue-rounded-rectangle:not(.text) {
    position: relative;
    overflow-x: hidden
}
.e-commerce-fulfilment .blue-rounded-rectangle:not(.text):before {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .e-commerce-fulfilment .blue-rounded-rectangle:not(.text):before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .e-commerce-fulfilment .blue-rounded-rectangle:not(.text):before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .e-commerce-fulfilment .blue-rounded-rectangle:not(.text):before {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .e-commerce-fulfilment .blue-rounded-rectangle:not(.text):before {
        display: none
    }
}
.e-commerce-fulfilment .blue-rounded-rectangle .container {
    margin: 60px auto 160px auto;
    padding: 65px 115px
}
.e-commerce-fulfilment .blue-rounded-rectangle.text {
    background: none
}
.e-commerce-fulfilment .blue-rounded-rectangle.text .container {
    padding: 40px 50px;
    margin-top: 0;
    margin-bottom: 0
}
.e-commerce-fulfilment .two_cards .block__title {
    margin: 60px auto 125px auto
}
.e-commerce-fulfilment .two_cards.first {
    padding-bottom: 100px;
    background: url(/front/img/street_7.svg) center bottom no-repeat transparent;
    background-size: 1920px;
    position: relative;
    overflow-x: hidden
}
.e-commerce-fulfilment .two_cards.first:before {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .e-commerce-fulfilment .two_cards.first:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .e-commerce-fulfilment .two_cards.first:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .e-commerce-fulfilment .two_cards.first:before {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .e-commerce-fulfilment .two_cards.first:before {
        display: none
    }
}
.e-commerce-fulfilment .two_cards.first .block__title {
    margin: 60px auto 75px auto
}
.e-commerce-fulfilment .two_cards .two_cards__item {
    margin: 0 25px 100px 25px
}
.e-commerce-fulfilment .two_cards .two_cards__itemInner {
    padding: 72px 30px
}
.e-commerce-fulfilment .two_cards .two_cards__item .title {
    text-align: left;
    margin-bottom: 15px;
    min-height: 96px
}
.e-commerce-fulfilment .section_with_browser {
    margin: 150px auto 90px auto;
    padding: 30px 0 60px 0;
    background: url(/front/img/hipsters_screw_around.svg) calc(50% + 475px) top no-repeat transparent
}
.e-commerce-fulfilment .section_with_browser .container {
    margin: 0 auto 0 calc(50% - 690px)
}
.retail-fulfilment .top_block__title {
    margin-top: -150px
}
@media (min-width: 992px) {
    .retail-fulfilment .top_block__title {
        font-size: 70px;
        line-height: 64px
    }
}
.retail-fulfilment .top_block__title-sub span {
    display: block
}
.retail-fulfilment .blue-rounded-rectangle {
    margin: 60px auto
}
.retail-fulfilment .section_with_browser {
    padding: 0 0 265px 0;
    margin: 0 auto 40px auto;
    background: url(/front/img/street_3.svg) center bottom no-repeat transparent;
    background-size: 1920px;
    position: relative;
    overflow-x: hidden
}
.retail-fulfilment .section_with_browser: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;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .retail-fulfilment .section_with_browser:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .retail-fulfilment .section_with_browser:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .retail-fulfilment .section_with_browser:before {
        height: 50px;
        width: 162px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .retail-fulfilment .section_with_browser:before {
        display: none
    }
}
.retail-fulfilment .section_with_browser:not(.illustrated) .browser_window .info_section__title {
    text-align: center
}
.retail-fulfilment .section_with_browser.illustrated {
    padding: 45px 0 255px 0;
    background: url(/front/img/street_4.svg) center bottom no-repeat, url(/front/img/retail_ff_illsutration.svg) calc(50% + 550px) 15px no-repeat transparent;
    background-size: 1920px, auto;
    margin: 60px auto
}
.retail-fulfilment .section_with_browser.illustrated:before {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .retail-fulfilment .section_with_browser.illustrated:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .retail-fulfilment .section_with_browser.illustrated:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .retail-fulfilment .section_with_browser.illustrated:before {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .retail-fulfilment .section_with_browser.illustrated:before {
        display: none
    }
}
.retail-fulfilment .two_cards .block__title {
    margin-bottom: 130px
}
.retail-fulfilment .two_cards .two_cards__block {
    flex-wrap: wrap;
    justify-content: center
}
.retail-fulfilment .two_cards .two_cards__itemInner {
    padding: 72px 30px
}
.retail-fulfilment .two_cards .two_cards__item:nth-child(1) .two_cards__itemInner::after {
    content: "1";
    padding-left: 5px
}
.retail-fulfilment .two_cards .two_cards__item:nth-child(2) .two_cards__itemInner::after {
    content: "2";
    padding-left: 5px
}
.retail-fulfilment .two_cards .two_cards__item:nth-child(3) .two_cards__itemInner::after {
    content: "3";
    padding-left: 5px
}
.retail-fulfilment .two_cards .two_cards__item:nth-child(4) .two_cards__itemInner::after {
    content: "4";
    padding-left: 5px
}
.retail-fulfilment .two_cards .two_cards__item:nth-child(5) .two_cards__itemInner::after {
    content: "5";
    padding-left: 5px
}
.retail-fulfilment .two_cards .two_cards__item .title {
    line-height: 50px;
    min-height: 100px;
    margin-bottom: 23px;
    text-align: left
}
.retail-fulfilment .two_cards .two_cards__item .text {
    margin: 0
}
@media (min-width: 992px) {
    .services-beyond-order-fulfilment .top_block__title {
        font-size: 84px;
        line-height: 86px
    }
}
.services-beyond-order-fulfilment .green-title__section {
    padding: 0 0 20px 0;
    background: url(/front/img/street_4.svg) center bottom no-repeat transparent;
    background-size: 1920px;
    position: relative;
    overflow-x: hidden
}
.services-beyond-order-fulfilment .green-title__section:before {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .services-beyond-order-fulfilment .green-title__section:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .services-beyond-order-fulfilment .green-title__section:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .services-beyond-order-fulfilment .green-title__section:before {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .services-beyond-order-fulfilment .green-title__section:before {
        display: none
    }
}
.services-beyond-order-fulfilment .green-title__section .container {
    margin: 50px auto 150px auto
}
.services-beyond-order-fulfilment .two_cards {
    margin: 100px auto -60px auto
}
.services-beyond-order-fulfilment .two_cards .two_cards__item {
    margin: 0 100px 100px 100px
}
.services-beyond-order-fulfilment .two_cards .two_cards__itemInner {
    padding: 72px 30px
}
.services-beyond-order-fulfilment .two_cards .two_cards__item .title {
    margin-bottom: 15px;
    text-align: left
}
.request-a-quote .green-title__section {
    margin: 50px auto
}
.request-a-quote .section_with_browser {
    padding: 40px 0 20px 0;
    margin: 50px auto 20px auto;
    background: url(/front/img/street_5.svg) center bottom no-repeat, url(/front/img/raq_illustration.svg) calc(50% + 525px) top no-repeat transparent;
    position: relative;
    overflow-x: hidden
}
.request-a-quote .section_with_browser: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;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .request-a-quote .section_with_browser:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .request-a-quote .section_with_browser:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .request-a-quote .section_with_browser:before {
        height: 50px;
        width: 162px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .request-a-quote .section_with_browser:before {
        display: none
    }
}
.request-a-quote .section_with_browser .container {
    margin: 0 auto 200px calc(50% - 675px)
}
.request-a-quote .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;
    overflow-x: hidden
}
.request-a-quote .quote-form-section::before {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .request-a-quote .quote-form-section::before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .request-a-quote .quote-form-section::before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .request-a-quote .quote-form-section::before {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .request-a-quote .quote-form-section::before {
        display: none
    }
}
@media (min-width: 1200px) and (max-width: 1660px) {
    .header .container {
        padding-left: 0;
        padding-right: 0;
    }
    body .header .header__nav_btns .header__link.header__pricing {
        width: 78px;
    }
    body .header .header__nav_btns .header__link.header__warehouses {
        width: 176px;
    }
    body .header__clients_btns .account,
    body .header__clients_btns .account-mobile {
        width: 105px;
        margin-right: 10px;
    }
    body .header .header__nav_btns {
        margin-left: 10px;
        margin-right: 10px;
    }
    .header .header__nav_btns .header__pricing {
        margin-right: 15px;
    }
}
.request-a-quote .quote-form-section .notification-block-wrapper {
    margin-bottom: 20px
}
.request-a-quote .quote-form-section .container {
    width: 100%;
    max-width: 920px
}
.request-a-quote .quote-form-section__hint {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #595959;
    margin: 0 auto 55px auto;
    max-width: 660px
}
.request-a-quote .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;
    transition: background-color .3s ease
}
.request-a-quote .quote-form-section .alert-box.success {
    background-color: #46ac97;
    margin-bottom: -25px
}
.request-a-quote .quote-form-row {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 30px);
    margin: 0 auto 20px -15px
}
.request-a-quote .quote-form-row.quote-form-row--checkbox {
    justify-content: center
}
.request-a-quote .quote-form-row .half-width {
    padding: 0 15px;
    width: 50%
}
.request-a-quote .quote-form-row label {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #97a3b4;
    user-select: none
}
.request-a-quote .quote-form-row label a {
    text-decoration: none;
    color: inherit;
    transition: all .3s ease
}
.request-a-quote .quote-form-row label a:visited {
    text-decoration: none;
    color: inherit
}
.request-a-quote .quote-form-row label a:focus {
    text-decoration: none;
    color: #46ac97
}
.request-a-quote .quote-form-row label a:hover {
    text-decoration: underline;
    color: #46ac97
}
.request-a-quote .quote-form-row label a:active {
    text-decoration: underline;
    color: #46ac97
}
.request-a-quote .quote-form-row .definition {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    color: #97a3b4;
    text-align: center
}
.request-a-quote .quote-form-row .checkbox {
    appearance: none;
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin: 0 20px 0 0;
    background: linear-gradient(0deg, #F6F7F9 0%, #FFFFFF 100%) center;
    border: 2px solid #e0e0e0;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgba(22, 29, 37, .05), inset 0px 2px 0px rgba(255, 255, 255, .05);
    border-radius: 3px;
    cursor: pointer;
    transition: all .3s ease
}
.request-a-quote .quote-form-row .checkbox:checked {
    background: url(/front/img/check-white.svg) center no-repeat #46ac97;
    border-color: #328170;
    border-radius: 4px
}
.request-a-quote .quote-form .get_quote {
    display: flex;
    flex-direction: column;
    align-items: center
}
.request-a-quote .quote-form .get_quote .g-recaptcha {
    margin-bottom: 20px
}
.request-a-quote .input-placeholder__label {
    font-size: 13px;
    padding-right: 0
}
.my-account .top_block {
    position: relative;
    height: auto;
    padding-top: 173px;
    padding-bottom: 199px
}
.my-account .top_block__title {
    margin-bottom: 37px
}
.my-account .top_block__title span {
    text-align: center;
    color: #343434;
    text-shadow: 0px 4px 70px rgba(0, 0, 0, .25);
    font-weight: 400;
    text-transform: capitalize
}
.my-account .clouds {
    position: absolute;
    z-index: -1;
    top: 68px;
    left: 0;
    width: 100%;
    height: 176px
}
.my-account .clouds img {
    height: 100%;
    object-fit: cover
}
.my-account .hipsters {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    width: 100%;
    height: 780px
}
.my-account .hipsters img {
    height: 101%;
    object-fit: cover
}
.zombie_box {
    position: relative;
    width: 580px;
    margin: 0 auto;
    padding: 14px 18px 32px 18px;
    border: 3px solid #000
}
.zombie_box::after {
    content: "";
    position: absolute;
    bottom: -54px;
    left: 50%;
    transform: translate(-50%);
    width: 110px;
    height: 54px;
    background: url(/front/img/tv_stand.svg) center repeat
}
.zombie_box .zombie_box__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 3px solid #000;
    padding: 40px 0
}
.zombie_box form {
    display: block;
    width: 100%;
    max-width: 304px;
    height: 100%;
    margin: 0 auto
}
.zombie_box form .input {
    width: 100%;
    margin-bottom: 20px
}
.zombie_box form .notification-block-wrapper {
    width: 100%
}
.zombie_box .btn--shadow {
    width: 200px;
    display: block;
    margin: 0 auto 20px auto
}
.zombie_box .g-recaptcha {
    margin: 0 auto 20px auto
}
.zombie_box .g-recaptcha > div {
    margin: 0 auto
}
.zombie_box .notification-block-wrapper {
    margin-bottom: 20px
}
.client-support .blue-rounded-rectangle {
    margin: 60px 0;
    padding: 0 0 145px 0;
    background: url(/front/img/street_2.svg) center bottom no-repeat transparent;
    background-size: 1920px;
    position: relative;
    overflow-x: hidden
}
.client-support .blue-rounded-rectangle:before {
    content: "";
    position: absolute;
    width: 314px;
    height: 87px;
    left: -320px;
    background: url(/front/img/truck_striped.svg) center no-repeat transparent;
    background-size: auto;
    bottom: 3px;
    will-change: transform;
    animation: moveReverse 40s 0s linear infinite
}
@media (min-width: 1921px) {
    .client-support .blue-rounded-rectangle:before {
        animation-name: moveReverseWide
    }
}
@media (max-width: 1199px) {
    .client-support .blue-rounded-rectangle:before {
        animation-duration: 20s
    }
}
@media (max-width: 991px) {
    .client-support .blue-rounded-rectangle:before {
        height: 50px;
        width: 180px;
        bottom: 1px;
        background-size: cover
    }
}
@media (max-width: 767px) {
    .client-support .blue-rounded-rectangle:before {
        display: none
    }
}
.client-support .blue-rounded-rectangle .container {
    padding: 65px 115px
}
.client-support .blue-rounded-rectangle.text {
    background-image: url(/front/img/street_7.svg)
}
.client-support .blue-rounded-rectangle.text .container {
    padding: 40px 50px;
    margin-top: 0;
    margin-bottom: 0
}
.client-support-list {
    padding: 0
}
.client-support-list__title {
    text-align: center;
    margin: 60px auto
}
.client-support-list-item {
    display: block;
    padding-left: 115px;
    cursor: pointer;
    user-select: none;
    margin-bottom: 30px
}
.client-support-list-item-question {
    display: block;
    font-size: 24px;
    line-height: normal;
    color: #46ac97;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px
}
.client-support-list-item-question:before {
    content: "";
    position: absolute;
    top: -16px;
    left: -115px;
    width: 50px;
    height: 48px;
    background: url(/front/img/loynis.svg) center 0px no-repeat transparent;
    background-size: 48px;
    transform-origin: center;
    filter: none;
    transition: background-position-y .3s ease
}
.client-support-list-item-answer {
    display: block;
    height: 0px;
    opacity: 0;
    font-size: 18px;
    line-height: 24px;
    color: #404041;
    font-weight: 300;
    transition: opacity .3s ease, height .3s ease
}
.client-support-list-warning {
    margin: 0 auto;
    max-width: 660px;
    text-align: center
}
.client-support input.hidden {
    display: none !important
}
.client-support input[type=checkbox]:checked ~ .client-support-list-item .client-support-list-item-question:before {
    background-position-y: -48px
}
.client-support input[type=checkbox]:checked ~ .client-support-list-item .client-support-list-item-answer {
    height: 100%;
    opacity: 1
}
.tos .top_block__title {
    text-transform: uppercase
}
.tos .block__title {
    margin-bottom: 30px;
    text-transform: capitalize
}
.block_with_border {
    margin-bottom: 60px
}
.block_with_border.first {
    margin-top: 60px
}
.block_with_border .container {
    width: 1350px;
    padding: 20px 115px 40px 64px;
    border: 2px solid #000;
    border-image: url(/front/img/tos_border_img.svg) 2
}
.block_with_border .title {
    margin-bottom: 45px;
    font-size: 40px;
    line-height: 50px;
    color: #46ac97;
    font-weight: 900
}
.block_with_border .text {
    margin-bottom: 30px;
    display: flex;
    font-size: 14px;
    line-height: 23px;
    color: #595959
}
.block_with_border .text::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 15px;
    margin-right: 30px;
    background: url(/front/img/tos_drop.svg)
}
.footer {
    background: #fff;
    padding: 73px 0 0 0
}
.footer-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px
}
.footer-info-item {
    margin: 0
}
.footer-info-item-title {
    color: #333;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
    font-weight: 700;
    white-space: nowrap;
}
.footer-info-item-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 10px 0 0
}
.footer-info-item-list-element {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    margin: 0
}
.footer-info-item-list-element a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    text-transform: uppercase;
}
.footer-info-item-list-element a:visited {
    text-decoration: none;
    color: inherit
}
.footer-info-item-list-element a:hover, .footer-info-item-list-element a:focus, .footer-info-item-list-element a:active {
    text-decoration: underline;
    color: inherit
}
.footer-copyright {
    background: #eaeaea;
    text-align: center;
    padding: 40px 0
}
.footer-copyright p {
    font-weight: 300;
    font-size: 12px;
    line-height: normal;
    color: #333
}
.footer-copyright p a {
    text-decoration: none;
    cursor: pointer;
    color: inherit
}
.footer-copyright p a:visited {
    text-decoration: none;
    color: inherit
}
.footer-copyright p a:hover, .footer-copyright p a:focus, .footer-copyright p a:active {
    text-decoration: underline;
    color: inherit
}
.footer.apply .footer__support {
    display: none
}
.cookies-alert_section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    user-select: none !important;
    background: #46ac97;
    background-size: cover;
    color: #fff;
    text-align: center;
    border-radius: 0 8px 0 0
}
.cookies-alert_section.hidden {
    pointer-events: none;
    opacity: 0;
    visibility: hidden
}
.cookies-alert_section h2 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    min-width: 117px
}
.cookies-alert_section .btn_2 {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    min-width: 104px;
    padding: 7px;
    box-shadow: none;
    cursor: pointer
}
.cookies-alert_section .cookie-details-link {
    margin-left: 30px;
    text-decoration: underline !important;
    font-size: 17px
}
.cookies-alert_section .cookies-btns {
    display: flex;
    align-items: center;
    padding-right: 10px
}
.cookies-alert_section .cookies-btns .btn.btn_2.cookies-alert_button {
    margin: 0
}
.cookies-alert_content {
    padding: 15px 0;
    display: flex;
    align-items: center
}
.cookies-alert_message {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 160%;
    font-weight: 400;
    margin-right: 12px;
    margin-left: 20px
}
@media screen and (max-width: 1199px) {
    .cookies-alert_section h2 {
        font-size: 14px
    }
    .cookies-alert_section .btn_2 {
        font-size: 14px
    }
    .cookies-alert_section .cookie-details-link {
        font-size: 14px
    }
}
@media screen and (max-width: 1024px) {
    .cookies-alert_section {
        width: 100%;
        border-radius: 0
    }
    .cookies-alert_content {
        margin: 0 auto;
        display: block;
        max-width: 375px;
        padding: 15px 0 15px 0
    }
    .cookies-alert_section .cookies-btns {
        justify-content: center
    }
    .cookies-alert_section h2 {
        font-size: 12px
    }
    .cookies-alert_message {
        font-size: 8px;
        margin-top: 10px;
        margin-bottom: 10px
    }
}
@media screen and (max-width: 540px) {
    .cookies-alert_content {
        max-width: unset;
        padding: 15px 0
    }
    .cookies-alert_message {
        margin: 10px 15px 50px 15px
    }
}
@media screen and (max-width: 374px) {
    .cookies-alert_content {
        max-width: unset;
        padding: 15px 0
    }
    .cookies-alert_message {
        margin: 15px 0
    }
    .cookies-alert_section .cookies-btns {
        display: block
    }
    .cookies-alert_section .btn_2 {
        display: block;
        margin: 0 auto !important
    }
    .cookies-alert_section .cookie-details-link {
        margin: 20px auto 0 auto;
        display: inline-block
    }
}
@keyframes moveReverse {
    0% {
        transform: translateX(calc(0vw - 0px)) scale(1, 1)
    }
    1% {
        transform: translateX(calc(0vw - 160px)) scale(1, 1)
    }
    49% {
        transform: translateX(calc(100vw + 640px)) scale(1, 1)
    }
    50% {
        transform: translateX(calc(100vw + 640px)) scale(-1, 1)
    }
    51% {
        transform: translateX(calc(100vw + 640px)) scale(-1, 1)
    }
    99% {
        transform: translateX(calc(0vw - 160px)) scale(-1, 1)
    }
    100% {
        transform: translateX(calc(0vw - 0px)) scale(1, 1)
    }
}
@keyframes moveReverseWide {
    0% {
        transform: translateX(0px) scale(1, 1)
    }
    1% {
        transform: translateX(-160px) scale(1, 1)
    }
    49% {
        transform: translateX(2560px) scale(1, 1)
    }
    50% {
        transform: translateX(2560px) scale(-1, 1)
    }
    51% {
        transform: translateX(2560px) scale(-1, 1)
    }
    99% {
        transform: translateX(-160px) scale(-1, 1)
    }
    100% {
        transform: translateX(0px) scale(1, 1)
    }
}
@media only screen and (min-width: 1921px) {
    body {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        box-shadow: 0px 20px 120px rgba(0, 0, 0, .25)
    }
    body::before, body::after {
        content: "";
        width: calc(50% - 960px);
        height: 100vh;
        position: fixed;
        top: 0;
        background: rgba(0, 0, 0, .05);
        z-index: -1
    }
    body::before {
        left: 0
    }
    body::after {
        right: 0
    }
}
@media only screen and (max-width: 1500px) {
    .crowdfunding-fulfilment .section_with_browser {
        background-position: 15px center;
        background-size: 335px
    }
    .crowdfunding-fulfilment .section_with_browser .container {
        margin: 0 30px 0 auto
    }
    .crowdfunding-fulfilment .section_with_browser.first {
        background-position: calc(100% - 15px) center;
        background-size: 330px
    }
    .crowdfunding-fulfilment .section_with_browser.first .container {
        margin: 0 calc(50% - 108px) 0 auto
    }
    .crowdfunding-fulfilment .two_cards .two_cards__block {
        justify-content: center
    }
    .crowdfunding-fulfilment .two_cards .two_cards__item {
        margin: 0 30px 70px 30px
    }
    .step_full .step_full__item {
        padding: 50px 40px
    }
    .commerce-edi .section_with_browser {
        background-position: center bottom, calc(100% - 15px) 65px;
        background-size: 1920px, 300px
    }
    .international-fulfilment .section_with_browser {
        background-position: calc(100% - 15px) center;
        background-size: 335px
    }
    .e-commerce-fulfilment .section_with_browser {
        background-position: calc(100% - 15px) center;
        background-size: 335px
    }
    .e-commerce-fulfilment .section_with_browser .container {
        margin: 0 auto 0 0
    }
    .retail-fulfilment .section_with_browser.illustrated {
        background-position: center bottom, calc(100% - 15px) 100px;
        background-size: 1920px, 330px
    }
    .retail-fulfilment .section_with_browser.illustrated .container {
        margin: 0 auto 0 0
    }
    .request-a-quote .section_with_browser {
        background-position: center bottom, calc(100% - 15px) 150px;
        background-size: 1920px, 330px
    }
    .request-a-quote .section_with_browser .container {
        margin: 0 auto 200px 0
    }
    .apply_form .apply__uploader_resume {
        background-position: calc(50% + 425px) 130px;
        background-size: 330px
    }
}
@media only screen and (max-width: 1440px) {
    .frontpage .top_block .top_block__content {
        margin-top: 280px
    }
    .frontpage .warehousing .warehousing__services .img_wr {
        margin-left: -352px;
        margin-right: 40px
    }
    .frontpage .warehousing .warehousing__trends .img_wr {
        max-width: 600px;
        margin-right: 0
    }
}
@media only screen and (max-width: 1400px) {
    .block_with_border .container {
        width: calc(100% - 30px);
        margin: 0 auto
    }
}
@media only screen and (max-width: 1359px) {
    .header .logo {
        margin-right: 0
    }
    .header .header__nav_btns {
        margin-left: 15px;
        margin-right: 15px
    }
    .header .account {
        margin-right: 15px
    }
    .header .header__drop_item {
        padding: 15px 8px
    }
}
@media only screen and (max-width: 1350px) {
    .web-based-software .two_cards .two_cards__block {
        justify-content: space-around
    }
    .web-based-software .two_cards .two_cards__item {
        margin-left: 0;
        margin-right: 0
    }
    .empowering-developers .two_cards .two_cards__block {
        justify-content: center
    }
    .empowering-developers .two_cards .two_cards__item {
        margin-left: 30px;
        margin-right: 30px
    }
    .order-fulfilment-for-startups .two_cards .two_cards__block {
        justify-content: center
    }
    .order-fulfilment-for-startups .two_cards .two_cards__item {
        margin: 0 30px 70px 30px
    }
    .services-beyond-order-fulfilment .two_cards .two_cards__block {
        justify-content: center
    }
    .services-beyond-order-fulfilment .two_cards .two_cards__item {
        margin-left: 30px;
        margin-right: 30px
    }
}
@media only screen and (max-width: 1199px) {
    .header {
        z-index: 5
    }
    .header .header__nav_wr {
        display: none
    }
    .header .menu_wr {
        display: flex
    }
    .mobile_menu {
        display: flex
    }
    .mobile_menu.show {
        transform: translateY(0)
    }
    .header__drop_item {
        font-size: 13px;
        padding: 12px 0px;
        height: 29px;
        margin-bottom: 20px;
        overflow: hidden
    }
    .header__drop_item:last-child {
        margin-bottom: 0
    }
    .header__drop_item.open {
        height: auto
    }
    .header__drop_item .drop-item_nav {
        margin-top: 30px
    }
    .header__drop_item li {
        margin-bottom: 10px
    }
    .header__drop_item li:last-child {
        margin-bottom: 0
    }
    .header__drop_item a {
        font-weight: 100;
        text-transform: uppercase;
    }
    body.disscroll .header_main, body.disscroll .header {
        box-shadow: none
    }
    .section_with_browser.illustrated .container {
        margin: 0 auto
    }
    .steps .steps__item {
        width: 230px
    }
    .step_list__item {
        width: calc(50% - 15px)
    }
    .faq-section .dyk .container {
        width: 970px;
        padding: 65px 15px 80px 15px
    }
    .faq-section .dyk-container {
        padding: 60px 85px 32px 85px
    }
    .faq-section .feedback-landscape .container {
        width: 970px
    }
    .faq-section .customer-support__wr {
        padding: 49px 57px;
        background: url(/front/img/cs_bottom-left.svg) 355px calc(100% - 25px) no-repeat transparent;
        background-size: auto
    }
    .faq-section .customer-support .subscribe-section {
        margin-top: 0
    }
    .faq-section .customer-support__hint {
        padding-right: 175px
    }
    .faq-section .customer-support__text {
        text-align: left
    }
    .two_cards .two_cards__item {
        width: 400px
    }
    .two_cards .two_cards__item::before {
        width: 400px
    }
    .two_cards__appendix {
        background-position-X: calc(50% - 200px)
    }
    .two_cards__appendix .container {
        margin: 0 auto 100px auto
    }
    .green-block__section .green-block {
        width: calc(50% - 110px);
        padding: 20px
    }
    .block_with_illustration {
        text-align: center
    }
    .block_with_illustration.illustration_without_wrapper .img_wr {
        width: 100%;
        height: auto
    }
    .block_with_illustration.img_right .img_wr {
        order: -1
    }
    .block_with_illustration.img_left .img_wr {
        top: 33px;
        left: calc(-50% - 162px);
        border-radius: 500px;
        margin-right: 0;
        margin-left: -68px;
        margin-bottom: 44px
    }
    .block_with_illustration .block_with_illustration__content {
        flex-direction: column;
        align-items: center
    }
    .block_with_illustration .img_wr {
        right: calc(50% - 600px);
        z-index: 1
    }
    .block_with_illustration .img_wr img {
        width: calc(830px - 8vw);
        height: calc(453px - 8vw)
    }
    .block_with_illustration .text_wr {
        max-width: 100%;
        width: 100%;
        margin-top: 420px
    }
    .step_full .step_full__item .title {
        min-height: 90px
    }
    .apply_form .apply__uploader_resume {
        background-position: center bottom;
        margin-bottom: 105px
    }
    .apply_form .apply__uploader_resume .section_with_browser .container {
        width: 836px;
        margin: 0 auto
    }
    .apply_form .custom-file .inner.succ strong {
        max-width: 230px
    }
    .apply_form .submit_wrapper .alert {
        width: 740px
    }
    .apply_form .unsubscribe .container {
        margin-bottom: 55px
    }
    .frontpage .top_block {
        height: 730px
    }
    .frontpage .top_block .top_animated_image svg {
        height: 600px
    }
    .frontpage .fulfillment .img_wr {
        margin-left: 180px
    }
    .frontpage .fulfillment .text_wr {
        margin-top: 0
    }
    .frontpage .bypassing__content .img_wr {
        flex-shrink: 0;
        margin-left: -220px
    }
    .frontpage .bypassing__content .img_wr svg {
        width: 100%;
        height: auto
    }
    .frontpage .warehousing .warehousing__services .img_wr {
        flex-shrink: 0;
        max-width: 800px;
        margin-left: -267px
    }
    .frontpage .warehousing .warehousing__services .img_wr svg {
        width: 100%;
        height: auto
    }
    .frontpage .warehousing .warehousing__trends {
        margin-top: 0
    }
    .frontpage .warehousing .warehousing__trends .img_wr {
        max-width: 500px;
        margin-left: 30px
    }
    .frontpage .warehousing .warehousing__solution {
        margin-top: 0
    }
    .frontpage .warehousing .warehousing__solution .img_wr {
        max-width: 500px;
        margin-right: 30px;
        margin-left: 0
    }
    .footer.footer_main {
        margin-top: 0
    }
    .who_is_hubgeo .block_with_illustration.first {
        margin-top: 30px;
        padding-bottom: 110px
    }
    .who_is_hubgeo .block_with_illustration.illustration_without_wrapper .text_wr {
        margin-top: 0;
        margin-right: 0
    }
    .who_is_hubgeo .block_with_illustration .img_wr {
        margin-bottom: 30px
    }
    .referral-partnerships .block_with_illustration {
        padding-bottom: 100px
    }
    .referral-partnerships .two_cards {
        padding-bottom: 0
    }
    .referral-partnerships .steps {
        margin: 80px 0;
        margin-top: 0
    }
    .careers .section_with_browser .container {
        width: calc(100% - 50px)
    }
    .contact-us .map .map__frame {
        width: 600px
    }
    .contact-us .map .map__frame iframe {
        width: 100% !important
    }
    .order-processing .two_cards.first .two_cards__item {
        margin: 0 30px 100px 30px
    }
    .order-processing .two_cards.with_title .title {
        font-size: 32px
    }
    .order-processing .block_with_illustration {
        padding-bottom: 100px
    }
    .distribution-warehousing .two_cards:nth-child(15) .two_cards__block {
        justify-content: center
    }
    .distribution-warehousing .two_cards:nth-child(15) .two_cards__item {
        margin: 0 30px 100px 30px
    }
    .distribution-warehousing .two_cards:nth-child(15) .two_cars__hint {
        margin: -50px auto 0 auto
    }
    .distribution-warehousing .block_with_illustration {
        padding-bottom: 100px;
        text-align: center
    }
    .distribution-warehousing .block_with_illustration .block_with_illustration__content {
        flex-direction: row;
        flex-wrap: wrap
    }
    .distribution-warehousing .block_with_illustration.img_left .img_wr {
        position: static;
        margin: 0 auto 0 calc(360px - 50vw)
    }
    .distribution-warehousing .block_with_illustration.img_left .text_wr {
        margin: 30px auto 0 auto
    }
    .distribution-warehousing .icon__item {
        margin: 0 20px 70px 20px
    }
    .distribution-warehousing .green-title-border__section .container, .distribution-warehousing .block_with_border .container {
        width: calc(100% - 16px);
        max-width: 753px
    }
    .step_full .step_full__item {
        padding: 30px
    }
    .step_full .step_full__item .text {
        margin-bottom: 20px
    }
    .artificial-intelligence .two_cards .two_cards__block {
        margin-top: 50px
    }
    .commerce-edi .section_with_browser {
        padding-bottom: 715px;
        background-position: center bottom, center calc(100% - 200px)
    }
    .international-fulfilment .section_with_browser {
        min-height: auto;
        background-position: center calc(100% - 8px);
        margin-bottom: 0px;
        padding-bottom: 400px
    }
    .international-fulfilment .section_with_browser .container {
        margin: 0 auto
    }
    .international-fulfilment .block_with_illustration {
        padding-bottom: 130px
    }
    .crowdfunding-fulfilment .section_with_browser {
        padding-bottom: 390px;
        margin: 0 auto 0 auto;
        background-position: center bottom
    }
    .crowdfunding-fulfilment .section_with_browser.first {
        margin: 0 auto 0 auto;
        padding: 0 0 330px 0;
        background-position: center bottom
    }
    .crowdfunding-fulfilment .section_with_browser.first .container {
        margin: 0 auto
    }
    .crowdfunding-fulfilment .section_with_browser .container {
        margin: 0 auto
    }
    .e-commerce-fulfilment .section_with_browser {
        background-position: center bottom;
        padding-bottom: 400px
    }
    .e-commerce-fulfilment .section_with_browser .container {
        margin: 0 auto
    }
    .retail-fulfilment .blue-rounded-rectangle {
        padding: 0 10px
    }
    .retail-fulfilment .section_with_browser.illustrated {
        background-position: center bottom, calc(50% - 0px) 0px;
        padding: 330px 0 255px 0
    }
    .retail-fulfilment .section_with_browser.illustrated .container {
        margin: 0 auto
    }
    .request-a-quote .section_with_browser {
        background-position: center bottom, center 82%;
        padding-bottom: 363px
    }
    .request-a-quote .section_with_browser .container {
        margin: 0 auto 100px auto
    }
    .my-account .hipsters, .my-account .clouds {
        display: none
    }
    .my-account .top_block {
        padding: 0 0 48px;
        background: transparent;
        border-bottom: 3px solid #000
    }
    .my-account .top_block__title {
        margin: 160px auto 220px auto;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap
    }
    .my-account .top_block__title span {
        display: block
    }
    .my-account .top_block .container {
        background: url(/front/img/top_img/mobile/my_account_mobile_top.svg) center 360px no-repeat transparent;
        background-size: 580px
    }
    .footer {
        margin-top: 55px;
        padding: 0
    }
    .footer.apply {
        margin-top: 0
    }
    .footer .container {
        display: none
    }
    .footer-copyright p span {
        display: block
    }
}
@media only screen and (max-width: 991px) {
    .top_block {
        background-size: 992px;
        height: 410px
    }
    .top_block__title {
        font-size: 45px;
        line-height: 50px
    }
    .two_cards__appendix {
        background-size: 992px;
        background-position-x: center;
        margin-bottom: 75px
    }
    .two_cards__appendix .container {
        max-width: 690px;
        width: 100%;
        margin-bottom: 115px
    }
    .two_cards__appendix .text {
        font-size: 13px;
        line-height: normal
    }
    .step_list {
        margin: 0 auto
    }
    .step_list__content {
        justify-content: center;
        width: calc(100% + 16px);
        margin-left: -8px
    }
    .step_list .container {
        padding: 0 8px
    }
    .step_list__item {
        width: 304px;
        padding: 15px 0 0 0;
        margin: 0 8px 75px 8px
    }
    .step_list__item:last-of-type {
        margin: 0 8px
    }
    .step_list__item:before {
        background-size: contain;
        width: 100px;
        height: 90px;
        top: 0px;
        right: 5px
    }
    .step_list__item:after {
        left: -9px;
        top: -45px
    }
    .step_list__item .title {
        padding-left: 0;
        margin-bottom: 0;
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        position: absolute;
        top: 35px;
        left: 50%;
        transform: translateX(-50%)
    }
    .step_list__description {
        padding: 70px 20px 20px 20px;
        height: 100%
    }
    .step_list__description:before {
        height: 25px
    }
    .step_list__description:after {
        left: 40px
    }
    .step_list__description .subtitle {
        font-size: 16px;
        line-height: 35px;
        text-transform: uppercase
    }
    .step_list__description .text {
        font-size: 12px;
        line-height: 170%
    }
    .faq-section {
        margin-top: 20px
    }
    .faq-section .dyk {
        background: transparent;
        padding: 135px 0 0 0
    }
    .faq-section .dyk .container {
        width: 750px;
        padding: 0 15px;
        background: transparent
    }
    .faq-section .dyk-container {
        border-radius: 0 0 10px 10px;
        height: auto;
        box-shadow: 0px 10px 90px rgba(0, 0, 0, .2);
        width: 100%;
        padding: 15px 25px 25px 25px;
        background: #fff;
        margin-bottom: 60px;
        z-index: 1
    }
    .faq-section .dyk-container:before {
        width: 304px;
        height: 118px;
        background: url(/front/img/dick-from-the-hill-mob.svg) center top no-repeat transparent;
        background-size: contain;
        top: -118px;
        left: 50%;
        transform: translateX(-50%)
    }
    .faq-section .dyk-title {
        font-size: 20px;
        line-height: 180%;
        margin: 0 auto 20px auto
    }
    .faq-section .dyk-title:before, .faq-section .dyk-title:after {
        content: "";
        background: #fff;
        position: absolute;
        height: 23px;
        top: -23px;
        width: calc(50% - 100px)
    }
    .faq-section .dyk-title:before {
        border-radius: 0 10px 0 0;
        right: 0
    }
    .faq-section .dyk-title:after {
        border-radius: 10px 0 0 0;
        left: 0
    }
    .faq-section .dyk-description {
        font-size: 12px;
        line-height: 170%
    }
    .faq-section .feedback-landscape {
        padding: 40px 0;
        background: url(/front/img/feedback_landscape_bkg_mob.svg) center bottom repeat-x #5798c2
    }
    .faq-section .feedback-landscape .container {
        width: 750px
    }
    .faq-section .feedback-landscape-container {
        display: block;
        text-align: center
    }
    .faq-section .feedback-landscape-image {
        margin: 0 auto 30px auto
    }
    .faq-section .feedback-landscape-info-name {
        font-size: 20px;
        line-height: 24px
    }
    .faq-section .feedback-landscape-info-position {
        font-size: 16px;
        line-height: 19px;
        margin: 0 auto 15px auto
    }
    .faq-section .feedback-landscape-info-text {
        font-size: 12px;
        line-height: 144%
    }
    .faq-section .customer-support {
        padding: 0 0 20px 0;
        background: transparent
    }
    .faq-section .customer-support__title {
        font-size: 25px;
        line-height: 30px;
        margin: 30px auto
    }
    .faq-section .customer-support__wr {
        border: 0;
        background: transparent;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        width: calc(100% + 16px);
        margin-left: -8px
    }
    .faq-section .customer-support__wr:before, .faq-section .customer-support__wr:after {
        display: none
    }
    .faq-section .customer-support__description {
        width: 304px;
        margin: 0 8px
    }
    .faq-section .customer-support__text {
        font-size: 12px;
        line-height: 170%;
        margin-bottom: 20px
    }
    .faq-section .customer-support__phone {
        font-size: 20px;
        line-height: 25px
    }
    .faq-section .customer-support .subscribe-section {
        width: 304px;
        margin: 0 8px
    }
    .faq-section .customer-support .subscribe__title {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 20px
    }
    .faq-section .customer-support__hint {
        padding-right: 0;
        margin-bottom: 40px
    }
    .faq-section .customer-support-subscription-form-submit {
        display: block;
        width: 200px;
        margin: 0 auto
    }
    .steps .steps__block {
        padding: 0
    }
    .blue-rounded-rectangle {
        padding-left: 8px;
        padding-right: 8px
    }
    .blue-rounded-rectangle .container {
        width: 100%;
        max-width: 850px
    }
    .section_with_browser .container {
        width: 716px
    }
    .section_with_browser .browser_window .info_section__list .item {
        margin-bottom: 20px
    }
    .section_with_browser .browser_window .info_section__list.column {
        margin-right: 0;
        display: block
    }
    .section_with_browser .browser_window .info_section__list.column > li:first-of-type {
        margin-bottom: 20px
    }
    .section_with_browser .browser_window .info_section__list.column .info_section__list_block {
        margin-right: 0
    }
    .step_full .step_full__content {
        flex-direction: column;
        align-items: center;
        padding: 0 8px
    }
    .step_full .step_full__item {
        width: 100%;
        padding: 28px 40px 28px 23px;
        border: 2px solid #000;
        border-image: url(/front/img/tos_border_img.svg) 2;
        border-bottom: 0
    }
    .step_full .step_full__item:last-child {
        border-bottom: 2px solid #000
    }
    .step_full .step_full__item:hover {
        border-left: 2px solid #000
    }
    .step_full .step_full__item .title {
        min-height: auto;
        font-size: 20px;
        line-height: 24px
    }
    .step_full .step_full__item .text {
        font-size: 12px;
        line-height: 170%
    }
    .spiral {
        top: -21px;
        left: 50%;
        flex-direction: row;
        justify-content: space-around;
        height: auto;
        width: 100%;
        transform: translateX(-50%)
    }
    .spiral .spiral__item {
        flex-direction: column
    }
    .spiral .spiral__item .line {
        height: 30px;
        width: 2px;
        margin: -5px 0
    }
    .apply_form .apply__uploader_resume .container {
        width: 100%
    }
    .apply_form .apply__uploader_resume .section_with_browser .container {
        width: 100%;
        padding-left: 0
    }
    .apply_form .form_container .form_wr {
        padding: 0 8px
    }
    .apply_form .submit_wrapper::before {
        bottom: 216px
    }
    .apply_form .apply__uploader_img {
        background-size: 992px
    }
    .apply_form .form_container {
        background-size: 992px;
        padding-bottom: 140px
    }
    .frontpage .top_block {
        height: 730px
    }
    .frontpage .top_block .top_animated_image {
        top: -85px
    }
    .frontpage .top_block .top_animated_image svg {
        height: 600px
    }
    .frontpage .fulfillment .text_wr {
        margin-bottom: 90px
    }
    .frontpage .fulfillment .img_wr {
        display: flex;
        align-items: flex-end;
        margin-left: 20px;
        margin-right: -25px
    }
    .frontpage .bypassing__content .img_wr {
        margin-right: 25px;
        margin-left: -350px
    }
    .frontpage .outsourcing .text_wr {
        padding: 0 12px
    }
    .frontpage .warehousing .warehousing__services .img_wr {
        max-width: 550px;
        margin-left: -194px
    }
    .frontpage .warehousing .warehousing__trends .img_wr {
        max-width: 365px;
        margin-left: 20px
    }
    .frontpage .warehousing .warehousing__solution .img_wr {
        max-width: 365px;
        margin-right: 20px
    }
    .frontpage .start_now .dude, .frontpage .start_now .plant {
        display: none !important
    }
    .who_is_hubgeo .block_with_illustration.first {
        background-size: 992px
    }
    .who_is_hubgeo .blue-rounded-rectangle {
        padding-bottom: 145px
    }
    .who_is_hubgeo .blue-rounded-rectangle .container:before {
        background-size: 992px;
        bottom: -144px
    }
    .our-key-principles .two_cards__appendix {
        padding-top: 30px
    }
    .our-key-principles .two_cards__appendix:before {
        height: 50px;
        width: 162px;
        bottom: 1px;
        background-size: cover
    }
    .discover-the-world-with-us .step_list {
        margin-top: 75px
    }
    .discover-the-world-with-us .step_list__item {
        padding-top: 15px
    }
    .referral-partnerships .block_with_illustration, .referral-partnerships .partner .container:before {
        background-size: 992px
    }
    .careers .quote-form-section .get_quote {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .careers .quote-form-section .btn {
        display: block;
        margin: 0 auto
    }
    .careers .section_with_browser .info_section__list.column .info_section__list_block + .info_section__list_block {
        margin-top: 20px
    }
    .contact-us .top_block__title {
        margin-top: -158px
    }
    .contact-us .map {
        flex-direction: column;
        align-items: center;
        min-height: 610px;
        padding-top: 30px;
        margin-bottom: 30px
    }
    .contact-us .map .container, .contact-us .map .block__title {
        text-align: center
    }
    .contact-us .map .map_wr {
        top: 200px;
        width: 100%;
        height: auto;
        position: static;
        margin-top: 30px;
        margin-left: 8px
    }
    .contact-us .map .map__frame {
        transform: translate(15px, 15px);
        width: 100%
    }
    .contact-us .map .map__frame iframe {
        display: block;
        height: 350px
    }
    .contact-us .map__text {
        max-width: 100%
    }
    .contact-us .contact__content {
        width: calc(100% + 16px);
        margin-left: -8px;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap
    }
    .contact-us .contact__adresses {
        display: block
    }
    .contact-us .contact__adresses .address__item:nth-child(1) {
        margin: 0 auto 20px auto
    }
    .contact-us .contact__adresses .address__item .list-item_title {
        margin-bottom: 0px
    }
    .contact-us .step_list__item {
        width: 304px;
        flex-shrink: 0;
        margin: 0 8px 15px 8px
    }
    .contact-us .step_list__item:before {
        top: 0px;
        right: 5px
    }
    .contact-us .step_list__item:after {
        top: -45px
    }
    .contact-us .step_list__description .text {
        font-size: 14px;
        line-height: 23px
    }
    .contact-us .about_contact-form-wrapper {
        width: 304px;
        flex-shrink: 0;
        margin: 15px 8px 0 8px
    }
    .contact-us .text_after_subtitle {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 20px;
        font-weight: 300
    }
    .order-processing .block_with_plain_text, .order-processing .block_with_illustration {
        background-size: 992px
    }
    .order-processing .block_with_plain_text {
        margin-top: -50px
    }
    .order-processing .illustration {
        margin: -30px auto 60px auto
    }
    .our-special-features .two_cards:after {
        background-size: 992px;
        background-position: center bottom
    }
    .distribution-warehousing .icon__list {
        margin: 30px auto;
        padding-bottom: 30px
    }
    .distribution-warehousing .icon__list .container {
        display: block;
        height: auto;
        position: relative
    }
    .distribution-warehousing .icon__list .container .slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -23px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 15px
    }
    .distribution-warehousing .icon__list .container .slick-dots li {
        cursor: pointer;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #46ac97;
        margin: 0 4px;
        transition: width .3s ease, height .3s ease
    }
    .distribution-warehousing .icon__list .container .slick-dots li.slick-active {
        width: 15px;
        height: 15px
    }
    .distribution-warehousing .icon__list .container .slick-dots button {
        display: none
    }
    .distribution-warehousing .icon__item {
        margin: 0 auto;
        padding: 0 8px;
        text-align: center
    }
    .distribution-warehousing .icon__item:nth-child(1), .distribution-warehousing .icon__item:nth-child(2), .distribution-warehousing .icon__item:nth-child(3), .distribution-warehousing .icon__item:nth-child(4), .distribution-warehousing .icon__item:nth-child(5), .distribution-warehousing .icon__item:nth-child(6), .distribution-warehousing .icon__item:nth-child(7), .distribution-warehousing .icon__item:nth-child(8), .distribution-warehousing .icon__item:nth-child(9), .distribution-warehousing .icon__item:nth-child(10), .distribution-warehousing .icon__item:nth-child(11), .distribution-warehousing .icon__item:nth-child(12) {
        margin: 0 auto
    }
    .distribution-warehousing .icon__item .img_wr {
        margin: 0 auto 40px auto
    }
    .distribution-warehousing .block_with_border {
        margin: 0 auto
    }
    .distribution-warehousing .block_with_illustration:before {
        width: 992px;
        background-size: 992px
    }
    .distribution-warehousing .blue-rounded-rectangle.first {
        background-size: 992px
    }
    .distribution-warehousing .timeline_list__list:before {
        left: 38px;
        transform: translateY(-50%);
        height: calc(100% - 80px)
    }
    .distribution-warehousing .timeline_list__item {
        padding: 15px 15px 15px 80px;
        height: 80px
    }
    .distribution-warehousing .timeline_list__item:after {
        left: 38px;
        transform: none
    }
    .distribution-warehousing .timeline_list__item:hover:after {
        top: 50px;
        height: 50px
    }
    .distribution-warehousing .timeline_list__item:before {
        left: 15px;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        line-height: 50px;
        font-size: 30px
    }
    .distribution-warehousing .timeline_list__item:nth-child(even) .text, .distribution-warehousing .timeline_list__item:nth-child(odd) .text {
        padding: 0;
        text-align: left;
        margin: auto auto auto 0;
        width: auto
    }
    .distribution-warehousing .green-title-border__section:nth-child(17) {
        margin-bottom: 30px
    }
    .pricing .top_block__title {
        margin-top: -13vw
    }
    .pricing .green-block__section .container::before {
        display: none
    }
    .pricing .green-block__section .green-block {
        width: 49%;
        height: auto
    }
    .pricing .green-block__section .green-block::after {
        display: none
    }
    .artificial-intelligence .illustration {
        margin: 30px auto;
        background-size: 992px
    }
    .artificial-intelligence .blue-rounded-rectangle {
        margin-top: -30px;
        padding: 0 9px 180px 9px
    }
    .artificial-intelligence .blue-rounded-rectangle .container:before {
        background-size: 992px;
        height: 170px
    }
    .artificial-intelligence .two_cards .block__title {
        margin-bottom: 55px
    }
    .web-based-software .top_block__title {
        margin-top: 140px
    }
    .web-based-software .two_cards {
        background-size: 992px;
        padding-bottom: 50px
    }
    .commerce-edi .top_block .top_block__title {
        margin-top: 75px
    }
    .commerce-edi .blue-rounded-rectangle {
        margin: 30px auto 60px auto;
        padding: 0 8px
    }
    .commerce-edi .blue-rounded-rectangle .container {
        padding: 40px
    }
    .commerce-edi .two_cards .two_cards__item .title {
        min-height: unset;
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 12px
    }
    .commerce-edi .two_cards .two_cards__item .text {
        font-size: 12px;
        line-height: 170%
    }
    .commerce-edi .two_cards__appendix {
        padding: 0 0 40px 0;
        margin-bottom: 30px
    }
    .commerce-edi .two_cards__appendix .title {
        margin-bottom: 30px
    }
    .commerce-edi .section_with_browser {
        margin: 0 auto;
        background-position: center bottom, center calc(100% - 100px);
        background-size: 992px, 300px;
        padding-bottom: 585px
    }
    .empowering-developers .top_block__title {
        margin-top: -200px
    }
    .empowering-developers .blue-rounded-rectangle {
        background-size: 992px;
        padding-bottom: 70px
    }
    .fulfilment-by-amazon .blue-rounded-rectangle.first:before {
        bottom: 36px
    }
    .fulfilment-by-amazon .blue-rounded-rectangle:before {
        bottom: 36px
    }
    .fulfilment-by-amazon .blue-rounded-rectangle .container:before {
        bottom: -145px;
        background-size: 992px
    }
    .fulfilment-by-amazon .two_cards {
        background-size: 992px
    }
    .international-fulfilment .top_block__title-sub span {
        display: block
    }
    .international-fulfilment .block_with_illustration {
        background-size: 992px
    }
    .international-fulfilment .block_with_border {
        padding: 0 8px
    }
    .international-fulfilment .block_with_border .container {
        border: 2px solid #000;
        border-image: url(/front/img/tos_border_img.svg) 2;
        padding: 30px 23px
    }
    .crowdfunding-fulfilment .blue-rounded-rectangle {
        padding: 0 8px;
        background-size: 992px
    }
    .crowdfunding-fulfilment .blue-rounded-rectangle .container {
        margin-bottom: 160px
    }
    .crowdfunding-fulfilment .top_block__title {
        font-size: 40px;
        line-height: 40px
    }
    .order-fulfilment-for-startups .blue-rounded-rectangle {
        background-size: 992px
    }
    .order-fulfilment-for-startups .top_block__title {
        font-size: 40px;
        line-height: 45px
    }
    .e-commerce-fulfilment .two_cards, .e-commerce-fulfilment .blue-rounded-rectangle {
        background-size: 992px
    }
    .retail-fulfilment .top_block__title-sub span {
        display: block
    }
    .retail-fulfilment .blue-rounded-rectangle {
        margin: 30px 0
    }
    .retail-fulfilment .section_with_browser {
        background-size: 992px;
        padding: 0 0 185px 0;
        margin: -10px auto 0 auto
    }
    .retail-fulfilment .section_with_browser.illustrated {
        margin: 30px auto;
        background-size: 992px, 360px;
        padding: 330px 0 185px 0
    }
    .retail-fulfilment .section_with_browser:not(.illustrated) .browser_window .info_section__title {
        text-align: left
    }
    .retail-fulfilment .two_cards .block__title {
        margin-bottom: 55px
    }
    .retail-fulfilment .two_cards .two_cards__item .title {
        min-height: unset;
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 12px
    }
    .retail-fulfilment .two_cards .two_cards__item .text {
        font-size: 12px;
        line-height: 170%
    }
    .services-beyond-order-fulfilment .green-title__section {
        background-size: 992px
    }
    .request-a-quote .section_with_browser {
        background-size: 992px, 330px
    }
    .request-a-quote .quote-form-row {
        flex-direction: column;
        align-items: center;
        margin: 0
    }
    .request-a-quote .quote-form-row .half-width {
        width: 80%
    }
    .request-a-quote .quote-form-row .input-placeholder {
        margin-bottom: 20px
    }
    .request-a-quote .quote-form-row.quote-form-row--checkbox {
        margin-bottom: 20px
    }
    .my-account .top_block .container {
        background-position-y: 260px
    }
    .my-account .top_block__title {
        height: 100px
    }
    .footer {
        margin-top: 0
    }
}
@media only screen and (width: 768px) {
    .container {
        width: 738px
    }
}
@media only screen and (max-width: 767px) {
    body {
        background: #fff
    }
    .top_block {
        background-size: cover;
        height: 128vw
    }
    .top_block__title {
        font-weight: 400;
        font-size: 30px;
        line-height: 33px
    }
    .two_cards__appendix {
        background-image: url(/front/img/kp_tablet_road.svg);
        background-repeat: repeat-x;
        background-size: auto
    }
    .two_cards__appendix .container {
        margin-bottom: 100px
    }
    .two_cards__appendix .text {
        font-size: 12px
    }
    .two_cards .two_cards__item {
        margin-left: 16px;
        margin-right: 0;
        margin-bottom: 60px
    }
    .two_cards .two_cards__item:before {
        left: -12px;
        width: 100%;
        height: 110px;
        border-bottom-left-radius: 0
    }
    .two_cards .two_cards__item .title {
        font-size: 20px;
        min-height: auto
    }
    .two_cards .two_cards__item .text {
        font-size: 12px
    }
    .two_cards .two_cards__item .subtitle {
        margin-bottom: 16px;
        font-size: 16px
    }
    .two_cards .two_cards__itemInner {
        min-height: 180px;
        padding: 72px 30px 30px 30px !important
    }
    .two_cards .list {
        padding-left: 10px;
        padding-right: 23px
    }
    .two_cards .list__item {
        font-size: 12px;
        line-height: 20px
    }
    .two_cards .block__title {
        margin-bottom: 50px
    }
    .faq-section .dyk .container {
        width: 100%;
        padding: 0 8px
    }
    .faq-section .feedback-landscape .container {
        width: 100%
    }
    .block_with_illustration .img_wr {
        width: 95%;
        height: auto;
        position: static;
        order: -1;
        margin-right: -53px;
        margin-bottom: 44px
    }
    .block_with_illustration .img_wr img {
        width: 100%;
        height: auto;
        box-shadow: 0px -11px 0px 5px #46ac97
    }
    .block_with_illustration .text_wr {
        margin-top: 0
    }
    .block_with_illustration .common-title {
        font-size: 20px;
        line-height: 24px
    }
    .block_with_illustration .block_with_illustration__text {
        font-size: 12px;
        line-height: 21px
    }
    .steps .steps__content:before {
        display: none
    }
    .steps .steps__block {
        flex-direction: column;
        align-items: center
    }
    .steps .steps__item {
        width: 300px;
        margin-bottom: 30px
    }
    .steps .steps__item:last-child {
        margin-bottom: 0
    }
    .block__title {
        font-size: 20px;
        line-height: 24px
    }
    .block__subtitle {
        font-size: 12px;
        line-height: normal
    }
    .partner .partner__block {
        border-radius: 47px;
        padding-left: 22px;
        padding-right: 22px
    }
    .illustration .illustration_wr {
        width: 85.5%;
        margin: 0 auto
    }
    .blue-rounded-rectangle .container {
        padding: 55px 22px;
        border-radius: 47px
    }
    .blue-rounded-rectangle.text .blue-rounded-rectangle__text {
        font-size: 16px;
        line-height: 180%
    }
    .blue-rounded-rectangle .blue-rounded-rectangle__text {
        font-size: 16px;
        line-height: 180%
    }
    .section_with_browser .container {
        width: 97%;
        margin: 0
    }
    .section_with_browser .browser_window.shadow.third {
        display: none
    }
    .section_with_browser .browser_window .info_section {
        padding: 50px 20px 25px
    }
    .section_with_browser .browser_window .info_section__title {
        font-size: 20px;
        line-height: 28px
    }
    .green-block__section .green-block {
        width: 100%;
        height: auto
    }
    .green-block__section .text {
        font-size: 12px
    }
    .green-title__title {
        font-size: 20px;
        line-height: 24px
    }
    .block_with_border.first {
        margin-bottom: 30px
    }
    .block_with_border .container {
        width: 100%;
        border: 0;
        padding: 0 8px
    }
    .block_with_border .title {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: normal
    }
    .block_with_border .text {
        margin-bottom: 25px;
        font-size: 12px
    }
    .block_with_border .text:before {
        margin-right: 20px
    }
    .block_with_border .text .block__title {
        text-align: left
    }
    .block_with_border .careers__info {
        display: flex;
        flex-direction: column
    }
    .block_with_border .careers__info .careers__info-item {
        margin-bottom: 9px;
        margin-left: 0;
        font-size: 12px
    }
    .block_with_border .careers__info .careers__info-item:last-child {
        margin-bottom: 0
    }
    .common-title {
        font-size: 20px;
        line-height: 24px
    }
    .apply_form .apply_form_job {
        margin-top: 30px
    }
    .apply_form .apply_form_job .apply_form_job__content {
        flex-direction: column;
        align-items: center;
        padding: 45px 40px;
        border-radius: 47px
    }
    .apply_form .apply_form_job .apply_form_job-poster-wrapper {
        margin-right: 0;
        margin-bottom: 30px
    }
    .apply_form .apply_form_job .apply_form_job__title {
        font-size: 20px;
        line-height: normal
    }
    .apply_form .apply_form_job .subtitle {
        font-size: 12px
    }
    .apply_form .form-row {
        margin-bottom: 0
    }
    .apply_form .form-row:not(.phone-row) {
        flex-direction: column;
        align-items: center
    }
    .apply_form .form-row.phone-row {
        width: 100%;
        margin: 0 auto
    }
    .apply_form .form-row.phone-row.last {
        margin: 0 auto;
        padding: 0 15px
    }
    .apply_form .form-row input, .apply_form .form-row select {
        margin-bottom: 10px
    }
    .apply_form .half-width, .apply_form .full-width, .apply_form .phone-row {
        width: 100%;
        max-width: 360px
    }
    .apply_form .form_container {
        padding-bottom: 150px;
        background-image: url(/front/img/ai_brr_bkg_mob.svg);
        background-repeat: repeat-x;
        background-size: auto;
        background-position: bottom
    }
    .apply_form .custom-file .select-file:before {
        left: 5px;
        width: 25px;
        height: 23px;
        margin: 0 0 0 7px;
        background-size: contain
    }
    .apply_form .custom-file .select-file .inner {
        left: 50px;
        width: calc(100% - 56px);
        font-size: 13px
    }
    .apply_form .custom-file .select-file .inner:before {
        width: 91px;
        padding: 8px 0
    }
    .apply_form .custom-file .progress {
        left: 48px;
        right: 129px
    }
    .apply_form .apply__uploader_img {
        margin-bottom: 0;
        padding-bottom: 150px;
        background-image: url(/front/img/kp_tablet_road.svg);
        background-repeat: repeat-x;
        background-size: auto;
        background-position: bottom
    }
    .apply_form .apply__uploader_resume {
        background-size: 269px;
        margin-bottom: 30px
    }
    .apply_form .submit_wrapper .btn_wr {
        padding: 61px 0
    }
    .apply_form .submit_wrapper .btn_wr::before {
        display: none
    }
    .apply_form .submit_wrapper .alert {
        width: 97%;
        margin-top: -6px;
        margin-bottom: 35px
    }
    .apply_form .apply_form_job-link-list {
        margin-bottom: 20px
    }
    .frontpage .top_block {
        height: auto;
        margin-bottom: 50px
    }
    .frontpage .top_block .top_animated_image {
        top: -145px;
        width: auto
    }
    .frontpage .top_block .top_animated_image svg {
        height: 650px;
        width: 600px
    }
    .frontpage .top_block .top_block__title {
        max-width: 370px
    }
    .frontpage .top_block .top_block__title .bold, .frontpage .top_block .top_block__title .semibold, .frontpage .top_block .top_block__title .regular {
        font-size: 22px;
        line-height: 108%
    }
    .frontpage .top_block .text {
        font-size: 12px;
        line-height: 180%
    }
    .frontpage .top_block .top_block__content {
        margin-top: 340px
    }
    .frontpage .fulfillment {
        margin-bottom: 40px;
        background: none
    }
    .frontpage .fulfillment .fulfillment__block {
        flex-direction: column
    }
    .frontpage .fulfillment .img_wr {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
        order: -1;
        background: url(/front/img/front_mobile.svg) bottom left no-repeat transparent;
        background-size: auto;
        background-repeat: repeat-x
    }
    .frontpage .fulfillment .img_wr svg {
        width: 193px;
        height: 197px;
        margin-left: 14px
    }
    .frontpage .bypassing {
        margin-bottom: 50px
    }
    .frontpage .bypassing .bypassing__content {
        flex-direction: column
    }
    .frontpage .bypassing .bypassing__content .img_wr {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 30px;
        background: none
    }
    .frontpage .bypassing .bypassing__content .img_wr svg {
        display: block;
        width: 95%;
        margin: 0 auto
    }
    .frontpage .bypassing .arm {
        display: none
    }
    .frontpage .bypassing .coin {
        display: none
    }
    .frontpage .bypassing .barrier {
        display: none
    }
    .frontpage .bypassing .cassettе {
        display: none
    }
    .frontpage .bypassing .right_leg, .frontpage .bypassing .left_leg {
        display: none
    }
    .frontpage .bypassing .left_leg {
        display: none
    }
    .frontpage .bypassing .the_strange_things {
        display: none
    }
    .frontpage .bypassing .the_strange_things_2 {
        display: none
    }
    .frontpage .bypassing .the_strange_things_3 {
        display: none
    }
    .frontpage .bypassing .the_strange_things_4 {
        display: none
    }
    .frontpage .bypassing .img_mobile {
        display: block
    }
    .frontpage .outsourcing {
        margin-bottom: 45px
    }
    .frontpage .outsourcing .img_wr {
        margin-bottom: 30px
    }
    .frontpage .warehousing .warehousing__services {
        flex-direction: column;
        margin-bottom: 50px
    }
    .frontpage .warehousing .warehousing__services .img_wr {
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
        margin-left: -85px
    }
    .frontpage .warehousing .warehousing__services .img_wr svg {
        width: 142%
    }
    .frontpage .warehousing .warehousing__trends {
        flex-direction: column;
        margin-bottom: 50px
    }
    .frontpage .warehousing .warehousing__trends .img_wr {
        order: -1;
        margin-bottom: 30px
    }
    .frontpage .warehousing .warehousing__trends .text_wr {
        max-width: 100%
    }
    .frontpage .warehousing .warehousing__solution {
        flex-direction: column;
        margin-bottom: 50px
    }
    .frontpage .warehousing .warehousing__solution .img_wr {
        margin-bottom: 30px
    }
    .frontpage .warehousing .warehousing__solution .text_wr {
        max-width: 100%
    }
    .frontpage .resource {
        margin-bottom: 60px
    }
    .frontpage .resource .green-title__title {
        margin-bottom: 25px
    }
    .frontpage .resource .img_wr {
        margin-bottom: 30px
    }
    .frontpage .resource .text_wr .text {
        margin-bottom: 25px
    }
    .frontpage .resource svg {
        height: 100%
    }
    .frontpage .start_now {
        height: auto;
        background: #5798c2;
        padding: 60px 0
    }
    .frontpage .text_wr .title {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 180%
    }
    .frontpage .text_wr .text {
        font-size: 12px;
        line-height: 180%
    }
    .footer_main .footer-copyright {
        padding: 13px 0
    }
    .who_is_hubgeo .top_block {
        position: relative;
        height: 408px;
        background-image: url(/front/img/top_img/mobile/who_mobile_top.svg) !important
    }
    .who_is_hubgeo .top_block .top_block__title {
        margin-top: -106px;
        max-width: 310px;
        font-size: 35px;
        line-height: 35px
    }
    .who_is_hubgeo .block_with_illustration.first {
        padding-bottom: 150px;
        background-image: url(/front/img/kp_tablet_road.svg);
        background-repeat: repeat-x;
        background-size: auto;
        background-position: bottom
    }
    .who_is_hubgeo .block_with_illustration.first .block_with_illustration__text {
        margin-bottom: 0
    }
    .who_is_hubgeo .block_with_illustration.illustration_without_wrapper .img_wr {
        order: 0;
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-top: 30px
    }
    .who_is_hubgeo .blue-rounded-rectangle .container {
        padding: 30px 5px
    }
    .who_is_hubgeo .blue-rounded-rectangle .container:before {
        padding-bottom: 150px;
        background-image: url(/front/img/kp_tablet_road.svg);
        background-repeat: repeat-x;
        background-size: auto;
        background-position: bottom
    }
    .our-key-principles .top_block {
        background-image: url(/front/img/top_img/mobile/our_key_principles_mobile_top.svg) !important
    }
    .discover-the-world-with-us .top_block {
        height: 500px;
        background-size: 900px;
        background-image: url(/front/img/top_img/mobile/discover_the_world_with_us_mobile_top.svg) !important;
        background-position-x: calc(50% + 65px);
        align-items: flex-start;
        position: relative
    }
    .discover-the-world-with-us .top_block:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 24px;
        left: 0;
        bottom: -2px;
        background: url(/front/img/arc_delimiter.svg) center bottom no-repeat transparent;
        background-size: cover
    }
    .discover-the-world-with-us .top_block__title {
        font-size: 30px;
        line-height: 35px;
        padding: 0 8px;
        margin-top: 75px
    }
    .referral-partnerships .top_block {
        position: relative;
        height: 500px;
        background-size: 900px;
        background-image: url(/front/img/top_img/mobile/referral_mobile_top.svg) !important;
        background-size: cover;
        align-items: flex-start
    }
    .referral-partnerships .top_block__title {
        font-size: 30px;
        line-height: 35px;
        padding: 0 8px;
        margin-top: 75px
    }
    .referral-partnerships .block_with_illustration {
        background-image: url(/front/img/kp_tablet_road.svg);
        background-repeat: repeat-x;
        background-size: auto;
        padding-bottom: 130px
    }
    .referral-partnerships .two_cards {
        padding-top: 30px
    }
    .referral-partnerships .two_cards .two_cards__item {
        margin-left: 12px;
        margin-right: -4px;
        margin-bottom: 60px
    }
    .referral-partnerships .two_cards .two_cards__item:last-child {
        margin-bottom: 45px
    }
    .referral-partnerships .two_cards .two_cards__itemInner {
        padding: 50px 0px 30px 0px !important
    }
    .referral-partnerships .steps {
        margin: 0 0 45px 0
    }
    .referral-partnerships .partner {
        padding-bottom: 0
    }
    .referral-partnerships .partner .container:before {
        display: none
    }
    .careers .top_block {
        background-image: url(/front/img/top_img/mobile/careers_mobile_top.svg) !important
    }
    .careers .blue-rounded-rectangle {
        margin-top: 0
    }
    .careers .blue-rounded-rectangle .container {
        margin-top: 30px;
        margin-bottom: 0;
        padding: 55px 22px 39px 22px
    }
    .careers .block_with_border.first {
        margin-top: 30px
    }
    .careers .block_with_border .block__title {
        text-align: left
    }
    .careers .block_with_border .text:before {
        display: none
    }
    .careers .section_with_browser .container {
        width: calc(100% - 10px);
        margin-left: 0
    }
    .careers .section_with_browser .browser_window.shadow.first {
        transform: translate(29px, 10px)
    }
    .careers .section_with_browser .browser_window .info_section {
        margin-bottom: 30px;
        padding-bottom: 0;
        padding-top: 0
    }
    .careers .section_with_browser .browser_window .info_section:nth-of-type(2) {
        padding-top: 50px
    }
    .careers .section_with_browser .browser_window .info_section__list.column {
        flex-direction: column
    }
    .careers .section_with_browser .browser_window .info_section__list.column .info_section__list_block:last-child {
        margin-bottom: 0
    }
    .careers .section_with_browser .browser_window .info_section__list .info_section__list_block {
        margin-bottom: 20px;
        margin-right: 0
    }
    .careers .section_with_browser .browser_window .info_section__list .info_section__list_block .item {
        width: auto
    }
    .careers .section_with_browser .browser_window .info_section__list .item {
        font-size: 12px;
        line-height: 140%
    }
    .careers .section_with_browser .btn {
        display: block;
        width: 252px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        padding: 8px 0;
        text-align: center
    }
    .careers .resume__item {
        margin-bottom: 50px
    }
    .careers .quote-form-section .block__title {
        margin-bottom: 10px
    }
    .careers .quote-form-section .quote-form-input-wrapper.input_half {
        width: 100%
    }
    .careers .quote-form-section .quote-form-row {
        flex-wrap: wrap
    }
    .careers .quote-form-section .get_quote {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .careers .quote-form-section .btn {
        display: block;
        margin: 0 auto
    }
    .contact-us .top_block {
        background-image: url(/front/img/top_img/mobile/contact_mobile_top.svg) !important
    }
    .contact-us .top_block__title {
        margin-top: 0
    }
    .contact-us .map {
        min-height: auto;
        padding-bottom: 0;
        margin-bottom: 95px
    }
    .contact-us .map .container {
        margin-bottom: 25px
    }
    .contact-us .map .block__title {
        font-size: 20px
    }
    .contact-us .map .map_wr {
        width: 100%;
        height: auto;
        position: static;
        margin-left: 10px
    }
    .contact-us .map .map__frame {
        width: 100%
    }
    .contact-us .map .map__frame iframe {
        height: 194px
    }
    .order-processing .top_block {
        position: relative;
        height: 408px;
        background-image: url(/front/img/top_img/mobile/order_processing_mobile_top.svg) !important
    }
    .order-processing .top_block .top_block__title {
        margin-top: -170px
    }
    .order-processing .two_cards.first {
        margin-top: 30px
    }
    .order-processing .two_cards.first .two_cards__item {
        margin-left: 12px;
        margin-right: -4px;
        margin-bottom: 60px
    }
    .order-processing .two_cards.first .two_cards__itemInner {
        padding-bottom: 30px
    }
    .order-processing .two_cards.with_title .two_cards__itemInner {
        padding-bottom: 30px
    }
    .order-processing .two_cards.with_title .title {
        min-height: auto;
        margin-bottom: 10px
    }
    .order-processing .two_cards .two_cards__item {
        margin-left: 12px;
        margin-right: -4px;
        margin-bottom: 60px
    }
    .order-processing .two_cards .two_cards__itemInner {
        min-height: auto
    }
    .order-processing .illustration {
        margin-top: 0;
        margin-bottom: 30px
    }
    .order-processing .block_with_plain_text {
        background-image: url(/front/img/ai_brr_bkg_mob.svg);
        background-repeat: repeat-x;
        background-size: auto;
        padding-bottom: 150px;
        margin-top: 0
    }
    .order-processing .block_with_plain_text .text {
        text-align: left;
        font-size: 12px;
        line-height: 170%
    }
    .order-processing .block_with_illustration {
        background-image: url(/front/img/ai_brr_bkg_mob.svg);
        background-repeat: repeat-x;
        background-size: auto;
        padding-bottom: 150px
    }
    .order-processing .block_with_illustration .block_with_illustration__text {
        text-align: left;
        font-size: 12px;
        line-height: 170%
    }
    .our-special-features .top_block {
        position: relative;
        height: 408px;
        background-image: url(/front/img/top_img/mobile/features_mobile_top.svg) !important
    }
    .our-special-features .top_block .top_block__title {
        margin-top: -200px
    }
    .our-special-features .two_cards {
        padding-bottom: 0
    }
    .our-special-features .two_cards:after {
        display: none
    }
    .our-special-features .two_cards .two_cards__item {
        margin-left: 12px;
        margin-right: -4px;
        margin-bottom: 60px
    }
    .our-special-features .two_cards .two_cards__item .title {
        min-height: auto
    }
    .our-special-features .faq-section {
        margin-top: 0
    }
    .distribution-warehousing .top_block {
        position: relative;
        height: 408px;
        background-image: url(/front/img/top_img/mobile/warehouse_mobile_top.svg) !important
    }
    .distribution-warehousing .top_block .top_block__title {
        margin-top: -170px
    }
    .distribution-warehousing .blue-rounded-rectangle.first {
        margin: 30px auto;
        padding-bottom: 150px;
        background-image: url(/front/img/kp_tablet_road.svg);
        background-repeat: repeat-x;
        background-size: auto;
        background-position: bottom
    }
    .distribution-warehousing .blue-rounded-rectangle.title {
        margin: 30px auto
    }
    .distribution-warehousing .blue-rounded-rectangle.title .container {
        padding: 40px 20px
    }
    .distribution-warehousing .blue-rounded-rectangle__title.ext {
        text-transform: none;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px
    }
    .distribution-warehousing .blue-rounded-rectangle__text {
        font-size: 16px;
        line-height: 29px
    }
    .distribution-warehousing .blue-rounded-rectangle .container {
        padding: 40px 20px
    }
    .distribution-warehousing .green-title-border__section {
        margin: 0 auto 30px auto
    }
    .distribution-warehousing .green-title-border__section:nth-child(17) {
        margin: 30px auto 0 auto
    }
    .distribution-warehousing .green-title-border__section .container {
        padding: 10px
    }
    .distribution-warehousing .green-title-border__section .green-title-border__title {
        font-size: 16px;
        line-height: normal
    }
    .distribution-warehousing .two_cards .block__title {
        margin-bottom: 50px;
        text-transform: none
    }
    .distribution-warehousing .two_cards .two_cards__item {
        margin-left: 16px;
        margin-right: 0;
        margin-bottom: 60px
    }
    .distribution-warehousing .two_cards:nth-child(15) .two_cards__item {
        margin-left: 16px;
        margin-right: 0;
        margin-bottom: 60px
    }
    .distribution-warehousing .two_cards:nth-child(15) .two_cars__hint {
        margin: -30px auto 0 auto
    }
    .distribution-warehousing .illustration {
        margin: -30px auto 60px auto
    }
    .distribution-warehousing .block_with_border {
        padding: 0
    }
    .distribution-warehousing .block_with_border:nth-child(13) {
        margin: 30px auto
    }
    .distribution-warehousing .block_with_border .container {
        padding: 10px;
        border: 2px solid #000;
        border-image: url(/front/img/tos_border_img.svg) 2
    }
    .distribution-warehousing .block_with_border .container .text {
        font-size: 12px;
        line-height: 170%;
        color: #000
    }
    .distribution-warehousing .block_with_illustration {
        padding: 41px 0 150px 0
    }
    .distribution-warehousing .block_with_illustration:before {
        background-image: url(/front/img/kp_tablet_road.svg);
        background-repeat: repeat-x;
        background-size: auto
    }
    .distribution-warehousing .block_with_illustration.img_left .img_wr {
        margin: 0 auto 0 calc(50% - 50vw)
    }
    .distribution-warehousing .section_with_browser {
        margin: 100px auto 90px auto
    }
    .distribution-warehousing .timeline_list__list:before {
        left: 33px;
        height: calc(100% - 140px)
    }
    .distribution-warehousing .timeline_list__item {
        padding: 15px 0 15px 108px;
        height: 140px
    }
    .distribution-warehousing .timeline_list__item::before {
        left: 0px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        line-height: 70px;
        font-size: 45px
    }
    .distribution-warehousing .timeline_list__item::after {
        top: 105px;
        left: 33px
    }
    .distribution-warehousing .timeline_list__item:hover:after {
        top: 105px;
        height: 75px
    }
    .distribution-warehousing .timeline_list__item .text {
        padding: 35px 0 0 0
    }
    .distribution-warehousing .timeline_list__item:nth-child(even) .text, .distribution-warehousing .timeline_list__item:nth-child(odd) .text {
        padding: 35px 0 0 0
    }
    .pricing .top_block {
        position: relative;
        height: 500px;
        background-image: url(/front/img/top_img/mobile/pricing_mobile_top.svg) !important
    }
    .pricing .top_block .top_block__title {
        margin-top: -38vw
    }
    .pricing .top_block .top_block__title-sub span {
        display: block
    }
    .pricing .blue-rounded-rectangle {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 0;
        padding-bottom: 0
    }
    .pricing .blue-rounded-rectangle.text .container {
        padding: 30px 22px;
        font-size: 16px;
        line-height: 180%
    }
    .pricing .blue-rounded-rectangle.blue-rounded-rectangle--with_bg {
        background-image: url(/front/img/ai_brr_bkg_mob.svg);
        background-repeat: repeat-x;
        background-size: auto;
        padding-bottom: 150px;
        background-position: bottom
    }
    .pricing .blue-rounded-rectangle.blue-rounded-rectangle--with_bg .container:before {
        display: none
    }
    .pricing .blue-rounded-rectangle .container {
        margin-bottom: 0;
        padding: 55px 22px 39px 22px
    }
    .pricing .green-block__section .green-block {
        width: 100%
    }
    .artificial-intelligence .top_block {
        position: relative;
        height: 408px;
        background-image: url(/front/img/top_img/mobile/artificial_mobile_top.svg) !important
    }
    .artificial-intelligence .top_block .top_block__title {
        margin-top: -200px
    }
    .artificial-intelligence .illustration {
        padding-bottom: 150px;
        background-image: url(/front/img/kp_tablet_road.svg);
        background-repeat: repeat-x;
        background-size: auto
    }
    .artificial-intelligence .blue-rounded-rectangle {
        padding-bottom: 145px
    }
    .artificial-intelligence .blue-rounded-rectangle .container {
        padding: 55px 22px
    }
    .artificial-intelligence .blue-rounded-rectangle .container:before {
        background: url(/front/img/ai_brr_bkg_mob.svg) center bottom repeat-x transparent;
        height: 145px;
        bottom: -145px
    }
    .artificial-intelligence .two_cards {
        padding-bottom: 0
    }
    .artificial-intelligence .two_cards .two_cards__item {
        margin-left: 12px;
        margin-right: -4px;
        margin-bottom: 60px
    }
    .web-based-software .top_block {
        position: relative;
        height: 408px;
        background-image: url(/front/img/top_img/mobile/web_based_mobile_top.svg) !important
    }
    .web-based-software .top_block .top_block__title {
        margin-top: -140px;
        font-size: 37px;
        line-height: 35px
    }
}
@media only screen and (max-width: 767px)and (max-width: 425px) {
    .web-based-software .top_block .top_block__title {
        font-size: 30px;
        line-height: 33px
    }
}
@media only screen and (max-width: 767px) {
    .web-based-software .blue-rounded-rectangle {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .web-based-software .blue-rounded-rectangle .container {
        padding: 55px 22px 30px 22px
    }
}
@media only screen and (max-width: 767px) {
    .web-based-software .illustration {
        margin-top: 0;
        padding-bottom: 150px;
        background-image: url(/front/img/kp_tablet_road.svg);
        background-repeat: repeat-x;
        background-size: auto;
        background-position: bottom
    }
}
@media only screen and (max-width: 767px) {
    .web-based-software .two_cards {
        padding-bottom: 30px;
        background-image: url(/front/img/ai_brr_bkg_mob.svg);
        background-repeat: repeat-x;
        background-size: auto;
        background-position: bottom
    }
    .web-based-software .two_cards .two_cards__item {
        margin-left: 10px;
        margin-right: -4px
    }
}
@media only screen and (max-width: 767px) {
    .commerce-edi .top_block {
        position: relative;
        height: 408px;
        background-image: url(/front/img/top_img/mobile/edi_mobile_top.svg) !important
    }
}
@media only screen and (max-width: 767px) {
    .empowering-developers .top_block {
        position: relative;
        height: 408px;
        background-image: url(/front/img/top_img/mobile/developers_mobile_top.svg) !important
    }
    .empowering-developers .top_block .top_block__title {
        margin-top: -200px
    }
    .empowering-developers .blue-rounded-rectangle {
        background-image: url(/front/img/ai_brr_bkg_mob.svg);
        background-repeat: repeat-x;
        background-size: auto;
        padding-bottom: 150px
    }
    .empowering-developers .blue-rounded-rectangle .container {
        margin-top: 30px;
        margin-bottom: 0;
        padding: 55px 22px 39px 22px
    }
    .empowering-developers .two_cards .two_cards__item {
        margin-left: 12px;
        margin-right: -4px;
        margin-bottom: 60px
    }
    .empowering-developers .two_cards .two_cards__itemInner {
        padding: 72px 30px 30px 30px
    }
}
@media only screen and (max-width: 767px) {
    .fulfilment-by-amazon .top_block {
        position: relative;
        height: 408px;
        background-image: url(/front/img/top_img/mobile/amazon_mobile_top.svg) !important
    }
    .fulfilment-by-amazon .top_block .top_block__title {
        margin-top: -200px
    }
    .fulfilment-by-amazon .blue-rounded-rectangle {
        margin-top: 30px
    }
    .fulfilment-by-amazon .blue-rounded-rectangle .block__title {
        font-size: 20px;
        line-height: 24px
    }
    .fulfilment-by-amazon .blue-rounded-rectangle.first .container:before {
        bottom: -140px;
        background-image: url(/front/img/ai_brr_bkg_mob.svg);
        background-size: auto;
        background-repeat: repeat-x
    }
    .fulfilment-by-amazon .blue-rounded-rectangle .container:before {
        bottom: -140px;
        background-image: url(/front/img/ai_brr_bkg_mob.svg);
        background-size: auto;
        background-repeat: repeat-x
    }
    .fulfilment-by-amazon .green-block__section .green-block:before {
        display: none
    }
    .fulfilment-by-amazon .green-block__section .green-block:nth-child(odd):after {
        display: none
    }
    .fulfilment-by-amazon .green-block__section .block__title {
        margin-bottom: 30px
    }
    .fulfilment-by-amazon .two_cards {
        background-image: url(/front/img/ai_brr_bkg_mob.svg);
        background-size: auto;
        background-repeat: repeat-x
    }
    .fulfilment-by-amazon .two_cards .title {
        height: auto
    }
    .fulfilment-by-amazon .green-title-border__section {
        margin: 0 auto 30px auto;
        width: calc(100% - 16px)
    }
    .fulfilment-by-amazon .green-title-border__section .container {
        padding: 10px
    }
    .fulfilment-by-amazon .green-title-border__section .green-title-border__title {
        font-size: 16px;
        line-height: normal
    }
}
@media only screen and (max-width: 767px) {
    .international-fulfilment .top_block {
        position: relative;
        height: 450px;
        background-image: url(/front/img/top_img/mobile/international_mobile_top.svg) !important
    }
    .international-fulfilment .top_block .top_block__title {
        margin-top: -270px
    }
    .international-fulfilment .top_block__title-sub span {
        display: block
    }
    .international-fulfilment .blue-rounded-rectangle {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 0;
        padding-bottom: 0
    }
    .international-fulfilment .blue-rounded-rectangle.text .container {
        padding: 30px 22px;
        font-size: 16px;
        line-height: 180%
    }
    .international-fulfilment .blue-rounded-rectangle .container {
        margin-bottom: 0;
        padding: 55px 22px 39px 22px
    }
    .international-fulfilment .block_with_border {
        margin-top: 0;
        margin-bottom: 50px
    }
    .international-fulfilment .block_with_illustration {
        background-image: url(/front/img/ai_brr_bkg_mob.svg);
        background-repeat: repeat-x;
        background-size: auto;
        margin-top: 0;
        margin-bottom: 30px;
        padding: 0 8px;
        padding-top: 17px;
        padding-bottom: 150px
    }
    .international-fulfilment .section_with_browser {
        margin-top: 0;
        margin-bottom: 50px
    }
}
@media only screen and (max-width: 767px) {
    .crowdfunding-fulfilment .top_block {
        position: relative;
        height: 408px;
        background-image: url(/front/img/top_img/mobile/crowdfunding_mobile_top.svg) !important
    }
    .crowdfunding-fulfilment .top_block .top_block__title {
        margin-top: -162px
    }
}
@media only screen and (max-width: 767px)and (max-width: 425px) {
    .crowdfunding-fulfilment .top_block .top_block__title {
        font-size: 27px;
        line-height: 27px
    }
}
@media only screen and (max-width: 767px) {
    .crowdfunding-fulfilment .blue-rounded-rectangle {
        padding-bottom: 150px;
        background-image: url(/front/img/kp_tablet_road.svg);
        background-repeat: repeat-x;
        background-size: auto;
        background-position: bottom
    }
    .crowdfunding-fulfilment .blue-rounded-rectangle.first {
        padding-bottom: 150px;
        background-image: url(/front/img/kp_tablet_road.svg);
        background-repeat: repeat-x;
        background-size: auto;
        background-position: bottom
    }
    .crowdfunding-fulfilment .blue-rounded-rectangle.first .container {
        margin-top: 30px;
        margin-bottom: 0;
        padding: 54px 22px
    }
    .crowdfunding-fulfilment .blue-rounded-rectangle .container {
        margin-top: 30px;
        margin-bottom: 0;
        padding: 54px 22px
    }
}
@media only screen and (max-width: 767px) {
    .crowdfunding-fulfilment .two_cards.first .block__title {
        margin-bottom: 60px
    }
    .crowdfunding-fulfilment .two_cards .block__title {
        margin-bottom: 60px
    }
    .crowdfunding-fulfilment .two_cards .two_cards__item {
        margin-left: 10px;
        margin-right: -4px
    }
}
@media only screen and (max-width: 767px) {
    .crowdfunding-fulfilment .section_with_browser {
        background-size: 280px
    }
    .crowdfunding-fulfilment .section_with_browser.first {
        background-size: 258px;
        padding-bottom: 260px
    }
    .crowdfunding-fulfilment .section_with_browser.first .container {
        margin-right: 10px
    }
    .crowdfunding-fulfilment .section_with_browser .container {
        margin-right: 10px
    }
}
@media only screen and (max-width: 767px) {
    .order-fulfilment-for-startups .top_block {
        margin-top: 100px;
        position: relative;
        height: 408px;
        background-image: url(/front/img/top_img/mobile/startups_mobile_top.svg) !important
    }
    .order-fulfilment-for-startups .top_block .top_block__title {
        max-width: 310px;
        margin-top: -17vw;
        font-size: 30px;
        line-height: 32px
    }
    .order-fulfilment-for-startups .blue-rounded-rectangle {
        background-image: url(/front/img/ai_brr_bkg_mob.svg);
        background-repeat: repeat-x;
        background-size: auto;
        padding-bottom: 150px
    }
    .order-fulfilment-for-startups .blue-rounded-rectangle.text {
        padding-bottom: 0
    }
    .order-fulfilment-for-startups .blue-rounded-rectangle.text .container {
        padding: 33px 22px;
        border-radius: 47px
    }
    .order-fulfilment-for-startups .blue-rounded-rectangle .blue-rounded-rectangle__text {
        font-size: 16px;
        line-height: 180%
    }
    .order-fulfilment-for-startups .blue-rounded-rectangle .container {
        margin-top: 30px;
        margin-bottom: 0;
        padding: 55px 22px 39px 22px
    }
    .order-fulfilment-for-startups .two_cards .two_cards__item {
        margin-left: 12px;
        margin-right: -4px;
        margin-bottom: 60px
    }
    .order-fulfilment-for-startups .two_cards .two_cards__item .title {
        min-height: auto;
        font-size: 20px
    }
}
@media only screen and (max-width: 767px) {
    .e-commerce-fulfilment .top_block {
        position: relative;
        height: 408px;
        background-image: url(/front/img/top_img/mobile/ecommerce_mobile_top.svg) !important
    }
    .e-commerce-fulfilment .top_block .top_block__title {
        margin-top: -200px
    }
    .e-commerce-fulfilment .blue-rounded-rectangle {
        background-image: url(/front/img/kp_tablet_road.svg);
        background-repeat: repeat-x;
        background-size: auto;
        padding-bottom: 150px
    }
    .e-commerce-fulfilment .blue-rounded-rectangle .container {
        margin-bottom: 0;
        padding: 55px 22px 39px 22px
    }
    .e-commerce-fulfilment .two_cards.first {
        background-image: url(/front/img/kp_tablet_road.svg);
        background-repeat: repeat-x;
        background-size: auto;
        padding-bottom: 150px
    }
    .e-commerce-fulfilment .two_cards .two_cards__item {
        margin-left: 12px;
        margin-right: -4px;
        margin-bottom: 60px
    }
    .e-commerce-fulfilment .two_cards .two_cards__item .title {
        min-height: auto
    }
    .e-commerce-fulfilment .two_cards .block__title {
        margin-top: 30px;
        margin-bottom: 60px
    }
    .e-commerce-fulfilment .section_with_browser {
        margin-top: 0;
        padding-bottom: 315px;
        background-size: 269px;
        margin-bottom: 30px
    }
    .e-commerce-fulfilment .blue-rounded-rectangle.text {
        padding: 0 8px
    }
    .e-commerce-fulfilment .blue-rounded-rectangle.text .container {
        padding: 40px 22px
    }
    .e-commerce-fulfilment .blue-rounded-rectangle .container {
        border-radius: 47px
    }
    .e-commerce-fulfilment .blue-rounded-rectangle .blue-rounded-rectangle__text {
        font-size: 16px;
        line-height: 180%
    }
}
@media only screen and (max-width: 767px) {
    .retail-fulfilment .top_block {
        position: relative;
        height: 408px;
        background-image: url(/front/img/top_img/mobile/retail_mobile_top.svg) !important
    }
    .retail-fulfilment .top_block .top_block__title {
        margin-top: -200px
    }
    .retail-fulfilment .section_with_browser {
        background: url(/front/img/ai_brr_bkg_mob.svg) center bottom repeat-x transparent;
        background-size: auto;
        padding: 0 0 165px 0
    }
    .retail-fulfilment .section_with_browser.illustrated {
        background-size: auto, 290px;
        background-image: url(/front/img/kp_tablet_road.svg), url(/front/img/retail_ff_illsutration.svg);
        background-repeat: repeat-x, no-repeat;
        padding: 270px 0 165px 0
    }
    .retail-fulfilment .section_with_browser.illustrated .container {
        margin: 0
    }
}
@media only screen and (max-width: 767px) {
    .services-beyond-order-fulfilment .top_block {
        position: relative;
        height: 408px;
        background-image: url(/front/img/top_img/mobile/beyond_mobile_top.svg) !important
    }
    .services-beyond-order-fulfilment .top_block .top_block__title {
        margin-top: -200px
    }
    .services-beyond-order-fulfilment .two_cards .two_cards__item {
        margin-left: 10px;
        margin-right: 0;
        margin-bottom: 60px
    }
    .services-beyond-order-fulfilment .two_cards .two_cards__itemInner {
        padding: 72px 30px 30px 30px
    }
    .services-beyond-order-fulfilment .green-title__section {
        padding-bottom: 150px;
        background-image: url(/front/img/kp_tablet_road.svg);
        background-repeat: repeat-x;
        background-size: auto;
        background-position: bottom
    }
    .services-beyond-order-fulfilment .green-title__section .container {
        margin-bottom: 0
    }
}
@media only screen and (max-width: 767px) {
    .request-a-quote .top_block {
        position: relative;
        height: 408px;
        background-image: url(/front/img/top_img/mobile/request_mobile_top.svg) !important
    }
    .request-a-quote .top_block .top_block__title {
        margin-top: -200px
    }
    .request-a-quote .top_block__title {
        font-size: 30px;
        line-height: 35px;
        padding: 0 8px;
        margin-top: 75px
    }
    .request-a-quote .green-title__title {
        margin-bottom: 10px
    }
    .request-a-quote .green-title__section {
        margin: 30px auto
    }
    .request-a-quote .section_with_browser {
        padding-top: 0;
        margin-top: 0;
        background-image: url(/front/img/kp_tablet_road.svg), url(/front/img/raq_illustration.svg);
        background-position: center bottom, center 78%;
        background-repeat: repeat-x, no-repeat;
        background-size: auto, 299px;
        padding-bottom: 400px
    }
    .request-a-quote .quote-form-row {
        width: 100%
    }
    .request-a-quote .quote-form-row .half-width {
        width: 100%;
        padding: 0
    }
    .request-a-quote .quote-form-row .definition {
        text-align: center
    }
    .request-a-quote .quote-form-section {
        background-image: url(/front/img/ai_brr_bkg_mob.svg);
        background-repeat: repeat-x;
        background-size: auto;
        background-position: bottom
    }
}
@media only screen and (max-width: 767px) {
    .my-account .top_block .container {
        background-position-y: 235px
    }
    .my-account .top_block__title {
        height: 75px;
        flex-direction: column;
        font-size: 30px;
        line-height: 35px
    }
}
@media only screen and (max-width: 767px) {
    .client-support .top_block {
        position: relative;
        height: 408px;
        background-image: url(/front/img/top_img/mobile/support_mobile_top.svg) !important
    }
    .client-support .top_block .top_block__title {
        margin-top: -170px
    }
    .client-support .blue-rounded-rectangle {
        background-image: url(/front/img/ai_brr_bkg_mob.svg);
        background-repeat: repeat-x;
        background-size: auto;
        margin-top: 0;
        padding: 0 8px;
        padding-bottom: 150px
    }
    .client-support .blue-rounded-rectangle.text {
        background-image: url(/front/img/ai_brr_bkg_mob.svg);
        background-repeat: repeat-x;
        background-size: auto;
        margin-top: 0;
        padding: 0 8px;
        padding-bottom: 150px
    }
    .client-support .blue-rounded-rectangle.text .container {
        padding: 34px 22px
    }
    .client-support .blue-rounded-rectangle .container {
        margin-top: 30px;
        margin-bottom: 0;
        padding: 55px 22px 39px 22px
    }
    .client-support .blue-rounded-rectangle .blue-rounded-rectangle__text {
        font-size: 16px;
        line-height: 180%
    }
    .client-support .client-support-list-item-question {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 120%
    }
    .client-support .client-support-list-item-question:before {
        left: -53px;
        width: 33px;
        height: 32px;
        background-size: cover
    }
    .client-support .client-support-list-item {
        margin-bottom: 20px;
        padding-left: 53px
    }
    .client-support .client-support-list-item-answer {
        font-size: 12px;
        line-height: 170%
    }
    .client-support .client-support-list__title {
        margin: 15px 0;
        margin-bottom: 25px
    }
}
@media only screen and (max-width: 767px) {
    .tos .top_block {
        position: relative;
        height: 408px;
        background-image: url(/front/img/top_img/mobile/tos_mobile_top.svg) !important
    }
    .tos .top_block .top_block__title {
        margin-top: -170px
    }
    .tos .block__title {
        text-align: left
    }
    .header {
        padding: 10px 0px;
    }
    #not-identical,
    .note {
        font-size: 12px;
        margin-top: -5px;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 596px) {
    .my-account .top_block .container {
        width: 100%;
        background: transparent
    }
    .my-account .top_block__title {
        margin: 130px auto
    }
    .my-account .zombie_box {
        padding: 25px 15px;
        width: 100%
    }
    .my-account .zombie_box__inner:before {
        content: "";
        width: calc(100% + 6px);
        height: 300px;
        position: absolute;
        top: -300px;
        left: -3px;
        background: url(/front/img/top_img/mobile/my_account_mobile_top.svg) center bottom no-repeat transparent;
        background-size: 100%
    }
    .my-account .zombie_box form {
        width: 230px
    }
    .my-account .zombie_box form .notification-block {
        padding: 15px 8px
    }
    .my-account .zombie_box .input {
        text-align: center
    }
    .my-account .zombie_box .btn--shadow {
        padding: 8px 50px;
        width: 230px
    }
    .discover-the-world-with-us .top_block {
        background-size: 800px;
        background-position-x: calc(50% + 100px)
    }
    .discover-the-world-with-us .top_block__title {
        margin-top: 115px
    }
    .discover-the-world-with-us .top_block:before {
        bottom: 0
    }
}
@media only screen and (max-width: 576px) {
    .apply_form .custom-file button .inner.succ:after {
        content: "Upload Completed";
        display: -webkit-box;
        position: absolute;
        float: left;
        width: calc(100% - 90px);
        height: 40px;
        background: #fff;
        color: #46ac97;
        font-size: 14px;
        line-height: 40px;
        left: 0;
        top: -6px
    }
    .apply_form .custom-file button .inner.succ strong {
        max-width: 75px
    }
}
@media only screen and (max-width: 425px) {
    .top_block__title {
        font-size: 30px;
        line-height: 33px
    }
    .apply_form .cv-uploader {
        width: 110%;
        margin-left: -5%
    }
    .apply_form .cv-uploader .custom-file button .inner.succ:after {
        top: -8px
    }
    .apply_form .custom-file .select-file:before {
        left: 0
    }
    .apply_form .custom-file .select-file .inner {
        left: 39px;
        width: calc(100% - 42px)
    }
    .apply_form .custom-file .progress {
        left: 37px;
        right: 101px
    }
    .artificial-intelligence .top_block .top_block__title {
        margin-top: -62vw
    }
    .order-fulfilment-for-startups .top_block {
        height: 120vw
    }
    .order-fulfilment-for-startups .top_block .top_block__title {
        margin-top: 0
    }
    .commerce-edi .top_block {
        height: 450px;
        align-items: flex-start
    }
    .commerce-edi .top_block__title {
        margin-top: calc(10vw + 10px)
    }
    .fulfilment-by-amazon .top_block {
        height: 500px;
        align-items: flex-start
    }
    .fulfilment-by-amazon .top_block .top_block__title {
        margin-top: 18%
    }
}
@media only screen and (max-width: 374px) {
    .international-fulfilment .top_block__title-sub span {
        display: block
    }
    .international-fulfilment .section_with_browser {
        padding-bottom: 350px;
        background-size: 300px;
        background-position: center bottom
    }
}
@-moz-document url-prefix() {
    .frontpage .right_airscrew, .frontpage .left_airscrew {
        fill: none;
        stroke-dasharray: 40 40;
        stroke-dashoffset: 0;
        animation: pathAnimate .15s linear infinite
    }
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .frontpage .right_airscrew, .frontpage .left_airscrew {
        fill: none;
        stroke-dasharray: 40 40;
        stroke-dashoffset: 0;
        animation: pathAnimate .15s linear infinite
    }
}
@supports (-ms-ime-align: auto) {
    .frontpage .right_airscrew, .frontpage .left_airscrew {
        fill: none;
        stroke-dasharray: 40 40;
        stroke-dashoffset: 0;
        animation: pathAnimate .15s linear infinite
    }
}
@keyframes clockwise {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
@keyframes anticlockwise {
    0% {
        transform: rotate(360deg)
    }
    100% {
        transform: rotate(0deg)
    }
}
.preloader {
    position: fixed;
    z-index: -10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .5);
    transition: .3s ease-in-out
}
.preloader .loading {
    animation: clockwise 1.5s linear infinite;
    display: block;
    height: 2em;
    position: relative;
    width: 2em
}
.preloader .loading, .preloader .loading:before, .preloader .loading:after {
    border: .2em solid transparent;
    border-radius: 50%;
    border-top-color: #46ac97;
    margin: auto
}
.preloader .loading:before, .preloader .loading:after {
    content: "";
    position: absolute
}
.preloader .loading:before {
    animation: anticlockwise .9s linear infinite;
    top: -0.6em;
    right: -0.6em;
    bottom: -0.6em;
    left: -0.6em
}
.preloader .loading:after {
    animation: anticlockwise .66s linear infinite;
    top: .3em;
    right: .3em;
    bottom: .3em;
    left: .3em
}

/*# sourceMappingURL=main.css.map */
/*New form part*/
.text-center {
    text-align: center;
}
/*.apply_form .form_container {*/
/*    max-width: 920px;*/
/*    margin: 0 auto 0;*/
/*    padding: 20px 15px 20px 15px;*/
/*}*/
.apply_form .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
}
.apply_form .input-placeholder {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.poll-row .input-placeholder {
    display: block !important;
    border: 1px solid #eee;
    border-radius: 8px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    background: rgba(255,255,255,.5);
    box-shadow: 1px 2px rgba(0,0,0,.15);
}
@media screen and (min-width: 1024px){
    .apply_form .half-width {
        width: 50%;
    }
    .apply_form .poll-row .half-width {
        width: 49%;
    }
    .poll-row .input-placeholder {
        width: 100%;
    }
}
.poll-row li input[type=radio],
.poll-row li input[type=checkbox] {
    display: inline-block;
    margin-right: 8px;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}
.apply_form .input-placeholder li {
    list-style: none;
}
.poll-row .input-placeholder label {
    padding-bottom: 8px;
    display: inline-block;
    font-weight: 600;
}
.apply_form select,
.apply_form input[type=tel],
.apply_form input[type=email],
.apply_form input[type=text] {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    display: block;
    order: 2;
    width: 100%;
    padding: 11px 10px;
    -o-transition: border-color 0.5s 0.5s ease;
    -webkit-transition: border-color 0.5s 0.5s ease;
    transition: border-color 0.5s 0.5s ease;
    color: #5A5A5A;
    border: 1px solid #5A5A5A;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: sans-serif;
    background-color: #fff;
}
.apply_form input[type=tel]:not(.zip) {
    width: -webkit-calc(88% - 10px);
    width: calc(88% - 10px);
    margin-left: 10px;
}
.apply_form select {
    cursor: pointer;
    white-space: normal;
    color: #5A5A5A;
}
.apply_form .input-placeholder__input::-webkit-input-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #5A5A5A;
}
.apply_form .input-placeholder__input::-moz-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #5A5A5A;
}
.apply_form .input-placeholder__input:-ms-input-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #5A5A5A;
}
.apply_form .input-placeholder__input:-moz-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #5A5A5A;
}
.apply_form input:focus::-webkit-input-placeholder {
    color: transparent;
}
.apply_form input:focus::-moz-placeholder {
    color: transparent;
}
.apply_form input:focus:-ms-input-placeholder {
    color: transparent;
}
.apply_form input:focus:-moz-placeholder {
    color: transparent;
}
.form-tabs {
    position: relative;
    clear: both;
    margin: 0 0 0;
    /*overflow: hidden;*/
}
.form-tabs .tab {
    padding-top: 24px;
}
.form-tabs .tab > label {
    margin: 0 auto 24px;
    width: 200px;
    display: block;
    padding: 8px 20px;
    text-align: center;
}
.form-tabs .tab > [type=radio] {
    display: none;
}
.form-tabs .content {
    display: none;
}
.form-tabs .tab > [type=radio]:checked ~ label {
    display: none;
}
.form-tabs .tab > [type=radio]:checked ~ label ~ .content {
    display: block;
}
.sub-lable {
    font-size: 90%;
}
.citizenship label {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.apply_form .input-placeholder {
    flex-wrap: wrap;
}
.apply_form .input-placeholder__placeholder {
    flex: 0 0 100%;
}
.submit_wrapper {
    width: 100% !important;
}
.apply_form input.phone-row-static-input {
    width: 12% !important;
}
.apply__uploader-wr .container {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 15px 0 15px;
}
/*End New form part*/
.video-wr {
    margin-bottom: 80px;
}
.video-wr video {
    width: 100%;
    max-width: 720px;
    display: block;
    margin: 0 auto;
}
.video-wr h2 {
    margin-bottom: 24px !important;
}
.apply_form .apply__uploader_resume {
    padding-bottom: 20px;
}
.apply_form .submit_wrapper:before {
    display: none;
}
.apply_form .form-row .phone-row-static-input {
    margin-right: 0;
}
.apply_form .submit_wrapper .alert {
    margin-top: 0;
}
