@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body {
    margin: 0;
    padding: 0;
    background: #141414;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    position: relative;
    font-family: 'Helvetica Neue', 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: #fff;
}
em {
    font-style: normal;
}
.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;
}
.flex.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.end {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.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.column.middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.text-center {
    text-align: center;
}
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;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    border: 1px solid #CBCBCB;
    border-radius: 30px;
}
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: 1648px;
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
}
.container.small {
    max-width: 550px;
}
.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: 0;
    padding: 16px 32px 16px;
    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: #EE7133;
    text-align: center;
    border-radius: 30px;
}
.btn:hover {
    opacity: .8;
}
.btn-2 {
    background: #323232;
    color: #fff !important;
}
.btn-2:hover {
    background: #fff;
    color: #323232 !important;
}
.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: 14px 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: #141414;
}
.header.nav-up {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.header.sticky {
    background-color: #141414;
}
.header .acc-close-btn {
    text-align: right
}
.header .logo {
    position: absolute;
    left: 30px;
    top: 41%;
    transform: translateY(-50%);
    width: 115px
}
.header .logo img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.header .header__nav_wr {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.header .header__nav_list {
    display: flex;
    align-items: center;
}
.header .drop-item_nav {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility 0s linear .3s;
    background: #141414;
    z-index: 2;
    width: 400px;
}
.header .drop-item_nav li {
    padding: 0;
    white-space: nowrap
}
.header .drop-item_nav li a {
    display: block;
    padding: 10px 20px 10px;
    font-size: 14px;
    text-transform: uppercase;
}
.header .drop-item_nav li:hover {
    background: #EE7133;
}
.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: #fff;
}
.header__drop_item a:hover {
    text-decoration: none;
}
.header__drop_item > a,
.header__drop_item > span {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 13px;
    padding: 16px 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: #292929;
    top: 58px;
    right: 0;
    transition: .3s linear;
    width: 300px;
}
.header .login-form .col-xs-6 a:hover,
.header .login-form a {
    display: block;
    color: #fff;
}
.header .login-form a:hover {
    color: #333;
    text-decoration: underline;
}
.header .login-form .login-form_remember {
    display: block;
    color: #fff;
    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: #EE7133;
    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;
    background: #fff;
}
.header .login-form .custom-checkbox_label {
    display: block;
    color: #fff;
}
.header .login-form .login-form_title {
    color: #fff;
    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;
    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 16px;
}
.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;
    position: relative;
    text-transform: uppercase;
}
.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
}
.link-support {
    position: relative;
    white-space: nowrap;
}
.link-support svg {
    margin-bottom: -3px;
}
.link-support svg path {
    stroke: currentColor;
}
.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;
    margin-bottom: 120px;
    padding-top: 86px;
}
.top_block .container {
    position: relative;
}
.top_block + * {
    position: relative;
    z-index: 2;
}
.frontpage .top_block {
    padding-top: 0;
}
.frontpage .top_block__illustration-wrapper {
    height: 770px;
    position: relative;
}
.apply_form .top_block__illustration-wrapper {
    height: 300px;
}
.apply_form .top_block__illustration {
    left: 0;
    width: 100%;
}
.apply_form .top_block__illustration-wrapper .top_block__inner {
    background: none;
    margin: 0 auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    color: #fff;
    text-align: center;
    width: 100%;
}
.top_block__illustration-wrapper .top_block__inner {
    max-width: 100%;
    position: relative;
    z-index: 1;
    width: 50%;
    padding: 0 0 80px;
}
.top_block__illustration {
    width: 50%;
}
.unsubscribe .top_block__illustration-wrapper .top_block__inner {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.top_block__title {
    font-size: 87px;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 1120px;
}
.top_block__title * {
    text-transform: uppercase;
    color: #EE7133;
}
.apply_form .top_block__title * {
    display: block;
}
.top_block__title + * {
    padding-top: 12px;
}
.top_block p {
    margin-bottom: 12px;
}
.top_block p:last-child {
    margin-bottom: 0;
}
.top_block__illustration-inner {
    height: 100%;
}
.top_block__illustration-inner img {
    display: block;
    margin: 0 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 30px;
}
.discover-the-world-with-us .top_block__illustration-inner img {
    margin-right: -14%;
    max-width: 114%;
}
.frontpage .top_block__illustration-inner img {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 50%;
}
.tos .top_block {
    margin-bottom: 80px;
}
.tos-block {
    margin-bottom: 80px;
}
.tos-block p + h3 {
    margin-top: 32px;
}
.tos-block .container {
    border-radius: 64px;
    background: #292929;
    padding: 90px 95px;
}
.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: #fff;
    box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
}
.menu_toggle {
    display: none;
}
/*End Header*/
/*Content*/
.main {
    overflow: hidden;
    padding-top: 84px;
}
.content {
    position: relative;
    z-index: 1;
}
.title {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 32px;
    margin-top: 0;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}
.title-2 {
    position: relative;
    font-weight: 700;
    font-size: 96px;
    line-height: 120%;
    margin-bottom: 16px;
}
.title-3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 0;
}
.title-4 {
    position: relative;
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    color: #4D4D4D;
    margin-bottom: 24px;
    display: inline-block;
}
.title-5 {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 120%;
}
.bottom-part {
    padding: 0;
    position: relative;
}
.bottom-part .container {
    position: relative;
}
.referral-partnerships .bottom-part {
    z-index: 1;
}
.commerce-edi .step_list {
    margin-bottom: 120px;
    padding: 0 70px;
}
.commerce-edi .step_list .container {
    background: #292929;
    border-radius: 30px;
    padding: 80px 64px;
}
.commerce-edi .step_list__content > * {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    padding: 32px 24px;
    background: #363636;
    border-radius: 30px;
}
.commerce-edi .step_list__content > *:last-child {
    margin: 0 auto 24px;
}
.commerce-edi .step_list__content .img {
    margin-right: 24px;
}
.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;
}
.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: 16px;
    line-height: 180%;
    padding-left: 40px;
}
.info_section__list-item:before {
    position: absolute;
    left: 0px;
    content: url(../img/check-1.svg);
}
.request-a-quote .info_section__list-item:before,
.retail-fulfilment .info_section__list-item:before,
.crowdfunding-fulfilment .info_section__list-item:before,
.international-fulfilment .info_section__list-item:before,
.commerce-edi .info_section__list-item:before {
    content: url(../img/check-2.svg);
}
.crowdfunding-fulfilment .step_list {
    margin-bottom: 96px;
}
.international-fulfilment .info_section__list-item {
    width: 50%;
}
.step_list.yellow .step_list__content > * {
    width: -webkit-calc(33.33333% - 24px * 2 / 3);
    width: calc(33.33333% - 24px * 2 / 3);
    padding: 32px 24px;
    margin-bottom: 24px;
    background: #363636;
    border-radius: 30px;
}
.step_list.yellow {
    margin-bottom: 96px;
}
.step_list.yellow .step_list__content > *:nth-child(3),
.step_list.yellow .step_list__content > *:nth-child(6) {
    background: #EE7133;
}
.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;
}
.artificial-intelligence .step_list__item {
    background: #EE7133;
    color: #fff;
    padding: 24px;
}
.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__itemInner {
    height: 100%;
}
.step_list__itemInner img {
    margin: 0 auto;
}
.step_list.yellow .step_list__itemInner {
    height: 100%;
}
.step_list.yellow .step_list__itemInner .text {
    text-align: left;
}
.fulfilment-by-amazon .block_with_illustration {
    margin-bottom: 40px;
}
.fulfilment-by-amazon .block_with_illustration__content img {
    margin: 0 auto;
}
.fulfilment-by-amazon .green-title-border__section {
    background: #E9EDF7;
    padding: 40px 0 36px;
}
.fulfilment-by-amazon .green-title-border__section .title {
    margin: 0;
}
.fulfilment-by-amazon .green-block__section {
    padding: 0 0 120px;
}
.fulfilment-by-amazon .green-block__section .el {
    margin-bottom: 36px;
}
.fulfilment-by-amazon .green-block__section .green-block {
    margin-bottom: 24px;
    background: #141414;
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    padding: 60px 7%;
    text-align: center;
    border-radius: 30px;
}
.fulfilment-by-amazon .green-block__section .container {
    background: #292929;
    border-radius: 30px;
    padding: 97px 64px 80px;
}
.fulfilment-by-amazon .green-block__section .el-2 .green-block__row > *:nth-child(2) {
    background: #EE7133;
}
.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;
}
.fulfilment-by-amazon .green-block__section .title-5 {
    text-transform: none;
    margin-bottom: 56px;
}
.fulfilment-by-amazon .block-partner {
    margin-bottom: 0;
}
.fulfilment-by-amazon .block-partner .title {
    margin-bottom: 12px;
}
.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);
}
.retail-fulfilment .info_section.bg {
    margin-bottom: 120px;
}
.retail-fulfilment .two_cards__block .step_list__item:nth-child(3),
.retail-fulfilment .two_cards__block .step_list__item:nth-child(4) {
    background: #EE7133;
}
.info_section.bg .container {
    max-width: 980px;
}
.client-support .block-center .container {
    padding: 40px;
    border: 1px solid #EE7133;
    border-radius: 30px;
}
.common-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 16px;
    position: relative;
}
.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 {
    padding: 95px 0 95px;
}
.mb {
    margin-bottom: 80px;
}
.international-fulfilment .bottom-section-wrap .text-left {
    max-width: 544px;
}
.partner .container {
    position: relative;
    z-index: 1;
}
.crowdfunding-fulfilment .plan_cards {
    padding-bottom: 20px;
}
.crowdfunding-fulfilment .info_section__list-item a {
    text-decoration: none;
    color: inherit;
}
.crowdfunding-fulfilment .plan_cards.mid {
    padding-top: 0;
}
.crowdfunding-fulfilment .plan_cards.mid .top {
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgba(242, 241, 237, .55);
    margin-bottom: 80px;
}
.e-commerce-fulfilment .plan_cards.mid .plan_cards__item,
.crowdfunding-fulfilment .plan_cards.mid .plan_cards__item {
    background: none;
    padding: 0;
}
.crowdfunding-fulfilment .plan_cards.mid .common-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #266B91;
    margin-bottom: 14px;
}
.crowdfunding-fulfilment .step_list__item {
    background: #363636;
    padding: 32px 24px;
    border-radius: 30px;
}
.crowdfunding-fulfilment .step_list__item:nth-child(3) {
    background: #EE7133;
}
.fulfilment-by-amazon .step_list {
    margin-bottom: 96px;
}
.fulfilment-by-amazon .step_list__item {
    background: #363636;
    border-radius: 30px;
    padding: 32px 24px;
}
.fulfilment-by-amazon .step_list__item:nth-child(3),
.fulfilment-by-amazon .step_list__item:nth-child(4) {
    background: #EE7133;
}
.order-fulfilment-for-startups .partner {
    padding: 160px 0 170px;
}
.order-fulfilment-for-startups .plan_cards__item {
    background: #F5F5F3;
    margin-bottom: 24px;
    padding: 60px 24px;
}
.e-commerce-fulfilment .plan_cards__item .img {
    border-bottom: 2px solid #C2042F;
}
.e-commerce-fulfilment .plan_cards__item img {
    width: 100%;
}
.partner,
.call-us,
.start_now {
    position: relative;
}
.start_now {
    margin-bottom: 120px;
}
.partner__block,
.partner__content,
.left-call-us {
    max-width: 422px;
    margin: 0 auto;
}
.dyk-wr {
    position: relative;
}
.dyk-container {
    padding: 0 0 80px;
}
.dyk-container .dyk-inner {
    background: #292929;
    padding: 80px 4% 80px 7%;
    border-radius: 30px;
}
.dyk-inner {
    position: relative;
}
.fb-wr {
    padding-top: 57px;
}
.support-block {
    padding: 0 70px;
}
.feedback-landscape-container {
    padding-bottom: 120px;
    max-width: 100%;
}
.feedback-landscape-info-text {
    position: relative;
    padding: 24px 0 0;
}
.feedback-landscape-info-text:after,
.feedback-landscape-info-text:before {
    content: '“';
    position: relative;
    display: inline-block;
}
.feedback-landscape-info-text:after {
    content: '”';
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}
.feedback-landscape .slick-list {
    overflow: visible;
    margin-left: -12px;
    margin-right: -12px;
}
.feedback-landscape .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
    min-height: 300px;
}
.feedback-landscape .name {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 6px;
}
.feedback-landscape .text {
    position: relative;
    padding: 30px 0;
}
.feedback-landscape-info .inner {
    max-width: 488px;
    margin: 0 auto;
}
.feedback-landscape-info .title {
    margin-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase;
}
.feedback-landscape-container .position {
    font-size: 18px;
    line-height: 120%;
    color: #fff;
}
.feedback-landscape-container .text-wr {
    width: 36.5%;
}
.feedback-landscape-container .text-wr > * {
    max-width: 534px;
}
.feedback-landscape-container .text-wr .title-3 {
    margin-bottom: 8px;
}
.feedback-landscape-container .img {
    width: 63.5%;
}
.customer-support {
    background: #292929;
    border-radius: 30px;
    padding: 80px 0;
}
.customer-support-container {
    position: relative;
}
.customer-support__wr > * {
    width: 50%;
}
.customer-support__wr h2 {
    margin-bottom: 24px;
}
.customer-support__description > p {
    max-width: 488px;
    margin-bottom: 12px;
}
.customer-support__phone a {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
}
.customer-support__hint {
    font-weight: 600;
}
.subscribe__title {
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 56px;
}
.subscribe-section .title-3 {
    margin-bottom: 24px;
    font-size: 32px;
}
.customer-support-subscription-form *[type="text"] {
    height: 52px;
    padding: 0;
    background: #363636;
    color: #fff;
    border: 0;
    padding-left: 8px;
    width: 90%;
    max-width: 100%;
    display: block;
    border-radius: 30px;
    margin-bottom: 14px;
}
.careers-form [type=submit],
.customer-support-subscription-form [type=submit] {
    position: relative;
}
.text-img {
    overflow: hidden;
    margin-bottom: 120px;
}
.text-img img {
    border-radius: 30px;
}
.text-img .img-right img {
   margin-left: auto;
}
.text-img .el + .el {
    margin-top: 120px;
}
.text-img.img-right .img {
    order: 2;
}
.small-c {
    width: 429px;
    max-width: 100%;
}
.small-c .title {
    margin: 0;
}
.small-c img {
    margin: 0 auto;
}
.two-col {
    margin-bottom: 120px;
}
.who_is_hubgeo .two-col {
    padding: 80px 0;
}
.about_contact-form {
    max-width: 436px;
    margin: 0 auto;
}

.about_contact-form-description .subtitle {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 8px;
}
.about_contact-form-description a {
    color: #fff;
}
.text_after_subtitle {
    position: relative;
    margin-bottom: 36px;
}
.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 {
    padding: 0;
}
.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;
    padding: 32px 24px 32px;
    background: #363636;
    border-radius: 30px;
}
.order-processing .step_list {
    padding: 80px 70px 0;
    margin-bottom: 120px;
}
.order-processing .step_list .container {
    background: #292929;
    border-radius: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
}
.order-processing .step_list__item {
    width: 50%;
    margin-bottom: 24px;
    padding: 12px 24px 12px 54px;
    -webkit-background-size: 65px;
    -moz-background-size: 65px;
    -o-background-size: 65px;
    background-size: 65px;
    position: relative;
}
.order-processing .step_list__item:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    background: url(../img/check-1.svg) no-repeat center center;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.step_list__item .img {
    display: block;
    position: relative;
    margin-bottom: 18px;
}
.step_list__item .title-wr .img {
    margin-right: 24px;
}
.order-processing .step_list__item .img {
    margin-bottom: 32px;
}
.step_list__item img {
    display: block;
}
.step_list__item .title {
    font-size: 28px;
    line-height: 120%;
    color: #4D4D4D;
    font-weight: 400;
    margin-bottom: 16px;
}
.step_list__item .subtitle {
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
    color: #266B91;
    font-weight: 400;
    margin-bottom: 32px;
    background: #fff;
    padding: 8px 16px;
}
.discover-the-world-with-us .step_list__item-inner .img {
    width: 50%;
}
.slideshow-wr {
    margin-bottom: 120px;
    background: #292929;
    border-radius: 30px;
    padding: 94px 0 80px;
}

.slideshow .slick-track {
    margin: 0 -12px;
}
.slideshow .slick-slide {
    margin: 0 12px;
    padding: 32px 24px;
    background: #363636;
    border-radius: 30px;
}
.referral-partnerships .plan_cards {
    padding-bottom: 120px;
}
.referral-partnerships .img {
    width: 50%;
}
.referral-partnerships .text_wr {
    width: 49%;
}
.plan_cards .block__title {
    margin-bottom: 70px;
}
.plan_cards__itemInner {
    height: 100%;
}
.referral-partnerships .plan_cards__block > * {
    padding: 32px 24px;
    width: -webkit-calc(33.33333% - 24px * 2 / 3);
    width: calc(33.33333% - 24px * 2 / 3);
    position: relative;
    background: #292929;
    border-radius: 30px;
}
.referral-partnerships .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;
}
.referral-partnerships .plan_cards__block .plan_cards__item .sub {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
    background: #EE7133;
    padding: 14px 0;
    border-radius: 30px;
    margin-top: 56px;
}
.referral-partnerships .plan_cards__block .subtitle {
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    bottom: 32px;
    left: 54px;
    right: 54px;
    text-align: center;
    font-size: 28px;
    line-height: 120%;
    color: #4D4D4D;
    padding: 24px;
    border: 1px solid #055E67;
    border-radius: 6px;
}
.order-processing .plan_cards {
    margin-bottom: 80px;
    padding: 0;
}
.order-processing .plan_cards__block .subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 24px;
}
.referral-partnerships .steps {
    margin-bottom: 120px;
}
.referral-partnerships .steps .container {
    max-width: 1110px;
}
.referral-partnerships .steps__block > * {
    width: -webkit-calc(33.33333% - 80px / 3);
    width: calc(33.33333% - 80px / 3);
}
.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: 0 16px;
    flex: 1;
}
.referral-partnerships .steps__block .steps__title {
    color: #fff;
    display: block;
    margin: 0 auto 8px;
    flex: 0 0 81px;
    line-height: 80px;
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    width: 81px;
    height: 81px;
    border-radius: 50%;
    border: 4px solid #EE7133;
}
.steps__describe {
    margin: 0 auto;
}
.block-center {
    margin-bottom: 80px;
}
.block-partner {
    margin-bottom: 120px;
}
.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 {
    padding: 0;
    color: #fff;
    margin-bottom: 120px;
}
.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: 14px;
}
.order-processing .block_with_illustration.yellow {
    margin-bottom: 80px;
}
.order-processing .block_with_illustration.yellow .text-left > * {
    width: -webkit-calc(50% - 86px);
    width: calc(50% - 86px);
}
.order-processing .plan_cards {
    padding-bottom: 36px;
}
.order-processing .plan_cards .two_cards__item {
    background: #363636;
    color: #fff;
    padding: 24px 24px;
    width: -webkit-calc(33.33333% - 24px * 2 / 3);
    width: calc(33.33333% - 24px * 2 / 3);
    margin-bottom: 24px;
    border-radius: 30px;
}
.order-processing .plan_cards .two_cards__item:nth-child(3),
.order-processing .plan_cards .two_cards__item:nth-child(6) {
    background: #EE7133;
}
.order-processing .plan_cards .block__title {
    margin-bottom: 36px;
}
.order-processing .plan_cards .text {
    text-align: left;
}
.order-processing .block_with_illustration.important {
    margin-bottom: 80px;
}
.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%;
}
.warehousing {
    margin-bottom: 120px;
    padding: 0 70px;
}
.warehousing .list-1 {
    margin-bottom: 40px;
}
.warehousing .list {
    gap: 24px
}
.warehousing .list .warehousing__item {
    width: -webkit-calc(33.33333% - 24px * 2 / 3);
    width: calc(33.33333% - 24px * 2 / 3);
    padding: 32px 24px;
    background: #363636;
    border-radius: 30px;
}
.warehousing .list-1 .warehousing__item:nth-child(3),
.warehousing .list-2 .warehousing__item:nth-child(2) {
    background: #EE7133;
}
.our-key-principles .warehousing .list .warehousing__item:nth-child(2) {
    background: #EE7133;
}
.warehousing .list .common-title {
    margin-bottom: 24px;
}
.warehousing .list .num {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 76.8px */
    text-transform: uppercase;
    margin-bottom: 24px;
}
.warehousing__content .container {
    background: #292929;
    border-radius: 30px;
    padding: 80px 64px 76px;
    max-width: 1775px;
}
.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;
}
.cards__item .title-wr {
    margin-bottom: 24px;
}
.cards__item .title-wr .img {
    margin-right: 24px;
}
.cards__item .common-title {
    margin: 0;
}
.crowdfunding-fulfilment .plan_cards__item .title {
    padding: 0 16px;
}
.artificial-intelligence .two_cars__content .title {
    margin-bottom: 48px;
}
.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;
    background: #F8F8FA url(../img/decor-3.svg) no-repeat center center;
}
.artificial-intelligence .partner__block {
    margin: 0 auto;
}
.two_cards__block {
    position: relative;
}
.slick-arrow {
    position: absolute;
    top: -71px;
    right: 15px;
    border: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    cursor: pointer;
}
.slick-arrow svg {
    display: block;
}
.slick-list {
    overflow: visible;
    width: 100%;
}
.slick-prev {
    right: 71px;
}
.artificial-intelligence .two_cards__block .img {
    margin-bottom: 32px;
}
.artificial-intelligence .two_cards__block img {
    margin: 0 auto;
}
.web-based-software .step_list__item {
    padding-top: 130px;
}
.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 .green-title {
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.distribution-warehousing .order-fulfillment-ist {
    margin-bottom: 120px;
}
.retail-fulfilment .blue-parallax1 {
    padding-top: 0;
}
.distribution-warehousing .title-wrap {
    padding-top: 80px;
}
.distribution-warehousing .step_list {
    padding-top: 32px;
}
.distribution-warehousing .step_list_2 {
    padding: 0 0 ;
    margin-bottom: 120px;
}
.distribution-warehousing .step_list_2 .step_list__item:nth-child(2) {
    background: #EE7133;
}
.distribution-warehousing .icon__list {
    padding-bottom: 96px;
}
.distribution-warehousing .step_list__item {
    background: #363636;
    padding: 32px 24px;
}
.e-commerce-fulfilment .plan_cards__item .img {
    margin-bottom: 18px;
    position: relative;
}
.request-a-quote .info_section_content {
    padding: 0;
}
.block_with_illustration.underdash .container {
    text-align: center;
    position: relative;
}
.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;
}
.distribution-warehousing .icon__list .list > * {
    width: -webkit-calc(16.66666% - 24px * 5 / 6);
    width: calc(16.66666% - 24px * 5 / 6);
    margin-bottom: 24px;
    padding: 32px 10px;
    border: 3px solid #EE7133;
    font-size: 16px;
    line-height: 130%;
    border-radius: 30px;
}
.distribution-warehousing .icon__list .list .img {
    position: relative;
    padding-bottom: 93%;
}
.distribution-warehousing .icon__list .list .img img {
    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%);
    max-width: 100%;
    max-height: 100%;
}
.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__list {
    position: relative;
    background: url(../img/img-59.svg) no-repeat left center;
    padding-left: 60px;
}
.list-number {
    font-size: 32px;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
}
.step_list-3 {
    margin-bottom: 56px;
}
.timeline_list {
    padding-top: 39px;
}
.timeline_list__list > * {
    margin: 0;
    position: relative;
}
.timeline_list__item {
    margin-bottom: 24px;
    min-height: 43px;
}
.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: 24px;
    background: #363636;
    padding: 24px 24px 24px 24px;
    position: relative;
    border-radius: 30px;
}
.client-support-list-item-wrapper {
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}
.client-support-list-item-question {
    position: relative;
}
.client-support-list-item-question:before {
    position: relative;
    content: '-';
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.client-support-list-item-answer {
    display: none;
    padding-top: 12px;
}
.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 {
    background: none;
    padding: 0;
    margin-bottom: 120px;
}
.pricing .step_list__content .step_list__item {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    padding: 32px 24px;
    background: #363636;
}
.pricing .step_list__content .step_list__item:last-child {
    background: #EE7133;
}
.pricing .step_list__item .num {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 24px;
}
.pricing .step_list__item .num em {
    font-size: 48px;
    color: #fff;
    display: block;
    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: 32px;
    height: 32px;
    left: 0;
    top: 12px;
    background: url(../img/check-2.svg) no-repeat center top;
}
.pricing .green-block__section .title-5 {
    margin-bottom: 12px;
    font-weight: 400;
    color: #002E5B;
}
.pricing .partner__block .title {
    margin-bottom: 14px;
}
.pricing .common-title {
    margin-bottom: 42px;
    text-transform: none;
}

.top_block a {
    color: #fff;
}
.e-commerce-fulfilment .step_list,
.order-fulfilment-for-startups .step_list {
    padding-top: 32px;
}
.order-fulfilment-for-startups .block-partner {
    margin-bottom: 0;
    padding-top: 32px;
}
.request-a-quote .info_section__list-item {
    width: 100%;
}
.quote-form-section {
    padding: 80px 70px;
    color: #fff;
}
.apply_form .top_block__title {
    font-size: 67px;
    margin: 0 auto;
}
#apply_form-section .form-top .container,
.quote-form-section .container {
    border-radius: 30px;
    background: #292929;
    background-image: url(../img/img-60.svg), url(../img/img-61.svg);
    background-position: left 0 bottom 65px, right 35px bottom -35px;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}
#apply_form-section .form-top .container > *,
.quote-form-section .container > * {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
}
.quote-form-section input[type=checkbox] + .checkbox-label:before {
    border-color: #fff;
}
.quote-form-section a {
    color: #fff;
}
.quote-form-section .input-placeholder {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    margin-bottom: 24px;
}
.quote-form-section .input-placeholder select,
.quote-form-section .input-placeholder input {
    width: 100%;
}
.quote-form-section__hint {
    max-width: 490px;
    margin: 0 auto 24px;
}
.quote-form-section .cb-wr {
    max-width: 650px;
    margin: 0 auto 12px;
}
.client-support-list {
    margin-bottom: 80px;
    padding: 0 70px;
}
.client-support-list .container {
    background: #292929;
    border-radius: 30px;
    padding: 80px 70px 56px;
}
.client-support-list-form {
    max-width: 1416px;
    margin: 0 auto;
}
.top_block__illustration-wrapper .top_block__inner .text_wr {
    padding-top: 16px;
    max-width: 100%;
    width: 540px;
}
.top_block__illustration-wrapper .top_block__inner p {
    width: 540px;
    max-width: 100%;
}
.frontpage .top_block__illustration-wrapper .top_block__inner {
    width: 80%;
}
.recover-form_wrapper {

}
.recover-form_wrapper form {
    padding: 86px 8% 66px;
    max-width: 650px;
    margin: 0 auto;
    background: #292929;
    border-radius: 30px;
    border: 1px solid #FF8049;
    position: relative;
    overflow: hidden;
}
.recover-form_wrapper form:before {
    position: absolute;
    content: '';
    display: block;
    height: 38px;
    left: 0;
    right: 0;
    top: 0;
    background: #FF8049;
}
.recover-form_wrapper *[type=text],
.recover-form_wrapper *[type=email],
.recover-form_wrapper *[type=number],
.recover-form_wrapper *[type=password] {
    border: 0;
}
.recover-form_wrapper .input_wrapper {
    margin-bottom: 12px;
}
.recover-form_wrapper .input-wrap {
    padding-top: 12px;
}
.recover-form_wrapper .link-wrap {
    padding-top: 12px;
}
.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 > * {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    margin-bottom: 24px;
}
.frontpage .top_block__illustration {
    width: 100vw;
    left: 0%;
    top: 0;
    bottom: 0;
    position: absolute;
}
/*End Content*/
/*Footer*/
.footer {
    padding: 80px 0 0;
}
.footer .img {
    width: 200px;
}
.footer a {
    text-decoration: none;
    color: #fff;
}
.footer-logo {
    margin-bottom: 25px;
}
.footer-info {
    width: 100%;
}
.footer-info-item {
    margin-bottom: 35px;
    flex: 0 0 auto;
}
.footer-info-item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}
.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: #EE7133;
    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
}
.full-width {
    width: 100% !important;
}
/*End Footer*/
/*Media*/
@media only screen and (min-width: 1024px) {
    .about_contact-form-description {
        padding-bottom: 150px;
    }
    .header .logo {
        width: 180px;
    }
    .text-img .col {
        width: -webkit-calc(50% - 45px);
        width: calc(50% - 45px);
    }
    .text-img .img-right .img {
        order: 2;
    }
    .customer-support-subscription-form *[type="text"] {
        margin-right: 32px;
    }
    .dyk-container .img {
        width: 36.5%;
    }
    .dyk-container .dyk-inner {
        width: 63.5%;
    }
    .dyk-container .img {
        position: relative;
        overflow: hidden;
    }
    .two-col .text {
        column-count: 2;
        column-gap: 50px;
    }
    .step_list.cols-2 .step_list__content {
        column-gap: 24px;
    }
    .order-fulfilment-for-startups .plan_cards__item,
    .our-special-features .plan_cards__item,
    .step_list.cols-2 .step_list__item,
    .info_section_content .col,
    .careers .browser_window > .info_section:not(.full) {
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px);
    }
    .gap {
        column-gap: 24px;
    }
}
@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: 16px
    }
    .cookies-alert_message {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px
    }
}
@media screen and (max-width: 1023px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .commerce-edi .step_list .container {
        background: none;
        padding: 0;
    }
    .warehousing {
        padding-left: 0;
        padding-right: 0;
    }
    .commerce-edi .step_list,
    .client-support-list,
    .quote-form-section,
    .support-block {
        padding-left: 24px;
        padding-right: 24px;
    }
    .top_block {
        margin-bottom: 40px;
    }
    .open-acc {
        margin-top: 12px;
    }
    .header .btn {
        width: 100%;
        display: block;
        text-align: center;
    }
    .header .logo {
        max-width: 145px;
        display: block;
    }
    .header .header__content {
        position: static;
    }
    .close-btn {
        top: 18px;
        right: 14px;
        position: absolute;
    }
    .menu_toggle {
        display: block;
    }
    .mobile_menu.show {
        transform: translateY(0%);
        position: absolute;
        background: #141414;
        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%
    }
    .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
    }
    .discover-the-world-with-us .top_block__illustration-inner img {
        max-width: 100%;
        margin-right: auto;
    }
    .order-processing .step_list {
        margin-bottom: 80px;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .fulfilment-by-amazon .green-block__section .container,
    .order-processing .step_list .container {
        padding: 0 15px;
        background: none;
    }
    .fulfilment-by-amazon .green-block__section .green-block {
        background: #292929;
    }
    .slideshow-wr {
        padding-bottom: 0px;
        margin-bottom: 80px;
        background: none;
    }
    .careers .block_with_illustration__content .text_wr {
        width: 100%;
    }
    .tos-block {
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .tos-block .container {
        padding: 32px 15px;
        border-radius: 32px;
    }
    .header .top-row a {
        width: 145px;
        margin-top: -6px;
        margin-left: -1px;
    }
    .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;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
        z-index: 2;
        height: 100%;
        width: 100% !important;
        background: #292929;
    }
    .header .account-mobile.open-form .login-form-mobile input[type=text],
    .header .account-mobile.open-form .login-form-mobile input[type=password] {
        border: none;
        border-bottom: 1px solid #000;
        width: 100%;
        line-height: 175%;
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 0px;
        display: block;
        background: #fff;
    }
    .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;
        color: #fff;
    }
    .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: 32px;
        line-height: 120%;
    }
    .timeline_list__item {
        width: 100%;
        margin-bottom: 24px;
    }
    .footer-info-item {
        width: 50%;
    }
    .customer-support__wr > * {
        width: 100%;
    }
    .support-form-wrap {
        padding-top: 24px;
    }
    .support-form-wrap .btn {
        margin: 0 auto;
        display: block;
    }
    .footer-info {
        display: none;
    }
    .contact__addresses {
        column-gap: 0;
        margin-bottom: 16px;
    }
    .address__item {
        width: 100%;
        margin-bottom: 24px;
    }
    .main {
        padding-top: 44px;
    }
    .quote-form-section .input-placeholder select {
        font-size: 11px;
    }
    .col.img {
        width: 100%;
        margin-bottom: 24px;
    }
    .img img {
        margin: 0 auto;
    }
    .top_block__illustration {
        width: 100%;
        left: 0;
        position: relative;
        height: auto;
    }
    body:not(.frontpage) .top_block__illustration {
        order: -1;
    }
    body .flex.top_block__illustration-wrapper {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        height: auto;
    }
    .top_block {
        padding-top: 24px;
    }
    .top_block__illustration-inner img {
        margin: 0 auto;
    }
    .top_block__illustration-wrapper .top_block__inner {
        width: 100%;
    }
    .customer-support-subscription-form *[type="text"] {
        width: 100%;
    }
    .top_block__illustration-wrapper .top_block__inner {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 24px 0;
    }
    .frontpage .top_block__illustration {
        position: static;
    }
    .frontpage .top_block__illustration-inner img {
        position: static;
        margin-right: -15px;
        max-width: -webkit-calc(100% + 24px);
        max-width: calc(100% + 24px);
    }
    .title {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .common-title {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .warehousing .warehousing__content .container {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 0;
        padding-bottom: 0;
        background: none;
    }
    .distribution-warehousing .step_list .container,
    .two_cards .container .title,
    .order-processing .plan_cards .container,
    .artificial-intelligence .step_list .container,
    .plan_cards .container .title,
    .warehousing .warehousing__content .container .title {
        padding: 0 15px;
    }
    .web-based-software .step_list__item,
    .crowdfunding-fulfilment .step_list__item,
    .referral-partnerships .plan_cards__block > *,
    .step_list__item,
    .warehousing .list .warehousing__item {
        padding: 32px 24px 32px;
        width: 100%;
        -webkit-background-size: 66px;
        -moz-background-size: 66px;
        -o-background-size: 66px;
        background-size: 66px;
    }
    .title-2 {
        font-size: 40px;
    }
    .start_now {
        margin-bottom: 80px;
    }
    .pricing .green-block__row .green-block,
    .pricing .step_list__content .step_list__item,
    .info_section_content .col {
        width: 100%;
    }
    .pricing .step_list__content {
        padding-top: 60px;
    }
    .pricing .step_list__item .num {
        font-size: 40px;
    }
    .client-support-list .container {
        padding: 0 0;
        background: none;
    }
    .pricing .step_list__content .step_list__item:not(:last-child) {
        margin-bottom: 15px;
    }
    .distribution-warehousing .step_list_2 {
        margin-bottom: 80px;
    }
    .quote-form-section .input-placeholder,
    .client-support-list-form .el,
    .fulfilment-by-amazon .green-block__section .green-block,
    .commerce-edi .step_list__content > *,
    .step_list.yellow .step_list__content > *,
    .order-processing .plan_cards .two_cards__item,
    .order-processing .step_list__item,
    .contact__content > *,
    .referral-partnerships .steps__block > * {
        width: 100%;
    }
    .commerce-edi .step_list__content > * {
        padding: 24px 24px;
    }
    .referral-partnerships .plan_cards__block > * {
        padding: 40px 32px 40px;
    }
    .client-support .block-center .container {
        margin-right: 15px;
        margin-left: 15px;
        width: auto;
    }
    .referral-partnerships .steps__block > *:not(:last-child),
    .referral-partnerships .plan_cards__block > *:not(:last-child),
    .step_list .step_list__item:not(:last-child) {
        margin-bottom: 24px;
    }
    .unsubscribe .top_block,
    .mb,
    .text-img,
    .order-processing .plan_cards,
    .who_is_hubgeo .two-col,
    .dyk-inner {
        margin-bottom: 40px;
    }
    .commerce-edi .step_list {
        margin-bottom: 40px;
    }
    .dyk-container {
        padding-bottom: 0;
        padding-top: 40px;
    }
    .dyk-container .img {
        width: 100%;
    }
    .fb-wr {
        padding-top: 40px;
    }
    .feedback-landscape .name {
        font-size: 20px;
    }
    .title-wr {
        flex-wrap: nowrap;
        text-align: left;
    }
    .step_list__item .title-wr .img {
        flex: 0 0 68px;
    }
    .customer-support-subscription-form *[type="text"] {
        margin-bottom: 8px;
    }
    .cards__item .title-wr .img {
        margin-right: 12px;
    }
    .client-support .block-center, .e-commerce-fulfilment .block-center, .order-fulfilment-for-startups .block-center, .international-fulfilment .block-center {
        background: none;
        min-height: 0;
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .distribution-warehousing .icon__list .list > * {
        width: -webkit-calc(50% - 12px);
        width: calc(50% - 12px);
    }
    .recover-form_wrapper {
        margin-top: 24px;
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .recover-form_wrapper form {
        padding: 60px 16px;
    }
    .dyk-container .img {
        margin-bottom: 24px;
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .customer-support {
        padding: 32px 0;
    }
    .dyk-container .dyk-inner {
        padding: 32px 24px;
    }
    .info_section_content .list-wr {
        padding-top: 24px;
    }
    .subscribe-section .title-3 {
        font-size: 24px;
    }
}
@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;
        -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] {
        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 {
        padding: 17px 27px;
        margin-right: 0
    }
    .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;
        transition: .3s linear;
        z-index: 2
    }
    .header .account-mobile.open-form .login-form-mobile .login-form_remember {
        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] {
        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 {
        padding: 17px 27px;
    }
    .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;
        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] {
        border: none;
        border-bottom: 1px solid #000;
        width: 100%;
        line-height: 175%;
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 0px
    }
    .header .account-mobile.open-form .login-form-mobile .custom-checkbox_label {
        display: block
    }
    .header .account-mobile.open-form .login-form-mobile .login-form_title {
        color: #212121;
        text-align: center;
        display: block;
        font-size: 16px
    }
    .header .account-mobile.open-form .login-form-mobile .error-login {
        font-size: 12px;
        color: red;
        text-align: center;
        margin-top: 20px
    }
    .mobile-menu-wrap {
        height: 100%
    }
    .mobile_menu.show {
        transform: translateY(0%);
        position: absolute;
        width: 100%;
        z-index: 9;
        height: 100vh;
        top: 0px;
        display: block;
        font-size: 13px;
        text-align: center
    }
    .feedback-landscape-container {
        padding-bottom: 80px;
    }
    .warehousing {
        margin-bottom: 80px;
    }
    .feedback-landscape-container .text-wr {
        width: 100%;
        margin-bottom: 24px;
    }
    .title-3 {
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .footer-info-item {
        width: 100%;
    }
    #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 {
        padding: 17px 27px;
    }
    .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;
        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] {
        border: none;
        border-bottom: 1px solid #000;
        width: 100%;
        line-height: 175%;
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 0px
    }
    .header .account-mobile.open-form .login-form-mobile .custom-checkbox_label {
        display: block
    }
    .header .account-mobile.open-form .login-form-mobile .login-form_title {
        color: #212121;
        text-align: center;
        display: block;
        font-size: 16px
    }
    .header .account-mobile.open-form .login-form-mobile .error-login {
        font-size: 12px;
        color: red;
        text-align: center;
        margin-top: 20px
    }
    .mobile-menu-wrap {
        height: 100%
    }
    .mobile_menu.show {
        transform: translateY(0%);
        position: absolute;
        width: 100%;
        z-index: 9;
        height: 100vh;
        top: 0px;
        display: block;
        font-size: 13px;
        text-align: center
    }
    .footer {
       padding: 40px 24px;
        border-radius: 30px;
        background: #292929;
        margin-top: 40px;
    }
    .footer .img {
        display: none;
    }
}
@media screen and (max-width: 540px) {
    .cookies-alert_content {
        max-width: unset;
        padding: 15px 0
    }
    .cookies-alert_message {
        margin: 10px 15px 50px 15px
    }
    .frontpage .top_block__illustration-inner img {
        width: -webkit-calc(100% + 24px);
        width: calc(100% + 24px);
    }
}
@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*/
.container {
    max-width: 100%;
}
.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 -15px;
    -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;
}
