@font-face {
    font-family: 'Neuzeit';
    src: url("../fonts/neuzeit.woff2") format("woff"),
    url("../fonts/neuzeit.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
body {
    margin: 0;
    padding: 0;
    background: #F2F6F9;
    font-size: 18px;
    line-height: 130%;
    color: #313132;
    position: relative;
    font-family: 'Neuzeit', sans-serif;
    counter-reset: section;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus,
*:active {
    outline: none;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
a {
    color: #313132;
}
em {
    font-style: normal;
}
textarea,
select,
*[type=tel],
*[type=text],
*[type=email],
*[type=number],
*[type=password] {
    background: transparent;
    padding: 0 19px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    height: 48px;
    font-family: 'Neuzeit', sans-serif;
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
}
textarea:focus,
*[type=tel]:focus,
*[type=text]:focus,
*[type=email]:focus,
*[type=number]:focus,
*[type=password]:focus {
    background: #fff !important;
    border-color: #47D8BF;
}
.input-placeholder {
    margin-bottom: 14px;
}
textarea {
    height: 148px;
    resize: none;
    padding: 12px 19px;
}
select {
    background: url(../img/chevron.svg) no-repeat right 10px center;
    cursor: pointer;
}
select:focus {
    background: #fff !important;
    border-color: #47D8BF;
}
select option:checked,
select option:hover {
    box-shadow: 0 0 10px 100px rgba(184, 220, 231, 0.54) inset !important;
    background: rgba(184, 220, 231, 0.54) !important;
}
.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1310px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.row {
    margin-left: -20px;
    margin-right: -20px;
}
.flex.space {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex.middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex.center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex.column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flex.nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex.column.middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex.end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex.reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.column.reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.text-center {
    text-align: center;
}
.logo img {
    max-width: 100%;
}
body.loading {
    pointer-events: none;
    user-select: none;
}
body.loading * {
    user-select: none;
    user-focus: none;
}
body.loading > .preloader {
    z-index: 9999999;
    opacity: .8;
}
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;
}
.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: #fff;
    transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ldio-13fek2psjp7o {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
}
.ldio-13fek2psjp7o div {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(80px, 80px) scale(1);
    background: #002E5B;
    animation: ldio-13fek2psjp7o 5.8823529412s infinite cubic-bezier(0, 0.5, 0.5, 1);
    box-sizing: content-box;
}
.ldio-13fek2psjp7o div:nth-child(1) {
    background: #3e3f41;
    transform: translate(148px, 80px) scale(1);
    animation: ldio-13fek2psjp7o-r 1.4705882353s infinite cubic-bezier(0, 0.5, 0.5, 1), ldio-13fek2psjp7o-c 5.8823529412s infinite step-start;
}
.ldio-13fek2psjp7o div:nth-child(2) {
    animation-delay: -1.4705882353s;
    background: #002E5B;
}
.ldio-13fek2psjp7o div:nth-child(3) {
    animation-delay: -2.9411764706s;
    background: #3e3f41;
}
.ldio-13fek2psjp7o div:nth-child(4) {
    animation-delay: -4.4117647059s;
    background: #ffbf1a;
}
.ldio-13fek2psjp7o div:nth-child(5) {
    animation-delay: -5.8823529412s;
    background: #3bbfdf;
}
.loadingio-spinner-ellipsis-f01ejbej14b {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: transparent;
}
.loading2 .cv-uploader {
    position: relative;
}
.loading2 .cv-uploader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(255, 255, 255, .8);
}
@keyframes ldio-13fek2psjp7o {
    0% {
        transform: translate(12px, 80px) scale(0);
    }
    25% {
        transform: translate(12px, 80px) scale(0);
    }
    50% {
        transform: translate(12px, 80px) scale(1);
    }
    75% {
        transform: translate(80px, 80px) scale(1);
    }
    100% {
        transform: translate(148px, 80px) scale(1);
    }
}
@keyframes ldio-13fek2psjp7o-r {
    0% {
        transform: translate(148px, 80px) scale(1);
    }
    100% {
        transform: translate(148px, 80px) scale(0);
    }
}
@keyframes ldio-13fek2psjp7o-c {
    0% {
        background: #002E5B;
    }
    25% {
        background: #3bbfdf;
    }
    50% {
        background: #ffbf1a;
    }
    75% {
        background: #3e3f41;
    }
    100% {
        background: #002E5B;
    }
}
a {
    text-decoration: none;
}
p {
    margin: 0 0 20px;
}
* > p:last-child {
    margin-bottom: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
.btn {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    border: 2px solid #47D8BF;
    padding: 10px 26px 12px;
    font-weight: 500;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer;
    display: inline-block;
    background: #47D8BF;
    text-align: center;
}
.btn:hover {
    opacity: .9;
}
.btn-2 {
    background: #002E5B;
    color: #fff;
    border-color: #002437;
}
.btn-2:hover {
    background: #fff;
    color: #333 !important;
    border-color: #47D8BF;
}
.btn-3 {
    background: #002437;
    color: #fff;
    position: relative;
    line-height: 52px;
    padding: 0 24px;
    border: 0;
}
.btn-3:hover {
    background: #002E5B;
    color: #fff !important;
    border-color: #002437;
}
.btn-4 {
    position: relative;
    line-height: 52px;
    background: #fff;
    color: #002437;
    padding: 0 24px;
    border: 0;
}
.btn-3:after,
.btn-4:after {
    content: '';
    display: inline-block;
    margin-left: 16px;
    width: 15px;
    height: 12px;
    vertical-align: middle;
    background: url(../img/arr-r-gr.svg) no-repeat center center;
}
.check .custom-checkbox:before {
    content: url(../img/tick.svg);
    position: absolute;
    left: 1px;
    top: -2px;
    width: 10px
}
/*Header*/
.header {
    display: flex;
    padding: 28px 0;
    font-size: 16px;
    position: fixed;
    width: 100%;
    z-index: 5;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
}
.header.nav-up {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.header.nav-down,
.header.sticky {
    background-color: #fff;
}
.header .acc-close-btn {
    text-align: right
}
.header .logo {
    position: absolute;
    left: 0;
    top: 47%;
    transform: translateY(-50%);
    width: 145px
}
.header .logo img {
    display: block;
    max-width: 100%
}
.header .header__nav_wr {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.header .header__nav_list {
    display: flex
}
.header .drop-item_nav {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility 0s linear .3s;
    background: #fff;
    z-index: 2;
    width: 400px;
    box-shadow: 0px 7px 25px -3px
}
.header .drop-item_nav li {
    padding: 0;
    white-space: nowrap
}
.header .drop-item_nav li a {
    display: block;
    padding: 10px 20px 10px;
}
.header .header__nav_list > li.active > a,
.header .header__nav_list > li.active > span {
    border-bottom: 1px solid #47D8BF;
}
.header .header__nav_list li li.active > a {
    color: #000;
    background: #47D8BF;
}
.header .drop-item_nav li:hover > a {
    background: #47D8BF;
}
.header__drop_item a {
    color: #313132;
}
.header__drop_item a:hover {
    text-decoration: none;
}
.header__drop_item > a,
.header__drop_item > span {
    position: relative;
    z-index: 2;
    color: #313132;
    padding: 7px 12px;
    line-height: 20px;
    display: block;
}
.header__nav_btns {
    margin-right: 19px;
}
.header__drop_item > span {
    background: url(../img/ico-chevron.svg) no-repeat right 12px top 55%;
    padding-right: 32px;
}
.header__content {
    position: relative;
}
.link-support span {
    display: inline-block;
    background: url(../img/ico-user.svg) no-repeat left center;
    padding-left: 25px;
}
.account_head > span {
    background: url(../img/ico-account.svg) no-repeat left center;
    padding-left: 21px;
}
.header .header__drop_item:nth-last-child(1),
.header .header__drop_item:nth-last-child(2) {
    margin-left: 24px;
}
.header .header__drop_item:nth-last-child(1) a,
.header .header__drop_item:nth-last-child(2) a {
    padding-left: 14px;
    padding-right: 14px;
    color: #fff;
}
.header .login-form {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    box-shadow: 0px 20px 70px rgba(0, 0, 0, .25);
    padding: 40px 32px 25px;
    background: #fff;
    top: 58px;
    right: 0;
    transition: .3s linear;
    width: 300px;
}
.header .login-form a {
    display: block;
    color: #000;
}
.header .login-form a:hover {
    color: #333;
    text-decoration: underline;
}
.header .login-form .login-form_remember {
    display: block;
    color: #000;
    font-size: 11px;
    display: flex;
    position: relative;
    padding-left: 0px;
    cursor: pointer
}
.header .login-form .login-form_remember .custom-checkbox {
    display: block;
    position: relative;
    background: #002E5B;
    width: 14px;
    height: 14px;
    left: 0;
    top: 3px;
    margin-right: 10px
}
.header .login-form input {
    display: block
}
.header .login-form input[type=text], .header .login-form input[type=password] {
    width: 100%;
    line-height: 175%;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 0px
}
.header .login-form .custom-checkbox_label {
    display: block
}
.header .login-form .login-form_title {
    color: #212121;
    text-align: center;
    display: block
}
.header .login-form .btn {
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    margin-top: 16px;
    width: 100%
}
.header .login-form .btn-2 {
    color: #fff;
}
.error-login {
    font-size: 12px;
    text-align: center;
    background-color: #da6868;
    border-color: #da6868;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding: .5rem .5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    margin-top: 15px
}
.header__navigation {
    margin: 0 50px 0 auto;
}
.header .header__drop_item {
    cursor: pointer;
    position: relative;
}
.header .header__drop_item:hover .drop-item_nav {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}
.header .header__pricing {
    margin-right: 20px
}
.header .btn {
    display: flex;
    align-items: center
}
.header .btn img {
    display: none
}
.header .header__link {
    padding: 21px 0;
    overflow: hidden;
    display: inline-block;
    margin: -21px 0
}
.header .header__link:first-child {
    margin: -21px 10px -21px 0
}
.header .header__link span {
    position: relative
}
.header .account_desktop {
    padding: 0;
    transition: .3s linear;
    position: relative;
    cursor: pointer
}
.header .login-form-mobile {
    position: absolute;
    opacity: 0;
    pointer-events: none
}
.header .account_desktop.open-form .login-form {
    opacity: 1;
    pointer-events: auto
}
.header .acts {
    padding-top: 20px;
    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: center;
    -ms-flex-align: center;
    align-items: center
}
.acts * {
    font-size: 12px;
}
.mobile_menu {
    transform: translateY(-100%);
    transition: .3s linear;
    display: none
}
.top_block {
    position: relative;
    z-index: 0;
    padding-top: 94px;
}
.apply_form .top_block {
    margin-bottom: 60px;
}
.top_block + * {
    position: relative;
    z-index: 2;
}
.top_block .container {
    position: relative;
}
.top_block__illustration-wrapper {
    height: 764px;
    position: relative;
}
.apply_form .top_block__illustration-wrapper {
    height: 440px;
}
body > div[class*='16777270'] {
    display: none !important;
}
.top_block__illustration-wrapper .top_block__inner {
    width: 1180px;
    max-width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 18%;
}
.top_block__title {
    font-size: 64px;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 7%;
    font-weight: 400;
}
.top_block__title .regular {
    font-weight: 400;
}
.apply_form .top_block__title {
    margin-bottom: 40px;
    position: relative;
    padding: 0;
}
.apply_form .top_block__title:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    max-width: 80%;
    height: 28px;
    left: 50%;
    bottom: 6px;
    width: 700px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #47D8BF;
}
.apply_form .top_block__illustration-wrapper:after {
    border-radius: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.title-decored .container {
    position: relative;
}
.title-decored .title {
    font-size: 16px;
    line-height: 18px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    bottom: 20px;
    left: -14px;
    transform-origin: left;
    z-index: 1;
}
.start_now.title-decored .title {
    left: 20px
}
.title-decored .title span {
    color: #47D8BF;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.title-decored .title span:before {
    counter-increment: section;
    content: counter(section, decimal-leading-zero);
}
.title-decored.title-left-top .title {
    -webkit-transform: rotate(-90deg) translate(-100%, 0px);
    -moz-transform: rotate(-90deg) translate(-100%, 0px);
    -ms-transform: rotate(-90deg) translate(-100%, 0px);
    transform: rotate(-90deg) translate(-100%, 0px);
    top: 0;
    bottom: auto;
    transform-origin: left bottom;
    white-space: nowrap;
    width: auto;
    left: -5px;
}
.title-decored.title-left-top .title:before {
    content: '';
    display: inline-block;
    width: 200px;
    height: 10px;
    background: url(../img/ico-dots-2.svg) no-repeat right center;
    position: relative;
    margin-right: 10px;
}
.top_block__illustration-inner {
    height: 100%;
    background: #002E5B;
}
.top_block__illustration-inner img {
    display: block;
    margin: 0 0 0 auto;
    max-width: 100%;
    height: 100%;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.tos-block {
    margin-bottom: 80px;
}
.tos-block .common-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #000;
    margin-bottom: 30px;
}
.tos-block__inner {
    padding: 60px 7%;
    background: #fff;
}
.menu_toggle {
    position: relative;
    width: 30px;
    height: 30px;
}
.menu_toggle:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: #313132;
    box-shadow: 0 -8px 0 #313132, 0 8px 0 #313132;
}
.menu_toggle {
    display: none;
}
/*End Header*/
/*Content*/
.main {
    overflow: hidden;
}
.content {
    position: relative;
    z-index: 1;
}
.title {
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 40px;
    margin-top: 0;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    color: #313132;
}
.fulfilment-by-amazon .title {
    color: #000;
}
.title-2 {
    position: relative;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 24px;
    color: #000;
}
.title-3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    color: #313132;
    margin-bottom: 24px;
}
.title-4 {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    text-transform: capitalize;
    color: #313132;
    margin-bottom: 24px;
}
.title-5 {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #333333;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.support-block {
    overflow: hidden;
    background: rgba(35, 54, 67, 0.75) url(../img/ico-dots-4.svg) no-repeat left bottom -60px;
}
.bottom-part {
    padding: 80px 0;
}
.commerce-edi .info_section {
    margin-bottom: 80px;
}
.e-commerce-fulfilment .text-img .block_with_illustration__content .text_wr,
.order-fulfilment-for-startups .text-img .block_with_illustration__content .text_wr,
.commerce-edi .text-img:not(.b-2) .block_with_illustration__content .text_wr {
    padding-top: 150px;
    padding-bottom: 150px;
}
.commerce-edi .step_list {
    margin-bottom: 80px;
}
.commerce-edi .step_list__content > * {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    background: none;
    padding: 60px 24px;
    border: 1px solid #002E5B;
}
.commerce-edi .step_list__content .img {
    margin-bottom: 32px;
    height: 85px;
}
.commerce-edi .step_list__content img {
    margin: 0 auto;
}
.commerce-edi .sub {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}
.retail-fulfilment .info_section_content {
    padding-bottom: 0;
}
.retail-fulfilment .blue-parallax2 .info_section_content {
    padding-top: 0;
}
@media screen and (min-width: 1024px) {
    .retail-fulfilment .blue-parallax1 .info_section_content {
        padding-left: 50%;
        position: relative;
    }
    .retail-fulfilment .blue-parallax1 .info_section_content:before {
        content: '';
        display: block;
        position: absolute;
        background: url(../img/ico-dots.svg) no-repeat center center;
        width: 300px;
        height: 300px;
        left: 0;
        top: 50%;
        border-radius: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}
.commerce-edi .info_section_content {
    border: 0;
    padding: 0;
}
.empowering-developers .step_list {
    background: none;
    padding: 0;
}
.info_section_content .title {
    max-width: 550px;
    font-size: 24px;
    margin-bottom: 36px;
    line-height: 130%;
}
.info_section_content .sub {
    max-width: 550px;
    font-size: 24px;
    line-height: 130%;
}
.info_section__list {
    padding-left: 0;
}
.info_section__list-item {
    position: relative;
    margin-bottom: 10px;
    line-height: 180%;
    padding-left: 36px;
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
}
.info_section__list-item:before {
    position: absolute;
    left: 0;
    content: '' !important;
    top: 13px;
    width: 26px;
    background: #47D8BF;
    height: 4px;
}
.retail-fulfilment .info_section__list-item,
.resource .info_section__list-item {
    width: 100%;
}
.resource .info_section__list-item:before {
    content: url(../img/check-1.svg);
}
.commerce-edi .resource__content {
    padding-top: 0;
}
.step_list .title-2 {
    ont-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #002437;
}
.artificial-intelligence .step_list .title-2 {
    font-size: 34px;
    line-height: 46px;
    color: #333;
}
.step_list.yellow .step_list__content img {
    margin: 0 auto;
}
.empowering-developers .step_list .title-2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #002437;
}
.step_list.yellow .step_list__itemInner {
    height: 100%;
}
.fulfilment-by-amazon .block_with_illustration {
    margin-bottom: 40px;
}
.fulfilment-by-amazon .block_with_illustration__content img {
    margin: 0 auto;
}
.fulfilment-by-amazon .green-title-border__section {
    background: #E9EDF7;
    padding: 40px 0 36px;
}
.fulfilment-by-amazon .green-title-border__section .title {
    margin: 0;
}
.fulfilment-by-amazon .green-block__section {
    padding: 20px 0 0;
}
.fulfilment-by-amazon .green-block__section .el {
    margin-bottom: 36px;
}
.fulfilment-by-amazon .green-block__section .green-block {
    margin-bottom: 24px;
    background: #FFFFFF;
    border: 6px solid #fff;
    border-radius: 6px;
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    padding: 60px 24px;
    position: relative;
    text-align: center;
}
.fulfilment-by-amazon .green-block__section .green-block:last-child {
    margin-left: auto;
    margin-right: auto;
}
.fulfilment-by-amazon .green-block__section .first .green-block {
    background: transparent;
}
.fulfilment-by-amazon .ship__block {
    padding-top: 26px;
    margin-bottom: 80px;
}
.fulfilment-by-amazon .ship__block .title {
    margin-bottom: 18px;
}
.fulfilment-by-amazon .plan_cards__block .plan_cards__item {
    margin-bottom: 24px;
    background: none;
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    background: #fff;
    border: 0;
    padding: 60px 24px;
}
.fulfilment-by-amazon .plan_cards__block .plan_cards__item:last-child {
    margin: 0 auto 24px;
}
.fulfilment-by-amazon .plan_cards {
    padding-bottom: 0;
    padding-top: 0;
}
.fulfilment-by-amazon .plan_cards__block .img {
    margin-bottom: 24px;
}
.fulfilment-by-amazon .plan_cards__block img {
    margin: 0 auto;
}
.fulfilment-by-amazon .plan_cards__block .title-2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #002437;
    margin-bottom: 24px;
}
.international-fulfilment .text-img + .text-img {
    margin-top: 40px;
}
.international-fulfilment .international-fulfilment_block {
    background: #E9EDF7;
    padding: 56px 0;
    margin-bottom: 80px;
}
.international-fulfilment .step_list-top .text_wr > * {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
}
.international-fulfilment .block_with_illustration-mid {
    background: #E9EDF7;
}
.international-fulfilment .block_with_illustration-mid .block_with_illustration__content > * {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
}
.international-fulfilment .step_list-bot {
    margin-bottom: 80px;
    padding-top: 120px;
}
.international-fulfilment .step_list-bot .text_wr > * {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
}
.common-title {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 24px;
    display: inline-block;
    width: 100%;
    font-weight: 400;
}
.green-title {
    font-size: 18px;
    font-weight: 600;
}
.international-fulfilment .order-fulfillment-ist .order-fulfillment-ist_block {
    padding: 80px 0;
}
.order-fulfillment-ist_block .order-fulfillment-ist_block__list {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
}
.crowdfunding-fulfilment .info_section {
    padding-bottom: 80px;
}
.crowdfunding-fulfilment .info_section.bot {
    padding-bottom: 0;
}
.crowdfunding-fulfilment .partner,
.international-fulfilment .bottom-section-wrap {
    padding: 32px 0 32px;
    position: relative;
    margin-bottom: 0 !important;
}
.crowdfunding-fulfilment .partner {
    padding: 95px 0 95px;
}
.client-support .bottom-section-wrap .text-left,
.order-fulfilment-for-startups .bottom-section-wrap .text-left,
.international-fulfilment .bottom-section-wrap .text-left {
    max-width: 630px;
    padding: 32px;
    border: 12px solid #fff;
    margin: 0;
    text-align: center;
}
.client-support .client-support-list {
    margin-bottom: 60px;
}
.partner .container {
    position: relative;
    z-index: 1;
}
.crowdfunding-fulfilment .plan_cards.mid {
    padding-top: 80px;
}
.crowdfunding-fulfilment .plan_cards .title-4 {
    margin-bottom: 12px;
}
.crowdfunding-fulfilment .plan_cards.mid .top {
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgba(242, 241, 237, .55);
    margin-bottom: 80px;
}
.crowdfunding-fulfilment .plan_cards.mob-pt-40 .plan_cards__item {
    background: #fff;
    padding-top: 24px;
}
.crowdfunding-fulfilment .plan_cards.mid .plan_cards__item:nth-child(2),
.crowdfunding-fulfilment .plan_cards.mob-pt-40 .plan_cards__item:nth-child(2) {
    color: #fff;
    background: rgba(35, 54, 67, 0.75);
}
.crowdfunding-fulfilment .plan_cards.mid .common-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #002437;
    margin-bottom: 14px;
}
.crowdfunding-fulfilment .plan_cards.mid .common-title,
.crowdfunding-fulfilment .plan_cards.mid .img {
    margin-bottom: 18px;
}
.crowdfunding-fulfilment .plan_cards.mid .plan_cards__block {
    margin-bottom: 36px;
}
.order-fulfilment-for-startups .partner {
    padding: 160px 0 170px;
}
.start_now .container {
    padding: 200px 0 130px;
    position: relative;
}
.partner .title-2 {
    color: #fff;
}
.partner {
    padding: 130px 0 130px;
    margin-top: 60px;
}
.partner__block,
.partner__content,
.left-call-us {
    max-width: 422px;
    margin: 0 auto;
}
.partner__content a {
    font-weight: 600;
    color: #47D8BF;
}
.call-us__text,
.start_now .text {
    margin-bottom: 46px;
}
.start_now .btn + * {
    margin-top: 40px;
}
.faq-section {
    position: relative;
}
.faq-section .dyk .container {
    padding-top: 50px;
}
.faq-section .dyk .container:before {
    content: '';
    position: absolute;
    display: block;
    width: 300px;
    height: 300px;
    background: url(../img/ico-dots.svg) no-repeat center center;
    right: 103%;
    top: 75px;
}
.dyk {
    margin-bottom: 80px;
}
.dyk-inner {
    margin: 0 auto 40px;
}
.dyk-description {
    padding-bottom: 40px;
}
.feedback-landscape {
    min-height: 370px;
}
.feedback-landscape-container {
    padding: 40px 4.5% 40px 4.5%;
    box-shadow: 1px 9px 27px 9px rgba(141, 141, 141, 0.25);
    z-index: 2;
    margin: 0 auto;
    background: #fff;
    max-width: 52%;
}
.feedback-landscape .container {
    position: relative;
    padding-top: 77px;
    padding-bottom: 77px;
}
.feedback-landscape-container .bot {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
}
.feedback-landscape-container .info {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    padding: 12px;
    left: 20%;
}
.feedback-landscape-container img {
    width: 100%;
    height: auto;
}
.feedback-landscape-info {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
}
.feedback-landscape-info-text {
    position: relative;
}
.feedback-landscape-info-text:before,
.feedback-landscape-info-text:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 22px;
    background: url(../img/ico-quotes.svg) no-repeat center top;
}
.feedback-landscape .name {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-transform: capitalize;
}
.feedback-landscape .position {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
}
.feedback-landscape-info .inner {
    max-width: 488px;
    margin: 0 auto;
}
.feedback-landscape-info .title {
    margin-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase;
}
.feedback-landscape-info-position {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.support-form-wrap {
    padding-left: 7%;
    background: #fff;
    position: relative;
}
.support-form-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 50vw;
    background: #fff;
}
.customer-support {
    padding: 55px 0;
    background: url(../img/footer-decor.png) no-repeat left top;
}
.subscribe-section .title-2:after {
    display: none;
}
.customer-support-container {
    position: relative;
}
.customer-support__description * {
    color: #fff;
}
.customer-support__wr > * {
    width: 50%;
    padding-top: 110px;
    padding-bottom: 110px;
}
.customer-support__description > p {
    max-width: 488px;
    margin-bottom: 12px;
}
.customer-support__phone a {
    ont-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 46px;
    color: #333333;
}
.customer-support__hint {
    font-weight: 600;
}
.subscribe__title {
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 56px;
}
.customer-support-subscription-form *[type="text"] {
    height: 48px;
    padding: 0;
    background: #fff;
    padding-left: 8px;
    width: 100%;
    max-width: 415px;
    display: block;
    margin-bottom: 28px;
    color: #000;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
}
.block_with_illustration.b-1 {
    padding: 115px 0;
}
.text-img {
    overflow: hidden;
}
.text-img .text_wr {
    width: 75%;
}
.text-img:not(.inline) .block_with_illustration__content .text_wr {
    width: 75%;
    padding: 70px 7% 70px 0;
    background: #fff;
    position: relative;
}
.text-img.img-right .block_with_illustration__content .text_wr {
    padding: 70px 0 70px 7%;
    margin: 0 0 0 auto;
}
@media screen and (min-width: 1024px) {
    .text-img.inline .block_with_illustration__content > * {
        width: 50%;
    }
}
.text-img .img {
    margin-top: -40px;
}
.text-img.img-right .img {
}
.text-img:not(.inline) .block_with_illustration__content .text_wr:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #fff;
    right: 100%;
}

.text-img.img-right .block_with_illustration__content .text_wr:before {
    left: 100%;
}
.distribution-warehousing .text-img .block_with_illustration__content .text_wr {
    background: transparent;
}
.distribution-warehousing .text-img.img-right .block_with_illustration__content .text_wr:before {
    background: url(../img/img-52.png) repeat left top;
    left: 0;
    z-index: -1;
}
.distribution-warehousing .text-img:not(.img-right) .block_with_illustration__content .text_wr:before {
    background: url(../img/img-52.png) repeat left top;
    right: 0;
    z-index: -1;
}
.distribution-warehousing .text-img {
    margin-bottom: 40px;
}
.distribution-warehousing .text-img img {
    margin: 0 -40px 0 auto;
}
.distribution-warehousing .text-img.img-right img {
    margin: 0 auto 0 -40px;
}
.distribution-warehousing .info_section_content {
    border: 12px solid #FFFFFF;
    padding: 30px 60px;
}
.distribution-warehousing .blue-parallax {
    margin-bottom: 80px;
}
.distribution-warehousing .timeline_list__list {
    padding: 44px 13%;
    background: url(../img/img-52.png) repeat left top;
}
.text-img .block_with_illustration__content .img {
    position: relative;
}
.text-img iframe,
.text-img img {
    display: block;
    margin: 0 0 0 -40px;
}
.text-img.img-right .img {
    order: 2;
}
.text-img.img-right iframe,
.text-img.img-right img {
    margin: 0 -40px 0 auto;
}
.slides {
    overflow: hidden;
    margin: 80px 0;
}
.about_contact-form {
    max-width: 412px;
    margin: 0;
}
.text_after_subtitle {
    position: relative;
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}
.step_list {
    padding: 60px 0 24px;
}
.order-processing .step_list .two_cards__block {
    margin-top: 80px;
    padding-bottom: 76px;
}
@media screen and (min-width: 1200px ) {
    .order-processing .step_list .two_cards__block {
        margin-left: -80px;
    }
}
.retail-fulfilment .step_list__content,
.our-key-principles .step_list__content {
    column-gap: 24px;
}
.step_list__item {
    width: -webkit-calc(33.33333% - 24px * 2 / 3);
    width: calc(33.33333% - 24px * 2 / 3);
    margin-bottom: 24px;
}
.order-fulfilment-for-startups .step_list__item,
.web-based-software .step_list__item,
.artificial-intelligence .step_list__item {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
}
.order-processing .step_list {
    padding: 0;
    background: url(../img/ico-dots.svg) no-repeat left bottom;
}
@media screen and (min-width: 1200px) {
    .services-beyond-order-fulfilment .step_list__content,
    .order-fulfilment-for-startups .step_list__content,
    .web-based-software .two_cars__content,
    .artificial-intelligence .two_cars__content {
        padding-left: 7%;
    }
}
.services-beyond-order-fulfilment .step_list__content,
.order-fulfilment-for-startups .step_list__content {
    position: relative;
}
.services-beyond-order-fulfilment .step_list__content:before,
.order-fulfilment-for-startups .step_list__content:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/ico-dots.svg) no-repeat center center;
    width: 300px;
    height: 300px;
    left: 0;
    top: 24%;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: -1;
}
.e-commerce-fulfilment .slick-slide,
.order-fulfilment-for-startups .step_list__item,
.services-beyond-order-fulfilment .step_list__item,
.empowering-developers .slick-slide,
.web-based-software .cards__item,
.web-based-software .step_list__item,
.artificial-intelligence .step_list__item,
.order-processing .step_list__item {
    background: #fff;
    padding: 60px 24px;
}
.slick-disabled {
    opacity: .85;
}
.step_list__item .img {
    display: block;
    position: relative;
    margin-bottom: 24px;
}
.artificial-intelligence .step_list__item .img,
.order-processing .step_list__item .img {
    margin-bottom: 32px;
}
.step_list__item img {
    display: block;
    margin: 0 auto;
}
.order-processing .step_list__item img {
    left: 0;
    right: 0;
    margin: auto;
}
.step_list__item .title {
    font-size: 24px;
    line-height: 27px;
    color: #313132;
    font-weight: 400;
    margin-bottom: 8px;
}
.step_list__item .subtitle {
    font-size: 24px;
    line-height: 27px;
    color: #47D8BF;
    margin-bottom: 18px;
    font-weight: 400;
}
.discover-the-world-with-us .top_block,
.discover-the-world-with-us .text-img {
    margin-bottom: 40px;
}
.plan_cards .block__title {
    margin-bottom: 70px;
}
.plan_cards__block .list__item {
    position: relative;
    padding-left: 42px;
}
.plan_cards__block .list__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../img/check-1.svg) no-repeat center center;
    width: 24px;
    height: 24px;
}
.plan_cards__block .list__item:not(:last-child) {
    margin-bottom: 18px;
}
.plan_cards__item > * {
    height: 100%;
}
.plan_cards__item .text {
    flex: 1;
}
.plan_cards__item .list {
    flex: 1;
}
.plan_cards__block .plan_cards__item .sub {
    text-align: center;
    padding: 23px 10px 23px;
    font-weight: 400;
    background: #fff;
    margin: 32px 0 32px;
    border: 1px solid #47D8BF;
    border-radius: 6px;
    font-size: 40px;
    line-height: 45px;
    color: #002437;
}
.referral-partnerships .plan_cards__block .plan_cards__item:nth-child(2) {
    background: #6791AD;
    color: #fff;
}
.plan_cards__block .plan_cards__item:nth-child(2) .sub {
    background: #47D8BF;
}
.plan_cards__block .subtitle {
    font-size: 24px;
    line-height: 27px;
    color: #47D8BF;
    font-weight: 400;
    margin-bottom: 18px;
    text-transform: uppercase;
    min-height: 54px;
}
.block-center {
    border: 6px solid #FFFFFF;
    border-radius: 6px;
    padding: 80px 7%;
    max-width: 678px;
    margin: 0 auto 26px;
}
.e-commerce-fulfilment .plan_cards,
.order-processing .plan_cards {
    margin-bottom: 80px;
    padding-top: 0;
}
.block_with_illustration.right {
    margin-bottom: 115px;
}
.block_with_illustration.right .text_wr {
    margin-left: 25%;
    background: #fff;
    padding: 136px 0 136px 7%;
    position: relative;
}
.block_with_illustration.right .text_wr:before {
    content: '';
    position: absolute;
    display: block;
    width: 300px;
    height: 300px;
    background: url(../img/ico-dots.svg) no-repeat center center;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, 55px);
    -moz-transform: translate(-50%, 55px);
    -ms-transform: translate(-50%, 55px);
    transform: translate(-50%, 55px);
    z-index: -1;
}
.block_with_illustration.right .text_wr:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100vw;
    background: #fff;
}
.retail-fulfilment .plan_cards {
    margin-top: 60px;
}
.retail-fulfilment .plan_cards,
.crowdfunding-fulfilment .plan_cards,
.distribution-warehousing .plan_cards,
.commerce-edi .plan_cards,
.referral-partnerships .plan_cards {
    position: relative;
    padding-top: 0;
}
.commerce-edi .img-right {
    margin-top: 40px;
    margin-bottom: 40px;
}
.referral-partnerships .steps {
    margin-bottom: 80px;
    background: #fff;
    position: relative;
    padding: 123px 0 103px;
}
.referral-partnerships .steps:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/ico-dots.svg) no-repeat center center;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.referral-partnerships .steps__block {
    position: relative;
}
.referral-partnerships .steps__block:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: #47D8BF;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.referral-partnerships .steps__block > * {
    width: 23.33333%;
    padding: 0 12px;
}
.referral-partnerships .steps__block .img {
    position: relative;
    height: 190px;
    margin-bottom: 24px;
}
.referral-partnerships .steps__block .img img {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.referral-partnerships .steps__block .steps__title {
    font-weight: 400;
    font-size: 44px;
    line-height: 49px;
    color: #47D8BF;
    display: block;
    margin-bottom: 4px;
}
.referral-partnerships .steps__block .steps__item:not(:nth-child(2)) .steps__title {
    color: #002437;
}
.referral-partnerships .steps.title-decored .title {
    bottom: -80px;
}
.steps__describe {
    max-width: 220px;
    margin: 0 auto;
}
.map__wrapper {
    margin-bottom: 60px;
    position: relative;
}
.contact__block {
    padding: 0 0 60px;
}
.contact__block .title-2 {
    font-size: 40px;
    line-height: 45px;
}
.block-contact-1 {
    position: relative;
    padding-bottom: 80px;
}
.block-contact-1:before {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    background: url(../img/ico-dots.svg) no-repeat center center;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    left: 0;
    bottom: 0;
}
.block-contact-1 .text-left {
    position: relative;
    background: url(../img/ico-dots-5.svg) no-repeat left 5px;
    padding-left: 30px;
}
.block-contact-1 .subtitle {
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 4px;
}
.block-contact-1 .text_wr {
    width: 40%;
    padding: 110px 0 150px 7%;
}
.block-contact-1 .img {
    width: 60%;
    order: 2;
    position: relative;
    margin-top: -80px;
}
.block-contact-1 .img iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60vw;
    height: 100%;
}
.contact__content .form-row {
    margin-bottom: 12px;
}
.contact__content .form-row * {
    width: 100%;
}
.form-btn-wrap {
    padding-top: 12px;
    text-align: center;
}
.g-recaptcha > * {
    margin: 0 auto;
}
.notification-block-wrapper {
    margin-top: 12px;
    margin-bottom: 12px;
}
.notification-block.error {
    background: red;
    color: #fff;
    padding: 12px 32px;
    text-align: center;
    border-radius: 5px;
}
.alert-box.success,
.notification-block.successful {
    background: #03a08c;
    color: #fff;
    padding: 12px 32px;
    text-align: center;
    border-radius: 5px;
}
.notification-block p {
    margin-bottom: 4px;
}
.contact__block .block__title {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 36px;
}
.contact__description .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.contact__addresses {
    padding-top: 24px;
    column-gap: 40px;
}
.address__item {
    margin-bottom: 14px;
}
.contact__addresses .list-item_title {
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 14px;
}
.order-processing .block_with_illustration.yellow {
    margin-bottom: 80px;
}
.order-processing .block_with_illustration.yellow .text-left > * {
    width: -webkit-calc(50% - 86px);
    width: calc(50% - 86px);
}
.order-processing .plan_cards {
    padding-bottom: 0;
}
.e-commerce-fulfilment .two_cars__content {
    padding-top: 80px;
}
.e-commerce-fulfilment .plan_cards__block {
    padding-top: 0;
}
.e-commerce-fulfilment .plan_cards .plan_cards__item,
.order-processing .plan_cards .two_cards__item {
    padding: 12px 12px;
    width: -webkit-calc(33.33333% - 24px * 2 / 3);
    width: calc(33.33333% - 24px * 2 / 3);
    margin-bottom: 24px;
    border: 12px solid #FFFFFF;
    border-radius: 6px;
}
.e-commerce-fulfilment .plan_cards .block__title,
.order-processing .plan_cards .block__title {
    margin-bottom: 36px;
}
.order-processing .img-right {
    margin-top: -50px;
}
.order-processing .block_with_illustration.important {
    margin-bottom: 80px;
}
.order-processing .block_with_illustration.important .text-left {
    column-count: 2;
    column-gap: 10%;
}
.slick-track {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.slick-track > * {
    float: none !important;
    height: auto !important;
}
body .slick-list {
    overflow: visible;
}
.e-commerce-fulfilment .slick-slide,
.order-fulfilment-for-startups .slick-slide,
.empowering-developers .slick-slide,
.web-based-software .slick-slide,
.artificial-intelligence .slick-slide,
.order-processing .slick-slide {
    margin: 0 12px;
}
.artificial-intelligence .slick-list,
.order-processing .slick-list {
    margin: 0 -16px;
    overflow: visible;
}
.order-processing .slick-list .img {
    margin-bottom: 24px;
}
.artificial-intelligence .slick-list .img img,
.order-processing .slick-list .img img {
    margin: 0 auto;
}
.empowering-developers .slick-slide,
.order-processing .slick-slide {
    padding-top: 24px;
}
.artificial-intelligence .two_cars__content,
.order-processing .two_cars__content {
    position: relative;
}
.artificial-intelligence .two_cards__itemInner,
.order-processing .two_cards__itemInner {
    height: 100%;
}
.web-based-software .cards__block {
    padding-top: 0;
}
.e-commerce-fulfilment .slick-arrow,
.order-fulfilment-for-startups .slick-arrow,
.empowering-developers .slick-arrow,
.web-based-software .slick-arrow,
.artificial-intelligence .slick-arrow,
.order-processing .slick-arrow {
    position: absolute;
    top: -74px;
    right: 0;
    left: auto;
    display: block !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.e-commerce-fulfilment .slick-prev,
.order-fulfilment-for-startups .slick-prev,
.empowering-developers .slick-prev,
.web-based-software .slick-prev,
.artificial-intelligence .slick-prev,
.order-processing .slick-prev {
    right: 110px;
}
.order-processing .slick-arrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.8);
    -moz-transform: translate(-50%, -50%) scale(.8);
    -ms-transform: translate(-50%, -50%) scale(.8);
    transform: translate(-50%, -50%) scale(.8);
}
.slick-arrow {
    position: absolute;
    width: 83.8px;
    height: 83.75px;
    background: #47D8BF;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    border: 0 !important;
}
.slick-prev {
    display: none !important;
}
.our-special-features .cards__block > * {
    margin-bottom: 32px;
}
.our-special-features .cards__block .cards__item {
    border-radius: 0;
    padding: 36px 24px;
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    border: 0;
    filter: none;
}
.our-special-features .cards__block .img {
    margin-bottom: 24px;
}
.our-special-features .cards__block .cards__item img {
    margin: 0 auto;
}
.our-special-features .title-3 {
    margin-bottom: 24px;
}
.artificial-intelligence .decor {
    padding-bottom: 27%;
    background: url(../img/img-30.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.artificial-intelligence .blue-rounded-rectangle {
    margin-bottom: 80px;
}
.artificial-intelligence .partner__block {
    margin: 0 auto;
}
.artificial-intelligence .two_cards__block .img {
    margin-bottom: 32px;
}
.artificial-intelligence .two_cards__block img {
    margin: 0 auto;
}
.artificial-intelligence .step_list {
    margin-bottom: 36px;
    background: none;
}
.web-based-software .content {
    padding-top: 80px;
}
.our-special-features .plan_cards {
    padding-bottom: 0;
    background: #fff;
    margin-top: 80px;
    padding: 0;
}
.plan_cards__block {
}
.web-based-software .plan_cards .block__title {
    margin-bottom: 36px;
}
.web-based-software .cards .cards__itemInner {
    height: 100%;
}
.web-based-software .cards .cards__itemInner img {
    margin: 0 auto;
}
.web-based-software .plan_cards {
    padding-top: 0;
}
.e-commerce-fulfilment .step_list {
    margin-bottom: 0;
    background: none;
    padding-top: 0;
}
.e-commerce-fulfilment .green-title {
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.distribution-warehousing .order-fulfillment-ist {
    margin-bottom: 120px;
}
.distribution-warehousing .order-fulfillment-ist_block,
.info_section_content {
    padding: 60px 0;
}
.retail-fulfilment .blue-parallax1 {
    padding-top: 0;
}
.distribution-warehousing .title-wrap {
    padding-top: 80px;
}
.distribution-warehousing .step_list {
    background: none;
}
.plan_cards {
    padding: 60px 0 60px;
}
.distribution-warehousing .step_list_2 {
    background: #F2F1ED;
    padding: 80px 0 56px;
    margin-bottom: 80px;
}
.distribution-warehousing .step_list_2 .step_list__item {
    padding: 24px;
    background: #fff;
    border: 1px solid #002E5B;
}
.distribution-warehousing .step_list-3 .step_list__item,
.services-beyond-order-fulfilment .step_list__item {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    background: #fff;
    padding: 60px 24px;
    margin-bottom: 24px;
}
.distribution-warehousing .step_list-3 .step_list__item .img,
.services-beyond-order-fulfilment .step_list__item .img {
    margin-bottom: 18px;
}
.services-beyond-order-fulfilment .step_list__item .green-title {
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
}
.distribution-warehousing .step_list-3 img {
    margin: 0 auto;
}
.services-beyond-order-fulfilment .step_list {
    background: none;
    padding: 0;
}
.retail-fulfilment .step_list .green-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}
.block_with_illustration.underdash {
    margin-bottom: 80px;
}
.order-processing .block_with_illustration.underdash {
    margin-bottom: 0;
}
.block_with_illustration.underdash .img {
    margin-bottom: 40px;
}
.block_with_illustration.underdash .text_wr {
    max-width: 65%;
    margin: 0;
    background: #fff;
    padding: 136px 10% 136px 0;
    position: relative;
}
.block_with_illustration.underdash:not(.no-bg) .text_wr:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 50vw;
}
.top_block + .block_with_illustration.underdash {
    margin-top: -40px;
}
.top_block + .block_with_illustration.underdash.no-bg {
    margin-top: 0;
}
.block_with_illustration.underdash.no-bg .text_wr {
    background: none;
    padding-bottom: 0;
    padding-top: 95px;
}
.distribution-warehousing .block_with_illustration.underdash .img,
.distribution-warehousing .top_block + .block_with_illustration.underdash {
    margin-bottom: 0;
}
.distribution-warehousing .resource__content {
    padding-top: 40px;
    padding-bottom: 0;
}
.distribution-warehousing .step_list .common-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: none;
}
.distribution-warehousing .step_list__item {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    background: #fff;
    padding: 60px 24px;
}
.distribution-warehousing .step_list__item img {
    margin: 0 auto;
    position: static;
}
.request-a-quote .info_section_content {
    padding: 0;
}
.request-a-quote .blue-parallax .el {
    position: relative;
}
.request-a-quote .blue-parallax img {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    border-radius: 50%;
    -webkit-transform: translate(-50%, 90%);
    -moz-transform: translate(-50%, 90%);
    -ms-transform: translate(-50%, 90%);
    transform: translate(-50%, 90%);
}
.block_with_illustration.underdash .container {
    position: relative;
}
.distribution-warehousing .block_with_illustration.bot {
    margin-bottom: 80px;
}
.sec-decor {
    background: url(../img/img-65.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 25%;
    border-radius: 16px;
    margin-bottom: 120px;
}
.distribution-warehousing .icon__list .list > * {
    width: -webkit-calc(16.66666% - 24px * 3 / 4);
    width: calc(16.66666% - 24px * 3 / 4);
    margin-bottom: 24px;
    font-size: 19px;
    line-height: 21px;
    padding: 50px 20px;
    background: #fff;
}
.distribution-warehousing .block_with_border {
    padding: 0 0 80px;
    background: none;
}
.distribution-warehousing .block_with_illustration_2 {
    padding-top: 80px;
    margin-bottom: 30px;
}
.distribution-warehousing .icon__list img {
    margin: 0 auto 10px;
}
.distribution-warehousing .icon__list .list {
    font-size: 20px;
    line-height: 25px;
}
.distribution-warehousing .block_with_illustration.img_left {
    margin-bottom: 120px;
}
.distribution-warehousing .block_with_illustration.img_left .block_with_illustration__content > * {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
}
.distribution-warehousing .step_list-2 {
    margin-bottom: 60px;
}
.timeline_list__item {
    width: -webkit-calc(25% - 24px * 3 / 4);
    width: calc(25% - 24px * 3 / 4);
    margin-bottom: 24px;
    position: relative;
}
.list-number {
    color: #47D8BF;
    font-weight: 400;
    font-size: 66px;
    line-height: 104px;
    text-align: center;
    flex: 0 0 145px;
    margin-bottom: 0;
    width: 104px;
    height: 104px;
    background: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.timeline_list__list > *:nth-child(odd) .list-number {
    left: -84px;
}
.timeline_list__list > *:nth-child(even) .list-number {
    right: -84px;
}
.step_list-3 {
    margin-bottom: 56px;
}
.timeline_list {
    padding-top: 39px;
    padding-bottom: 40px;
}
.timeline_list__list {
    padding-left: 7%;
    padding-right: 7%;
}
.timeline_list__list > * {
    text-align: center;
    padding: 24px;
    min-height: 105px;
    margin: 0;
}
.timeline_list .title-3 {
    margin-bottom: 14px;
}
.timeline_list__item {
    width: -webkit-calc(52% - 12px);
    width: calc(52% - 12px);
}
.timeline_list__item {
    background: #F2F2F2;
    color: #000;
    margin-bottom: 14px;
}
.timeline_list__list .timeline_list__item:nth-child(even) {
    margin: 0 0 14px auto;
}
.client-support .block_with_illustration__content {
    max-width: 100% !important;
}
.client-support-list-form .el {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    margin-bottom: 22px;
    background: #fff;
    padding: 24px;
    position: relative;
}
.client-support-list-form .el:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    border-radius: 0px 16px 16px 0px;
    width: 11px;
    background: #47D8BF;
    top: 32px;
    bottom: 32px;
}
.client-support-list-item-wrapper {
    position: relative;
    padding: 0 0 0 35px;
    margin-bottom: 10px;
}
.client-support-list-item-wrapper:before {
    position: absolute;
    content: '';
    display: block;
    background: #000;
    height: 2px;
    width: 10px;
    left: 0;
    top: 12px;
}
.client-support-list-item-answer {
    display: none;
}
.client-support-list-item-answer.current {
    display: block;
    margin-left: -20px;
}
.client-support-list-item-question {
    font-size: 20px;
    line-height: 27px;
    cursor: pointer;
}
.client-support-list-item-wrapper + .title-5 {
    margin-top: 32px;
}
.pricing .step_list {
    margin-bottom: 0;
    background: none;
    padding: 0;
}
.our-key-principles .step_list {
    padding: 0;
}
.our-key-principles .step_list img {
    display: block;
    margin: 0 auto;
    position: static;
}
.our-key-principles .step_list .step_list__content {
    background: #fff;
    position: relative;
    padding: 40px 0 40px 30px;
}
.our-key-principles .step_list .step_list__content:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100vw;
}
.pricing .step_list__content .step_list__item {
    padding: 0 24px 24px;
    position: relative;
    z-index: 2;
    margin-bottom: 121px;
    width: -webkit-calc(25% - 12px);
    width: calc(25% - 12px);
    background: #fff;
}
.pricing .title {
    margin-bottom: 105px;
}
.pricing .step_list__item .num {
    text-align: center;
    background: #fff;
    border-radius: 50%;
    width: 82px;
    height: 82px;
    line-height: 91px;
    color: #47D8BF;
    border: 1px solid #47D8BF;
    margin: -40px auto 10px;
    padding: 0;
    font-size: 32px;
}
.pricing .step_list__item .num em {
    font-size: 48px;
    line-height: 39px;
    font-style: normal;
}
.pricing .step_list__item .common-title {
    margin-bottom: 14px;
}
.pricing .green-block__section {
    margin-bottom: 80px;
}
.pricing .green-block {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
    margin-bottom: 12px;
}
.pricing .green-block .common-title {
    margin-bottom: 12px;
}
.pricing .green-block__row .green-block {
    position: relative;
    padding: 12px 12px 12px 42px;
}
.pricing .green-block__row .green-block:before {
    position: absolute;
    left: 0;
    content: '';
    top: 22px;
    width: 26px;
    background: #47D8BF;
    height: 4px;
}
.pricing .partner__block .title {
    margin-bottom: 14px;
}
.pricing .common-title {
    margin-bottom: 42px;
    text-transform: none;
}
.order-fulfilment-for-startups .step_list {
    background: none;
    padding-top: 0;
    margin-bottom: 36px;
}
.e-commerce-fulfilment .info_section__list-item,
.crowdfunding-fulfilment .info_section__list-item,
.request-a-quote .info_section__list-item {
    width: 100%;
}
.e-commerce-fulfilment .step_list__item {
    background: #fff;
    padding: 60px 24px;
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
}
.quote-form-section {
    padding: 80px 0;
    margin-top: 80px;
    background: linear-gradient(104.6deg, #FFFFFF 10.61%, #F9FCFF 69.15%, #DEF1FF 89.59%);
    position: relative;
    z-index: 2;
}
.quote-form-section:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/ico-dots.svg) no-repeat center center;
    width: 300px;
    height: 300px;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-transform: translate(-60%, 40%);
    -moz-transform: translate(-60%, 40%);
    -ms-transform: translate(-60%, 40%);
    transform: translate(-60%, 40%);
}
.quote-form-section a:not(.btn) {
    color: #fff;
}
.quote-form-section input[type=checkbox] + .checkbox-label:before {
    border-color: #fff;
}
.quote-form-section .input-placeholder {
    width: -webkit-calc(50% - 36px);
    width: calc(50% - 36px);
    margin-bottom: 24px;
}
.quote-form-section .input-placeholder select,
.quote-form-section .input-placeholder input {
    width: 100%;
}
.quote-form-section__hint {
    margin: 0 auto 24px;
}
.quote-form-section .cb-wr {
    max-width: 650px;
    margin: 0 auto 12px;
}
.top_block__illustration-wrapper .top_block__inner {
    margin: 0;
    width: 100%;
    color: #fff;
}
.recover-form_wrapper {
    -webkit-transform: translate(-50%, 115px);
    -moz-transform: translate(-50%, 115px);
    -ms-transform: translate(-50%, 115px);
    transform: translate(-50%, 115px);
    width: 100%;
    left: 50%;
    position: absolute;
    bottom: 0;
}
.recover-form_wrapper form {
    padding: 60px 5%;
    max-width: 650px;
    background: #fff;
    margin: 0 auto;
}
.recover-form_wrapper .input_wrapper {
    margin-bottom: 12px;
}
.recover-form_wrapper .input-wrap {
    padding-top: 12px;
}
.recover-form_wrapper .link-wrap {
    padding-top: 12px;
}
.my-account .recover-form_wrapper {
    -webkit-transform: translate(-50%, 195px);
    -moz-transform: translate(-50%, 195px);
    -ms-transform: translate(-50%, 195px);
    transform: translate(-50%, 195px);
}
.tos-body .block_with_border {
    padding: 25px 0 60px;
}
.tos-body .block_with_border.color {
    background: #E9EDF7;
}
.tos-body .block_with_border__inner {
    border: 3px solid #47D8BF;
    border-radius: 16px;
    padding: 60px 75px;
}
.tos-body .block_with_border.last {
    margin-bottom: 120px;
}
.unsubscribe .top_block {
    margin-bottom: 160px;
}
.tos .top_block {
    margin-bottom: 80px;
}
#not-identical,
.form-apply .note {
    top: 50px;
    left: 0;
    color: red;
    font-size: 14px;
    line-height: 14px;
    padding-top: 2px;
    font-weight: 300;
    position: absolute;
}
.form-apply .note {
    color: rgba(35, 54, 67, 0.75);
}
.form-apply .form_wr > * {
    position: relative;
}
.form-apply .form_wr > * {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    margin-bottom: 24px;
}
.frontpage .top_block__wrapper {
    position: relative;
}
.top_block__illustration {
    width: -webkit-calc(100vw - (100vw - 99%) / 2);
    width: calc(100vw - (100vw - 99%) / 2);
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.top_block__illustration-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/ico-dots.svg) no-repeat center center;
    width: 300px;
    height: 300px;
    right: 0;
    top: 100%;
    -webkit-transform: translate(60%, -40px);
    -moz-transform: translate(60%, -40px);
    -ms-transform: translate(60%, -40px);
    transform: translate(60%, -40px);
}
body .slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.distribution-warehousing .slick-initialized .slick-slide,
.frontpage .slick-initialized .slick-slide,
.who_is_hubgeo .slick-initialized .slick-slide {
    opacity: 0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
.distribution-warehousing .slick-initialized .slick-slide.slick-active,
.frontpage .slick-initialized .slick-slide.slick-active,
.who_is_hubgeo .slick-initialized .slick-slide.slick-active {
    opacity: 1;
}
.distribution-warehousing .resource {
    margin-bottom: 80px;
}
.distribution-warehousing .resource__content .title-3 {
    margin-bottom: 32px;
}
.distribution-warehousing .icon__list {
    margin-bottom: 80px;
}
.distribution-warehousing .fulfillment__block img,
.frontpage .fulfillment__block img {
    margin: 0 auto;
    max-width: 100%;
}
.distribution-warehousing .fulfillment-wrap,
.frontpage .fulfillment-wrap {
    margin-bottom: 80px;
}
.slides .img {
    position: relative;
}
.slides .img img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    max-width: none;
    width: 55vw;
    height: 100%;
    object-fit: cover;
}
.frontpage .fulfillment__block .text_wr {
    margin-bottom: 36px;
    padding-left: 24px;
    padding-right: 24px;
}
.frontpage .fulfillment__block > .el {
    width: calc(33.33333% - 24px * 2 / 3);
    padding-top: 24px;
}
.frontpage .fulfillment__block > .el {
    background: #fff;
}
.frontpage .fulfillment__block > .el:nth-child(2) {
    background: rgba(35, 54, 67, 0.75);
    color: #fff;
}
.frontpage .fulfillment__block > .el:nth-child(2) .title-4 {
    color: #fff;
}
.frontpage .fulfillment__block .text {
    line-height: 23px;
}
.frontpage .outsourcing {
    margin-bottom: 120px;
}
.frontpage .outsourcing .container {
    max-width: 720px;
}
.frontpage .warehousing .list .warehousing__item {
    position: relative;
}
.warehousing__item .container {
    padding: 0;
}
.frontpage .warehousing .list .warehousing__item:nth-child(even) > * {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.frontpage .warehousing .list.warehousing__item:nth-child(1) img {
    position: absolute;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.frontpage .warehousing .list .warehousing__item:nth-child(2) .img,
.frontpage .warehousing .list .warehousing__item:nth-child(3) .img {
    position: relative;
    z-index: 1;
}
.frontpage .warehousing .list .warehousing__item:nth-child(2) .img:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    display: block;
    background: url(../img/ico-dots.svg) no-repeat center center;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    z-index: -1;
}
.frontpage .warehousing .list .warehousing__item:nth-child(2) .img img {
    margin: -40px 0 0 auto;
}
.frontpage .warehousing .list .warehousing__item:nth-child(3) .img img {
    margin: -40px auto 0 0;
}
@media screen and (min-width: 1200px) {
    .frontpage .warehousing .list .warehousing__item:nth-child(2) .img {
        margin-right: -40px;
    }
    .frontpage .warehousing .list .warehousing__item:nth-child(3) .img {
        margin-left: -40px;
    }
}
.frontpage .warehousing .list .text_wr {
    padding-top: 105px;
    padding-bottom: 105px;
}
.frontpage .warehousing .list .warehousing__item {
    margin-bottom: 36px;
}
.frontpage .warehousing .list .warehousing__item:nth-child(2) .text_wr {
    margin-left: 25%;
    position: relative;
    background: #fff;
    padding-left: 5%;
}
.frontpage .warehousing .list .warehousing__item:nth-child(3) .text_wr {
    margin-right: 25%;
    position: relative;
    background: #fff;
    padding-right: 5%;
}
.frontpage .warehousing .list .warehousing__item:nth-child(2) .text_wr:before {
    position: absolute;
    content: '';
    display: block;
    width: 50vw;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #fff;
}
.frontpage .warehousing .list .warehousing__item:nth-child(3) .text_wr:before {
    position: absolute;
    content: '';
    display: block;
    width: 50vw;
    top: 0;
    bottom: 0;
    right: 100%;
    background: #fff;
}
.frontpage .list .warehousing__item:nth-child(1) .container > * {
    width: 45%;
    position: relative;
}
.start_now {
    position: relative;
    z-index: 2;
}
.start_now .container {
    position: relative;
    z-index: 1;
}
.start_now .container:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 75px;
    width: 100vw;
    background: url(../img/img-8.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}
.start_now.next .container:before {
    background: url(../img/img-9.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pricing .start_now .container:before {
    left: 0;
}
.pricing .start_now .container {
    padding-left: 4%;
}
.pricing .start_now.title-decored .title {
    left: -20px;
    margin-bottom: 40px;
}
.start_now__content {
    padding-left: 10%;
}
.resource {
    padding-top: 40px;
}
.resource__content {
    padding: 65px 15%;
    background: #fff;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}
.resource__content:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 300px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url(../img/ico-dots.svg) no-repeat center center;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: -1;
}
.resource__content .title-3 {
    margin-bottom: 24px;
}
.retail-fulfilment .plan_cards__item,
.crowdfunding-fulfilment .plan_cards__item,
.distribution-warehousing .plan_cards__item,
.commerce-edi .plan_cards__item,
.referral-partnerships .plan_cards__item {
    background: #fff;
    padding: 32px 32px 0;
    border-radius: 6px;
}
.retail-fulfilment .plan_cards__item,
.crowdfunding-fulfilment .plan_cards__item,
.distribution-warehousing .plan_cards__item,
.commerce-edi .plan_cards__item {
    padding-bottom: 32px;
}
.distribution-warehousing .plan_cards__item:nth-child(2) {
    color: #fff;
    background: rgba(35, 54, 67, 0.75);
}
.distribution-warehousing .plan_cards .img,
.retail-fulfilment .plan_cards__item,
.crowdfunding-fulfilment .plan_cards__item .img,
.commerce-edi .plan_cards__item .img {
    margin-bottom: 24px;
}
.retail-fulfilment .plan_cards__item:last-child {
    margin: 0 auto 24px;
}
.retail-fulfilment .plan_cards__item .img {
    margin-bottom: 24px;
}
.distribution-warehousing .plan_cards__item img,
.retail-fulfilment .plan_cards__item img {
    margin: 0 auto;
}
.crowdfunding-fulfilment .plan_cards__item img,
.commerce-edi .plan_cards__item img {
    margin: 0 auto;
}
.retail-fulfilment .plan_cards__item .title-green,
.crowdfunding-fulfilment .plan_cards__item .title-green,
.commerce-edi .plan_cards__item .title-green {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #002437;
    margin-bottom: 24px;
}
.commerce-edi .plan_cards__item .text {
    flex: 1;
}
.referral-partnerships .plan_cards__content {
    margin-bottom: 60px;
}
.top {
    margin-bottom: 120px;
}
.top .partner__block {
    margin: 0;
    max-width: 50%;
}
.crowdfunding-fulfilment .info_section_content {
    border: 12px solid #FFFFFF;
    padding: 30px 4%;
}
@media screen and (min-width: 1024px) {
    .crowdfunding-fulfilment .info_section_content {
        width: 60%;
    }
}
/*End Content*/
/*Footer*/
.footer {
    padding: 80px 0 0;
    background: #fff;
    background-size: cover;
}
.footer a {
    color: #000;
    text-decoration: none;
}
.footer-info-item-title {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 18px;
    color: #002437;
}
.footer-info-item-list {
    padding: 0;
    list-style: none;
    margin: 0 0 24px;
}
.footer-info-item-list li {
    margin-bottom: 6px;
}
.footer-copyright {
    padding: 24px 0;
}
.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: #002E5B;
    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: 16px;
    margin-bottom: 0;
    font-weight: 600;
    min-width: 117px;
    line-height: 22px
}
.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;
    color: #fff;
}
.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: 13px;
    line-height: 160%;
    font-weight: 400;
    margin-right: 12px;
    margin-left: 20px
}
/*End Footer*/
.fulfillment-wrap .img {
    margin-bottom: 24px;
}
.about_contact-form-wrapper {
    width: 40%;
}
.about_contact-form-description {
    padding: 170px 0 170px 7%;
    background: #fff;
    position: relative;
    width: 60%;
}
.about_contact-form-description:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100vw;
    background: #fff;
}
/*Media*/
@media only screen and (min-width: 1024px) {
    .header .logo {
        width: 180px;
        margin-top: -5px;
    }
    .main:not(.retail-fulfilment) .blue-parallax2 .info_section__list-item {
        min-height: 57px;
    }
    .slides .img,
    .fulfillment-wrap .img {
        max-width: 100%;
    }
    .about_contact-form-wrapper {
        order: -1;
    }
    .crowdfunding-fulfilment .plan_cards__item,
    .distribution-warehousing .plan_cards__item,
    .commerce-edi .plan_cards__item,
    .referral-partnerships .plan_cards__item {
        width: -webkit-calc(33.33333% - 24px * 2 / 3);
        width: calc(33.33333% - 24px * 2 / 3);
    }
    .retail-fulfilment .plan_cards__item,
    .request-a-quote .info_section_content > *,
    .e-commerce-fulfilment .info_section_content > * {
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px);
    }
}
@media only screen and (max-width: 1480px) {
    .header {
        font-size: 15px
    }
    .header .header__content {
        position: relative
    }
    .header .header__nav_wr {
        padding-left: 165px
    }
    .header .logo {
        left: 0
    }
    .header .login-form {
        top: 53px;
        right: 0;
    }
}
@media screen and (max-width: 1200px) {
    .header .header__nav_wr {
        padding-left: 160px;
        font-size: 14px
    }
}
@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) {
    body:not(.apply_form) .top_block__title {
        background: -moz-linear-gradient(left,  rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(left,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#00ffffff',GradientType=1 );
    }
    body.frontpage .top_block__title {
        background: -moz-linear-gradient(left,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to right,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
        color: #fff;
    }
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .title-decored .title {
        font-size: 16px;
        line-height: 18px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        position: absolute;
        bottom: 0;
        left: 12px;
        transform-origin: left;
        z-index: 1;
        margin: 0;
        text-align: left;
        text-transform: none;
    }
    .frontpage .fulfillment__block > .el {
        width: 100%;
        margin-bottom: 40px;
    }
    .top_block + .block_with_illustration.underdash {
        margin-top: 48px;
    }
    .block_with_illustration.underdash .text_wr {
        max-width: 100%;
        padding: 80px 0 80px 24px;
    }
    .block_with_illustration.underdash:not(.no-bg) .text_wr:before {
        left: 100%;
        right: 0;
    }
    .title-decored.title-left-top .title {
        left: 21px;
        right: auto;
        text-align: left;
        text-transform: none;
        top: 33px;
    }
    .title-decored.title-left-top .title:before {
        position: absolute;
        top: 5px;
        right: 100%;
    }
    .header {
        background: transparent;
    }
    .top_block {
        padding-top: 0;
    }
    .top_block__illustration-wrapper {
        height: 486px;
    }
    .top_block__illustration-wrapper:after {
        display: none;
    }
    .top_block__illustration-wrapper .top_block__inner {
        color: #313132;
    }
    .apply_form .top_block__illustration-wrapper .top_block__inner {
        color: #fff;
    }
    .header .header__nav_wr {
        padding-left: 140px;
        font-size: 14px
    }
    .header .login-form {
        top: 52px;
        right: 0;
    }
    .header .client-support a {
        padding: 8px 5px
    }
    .header .account_head a {
        padding: 8px 5px
    }
    .header .logo {
        left: 15px
    }
    .header .drop-item_nav {
        top: 85px
    }
    .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: 1023px) {
    .apply_form .top_block__title:after {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        width: 90%;
        height: 14px;
        bottom: 6px;
    }
    .block_with_illustration.underdash .img {
        margin-left: -15px;
        margin-right: -15px;
    }
    .fulfillment-wrap .el > * {
        width: 100%;
    }
    .fulfillment-wrap .el .img {
        order: 2;
    }
    .distribution-warehousing .fulfillment-wrap .el .img {
        order: -1;
        margin-bottom: 24px;
    }
    .distribution-warehousing .fulfillment-wrap {
        margin-bottom: 60px;
    }
    .tos-block .common-title,
    .commerce-edi .title-green,
    .title-5,
    .artificial-intelligence .step_list .title-2 {
        font-size: 20px;
        line-height: 27px;
    }
    .artificial-intelligence .step_list .title-2 {
        max-width: 60%;
    }
    .our-special-features .cards__block .cards__item {
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
        background: #fff;
    }
    .our-special-features .cards__block,
    .order-processing .block_with_illustration.important .text-left {
        column-count: 1;
        column-gap: 0;
    }
    .web-based-software .content {
        padding-top: 0;
    }
    .web-based-software .cards  .container {
        padding-top: 80px;
    }
    .cv-uploader {
        width: 100%;
    }
    .careers .block_with_border.first {
        padding: 0 15px 32px;
    }
    .distribution-warehousing .slick-prev,
    .e-commerce-fulfilment .slick-prev,
    .order-fulfilment-for-startups .slick-prev,
    .empowering-developers .slick-prev,
    .web-based-software .slick-prev,
    .artificial-intelligence .slick-prev,
    .order-processing .slick-prev {
        right: 70px;
        display: block !important;
    }
    .distribution-warehousing .slick-prev {
        right: 40px;
    }
    .distribution-warehousing .icon__list .list > * {
        border: 1px solid #47D8BF;
        padding-bottom: 24px;
    }
    .order-processing .step_list .two_cards__block {
        padding-bottom: 0;
    }
    body .block_with_border .title {
        font-size: 24px;
        line-height: 33px;
        font-weight: 900;
        margin-bottom: 18px;
        text-align: left;
    }
    .block-contact-1 .text_wr {
        width: 100%;
        padding: 80px 24px 40px 0;
    }
    .block-contact-1:before {
        display: none;
    }
    .block-contact-1 .img {
        margin: 0;
        width: auto;
        min-width: -webkit-calc(100% + 48px);
        min-width: calc(100% + 48px);
        margin-left: -24px;
        margin-right: -24px;
    }
    .bottom-part {
        padding-top: 0 !important;
    }
    .about_contact-form-description {
        padding: 40px 0 40px 24px;
        order: 2;
        margin-top: 40px;
    }
    .contact-us .contact__block {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .block-contact-1 .img iframe {
        position: static;
        height: 450px;
        width: 100%;
    }
    body .careers .browser_window {
        border: 0;
        padding: 0;
    }
    .referral-partnerships .steps__block .inner {
        padding: 0;
    }
    .plan_cards {
        padding-bottom: 0;
    }
    .referral-partnerships .steps {
        padding: 24px 0 24px;
    }
    .block-center {
        margin-left: 24px;
        margin-right: 24px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    body .resume__item .inner > * {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
    .discover-the-world-with-us .text-img {
        margin-bottom: 0;
    }
    .our-special-features .plan_cards {
        margin-top: 40px;
    }
    .order-processing .top_block,
    .careers .top_block,
    .referral-partnerships .top_block,
    .our-key-principles .top_block {
        margin-bottom: 40px;
    }
    .artificial-intelligence .top_block {
        margin-bottom: 40px;
    }
    .our-special-features .plan_cards {
        background: none;
    }
    .retail-fulfilment .plan_cards__item,
    .crowdfunding-fulfilment .plan_cards__item,
    .distribution-warehousing .plan_cards__item,
    .commerce-edi .plan_cards__item,
    .referral-partnerships .plan_cards__item {
        padding-left: 24px;
        padding-right: 24px;
    }
    .e-commerce-fulfilment .slick-slide, .order-fulfilment-for-startups .step_list__item, .services-beyond-order-fulfilment .step_list__item, .empowering-developers .slick-slide, .web-based-software .cards__item, .web-based-software .step_list__item, .artificial-intelligence .step_list__item, .order-processing .step_list__item {
        background: #fff;
        padding: 40px 24px;
    }
    .text-img.img-right .img {
        order: -1;
    }
    .order-processing .step_list .two_cards__block {
        margin-top: 40px;
    }
    .resource__content {
        margin-bottom: 0;
    }
    .referral-partnerships .custom-container {
        padding-top: 80px;
    }
    .block_with_illustration.underdash.no-bg .text_wr {
        padding-top: 40px;
        padding-left: 0;
    }
    .fulfilment-by-amazon .green-block__section .green-block {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block_with_illustration.underdash.no-bg.title-left-top .text_wr {
        padding-top: 80px;
    }
    .text-img:not(.inline) .block_with_illustration__content .text_wr {
        width: 100%;
        padding: 40px 0 60px 24px;
    }
    .text-img:not(.inline) .block_with_illustration__content .text_wr:before {
        right: auto;
        left: 100%;
    }
    .distribution-warehousing .info_section_content {
        padding: 40px 24px;
    }
    .text-img:not(.inline).title-left-top .block_with_illustration__content .text_wr {
        padding-top: 80px;
    }
    .distribution-warehousing .blue-parallax,
    .distribution-warehousing .icon__list {
        margin-bottom: 40px;
    }
    .timeline_list {
        padding-top: 16px;
    }
    .distribution-warehousing .timeline_list__list {
        padding: 40px 4%;
    }
    .text-img iframe, .text-img img {
        margin-left: 0;
    }
    .text-img.img-right iframe, .text-img.img-right img {
        margin-right: 0;
    }
    .frontpage .start_now {
        margin-top: 0;
    }
    .retail-fulfilment .plan_cards__item .title-green, .crowdfunding-fulfilment .plan_cards__item .title-green, .commerce-edi .plan_cards__item .title-green,
    .title-3 {
        font-size: 26px;
        line-height: 33px;
    }
    .start_now .container:before {
        left: 24px;
    }
    .start_now .container {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-right: 24px;
    }
    .e-commerce-fulfilment .text-img .block_with_illustration__content .text_wr,
    .order-fulfilment-for-startups .text-img .block_with_illustration__content .text_wr,
    .commerce-edi .text-img .block_with_illustration__content .text_wr {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .e-commerce-fulfilment .text-img .block_with_illustration__content .text_wr, .order-fulfilment-for-startups .text-img .block_with_illustration__content .text_wr, .commerce-edi .text-img:not(.b-2) .block_with_illustration__content .text_wr {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .fulfilment-by-amazon .ship__block {
        margin-bottom: 24px;
    }
    .e-commerce-fulfilment .step_list {
        padding-top: 0;
    }
    .referral-partnerships .steps:before,
    .pricing .step_list__content .step_list__item:nth-child(odd):after {
        display: none;
    }
    .pricing .step_list__content .step_list__item {
        width: 100% !important;
        padding: 40px 24px;
    }
    .distribution-warehousing .top_block + .block_with_illustration.underdash {
        margin-bottom: 40px;
    }
    body .distribution-warehousing .order-fulfillment-ist_block,
    body .info_section_content,
    body .fulfilment-by-amazon .green-block__section .el {
        padding-top: 0;
        padding-bottom: 0;
    }
    .client-support-list-item-question {
        font-size: 18px;
        line-height: 30px;
    }
    .quote-form-section .input-placeholder,
    .client-support-list-form .el,
    .distribution-warehousing .step_list-3 .step_list__item,
    .services-beyond-order-fulfilment .step_list__item,
    .pricing .green-block__row .green-block,
    .fulfilment-by-amazon .plan_cards__block .plan_cards__item,
    .fulfilment-by-amazon .green-block__section .green-block,
    .commerce-edi .step_list__content > *,
    .order-processing .plan_cards .two_cards__item,
    body .apply_form .apply_form_job,
    .careers .block_with_illustration__content .text_wr,
    .referral-partnerships .steps__block > *,
    .step_list__item,
    .our-key-principles .block_with_illustration__content .text_wr,
    .frontpage .warehousing__item .container > *,
    .frontpage .warehousing .list .text_wr {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .commerce-edi .plan_cards {
        padding-top: 60px;
    }
    .distribution-warehousing .fulfillment__block img,
    .frontpage .fulfillment__block img {
        width: 80%;
    }
    .slick-arrow {
        top: -52px !important;
        width: 50px;
        height: 50px;
        left: auto;
    }
    .slick-arrow svg {
        width: 25px;
    }
    .empowering-developers .step_list {
        padding-top: 80px;
    }
    .fulfilment-by-amazon .green-block__section {
        padding-bottom: 0;
    }
    .fulfilment-by-amazon .plan_cards {
        padding-top: 0;
    }
    .fulfilment-by-amazon .plan_cards .title-2 {
        color: #000;
    }
    .fulfilment-by-amazon .title-4 {
        text-align: left;
        max-width: 100%;
    }
    .fulfilment-by-amazon .plan_cards__block .title-2 {
        font-size: 26px;
        line-height: 33px;
    }
    .btn + .title-4 {
        margin-top: 24px;
    }
    .resource .img {
        width: 100%;
    }
    .resource__content {
        padding: 40px 24px;
    }
    .dyk-inner > * {
        width: 100%;
    }
    .warehousing .title {
        text-align: left;
        max-width: 60%;
    }
    img[src*=img-9] {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: 0 auto;
    }
    .distribution-warehousing .slick-next,
    .fulfilment-by-amazon .slick-next,
    .warehousing .slick-next,
    .frontpage .fulfillment__block .slick-next {
        right: 0;
        left: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .referral-partnerships .slick-next,
    .discover-the-world-with-us .slick-next,
    .warehousing .slick-next {
        right: 15px;
    }
    .fulfilment-by-amazon .title-2.center {
        text-align: center;
    }
    .international-fulfilment .text-img .block_with_illustration__content .img {
        width: 100%;
    }
    .international-fulfilment .text-img .block_with_illustration__content .text_wr {
        width: 100%;
    }
    .info_section__list-item {
        width: 100%
    }
    .international-fulfilment .order-fulfillment-ist .order-fulfillment-ist_block {
        padding-bottom: 32px;
        padding-top: 24px;
    }
    .retail-fulfilment .plan_cards {
        margin-top: 60px;
    }
    .retail-fulfilment .plan_cards .title-5,
    .crowdfunding-fulfilment .plan_cards .title-5 {
        margin-bottom: 60px;
    }
    .e-commerce-fulfilment .cards__content .title-5,
    .order-fulfilment-for-startups .cards__content .title-5 {
        max-width: 60%;
    }
    .e-commerce-fulfilment .plan_cards .plan_cards__item, .order-processing .plan_cards .two_cards__item {
        width: 100%;
    }
    .pricing .step_list__item .num {
        margin-top: -110px;
    }
    .pricing .step_list__content .step_list__item:last-child {
        margin-bottom: 0;
    }
    .distribution-warehousing .title-wrap {
        padding-top: 0;
    }
    .distribution-warehousing .step_list .common-title,
    .distribution-warehousing .title-wrap * {
        text-align: left;
    }
    .distribution-warehousing .title-wrap,
    .distribution-warehousing .step_list .common-title {
        max-width: 60%;
    }
    .top .partner__block {
        width: 100%;
        max-width: 100%;
        padding-top: 60px;
    }
    .title-4 {
        font-size: 24px;
        line-height: 33px;
    }
    .plan_cards__block {
        padding-top: 0;
    }
    .plan_cards .title-2 {
        color: #fff;
        text-align: left;
        margin-bottom: 38px;
    }
    .our-special-features .plan_cards .title-2 {
        color: #002437;
        text-align: center;
    }
    .referral-partnerships .plan_cards__content {
        margin-bottom: 0;
    }
    .referral-partnerships .plan_cards:before {
        top: -40px;
    }
    .fulfillment-wrap {
        position: relative;
    }
    .fulfillment-wrap .title {
        bottom: 78%;
        text-align: right;
    }
    .frontpage .warehousing .list .text_wr {
        padding-top: 0;
        padding-bottom: 0;
    }
    .start_now.title-decored .title {
        left: 12px;
    }
    .dyk-inner {
        margin: 0;
    }
    .dyk-container {
        background: #fff;
        padding: 24px;
    }
    .faq-section .dyk .container {
        margin-top: 50px;
    }
    .faq-section.title-decored.title-left-top .title {
        top: 0;
    }
    .frontpage .warehousing .list img {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
    }
    .frontpage .fulfillment-wrap {
        margin-bottom: 0;
    }
    .block_with_illustration__content img {
        margin: 0 auto;
    }
    .warehousing .list {
        padding-top: 80px;
    }
    .frontpage .warehousing .list .warehousing__item {
        z-index: 1;
    }
    .frontpage .warehousing .list .warehousing__item:nth-child(2) .text_wr,
    .frontpage .warehousing .list .warehousing__item:nth-child(3) .text_wr {
        margin-left: 0;
        padding: 24px 24px 40px;
    }
    .frontpage .warehousing .list .warehousing__item:nth-child(3) .text_wr:before,
    .frontpage .warehousing .list .warehousing__item:nth-child(2) .text_wr:before {
        display: none;
    }
    .resource {
        padding-top: 0;
    }
    .top_block {
        margin-bottom: 0;
    }
    .feedback-landscape-info-position {
        font-size: 16px;
        margin-bottom: 29px;
    }
    .feedback-landscape-info .title {
        text-align: left;
    }
    .open-acc {
        margin-top: 12px;
    }
    .header .btn {
        width: 100%;
        display: block;
        text-align: center;
    }
    .header .logo {
        max-width: 145px;
        display: block;
    }
    .header .header__content {
        position: static;
    }
    .close-btn {
        top: 18px;
        right: 14px;
        position: absolute;
    }
    .menu_toggle {
        display: block;
    }
    .mobile_menu.show {
        transform: translateY(0%);
        position: absolute;
        background: #fff;
        width: 100%;
        z-index: 9;
        height: 100vh;
        top: 0px;
        display: block;
        font-size: 13px;
        text-align: center
    }
    .header .drop-item_nav:after {
        display: none
    }
    .header .header__drop_item ul {
        display: none;
    }
    .header .header__drop_item.open ul {
        display: block;
    }
    .header .header__nav_wr {
        display: none
    }
    .mobile-menu-wrap {
        height: 100%
    }
    .block_with_illustration.b-1 {
        padding: 80px 0;
    }
    .block_with_illustration.b-1 .text_wr {
        column-count: 1;
        column-gap: 0;
    }
    .header {
        z-index: 10;
        padding: 14px 0;
        height: 55px;
    }
    .header .header__link:first-child {
        margin: -21px 50px -21px 0;
        position: relative;
        overflow: visible
    }
    .header .header__link {
        padding: 0;
        border-bottom: 3px solid #03a08c
    }
    .header .client-support .btn {
        padding: 17px 27px
    }
    .header .top-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 14px 20px 0px 16px
    }
    .header .top-row a {
        width: 145px;
        margin-top: -11px;
        margin-left: -1px;
    }
    .header__drop_item > span {
        padding-right: 12px;
    }
    .header .top-row a img {
        max-width: 100%
    }
    .header__clients_btns {
        margin-top: 24px;
    }
    .header .header__drop_item:nth-last-child(1) a, .header .header__drop_item:nth-last-child(2) a {
        color: #313132;
    }
    .header .header__drop_item:nth-last-child(1), .header .header__drop_item:nth-last-child(2) {
        margin-left: 0 ;
    }
    .header__nav_list-wrapper {
        height: -webkit-calc(100% - 44px);
        height: calc(100% - 44px);
        overflow: scroll
    }
    .header .header__nav_list {
        display: block;
        margin: 55px auto 0 auto
    }
    .header .header__drop_item span {
        position: relative
    }
    .header .drop-item_nav {
        position: relative;
        background: transparent;
        z-index: 2;
        width: 100%;
        opacity: 1;
        top: 0;
        visibility: visible;
        color: rgba(33, 33, 33, .53)
    }
    .header .drop-item_nav li a {
        padding: 5px 20px 5px;
    }
    .header .drop-item_nav {
        position: relative;
        background: transparent;
        z-index: 2;
        width: 100%;
        opacity: 1;
        top: 0;
        visibility: visible;
        color: rgba(33, 33, 33, .53);
        box-shadow: none
    }
    .header .drop-item_nav li:last-of-type {
        position: relative
    }
    .header .account-mobile.open-form .login-form-mobile {
        position: absolute;
        opacity: 1;
        pointer-events: auto;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        padding: 40px 32px 25px;
        background: #DEE9EC;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
        z-index: 2;
        height: 100%;
        width: 100% !important;
    }
    .header .account-mobile.open-form .login-form-mobile input[type=text],
    .header .account-mobile.open-form .login-form-mobile input[type=password] {
        background: transparent;
        border: none;
        border-bottom: 1px solid #000;
        width: 100%;
        line-height: 175%;
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 0px;
        display: block
    }
    .header .account-mobile.open-form .login-form-mobile input[type=password] {
        margin-bottom: 12px;
    }
    .account_head-mobile {
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }
    .header .account-mobile.open-form .login-form-mobile .login-form_title {
        color: #212121;
        text-align: center;
        display: block;
        font-size: 16px
    }
    .header .account-mobile.open-form .login-form-mobile .login-form_remember {
        display: block;
        color: #000;
        font-size: 12px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding-left: 0px;
        cursor: pointer
    }
    .header .account-mobile.open-form .login-form-mobile .login-form_remember .custom-checkbox {
        display: block;
        position: relative;
        background: #fff;
        width: 11px;
        height: 11px;
        left: 0;
        top: 3px;
        margin-right: 10px
    }
    .header .account-mobile.open-form .login-form-mobile .custom-checkbox_label {
        display: block
    }
    .header .account-mobile.open-form .login-form-mobile .btn.open-new-acc {
        background: transparent;
        border-color: #fff;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear
    }
    .mobile-menu-wrap {
        height: 100%
    }
    .menu_wr {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .top_block__title {
        font-size: 36px;
        line-height: 120%;
    }
    .pricing .green-block__row .green-block:before {
        top: 11px;
    }
    .retail-fulfilment .step_list .green-title {
        font-size: 17px;
    }
    .distribution-warehousing .block_with_illustration.bot .text-left,
    .artificial-intelligence .two_cards__block {
        column-count: 1;
    }
    .common-title {
        font-size: 18px;
        line-height: 23px;
    }
    .distribution-warehousing .icon__list .list > * {
        width: -webkit-calc(33.33333% - 32px * 2 / 3);
        width: calc(33.33333% - 32px * 2 / 3);
    }
    body .quote-form-section .input-placeholder {
        margin-bottom: 12px;
    }
    .client-support .block_with_illustration__content .img,
    .international-fulfilment .block_with_illustration-mid .block_with_illustration__content .img,
    .about_contact-form-description,
    .referral-partnerships .img,
    .discover-the-world-with-us .step_list__item-inner .img,
    .our-key-principles .block_with_illustration__content .img,
    .who_is_hubgeo .block_with_illustration__content .text_wr {
        margin-bottom: 16px;
    }
    body .apply_form .apply_form_job:first-child,
    .pricing .green-block__section,
    .distribution-warehousing .step_list-3,
    .plan_cards__block {
        margin-bottom: 28px;
    }
    .commerce-edi .step_list__content > *:not(:last-child),
    body .referral-partnerships .steps__block > *,
    body .plan_cards__block > *:not(.img-item, .combined) {
        margin-bottom: 24px;
    }
    .fulfilment-by-amazon .ship__block .img,
    .fulfilment-by-amazon .block_with_illustration__content .img,
    .who_is_hubgeo .block_with_illustration p + img {
        margin: 0 auto 16px;
        order: -1;
    }
    .referral-partnerships .steps__block > *,
    .plan_cards__block > *:not(.img-item, .combined) {
        margin-bottom: 40px;
    }
    .distribution-warehousing .order-fulfillment-ist,
    .sec-decor,
    .international-fulfilment .step_list-bot,
    .block_with_illustration.underdash,
    .commerce-edi .info_section,
    .step_list,
    .contact__block {
        margin-bottom: 60px;
    }
    .step_list {
        padding-top: 0;
        padding-bottom: 0;
    }
    .customer-support__wr > .img,
    .frontpage .warehousing__item > .img,
    .frontpage .fulfillment__block > .img {
        order: -1;
        margin-bottom: 16px;
    }
    .fulfilment-by-amazon .ship__block img,
    .img-item img,
    .step_list__item-inner img,
    .customer-support__wr > .img img,
    .frontpage .warehousing__item > .img img,
    .frontpage .fulfillment__block > .img img {
        margin: 0 auto;
    }
    .title {
        font-size: 22px;
        line-height: 28px;
        text-transform: uppercase;
        text-align: center;
    }
    .cv-uploader__description,
    body .apply_form_job__title,
    .fulfilment-by-amazon .ship__block .title {
        text-align: left;
    }
    .cv-uploader__description {
        margin-bottom: 32px;
    }
    body .apply_form .info_section__list {
        margin-left: 0;
    }
    body .apply_form_job__title {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 8px;
    }
    .our-key-principles .step_list {
        margin-bottom: 0;
    }
    body .apply_form .apply_form_job-poster-wrapper {
        width: auto;
    }
    .map_section {
        padding: 0;
    }
    .map__wrapper {
        margin-bottom: 0;
        overflow: hidden;
    }
    .map__wrapper iframe {
        height: 650px !important;
        margin-top: -150px;
    }
    .partner, .call-us, .start_now {
        margin-top: 60px;
    }
    .distribution-warehousing .order-fulfillment-ist_block,
    .info_section_content,
    .fulfilment-by-amazon .green-block__section .el {
        padding: 60px 11px;
    }
    .timeline_list__list {
        padding: 0;
    }
    .timeline_list__item {
        width: -webkit-calc(100% - 47px);
        width: calc(100% - 47px);
        margin-bottom: 24px;
        margin-right: 0;
        margin-left: auto;
        padding-top: 14px;
        padding-bottom: 14px;
        min-height: 67px;
    }
    .timeline_list__list > * .list-number {
        width: 67px;
        height: 67px;
        line-height: 65px;
        margin: 0 0 0 -47px;
        left: 0 !important;
        right: auto;
        background: #fff;
        color: #002437;
        font-size: 33px;
    }
    .footer-info-item {
        width: 50%;
    }
    body .apply_form_job-link-wrapper .subtitle {
        font-size: 18px;
        line-height: 23px;
        font-weight: 600;
        text-align: center;
    }
    .customer-support__wr > * {
        width: 100%;
    }
    .title-2 {
        font-size: 24px;
        line-height: 33px;
    }
    .support-form-wrap {
        padding-top: 24px;
    }
    .subscribe-section .title-2 {
        text-align: center;
    }
    .support-form-wrap .btn {
        margin: 0 auto;
        display: block;
    }
    .footer-info {
        display: none;
    }
    .customer-support__phone a {
        font-size: 20px;
        line-height: 27px;
    }
    .feedback-landscape-container {
        padding: 0 24px;
        max-width: 100%;
        box-shadow: none;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: none;
    }
    .feedback-landscape-container .bot {
        position: relative;
        width: 100%;
        order: -2;
        margin-bottom: 50px;
    }
    .feedback-landscape .container {
        padding: 0;
    }
    .feedback-landscape-info {
        margin-bottom: 32px;
        font-size: 16px;
        margin-left: -24px;
        margin-right: -24px;
        padding: 40px 24px;
        background: #fff;
    }
    .bottom-part {
        padding: 32px 0 0;
        background: none;
        overflow: hidden;
    }
    .text-img:not(img-right) .text_wr {
        width: 100%;
    }
    .international-fulfilment .text-img .block_with_illustration__content .img {
        margin-bottom: 24px;
    }
    .contact-us + .bottom-part .faq-section {
        margin-bottom: 0 !important;
    }
    .feedback-landscape-info-text:before,
    .feedback-landscape-info-text:after {
        font-size: 25px;
    }
    .customer-support {
        padding: 40px 0 0;
    }
    .support-block {
        background-position: right 69%;
    }
    .customer-support__wr > * {
        padding: 0;
    }
    .customer-support__description {
        margin-bottom: 40px;
    }
    .support-form-wrap:after {
        display: none;
    }
    .support-form-wrap {
        padding: 40px 24px;
        margin-left: -24px;
        margin-right: -24px;
        width: auto;
    }
    .feedback-landscape-container .info {
        position: absolute;
        bottom: 0;
        right: 0;
        background: #fff;
        -webkit-transform: translateY(36px);
        -moz-transform: translateY(36px);
        -ms-transform: translateY(36px);
        transform: translateY(36px);
        padding: 12px;
        left: 20%;
    }
    .text-img .block_with_illustration__content > *,
    .contact__content > * {
        width: 100%;
    }
    .contact__addresses {
        column-gap: 0;
        margin-bottom: 16px;
    }
    .address__item {
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px);
    }
    .text-img iframe {
        position: static;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 -15px 32px -15px;
        height: 270px;
    }
}
@media screen and (max-width: 980px) {
    .header .account-mobile.open-form .login-form-mobile {
        position: absolute;
        opacity: 1;
        pointer-events: auto;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        padding: 40px 32px 25px;
        background: #DEE9EC;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
        z-index: 2
    }
    .header .account-mobile.open-form .login-form-mobile .login-form_title {
        color: #212121;
        text-align: center;
        display: block;
        font-size: 16px
    }
    .header .account-mobile.open-form .login-form-mobile input[type=text], .header .account-mobile.open-form .login-form-mobile input[type=password] {
        background: transparent;
        border: none;
        border-bottom: 1px solid #000;
        width: 100%;
        line-height: 175%;
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 0px
    }
    .header .account-mobile.open-form .login-form-mobile .error-login {
        font-size: 12px;
        color: #fff !important;
        text-align: center;
        margin-top: 20px
    }
    .header .account-mobile.open-form .login-form-mobile input {
        margin-top: 24px !important;
    }
    .header .account-mobile.open-form .login-form-mobile .login-form_remember {
        display: block;
        color: #000;
        font-size: 12px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding-left: 0px;
        cursor: pointer
    }
    .header .account-mobile.open-form .login-form-mobile .btn.open-new-acc {
        background: transparent;
        border-color: #fff;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear
    }
    .header .drop-item_nav {
        box-shadow: none
    }
    .our-key-principles .step_list .step_list__content:after,
    .header .header__nav_wr {
        display: none
    }
    .header .header__nav_list {
        display: block;
        margin: 55px auto 0 auto
    }
    .header .header .header__link {
        display: block
    }
    .header__drop_item > a,
    .header__drop_item > span {
        font-size: 16px;
    }
    .header .header__drop_item span {
        position: relative
    }
    .header .header__link:first-child {
        margin: -21px 50px -21px 0;
        position: relative;
        overflow: visible
    }
    .our-key-principles .step_list .step_list__content {
        padding: 40px 24px;
    }
    .top_block__illustration-wrapper .top_block__inner {
        top: 30%;
    }
    .block_with_illustration.right .text_wr {
        margin-left: 0;
        padding: 40px 0 40px 24px;
    }
    .header .client-support {
        border-radius: 60px;
        border: 2px solid #DEE9EC
    }
    .header .client-support .btn {
        padding: 17px 27px
    }
    .header .drop-item_nav {
        position: relative;
        background: transparent;
        z-index: 2;
        width: 100%;
        opacity: 1;
        top: 0;
        visibility: visible;
        color: rgba(33, 33, 33, .53)
    }
    .header .drop-item_nav li:hover {
        background: transparent
    }
    .header .drop-item_nav li a {
        padding: 5px 20px 5px
    }
    .header .drop-item_nav:after {
        display: none
    }
    .header .drop-item_nav li:last-of-type {
        position: relative
    }
    .header .account-mobile.open-form .login-form-mobile {
        position: absolute;
        opacity: 1;
        pointer-events: auto;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        width: 288px;
        padding: 40px 32px 25px;
        background: #DEE9EC;
        transition: .3s linear;
        z-index: 2
    }
    .header .account-mobile.open-form .login-form-mobile .login-form_remember {
        display: block;
        color: #000;
        font-size: 12px;
        display: flex;
        position: relative;
        padding-left: 0px;
        cursor: pointer
    }
    .header .account-mobile.open-form .login-form-mobile .login-form_remember .custom-checkbox {
        display: block;
        position: relative;
        background: #fff;
        width: 11px;
        height: 11px;
        left: 0;
        top: 3px;
        margin-right: 10px
    }
    .header .account-mobile.open-form .login-form-mobile input {
        display: block
    }
    .header .account-mobile.open-form .login-form-mobile input[type=text], .header .account-mobile.open-form .login-form-mobile input[type=password] {
        background: transparent;
        border: none;
        border-bottom: 1px solid #000;
        width: 100%;
        line-height: 175%;
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .header .account-mobile.open-form .login-form-mobile .custom-checkbox_label {
        display: block
    }
    .header .account-mobile.open-form .login-form-mobile .login-form_title {
        color: #212121;
        text-align: center;
        display: block;
        font-size: 16px
    }
    .header .account-mobile.open-form .login-form-mobile .btn.open-new-acc {
        background: transparent;
        border-color: #fff;
        transition: .3s linear
    }
    .header .account-mobile.open-form .login-form-mobile .btn.open-new-acc:hover {
        color: #03a08c;
        border-color: #03a08c
    }
    .header .account-mobile.open-form .login-form-mobile .error-login {
        font-size: 12px;
        color: red;
        text-align: center;
        margin-top: 20px
    }
}
@media screen and (max-width: 800px) {
    .header .drop-item_nav {
        box-shadow: none
    }
    .header .header__nav_wr {
        display: none
    }
    .header .header__nav_list {
        display: block;
        margin: 55px auto 0 auto
    }
    .header .header .header__link {
        display: block
    }
    .header .header__drop_item span {
        position: relative
    }
    .header .header__link:first-child {
        margin: -21px 50px -21px 0;
        position: relative;
        overflow: visible
    }
    .header .client-support {
        border-radius: 60px;
        border: 2px solid #DEE9EC
    }
    .header .client-support .btn {
        padding: 17px 27px
    }
    .header .drop-item_nav {
        position: relative;
        background: transparent;
        z-index: 2;
        width: 100%;
        opacity: 1;
        top: 0;
        visibility: visible;
        color: rgba(33, 33, 33, .53)
    }
    .header .drop-item_nav li:hover {
        background: transparent
    }
    .header .drop-item_nav li a {
        padding: 5px 20px 5px
    }
    .header .drop-item_nav:after {
        display: none
    }
    .header .drop-item_nav li:last-of-type {
        position: relative
    }
    .header .account-mobile.open-form .login-form-mobile {
        position: absolute;
        opacity: 1;
        pointer-events: auto;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        width: 288px;
        padding: 40px 32px 25px;
        background: #DEE9EC;
        transition: .3s linear;
        z-index: 2
    }
    .header .account-mobile.open-form .login-form-mobile .login-form_remember {
        color: #000;
        font-size: 11px;
        display: flex;
        position: relative;
        padding-left: 0px;
        cursor: pointer
    }
    .header .account-mobile.open-form .login-form-mobile .login-form_remember .custom-checkbox {
        display: block;
        position: relative;
        background: #fff;
        width: 11px;
        height: 11px;
        left: 0;
        top: 3px;
        margin-right: 10px
    }
    .header .account-mobile.open-form .login-form-mobile input {
        display: block
    }
    .header .account-mobile.open-form .login-form-mobile input[type=text], .header .account-mobile.open-form .login-form-mobile input[type=password] {
        background: transparent;
        border: none;
        border-bottom: 1px solid #000;
        width: 100%;
        line-height: 175%;
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 0px
    }
    .header .account-mobile.open-form .login-form-mobile .custom-checkbox_label {
        display: block
    }
    .header .account-mobile.open-form .login-form-mobile .login-form_title {
        color: #212121;
        text-align: center;
        display: block;
        font-size: 16px
    }
    .header .account-mobile.open-form .login-form-mobile .error-login {
        font-size: 12px;
        color: red;
        text-align: center;
        margin-top: 20px
    }
    .mobile-menu-wrap {
        height: 100%
    }
    .mobile_menu.show {
        transform: translateY(0%);
        position: absolute;
        width: 100%;
        z-index: 9;
        height: 100vh;
        top: 0px;
        display: block;
        font-size: 13px;
        text-align: center
    }
}
@media screen and (max-width: 768px) {
    .footer-info-item {
        width: 100%;
    }
    .timeline_list__item {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        text-align: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .timeline_list__item .text {
        width: 100%;
        max-width: 270px;
    }
    .list-number {
        width: 150px;
        height: 150px;
        background: #FBF3F3;
        color: #FBF3F3;
        font-size: 48px;
    }
    .list-number {
        margin: 0 auto -24px;
    }
    .distribution-warehousing .icon__list .list > * {
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px);
        font-size: 18px;
    }
    #not-identical, .form-apply .note {
        font-size: 12px;
        line-height: 12px;
    }
    .header .drop-item_nav {
        box-shadow: none
    }
    .header .header__nav_wr {
        display: none
    }
    .header .header__nav_list {
        display: block;
        margin: 55px auto 0 auto
    }
    .header .header .header__link {
        display: block
    }
    .header .header__drop_item span {
        position: relative
    }
    .header .header__link:first-child {
        margin: -21px 50px -21px 0;
        position: relative;
        overflow: visible
    }
    .header .client-support {
        border-radius: 60px;
        border: 2px solid #DEE9EC
    }
    .header .client-support .btn {
        padding: 17px 27px
    }
    .header .drop-item_nav {
        position: relative;
        background: transparent;
        z-index: 2;
        width: 100%;
        opacity: 1;
        top: 0;
        visibility: visible;
        color: rgba(33, 33, 33, .53)
    }
    .header .drop-item_nav li:hover {
        background: transparent
    }
    .header .drop-item_nav li a {
        padding: 5px 20px 5px
    }
    .header .drop-item_nav:after {
        display: none
    }
    .header .drop-item_nav li:last-of-type {
        position: relative
    }
    .header .account-mobile.open-form .login-form-mobile {
        position: absolute;
        opacity: 1;
        pointer-events: auto;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        width: 288px;
        padding: 40px 32px 25px;
        background: #DEE9EC;
        transition: .3s linear;
        z-index: 2
    }
    .header .account-mobile.open-form .login-form-mobile .login-form_remember {
        display: block;
        color: #000;
        font-size: 11px;
        display: flex;
        position: relative;
        padding-left: 0px;
        cursor: pointer
    }
    .header .account-mobile.open-form .login-form-mobile .login-form_remember .custom-checkbox {
        display: block;
        position: relative;
        background: #fff;
        width: 11px;
        height: 11px;
        left: 0;
        top: 3px;
        margin-right: 10px
    }
    .header .account-mobile.open-form .login-form-mobile input {
        display: block
    }
    .header .account-mobile.open-form .login-form-mobile input[type=text], .header .account-mobile.open-form .login-form-mobile input[type=password] {
        background: transparent;
        border: none;
        border-bottom: 1px solid #000;
        width: 100%;
        line-height: 175%;
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 0px
    }
    .header .account-mobile.open-form .login-form-mobile .custom-checkbox_label {
        display: block
    }
    .header .account-mobile.open-form .login-form-mobile .login-form_title {
        color: #212121;
        text-align: center;
        display: block;
        font-size: 16px
    }
    .header .account-mobile.open-form .login-form-mobile .error-login {
        font-size: 12px;
        color: red;
        text-align: center;
        margin-top: 20px
    }
    .mobile-menu-wrap {
        height: 100%
    }
    .mobile_menu.show {
        transform: translateY(0%);
        position: absolute;
        width: 100%;
        z-index: 9;
        height: 100vh;
        top: 0px;
        display: block;
        font-size: 13px;
        text-align: center
    }
}
@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
    }
}