/*mixin*/
noscript {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    line-height: 35px;
    font-size: 16px;
}
noscript h2 {
    font-family: "GothamPro Bold";
    font-weight: bold;
}
noscript p {
    font-family: "GothamPro Regular";
    margin-top: 15px;
}
noscript div {
    margin: 15px;
    padding: 15px;
    background: #ff4848;
    box-shadow: 0 0 5px #ff4848;
    border-radius: 2px;
}
.req-text {
    display: none;
}
/*Global styles start*/
.d-y-know {
    text-align: center;
    padding-top: 60px;
}
.d-y-know-title {
    line-height: 53px;
    font-size: 45px;
    font-family: "GothamPro Bold";
    color: #ffbf1a;
    margin: 0 auto 45px auto;
}
.d-y-know-description {
    line-height: 35px;
    font-size: 16px;
    color: #818181;
    margin-bottom: 50px;
    font-family: "GothamPro Regular";
}
/*Global styles end*/
/*Import files*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.header .client-support-block a span,
.header .client-support-block span span,
.header nav ul li span {
    font-size: 12px;
    white-space: nowrap;
}
.header .client-support-block a.drop-item,
.header .client-support-block span.drop-item,
.header nav ul li.drop-item {
    cursor: pointer;
    padding-right: 19px;
}
.header .client-support-block a.drop-item:after,
.header .client-support-block span.drop-item:after,
.header nav ul li.drop-item:after {
    right: 1px;
}
.header .account {
    margin-left: 5px;
}
.header .account form.login-form * {
    touch-action: none;
}
.header .account form.login-form input,
.header .account form.login-form .btn {
    appearance: none;
}
.header .account form.login-form input {
    line-height: 31px;
}
.header .account form.login-form .btn {
    line-height: 29px;
}
.header .account form.login-form input[name=email] {
    touch-action: none;
    font-size: 16px;
    color: #fff;
    height: 37px;
    padding-left: 15px;
    margin-bottom: 10px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-radius: 2px;
}
.header .account form.login-form [type=submit] {
    display: block;
    width: 100%;
    margin: 10px auto 20px auto;
}
.header .account form.login-form .login-form_title {
    margin-left: 0;
    position: relative;
}
.header .account form.login-form .login-form_title span {
    margin-left: 0;
}
.header .account form.login-form .acc-close-btn {
    display: none;
    cursor: pointer;
    position: absolute;
    top: -34px;
    right: 0;
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin: 0;
}
.header .nav-container .open-form form {
    z-index: 1;
}
.index .main-screen {
    position: relative;
    background: url(../../../public/front/img/main-bg.png) no-repeat;
    background-position: bottom;
    background-size: cover;
}
.index .main-screen #big-circle {
    top: 0px;
    left: 0px;
    position: absolute;
}
.index .main-screen #small-circle {
    top: 508px;
    left: 43px;
    position: absolute;
}
.index .main-screen .container {
    height: 753px;
    position: relative;
}
.index .main-screen_info {
    display: flex;
    width: 780px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.index .main-screen_info h1 {
    z-index: 2;
    font-size: 62px;
    line-height: 140%;
    color: #fff;
    position: relative;
}
.index .main-screen_info h1 span {
    color: #FFBF1A;
    font-family: "GothamPro Bold";
}
.index .main-screen_info p {
    margin-top: 32px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    max-width: 540px;
}
.index .main-screen .animation-container {
    top: -60px;
    left: 400px;
    width: 1186px;
    height: 835px;
    position: absolute;
    pointer-events: none;
}
.index .main-screen .animation-container #car1 {
    top: -83px;
    left: -37px;
    position: absolute;
    animation: road-car1 15s infinite linear;
    transform: rotate(0deg);
}
@keyframes road-car1 {
    0% {
        top: -83px;
        left: -37px;
    }
    20% {
        top: 133px;
        left: 239px;
        transform: rotate(0deg);
    }
    30% {
        top: 172px;
        left: 260px;
        transform: rotate(54deg);
    }
    40% {
        top: 270px;
        left: 260px;
        transform: rotate(54deg);
    }
    50% {
        top: 270px;
        left: 260px;
        transform: rotate(54deg);
    }
    60% {
        top: 270px;
        left: 260px;
        transform: rotate(-127deg);
    }
    70% {
        top: 172px;
        left: 260px;
        transform: rotate(-127deg);
    }
    80% {
        top: 121px;
        left: 228px;
        transform: rotate(-180deg);
    }
    100% {
        top: -83px;
        left: -37px;
        transform: rotate(-180deg);
    }
}
.index .main-screen .animation-container #smile1 {
    top: 390px;
    left: 285px;
}
.index .main-screen .animation-container #smile2 {
    top: 252px;
    left: 592px;
    animation: open-smile 10s infinite ease;
    animation-delay: 2s;
}
.index .main-screen .animation-container #smile3 {
    top: 634px;
    left: 136px;
    animation: open-smile 20s infinite ease;
    animation-delay: 1s;
}
.index .main-screen .animation-container #smile4 {
    top: 165px;
    left: 814px;
    animation: open-smile 10s infinite ease;
    animation-delay: 1s;
}
.index .main-screen .animation-container #smile5 {
    top: 470px;
    left: 622px;
    animation: open-smile 20s infinite ease;
}
.index .main-screen .animation-container .smile {
    opacity: 0;
    position: absolute;
    animation: open-smile 15s infinite ease;
    transform: scale(0.1);
}
@keyframes open-smile {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    40% {
        opacity: 0;
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    60% {
        opacity: 0;
        transform: scale(0.1);
    }
    100% {
        opacity: 0;
        transform: scale(0.1);
    }
}
.index .main-screen .animation-container #car2 {
    top: -39px;
    left: 456px;
    position: absolute;
    animation: road-car2 10s infinite linear;
    animation-delay: 2s;
    transform: rotate(-85deg);
}
@keyframes road-car2 {
    0% {
        top: -39px;
        left: 456px;
        transform: rotate(-85deg);
    }
    10% {
        top: 58px;
        left: 388px;
        transform: rotate(-85deg);
    }
    20% {
        top: 90px;
        left: 382px;
        transform: rotate(-130deg);
    }
    25% {
        top: 120px;
        left: 400px;
        transform: rotate(-174deg);
    }
    40% {
        top: 207px;
        left: 510px;
        transform: rotate(-174deg);
    }
    50% {
        top: 207px;
        left: 510px;
        transform: rotate(-174deg);
    }
    60% {
        top: 207px;
        left: 510px;
        transform: rotate(7deg);
    }
    70% {
        top: 120px;
        left: 400px;
        transform: rotate(7deg);
    }
    75% {
        top: 88px;
        left: 380px;
        transform: rotate(40deg);
    }
    80% {
        top: 59px;
        left: 386px;
        transform: rotate(95deg);
    }
    100% {
        top: -39px;
        left: 456px;
        transform: rotate(95deg);
    }
}
.index .main-screen .animation-container #car3 {
    top: 576px;
    left: 1070px;
    position: absolute;
    animation: road-car3 20s infinite linear;
    animation-delay: 1s;
}
@keyframes road-car3 {
    0% {
        top: 576px;
        left: 1070px;
        transform: rotate(-2deg);
    }
    5% {
        top: 511px;
        left: 866px;
        transform: rotate(-2deg);
    }
    10% {
        top: 523px;
        left: 802px;
        transform: rotate(-54deg);
    }
    13% {
        top: 672px;
        left: 578px;
        transform: rotate(-54deg);
    }
    15% {
        top: 680px;
        left: 543px;
        transform: rotate(8deg);
    }
    20% {
        top: 635px;
        left: 514px;
        transform: rotate(43deg);
    }
    25% {
        top: 464px;
        left: 431px;
        transform: rotate(43deg);
    }
    27% {
        top: 430px;
        left: 400px;
        transform: rotate(-10deg);
    }
    30% {
        top: 450px;
        left: 364px;
        transform: rotate(-50deg);
    }
    40% {
        top: 573px;
        left: 150px;
        transform: rotate(-50deg);
    }
    50% {
        top: 573px;
        left: 150px;
        transform: rotate(-50deg);
    }
    60% {
        top: 573px;
        left: 150px;
        transform: rotate(131deg);
    }
    70% {
        top: 450px;
        left: 364px;
        transform: rotate(131deg);
    }
    73% {
        top: 430px;
        left: 400px;
        transform: rotate(171deg);
    }
    75% {
        top: 464px;
        left: 431px;
        transform: rotate(225deg);
    }
    80% {
        top: 635px;
        left: 514px;
        transform: rotate(225deg);
    }
    83% {
        top: 680px;
        left: 543px;
        transform: rotate(190deg);
    }
    85% {
        top: 672px;
        left: 578px;
        transform: rotate(126deg);
    }
    90% {
        top: 523px;
        left: 802px;
        transform: rotate(126deg);
    }
    95% {
        top: 511px;
        left: 866px;
        transform: rotate(179deg);
    }
    100% {
        top: 576px;
        left: 1070px;
        transform: rotate(179deg);
    }
}
.index .main-screen .animation-container #car4 {
    top: -23px;
    left: 1018px;
    position: absolute;
    animation: road-car4 10s infinite linear;
    animation-delay: 1s;
    transform: rotate(-45deg);
}
@keyframes road-car4 {
    0% {
        top: -23px;
        left: 1018px;
        opacity: 1;
        transform: rotate(-45deg);
    }
    40% {
        top: 93px;
        left: 786px;
        opacity: 1;
        transform: rotate(-45deg);
    }
    50% {
        top: 93px;
        left: 786px;
        opacity: 1;
        transform: rotate(-45deg);
    }
    55% {
        top: 90px;
        left: 750px;
        opacity: 1;
        transform: rotate(-10deg);
    }
    60% {
        top: 73px;
        left: 714px;
        transform: rotate(28deg);
    }
    95% {
        top: -34px;
        left: 614px;
        opacity: 1;
        transform: rotate(28deg);
    }
    100% {
        opacity: 0;
        top: -34px;
        left: 614px;
        transform: rotate(28deg);
    }
}
.index .main-screen .animation-container #car5 {
    top: -84px;
    left: 573px;
    position: absolute;
    animation: road-car5 20s infinite linear;
    transform: rotate(8deg);
}
@keyframes road-car5 {
    0% {
        top: -84px;
        left: 573px;
        opacity: 1;
        transform: rotate(8deg);
    }
    10% {
        top: 42px;
        left: 685px;
        opacity: 1;
        transform: rotate(8deg);
    }
    20% {
        top: 120px;
        left: 705px;
        opacity: 1;
        transform: rotate(76deg);
    }
    40% {
        top: 350px;
        left: 605px;
        opacity: 1;
        transform: rotate(76deg);
    }
    50% {
        top: 350px;
        left: 605px;
        opacity: 1;
        transform: rotate(76deg);
    }
    60% {
        top: 416px;
        left: 637px;
        opacity: 1;
        transform: rotate(-19deg);
    }
    99% {
        top: 565px;
        left: 1097px;
        opacity: 1;
        transform: rotate(-19deg);
    }
    100% {
        top: 576px;
        left: 1140px;
        opacity: 0;
        transform: rotate(-19deg);
    }
}
.index .main-screen #tobottom {
    left: 50%;
    bottom: 20px;
    position: absolute;
    transform: translateX(-50%);
}
.index .fulfillment {
    padding-top: 66px;
    padding-bottom: 55px;
}
.index .fulfillment .caption {
    margin-bottom: 77px;
}
.index .fulfillment .article-block_title, .index .fulfillment .article-block_content {
    text-align: right;
}
.index .fulfillment .article-block article {
    padding-top: 93px;
}
.index .fulfillment .fulfillment_img {
    position: relative;
}
.index .fulfillment .fulfillment_img .img {
    z-index: 1;
    width: 510px;
    height: 428px;
    margin-left: 85px;
    position: relative;
}
.index .fulfillment .fulfillment_img #vector1 {
    top: -40px;
    left: 0px;
    position: absolute;
}
.index .fulfillment .fulfillment_img #vector2 {
    top: -58px;
    left: 50px;
    position: absolute;
}
.index .fulfillment .fulfillment_img #vector3 {
    top: 87px;
    left: 89px;
    position: absolute;
}
.index .bypassing {
    padding-top: 74px;
}
.index .bypassing .money-img-mob {
    display: none;
}
.index .bypassing .animate-money {
    width: 823px;
    height: 574px;
    position: relative;
    margin-left: -291px;
}
.index .bypassing .animate-money .money-img {
    z-index: 1;
    position: relative;
}
.index .bypassing .animate-money #vector4 {
    top: 41px;
    left: -84px;
    position: absolute;
}
.index .bypassing .animate-money #vector5 {
    top: 28px;
    left: 51px;
    position: absolute;
}
.index .bypassing .animate-money .money {
    z-index: 6;
    position: absolute;
}
.index .bypassing .animate-money #money1 {
    top: 23px;
    left: 504px;
}
.index .bypassing .animate-money #money2 {
    top: 128px;
    left: 623px;
}
.index .bypassing .animate-money #money3 {
    top: 214px;
    left: 725px;
}
.index .bypassing .animate-money #money4 {
    top: 223px;
    left: 476px;
}
.index .bypassing .animate-money #money5 {
    top: 307px;
    left: 411px;
}
.index .bypassing .animate-money .buck {
    z-index: 7;
    position: absolute;
    animation: buck-road 2s infinite linear;
}
.index .bypassing .animate-money #buck1-1 {
    top: 23px;
    left: 504px;
}
.index .bypassing .animate-money #buck1-2 {
    top: 23px;
    left: 504px;
    animation-delay: 1s;
}
.index .bypassing .animate-money #buck2-1 {
    top: 128px;
    left: 623px;
}
.index .bypassing .animate-money #buck2-2 {
    top: 128px;
    left: 623px;
    animation-delay: 1s;
}
.index .bypassing .animate-money #buck3-1 {
    top: 214px;
    left: 725px;
}
.index .bypassing .animate-money #buck3-2 {
    top: 214px;
    left: 725px;
    animation-delay: 1s;
}
.index .bypassing .animate-money #buck4-1 {
    top: 223px;
    left: 476px;
}
.index .bypassing .animate-money #buck4-2 {
    top: 223px;
    left: 476px;
    animation-delay: 1s;
}
.index .bypassing .animate-money #buck5-1 {
    top: 307px;
    left: 411px;
}
.index .bypassing .animate-money #buck5-2 {
    top: 307px;
    left: 411px;
    animation-delay: 1s;
}
@keyframes buck-road {
    0% {
        margin-top: 0px;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        margin-top: -50px;
    }
}
.index .bypassing article {
    padding-top: 120px;
}
.index .working-process {
    margin-top: 215px;
}
.index .working-process .container {
    position: relative;
}
.index .working-process .container #vector6 {
    top: -95px;
    left: -495px;
}
.index .working-process .container #vector7 {
    top: -136px;
    left: 358px;
}
.index .working-process .container #vector8 {
    top: 207px;
    left: 548px;
}
.index .working-process .row {
    display: flex;
}
.index .working-process .mob-col {
    display: none;
}
.index .working-process .mob-icons-block {
    display: none;
}
.index .working-process .first-col {
    height: 702px;
    position: relative;
}
.index .working-process .first-col img {
    top: 0px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.index .working-process .refresh-col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.index .working-process .second-col {
    position: relative;
}
.index .working-process .second-col img {
    top: 0px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.index .outsourcing {
    padding-top: 17px;
}
.index .outsourcing .article-block_title {
    text-align: center;
}
.index .outsourcing .article-block_content {
    width: 797px;
    text-align: center;
    margin: 0 auto;
    margin-top: 38px;
}
.index .distrib {
    padding-top: 123px;
}
.index .distrib .caption {
    margin-bottom: 178px;
}
.index .distrib .container .row {
    position: relative;
}
.index .distrib .mob-map {
    display: none;
}
.index .distrib #vector10 {
    top: 28px;
    left: -314px;
}
.index .distrib #vector9 {
    top: -120px;
    left: 300px;
}
.index .distrib #vector11 {
    top: 117px;
    left: -511px;
}
.index .distrib .distrib_img {
    width: 742px;
    height: 457px;
    position: relative;
    margin-left: -199px;
}
.index .distrib .distrib_img .boxes {
    position: absolute;
}
.index .distrib .distrib_img .box-animate {
    animation: boxes-resize 2s linear;
}
.index .distrib .distrib_img #boxes1 {
    top: 41px;
    left: 15px;
    animation-delay: 1s;
}
.index .distrib .distrib_img #boxes2 {
    top: 196px;
    left: 11px;
    animation-delay: 0.5s;
}
.index .distrib .distrib_img #boxes3 {
    top: 173px;
    left: 187px;
}
.index .distrib .distrib_img #boxes4 {
    top: 323px;
    left: 274px;
    animation-delay: 1s;
}
.index .distrib .distrib_img #boxes5 {
    top: 160px;
    left: 477px;
}
.index .distrib .distrib_img #boxes6 {
    top: 360px;
    left: 570px;
    animation-delay: 1s;
}
.index .distrib .distrib_img #boxes7 {
    top: 85px;
    left: 611px;
}
@keyframes boxes-resize {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.index .trends {
    padding-top: 203px;
    margin-bottom: 30px;
}
.index .trends .trends-sliders {
    position: relative;
}
.index .trends .trends-sliders #vector12 {
    top: -79px;
    left: 70px;
}
.index .trends .trends-sliders #vector13 {
    top: 103px;
    left: -332px;
}
.index .trends-slider {
    width: 610px;
}
.index .trends-slider_slide {
    width: 100%;
    text-align: center;
}
.index .trends-slider .slick-dots {
    height: 20px;
    width: 100%;
    display: flex;
    margin-top: 54px;
    align-items: center;
    justify-content: center;
}
.index .trends-slider .slick-dots li {
    width: 9px;
    height: 9px;
    list-style: none;
    background: #5761D7;
    border-radius: 50%;
    margin-right: 13px;
    transition: all 0.2s ease;
}
.index .trends-slider .slick-dots li button {
    display: none;
}
.index .trends-slider .slick-dots li.slick-active {
    width: 17px;
    height: 17px;
}
.index .trends-slider .slick-dots li:last-child {
    margin-right: 0px;
}
.index .trends-slider .slick-dots li:hover {
    cursor: pointer;
}
.index .trends .text-slider {
    top: 50%;
    right: -30px;
    width: 76px;
    height: 640px;
    position: absolute;
    transform: translateY(-50%);
}
.index .trends .text-slider_slide {
    height: 640px;
    position: relative;
}
.index .trends .text-slider_slide span {
    top: 50%;
    left: 50%;
    width: 640px;
    text-align: center;
    position: absolute;
    font-family: "GothamPro Bold";
    line-height: 35px;
    font-size: 90px;
    color: rgba(87, 97, 215, 0.2);
    transform: translate(-50%, -50%) rotate(90deg);
}
.index .solution {
    padding-top: 181px;
    padding-bottom: 70px;
}
.index .solution .container {
    position: relative;
}
.index .solution #vector14 {
    top: -98px;
    left: -228px;
}
.index .solution #vector15 {
    top: 58px;
    left: -594px;
}
.index .solution #vector16 {
    top: 28px;
    left: 183px;
}
.index .solution img {
    max-width: 100%;
}
.index .resource {
    padding-top: 194px;
}
.index .resource .container {
    position: relative;
}
.index .resource .container .mob-img {
    display: none;
}
.index .resource .caption {
    margin-bottom: 100px;
}
.index .resource-img {
    z-index: 1;
    margin-left: 40px;
    position: relative;
}
.index .resource .resource-img-mob {
    display: none;
}
.index .resource #vector17 {
    top: -111px;
    left: 53px;
}
.index .resource #vector18 {
    top: 38px;
    left: 326px;
}
.index .content-text {
    padding-top: 129px;
}
.index .content-text .article-block_content {
    width: 761px;
    text-align: center;
    margin: 0 auto;
}
.index .content-text .article-block_content:first-child {
    margin-bottom: 50px;
}
.index .rocket {
    height: 424px;
    margin-top: 600px;
    padding-top: 100px;
    background: url(../../../public/front/img/rocket-bg.png) no-repeat;
    background-position: bottom;
    background-size: cover;
}
.index .rocket .container {
    text-align: center;
    position: relative;
}
.index .rocket .container p {
    line-height: 35px;
    font-size: 18px;
    color: #fff;
}
.index .rocket .container span {
    display: block;
    margin-top: 40px;
    margin-bottom: 10px;
    font-family: "GothamPro Bold";
    line-height: normal;
    font-size: 28px;
    color: #FFBF1A;
}
.index .rocket .container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 445px;
    height: 62px;
    font-size: 18px;
    margin: 0 auto 15px;
    margin-top: 38px;
}
.index .rocket .container #rocket {
    z-index: -1;
    bottom: 210px;
    left: 40px;
    position: absolute;
}
.index .rocket .container #mob-rocket {
    display: none;
}
.our-key-principles .about_principles-description .row:last-of-type {
    position: relative;
}
.our-key-principles .about_principles-description-timeline {
    top: 50%;
    transform: translate(-50%, calc(-50% - 26px));
}
.our-key-principles .d-y-know {
    padding-top: 0;
}
.discover-the-world-with-us .about_discover-item-description a {
    color: inherit;
    font-weight: bold;
    text-decoration: underline;
}
.discover-the-world-with-us .about-top-title {
    line-height: 75px;
    font-size: 62px;
}
.referral-partnerships .about_referral-plan-steps-timeline {
    bottom: 120px;
}
.referral-partnerships .d-y-know {
    padding-top: 0;
}
.contact-us .about_contact-form-address-section {
    align-items: stretch;
}
.contact-us .about_contact-form-address-section > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}
.contact-us .about_contact-form-address-section > div > div {
    flex: 1;
}
.contact-us .about_contact-form-address-section > div:only-child {
    flex-direction: row;
    width: 100%;
}
.contact-us .about_contact-form-address-section > div:only-child > div {
    width: calc(50% - 32px);
}
.contact-us .about_contact-form-address-section > div:only-child > div:first-child {
    margin-right: 64px;
}
.contact-us .section-description a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    font-weight: bold;
    text-decoration: none;
}
.contact-us .d-y-know {
    padding-top: 0;
}
.order-processing .d-y-know {
    padding-top: 0;
}
.our-special-features .d-y-know {
    padding-top: 0;
}
.our-special-features .about-top {
    height: 40.78vw;
}
.distribution-warehousing .distributed_warehousing-csatisfaction-description a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}
.distribution-warehousing .distributed_warehousing-stock-description a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}
.distribution-warehousing .d-y-know {
    padding-top: 0;
}
.distribution-warehousing .distributed_warehousing-stock-list-wrapper .distributed_warehousing-stock-list-item:last-child:after {
    display: block;
    position: absolute;
    background: #5761d7;
    left: -16px;
    width: 2px;
    height: 100%;
    z-index: -1;
}
.pricing .free-perks-item-wrapper:nth-child(4):after {
    height: calc(100% + 30px);
}
.pricing .d-y-know {
    padding-top: 0;
}
.artificial-intelligence .artificial_intelligence-list-warning a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-decoration: underline;
}
.artificial-intelligence .d-y-know {
    padding-top: 0;
}
.web-based-software .web_based-about-description:not(:last-child), .web-based-software .web_based-list-description:not(:last-child) {
    margin-bottom: 35px;
}
.web-based-software .d-y-know {
    padding-top: 0;
}
.commerce-edi .commerce_edi-description-paragraph:not(:last-child) {
    margin-bottom: 35px;
}
.commerce-edi .commerce_edi-crm-list-wrapper {
    background-size: 100%, 86%;
}
.commerce-edi .d-y-know {
    padding-top: 0;
}
.empowering-developers .empowering_developers-ordinary-description a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    font-family: "GothamPro Bold";
    color: #5761d7 !important;
}
.empowering-developers .empowering_developers-ordinary-description a:visited {
    text-decoration: none;
    color: inherit;
}
.empowering-developers .empowering_developers-ordinary-description a:hover, .empowering-developers .empowering_developers-ordinary-description a:focus, .empowering-developers .empowering_developers-ordinary-description a:active {
    text-decoration: underline;
    color: inherit;
}
.empowering-developers .d-y-know {
    padding-top: 0;
}
.fulfilment-by-amazon .amazon_fulfillment-features-description:not(:last-child) {
    margin-bottom: 35px;
}
.fulfilment-by-amazon .amazon_fulfillment-include-step {
    height: 180px;
    background-size: 97%, auto;
}
.fulfilment-by-amazon .d-y-know {
    padding-top: 0;
}
.international-fulfilment .international_fulfillment-ordinary-description a, .international-fulfilment .international_fulfillment-wavy-description a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    font-family: "GothamPro Bold";
}
.international-fulfilment .international_fulfillment-ordinary-description a:visited, .international-fulfilment .international_fulfillment-wavy-description a:visited {
    text-decoration: none;
    color: inherit;
}
.international-fulfilment .international_fulfillment-ordinary-description a:hover, .international-fulfilment .international_fulfillment-ordinary-description a:focus, .international-fulfilment .international_fulfillment-ordinary-description a:active, .international-fulfilment .international_fulfillment-wavy-description a:hover, .international-fulfilment .international_fulfillment-wavy-description a:focus, .international-fulfilment .international_fulfillment-wavy-description a:active {
    text-decoration: underline;
    color: inherit;
}
.international-fulfilment .international_fulfillment-ordinary-description a {
    color: #5761d7 !important;
}
.international-fulfilment .international_fulfillment-wavy-description a {
    color: #ffbf1a !important;
}
.international-fulfilment .d-y-know {
    padding-top: 0;
}
.international-fulfilment .block-last {
    background: #F4F5FF;
    text-align: center;
    position: relative;
    z-index: 0;
    padding: 140px 0 35px;
    margin: -100px 0 50px;
}
.international-fulfilment .block-last p {
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #818181;
}
.international-fulfilment .international_fulfillment-wavy.last-wavy {
    position: relative;
    z-index: 1;
}
.crowdfunding-fulfilment .crowdfunding_fulfillment-about-description:not(:last-child) {
    margin-bottom: 35px;
}
.crowdfunding-fulfilment .d-y-know {
    padding-top: 0;
}
.order-fulfilment-for-startups .d-y-know {
    padding-top: 0;
}
.order-fulfilment-for-startups .for_startups-list-warning a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    color: #ffbf1a !important;
}
.order-fulfilment-for-startups .for_startups-list-warning a:visited {
    text-decoration: none;
    color: inherit;
}
.order-fulfilment-for-startups .for_startups-list-warning a:hover, .order-fulfilment-for-startups .for_startups-list-warning a:focus, .order-fulfilment-for-startups .for_startups-list-warning a:active {
    text-decoration: underline;
    color: inherit;
}
.e-commerce-fulfilment .ecommerce_fulfillment-list-warning a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    color: #ffbf1a !important;
}
.e-commerce-fulfilment .ecommerce_fulfillment-list-warning a:visited {
    text-decoration: none;
    color: inherit;
}
.e-commerce-fulfilment .ecommerce_fulfillment-list-warning a:hover, .e-commerce-fulfilment .ecommerce_fulfillment-list-warning a:focus, .e-commerce-fulfilment .ecommerce_fulfillment-list-warning a:active {
    text-decoration: underline;
    color: inherit;
}
.e-commerce-fulfilment .d-y-know {
    padding-top: 0;
}
.quote .about-top-title {
    top: -webkit-calc(50% - 60px);
    top: calc(50% - 60px);
}
.quote .about-top-title-sub {
    color: #ffbf1a;
}
.quote .d-y-know {
    padding: 0 0 60px 0;
    background: #fff;
}
.quote .d-y-know-title {
    font-family: "GothamPro Bold";
    font-size: 45px;
    line-height: 53px;
    margin: 0 auto 46px auto;
    text-align: center;
    color: #ffbf1a;
}
.quote .d-y-know-description {
    font-family: "GothamPro Regular";
    font-size: 16px;
    line-height: 35px;
    margin: 0 auto 8px auto;
    text-align: center;
    color: #818181;
}
.quote .d-y-know-description span {
    display: block;
}
.quote-info-title {
    font-family: "GothamPro Bold";
    font-size: 45px;
    line-height: 53px;
    margin: 36px auto 19px auto;
    text-align: center;
    color: #ffbf1a;
}
.quote-info-description {
    font-family: "GothamPro Regular";
    font-size: 16px;
    line-height: 35px;
    margin: 0 auto 81px auto;
    text-align: center;
    color: #818181;
}
.quote-info-description span {
    display: block;
}
.quote-info-block-title {
    font-family: "GothamPro Bold";
    font-size: 28px;
    line-height: 35px;
    margin: 0 auto 35px auto;
    padding-left: 10px;
    text-align: left;
    color: #5761d7;
}
.quote-info-block-list {
    font-family: "GothamPro Regular";
    font-size: 16px;
    line-height: 24px;
    position: relative;
    margin: 0 auto 49px auto;
    padding: 0 8.3333%;
    list-style: none;
    color: #5761d7;
}
.quote-info-block-list:before {
    position: absolute;
    top: 10px;
    left: 56px;
    width: 2px;
    height: 202px;
    content: "";
    background: #24227d;
}
.quote-info-block-list-item {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    margin-bottom: 28px;
    color: #5761d7;
}
.quote-info-block-list-item:after, .quote-info-block-list-item:before {
    position: absolute;
    content: "";
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.quote-info-block-list-item:before {
    z-index: 2;
    top: 10px;
    left: -34px;
    width: 4px;
    height: 4px;
    background: #5761d7;
}
.quote-info-block-list-item:after {
    z-index: 1;
    top: 8px;
    left: -36px;
    width: 8px;
    height: 8px;
    background: #24227d;
}
.quote-info-block-description {
    font-family: "GothamPro Regular";
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 82px;
    padding: 0 11.6667%;
    text-align: center;
    color: #818181;
}
.quote-form-input {
    font-family: "GothamPro Regular";
    font-size: 16px;
    line-height: 33px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 37px;
    margin: 0 auto 10px auto;
    padding: 0 15px;
    color: #000;
    border: 2px solid #5761d7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.quote-form-input::-webkit-input-placeholder {
    color: #c4c4c4;
}
.quote-form-input::-moz-placeholder {
    color: #c4c4c4;
}
.quote-form-input:-moz-placeholder {
    color: #c4c4c4;
}
.quote-form-input:-ms-input-placeholder {
    color: #c4c4c4;
}
.quote-form-input-label {
    font-family: "GothamPro Regular";
    font-size: 16px;
    line-height: 35px;
    display: block;
    color: #818181;
}
.quote-form-select {
    padding-right: 38px;
    background: url(../../../public/front/img/chevron-down.svg) -webkit-calc(100% - 20px) center no-repeat;
    background: url(../../../public/front/img/chevron-down.svg) calc(100% - 20px) center no-repeat;
}
.quote-form .checkbox {
    display: none;
}
.quote-form .checkbox-label {
    font-family: "GothamPro Bold";
    font-size: 12px;
    line-height: 35px;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 50px;
    cursor: pointer;
    color: #000;
}
.quote-form .checkbox-label a {
    font-family: inherit;
    text-decoration: underline;
    color: #5761d7;
}
.quote-form .checkbox-label:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 30px;
    height: 30px;
    content: "";
    border: 3px solid #5761d7;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: 0 0;
}
.quote-form .checkbox:checked ~ .checkbox-label:before {
    background: url(../../../public/front/img/check.svg) center no-repeat transparent;
    background-size: 18px;
}
.quote-form .notification-block-wrapper {
    margin-top: 30px;
}
.quote-form .definition {
    font-family: "GothamPro Regular";
    font-size: 12px;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center;
    color: #818181;
}
.quote-form-submit {
    font-family: "GothamPro Bold";
    font-size: 16px;
    line-height: 56px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 290px;
    height: 60px;
    margin: 30px auto 25px auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    color: #fff;
    border: 2px solid #ff4848;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #ff4848;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}
.quote-form-submit:hover {
    color: #ff4848;
    background: #fff;
}
.quote-form-submit:focus {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}
.quote-form-submit:active {
    color: #ff4848;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}
.quote-form .g-recaptcha > div {
    margin: 0 auto 0 -webkit-calc(50% - 152px);
    margin: 0 auto 0 calc(50% - 152px);
}
.quote .success_box-contact {
    font-family: "GothamPro Regular";
    font-size: 16px;
    line-height: normal;
    position: relative;
    margin-bottom: 112px;
    padding: 20px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #00c90d;
    -webkit-box-shadow: 0 0 3px #00c90d;
    box-shadow: 0 0 3px #00c90d;
}
.quote-form .bot-text {
    margin: 0 auto 82px auto;
    text-align: center;
    font-family: "GothamPro Regular", sans-serif;
    padding: 0 11.6667%;
    color: #818181;
    font-size: 12px;
    line-height: normal;
}
.password_recovery .about-top {
    height: 785px;
    background: url(../../../public/front/img/recovery-top-top-bkg.svg) -webkit-calc(50% + 282px) -webkit-calc(100% - 113px) no-repeat, url(../../../public/front/img/recovery-top-bottom-bkg.svg) center bottom no-repeat transparent;
    background: url(../../../public/front/img/recovery-top-top-bkg.svg) calc(50% + 282px) calc(100% - 113px) no-repeat, url(../../../public/front/img/recovery-top-bottom-bkg.svg) center bottom no-repeat transparent;
    background-size: 603px, 1920px;
}
.password_recovery .about-top.black {
    background-color: #202020;
}
.password_recovery .about-top.black .about-top-title {
    margin-top: 240px;
}
.password_recovery .about-top-title {
    position: static;
    margin-top: 177px;
    margin-bottom: 60px;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}
.password_recovery .about-top .recover-form {
    width: 470px;
}
.password_recovery .about-top .recover-form input:not(.btn) {
    font-size: 16px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 37px;
    margin-bottom: 15px;
    padding: 0 15px;
    color: #202020;
    border: 2px solid #5761d7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}
.password_recovery .about-top .recover-form input:not(.btn)::-webkit-input-placeholder {
    color: #c4c4c4;
}
.password_recovery .about-top .recover-form input:not(.btn)::-moz-placeholder {
    color: #c4c4c4;
}
.password_recovery .about-top .recover-form input:not(.btn):-moz-placeholder {
    color: #c4c4c4;
}
.password_recovery .about-top .recover-form input:not(.btn):-ms-input-placeholder {
    color: #c4c4c4;
}
.password_recovery .about-top .recover-form .g-recaptcha {
    overflow: hidden;
    margin-bottom: 30px;
}
.password_recovery .about-top .recover-form .notification-block-wrapper {
    margin-top: 20px;
    max-width: 303px;
}
.password_recovery .notification-block.successful {
    background: #ff4848;
    -webkit-box-shadow: 0 0 5px #ff4848;
    box-shadow: 0 0 5px #ff4848;
}
.password_recovery .about-top .recover-form .btn {
    width: 120px;
}
.password_recovery .about-top .recover-form-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
}
.password_recovery .about-top .recover-form-bottom-link {
    font-family: inherit;
    font-size: inherit;
    font-size: 14px;
    font-weight: inherit;
    line-height: 18px;
    display: block;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}
.password_recovery .about-top .recover-form-bottom-link-wrapper {
    display: block;
}
.password_recovery .about-top .recover-form-bottom-link:active, .password_recovery .about-top .recover-form-bottom-link:focus, .password_recovery .about-top .recover-form-bottom-link:hover {
    text-decoration: none;
    color: #fff;
}
.password_recovery .about-top .recover-form-bottom-link:visited {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}
.password_recovery .d-y-know {
    text-align: center;
}
.password_recovery .d-y-know-title {
    font-family: "GothamPro Bold";
    font-size: 45px;
    line-height: 53px;
    margin: 20px auto 45px auto;
    color: #ffbf1a;
}
.password_recovery .d-y-know-description {
    font-family: "GothamPro Regular";
    font-size: 16px;
    line-height: 35px;
    margin: 0 auto 50px auto;
    color: #818181;
}
.dedicate_support .about-top {
    height: 40.78vw;
    background: url(../../../public/front/img/dedicate_support-top-top-bkg.svg) -webkit-calc(50% + 21.365vw) -webkit-calc(100% - 7.292vw) no-repeat, url(../../../public/front/img/dedicate_support-top-bottom-bkg.svg) center bottom no-repeat #ffbf1a;
    background: url(../../../public/front/img/dedicate_support-top-top-bkg.svg) calc(50% + 21.365vw) calc(100% - 7.292vw) no-repeat, url(../../../public/front/img/dedicate_support-top-bottom-bkg.svg) center bottom no-repeat #ffbf1a;
    background-size: 29.688vw, 1920px;
}
.dedicate_support .about-top-title {
    top: 37%;
}
.dedicate_support .about-top-title-sub {
    color: #5761d7;
}
.dedicate_support-about {
    margin-bottom: 80px;
    padding: 24px 0;
    text-align: center;
    background: #ffbf1a;
}
.dedicate_support-about-description {
    font-family: "GothamPro Regular";
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 24px auto;
    color: #1b1b1b;
}
.dedicate_support-about-description:last-child {
    margin-bottom: 0;
}
.dedicate_support-list-title {
    font-family: "GothamPro Bold";
    font-size: 45px;
    line-height: 52px;
    margin: 0 auto 18px auto;
    padding: 40px;
    text-align: center;
    color: #ffbf1a;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #5761d7;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}
.dedicate_support-list-title.first-title {
    position: relative;
    margin-top: 172px;
    padding-top: 28px;
    padding-bottom: 54px;
}
.dedicate_support-list-title.first-title:before {
    position: absolute;
    top: -105px;
    left: 50%;
    width: 100%;
    height: 105px;
    content: "";
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../../../public/front/img/sign-up-triangle.png) center no-repeat transparent;
    background-size: cover;
}
.dedicate_support-list-item-wrapper label {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px 43px 0 43px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    color: #5761d7;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ffbf1a;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}
.dedicate_support-list-item-wrapper label:hover {
    background: #ffb801;
}
.dedicate_support-list-item-wrapper label:focus {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
.dedicate_support-list-item-wrapper label:active {
    background: #f3af00;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
.dedicate_support-list-item-wrapper label span {
    display: block;
}
.dedicate_support-list-item-wrapper label span.dedicate_support-list-item-question {
    font-family: "GothamPro Bold";
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 20px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: margin-bottom 0.3s ease;
    transition: margin-bottom 0.3s ease;
}
.dedicate_support-list-item-wrapper label span.dedicate_support-list-item-answer {
    font-family: "GothamPro Regular";
    font-size: 16px;
    line-height: 25px;
    display: none;
    padding-bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}
.dedicate_support-list-item-wrapper input:checked ~ label span.dedicate_support-list-item-question {
    margin-bottom: 31px;
}
.dedicate_support-list-item-wrapper input:checked ~ label span.dedicate_support-list-item-answer {
    display: block;
    padding-bottom: 20px;
}
.dedicate_support-list-warning {
    font-family: "GothamPro Bold";
    font-size: 28px;
    font-style: italic;
    line-height: 35px;
    margin: 80px auto 0 auto;
    text-align: center;
    color: #5761d7;
}
.dedicate_support-list-warning a {
    font-family: "GothamPro Bold";
    font-size: 28px;
    font-style: italic;
    color: #5761d7;
}
.dedicate_support .d-y-know {
    margin-top: 52px;
    padding: 50px 0 33px 0;
    text-align: center;
    background: url(../../../public/front/img/what-next-bkg.png) center no-repeat, -webkit-radial-gradient(50% 50% 859.71px, #404abf 0, #24227d 100%);
    background: url(../../../public/front/img/what-next-bkg.png) center no-repeat, radial-gradient(859.71px at 50% 50%, #404abf 0, #24227d 100%);
    background-size: cover;
}
.dedicate_support .d-y-know-title {
    font-family: "GothamPro Bold";
    font-size: 45px;
    line-height: 53px;
    margin: 0 auto 26px auto;
    color: #ffbf1a;
}
.dedicate_support .d-y-know-description {
    font-family: "GothamPro Regular";
    font-size: 16px;
    line-height: 35px;
    margin: 0 auto;
    color: #fff;
}
/*Media*/
@media screen and (min-width: 768px) and (max-width: 992px) {
    .customer-support-subscription {
        position: relative;
        padding-bottom: 35px;
    }
    .customer-support-subscription-title {
        position: absolute;
        top: 55px;
        left: 0;
        right: 0;
        color: #a4a4a4;
    }
}
.cookies-alert_section {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #f4f5ff;
    z-index: 9999998;
    color: #818181;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    line-height: 150%;
}
@media (max-width: 991px) {
    .cookies-alert_section {
        padding: 10px 0;
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .cookies-alert_section {
        font-size: 8px;
    }
}
.cookies-alert_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% + 30px);
    margin-left: -15px;
}
@media (max-width: 991px) {
    .cookies-alert_content {
        width: 100%;
        margin-left: auto;
        display: block;
    }
}
.cookies-alert_content > * {
    padding: 0 15px;
}
@media (max-width: 991px) {
    .cookies-alert_content > * {
        padding: 0;
    }
}
.cookies-alert_content h2 {
    font-family: "GothamPro Bold";
    color: #5761d7;
    font-size: 128.6%;
    white-space: nowrap;
}
@media (max-width: 991px) {
    .cookies-alert_content h2 {
        margin: 0 auto 5px auto;
        font-size: 133.3%;
    }
}
@media (max-width: 767px) {
    .cookies-alert_content h2 {
        font-size: 150%;
    }
}
.cookies-alert_content h2 span {
    height: 0;
    display: block;
}
@media (max-width: 991px) {
    .cookies-alert_content h2 span {
        height: auto;
        display: inline;
    }
}
@media (max-width: 991px) {
    .cookies-alert_message {
        margin-bottom: 10px;
    }
}
.cookies-btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media (max-width: 991px) {
    .cookies-btns {
        justify-content: center;
        font-size: 116.7%;
    }
}
@media (max-width: 767px) {
    .cookies-btns {
        font-size: 175%;
    }
}
.cookies-btns .btn {
    width: 100px;
    font-size: inherit;
}
.cookies-btns .btn:hover, .cookies-btns .btn:hover, .cookies-btns .btn:hover {
    background-color: #ffbf1a;
}
.cookies-btns .btn,
.cookies-btns a {
    display: block;
}
.cookies-btns a {
    font-family: "GothamPro Bold", sans-serif;
    margin-left: 15px;
    text-decoration: underline;
    color: #5761d7;
}
body > div[style*='16777270'] {
    display: none !important;
}
#not-identical,
.form-apply .note {
    top: 35px;
    left: 15px;
    color: red;
    font-size: 14px;
    line-height: 14px;
    padding-top: 2px;
    font-weight: 300;
    position: absolute;
}
.form-apply > * {
    position: relative;
}
.landing_form {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}
.landing_form__input {
    width: 100%;
    display: block;
    height: 37px;
    border: 2px solid #5761d7;
    padding: 0 15px;
    text-align: left;
    font-size: 16px;
    line-height: 33px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #818181;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.landing_form__input option {
    font-family: "GothamPro Regular", sans-serif;
}
.landing_form__select {
    padding-right: 38px;
    background: url(../../../public/front/img/select-bkg.svg) -webkit-calc(100% - 10px) center no-repeat transparent;
    background: url(../../../public/front/img/select-bkg.svg) calc(100% - 10px) center no-repeat transparent;
}
.landing_form__section {
    margin-bottom: 140px;
}
.landing_form__section .block__title {
    font-family: "GothamPro Bold";
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
    color: #2a2987;
}
.landing_form__section .block__subtitle {
    font-family: "GothamPro Light";
    font-size: 20px;
    color: #2a2987;
    margin-bottom: 50px;
    display: block;
}
.landing_form__section .g-recaptcha {
    margin-bottom: 18px;
}
.landing_form__section .g-recaptcha > div {
    margin: 0 auto;
}
.landing_form__section .landing_form__submit {
    background: #ff4848;
    color: #fff;
    border-radius: 0;
    border: 0;
    font-family: "GothamPro Bold";
    font-size: 20px;
    width: 200px;
    text-align: center;
    height: 36px;
    line-height: 34px;
}
/*mixin*/
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1300px) {
    .index .fulfillment {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .index .fulfillment .fulfillment_img {
        text-align: center;
    }
    .index .fulfillment .fulfillment_img .img {
        margin: 0;
    }
    .index .fulfillment .article-block article {
        padding-top: 50px;
    }
    .index .fulfillment .article-block_title {
        text-align: center;
    }
    .index .fulfillment .article-block_content {
        text-align: left;
    }
    .index .bypassing {
        padding-top: 62px;
    }
    .index .bypassing .animate-money {
        display: none;
    }
    .index .bypassing .money-img-mob {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .index .bypassing article {
        padding-top: 48px;
    }
    .index .bypassing .article-block_title {
        text-align: center;
    }
    .index .working-process {
        margin-top: 64px;
    }
    .index .working-process .first-col {
        height: auto;
        text-align: center;
    }
    .index .working-process .first-col img {
        top: unset;
        left: unset;
        display: none;
        position: static;
        transform: none;
    }
    .index .working-process .first-col .mob-col {
        margin: 0 auto;
        display: block;
    }
    .index .working-process .refresh-col {
        margin: 20px 0px;
    }
    .index .working-process .second-col {
        text-align: center;
    }
    .index .working-process .second-col img {
        top: unset;
        left: unset;
        display: none;
        position: static;
        transform: none;
    }
    .index .working-process .second-col .mob-col {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .index .working-process .mob-col {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .index .outsourcing .article-block_title {
        margin-top: 56px;
    }
    .index .outsourcing .article-block_content {
        width: 100%;
        margin-top: 13px;
        text-align: left;
    }
    .index .distrib {
        padding-top: 53px;
    }
    .index .distrib .caption {
        margin-bottom: 60px;
    }
    .index .distrib .distrib_img {
        display: none;
    }
    .index .distrib .mob-map {
        margin: 0;
        width: 100%;
        display: block;
    }
    .index .distrib .article-block_title {
        margin-top: 50px;
        text-align: center;
    }
    .index .trends {
        padding-top: 20px;
    }
    .index .trends .col-lg-5 {
        width: 100%;
    }
    .index .trends .trends-sliders {
        padding-top: 80px;
    }
    .index .trends .trends-sliders .trends-slider {
        width: 100%;
    }
    .index .trends .trends-sliders .trends-slider .trends-slider_slide img {
        width: 100%;
    }
    .index .trends .trends-sliders .text-slider {
        top: 40px;
        left: 0px;
        right: unset;
        width: 100%;
        height: 76px;
        z-index: -1;
    }
    .index .trends .trends-sliders .text-slider .text-slider_slide span {
        width: 100%;
        display: block;
        top: unset;
        left: unset;
        transform: none;
        position: static;
        font-size: 40px;
        text-align: center;
    }
    .index .trends .article-block_title {
        margin-top: 40px;
        text-align: center;
    }
    .index .solution {
        padding-top: 57px;
        padding-bottom: 0px;
    }
    .index .solution .article-block_title {
        margin-top: 40px;
    }
    .index .resource {
        padding-top: 45px;
    }
    .index .resource .caption {
        margin-bottom: 58px;
    }
    .index .resource .vectors,
    .index .resource .resource-img {
        display: none;
    }
    .index .resource .resource-img-mob {
        display: block;
        margin: 0 auto;
    }
    .index .content-text {
        padding-top: 48px;
    }
    .index .content-text .article-block_content {
        width: 100%;
        text-align: left;
    }
    .index .content-text .article-block_content:first-child {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1200px) {
    .referral-partnerships .about_referral-plan-steps {
        margin-top: -15px;
        margin-bottom: -15px;
    }
    .distribution-warehousing .distributed_warehousing-stock-list-wrapper {
        background-size: 100%, 100%;
    }
    .distribution-warehousing .distributed_warehousing-stock-list-wrapper .distributed_warehousing-stock-list-item:last-child:after {
        left: -29px;
    }
    .commerce-edi .commerce_edi-crm-list-wrapper {
        background-size: 81%, 70%;
    }
    .commerce-edi .commerce_edi-crm-list:before {
        height: calc(100% - 60px);
    }
}
@media only screen and (max-width: 1199px) {
    .header nav ul li span {
        white-space: nowrap;
    }
    .index .fulfillment {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .index .fulfillment .fulfillment_img {
        text-align: center;
    }
    .index .fulfillment .fulfillment_img .img {
        margin: 0;
    }
    .index .fulfillment .article-block article {
        padding-top: 0px;
    }
    .index .fulfillment .article-block_title {
        text-align: center;
    }
    .index .fulfillment .article-block_content {
        text-align: left;
    }
    .index .bypassing {
        padding-top: 62px;
    }
    .index .bypassing .animate-money {
        display: none;
    }
    .index .bypassing .money-img-mob {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .index .bypassing article {
        padding-top: 48px;
    }
    .index .bypassing .article-block_title {
        text-align: center;
    }
    .index .working-process {
        margin-top: 64px;
    }
    .index .working-process .first-col {
        text-align: center;
    }
    .index .working-process .first-col img {
        display: none;
    }
    .index .working-process .first-col .mob-col {
        margin: 0 auto;
        display: inline;
    }
    .index .working-process .first-col .mob-col.mob-icons {
        width: 100%;
        margin-left: 0px;
    }
    .index .working-process .second-col {
        text-align: center;
    }
    .index .working-process .second-col img {
        display: none;
    }
    .index .working-process .second-col .mob-col {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .index .working-process .mob-col {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .index .outsourcing .article-block_title {
        margin-top: 56px;
    }
    .index .outsourcing .article-block_content {
        width: 100%;
        margin-top: 13px;
        text-align: left;
    }
    .index .distrib {
        padding-top: 53px;
    }
    .index .distrib .caption {
        margin-bottom: 60px;
    }
    .index .distrib .distrib_img {
        display: none;
    }
    .index .distrib .mob-map {
        margin: 0;
        width: 100%;
        display: block;
    }
    .index .distrib .article-block_title {
        margin-top: 50px;
        text-align: center;
    }
    .index .trends {
        padding-top: 20px;
    }
    .index .trends .trends-sliders {
        padding-top: 80px;
    }
    .index .trends .trends-sliders .trends-slider .trends-slider_slide img {
        width: 100%;
    }
    .index .trends .trends-sliders .text-slider {
        top: 40px;
        left: 0px;
        right: unset;
        width: 100%;
        height: 76px;
        z-index: -1;
    }
    .index .trends .trends-sliders .text-slider .text-slider_slide span {
        width: 100%;
        display: block;
        top: unset;
        left: unset;
        transform: none;
        position: static;
        font-size: 40px;
        text-align: center;
    }
    .index .trends .article-block_title {
        margin-top: 40px;
        text-align: center;
    }
    .index .solution {
        padding-top: 57px;
        padding-bottom: 0px;
    }
    .index .solution img {
        display: block;
        height: auto;
        margin: 0 auto;
    }
    .index .solution .article-block_title {
        margin-top: 40px;
    }
    .index .resource {
        padding-top: 45px;
    }
    .index .resource .caption {
        margin-bottom: 58px;
    }
    .index .resource .vectors,
    .index .resource .resource-img {
        display: none;
    }
    .index .resource .resource-img-mob {
        display: block;
        margin: 0 auto;
    }
    .index .content-text {
        padding-top: 48px;
    }
    .index .content-text .article-block_content {
        width: 100%;
        text-align: left;
    }
    .index .content-text .article-block_content:first-child {
        margin-bottom: 30px;
    }
    .index .rocket {
        margin-top: 550px;
    }
    .index .rocket .container #rocket {
        display: none;
    }
    .index .rocket .container #mob-rocket {
        width: 500px;
        display: block;
        left: 50%;
        z-index: -1;
        bottom: 230px;
        position: absolute;
        transform: translateX(-50%);
    }
    .discover-the-world-with-us .about-top-title {
        line-height: 65px;
        font-size: 52px;
    }
    .commerce-edi .commerce_edi-crm-list-wrapper {
        background-size: 100%, 86%;
    }
    .fulfilment-by-amazon .amazon_fulfillment-include-step {
        background-size: 100%, 100%;
    }
    .quote-info-block-list:before {
        left: 41px;
    }
    .dedicate_support-about {
        margin-bottom: 60px;
    }
    .dedicate_support-list-title {
        width: 720px;
    }
    .dedicate_support-list-title.first-title {
        font-size: 45px;
        line-height: 53px;
        margin: 105px auto 20px auto;
        padding-bottom: 57px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dedicate_support-list-title.first-title:before {
        z-index: -1;
        top: -130px;
        width: 100%;
        height: 240px;
        background: url(../../../public/front/img/tablet-triangle.svg) center top no-repeat transparent;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .index .main-screen .animation-container {
        display: none;
    }
    .header .account .account_head {
        padding: 0 8px;
    }
    .header .desctop-header .burger {
        margin-left: auto;
    }
    .header .desctop-header .logo {
        margin-right: 15px;
    }
    .header .desctop-header .nav-container.open nav {
        overflow: auto;
    }
    .header .desctop-header .nav-container .nav-btns .btn {
        margin: 0;
    }
    .header .desctop-header .nav-container .nav-btns .btn:first-child {
        margin-right: 10px;
    }
    .header .desctop-header .nav-container .nav-btns .btn:last-of-type {
        margin-right: 0;
    }
    /*Global styles start*/
    .d-y-know {
        text-align: center;
        padding-top: 60px;
    }
    .d-y-know-title {
        margin: -30px auto 10px auto;
        line-height: 24px;
        font-size: 20px;
    }
    .d-y-know-description {
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 18px;
        text-align: justify;
    }
    /*Global styles end*/
    .contact-us .about_contact-form-address-section {
        align-items: stretch;
    }
    .contact-us .about_contact-form-address-section > div {
        display: block !important;
    }
    .contact-us .about_contact-form-address-section > div > div + div {
        margin-top: 24px;
    }
    .contact-us .about_contact-form-address-section > div:only-child {
        flex-direction: row;
        width: 100%;
    }
    .contact-us .about_contact-form-address-section > div:only-child > div {
        width: 100%;
        display: block !important;
    }
    .contact-us .about_contact-form-address-section > div:only-child > div:first-child {
        margin-right: auto;
    }
    .contact-us .about_contact-form-address-section > div:only-child > div:nth-child(2) {
        margin-top: 24px;
    }
    .pricing .customizing-plan-item-wrapper.wrapper-1, .pricing .customizing-plan-item-wrapper.wrapper-3 {
        background-size: 100%, 100%;
    }
    .pricing .customizing-plan-item-wrapper.wrapper-2 {
        background-size: 100%, 98%;
    }
    .web-based-software .web_based-about-description:not(:last-child), .web-based-software .web_based-list-description:not(:last-child) {
        margin-bottom: 20px;
    }
    .commerce-edi .commerce_edi-description-paragraph:not(:last-child) {
        margin-bottom: 20px;
    }
    .commerce-edi .commerce_edi-crm-list {
        max-width: 660px;
        margin: 0 auto;
    }
    .commerce-edi .commerce_edi-crm-list-wrapper {
        background-size: auto, auto;
    }
    .commerce-edi .commerce_edi-crm-list:before {
        height: calc(100% - 60px);
        bottom: 4px;
    }
    .fulfilment-by-amazon .amazon_fulfillment-features-description:not(:last-child) {
        margin-bottom: 20px;
    }
    .fulfilment-by-amazon .amazon_fulfillment-include-step {
        height: 225px;
        padding-top: 36px;
        padding-bottom: 34px;
    }
    .fulfilment-by-amazon .amazon_fulfillment-include-step-wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 596px;
        justify-content: flex-start;
    }
    .crowdfunding-fulfilment .crowdfunding_fulfillment-about-description:not(:last-child) {
        margin-bottom: 20px;
    }
    .crowdfunding_fulfillment-come-title,
    .crowdfunding_fulfillment-get-title {
        line-height: 33px;
        font-size: 28px;
    }
    .dedicate_support .about-top {
        height: 50.521vw;
        background-size: 42.73vw, cover;
    }
    .dedicate_support .about-top-title {
        top: 35%;
        text-align: left;
    }
    .dedicate_support .about-top-title-sub {
        text-align: left;
    }
    .dedicate_support-about {
        margin-bottom: 0;
        padding: 20px 0;
    }
    .dedicate_support-about-description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
        text-align: justify;
    }
    .dedicate_support-list-title {
        margin-bottom: 20px;
    }
    .dedicate_support-list-title.first-title {
        margin-top: 160px;
        margin-bottom: 16px;
    }
    .dedicate_support-list-item-wrapper label {
        margin-bottom: 16px;
        padding: 20px 15px 0 15px;
    }
    .dedicate_support-list-item-wrapper label span.dedicate_support-list-item-question {
        font-size: 18px;
        line-height: 21px;
    }
    .dedicate_support-list-item-wrapper label span.dedicate_support-list-item-answer {
        font-size: 16px;
        line-height: 24px;
    }
    .dedicate_support-list-item-wrapper input:checked ~ span.dedicate_support-list-item-question {
        margin-bottom: 30px;
    }
    .dedicate_support-list-warning {
        font-size: 12px;
        line-height: 16px;
        margin-top: 40px;
    }
    .dedicate_support .d-y-know {
        margin-top: 40px;
        padding: 30px 0 24px 0;
        background: -webkit-radial-gradient(50% 50% 141px, #404abf 0, #24227d 100%);
        background: radial-gradient(141px at 50% 50%, #404abf 0, #24227d 100%);
        -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
    }
    .dedicate_support .d-y-know-title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .dedicate_support .d-y-know-description {
        font-size: 14px;
        line-height: 20px;
    }
    .quote .about-top {
        height: 563px;
        background: url(../../../public/front/img/quote-top-tab-bkg.svg) center bottom no-repeat !important;
        background-size: 100vw;
    }
    .quote .about-top-title {
        font-size: 30px;
        line-height: 36px;
        top: 50%;
        text-align: left;
    }
    .quote .about-top-title span {
        font-size: inherit;
        line-height: inherit;
        text-align: inherit;
    }
    .quote-info-title {
        font-size: 20px;
        line-height: 24px;
        margin: 30px auto 10px auto;
    }
    .quote-info-description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 50px;
    }
    .quote-info-description span {
        display: inline;
    }
    .quote-info-block {
        width: 100%;
        margin: 0 auto;
    }
    .quote-info-block-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 38px;
        padding: 0;
        text-align: center;
    }
    .quote-info-block-description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 50px;
        padding: 0;
    }
    .quote-info-block-list {
        margin-bottom: 38px;
        padding-right: 0;
        padding-left: 33px;
    }
    .quote-info-block-list:before {
        top: 12px;
        left: 4px;
        height: -webkit-calc(100% - 20px);
        height: calc(100% - 20px);
    }
    .quote-info-block-list-item {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .quote-info-block-list-item:before {
        top: 8px;
        left: -30px;
    }
    .quote-info-block-list-item:after {
        top: 6px;
        left: -32px;
    }
    .quote-info-block-list-item-last-child {
        margin-bottom: 0;
    }
    .quote-form-input {
        margin-bottom: 20px;
    }
    .quote-form-input-label {
        font-style: 14px;
        line-height: normal;
        margin-bottom: 5px;
    }
    .quote-form-select {
        background: url(../../../public/front/img/chevron-right.svg) -webkit-calc(100% - 14px) center no-repeat transparent;
        background: url(../../../public/front/img/chevron-right.svg) calc(100% - 14px) center no-repeat transparent;
    }
    .quote-form .checkbox-label {
        font-size: 14px;
        line-height: 20px;
    }
    .quote-form .definition {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 20px;
        text-align: left;
    }
    .quote-form-submit {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .quote-form .notification-block-wrapper {
        margin-top: 20px;
    }
    .quote .success_box-contact {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: 0 auto 40px auto;
    }
    .quote .d-y-know {
        padding-bottom: 40px;
    }
    .quote .d-y-know-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .quote .d-y-know-description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        text-align: justify;
    }
    .quote .d-y-know-description span {
        display: inline;
    }
    .password_recovery .about-top {
        height: auto;
        background-size: 350px, 1920px;
    }
    .password_recovery .about-top-title {
        margin: 58px auto 49px 0;
        text-align: left;
    }
    .password_recovery .about-top-title-sub {
        text-align: left;
    }
    .password_recovery .about-top .recover-form {
        width: 100%;
        max-width: 470px;
    }
    .password_recovery .about-top .recover-form-bottom-link {
        font-size: 12px;
    }
    .password_recovery .about-top .recover-form .btn {
        margin: 0 auto 40px 0;
    }
    .password_recovery .d-y-know-title {
        font-size: 20px;
        line-height: 24px;
        margin: 30px auto 10px auto;
    }
    .password_recovery .d-y-know-description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
        text-align: justify;
    }
}
@media only screen and (max-width: 991px) {
    .referral-partnerships .about_referral-plan-steps {
        margin-bottom: auto;
    }
    .pricing .customizing-plan-item-wrapper.wrapper-2 {
        background-size: 100% 92%, 98% 90%;
    }
    .commerce-edi .commerce_edi-crm-list {
        max-width: unset;
    }
    .quote-info-block-list:before {
        height: -webkit-calc(100% - 25px);
        height: calc(100% - 25px);
    }
    .feedback-landscape {
        padding-top: 20px;
    }
    .feedback-landscape-image {
        max-width: 150px;
    }
    .feedback-landscape .feedback-landscape-info-name {
        line-height: 30px;
        font-size: 23px;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    #not-identical, .form-apply .note {
        font-size: 12px;
        line-height: 12px;
    }
    .index .main-screen {
        margin-top: 50px;
    }
    .index .main-screen .container {
        height: 410px;
    }
    .index .main-screen #tobottom {
        display: none;
    }
    .index .main-screen_info {
        width: 100%;
        height: 410px;
    }
    .index .main-screen_info h1 {
        line-height: 36px;
        font-size: 30px;
    }
    .index .main-screen_info p {
        margin-top: 24px;
        line-height: 22px;
        font-size: 14px;
    }
    .index .fulfillment .fulfillment_img .img {
        width: 100%;
        height: auto;
    }
    .index .working-process .refresh-col img {
        width: 40px;
    }
    .index .rocket {
        height: 282px;
        margin-top: 350px;
        padding-top: 60px;
    }
    .index .rocket .container p {
        font-size: 14px;
        line-height: 20px;
    }
    .index .rocket .container span {
        margin-top: 20px;
        font-size: 20px;
    }
    .index .rocket .container a {
        height: 67px;
        width: 287px;
        margin-top: 20px;
        padding: 0 30px;
        line-height: 21px;
    }
    .index .rocket .container #mob-rocket {
        width: 300px;
        bottom: 160px;
    }
}
@media only screen and (max-width: 767px) {
    .header .nav-container nav {
        height: calc(100% - 107px);
    }
    .header .nav-container .clints-btns .account form {
        overflow: auto;
    }
    .header .nav-container .clints-btns .account form * {
        flex-shrink: 0;
    }
    .header .nav-container .clints-btns .account form [type=submit] {
        width: 250px;
        margin: 10px auto;
    }
    .header .nav-container .clints-btns .account .account_head img {
        margin: 0 auto 0 47px;
    }
    .header .nav-container .clints-btns .account .account_head span {
        width: 110px;
        display: block;
        text-align: center;
        margin: 11px auto 0 5px;
    }
    .header .nav-container .clints-btns .account.open-form .acc-close-btn {
        display: block;
    }
    .header .nav-container .clints-btns .client-support a {
        text-align: center;
        width: 120px;
        display: block;
        margin: 0 30px 0 auto;
    }
    .header .nav-container .nav-btns a.btn {
        margin: 0;
    }
    .header .nav-container .nav-btns a.btn:first-child {
        margin: 0 !important;
    }
    .header .nav-container .nav-btns a.btn:last-of-type {
        margin: 0 0 0 15px;
    }
    .frontpage .fulfillment > .container > .row {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .frontpage .fulfillment .article-block article {
        padding-top: 50px;
    }
    .frontpage .trends .container .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .index .working-process .row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about_contact .about-top {
        min-height: 510px;
    }
    .about_contact .about-top iframe {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        -webkit-transform: translateY(34%);
        -moz-transform: translateY(34%);
        -ms-transform: translateY(34%);
        transform: translateY(34%);
    }
    .distribution-warehousing .distributed_warehousing-stock-list-wrapper {
        background-size: 100%, 112%;
    }
    .distribution-warehousing .distributed_warehousing-stock-list-wrapper {
        background-size: 100%, 100%;
    }
    .distribution-warehousing .distributed_warehousing-stock-list-wrapper .distributed_warehousing-stock-list-item:last-child:after {
        left: -24px;
    }
    .pricing .about-top-title {
        text-align: center;
    }
    .pricing .about-top-title-sub {
        text-align: center;
    }
    .commerce-edi .commerce_edi-crm-list-wrapper {
        background-size: 90%, 97%;
    }
    .commerce-edi .commerce_edi-crm-list:before {
        height: calc(100% - 116px);
        top: 70px;
    }
    .crowdfunding-fulfilment .crowdfunding_fulfillment-get-list-wrapper {
        background-size: 100%, 86%;
    }
    .crowdfunding-fulfilment .crowdfunding_fulfillment-get-list:before {
        height: calc(100% - 24px);
    }
    .e-commerce-fulfilment .ecommerce_fulfillment-single-list-wrapper {
        background-position: center, center;
    }
    .quote .about-top {
        height: 183px;
        background-image: url(../../../public/front/img/quote-top-mob-bkg.png) !important;
        background-repeat: no-repeat !important;
        background-position: center 100% !important;
        background-clip: padding-box !important;
        background-size: 100vw !important;
    }
    .quote .about-top-title {
        text-align: center;
    }
    .quote-info-block-list:before {
        height: -webkit-calc(100% - 40px);
        height: calc(100% - 40px);
    }
    .password_recovery .about-top .recover-form input:not(.btn) {
        margin: 0 auto 15px;
    }
    .password_recovery .about-top {
        background: url(../../../public/front/img/retail-fulfillment-top-bottom-bkg-mob.svg) center bottom no-repeat transparent;
        background-size: cover;
    }
    .password_recovery .about-top-title {
        margin: 58px auto 49px auto;
        text-align: center;
    }
    .password_recovery .about-top-title-sub {
        text-align: center;
    }
    .password_recovery .about-top .recover-form {
        margin: 0 auto;
    }
    .password_recovery .about-top .recover-form .g-recaptcha > div {
        margin: 0 auto;
    }
    .password_recovery .about-top .recover-form .btn {
        display: block;
        margin: 0 auto 40px auto;
    }
    .password_recovery .about-top .recover-form-bottom .btn {
        margin: 0 auto 40px;
    }
    .dedicate_support .about-top {
        height: 183px;
        background: url(../../../public/front/img/dedicate_support-top-bottom-bkg.svg) center bottom no-repeat #ffbf1a;
        background-size: cover;
    }
    .dedicate_support .about-top-title {
        top: 50%;
        text-align: center;
    }
    .dedicate_support .about-top-title-sub {
        text-align: center;
    }
    .notification-block-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
    .unsubscribe .about-top-title-sub {
        text-align: center;
    }
    .dedicate_support-about {
        margin-bottom: 60px;
    }
    .dedicate_support-list-title {
        font-size: 22px;
        line-height: 26px;
        width: 290px;
        padding: 15px;
    }
    .dedicate_support-list-title.first-title {
        font-size: 22px;
        line-height: 26px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -webkit-justify-content: center;
        justify-content: center;
        height: 145px;
        margin-top: 0;
        padding: 0 15px 26px 15px;
        background: url(../../../public/front/img/triangle.png) center -webkit-calc(50% - 1px) no-repeat transparent;
        background: url(../../../public/front/img/triangle.png) center calc(50% - 1px) no-repeat transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
    .dedicate_support-list-title.first-title:before {
        display: none;
    }
    .customer-support-subscription-title {
        text-align: left;
        color: #a4a4a4;
    }
    .feedback-landscape-image {
        max-width: 150px;
    }
}
@media only screen and (max-width: 650px) {
    .fulfilment-by-amazon .amazon_fulfillment-include-step-wrapper {
        width: 100%;
    }
    .fulfilment-by-amazon .amazon_fulfillment-include .step-2 .amazon_fulfillment-include-step-wrapper:last-child .amazon_fulfillment-include-step.left:before, .fulfilment-by-amazon .amazon_fulfillment-include .step-2 .amazon_fulfillment-include-step-wrapper:last-child .amazon_fulfillment-include-step.left:after {
        display: none;
    }
    .fulfilment-by-amazon .amazon_fulfillment-include-step {
        margin-bottom: 37px;
    }
    .amazon_fulfillment-include-step,
    .amazon_fulfillment-include-step-wrapper {
        position: relative;
    }
    .container:not(.step-3) .amazon_fulfillment-include-step:not(.right):before,
    .container:not(.step-3) .amazon_fulfillment-include-step-wrapper:before,
    .amazon_fulfillment-include .step-2 .amazon_fulfillment-include-step.left:before {
        content: "";
        width: 10px;
        position: absolute;
        bottom: -50px;
        height: 80px;
        left: -webkit-calc(50% - 5px);
        left: calc(50% - 5px);
        background: #24227d;
        border-radius: 0;
        z-index: -1;
        display: block !important;
    }
    .amazon_fulfillment-include .step-2 .amazon_fulfillment-include-step.left:after {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .index .solution img {
        width: 220px;
    }
    .index .mob-col.mob-icons {
        display: none !important;
    }
    .index .working-process .mob-icons-block {
        width: 100%;
        display: block;
        margin-bottom: 60px;
    }
    .index .working-process .mob-icons-block .icons-row {
        display: flex;
        justify-content: center;
    }
    .index .working-process .mob-icons-block .icons-row .icons-row_item {
        display: flex;
        margin-right: 20px;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }
    .index .working-process .mob-icons-block .icons-row .icons-row_item:after {
        content: "";
        bottom: -17px;
        left: 50%;
        width: 4px;
        height: 17px;
        position: absolute;
        border-radius: 100px;
        transform: translateX(-50%);
        background: rgba(52, 54, 153, 0.4);
    }
    .index .working-process .mob-icons-block .icons-row .icons-row_item img {
        display: inline !important;
    }
    .index .working-process .mob-icons-block .icons-row .icons-row_item span {
        line-height: 35px;
        font-size: 12px;
        text-align: center;
        color: #5761D7;
        padding-top: 10px;
    }
    .index .working-process .mob-icons-block .icons-row_item:last-child {
        margin-right: 0;
    }
    .index .working-process .mob-icons-block .icons-row_item:nth-child(2):after {
        bottom: -30px;
        height: 30px;
    }
    .index .working-process .mob-icons-block .icons-row_item:nth-child(2):before {
        content: "";
        bottom: -17px;
        left: 50%;
        width: 167px;
        height: 4px;
        position: absolute;
        border-radius: 100px;
        transform: translateX(-50%);
        background: rgba(52, 54, 153, 0.4);
    }
    .index .working-process .mob-icons-block.bottom {
        margin-top: 60px;
        margin-bottom: 0px;
    }
    .index .working-process .mob-icons-block.bottom .icons-row_item:after {
        top: -25px;
        bottom: unset;
    }
    .index .working-process .mob-icons-block.bottom .icons-row_item:nth-child(2):after {
        top: -38px;
    }
    .index .working-process .mob-icons-block.bottom .icons-row_item:nth-child(2):before {
        top: -25px;
        width: 168px;
        bottom: unset;
    }
}
@media only screen and (max-width: 509px) {
    .quote-info-block-list:before {
        height: -webkit-calc(100% - 45px);
        height: calc(100% - 45px);
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 460px) {
    .password_recovery .about-top .recover-form .g-recaptcha {
        overflow: visible;
        width: 304px;
        margin-left: -webkit-calc(50% - 152px);
        margin-left: calc(50% - 152px);
    }
    .password_recovery .about-top .recover-form .g-recaptcha > div {
        overflow: hidden;
    }
}
@media only screen and (max-width: 450px) {
    .index .resource .resource-img-mob {
        display: none;
    }
    .index .resource .container .mob-img {
        display: block;
        text-align: center;
    }
    .index .resource .container .mob-img img {
        width: 100%;
    }
    .index .rocket {
        height: 330px;
        padding-top: 70px;
    }
}
@media only screen and (max-width: 449px) {
    .index .resource .resource-img-mob {
        width: 100%;
    }
    .index .rocket .container #mob-rocket {
        bottom: 200px;
    }
}
@media only screen and (max-width: 421px) {
    .quote-info-block-list:before {
        height: -webkit-calc(100% - 60px);
        height: calc(100% - 60px);
    }
}
/* Custom, iPhone Retina */
/**/
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/**/
/* Extra Small Devices, Phones */
/**/
/* Small Devices, Tablets */
/**/
/* Medium Devices, Desktops */
@media only screen and (min-width: 993px) {
    .main {
        margin-top: 53px;
    }
}
/**/
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1921px) {
    .dedicate_support .about-top {
        height: 783px;
        background-position: -webkit-calc(50% + 295px) -webkit-calc(100% - 140px), center bottom;
        background-position: calc(50% + 295px) calc(100% - 140px), center bottom;
        background-size: 570px, cover;
    }
    .dedicate_support .about-top-title {
        top: 290px;
    }
    .password_recovery .about-top {
        background-size: 603px, cover;
    }
}
@-moz-document url-prefix() {
}
body.loading {
    pointer-events: none;
    user-select: none;
}
body.loading * {
    user-select: none;
    user-focus: none;
}
body.loading > .preloader {
    z-index: 9999999;
    opacity: 1;
}
body.loading > .preloader .loader::after {
    animation: scale 2.5s ease-in-out infinite;
}
body.loading > .preloader .loader div {
    animation: move 2.5s ease-in-out infinite alternate;
}
.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: #24227d;
    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: #168d68;
    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: #24227d;
}
.ldio-13fek2psjp7o div:nth-child(3) {
    animation-delay: -2.9411764706s;
    background: #168d68;
}
.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: #24227d;
    }
    25% {
        background: #3bbfdf;
    }
    50% {
        background: #ffbf1a;
    }
    75% {
        background: #168d68;
    }
    100% {
        background: #24227d;
    }
}
/*# sourceMappingURL=main.css.map */
/*New form part*/
.text-center {
    text-align: center;
}
/*.apply_form .form_container {*/
/*    max-width: 920px;*/
/*    margin: 0 auto 0;*/
/*    padding: 20px 15px 20px 15px;*/
/*}*/
.apply_form .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
}
.apply_form .input-placeholder {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.poll-row .input-placeholder {
    display: block !important;
    border: 1px solid #eee;
    border-radius: 8px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    background: rgba(255,255,255,.5);
    box-shadow: 1px 2px rgba(0,0,0,.15);
}
@media screen and (min-width: 1024px){
    .apply_form .half-width {
        width: 50%;
    }
    .apply_form .poll-row .half-width {
        width: 49%;
    }
    .poll-row .input-placeholder {
        width: 100%;
    }
}
.poll-row li input[type=radio],
.poll-row li input[type=checkbox] {
    display: inline-block;
    margin-right: 8px;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}
.apply_form .input-placeholder li {
    list-style: none;
}
.poll-row .input-placeholder label {
    padding-bottom: 8px;
    display: inline-block;
    font-weight: 600;
}
.apply_form select,
.apply_form input[type=tel],
.apply_form input[type=email],
.apply_form input[type=text] {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    display: block;
    order: 2;
    width: 100%;
    padding: 0px 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: 210px;
    display: block;
    padding: 8px 20px;
    text-align: center;
    line-height: 31px;
    font-size: 18px;
}
.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;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    margin-bottom: 60px;
}
.video-wr video {
    width: 100%;
    max-width: 720px;
    display: block;
    margin: 0 auto;
}
.video-wr h2 {
    margin-bottom: 24px !important;
}
@media screen and (max-width: 768px) {
    .apply_form .form-row {
        width: 100%;
    }
}