@import url('fonts/fonts.css');

/*-- RESET --*/

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea, input, button {
    font-family: inherit;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
	height: 100%;
}
body {
	font-family: 'Poppins', sans-serif;
    font-variant-numeric: lining-nums;
    margin: 0;
	height: 100%;
	width: 100%;
}
a {
	color: #027b84;
}
a:hover {
	text-decoration: none;
}
ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong, b {
    font-weight: 500;
}
img {
	max-width: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
img {
	max-width: 100%;
}
button input {
	display: none !important;
}
form *:focus {
    outline: none;
}

/*-- GENERAL --*/

body {
    background-color: #fff;
    color: #344054;
    height: auto;
    position: relative;
}
.wrapper {
    overflow: clip;
    position: relative;
}
.container {
    display: block;
    margin: 0 auto;
    max-width: 1368px;
    padding: 0 12px;
    position: relative;
    width: 100%;
}
.title_bk {
    font-weight: 600;
    font-size: 60px;
    color: #1d1d1d;
}
.title_bk--white {
    color: #fff;
}
.title_bk--center {
    text-align: center;
}
.description_bk {
    font-weight: 400;
    font-size: 20px;
}
.description_bk--white {
    color: #fff;
}
.description_bk > * {
    margin-bottom: 24px;
}
.description_bk > *:last-child {
    margin-bottom: 0;
}
.content_col_left {
    padding-right: 130px;
    width: calc(100% - 630px);
}
.content_col_right {
    width: 630px;
}

/*-- HEADER --*/

.header {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    position: fixed;
    left: 0;
    top: 0;
    height: 80px;
    width: 100%;
    z-index: 10;
}
.header > div,
.header > div > div {
    height: 100%;
}
.header_logo {
    font-size: 0;
}
.header_menu ul {
    gap: 20px;
}
.header_menu ul li a {
    color: #475467;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: 0.25s;
}
.header_menu ul li.active a,
.header_menu ul li a:hover {
    color: #444ce7;
}
.header_phone {
    font-weight: 600;
    font-size: 16px;
    color: #6172f3;
}
.header_phone > * {
    color: inherit;
    padding-left: 24px;
    position: relative;
    text-decoration: none;
    transition: 0.25s;
}
.header_phone > *:before {
    background-image: url(../img/icon_header_phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    height: 20px;
    width: 20px;
}
.header_phone > *:hover {
    opacity: 0.7;
}
.header_email {
    font-weight: 600;
    font-size: 16px;
    color: #6172f3;
}
.header_email > * {
    color: inherit;
    padding-left: 24px;
    position: relative;
    text-decoration: none;
    transition: 0.25s;
}
.header_email > *:before {
    background-image: url(../img/icon_header_email.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    height: 20px;
    width: 20px;
}
.header_email > *:hover {
    opacity: 0.7;
}

/*-- FIRST BK --*/

.first_bk {
    padding-top: 80px;
}
.ftbk_outer {
    border-bottom: 1px solid #98a2b3;
    padding-bottom: 32px;
}
.ftbk {
    position: relative;
    height: 650px;
}
.ftbk:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-radius: 4px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.ftbk_video {
    border-radius: 4px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.ftbk_title {
    font-weight: 600;
    font-size: 88px;
    line-height: 159%;
    color: #fff;
    padding: 0 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    width: 100%;
    z-index: 2;
}
.ftbk_title span {
    color: #6172f3;
    display: block;
}
.ftbk_col_right {
    max-width: 661px;
    margin-left: auto;
    margin-top: 32px;
    padding-right: 32px;
}

/*-- ABOUT --*/

.about {
    margin-top: 32px;
}
.about .content_cols {
    padding: 0 32px;
}

/*-- COUNTERS --*/

.counters {
    margin-top: 88px;
}
.counters_items {
    background: #6172f3;
    padding: 64px 32px;
}
.row.row_counters_items {
    margin: 0;
}
.row.row_counters_items .col {
    padding: 0;
    margin: 0;
}
.counters_item {
    color: #fff;
    text-align: center;
}
.counters_item_value {
    font-weight: 600;
    font-size: 88px;
    line-height: 98%;
}
.counters_item_title {
    font-size: 20px;
    margin-top: 12px;
}

/*-- PRODUCTS --*/

.products {
    margin-top: 128px;
}
.products_items {
    margin-top: 48px;
}
.products_item_image {
    border-radius: 4px;
    overflow: hidden;
    font-size: 0;
    height: 230px;
}
.products_item_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.products_item_title {
    font-weight: 500;
    font-size: 24px;
    color: #1d1d1d;
    margin-top: 12px;
}
.products_item_tags {
    margin: 4px -2px -4px;
}
.products_item_tag {
    background: #6172f3;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 11px 3px;
    margin: 0 2px 4px;
}

/*-- LOGISTICS --*/

.logistics {
    background: #6172f3;
    padding: 128px 0;
    margin-top: 128px;
}
.logistics_items {
    margin-top: 48px;
}
.logistics_item {
    background: #3e4784;
    border-radius: 6px;
    color: #fff;
    padding: 24px 16px 32px;
    height: 100%;
}
.logistics_item_icon {
    font-size: 0;
}
.logistics_item_title {
    font-weight: 500;
    font-size: 20px;
    margin-top: 16px;
}
.logistics_item_content {
    font-weight: 500;
    font-size: 14px;
    margin-top: 16px;
}
.logistics_item_content ul li {
    padding-left: 26px;
    position: relative;
    margin-bottom: 12px;
}
.logistics_item_content ul li:last-child {
    margin-bottom: 0;
}
.logistics_item_content ul li:before {
    background-image: url(../img/icon_logistics_check.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
    height: 20px;
    width: 20px;
}

/*-- GLOBAL --*/

.global {
    margin-top: 128px;
}
.global_top_text {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    margin: 16px auto 0;
    max-width: 900px;
}
.global_map {
    text-align: center;
    font-size: 0;
    margin-top: 48px;
}
.global_map img {
    max-width: 1042px;
}
.global_bottom_text {
    color: #475467;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-top: 48px;
}

/*-- WHY --*/

.why {
    background: #6172f3;
    padding: 128px 0;
    margin-top: 128px;
}
.row.row_why_items {
    margin-bottom: -44px;
}
.row.row_why_items .col {
    margin-bottom: 44px;
}
.why_items {
    counter-reset: why;
    margin-top: 44px;
}
.why_item {
    color: #fff;
    counter-increment: why;
}
.why_item_count {
    font-weight: 600;
    font-size: 44px;
}
.why_item_count:before {
    content: '0' counter(why);
}
.why_item_title {
    font-weight: 500;
    font-size: 24px;
    margin-top: 16px;
}
.why_item_desc {
    margin-top: 8px;
}

/*-- HOW --*/

.how {
    padding: 128px 0;
}
.how_items {
    counter-reset: how;
    margin-top: 44px;
    position: relative;
}
.how_items:before {
    background: #bdb4fe;
    content: '';
    position: absolute;
    left: 0;
    top: 21px;
    height: 1px;
    width: 100%;
    z-index: -1;
}
.how_item {
    counter-increment: how;
}
.how_item_icon {
    background: rgba(99, 102, 241, 0.2);
    border-radius: 4px;
    margin: -4px 0 0 -4px;
    padding: 4px;
    height: 52px;
    width: 52px;
}
.how_item_icon span {
    background: #6172f3;
    border: 1px solid #eeeef0;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 67%;
    text-align: center;
    padding: 1px 0 0 1px;
    height: 100%;
    width: 100%;
}
.how_item_icon span:before {
    content: counter(how);
}
.how_item_title {
    font-weight: 500;
    font-size: 24px;
    color: #6172f3;
    margin-top: 20px;
}
.how_item_desc {
    margin-top: 8px;
}

/*-- FOOTER --*/

.footer {
    background: #6172f3;
    padding: 32px 0;
}
.footer_logo {
    font-size: 0;
}
.footer_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    padding-bottom: 20px;
    padding-right: 20px;
}
.footer_top_left {
    width: 310px;
}
.footer_top_right {
    padding-left: 100px;
    width: calc(100% - 310px);
}
.footer_infos {
    margin: 0 -50px;
    padding-top: 4px;
}
.footer_infos_left {
    padding: 0 50px;
    width: 400px;
}
.footer_infos_right {
    padding: 0 50px;
    width: calc(100% - 400px);
}
.footer_info {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}
.footer_info:last-child {
    margin-bottom: 0;
}
.footer_info > * {
    display: block;
    color: inherit;
    padding-left: 36px;
    position: relative;
    text-decoration: none;
    transition: 0.25s;
}
.footer_info > *:hover {
    opacity: 0.7;
}
.footer_info > *:before {
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    height: 24px;
    width: 24px;
}
.footer_info--email > *:before {
    background-image: url(../img/icon_footer_email.svg);
}
.footer_info--address > *:before {
    background-image: url(../img/icon_footer_address.svg);
}
.footer_info--phone > *:before {
    background-image: url(../img/icon_footer_phone.svg);
}
.footer_info--address > * {
    padding-left: 32px;
}
.footer_bottom {
    margin-top: 16px;
}
.footer_copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 88%;
    text-align: center;
    color: #fff;
}

/* ADDITIONAL RESET */

.row {
	margin-left: -12px;
	margin-right: -12px;
    margin-bottom: -24px;
}
.row .col {
    padding: 0 12px;
    margin-bottom: 24px;
}
.col-1 {
	width: 100%;
}
.col-2 {
	width: 50%;
}
.col-3 {
	width: 33.3333333%;
}
.col-30 {
	width: 30%;
}
.col-35 {
	width: 35%;
}
.col-4 {
	width: 25%;
}
.col-5 {
	width: 20%;
}
.col-6 {
    width: calc(100% / 6);
}
.col-66 {
    width: calc(100% - (100% / 3));
}

.col-41 {
    width: 41.67%;
}
.col-58 {
    width: 58.33%;
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.f_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.f_wrap_reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.f_no_wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.f_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.f_direction_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.j_content_start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.j_content_end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.j_content_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.j_content_between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.a_items_start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.a_items_end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.a_items_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*-- ANIMATION --*/

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/*--------------- RESPONSIVE ---------------*/

.header_logo_mobile {
    display: none;
}
.menu_btn {
    display: none;
    cursor: pointer;
    font-size: 0;
}
.menu_btn > * {
    pointer-events: none;
}

.mobile_header_wrapper {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-105%);
    z-index: 11;
    transition: 0.25s;
}
.mobile_header_wrapper.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.mobile_header,
.mobile_header > div {
    height: 100%;
}
.mobile_header_top {
    height: 64px;
}
.mobile_header_close {
    cursor: pointer;
    font-size: 0;
}
.mobile_header_close > * {
    pointer-events: none;
}
.mobile_header_bottom {
    overflow: auto;
    padding: 32px 0 48px;
    height: calc(100% - 64px);
}
.mobile_header_bottom .header_menu ul {
    gap: 8px;
}
.mobile_header_bottom .header_menu ul li a {
    display: block;
    padding: 8px;
    font-size: 18px;
}
.mobile_header_infos {
    gap: 33px;
    margin-top: 32px;
}
.mobile_header_infos > div > * {
    font-size: 18px;
    padding-left: 38px;
}
.mobile_header_infos > div > *:before {
    background-size: contain;
    top: calc(50% - 14px);
    height: 28px;
    width: 28px;
}

@media screen and (max-width: 1366px) {
    .ftbk_title {
        font-size: 72px;
    }
}

@media screen and (max-width: 1280px) {
    .ftbk {
        height: 550px;
    }
    .ftbk_title {
        font-size: 54px;
    }
}

@media screen and (max-width: 1170px) {
    .ftbk {
        height: 450px;
    }
    .ftbk_title {
        font-size: 38px;
    }
}


@media screen and (max-width: 1170px) {
    .title_bk {
        font-size: 48px;
    }
    .header_logo {
        max-width: 250px;
    }
    .header_menu ul {
        gap: 12px;
    }
    .footer_top_right {
        padding-left: 48px
    }
    .footer_infos {
        margin: 0 -12px;
    }
    .footer_infos_left,
    .footer_infos_right {
        padding: 0 12px;
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .title_bk {
        font-size: 32px;
    }
    .description_bk {
        font-size: 16px;
    }
    .description_bk > * {
        margin-bottom: 16px;
    }
    .content_col_left {
        padding-right: 0;
        width: 100%;
    }
    .content_col_right {
        max-width: 630px;
        margin-top: 10px;
        width: 100%;
    }
    .menu_btn {
        display: block;
    }
    .header {
        height: 64px;
    }
    .header_logo {
        max-width: 248px;
    }
    .header_logo_desktop {
        display: none;
    }
    .header_logo_mobile {
        display: block;
    }
    .header .header_menu,
    .header .header_phone {
        display: none;
    }
    .first_bk {
        padding-top: 64px;
    }
    .ftbk_outer {
        padding-bottom: 24px;
    }
    .ftbk {
        border-radius: 0;
        height: 440px;
        margin: 0 -12px;
    }
    .ftbk_video,
    .ftbk:after {
        border-radius: 0;
    }
    .ftbk_title {
        padding: 0 16px;
        font-weight: 600;
        font-size: 38px;
        line-height: 132%;
        max-width: 375px;
        transform: translateY(calc(100% / 3));
    }
    .ftbk_col_right {
        margin-left: 0;
        max-width: 100%;
        margin-top: 58px;
    }
    .about {
        margin-top: 24px;
    }
    .about .content_cols {
        padding: 0;
    }
    .counters,
    .products,
    .logistics,
    .global,
    .why {
        margin-top: 56px;
    }
    .logistics,
    .why,
    .how {
        padding: 56px 0;
    }
    .counters_items {
        margin: 0 -12px;
        padding: 44px 16px;
    }
    .counters_item_value {
        font-size: 54px;
    }
    .counters_item_title {
        font-size: 16px;
    }
    .row.row_products_items .col {
        width: 50%;
    }
    .products_item {
        max-width: 432px;
        margin: 0 auto;
    }
    .logistics_items,
    .why_items {
        margin-top: 32px;
    }
    .row.row_logistics_items .col,
    .row.row_why_items .col {
        width: 50%;
    }
    .how .title_bk {
        text-align: center;
    }
    .how_items {
        max-width: 540px;
        margin: 32px auto 0;
    }
    .how_items:before {
        display: none;
    }
    .row.row_how_items {
        margin: 0;
    }
    .row.row_how_items .col {
        position: relative;
        margin: 0;
        padding: 0 0 32px;
        width: 100%;
    }
    .row.row_how_items .col:before {
        background: #bdb4fe;
        content: '';
        position: absolute;
        left: 21px;
        top: 4px;
        height: 100%;
        width: 1px;
        z-index: -1;
    }
    .row.row_how_items .col:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .row.row_how_items .col:last-child:before {
        display: none;
    }
    .how_item {
        padding-left: 64px;
        position: relative;
    }
    .how_item_icon {
        position: absolute;
        left: -4px;
        top: -4px;
        margin: 0;
    }
    .how_item_title {
        margin-top: 0;
        padding-top: 7px;
        font-size: 20px;
    }
    .how_item_desc {
        font-size: 14px;
        margin-top: 4px;
    }
    .footer_top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 24px;
    }
    .footer_top_left {
        max-width: 248px;
        width: 100%;
    }
    .footer_top_right {
        margin-top: 32px;
        padding-left: 0;
        width: 100%;
    }
    .footer_infos_left,
    .footer_infos_right {
        width: 100%;
    }
    .footer_infos_left {
        margin-bottom: 20px;
    }
    .footer_copyright {
        font-size: 14px;
        line-height: 100%;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .row.row_counters_items {
        margin: 0 -16px -32px
    }
    .row.row_counters_items .col {
        padding: 0 16px;
        margin-bottom: 32px;
        width: 50%;
    }
    .counters_item_value {
        line-height: 66px;
        font-size: 44px;
    }
    .counters_item_title {
        font-size: 14px;
        margin-top: 0;
    }
    .row.row_products_items {
        margin-bottom: -32px;
    }
    .row.row_products_items .col {
        margin-bottom: 32px;
        width: 100%;
    }
    .products_items {
        margin-top: 32px;
    }
    .products_item_title {
        font-size: 20px;
    }
    .products_item_tag {
        padding: 4px 10px;
        font-size: 12px;
    }
    .logistics_item {
        padding: 24px 16px;
    }
    .global_top_text {
        font-size: 16px;
        margin-top: 10px;
    }
    .global_map {
        margin-top: 32px;
    }
    .global_map img {
        max-width: 420px;
    }
    .global_bottom_text {
        font-size: 14px;
        margin-top: 32px;
    }
    .row.row_why_items {
        margin-bottom: -32px;
    }
    .row.row_why_items .col {
        margin-bottom: 32px;
    }
    .why_item_count {
        font-size: 40px;
    }
    .why_item_title {
        font-size: 20px;
        margin-top: 10px;
    }
    .why_item_desc {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .row.row_logistics_items .col {
        width: 100%;
    }
    .logistics_item {
        max-width: 343px;
        margin: 0 auto;
    }
    .row.row_why_items .col {
        width: 100%;
    }
    .why_item {
        max-width: 420px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 420px) {
    .ftbk {
        height: 350px;
    }
    .ftbk_title {
        font-size: 28px;
    }
}

@media screen and (max-width: 360px) {
    .mobile_header_bottom .header_menu ul li a {
        font-size: 16px;
        padding: 4px;
    }
    .mobile_header_infos {
        gap: 16px;
    }
    .mobile_header_infos > div > * {
        font-size: 16px;
    }
}