@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-variant-numeric: slashed-zero;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
body {
	line-height: 1;
    padding-top: 116px;
    font-family: "Inter", sans-serif;
    color: #000000;
}
.faq .title {
    margin-bottom: 20px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
    box-sizing: border-box;
}
.container {
    max-width: 1320px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}
.btn {
    font-family: Open Sans;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s linear;
    font-style: Bold;
    font-size: 13px;
    display: inline-block;
    border-radius: 8px;
    padding: 12px 26px;
    text-decoration: none;
    border: 1px solid transparent;
    line-height: 150%;
}
.btn:hover {
    opacity: .8;
}
.btn.btn_v1 {
    background: #1DBF73;
    color: #ffffff;
}
.btn.btn_v3 {
    background: #ffffff;;
    color: #000000;
}
.btn.btn_v3.btn_transparent {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.btn.btn_v3.btn_transparent:hover {
    background: #ffffff;
    color: #000000;
}
.header_top .container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}
.header_top {
    background: #000000;
    padding: 10px 0;
}
.header_right_col {
    display: flex;
    align-items: center;
}
.header_top > .container > a {
    position: absolute;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
    max-width: 115px;
    display: block;
}
.socials {
    display: flex;
    gap: 8px;
}
.socials svg {
    transition: all .3s linear;
    display: block;
}
.socials a:hover svg {
    opacity: .8;
}
.header_top .socials {
    margin-right: 18px;
}
.header_menu {
    box-shadow: 0px 12px 18px -20px #0000004D;
    background: #ffffff;
}
.header_menu ul {
    display: flex;
    justify-content: space-around;
}
.header_menu ul li a {
    font-family: Open Sans;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    padding: 16px 0;
    display: block;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
}
.hero_block {
    padding: 100px 0;
}
.border_block {
    border: 1px solid #D9D9D9;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 11px;
    border-radius: 19px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 120%;
    padding: 10px 12px;
    text-transform: uppercase;
    color: #000000;
}
h1 {
    font-weight: 700;
    font-size: 70px;
    line-height: 120%;
    display: inline-block;
    margin-bottom: 11px;
    text-transform: uppercase;
    color: #000000;
}
.hero_block_wrapper {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
}
.about_us_item p:not(:last-child) {
    margin-bottom: 40px;
}
.text, p {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 14px;
    vertical-align: middle;
    line-height: 28px;
    color: #000000;
}
.hero_block_item .text {
    margin-bottom: 11px;
}
.hero_block_item {
    position: relative;
}
.estimate_block {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 20px;
    margin-top: 24px;
    width: fit-content;
    border-radius: 19px;
    border: 1px solid #D9D9D9;
}
.estimate_block_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.estimate_block_text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
}
.estimate_block_text strong {
    font-weight: 600;
}
.default_padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.video_block video {
    width: 100%;
	display: block;
}
.title {
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.title span {
    color: #14CF93;
}
.title_v1, .catalog h1 {
    font-size: 42px;
    line-height: 120%;
    font-weight: 700 !important;
}
.catalog h2 {
    text-transform: uppercase;
}
.title_v2 {
    font-weight: 700;
    font-size: 52px;
}
.title_v3 {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 40px;
    font-weight: bold;
}
.splide__track {
    overflow: visible;
}
.slider_section {
    overflow: hidden;
    margin-bottom: 60px;
    border-bottom: 1px solid #D9D9D9;
}
.slider_section .splide__slide {
    width: 320px;
}
.slider_section_title {
    font-weight: 700;
    font-size: 18px;
    max-width: 255px;
	display: block;
    position: relative;
    line-height: 120%;
    transition: all .3s linear;
    color: #000000;
	text-decoration: none;
    letter-spacing: 0%;
    margin-top: 24px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.slider_section_title:after {
    content: url(/wp-content/uploads/2026/01/arrow-down-right-svgrepo-com-1.svg);
    height: auto;
    display: block;
    width: auto;
    position: absolute;
    right: -50px;
    top: -1px;
}
.slider_section_text {
    line-height: 28px;
}
.slider_section_wrap {
    padding-bottom: 60px;
}
.no_border {
    border-bottom: 0;
}
.title {
    position: relative;
}
.splide__arrow svg *, .splide__arrow svg {
    transition: all .3s linear;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}
.padding-top-0 {
    padding-top: 0;
}
.about_us {
    background: #000000;
}
.border_block_white {
    border-color: #313131;
    color: #ffffff;
}
.title.white {
    color: #ffffff;
}
.text.white {
    color: #ffffff;
}
.about_us_top {
    display: grid;
    grid-template-columns: 450px 1fr;
    grid-gap: 24px;
    margin-bottom: 42px;
    align-items: center;
}
.white_children p {
    color: #ffffff;
}
.about_us_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
}
.about_us_items_i_title {
    font-weight: 700;
    font-size: 42px;
    line-height: 120%;
    color: #ffffff;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.about_us_items_i_subtitle {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ffffff;
}
.about_us_items_i .text {
    max-width: 240px;
}
.about_us_items_i {
    padding-top: 42px;
    border-top: 2px solid #1DBF73;
}
.catalog h1 {
    display: block;
}
.how_we_work {
    margin-bottom: 24px;
}
.margin-b-24 {
    margin-bottom: 24px;
}
.how_we_work_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
}
.how_we_work_title {
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.how_we_work_subtitle {
    font-family: Open Sans;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.wrapper_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}
.clients_wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0;
}
.clients_item img {
    width: 100%;
    max-width: 258px;
    object-fit: contain;
}
.bg_black {
    background: #000000;
}
.meet_wrap_images {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    align-items: center;
}
.meet_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    align-items: center;
}
.meet_item p {
    margin-bottom: 24px;
    color: #A4A4A4;
}
.meet_item_text {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    color: #ffffff;
}
.meet_item > img {
    width: 100%;
    max-width: 565px;
    margin: 0 auto;
    object-fit: contain;
    display: block;
}
.logos img {
    display: block;
    margin: 20px auto 0 auto;
}
.seo_text h1, .seo_text h1 span {
    font-family: Open Sans;
    font-weight: 700 !important;
    font-size: 35px;
    text-transform: inherit;
    line-height: 120%;
    margin-bottom: 10px;
    color: #333333;
}
.seo_text h2, .catalog h2, .catalog h2 > span, .seo_text h2 > span {
    font-family: Open Sans;
    font-weight: 700 !important;
    font-size: 26px;
    line-height: 120%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333333;
}
.seo_text h3 {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 22px;
    color: #333333;
}
.seo_text h4 {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 19px;
    color: #333333;
}
.seo_text p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #666666;
    margin: 10px 0;
}
.seo_text p b, .seo_text p strong {
    font-weight: 700;
}
.seo_text ul li, .seo_text ol li {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.seo_text ul {
    list-style: disc;
    margin: 10px 0;
    padding-left: 15px;
}
.seo_text ol {
    list-style-type: auto;
    margin: 10px 0;
    padding-left: 15px;
}
.blog_block_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
}
.blog_block_item {
    padding: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
}
.blog_block_title {
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 10px;
}
.blog_block_date {
    font-family: Open Sans;
    font-weight: 400;
    margin-bottom: 6px;
    font-size: 13.89px;
    line-height: 24px;
    color: #666666;
}
.blog_block_link {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    line-height: 24px;
    color: #2EA3F2;    
}
.pre_footer .container {
    display: flex;
    align-items: center;
    padding-bottom: 35px;
    border-bottom: 1px solid #313131;
    gap: 22px;
}
.pre_footer .container span {
    font-weight: 700;
    font-size: 69.75px;
    line-height: 122px;
	cursor: pointer;
    color: #FFFFFF;
}
.footer_menus {
    margin-top: 65px;
}
.footer_menus .container {
    display: grid;
    grid-template-columns: 325px 1fr 1fr 1fr;
    grid-gap: 150px;
}
a > img {
    display: block;
}
.footer_menus_col p {
    color: #ffffff;
}
.footer_menus_col:first-child p {
    margin-top: 7px;
}
.footer_menus_title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}
.footer_menus_col ul li a {
    font-weight:500;
    font-size: 13px;
    text-decoration: none;
    transition: all .3s linear;
    line-height: 20px;
    color: #ffffff;
}
.footer_menus_col ul li a:hover {
    color: #14CF93;
}
.footer_menus_col ul {
    flex-direction: column;
    display: flex;
}
.footer_menus_col:last-child p:not(:last-child) {
    margin-bottom: 13px;
}
.footer_menus_col:last-child p a {
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
}
p strong, p b {
    font-weight: 700;
}
.footer .wrapper_buttons .btn {
    border-radius: 3px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
}
.footer_bottom .container {
    display: flex;
    padding-top: 37px;
    border-top: 1px solid #313131;
    margin-top: 55px;
    align-items: center;
    justify-content: space-between;
}
.copy {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}
.footer {
    padding-bottom: 37px;
}
.hero_block_bg_wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}
.hero_block_bg_item video {
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
    display: block;
}
.play_video {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.play_video.active svg {
    display: none;
}
.play_video svg {
    display: block;
}
.hero_block_bg_item {
    position: relative;
}
.hero_block_bg {
    padding: 13px 0 70px 0;
    position: relative;
    background-size: cover !important;
}
.hero_block_bg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0, .6);
}
.hero_block_bg_item h1, .hero_block_bg_item h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ffffff;
}
.hero_block_bg_item h1 b, .hero_block_bg_item h1 strong, .hero_block_bg_item h2 b, .hero_block_bg_item h2 strong {
    color: #14CF93;
}
.text_2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #ffffff;
}
.breadcrumbs {
    margin-bottom: 40px;
    position: relative;
    align-items: center;
    display: flex;
}
.breadcrumbs span > span {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF80;
}
.breadcrumbs span > a {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    line-height: 16px;
    color: #ffffff;
}
.breadcrumbs .dot {
    margin: 0 19px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF80;
}
.hero_block_bg_item p {
    color: #ffffff;
    max-width: 550px;
}
.hero_block_bg_item p {
    margin-bottom: 24px;
}
.as_seen_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 13px;
}
.as_seen_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.as_seen_wrapper img {
    display: block;
}
.grid_block .container {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    grid-gap: 54px;
    align-items: center;
}
.grid_block_item h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
}
.grid_block_item h2 b, .grid_block_item h2 strong {
    color: #14CF93;
}
.grid_block_item > img {
    display: block;
    width: 100%;
    border-radius: 32px;
}
.sourcing_block_top {
    display: grid;
    align-items: center;
    padding-bottom: 48px;
    border-bottom: 1px solid #3B3B3B;
    margin-bottom: 48px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}
.sourcing_block_top_title {
    font-weight: 700;
    font-style: Italic;
    margin-top: 12px;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
    color: #A4A4A4;
    margin-bottom: 20px;
}
.sourcing_block_top_text {
    font-family: Open Sans;
    font-weight: 400;
    font-style: Italic;
    font-size: 15px;
    line-height: 140%;
    vertical-align: middle;
    color: #A4A4A4;
}
.sourcing_block_top_item_i {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 45px 24px;
}
.sourcing_block_top_item_ii_title {
    font-weight: 700;
    font-size: 38px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 12px;
}
.sourcing_block_top_item_ii_subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 12px;
}
.sourcing_block_top_item_ii_text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #A4A4A4;
}
.sourcing_block_bottom_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
}
.sourcing_block_bottom_title {
    display: flex;
    align-items: center;
    gap: 13px;
}
.sourcing_block_bottom_title img {
    display: block;
}
.sourcing_block_bottom_title span {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ffffff;
}
.sourcing_block_bottom_text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    max-width: 250px;
    line-height: 140%;
    color: #A4A4A4;
    margin-top: 12px;
}
.why_choose_grid_items {
    display: grid;
    margin-bottom: 45px;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
}
.why_choose_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom:12px;
}
.why_choose_text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #666666;
}
.why_choose_grid2_items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
    margin-bottom: 42px;
}
.why_choose_grid2_item img {
    display: block;
    margin-bottom: 12px;
}
.why_choose_grid2_item_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.why_choose_grid2_item_text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #666666;
}
.grid_block_repeater_item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.grid_block_repeater_item svg {
    min-width: 28px;
    display: block;
}
.grid_block_repeater_item_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.grid_block_repeater_item_text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    vertical-align: middle;
    color: #666666;
}
.grid_block_repeater_items {
    margin: 24px 0;
}
.grid_block_repeater_item:not(:last-child) {
    margin-bottom: 16px;
}
.text_block_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    align-items: center;
}
.text_block_item p {
    margin-bottom: 24px;
    color: #A4A4A4;
}
.text_block_item > svg {
    margin-bottom: 24px;
    display: block;
}
.text_block_item > img {
    display: block;
}
.blog_block .title {
    text-align: center;
    text-transform: none;
}
.hero_block_color {
    background-color: #000000;
    background-image: url(/wp-content/uploads/2026/01/glow-bg.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.hero_block_color h1 {
    font-size: 64px;
    line-height: 130%;
}
.iframe_form .title {
    margin-bottom: 0;
}
.advantages_block_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
}
.advantages_block_top {
    display: flex;
    align-items: center;
    gap: 13px;
}
.advantages_block_top span {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    color: #000000;
}
.advantages_block_text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #666666;
    margin-top: 12px;
}
.advantages_block_item {
    padding: 24px;
    background: #F5F7F9;
    border-radius: 24px;
}
.text_block_grid .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    align-items: center;
}
.text_block_grid_title {
    font-weight: 700;
    font-size: 79px;
    margin-bottom: 12px;
    color: transparent;
    -webkit-text-stroke: 2px #000;
    line-height: 130%;
    text-transform: uppercase;
}
.text_block_grid_item p:not(:last-child) {
    margin-bottom: 24px;
}
.our_vision p {
    color: #e5e5e5;
}
.our_vision_wrap {
    max-width: 520px;
}
.our_vision {
    background-image: url('/wp-content/uploads/2026/01/Group-5-2.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: contain;
    padding: 120px 0;
}
.text-center {
    text-align: center;
}
.how_we_work_v2 .title {
    margin-bottom: 20px;
}
.how_we_work_v2 .how_we_work_subtitle {
    font-weight: bold;
}
.how_we_work_v2 .how_we_work_items {
    margin-top: 45px;
}
.advantages_v2_items {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 35px 24px;
}
.advantages_top {
    display: flex;
    align-items: center;
    gap: 12px;
}
.advantages_top svg {
    min-width: 28px;
    display: block;
}
.advantages_top span {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ffffff;
}
.advantages_v2_item_text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #A4A4A4;
    margin-top: 12px;
}
.control_process_top {
    display: flex;
    align-items: center;
    gap: 24px;;
}
.control_process_top > img {
    display: block;
    min-width: 85px;
    max-width: 85px;
}
.control_process_title {
    font-weight: 700;
    font-style: Italic;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    max-width: 800px;
    color: #A4A4A4;
    margin-bottom: 12px;
}
.control_process_text {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    color: #000000;
}
.control_process_items {
    margin-top: 45px;
}
.control_process_item_i {
    display: flex;
    align-items: center;
    gap: 12px;
}
.control_process_item_i span {
    font-weight: 700;
    font-size: 18px;
    background: #000000;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    width: 42px;
    height: 42px;
    min-height: 42px;
    border-radius: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}
.control_process_item_i_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.control_process_item_i_text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #666666;
}
.control_process_item_i:not(:last-child) {
    margin-bottom: 24px;
}
.control_process_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}
.control_process_item_list_2_i {
    padding: 16px 20px;
    background: #F5F7F9;
    border-radius: 24px;
    display: grid;
    align-items: center;
    grid-gap: 12px;
    grid-template-columns: 1fr 1fr;
}
.control_process_item_list_2_i:not(:last-child) {
    margin-bottom: 16px;
}
.control_process_item_list_2_i > div:first-child {
    display: flex;
    align-items: center;
    gap: 12px;
}
.control_process_item_list_2_i > div:first-child img {
    max-width: 48px;
    display: block;
    width: 48px;
}
.control_process_item_list_2_i > div:first-child span {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
}
.control_process_item_list_2_i > div:last-child {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    vertical-align: middle;
    color: #666666;    
}
.control_process_v2 .control_process_items {
    grid-template-columns: 1fr;
}
.control_process_v2 .control_process_item_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}
.control_process_v2 .control_process_item_i:not(:last-child) {
    margin-bottom: 0;
}
.control_process_v2  .control_process_item_i {
    flex-direction: column;
    align-items: flex-start;
}
.control_process_v2 .control_process_item_i > div:first-child {
    display: flex;
    align-items: center;
    gap: 12px;
}
.control_process_v2 .control_process_item_i_title {
    margin-bottom: 0;
}
.grid_block_item .wrapper_buttons {
    justify-content: flex-start;
}
.text_block_img_absolute .text_block_item > img {
    position: absolute;
    top: -64px;
    left: 19%;
}
.hero_block_item_circle_c {
    position: absolute;
    left: 50%;
    top: 50%;
    /*z-index: 10;*/
	width: 80%;
    animation: pulse 1.8s ease-in-out infinite;
    transform: translate(-50%, -50%);
}
.hero_block_item_circle_def {
    position: absolute;
    border-radius: 100%;
    transition: all .3s linear;
    cursor: pointer;
    z-index: 5;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero_block_item_circle_def:hover {
    transform: translate(-50%, -50%) scale(1.1);
}
@keyframes pulse {
    0% {
      transform: translate(-50%, -50%) scale(1);
    }
    50% {
      transform: translate(-50%, -50%) scale(1.08);
    }
    100% {
      transform: translate(-50%, -50%) scale(1);
    }
}
.hero_block_item_circle_text {
    display: flex;
    flex-direction: column;
    padding: 10px 16px;
    background: #1DBF73;
    position: absolute;
    border-radius: 20px 20px 20px 0;
    right: 25px;
    top: 60px;
    z-index: 10;
}
.hero_block_item_circle_text > span:first-child {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 4px;
}
.hero_block_item_circle_text > span:last-child {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000000;    
}
.header_menu .menu li.menu-item-has-children {
    background: url(/wp-content/uploads/2026/01/down.svg) no-repeat right;
    padding-right: 30px;
}
.header_menu .menu li.menu-item-has-children .sub-menu {
    visibility: hidden;
    position: absolute;
    max-height: 600px;
    overflow-y: scroll;
    opacity: 0;
}
.header_menu .menu li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
.sub-menu {
    background: #ffffff;
    display: flex;
    max-width: 280px;
    width: 100%;
    overflow: hidden;
    width: 100%;
    flex-direction: column;
}
.sub-menu li a {
    padding: 14px 16px;
    display: block;
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.sub-menu li a:hover {
    background: #E3E3E3;
}
.single-cases h1 {
    font-size: 62px;
    line-height: 120%;
}
.single-cases .breadcrumbs {
    margin-bottom: 65px;
}
.single-cases .hero_block_bg_item p {
    font-size: 16px;
}
.single-cases .estimate_block_item * {
    color: #ffffff;
}
.step_block .title {
    margin-bottom: 20px;
    margin-top: 22px;
}
.step_slider_1 .splide__track {
    overflow: hidden;
}
.step_slider_1 {
    max-width: 930px;
    margin: 0 auto;
    position: relative;
    margin-top: 35px;
}
.slider_section .splide__arrow--prev {
    right: 75px;
    left: auto;
}
.step_slider_1 .splide__arrow--prev {
    left: -90px;
}
.step_slider_1 .splide__arrow--next {
    right: -90px;
}
.step_slider_1 .splide__slide img {
    display: block;
    width: 100%;
    max-height: 320px;
    min-height: 320px;
    border-radius: 24px;
    object-fit: cover;
}
.step_slider_1_title {
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 12px;
    font-weight: bold;
    margin-top: 24px;
}
.step_slider_1_text {
    font-family: "Open Sans";
    font-weight: 300;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
}
.step_2 .grid_block_item {
    position: relative;
    height: auto;
    overflow: hidden;
}
.step_2 .grid_block_item .splide__slide img {
    width: 100%;
    display: block;
    border-radius: 24px;
}
.step_2 .splide__arrow--prev, .step_3 .splide__arrow--prev{
    left: 20px;
}
.step_2 .splide__arrow--next, .step_3 .splide__arrow--next {
    right: 20px;
}
.step_2 .splide__arrow svg circle, .step_3 .splide__arrow svg circle  {
    fill: #ffffff;
}
.step_2 .splide__arrow svg path, .step_3 .splide__arrow svg path  {
    fill: #000000;
}
.splide__arrow:hover svg path {
    fill: #ffffff;
}
.splide__arrow:hover svg circle {
    fill: #000000;
}
.step_3 .splide__track {
    overflow: hidden;
}
.step_3 .splide__track .splide__slide img {
    width: 100%;
    display: block;
}
.step_3 .splide__track {
    margin-top: 40px;
}
.border-bottom-none {
    border-bottom: none;
}
.other_items .splide__slide {
    width: 250px;
}
.other_items .splide__slide img {
    width: 100%;
    display: block;
}
.slider_section_wrap .splide__slide {
    text-decoration: none !important;
    cursor: pointer;
}
.slider_section_wrap .splide__slide:hover .slider_section_title {
    text-decoration: underline;
}

.burger_mobile {
    display: none;
}
@media(max-width: 991px) {
    .hero_block_wrapper {
        grid-template-columns: 1fr;
    }
    .logos img {
        width: 100%;
        display: block;
    }
    .splide__arrow svg {
        width: 30px;
        min-width: 30px;
    }
    .step_block .title {
        margin-top: 0;
    }
    .step_slider_1 .splide__arrow--next {
        right: 0;
    }
    .step_slider_1 .splide__arrow--prev {
        left: 0;
    }
    .advantages_v2_items, .control_process_v2 .control_process_item_list {
        grid-template-columns: 1fr;
    }
    .wrapper_buttons .btn {
        width: 100%;
        text-align: center;
    }
    .grid_block_item .btn {
        width: 100%;
        text-align: center;
    }
    .meet_item:last-child {
        order: -1;
    }
    .hero_block_bg .hero_block_bg_item:last-child {
        order: -1;
    }
    .control_process_item_list_2_i span br {
        display: none;
    }
    .control_process_item_list_2_i {
        grid-template-columns: 1fr;
    }
    .control_process_top {
        align-items: flex-start;
    }
    .hero_block_bg .btn {
        width: 100%;
        text-align: center;
    }
    .hero_block_bg {
        padding-bottom: 30px;
    }
    .hero_block_bg  .text_2 {
        text-align: center;
    }
    .hero_block_bg h1 {
        display: block;
        width: 100%;
        text-align: center;
    }
    .hero_block_bg p {
        text-align: center;
    }
    .hero_block_bg h1 br {
        display: none;
    }
    .hero_block_item:last-child {
        order: -1;
    }
    .hero_block_bg_item h1, .hero_block_bg_item h2 {
        font-size: 24px;
        line-height: 130%;
    }
    .slider_section {
        margin-bottom: 30px;
    }
    .about_us_items, .how_we_work_items {
        grid-template-columns: 1fr 1fr;
    }
    .about_us_top {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .hero_block {
        padding-top: 300px;
        padding-bottom: 30px;
    }
    .slider_section_wrap {
        padding-bottom: 30px;
    }
    .title_v1, .catalog h1 {
        font-size: 33px;
    }
    .slider_section .splide__arrow--next {
        right: 0 !important;
    }
    .default_padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    h1 {
        font-size: 61px;
    }
    .hero_block_item:first-child {
        padding-top: 250px;
    }
    .clients_wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .footer_menus .container {
        grid-template-columns: 1fr 1fr;
        grid-gap: 60px;
    }
    .pre_footer .container span {
        font-size: 50px;
        line-height: 120%;
    }
    .hero_block_bg_wrapper, .text_block_wrapper {
        grid-template-columns: 1fr;
    }
    .grid_block_item h2 {
        font-size: 29px;
        line-height: 120%;
    }
    .text_block_img_absolute .text_block_item > img {
        left: 50%;
    }
    .text_block_wrapper {
        grid-gap: 0;
    }
    .text_block {
        position: relative;
    }
    .grid_block .container {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .control_process_items, .why_choose_grid2_items {
        grid-template-columns: 1fr;
    }
    .as_seen_wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .grid_block_item h2 br {
        display: none;
    }
    .sourcing_block_top, .sourcing_block_top_item_i, .sourcing_block_bottom_wrap {
        grid-template-columns: 1fr;
    }
    .text_block_grid .container {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .our_vision {
        padding-top: 320px;
        background-position: top;
    }
    .text_block_grid_title {
        font-size: 48px;
        line-height: 120%;
    }
    .why_choose_grid_items {
        grid-template-columns: 1fr;
    }
    .breadcrumbs {
        flex-wrap: wrap;
    }
    .advantages_block_wrapper {
        grid-template-columns: 1fr;
    }
    .iframe_form .title {
        margin-bottom: 24px;
    }
}

@media(max-width: 768px) {
    .burger_mobile {
        display: block;
    }
    .how_we_work_wrap img {
        display: block;
        width: 100%;
    }
    .how_we_work_title {
        margin-bottom: 0;
    }
    .hero_block_item:first-child {
        padding-top: 200px;
    }
    .text_block_img_absolute .text_block_item > img {
        max-width: 150px;
        left: 60%;
    }
    body {
        padding-top: 60px;
    }
    .slider_section .splide__arrow--prev {
        right: 35px;
    }
    .hero_block {
        padding-top: 150px;
    }
    .video_block {
        padding-bottom: 60px;
    }
    .hero_block_item_circle_c {
        display: none;
    }
    .title_v1 {
        font-size: 30px;
    }
    footer {
        padding-top: 90px !important;
    }
    .how_we_work {
        margin-bottom: 0;
    }
    .title {
        margin-bottom: 25px;
    }
    .pre_footer .container span {
        font-size: 30px;
        line-height: 120%;
    }
    .title_v2 {
        font-size: 30px;
        line-height: 120%;
    }
    .copy {
        text-align: right;
    }
    .footer_bottom .container {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .pre_footer > .container > svg {
        max-width: 29px;
    }
    .clients_wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .footer_menus .container {
        grid-template-columns: 1fr;
    }
    .estimate_block {
        flex-direction: column;
    }
    .about_us_items, .how_we_work_items {
        grid-template-columns: 1fr;
    }
    .estimate_block .btn {
        width: 100%;
        text-align: center;
    }
    h1 {
        font-size: 34px;
    }
    .blog_block_items {
        grid-template-columns: 1fr;
    }
    .meet_wrapper {
        grid-template-columns: 1fr;
    }
    .header_right_col {
        display: none;
    }
    .header_menu {
        display: none;
    }
}


/* //// TEMPLATES */


.page-template-template-2 .breadcrumbs {
    margin-bottom: 150px;
}

.margin {
    margin: 64px 0;
}
.first_block {
    padding-top: 13px;
    background-size: cover !important;
    padding-bottom: 180px;
    position: relative;
	background-position: top !important;
}
.first_block:before {
	content: '';
	background: rgba(0,0,0, .5);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.our_custom_products__item:before {
	content: '';
	background: rgba(0,0,0, .5);
	position: absolute;
	transition: all .3s linear;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.first_block .container {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.first_block h1 {
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-size: 37px;
    font-weight: 700;
    line-height: 36.72px;
    color: #ffffff;
}
.first_block p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 34px;
    line-height: 23.8px;
    color: #ffffff;
    margin-bottom: 34px;
}
.wrapper_buttons {
    display: flex;
    justify-content: center;
}
.acf_template h2 b {
    font-weight: bold;
}
.how_we_work_wrap {
    display: grid;
    margin-top: 32px;
    grid-template-columns: 398px 1fr;
    grid-gap: 55px;
    align-items: center;
}
.how_we_work_top {
    display: flex;
    align-items: center;
}
.how_we_work_number {
    min-width: 42px;
    min-height: 42px;
    width: 42px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    background: #000000;
    line-height: 26px;
}
.how_we_work_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    color: #000000;
}
.how_we_work_item:not(:last-child) {
    margin-bottom: 24px;
}
.how_we_work_description {
    margin-top: 8px;
    font-size: 14px;
    color: #474747;
    font-weight: 400;
    line-height: 23.8px;
}
.advantages__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
}
.advantages__wrapper {
    margin-top: 35px;
}
.advantages h2 {
    font-weight: bold;
}
.advantages__item h3 {
    font-size: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 36.4px;
    color: #000000;
}
.advantages__item:not(:last-child) {
    margin-bottom: 35px;
}
.advantages__item:nth-child(even) div {
    order: -1;
}
.advantages__item picture {
    display: flex;
    justify-content: center;
}
.advantages__item .btn {
    margin-top: 20px;
}
.catalog p {
    font-size: 15px;
    color: #383838;
}
.catalog .container > span {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 24px;
    margin-top: 24px;
}
.catalog .container > p {
    margin-top: 24px;
}
.catalog_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 8px;
}
.catalog__item img {
    width: 100%;
	min-height: 225px;
	max-height: 225px;
	object-fit: contain;
	background: #ffffff;
    display: block;
	object-position: center;
    height: 100%;
}
.catalog__item {
    border-radius: 16px;
    background: #F5F5F5;
    overflow: hidden;
}
.catalog__item picture {
    display: block;
}
.catalog__item > div {
    padding: 16px;
}
.catalog__item_title {
    font-size: 15px;
    font-weight: 700;
    margin-top: 8px;
    line-height: 19.5px;
    color: #000000;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.catalog__item_items > div {
    display: flex;
    justify-content: space-between;
}
.catalog__item_items > div span:last-child {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18.2px;
    color: #000000;
}
.catalog__item_items > div:not(:last-child) {
    margin-bottom: 8px;
}
.more_variants {
    background: #000000;
    padding: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-top: 8px;
}
.more_variants_title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36.4px;
    text-transform: uppercase;
    color: #ffffff;
    margin-right: 25px;
}
.logos h2 {
    text-align: center;
}
.logos p {
    text-align: center;
}
.logos picture {
    margin-top: 15px;
    display: block;
}
.faq_description {
    transition: all .3s linear;
    color: #666666;
}
.faq_line.active {
    background: transparent;
}
.faq_line.active .faq_name {
    padding-bottom: 20px;
    color: #000000;
    transition: all .3s linear;
}
.faq_line.active .faq_name:after {
    display: none;
}
.text-center {
    text-align: center;
}
.faq_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 29px 59px;
}
.faq_top {
    display: flex;
    flex-direction: column;
}
.faq_line {
    padding: 20px;
    background: #f4f4f4;
    height: fit-content;
    cursor: pointer;
    position: relative;
    border: 1px solid #d9d9d9;
}
.faq_name {
    font-size: 16px;
    line-height: 1em;
	padding-bottom: 0;
    font-weight: 500;
    padding-right: 15px;
    color: #666;
    position: relative;
}
.faq h2 {
    margin-bottom: 10px;
}
.our_custom_products_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
    margin-top: 32px;
}
.our_custom_products__item > div {
	position: relative;
}
.our_custom_products__item {
    padding: 140px 24px 24px 24px;
	overflow: hidden;
	background-size: 100% !important;
	position: relative;
	transition: all .3s linear;
    border-radius: 20px;
}
.our_custom_products__item:hover:before {
	background: rgba(0, 0, 0, .2);
}
.our_custom_products__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #ffffff;
}
.our_custom_products__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    color: #ffffff;
}
.container-full {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
}

.dot {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    margin: 0 19px;
    color: #ffffff;
    opacity: .5;
}
.btn:hover {
    opacity: .5;
}

@media(max-width: 768px) {
    .container-full {
        padding-left: 20px;
        padding-right: 20px;
    }
    .first_block h1 {
        font-size: 28px;
        line-height: normal;
        text-align: left;
    }
    .page-template-template-2 .breadcrumbs {
        margin-bottom: 50px;
    }
    .faq_items {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .how_we_work_wrap {
        grid-template-columns: 1fr;
    }
    .catalog.margin p {
        margin-top: 10px;
    }
    .more_variants a {
        width: 100%;
    }
    .more_variants_title {
        font-size: 24px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .more_variants {
        flex-direction: column;
        padding: 20px;
    }
    .catalog_wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .first_block p {
        font-size: 14px;
        text-align: left;
        margin-top: 10px;
    }
    .margin {
        margin: 35px 0;
    }
    .our_custom_products_wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .advantages__item:nth-child(even) div {
        order: unset;
    }
    .advantages__item h3 {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .advantages__item:not(:last-child) {
        margin-bottom: 45px;
    }
    .advantages__item .btn {
        width: 100%;
    }
    .advantages__item {
        grid-template-columns: 1fr;
    }
    .our_custom_products_wrapper {
        margin-top: 20px;
    }
    .wrapper_buttons {
        flex-direction: column;
    }
    .faq_name {
        font-size: 14px;
    }
    .first_block {
        padding-bottom: 50px;
    }
    .wrapper_buttons a {
        margin-right: 0 !important;
        text-align: center;
    }
    .wrapper_buttons a:not(:last-child) {
        margin-bottom: 15px;
    }
    .margin {
        margin: 35px 0;
    }
}