@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato/latoregular.woff2") format("woff"),
    url("../fonts/lato/latoregular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato/latomedium.woff2") format("woff"),
    url("../fonts/lato/latomedium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato/latosemibold.woff2") format("woff"),
    url("../fonts/lato/latosemibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato/latobold.woff2") format("woff"),
    url("../fonts/lato/latobold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 16px;
    line-height: 130%;
    color: #333;
    position: relative;
    font-family: 'Lato', sans-serif;
}
* {
    -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: #F9BF02;
}
textarea,
select,
*[type=tel],
*[type=text],
*[type=email],
*[type=number],
*[type=password] {
    background: #fff;
    padding: 0 19px;
    font-weight: 400;
    font-size: 16px;
    color: #818181;
    height: 48px;
    border: 0;
    border-left: 4px solid #F9BF02;
    font-family: 'Lato', sans-serif;
    width: 100%;
}
textarea:focus,
*[type=tel]:focus,
*[type=text]:focus,
*[type=email]:focus,
*[type=number]:focus,
*[type=password]:focus {
    background: #E3E2DE !important;
}
.input-placeholder {
    margin-bottom: 14px;
}
textarea {
    height: 148px;
    resize: none;
    padding: 12px 19px;
}
select {
    background: #fff url(../img/chevron.svg) no-repeat right 10px center;
    cursor: pointer;
}
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: 1230px;
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.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: #266B91;
    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: #266B91;
}
.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;
}
@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: #266B91;
    }
    25% {
        background: #3bbfdf;
    }
    50% {
        background: #ffbf1a;
    }
    75% {
        background: #3e3f41;
    }
    100% {
        background: #266B91;
    }
}
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 #266B91;
    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: #266B91;
    border-radius: 14px;
    text-align: center;
}
.btn:hover {
    background: #fff;
    color: #266B91;
    border-color: #266B91;
}
.btn-2 {
    background: #F9BF02;
    color: #fff;
    border-color: #F9BF02;
}
.btn-2:hover {
    background: #fff;
    color: #333 !important;
    border-color: #F9BF02;
}
.btn-3 {
    background: #fff;
    color: #266B91;
    border-color: #fff;
}
.btn-3:hover {
    background: #266B91;
    color: #fff !important;
    border-color: #266B91;
}
.check .custom-checkbox:before {
    content: url(../img/tick.svg);
    position: absolute;
    left: 1px;
    top: -2px;
    width: 10px
}
/*Header*/
.header {
    display: flex;
    padding: 37px 0;
    font-size: 18px;
    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.sticky {
    background-color: #fafafa;
}
.header .acc-close-btn {
    text-align: right
}
.header .logo {
    position: absolute;
    left: 30px;
    top: 47%;
    transform: translateY(-50%);
    width: 145px
}
.header .logo img {
    display: block;
    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 .drop-item_nav li:hover {
    background: rgba(184, 220, 231, 0.54);
}
.header .drop-item_nav li:last-of-type {
    padding-bottom: 20px
}
.header .drop-item_nav li:first-of-type {
    padding-top: 15px
}
.header__drop_item a {
    color: #333;
}
.header__drop_item a:hover {
    text-decoration: none;
}
.header__drop_item > a,
.header__drop_item > span {
    position: relative;
    z-index: 2;
    color: #333;
    padding: 14px 0px;
    line-height: 20px;
    display: block;
    text-transform: uppercase;
}
.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;
    border: 2px solid #F9BF02;
    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: linear-gradient(124.4deg, #B8DCE7 10.8%, #65B1C6 87.34%);
    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] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    line-height: 175%;
    font-size: 16px;
    margin-top: 30px;
    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: 32px;
    width: 100%
}
.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 auto;
}
.header .header__drop_item {
    cursor: pointer;
    position: relative;
    padding: 0 8px;
}
.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;
}
.top_block + * {
    position: relative;
    z-index: 2;
}
.top_block .container {
    position: relative;
}
.top_block__illustration-wrapper {
    height: 740px;
}
.top_block__illustration-wrapper .top_block__inner {
    width: 1180px;
    max-width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}
.top_block__title {
    font-size: 64px;
    line-height: 120%;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 0;
}
.careers .top_block__title {
    text-transform: uppercase;
}
.top_block__title .regular {
    font-weight: 400;
}
.top_block__illustration-inner {
    height: 100%;
}
.top_block__illustration-inner img {
    display: block;
    margin: 0 0 0 auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}
.tos .top_block {
    margin-bottom: 80px;
}
.tos-block {
    margin-bottom: 80px;
}
.tos-block .common-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #266B91;
    margin-bottom: 30px;
}
.tos-block__inner {
    padding: 60px 7%;
    border: 3px solid #266B91;
}
.menu_toggle {
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.menu_toggle:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: #000;
    box-shadow: 0 -6px 0 #000, 0 6px 0 #000;
}
.menu_toggle {
    display: none;
}
/*End Header*/
/*Content*/
.main {
    overflow: hidden;
    padding-top: 124px;
    min-height: 100vh;
}
.content {
    position: relative;
    z-index: 1;
}
.title {
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 40px;
    margin-top: 0;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    color: #266B91;
}
.title-2 {
    position: relative;
    font-weight: 600;
    font-size: 34px;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.title-2:after {
    content: '';
    display: block;
    position: absolute;
    height: 6px;
    width: 176px;
    background: #F9BF02;
    top: 100%;
    left: 0;
    margin-top: 8px;
}
.title-2.center:after {
    right: 0;
    margin: auto;
}
.title-3 {
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    text-transform: uppercase;
    color: #0B2148;
}
.title-4 {
    font-weight: 600;
    font-size: 34px;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 32px;
    color: #F9BF02;
}
.title-5 {
    font-weight: 600;
    font-size: 34px;
    line-height: 46px;
    color: #333333;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.bottom-part {
    padding: 140px 0 140px;
    background: url(../img/img-9.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.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 .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 7%;
    border: 1px solid #266B91;
}
.commerce-edi .step_list__content .img {
    margin-bottom: 32px;
    height: 85px;
}
.commerce-edi .step_list__content img {
    margin: 0 auto;
}
.commerce-edi .title-green {
    font-weight: 600;
    font-size: 34px;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.commerce-edi .sub {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}
.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: 40px;
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
}
.info_section__list-item:before {
    position: absolute;
    left: 0px;
    content: url(../img/check-2.svg);
}
.step_list.yellow .step_list__content > * {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    background: #E3E2DE;
    padding: 60px 7%;
    margin-bottom: 24px;
}
.step_list .title-2 {
    ont-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #266B91;
}
.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: #266B91;
}
.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 {
    background: url(../img/img-31.png) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0 36px;
}
.fulfilment-by-amazon .green-block__section .el {
    margin-bottom: 36px;
}
.fulfilment-by-amazon .green-block__section .green-block {
    margin-bottom: 24px;
    background: #FFFFFF;
    border: 1px solid #266B91;
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    padding: 60px 7%;
}
.fulfilment-by-amazon .green-block__section .green-block:before {
    position: absolute;
    top: 0;
    left: 0px;
    content: url(../img/check-2.svg);
}
.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: 32px;
    background: none;
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    background: #E3E2DE;
    border: 0;
    padding: 60px 7%;
}
.fulfilment-by-amazon .plan_cards__block .title-2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #266B91;
}
.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-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: inline-block;
    width: 100%;
}
.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 .partner,
.international-fulfilment .bottom-section-wrap {
    background: url(../img/img-23.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0 110px;
    position: relative;
    margin-bottom: 0 !important;
}
.crowdfunding-fulfilment .partner {
    padding: 95px 0 95px;
}
.international-fulfilment .bottom-section-wrap .text-left {
    max-width: 544px;
}
.partner .container {
    position: relative;
    z-index: 1;
}
.crowdfunding-fulfilment .plan_cards {
    background: #F2F1ED;
}
.crowdfunding-fulfilment .plan_cards.mid {
    background: url(../img/img-36.png) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 0;
}
.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 {
    background: none;
    padding: 0;
    border: 0;
}
.crowdfunding-fulfilment .plan_cards.mid .common-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #266B91;
    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;
}
.partner,
.call-us,
.start_now {
    background: url(../img/img-23.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 137px 0 158px;
    position: relative;
}
.start_now .title {
    color: #F9BF02;
}
.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: #F9BF02;
}
.call-us__text,
.start_now .text {
    margin-bottom: 46px;
}
.dyk {
    margin-bottom: 80px;
}
.dyk-inner {
    max-width: 600px;
    margin: 0 auto 40px;
}
.feedback-landscape-container {
    padding: 80px 100px 40px;
    border-top: 6px solid #266B91;
    box-shadow: 1px 9px 27px 9px rgba(141, 141, 141, 0.25);
    position: relative;
    z-index: 2;
    background: #fff;
    max-width: 800px;
    margin: 0 auto;
    color: #0B2148;
}
.feedback-landscape .container {
    position: relative;
}
.feedback-landscape .container:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 57px;
    bottom: 43px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #fff;
    border-top: 6px solid #266B91;
    width: -webkit-calc(100% + 120px);
    width: calc(100% + 120px);
    max-width: 920px;
    box-shadow: 1px 9px 27px 9px rgba(141, 141, 141, 0.25);
}
.feedback-landscape-container img {
    max-width: 72px;
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.feedback-landscape-info {
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
}
.feedback-landscape-info-text {
    position: relative;
}
.feedback-landscape-info-text:before,
.feedback-landscape-info-text:after {
    content: '"';
    display: inline-block;
    position: relative;
    font-size: 40px;
    line-height: 50%;
    font-weight: 700;
}
.feedback-landscape .img {
    margin-right: 14px;
}
.feedback-landscape .name {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 6px;
}
.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%;
}
.customer-support {
    padding: 60px 0;
    background: #F2F1ED;
}
.subscribe-section .title-2:after {
    display: none;
}
.customer-support-container {
    position: relative;
}
.customer-support__wr > * {
    width: 50%;
}
.customer-support__description > p {
    max-width: 488px;
    margin-bottom: 12px;
}
.customer-support__phone a {
    ont-style: normal;
    font-weight: 600;
    font-size: 34px;
    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;
    border: 0;
    border-left: 4px solid #F9BF02;
    padding-left: 8px;
    width: 100%;
    max-width: 415px;
    display: block;
    margin-bottom: 28px;
}
.block_with_illustration.b-1 {
    background: url(../img/img-11.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 115px 0;
}
.block_with_illustration.b-1 .text_wr {
    column-count: 2;
    column-gap: 15%;
}
.text-img {
    overflow: hidden;
}
.text-img.bg {
    background: #F2F1ED;
}
.text-img .block_with_illustration__content > * {
    width: 50%;
}
.text-img .block_with_illustration__content .img {
    position: relative;
}
.text-img iframe,
.text-img img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    position: absolute;
    right: 0;
    min-height: 100%;
    min-width: 100%;
    width: 50vw;
    max-width: none;
    object-fit: cover;
}
.text-img:not(img-right) .text_wr {
    width: -webkit-calc(50% - 120px);
    width: calc(50% - 120px);
    padding-top: 100px;
    padding-bottom: 100px;
}
.text-img.img-right .img {
    order: 2;
}
.text-img.img-right iframe,
.text-img.img-right img {
    right: auto;
    left: 0;
}
.about_contact-form {
    max-width: 412px;
    margin: 0 0 0 auto;
}
.text_after_subtitle {
    position: relative;
    margin-bottom: 36px;
}
.text_after_subtitle:after {
    content: '';
    display: block;
    position: absolute;
    height: 6px;
    width: 118px;
    background: #F9BF02;
    top: 100%;
    left: 0;
    right: 0;
    margin: 8px auto 0;
}
.our-key-principles .block_with_illustration__content .img {
    width: 50%;
}
.our-key-principles .block_with_illustration__content .text_wr {
    width: -webkit-calc(50% - 100px);
    width: calc(50% - 100px);
    padding-top: 150px;
    padding-bottom: 150px;
}
.step_list {
    background: #F2F1ED;
    padding: 60px 0 24px;
}
.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-processing .step_list {
    background: #fff;
    padding: 0;
}
.order-processing .step_list__item {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    margin-bottom: 24px;
    background: #E3E2DE;
    padding: 60px 7%;
}
.step_list__item .img {
    display: block;
    position: relative;
    height: 95px;
    margin-bottom: 18px;
}
.order-processing .step_list__item .img {
    margin-bottom: 32px;
}
.order-processing .step_list__item:nth-last-child(1) {
    margin: 0 auto;
}
.step_list__item img {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}
.order-processing .step_list__item img {
    left: 0;
    right: 0;
    margin: auto;
}
.step_list__item .title {
    font-size: 20px;
    line-height: 27px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 8px;
}
.step_list__item .subtitle {
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: flex-end;
    color: #266B91;
    font-weight: 400;
    margin-bottom: 18px;
}
.discover-the-world-with-us .step_list__item:not(:last-child) {
    margin-bottom: 120px;
}
.discover-the-world-with-us .step_list__item-inner .img {
    width: 50%;
}
.discover-the-world-with-us .step_list__description {
    width: -webkit-calc(50% - 130px);
    width: calc(50% - 130px);
}
.referral-partnerships .img {
    width: calc(51% - 95px);
}
.referral-partnerships .text_wr {
    width: 49%;
}
.plan_cards .block__title {
    margin-bottom: 70px;
}
.plan_cards__block > * {
    padding: 32px;
    width: -webkit-calc(33.33333% - 24px * 2 / 3);
    width: calc(33.33333% - 24px * 2 / 3);
    border: 1px solid #266B91;
}
.plan_cards__block .list__item {
    position: relative;
    padding-left: 42px;
}
.plan_cards__block .list__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    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__block .plan_cards__item .sub {
    background: url(../img/img-19.png) no-repeat left center;
    line-height: 80px;
    font-weight: 600;
    font-size: 34px;
    padding-left: 90px;
    margin-bottom: 24px;
}
.plan_cards__block .subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.order-processing .plan_cards {
    background: #F2F1ED;
    margin-bottom: 80px;
}
.order-processing .plan_cards__block .subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 24px;
}
.referral-partnerships .steps {
    margin-bottom: 80px;
    background: #FBFAF7;
    padding: 80px 0;
}
.referral-partnerships .steps__block > * {
    width: 33.33333%;
}
.referral-partnerships .steps__block .img {
    height: 124px;
    position: relative;
    margin-bottom: 25px;
}
.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 .inner {
    padding: 14px 12px;
    flex: 1;
}
.referral-partnerships .steps__block .steps__title {
    font-weight: 400;
    font-size: 40px;
    color: #F9BF02;
    line-height: 100px;
    margin-bottom: 24px;
    background: url(../img/img-20.png) no-repeat center center;
    display: block;
}
.steps__describe {
    max-width: 220px;
    margin: 0 auto;
}
.block-center {
    margin-bottom: 80px;
}
.careers .block_with_illustration__content .text_wr {
    width: -webkit-calc(45% - 35px);
    width: calc(45% - 35px);
}
.map__wrapper {
    margin-bottom: 60px;
    position: relative;
}
.contact__block {
    background: url(../img/img-24.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0;
}
.contact__content > * {
    width: -webkit-calc(50% - 26px);
    width: calc(50% - 26px);
}
.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;
}
.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;
}
.contact__addresses .list-item_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.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: 36px;
}
.order-processing .plan_cards .two_cards__item {
    background: #fff;
    padding: 24px 24px;
    width: -webkit-calc(33.33333% - 24px * 2 / 3);
    width: calc(33.33333% - 24px * 2 / 3);
    margin-bottom: 24px;
    border: 1px solid #266B91;
}
.order-processing .plan_cards .block__title {
    margin-bottom: 36px;
}
.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;
}
.order-processing .slick-slide {
    margin: 0 16px;
    padding: 12px 14px 18px;
}
.order-processing .slick-list {
    margin: 0 -16px;
    overflow: visible;
}
.order-processing .slick-list .img {
    margin-bottom: 32px;
    height: 84px;
}
.order-processing .slick-list .img img {
    margin: 0 auto;
}
.order-processing.two_cars__content {
    position: relative;
}
.order-processing .two_cards__itemInner {
    height: 100%;
}
.order-processing .slick-arrow {
    position: absolute;
    top: -45px;
    right: 0;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
}
.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);
}
.order-processing .slick-prev {
    right: 46px;
}
.our-special-features .cards__block > * {
    margin-bottom: 32px;
}
.our-special-features .cards__block .cards__item {
    background: #E3E2DE;
    border-radius: 0;
    padding: 60px 7%;
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
}
.our-special-features .title-2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #266B91;
}
.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 > * {
    margin-bottom: 24px;
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    padding: 60px 7%;
    background: #E3E2DE;
}
.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 {
    background: url(../img/img-31.png) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 80px;
}
.web-based-software .plan_cards .block__title {
    margin-bottom: 36px;
}
.web-based-software .cards__block > * {
    margin-bottom: 24px;
    padding: 60px 7%;
    background: #fff;
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    border: 0;
}
.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;
}
.e-commerce-fulfilment .step_list__content > * {
    background: #FFFFFF;
    border: 1px solid #266B91;
    padding: 24px;
    margin-bottom: 24px;
    width: -webkit-calc(33.33333% - 24px * 2 / 3);
    width: calc(33.33333% - 24px * 2 / 3);
}
.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 {
    padding-top: 0;
    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 #266B91;
}
.e-commerce-fulfilment .plan_cards__item {
    background: none !important;
    padding: 0 !important;
    border: 0 !important;
}
.e-commerce-fulfilment .plan_cards__item .img {
    margin-bottom: 18px;
    position: relative;
}
.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: #E3E2DE;
    padding: 60px 7%;
    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;
}
.distribution-warehousing .step_list-3 .last {
    background: none;
    position: relative;
    margin: 0 auto;
    padding: 0;
}
.services-beyond-order-fulfilment .step_list {
    background: none;
    padding: 0;
}
.retail-fulfilment .step_list {
    background: url(../img/img-45.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.retail-fulfilment .step_list .green-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}
.block_with_illustration.underdash {
    margin-bottom: 80px;
}
.request-a-quote .info_section_content {
    padding: 0;
}
.block_with_illustration.underdash .container {
    max-width: 620px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.block_with_illustration.underdash .container:after {
    position: absolute;
    content: '';
    display: block;
    background: #F9BF02;
    height: 6px;
    width: 176px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.distribution-warehousing .block_with_illustration.bot {
    margin-bottom: 120px;
}
.distribution-warehousing .block_with_illustration.bot .text-left {
    column-count: 2;
    column-gap: 32px;
}
.distribution-warehousing .block_with_illustration.bot .text-left > * {
    display: inline-block;
    vertical-align: top;
}
.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(25% - 24px * 3 / 4);
    width: calc(25% - 24px * 3 / 4);
    margin-bottom: 24px;
    font-weight: 600;
}
.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 {
    margin-bottom: 80px;
}
.timeline_list__item {
    width: -webkit-calc(25% - 24px * 3 / 4);
    width: calc(25% - 24px * 3 / 4);
    margin-bottom: 24px;
}
.list-number {
    text-shadow: -1px 0 #B8DCE7, 0 1px #B8DCE7, 1px 0 #B8DCE7, 0 -1px #B8DCE7;
    color: #fff;
    font-size: 96px;
    line-height: 145px;
    text-align: center;
    width: 145px;
    height: 145px;
    flex: 0 0 145px;
    margin-right: -33px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 0;
    display: none;
}
.step_list-3 {
    margin-bottom: 56px;
}
.timeline_list {
    padding-top: 39px;
}
.timeline_list__list {
    padding: 0 7% 0;
    border-left: 2px solid #F9BF02;
    border-right: 2px solid #F9BF02;
}
.timeline_list__list > * {
    text-align: center;
    padding: 24px;
    border-top: 1px solid #266B91;
    min-height: 105px;
    margin: 0;
}
.timeline_list__list > *:nth-child(odd) {
    border-right: 1px solid #266B91;
}
.timeline_list__list > *:nth-child(even) {
}
.timeline_list__list > *:nth-last-child(1) {
    border-bottom: 1px solid #266B91;
}
.timeline_list__list > *:nth-last-child(2) {
    border-bottom: 1px solid #266B91;
}
.timeline_list__item {
    width: 50%;
}
.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;
}
.client-support-list-item-wrapper {
    position: relative;
    padding: 0 0 0 65px;
    min-height: 58px;
    margin-bottom: 10px;
}
.client-support-list-item-wrapper:before {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/check-3.svg) no-repeat center center;
    width: 54px;
    height: 54px;
    left: 0;
    top: 0;
}
.client-support-list-item-answer {
    display: none;
}
.client-support-list-item-answer.current {
    display: block;
}
.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: 80px;
    background: none;
    padding: 0;
}
.pricing .step_list__content .step_list__item {
    padding: 32px;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}
.pricing .step_list__content .step_list__item:nth-child(odd) {
    width: 43.334%;
}
.pricing .step_list__content .step_list__item:nth-child(even) {
    width: 52%;
}
.pricing .step_list__content .step_list__item:nth-child(odd):after {
    content: '';
    position: absolute;
    display: block;
    width: 95%;
    height: 3px;
    background: #F9BF02;
    top: 74px;
    left: 63%;
}
.pricing .step_list__item .num {
    text-align: center;
    background: #266B91;
    border-radius: 50%;
    width: 87px;
    height: 87px;
    color: #fff;
    margin: 0 auto 36px;
    padding: 12px 0 0;
}
.pricing .step_list__item .num em {
    font-size: 48px;
    display: block;
    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 {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 22px;
    background: url(../img/check-1.svg) no-repeat center top;
}
.pricing .partner__block .title {
    margin-bottom: 14px;
}
.pricing .common-title {
    margin-bottom: 42px;
    text-transform: none;
}
.apply_form .top_block,
.client-support .top_block,
.pricing .top_block,
.services-beyond-order-fulfilment .top_block,
.retail-fulfilment .top_block,
.e-commerce-fulfilment .top_block,
.order-fulfilment-for-startups .top_block,
.crowdfunding-fulfilment .top_block,
.international-fulfilment .top_block,
.empowering-developers .top_block,
.commerce-edi .top_block,
.request-a-quote .info_section,
.fulfilment-by-amazon .top_block,
.request-a-quote .top_block {
    margin-bottom: 80px;
}
.order-fulfilment-for-startups .step_list {
    background: none;
    padding-top: 0;
}
.request-a-quote .info_section__list-item {
    width: 100%;
}
.quote-form-section {
    background: #F5F4F1 url(../img/img-61.png) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 0;
}
.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 .input-placeholder select {
    font-size: 12px;
}
.quote-form-section__hint {
    max-width: 490px;
    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: #F9BF02;
}
.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: 110px 8%;
    max-width: 650px;
    background: #F5F4F1;
    border-top: 8px solid #266B91;
    box-shadow: 1px 11px 15px rgba(164, 164, 164, 0.25);
    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 #F9BF02;
    border-radius: 16px;
    padding: 60px 75px;
}
.tos-body .block_with_border.last {
    margin-bottom: 120px;
}
.unsubscribe .top_block {
    margin-bottom: 216px;
}
#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 .form_wr > * {
    position: relative;
}
.form-apply .form_wr > *.full-width {
    width: 100%;
}
.form-apply .form_wr > * {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    margin-bottom: 24px;
}
body > div[style*='16777270'] {
    display: none !important;
}
.frontpage .top_block {
    background: #DEE9EC;
    margin-bottom: 120px;
}
.frontpage .top_block__wrapper {
    position: relative;
}
.frontpage .top_block .container {
    position: static;
}
.top_block__illustration {
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.frontpage .fulfillment__block > * {
    width: -webkit-calc(33.33333% - 24px * 2 / 3);
    width: calc(33.33333% - 24px * 2 / 3);
    background: #E3E2DE;
    padding: 24px 14px;
}
.frontpage .fulfillment__block .img {
    margin-bottom: 24px;
    height: 125px;
}
.frontpage .fulfillment__block img {
    margin: 0 auto;
}
.frontpage .fulfillment__block > *:nth-child(2) {
    background: #266B91;
    color: #fff;
}
.frontpage .fulfillment-wrap {
    margin-bottom: 120px;
}
.frontpage .fulfillment__block .text_wr {
    margin-bottom: 36px;
}
.frontpage .outsourcing {
    margin-bottom: 120px;
}
.frontpage .outsourcing .container {
    max-width: 720px;
}
.frontpage .warehousing .list > * {
    overflow-x: hidden;
}
.frontpage .warehousing .list .warehousing__item {
    overflow: hidden;
    position: relative;
}
.frontpage .warehousing .list .warehousing__item:nth-child(odd) > * {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.frontpage .warehousing .list img {
    position: absolute;
    min-width: 50vw;
    max-width: none;
    min-height: 100%;
    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(odd) img {
    left: 0;
}
.frontpage .warehousing .list .warehousing__item:nth-child(even) img {
    right: 0;
}
.frontpage .warehousing .list .text_wr {
    width: -webkit-calc(50% - 120px);
    width: calc(50% - 120px);
    padding-top: 150px;
    padding-bottom: 150px;
}
.frontpage .warehousing__item .container > * {
    width: 50%;
    position: relative;
}
.frontpage .resource {
    background: url(../img/img-7.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.frontpage .resource .container {
    max-width: 750px;
    padding-top: 120px;
    padding-bottom: 120px;
}
.frontpage .start_now {
    position: relative;
    z-index: 2;
}
.frontpage .start_now {
    background: url(../img/img-8.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}
.frontpage .start_now .container {
    position: relative;
    z-index: 1;
    max-width: 490px;
}
/*End Content*/
/*Footer*/
.footer {
    padding: 80px 0 0;
    background: #333 url(../img/img-10.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}
.footer a {
    color: #ddd;
    text-decoration: none;
}
.footer-info-item-title {
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #F9BF02;
    margin-bottom: 10px;
}
.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: linear-gradient(124.4deg, #B8DCE7 10.8%, #65B1C6 87.34%);
    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*/
/*Media*/
@media only screen and (min-width: 1024px) {
    .header .logo {
        width: 170px;
        margin-top: -5px;
    }
    .blue-parallax2 .info_section__list-item {
        min-height: 57px;
    }
}
@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) {
    .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) {
    .our-special-features .cards__block {
        padding: 0 15px;
    }
    .commerce-edi .title-green,
    .title-5,
    .artificial-intelligence .step_list .title-2 {
        font-size: 20px;
        line-height: 27px;
    }
    .our-special-features .cards__block .cards__item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .our-special-features .cards__block,
    .order-processing .block_with_illustration.important .text-left {
        column-count: 1;
        column-gap: 0;
    }
    .cv-uploader {
        width: 100%;
    }
    .careers .block_with_border.first {
        padding: 60px 15px;
    }
    body .block_with_border .title {
        font-size: 24px;
        line-height: 33px;
    }
    body .careers .browser_window {
        border: 0;
        padding: 0;
    }
    .referral-partnerships .steps__block .inner {
        padding: 0;
    }
    .plan_cards {
        padding-bottom: 0;
    }
    .referral-partnerships .steps {
        padding: 60px 0 60px;
    }
    .order-processing .top_block,
    .careers .top_block,
    .referral-partnerships .top_block,
    .discover-the-world-with-us .top_block,
    .our-key-principles .top_block {
        margin-bottom: 60px;
    }
    .text-img.img-right .img {
        order: -1;
    }
    .frontpage .resource .container {
        padding-top: 56px;
    }
    .frontpage .start_now {
        margin-top: 0;
    }
    .partner, .call-us, .start_now {
        padding: 80px 0 80px;
    }
    .title-3 {
        font-size: 26px;
        line-height: 33px;
    }
    .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;
    }
    .fulfilment-by-amazon .ship__block {
        margin-bottom: 24px;
    }
    .e-commerce-fulfilment .step_list {
        padding-top: 0;
    }
    .pricing .step_list__content .step_list__item:nth-child(odd):after {
        display: none;
    }
    .pricing .step_list__content .step_list__item {
        width: 100% !important;
        padding: 24px 0;
    }
    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,
    .e-commerce-fulfilment .step_list__content > *,
    .fulfilment-by-amazon .plan_cards__block .plan_cards__item,
    .fulfilment-by-amazon .green-block__section .green-block,
    .step_list.yellow .step_list__content > *,
    .info_section__list-item,
    .commerce-edi .step_list__content > *,
    .web-based-software .cards__block > *,
    .artificial-intelligence .two_cards__block > *,
    .order-processing .plan_cards .two_cards__item,
    body .apply_form .apply_form_job,
    .careers .block_with_illustration__content .text_wr,
    .referral-partnerships .steps__block > *,
    .plan_cards__block > *,
    .step_list__item,
    .our-key-principles .block_with_illustration__content .text_wr,
    .our-key-principles .block_with_illustration__content .img,
    .frontpage .warehousing__item .container > *,
    .frontpage .warehousing .list .text_wr,
    .frontpage .fulfillment__block > * {
        width: 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .frontpage .warehousing .list .text_wr {
        padding-top: 0;
        padding-bottom: 0;
    }
    .frontpage .warehousing .list img {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 100%;
    }
    .frontpage .fulfillment-wrap {
        margin-bottom: 56px;
    }
    .block_with_illustration__content img {
        margin: 0 auto;
    }
    .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;
        left: 0;
    }
    .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: #DEE9EC;
        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;
    }
    .text-img img {
        position: static;
        width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .text-img .img {
        margin-bottom: 24px;
    }
    .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: -16px;
    }
    .header .top-row a img {
        max-width: 100%
    }
    .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 .drop-item_nav li:last-of-type:after {
        content: "";
        position: absolute;
        width: 150px;
        height: 1px;
        background: #DEE9EC;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }
    .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;
    }
    .main .top_block__illustration-wrapper {
        height: 670px;
    }
    .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,
    .discover-the-world-with-us .step_list__item:not(:last-child),
    .step_list,
    .contact__block {
        margin-bottom: 60px;
    }
    .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,
    .our-key-principles .step_list__item .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;
    }
    body .apply_form .apply_form_job-poster-wrapper {
        width: auto;
    }
    .partner, .call-us, .start_now {
        text-align: center;
    }
    .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__item {
        width: -webkit-calc(50% - 16px);
        width: calc(50% - 16px);
        margin-bottom: 24px;
    }
    .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: 32px;
    }
    .feedback-landscape-info {
        margin-bottom: 32px;
        font-size: 16px;
    }
    .bottom-part {
        padding: 32px 0 0;
        background: none;
    }
    .text-img:not(img-right) .text_wr {
        width: 100%;
        padding-top: 0;
        padding-bottom: 24px;
    }
    .feedback-landscape .container:before {
        width: 100%;
    }
    .contact-us + .bottom-part .faq-section {
        margin-bottom: 0 !important;
    }
    .feedback-landscape-info-text:before,
    .feedback-landscape-info-text:after {
        font-size: 25px;
    }
    .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;
    }
    .main {
        padding-top: 44px;
    }
}
@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
    }
    .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 {
    }
    .header .header__drop_item span {
        position: relative
    }
    .header .header__link:first-child {
        margin: -21px 50px -21px 0;
        position: relative;
        overflow: visible
    }
    .header .account-mobile {
        border-radius: 60px;
        border: 2px solid #DEE9EC;
        padding: 17px 27px;
        margin-right: 15px
    }
    .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 .drop-item_nav li:last-of-type:after {
        content: "";
        position: absolute;
        width: 150px;
        height: 1px;
        background: #DEE9EC;
        left: 50%;
        bottom: 0;
        transform: translate(-50%)
    }
    .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 .account-mobile {
        border-radius: 60px;
        border: 2px solid #DEE9EC;
        padding: 17px 27px;
        margin-right: 15px
    }
    .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 .drop-item_nav li:last-of-type:after {
        content: "";
        position: absolute;
        width: 150px;
        height: 1px;
        background: #DEE9EC;
        left: 50%;
        bottom: 0;
        transform: translate(-50%)
    }
    .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;
        background: #DEE9EC;
        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: 170px;
    }
    .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 .account-mobile {
        border-radius: 60px;
        border: 2px solid #DEE9EC;
        padding: 17px 27px;
        margin-right: 15px
    }
    .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 .drop-item_nav li:last-of-type:after {
        content: "";
        position: absolute;
        width: 150px;
        height: 1px;
        background: #DEE9EC;
        left: 50%;
        bottom: 0;
        transform: translate(-50%)
    }
    .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;
        background: #DEE9EC;
        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
    }
}
/*New form part*/
.apply_form .form_container {
    max-width: 920px;
    margin: 0 auto 0;
    padding: 20px 15px 20px 15px;
}
.apply_form .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
}
.apply_form .input-placeholder {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.poll-row .input-placeholder {
    display: block !important;
    border: 1px solid #eee;
    border-radius: 8px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    background: rgba(255,255,255,.5);
    box-shadow: 1px 2px rgba(0,0,0,.15);
}
@media screen and (min-width: 1024px){
    .apply_form .half-width {
        width: 50%;
    }
    .apply_form .poll-row .half-width {
        width: 49%;
    }
    .poll-row .input-placeholder {
        width: 100%;
    }
}
.poll-row li input[type=radio],
.poll-row li input[type=checkbox] {
    display: inline-block;
    margin-right: 8px;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}
.apply_form .input-placeholder li {
    list-style: none;
}
.poll-row .input-placeholder label {
    padding-bottom: 8px;
    display: inline-block;
    font-weight: 600;
}
.apply_form select,
.apply_form input[type=tel],
.apply_form input[type=email],
.apply_form input[type=text] {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    display: block;
    order: 2;
    width: 100%;
    padding: 11px 10px;
    -o-transition: border-color 0.5s 0.5s ease;
    -webkit-transition: border-color 0.5s 0.5s ease;
    transition: border-color 0.5s 0.5s ease;
    color: #5A5A5A;
    border: 1px solid #5A5A5A;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: sans-serif;
    background-color: #fff;
}
.apply_form input[type=tel]:not(.zip) {
    width: -webkit-calc(88% - 10px);
    width: calc(88% - 10px);
    margin-left: 10px;
}
.apply_form select {
    cursor: pointer;
    white-space: normal;
    color: #5A5A5A;
}
.apply_form .input-placeholder__input::-webkit-input-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #5A5A5A;
}
.apply_form .input-placeholder__input::-moz-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #5A5A5A;
}
.apply_form .input-placeholder__input:-ms-input-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #5A5A5A;
}
.apply_form .input-placeholder__input:-moz-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #5A5A5A;
}
.apply_form input:focus::-webkit-input-placeholder {
    color: transparent;
}
.apply_form input:focus::-moz-placeholder {
    color: transparent;
}
.apply_form input:focus:-ms-input-placeholder {
    color: transparent;
}
.apply_form input:focus:-moz-placeholder {
    color: transparent;
}
.form-tabs {
    position: relative;
    clear: both;
    margin: 0 0 0;
    /*overflow: hidden;*/
}
.form-tabs .tab {
    padding-top: 24px;
}
.form-tabs .tab > label {
    margin: 0 auto 24px;
    width: 200px;
    display: block;
}
.form-tabs .tab > [type=radio] {
    display: none;
}
.form-tabs .content {
    display: none;
}
.form-tabs .tab > [type=radio]:checked ~ label {
    display: none;
}
.form-tabs .tab > [type=radio]:checked ~ label ~ .content {
    display: block;
}
.sub-lable {
    font-size: 90%;
}
.citizenship label {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.apply_form .input-placeholder {
    flex-wrap: wrap;
}
.apply_form .input-placeholder__placeholder {
    flex: 0 0 100%;
}
.submit_wrapper {
    width: 100% !important;
}
.apply_form input.phone-row-static-input {
    width: 12% !important;
}
.apply__uploader-wr .container {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 15px 0 15px;
}
/*End New form part*/
.video-wr {
    margin-bottom: 80px;
}
.video-wr video {
    width: 100%;
    max-width: 720px;
    display: block;
    margin: 0 auto;
}
.video-wr h2 {
    margin-bottom: 24px !important;
}