article, div, header, main, nav, section, span {
    padding: 0;
    margin: 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth !important;
}

:root {
    --grey-dark-color: #8e8e93;
    --grey-color: #aeaeb2;
}

#loader {
    /*display: none; !* Hidden by default *!*/
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*border: 16px solid #f3f3f3;*/
    /*border-radius: 50%;*/
    /*border-top: 16px solid #de2626;*/
    width: 400px;
    height: auto;
    /*animation: spin 2s linear infinite;*/
    z-index: 9999; /* Ensure loader is on top */
}

#loader img {
    width: 100%;
}

.loader-home {
    /*background-color: #121212;*/
    background-color: #ffffff;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 10;
}

.loader-home, .loader-home .contain {
    align-items: center;
    display: flex;
    justify-content: center;
}

.loader-home, .loader-home .contain {
    align-items: center;
    display: flex;
    justify-content: center;
}

.loader-home .contain {
    flex-direction: column;
}

.linear-activity {
    background-color: #e9ebfc;
    border-radius: 12px;
    height: 5px;
    margin: 20px auto;
    overflow: hidden;
    width: 300px;
}

.indeterminate {
    height: 100%;
    position: relative;
    width: 100%;
}

.indeterminate:before {
    animation: indeterminate_first 1.5s ease-out infinite;
    background-color: #D9DC65;
}

.indeterminate:after, .indeterminate:before {
    border-radius: 4px;
    content: "";
    height: 100%;
    position: absolute;
}

@keyframes indeterminate_first {
    0% {
        left: -100%;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 10%;
    }
}

@keyframes indeterminate_second {
    0% {
        left: -150%;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 10%;
    }
}

.indeterminate:after {
    animation: indeterminate_second 1.5s ease-in infinite;
    background-color: #6F727B;
}

#app {
    /*background-color: #f4f6f5;*/
    background-position: 0 0;
    background-repeat: repeat;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
    /*display: none; !* Hide content initially *!*/
}

/*body::-webkit-scrollbar {*/
/*    background-color: rgba(13, 30, 39, 1);*/
/*    width: 8px;*/
/*    --antd-wave-shadow-color: #de2626;*/
/*    --scroll-bar: 0*/
/*}*/

li {
    list-style: none;
}

.popup::-webkit-scrollbar {
    background-color: rgba(13, 30, 39, 1);
    width: 8px;
    --antd-wave-shadow-color: #de2626;
    --scroll-bar: 0
}

.popup::-webkit-scrollbar-thumb {
    background-color: #de2626;
    border-radius: 4px;
}

.loader-home .logo img {
    width: 130px;
}

.loader-home .logo_text img {
    width: 300px;
}

/*html {*/
/*    --antd-wave-shadow-color: #de2626;*/
/*    --scroll-bar: 0;*/
/*}*/

/*body::-webkit-scrollbar-thumb {*/
/*    background-color: #de2626;*/
/*    border-radius: 4px;*/
/*}*/

body, html {
    position: relative;
    margin: 0;
    /* padding: 0; */
    width: auto;
    color: #121212;
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.2;
    font-family: Inter, sans-serif;
    background-color: transparent;
    /*--lzl-bg-img: "/wp-content/themes/main/css/../img/bg.jpg?lm=66E83182";*/
}

a:active:hover, a:focus:hover, a:hover, a:hover:hover, a:link:hover {
    transition: .2s;
    /*color: #ffffff;*/
}

.button, a.button {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    height: 64px;
    border-radius: 12px;
    width: max-content;
    max-width: 100%;
    padding: 0 30px;
    cursor: pointer;
    transition: .2s;
    background-color: #de2626;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.container {
    width: 100%;
    max-width: 1440px;
}

body {
    top: 0 !important;
}

section {
    margin-bottom: 60px;
}

/* --- Header Section --- */

.header .header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.header .header_inner .header_logo img {
    height: 50px;
}

.dark .header .header_inner {
    background-color: #25423F;
}

.header .header_inner .header_other .header_lang_current img {
    width: 20px;
}

.header .header_inner .header_other .header_lang_current {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header .header_inner .header_other .header_lang_current span {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 1);

}

.dark .header .header_inner .header_other .header_lang_current span {
    color: #ffffff;
}

.header .header_inner .header_other {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header .header_inner .header_other .contacts_btn {
    padding: 12px 18px;
    border-radius: 20px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    background-color: #000000;
}

.dark .header .header_inner .header_other .contacts_btn {
    color: #000000;
    background-color: #ffffff;
}

.header .header_menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    gap: 32px;
}

.header .header_menu ul li a {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    color: var(--grey-dark-color);
}

.header .header_menu ul li a.active {
    color: #ffffff;
}

.header .header_menu ul li a.dark_active {
    color: #000000;
}

.mob-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    padding: 15px 0;
}

.mob-header {
    display: none;
}

.header {
    display: block !important;
    position: absolute;
    top: 32px;
    right: 0;
    width: 100%;
    z-index: 100;
}

.header .header-pc {
    background-color: transparent;
    transition: .2s;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.header .header-pc .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .wrap {
    flex-wrap: nowrap;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header .logo {
    margin-right: 10px;
    min-width: 165px;
    display: flex;
    align-items: center;
}

.header .logo .div {
    margin-left: 8px;
    max-width: 200px;
}

.header .logo span {
    font-size: 18px;
    color: #ffffff;
}

.header .search {
    position: relative;
    z-index: 15;
}

.header .search.active .search-wrap {
    display: flex !important;
    transition: .2s;
    animation-name: search;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.header.header-open-menu .logo .dark, .header.header-white .logo .dark {
    display: block !important;
}

.mobile-menu {
    display: none;
}

.header .search-wrap .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input {
    height: 50px;
    padding-left: 55px;
    border: none !important;
    border-radius: 12px !important;
    outline: none;
}

.header .search-wrap .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg {
    display: none;
}

@keyframes search {
    0% {
        width: 0;
    }
    100% {
        /*width: 910px;*/
        width: 1045px;
    }
}

.header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-contacts {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header.header-home .logo .light {
    display: flex !important;
    align-items: center;
}

.header .logo .light img,
.header .logo .dark img {
    width: 150px;
}

.header.header-home .logo .dark {
    display: none !important;
}

.page-title {
    font-size: 64px;
    display: block;
    font-weight: 500;
    font-family: Onest, sans-serif;
    letter-spacing: -1.92px;
    line-height: 1;
    margin-bottom: 50px;
}

.header.header-open-menu nav ul > li.menu-item-has-children > a:hover,
.header.header-open-menu nav ul > li.menu-item-has-children > span:hover,
.header.header-page nav ul > li.menu-item-has-children > a:hover,
.header.header-page nav ul > li.menu-item-has-children > span:hover,
.header.header-white nav ul > li.menu-item-has-children > a:hover,
.header.header-white nav ul > li.menu-item-has-children > span:hover,
.header.scrolled nav ul > li.menu-item-has-children > a:hover,
.header.scrolled nav ul > li.menu-item-has-children > span:hover {
    color: #fff;
    transition: .2s;
    background-color: #121212;
    backdrop-filter: blur(10px);
}

.header.header-home .logo .dark .div span {
    color: #000000;
}

.header.header-open-menu .logo .light, .header.header-white .logo .light {
    display: none !important;
}

.header .button {
    margin-left: 20px;
    height: 50px;
}

.header nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.header nav ul > li {
    position: relative;
}

.header nav ul > li > a, .header nav ul > li > span {
    color: #fff;
    display: block;
    display: flex;
    font-size: 16px;
    margin: 0;
    padding: 14px;
    border-radius: 10px;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.header nav ul > li.menu-item-has-children > a, .header nav ul > li.menu-item-has-children > span {
    cursor: pointer;
    position: relative;
    padding-right: 40px;
}

.icon {
    display: flex;
    align-items: center;
}

.header nav ul > li.menu-item-has-children > a, .header nav ul > li.menu-item-has-children > span {
    transition: .2s;
}

.header nav ul > li.menu-item-has-children > a::after, .header nav ul > li.menu-item-has-children > span::after {
    position: absolute;
    content: "";
    height: 24px;
    transition: .2s;
    width: 24px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93LWRvd24tMDEtc2hhcnAgMSI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik02IDlMMTEuMjkyOSAxNC4yOTI5QzExLjYyNjIgMTQuNjI2MiAxMS43OTI5IDE0Ljc5MjkgMTIgMTQuNzkyOUMxMi4yMDcxIDE0Ljc5MjkgMTIuMzczOCAxNC42MjYyIDEyLjcwNzEgMTQuMjkyOUwxOCA5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==);
}

.header nav ul > li {
    position: relative;
}

.header nav ul > li ul li a, .header nav ul > li ul li span {
    color: #121212;
    font-size: 16px;
    padding: 0;
    height: auto;
    display: block;
    margin-bottom: 14px;
    white-space: nowrap;
}

.button:hover, a.button:hover {
    transition: .2s;
    background-color: #111827;
    color: #fff;
}

.header .search-toggle {
    background-color: rgba(255, 255, 255, .15);
    border-radius: 12px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    cursor: pointer;
    margin: 0 10px;
}

.header nav ul > li.menu-item-has-children > a:hover,
.header nav ul > li.menu-item_main > a:hover,
.header nav ul > li.menu-item-has-children > span:hover {
    color: #fff;
    transition: .2s;
    background-color: rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
}

.search-toggle {
    transition: .2s;
}

.header .search-wrap {
    z-index: 30;
}

svg {
    transition: .2s;
}

svg path, svg rect {
    transition: .2s;
}

a, a:active, a:focus, a:hover, a:link {
    text-decoration: none;
    outline: 0;
    color: #121212;
    transition: .2s;
    font-size: 16px;
}

.header .search .search-wrap {
    transition: .2s;
    position: absolute;
    left: 10px;
    top: 0;
    height: 50px;
    z-index: 10;
    width: 0;
}


.header .search-wrap .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp {
    height: 50px;
    padding: 0;
}

.header .search-wrap .dgwt-wcas-search-form {
    height: 50px;
}

.icon {
    transition: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header.scrolled {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 20px;
}

.header.scrolled .header-pc {
    border-color: #e5e7eb;
    border-bottom: none;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
}

@keyframes header {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

/* --- End Header Section --- */

/* --- Banner Section --- */

.banner {
    /*height: 720px;*/
    height: 100dvh;
    position: relative;
    background-color: #25423F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 80px;
}

.banner .banner_inner .banner_content {
    max-width: 550px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ru .banner .banner_inner .banner_content {
    max-width: 630px;
}

.oz .banner .banner_inner .banner_content {
    max-width: 765px;
}

.banner .banner_inner .banner_content .banner_heading_title {
    font-family: Integral CF, sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 65px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    /*text-transform: uppercase;*/
}

.banner .banner_inner .banner_content .banner_heading_title span {
    color: #D9DC65;
}

.banner .banner_inner .banner_content .banner_content_btn span {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 1);
}

.banner .banner_inner .banner_content .banner_content_btn {
    background-color: rgba(217, 220, 101, 1);
    display: flex;
    padding: 14px 22px;
    border-radius: 28px;
    align-items: center;
    width: fit-content;
    box-shadow: 5px 10px 20px rgb(217 220 101 / 46%), 0 0 10px rgb(217 220 101 / 13%);
}

.banner .banner_inner .banner_content .banner_content_btn img {
    margin-left: 10px;
}

.banner .banner_inner .banner_content .banner_heading_subtitle {
    font-family: SF Pro Display, sans-serif;
    font-weight: 600;
    font-size: 56px;
    line-height: 110%;
    /*letter-spacing: 3px;*/
    color: #fff;
    margin-top: 20px;
}

.ru .banner .banner_inner .banner_content .banner_heading_subtitle {
    font-family: unset;
    font-weight: 800;
    font-size: 66px;
    line-height: 100%;
    /*letter-spacing: 3px;*/
    color: #fff;
}

.en .banner .banner_inner .banner_content {
    max-width: 610px;
}

.en .banner .banner_inner .banner_content .banner_heading_subtitle {
    font-size: 64px;
}

.banner .banner_inner .banner_content .banner_heading_subtitle span {
    color: rgba(217, 220, 101, 1);
}

.banner .banner_inner .banner_content p strong {
    color: rgba(217, 220, 101, 1);
    font-weight: 300;
}

.banner .banner_inner .banner_content p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 133%;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.71);
}

.banner .banner_inner {
    position: relative;
    z-index: 10;
    padding-top: 60px;
}

.banner .banner_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner .banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- End Banner Section --- */

/* --- Why is Section --- */

.why_is .why_is_card .why_is_card_text p {
    margin-bottom: 0;
}

.why_is .why_is_card .why_is_card_text {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(142, 142, 147, 1);
}

.why_is .why_is_card .why_is_card_title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0;
}

.why_is .why_is_card {
    text-align: center;
    padding: 10px 55px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-bottom: 50px;
}

.why_is .why_is_card .why_is_card_img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B6D6D3;
    padding: 20px;
    border-radius: 36px 10px 20px 10px;
}

.why_is .title {
    margin-bottom: 60px;
}

/* --- End Why is Section --- */

/* --- Services Section --- */
.services {
    margin-top: 30px;
    margin-bottom: 80px;
}

.services .services_inner .services_tabs .services_tabs_ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.services .services_inner .services_tabs .services_tabs_ul a {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    width: 244px;
    border-radius: 20px;
    line-height: 130%;
    letter-spacing: 0;
    color: var(--grey-color);
}

.services .services_inner .services_tabs .services_tabs_ul .tab {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    /*max-width: 280px;*/
    /*min-height: 72px;*/
    width: 50%;
    border-radius: 20px;
    line-height: 130%;
    letter-spacing: 0;
    color: #86BBB5;;
    background-color: #1F2E2D;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.services .services_inner .services_tabs .services_tabs_ul .tab.active {
    background-color: #D9DC65;
    color: #000000;
}

.services .services_inner .services_tabs {
    background-color: #25423F;
    border-radius: 60px;
    padding: 56px 80px 96px 80px;
}

.services .services_inner .services_tabs hr {
    border-top: 1px solid #E5E5EA;
    margin: 40px 0;
}

.services .services_inner .services_tabs .service_tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.services .services_inner .services_tabs .service_tab-content .services_item {
    border-radius: 24px;
    border: 1px solid #D9DC65;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 20px;
    margin-bottom: 30px;
    transition: .4s all linear;
    min-height: 125px;
}

.services .services_inner .services_tabs .service_tab-content .services_item_img {
    width: 100%;
    height: auto;
}

.services .services_inner .services_tabs .service_tab-content .services_item_img img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.services .services_inner .services_tabs .service_tab-content .services_item:hover {
    background-color: #D9DC65;
}

.services .services_inner .services_tabs .service_tab-content .services_item:hover span {
    color: #25423F;
}

.services .services_inner .services_tabs .service_tab-content .services_item:hover h5 {
    color: #25423F;
}

.services .services_inner .services_tabs .service_tab-content .services_item span {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 66px;
    line-height: 69px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #D9DC65;
}

.services .services_inner .services_tabs .service_tab-content .services_item h5 {
    color: #D9DC65;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 0;
}

.services .services_inner .services_tabs .service_tab-content .all_service .all_service_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    cursor: pointer;
}

.services .services_inner .services_tabs .service_tab-content .all_service .all_service_item .all_service_item_title {

}

.services .services_inner .services_tabs .service_tab-content .all_service .all_service_item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100px;
    height: 5px;
    border-radius: 5px;
    background-color: #D9DC65;
}

.services .services_inner .services_tabs .service_tab-content .all_service .all_service_item .all_service_item_icon {

}

.services .services_inner .services_tabs .service_tab-content .all_service .all_service_item .all_service_item_title h2 {
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.5px;
    margin-bottom: 0;
    vertical-align: middle;
    color: #ffffff;
}

.services .services_inner .services_tabs .service_tab-content .all_service .all_service_item:hover .all_service_item_icon {
    transform: rotate(25deg);
    transition: .3s all linear;
}

.services .services_inner .services_tabs .service_tab-content .all_service .all_service_item:last-child {
    margin-bottom: 0
}

.services .services_inner .services_tabs .service_tab-content.active {
    display: block;
    opacity: 1;
}

.services_tabs_ul li.active {
    font-weight: bold;
    color: #007bff;
    cursor: default;
}

/* --- End Services Section --- */

/* --- Cases Section --- */

.cases .cases_card {
    border: 1px solid #000000;
    border-radius: 45px;
    padding: 50px;
    display: flex;
    /*align-items: center;*/
    gap: 30px;
    min-height: 340px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.cases .cases_card .cases_card_info .cases_card_img {

}

.cases .cases_card .cases_card_info .cases_card_title {
    border-radius: 7px;
    padding: 14px;
    gap: 10px;
    background-color: #D9DC65;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: 0;
    color: #000000;
}

.cases .cases_card .cases_card_info .cases_card_link {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cases .cases_card .cases_card_info .cases_card_link:hover img {
    transform: rotate(30deg);
}

.cases .cases_card .cases_card_info .cases_card_link img {
    transition: .3s all linear;
    background-color: #000000;
    padding: 10px;
    border-radius: 25px;
}

.cases .cases_card .cases_card_info {
    max-width: 270px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.cases .cases_card .cases_card_img {
    width: 240px;
    height: 300px;
}

.cases .cases_card .cases_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.cases_content .cases_item {
    display: flex;
    min-height: 366px;
    gap: 64px;
    padding: 60px 0;
    border-top: 1px solid #E4E7EC;
}

.cases_content .cases_item .cases_item-right .cases_item_techs .cases_item_tech img {
    width: 72px;
    height: 72px;
    filter: grayscale(1);
}

.cases_content .cases_item .cases_item-right .cases_item_techs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cases_content .cases_item .cases_item-right .cases_item-top .cases_item-date {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000000;
}

.cases_content .cases_item .cases_item-right .cases_item-top .cases_item-date span {
    font-weight: bold;
}

.cases_content .cases_item .cases_item-right .cases_item-top .cases_item-text {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000000;
    text-align: justify;
}

.cases_view .cases_item_techs {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
}

.cases_view .cases_view_top {
    padding-bottom: 60px;
    margin-bottom: 40px;
    border-bottom: 1px solid #E4E7EC;
}

.cases_view .cases_view_right {
    width: 100%;
    height: 400px;
}

.cases_view .cases_view_right .cases_view_right_img {
    width: 100%;
    height: 100%;
}

.cases_view .cases_view_right .cases_view_right_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.cases_view .cases_view_left .cases_view_left_img {
    margin: 40px 0 20px;
}

.cases_view .cases_item_techs .cases_item_tech img {
    filter: grayscale(1);
    width: 72px;
    height: 72px;
}

.cases_view .cases_view_bottom .cases_view_bottom_content {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000000;
}

.cases_view .cases_view_bottom .cases_view_bottom_content ul li {
    list-style: disc;
    margin-left: 20px;
}

.cases_view {
    padding-top: 250px;
    margin-bottom: 100px;
}

.cases_view .cases_view_back {
    padding: 16px 28px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border-radius: 56px;
    border: 1px solid #E5E5EA;
    display: flex;
    align-items: center;
    gap: 12px;
    width: max-content;
}

.cases_view .cases_view_back span {
    color: #000000;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
}

.cases_content .cases_item .cases_item-right .cases_item-bottom .cases_item_more {
    background-color: #D9DC65;
    color: #000000;
    padding: 10px 18px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 16.26px;
    line-height: 24.4px;
    letter-spacing: 0;
    border-radius: 24px;
}

.cases_content .cases_item .cases_item-right {
    border: 1px solid #E4E7EC;
    padding: 24px 24px 28px 24px;
    border-radius: 16px;
    width: 68%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.cases_item-left {
    /*max-width: 350px;*/
    width: 32%;
}

.cases_item-left .cases_item_img {
    height: 242px;
    width: 100%;
}

.cases_item-left .cases_item_img img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
}

.cases_item-left .cases_item-title {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
    margin-right: 15px;
    margin-bottom: 40px;
}

/* --- End Cases Section --- */

/* --- News Section --- */

section.news {
    margin-top: 180px;
}

.news .news_left_card_date {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(142, 142, 147, 1);
    margin: 14px 0;
}

.news .news_left_card_title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000000;
}

.news .news_left_card_text {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--grey-dark-color);
}

.news .news_right_card .news_right_box_img {
    width: 300px;
    height: 267px;
    border-radius: 12px;
    margin-right: 15px;
}

.news .news_left_card .news_left_card_img img {
    width: 100%;
}

.news .news_right_card .news_right_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 38px;
}

.news .news_right_card {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.news .news_right_card .news_right_box {
    display: flex;
    /*justify-content: space-between;*/
}

.news .news_right_card .news_right_box .news_right_box_content {
    max-width: 375px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000000;
}

.news .news_right_card .news_right_box .news_right_box_date {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(142, 142, 147, 1);
}

.news .news_right_card .news_right_box .news_right_box_title {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 12px 0;
}

.news .news_right_card .news_right_box .news_right_box_text {
    /*color: var(--grey-dark-color);*/
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
}

.news_content .news_right_box {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.news_content .news_right_box_img {
    width: 255px;
    height: 210px;
}

.news_content .news_right_box_content .news_right_box_title {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #000000;
}

.news_content .news_right_box_content .news_right_box_date {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #8E8E93;
}

.news_content .news_right_box_content .news_right_box_text {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000000;
}

.news_content .news_right_box_content {
    max-width: 415px;
    padding-right: 30px;
}

.news_content .news_right_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

section.news_view {
    padding-top: 250px;
}

section.why_is {
    margin-bottom: 30px;
}

section.news_view .news_view_top .news_view_date {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #8E8E93;
}

section.news_view .news_view_top .news_view_title {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
    color: #000000;
    margin: 15px 0;
}

section.news_view .news_view_top .news_view_short_content {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    color: #8E8E93;
    margin-bottom: 60px;
}

section.news_view .news_view_top .news_view_img {
    width: 100%;
    height: 516px;
}

section.news_view .news_view_top .news_view_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

section.news_view .news_view_top {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.news_view .news_view_top .news_view_back {
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px 28px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border-radius: 56px;
    border: 1px solid #E5E5EA;
    display: flex;
    align-items: center;
    gap: 12px;
    width: max-content;
}

section.news_view .news_view_bottom_end .news_view_bottom_link {
    position: relative;
}

section.news_view .news_view_bottom_end .news_view_bottom_author {
    display: flex;
    align-items: center;
    gap: 16px;
}

section.news_view .news_view_bottom_end .news_view_bottom_author .news_view_bottom_author_txt h4 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 0;
}

section.news_view .news_view_bottom_end .news_view_bottom_author .news_view_bottom_author_txt p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #8E8E93;
    margin-bottom: 0;
}

section.news_view .news_view_bottom .cases_view_bottom_content h2 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color: #000000;
}

section.news_view .news_view_bottom {
    margin-top: 100px;
    padding: 0 300px;
}

section.news_view .news_view_bottom .cases_view_bottom_content img {
    object-fit: cover;
    border-radius: 24px;
}

section.news_view .news_view_bottom .cases_view_bottom_content p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #8E8E93;
}

section.news_view .news_view_bottom .cases_view_bottom_content ol {
    padding-left: 20px;
}

section.news_view .news_view_bottom .cases_view_bottom_content blockquote {
    border-left: 2px solid #86BBB5;
    padding-left: 20px;
}

section.news_view .news_view_bottom .cases_view_bottom_content blockquote p {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    color: #000000;
}

section.news_view .news_view_bottom .cases_view_bottom_content blockquote p:last-child {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #8E8E93;
}

section.news_view .news_view_bottom .cases_view_bottom_content ol li {
    list-style: auto;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #8E8E93;
}

section.news_view .news_view_bottom_end .news_view_bottom_author {
}

section.news_view .news_view_bottom_end .news_view_bottom_author .news_view_bottom_author_img {
    width: 56px;
    height: 56px;
}

section.news_view .news_view_bottom_end .news_view_bottom_author .news_view_bottom_author_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 200px;
}

section.news_view .news_view_bottom_end {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E4E7EC;
    padding-top: 40px;
    margin-top: 40px;
}

section.news_view .news_view_bottom_end #copyPopup {
    position: absolute;
    top: -40px;
    left: 0;
    background: #4caf50;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 9999;
}

section.news_view .news_view_bottom_end #copyLink {
    background-color: #000000;
    color: #ffffff;
    border-radius: 56px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    width: max-content;
}

section.news_view .news_view_bottom_end #copyLink span {

}

section.news_view .news_view_top .news_view_back span {
    color: #000000;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
}

/* --- End News Section --- */

/* --- Partners Section --- */

.partners .partners_box {
    display: flex;
    align-items: center;
}

.partners .partners_box .partners_card img {
    width: 100%;
}

/* --- End Partners Section --- */

/* --- Have questions Section --- */

.have_questions .have_questions_inner {
    background-color: #25423F;
    padding: 32px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.have_questions .have_questions_inner .have_questions_left .have_questions_title {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    color: #ffffff;
}

.have_questions .have_questions_inner .have_questions_left .have_questions_text {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 0;
}

.have_questions .have_questions_inner .have_questions_right .have_questions_btn {
    background-color: #D9DC65;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000000;
    padding: 16px 28px;
    border-radius: 30px;
}

/* --- End Partners Section --- */

/* --- About Page Section --- */

.about_page .about_page_top .about_page_top_heading {
    padding: 200px 0 80px;
}

.about_page .about_page_top {
    background-color: #25423F;
    padding-bottom: 110px;
}

.about_page .about_page_top .about_page_top_heading .about_title {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 54px;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
}

.about_page .about_page_top .about_page_top_heading .about_content {
    padding: 0 180px;
}

.about_page .about_page_top .about_page_top_heading .about_content p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.about_page .about_page_top .about_page_top_heading .about_content p strong {
    color: #D9DC65;
}

/*.about_page .about_page_top .about_page_top_heading .about_content p:first-child {*/
/*    margin-bottom: 60px;*/
/*}*/

.about_page_top_journey_img {
    width: 100%;
    height: 620px;
    padding-right: 40px;
}

.about_page_top_journey_content {
    padding-top: 40px;
}

.about_page_top_journey_content .about_page_top_journey_stats {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}

.about_page .clients_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about_page .clients .title h2,
.about_page .partners .title h2 {
    font-size: 58px;
    margin-bottom: 40px;
}

.about_page .partners {
    margin-bottom: 160px;
}

.about_page_top_journey_content .about_page_top_journey_stats .about_page_top_journey_stats_item h3 {
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 38px;
    line-height: 40px;
    color: #D9DC65;
    margin-bottom: 18px;
}
.oz .about_page_top_journey_content .about_page_top_journey_stats .about_page_top_journey_stats_item h3,
.en .about_page_top_journey_content .about_page_top_journey_stats .about_page_top_journey_stats_item h3{
    font-size: 30px;
    line-height: 36px;
}
.ru .about_page_top_journey_content .about_page_top_journey_stats{
    margin-top: 66px;
}
.about_page_top_journey_content .about_page_top_journey_stats .about_page_top_journey_stats_item {
    max-width: 322px;
    min-width: 322px;
}

.about_page_top_journey_content .about_page_top_journey_stats .about_page_top_journey_stats_item p {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 0;
}
.en .about_page_top_journey_content .about_page_top_journey_stats .about_page_top_journey_stats_item p{
    font-size: 26px;
    line-height: 30px;
}
.about_page_top_journey_content .about_page_top_journey_title {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -2%;
    color: #ffffff;
}
.en .about_page_top_journey_content .about_page_top_journey_title {
    font-size: 48px;
    line-height: 54px;
}
.oz .about_page_top_journey_content .about_page_top_journey_title {
    font-size: 41px;
}
.about_page_top_journey_img img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    border-radius: 12px;
}

.how_to_work .how_to_work_item_img {
    background-color: #D9DC65;
    border-radius: 41px;
    width: max-content;
    padding: 18px;
}

.about_page .about_page_bottom {
    margin-bottom: 0;
}

.how_to_work .how_to_work_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}

.how_to_work .how_to_work_item h4 {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    margin: 20px 0;
}

.how_to_work .how_to_work_item p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    max-width: 350px;
}

/* --- End About Page Section --- */

/* --- Services Section --- */

.services_page .services_page_title {
    padding-top: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.services_page .services_page_title h2 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 54px;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
    color: #101828;
}

.services_page .services_page_title p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #8E8E93;
    max-width: 1000px;
    margin-bottom: 40px;
}

.services_page .services_content {
    background-color: #25423F;
    border-radius: 60px;
    padding: 60px 80px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.services_page .services_content .services_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 20px 0;
}

.services_page .services_content .services_header .service_title {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 24px;
    letter-spacing: 0;
    color: #86BBB5;
    background: #1F2E2D;
    width: 100%;
    text-align: center;
    padding: 20px 24px;
    border-radius: 12px;
    border: none;
}

.services_page .services_content .services_header p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    margin-top: 15px;
}
.services_page .services_content .services_items .services_item{
    border: 1px solid #D9DC65;
    border-radius: 24px;
    padding: 38px;
    margin-bottom: 30px;
    min-height: 314px;
    transition: .3s all linear;
}
.services_page .services_content .services_items .services_item:hover{
    background-color: #D9DC65;

}
.services_page .services_content .services_items .services_item:hover h5,
.services_page .services_content .services_items .services_item:hover ul li{
    color: #000;
}

.services_tabs_title{
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 30px;
}
.services_page .services_content .services_items .services_item h5{
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    color: #D9DC65;
}
.services_page .services_content .services_image{
    height: 700px;
}
.services_page .services_content .services_image img{
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
}
.services_page .services_content .services_items .services_item ul{
    padding-left: 28px;
}
.services_page .services_content .services_items .services_item ul li{
    font-family: Helvetica,sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 0;
    color: #ffffff;
    list-style: disc;
}
/* --- End Services Section --- */

/* --- Projects Section --- */

.projects {
    margin-bottom: 180px;
}

.projects .projects_content .projects_content_more {
    display: flex;
    align-items: center;
    justify-content: end;
}

.projects .projects_content .projects_content_more a {
    background-color: #D9DC65;
    padding: 16px 28px;
    border-radius: 56px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000000;

}

.projects-page .projects_content {
    margin-bottom: 80px;
}

.projects-page .projects_page_title {
    padding-top: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
}

.projects-page .projects_page_title h2 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
    color: #000000;
}

.projects_card {
    margin-bottom: 40px;
}

.projects_card .projects_card_img {
    position: relative;
    height: 350px;
}

.projects_card .projects_card_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.projects_card .projects_card_img .projects_card_img_box .projects_card_img_box_blur {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
}

.projects_card .projects_card_img .projects_card_img_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.projects_card .projects_card_img .projects_card_img_box .projects_card_img-txt {
    position: relative;
    z-index: 10;
}

.projects_card .projects_card_img .projects_card_img_box .projects_card_img-txt .projects_card_date {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #ffffff;
    margin-top: 5px;
}

.projects_card .projects_card_img .projects_card_img_box .projects_card_img-txt span {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #ffffff;
}

.projects_card .projects_card_img .projects_card_img_box .projects_card_img_logo {
    position: relative;
    z-index: 10;
}

.projects-page .projects_page_title p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #8E8E93;
    max-width: 950px;
    margin-bottom: 0;
}

.projects_card_content .projects_card_content_more {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000000;
    background-color: #D9DC65;
    padding: 12px 20px;
    border-radius: 24px;
    margin-top: 20px;
    display: block;
    width: max-content;
}

.projects_card_content .projects_card_content_p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000000;
}

.projects_card_content h2 {
    margin: 20px 0 10px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0;
    color: #000000;
}

main.project_view .project_view-top {
    position: relative;
}
main.project_view .project_view_bottom .project_view_bottom_sub_content{
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000000;
    text-align: justify;
}
main.project_view .project_view_bottom .project_view_bottom_img {
    width: 100%;
    height: 516px;
    margin-bottom: 40px;
}

main.project_view .project_view_bottom .project_view_bottom_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

main.project_view .project_view_bottom .project_view_bottom_content p{
    font-family: "Inter",sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000000;
}

main.project_view .project_view_bottom .project_view_bottom_content ul {
    padding-left: 25px;
}

main.project_view .project_view_bottom .project_view_bottom_content ul li {
    list-style: disc;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000000;
}

main.project_view .project_view-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

main.project_view .project_view-title h2 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
    color: #000000;
    padding-left: 140px;
}

main.project_view .project_view-title p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #8E8E93;
    max-width: 670px;
}

main.project_view .project_view_category_img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

main.project_view .project_view_category_img img {
    width: 200px;
}

main.project_view .project_view_category h4 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000000;
}

main.project_view {
    padding-top: 200px;
}

main.project_view .project_view-back {
    position: absolute;
    top: 8px;
    left: 0;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #E5E5EA;
    border-radius: 56px;
    padding: 10px 20px;
}

/* --- End Projects Section --- */

/* --- Contacts Section --- */

section.contacts {
    padding-top: 230px;
}

section.contacts .contacts_title {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
    color: #000000;
    margin-bottom: 15px;
}

section.contacts .contacts_text {
    color: #8E8E93;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    padding-right: 50px;
}

section.contacts .contacts_form {
    margin-top: 60px;
}

section.contacts .contacts_form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

section.contacts .contacts_form label {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #000000;
}

section.contacts .contacts_form .contacts_form-btn {
    background-color: #000000;
    padding: 10px 18px;
    border-radius: 56px;
    width: 100%;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #ffffff;
}

section.contacts .contacts_img {
    height: 100%;
    width: 100%;
}

section.contacts .contacts_img img {
    border-radius: 24px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.contacts .contacts_form input {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #181818;
    padding: 10px 20px;
    border-radius: 24px;
    border: 1px solid #C7C7CC;
}

section.contacts .contacts_form .form-group.phone-group input {
    border-left: none;
    border-radius: 0 24px 24px 0;
    width: 100%;
}

section.contacts .contacts_form .form-group.phone-group .custom-dropdown {
    position: relative;
    cursor: pointer;
}

section.contacts .contacts_form .form-group.phone-group .selected,
.dropdown-list li {
    /*padding: 10px;*/
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 50px 10px 15px;
    border: 1px solid #C7C7CC;
    border-radius: 24px 0 0 24px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 0;
}

section.contacts .contacts_form .form-group.phone-group .dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    z-index: 10;
}

section.contacts .contacts_form .form-group.phone-group .custom-dropdown.open .dropdown-list {
    display: block;
}

section.contacts .contacts_form input:hover,
section.contacts .contacts_form textarea:hover,
section.contacts .contacts_form input:focus,
section.contacts .contacts_form textarea:focus {
    border: 1px solid #8a8888;
}

section.contacts .contacts_form textarea::placeholder,
section.contacts .contacts_form input::placeholder {
    color: #8E8E93;
}

section.contacts .contacts_form textarea {
    resize: none;
    max-width: 100%;
    width: 100%;
    border: 1px solid #C7C7CC;
    max-height: 160px;
    padding: 10px 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px;
    background: #fff;
    color: #181818;
    box-shadow: none;
    border-radius: 12px;
}

/* --- End Contacts Section --- */

/* --- Our team Section --- */

.about_page .our_team_page_content .our_team_page_specialist ul{
    padding-left: 25px;
}
.experience .experience_item h4{
    font-family: "Inter",sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    margin: 20px 0;
}
.experience .experience_item p{
    font-family: "Inter",sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #8E8E93;
}
.experience .experience_item .experience_item_img{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B6D6D3;
    padding: 20px;
    border-radius: 36px 10px 20px 10px;
}
.experience .experience_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.about_page .our_team_page_content .our_team_page_specialist ul li{
    font-family: "Inter",sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 55px;
    letter-spacing: 0;
    color:  #e2fffc;
    list-style: disc;
}
.about_page .our_team_page_content .our_team_page_specialist ul li span{
    display: block;
    line-height: 34px;
}
.about_page .our_team_page_content .our_team_page_specialist_title{
    font-family: "Inter",sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 54px;
    letter-spacing: 0;
    color: #D9DC65;
    padding-top: 60px;
    margin-bottom: 20px;
}
.certificates .swiper-wrapper {
    transition-timing-function: linear !important;
}
.certificates_card{
    min-height: 467px;
    background-color: #EDEDED;
    border-radius: 35px;
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 40px 40px 20px;
}
.certificates_card .certificates_card_img{
    min-height: 314px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.certificates_card h2{
    padding: 0 20px;
    font-family: "Inter",sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    color: #8E8E93;
}
/* --- End Our team Section --- */

/* --- Footer Section --- */

.footer .footer_logo {
    margin-bottom: 20px;
}

.footer .footer_maps iframe {
    filter: grayscale(1);
}

.footer .footer_logo img {
    height: 60px;
}

.footer .footer_contacts {
    margin-top: 70px;
}

.footer .footer_contacts_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .footer_contacts .footer_contacts_item .footer_contacts_item_icon_info {
    max-width: 360px;
    /*display: flex;*/
    /*align-items: center;*/
}

.footer .footer_contacts .footer_contacts_item .footer_contacts_item_icon_info h4 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
}

.footer .footer_contacts .footer_contacts_item .footer_contacts_item_icon_info .footer_phones {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer .footer_contacts .footer_contacts_item .footer_contacts_item_icon_info .footer_phones hr {
    margin: 8px 0;
}

.footer .footer_contacts .footer_contacts_item .footer_contacts_item_icon_info a {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #86BBB5;
}

.footer .footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E5E5EA;
    padding: 30px 0;
    margin-top: 30px;
}

.footer .footer_bottom .footer_bottom_left span {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #8E8E93;
}

.footer .footer_bottom .footer_bottom_right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer .footer_bottom .footer_bottom_right a {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #8E8E93;
}

.footer .footer_contacts .footer_contacts_item .footer_contacts_item_icon {
    background-color: #000000;
    border-radius: 35px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer_contacts .footer_contacts_item {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.footer .footer_text p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000000;
    text-align: justify;
}

/* --- End Footer Section --- */


.content {
    display: block;
}

.content p {
    font-weight: 400;
    line-height: 1.5;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
}

.content .wp-block-gallery {
    margin-bottom: 40px;
    min-width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0 !important;
}

.content .wp-block-gallery .wp-block-image {
    width: calc(33.3% - 20px) !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
    border-radius: 24px;
}

.content .wp-block-gallery .wp-block-image img {
    border-radius: 24px;
    display: block;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 4 / 3;
    transition: 2s;
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal;
}

.only-single-page.single .single-top .page-title {
    margin-bottom: 25px;
}

.only-single-page.single .single-top .meta-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}

img.lzl-ed {
    transition: opacity .25s ease-in-out;
}

img {
    max-width: 100%;
    display: block;
    object-fit: contain;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

.button.button-transparent, a.button.button-transparent {
    background-color: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
}

.clients {
    /*background: #050c1e;*/
    padding: 60px 0 0;
}

.about_page .clients {
    padding: 0;
}

.section-home-title {
    --local-color-text: #050c1e;
    margin-bottom: 32px;
}

.section-home-title h5 span {
    color: #de2626;
}

.section-home-title h5 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    line-height: 120%;
    /*text-align: center;*/
}

.clients .section-home-title h5 {
    color: #121212;
}

.card-client {
    background-color: #fff;
    border-radius: 20px;
    height: 130px;
    padding: 15px;
}

.card-client-wrapper, .card-client-wrapper .image {
    height: 100%;
    width: 100%;
}

.card-client-wrapper .image img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

/*.advantages__box:not(:last-of-type) {*/
/*    border-right: 1px solid #de2626;*/
/*}*/

.clients-wrapper .section-home-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.advantages__box {
    gap: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.advantages {
    padding: 60px 0;
    background: #ffffff;
}

.advantages__boxes .advantages__icon {
    /*background-color: rgb(255 0 0 / 10%);*/
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 20px;
}

.advantages__boxes {
    display: grid;
    margin-top: 40px;
    grid-template-columns: repeat(6, 1fr);
}

.advantages__box-title {
    margin-bottom: 0;
    width: 90%;
    height: 60px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 28.8px;
    color: #010b1b;
    font-family: font_museo_light, sans-serif;
}

.floats-socials {
    bottom: 116px;
    position: fixed;
    right: 32px;
    z-index: 99;
}

.floats-socials-wrapper .ant-space-vertical {
    gap: 10px;
    display: grid;
}

.floats-socials-wrapper .button {
    padding: 0;
    align-items: center;
    /*background-color: #161e34;*/
    /*background-color: rgba(255, 255, 255, .1);*/
    background-color: #f4f6f5;
    backdrop-filter: blur(10px);
    border: 1px solid #838890;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    height: 56px;
    justify-content: center;
    width: 56px;
}

.floats-socials-wrapper .button svg path {
    fill: #838890;
}

.header-contacts .link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    margin: 0 10px;
    cursor: pointer;
}

.header-contacts .link svg {
    margin-right: 5px;
}

.header .header_lang {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 48px;
    margin-left: 20px;
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    position: relative;
    overflow: visible;
    z-index: 10 !important;
}

div.skiptranslate, #google_translate_element2 {
    display: none !important;
}

.gt_float_switcher .gt_options a {

}

.header .header_lang .gt_options a {
    text-decoration: none;
    padding: 10px 15px;
    /*color: #444;*/
    transition: color .4s linear;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #121212;
    /*margin-bottom: 14px;*/
    font-family: Onest, sans-serif;
}

.header .header_lang img {
    vertical-align: middle;
    display: inline-block;
    width: 33px;
    height: auto;
    margin: 0 5px 0 0;
    border-radius: 3px;
}

.header .header_lang .gt_options a img {
    width: 24px;
    height: auto;
    object-fit: contain;
    margin-right: 14px;
}

.gt_float_switcher {
    font-family: Arial, sans-serif;
    font-size: 20px;
    border-radius: 2px;
    color: #555;
    display: inline-block;
    line-height: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
    background: #fff;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.gt_float_switcher .gt-selected {
    position: relative;
    z-index: 888;
    background-color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
}

.gt_float_switcher img {
    vertical-align: middle;
    display: inline-block;
    width: 33px;
    height: auto;
    margin: 0 5px 0 0;
    border-radius: 3px;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    position: relative;
    top: 2px;
}

.header .header_lang .gt-current-lang::after {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    right: 5px;
    top: calc(50% + 0px);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93LWRvd24tMDEtc2hhcnAgMSI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik02IDlMMTEuMjkyOSAxNC4yOTI5QzExLjYyNjIgMTQuNjI2MiAxMS43OTI5IDE0Ljc5MjkgMTIgMTQuNzkyOUMxMi4yMDcxIDE0Ljc5MjkgMTIuMzczOCAxNC42MjYyIDEyLjcwNzEgMTQuMjkyOUwxOCA5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==);
}

.header.scrolled .lang .gt-current-lang span svg {
    fill: #000000;
}

.header .header_lang .gt-current-lang span {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.header .header_lang .gt-current-lang span svg {
    margin-right: 5px;
}

.header .header_lang .gt_options {
    position: absolute;
    background-color: #fff;
    padding: 6px;
    width: max-content;
    left: auto;
    right: -30px;
    top: calc(100% + 45px);
    border-radius: 24px;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .1);
    /*position: relative;*/
    z-index: 777;
    max-height: 250px;
    overflow-y: auto;
    transform: translateY(-30px);
    opacity: 0;
    cursor: pointer;
    transition: all .8s cubic-bezier(.3, 1.1, .4, 1.1);
}

.header .header_lang .gt-current-lang:hover {
    background-color: rgba(255, 255, 255, .08) !important;
    transition: .2s;
}

.header.scrolled .lang .gt-current-lang:hover {
    background-color: #121212 !important;
    color: #fff !important;
}

.header.scrolled .lang .gt-current-lang:hover span svg {
    fill: #fff;
}

.header.scrolled .lang .gt-current-lang:hover:after {
    transition: .2s;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93LWRvd24tMDEtc2hhcnAgMSI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik02IDlMMTEuMjkyOSAxNC4yOTI5QzExLjYyNjIgMTQuNjI2MiAxMS43OTI5IDE0Ljc5MjkgMTIgMTQuNzkyOUMxMi4yMDcxIDE0Ljc5MjkgMTIuMzczOCAxNC42MjYyIDEyLjcwNzEgMTQuMjkyOUwxOCA5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==) !important;
}

.header.scrolled .lang .gt_options {
    box-shadow: 0 0 15px rgba(10, 49, 65, .1);
}

.header .header_lang .gt_options.gt-open {
    opacity: 1;
    transform: translateX(0px);
}

.header .header_lang .gt-current-lang {
    background-color: transparent !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*padding: 0 12px;*/
    cursor: pointer;
    position: relative;
    height: 50px;
    line-height: 1;
    border-radius: 8px;
    padding-right: 30px;
    padding-left: 10px;
}

.faq .item-title.active .icon {
    transform: rotate(180deg);
}

.offer {
    position: relative;
    background-color: #121212;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    /*margin-bottom: 0;*/
}

.offer .offer-bg-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.offer .offer-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(36 36 36 / 70%);
    z-index: 1;
    display: block;
}

.offer .wrap {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 160px;
    padding-bottom: 70px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.offer h1 {
    color: var(--grey-color);
    max-width: 800px;
    display: block;
    font-size: 60px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -2.1px;
    margin-bottom: 24px;
}

.offer p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    display: block;
    line-height: 1.2;
    max-width: 550px;
    margin-bottom: 90px;
}

.offer > .container {
    height: 100%;
    position: relative;
    z-index: 2;
}

.offer .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    /*margin-top: auto;*/
}

.offer .russia {
    position: absolute;
    right: 0;
    bottom: 70px;
}

.offer .btns .button {
    margin-right: 14px;
}

.title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.title p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    color: var(--grey-dark-color);
}

.title h2 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    max-width: 990px;
}

.title.sub {
    margin-bottom: 20px;
}

.title .subtitle_new {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    max-width: 1000px;
    margin-top: 20px;
}

.subtitle {
    font-size: 18px;
    line-height: 1.2;
    display: block;
    color: #121212;
    margin-bottom: 20px;
    max-width: 830px;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper {
    width: 100%;
}

.wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

/*.main-cats .swiper {*/
/*    overflow: visible;*/
/*}*/

.dots {
    display: flex;
}

.title span {
    font-weight: 500;
    color: #de2626;
}

.arr {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #fff;
    height: 56px;
    width: 56px;
    transition: .2s;
    cursor: pointer;
    z-index: 15;
}

.arr.swiper-button-disabled {
    opacity: .3;
    pointer-events: none;
}

.arr.swiper-button-disabled {
    opacity: .3;
    pointer-events: none;
}

.wrap .swiper-wrapper {
    flex-wrap: nowrap;
}

.features .wrap {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.features .item {
    width: calc(25% - 15px);
    border-radius: 24px;
    border: 1px solid #d1d5db;
    padding: 30px;
}

img.lzl-ed {
    transition: opacity .25s ease-in-out;
}

.features .item img {
    display: block;
    margin-bottom: 25px;
    width: 130px;
}

.our-row .item:hover {
    box-shadow: 0 4px 50px 0 rgba(0, 70, 84, .1);
    transition: .2s;
}

.our-row .item:hover .icon {
    transition: .2s;
    transform: rotate(45deg);
}

.features .item b {
    font-size: 24px;
    margin-bottom: 10px;
}

.features .item p {
    line-height: 1.2;
    margin: 0;
    color: #9ca3af;
}

.our {
    padding-top: 20px;
    margin-bottom: 40px;
}

.our .wrap {
    border-radius: 24px;
    padding: 50px;
    padding-bottom: 30px;
    position: relative;
    position: relative;
    background-color: rgba(255, 255, 255, .6);
    display: block;
}

.our-feat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 825px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.our-row {
    min-width: calc(100% + 20px);
}

.our-bg {
    position: absolute;
    top: -50px;
    right: -110px;
    width: 640px;
}

.our-feat .item {
    width: calc(33.3% - 18.3333333333px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.our-feat .item img {
    margin-right: 10px;
}

.our-row .swiper {
    overflow: visible;
}

.our-row-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.our-row .item {
    width: calc(20% - 20px);
    background-color: #fff;
    border-radius: 24px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 235px;
}

.our-row .item .icon {
    position: absolute;
    right: 20px;
    top: 20px;
}

.our-row .item .icon {
    transition: .2s;
}

.our-row .item b {
    padding-right: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #121212;
    padding-left: 20px;
    padding-top: 20px;
}

.consult-banner {
    margin-bottom: 80px;
    margin-top: 80px;
}

.consult-banner .wrap {
    background-color: #111827;
    border-radius: 24px;
    padding: 30px;
    position: relative;
}

.consult-banner .wrap .left {
    position: absolute;
    left: 57px;
    width: 290px;
    top: -40px;
}

.input.half {
    margin-bottom: 15px;
}

.consult-banner .form .submit {
    height: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 15px;
}

.consult-banner .wrap .right {
    width: 100%;
}

.consult-banner .wrap .subtitle, .consult-banner .wrap .title {
    color: #fff;
}

.consult-banner .wrap .form.form-white form .col-md-2,
.consult-banner .wrap .form.form-white form .col-md-4 {
    padding: 0 5px;
}

.consult-banner .wrap .form.form-white form input {
    background-color: rgba(255, 255, 255, .08);
    color: #fff;
}

.consult-banner .wrap .form.form-white form input::placeholder {
    color: #fff;
}

.consult-banner .form.form-white .input select {
    background-color: rgba(255, 255, 255, .08);
    color: #fff;
}

.consult-banner .wrap .form.form-white form .submit input {
    background-color: #de2626;
    padding: 0 45px;
    font-size: 18px;
}

.consult-banner .wrap .title {
    font-size: 32px;
    margin-bottom: 8px;
    line-height: 1.2;
    letter-spacing: -1px;
}

.consult-banner .wrap .subtitle {
    font-size: 16px;
    margin-bottom: 24px;
}

.title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.title-row .title {
    margin-bottom: 0;
    width: 610px;
}

.title-row .subtitle {
    margin-bottom: 0;
    width: calc(100% - 610px - 125px);
}

.order .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.order .title {
    margin-bottom: 20px;
    max-width: 780px;
}

.order .row .left {
    width: 820px;
}

.order .subtitle {
    margin-bottom: 0;
}

.order .row .right {
    width: max-content;
    padding: 20px;
    max-width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 19px;
    border: 1px solid #d1d5db;
}

.order .row .right .icon {
    margin-right: 16px;
}

.order .row .right .meta {
    display: block;
}

.order .row .right .meta b {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2px;
}

.order .swiper-wrapper {
    justify-content: space-between;
}

.order .row .right .meta p {
    font-size: 14px;
    color: #9ca3af;
}

.order .dots {
    display: none;
}

.order .item {
    width: calc(20% - 32px);
    display: block;
}

.tech-banner {
    margin-bottom: 100px;
}

.order .item .icon {
    background-color: #fff;
    border-radius: 12px;
    height: 80px;
    width: 80px;
    margin-bottom: 24px;
}

.tech-banner .wrap {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 24px;
    padding: 40px 60px;
    position: relative;
}

.tech-banner .wrap .left {
    width: 65%;
}

.order .item b {
    font-size: 18px;
    font-weight: 500;
}

.tech-banner .wrap .right {
    position: absolute;
    width: 560px;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}

.tech-banner .wrap .right img {
    display: block;
    width: 100%;
    height: auto;
}

.tech-banner .wrap .title {
    font-size: 32px;
    margin-bottom: 8px;
    line-height: 1.2;
    letter-spacing: -1px;
}

.tech-banner .wrap .subtitle {
    font-size: 16px;
    margin-bottom: 24px;
}

.form.form-white form {
    max-width: 100%;
    width: 100%;
}

.form-row .input.half {
    width: calc(50% - 5px);
    margin-right: 10px;
}

/*.consult-banner .form-row .input.half {*/
/*    width: calc(49.4% - 5px);*/
/*    margin-right: 10px;*/
/*    margin-bottom: 10px;*/
/*}*/
.likeOrNoLike {
    padding-bottom: 3rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    border-color: hsla(0, 0%, 100%, .1);
    border-style: solid;
    border-width: 1px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.likeOrNoLike .like-icon {
    background-color: #de2626;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.wrap.otherSwiper {
    margin-bottom: 60px;
}

.likeOrNoLike .like-icon svg {
    width: 60px;
    height: 56px;
    fill: currentColor;
}

.like-eye_left, .like-eye_right {
    display: flex;
    align-items: center;
}

.like-eye_right {
    margin-left: 20px;
}

.like-eye_left p,
.like-eye_right p {
    margin-bottom: 0;
    margin-left: 8px;
}

.like-eye_left img,
.like-eye_right img {
    width: 24px;
}

.duration-300 {
    transition-duration: .3s;
}

.transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.likeOrNoLike h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #121212;
    text-align: center;
    font-weight: 700;
    margin-top: 1.75rem;
    margin-bottom: .75rem;
}

.like-eye {
    display: flex;
    align-items: flex-end;
}

.project-cover {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    object-position: center;
    z-index: 0;
}

.wrapper_home {
    position: relative;
    width: 100%;
    height: 100vh;
    color: #fff;
    margin-bottom: 60px;
}

.wrapper_home:after {
    content: "";
    background-color: rgb(36 36 36 / 70%);
    /*background: linear-gradient(270deg, #000, #000 36%, rgba(0, 0, 0, .6));*/
    /*z-index: -1;*/
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.BGvideo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    /*z-index: -1;*/
    /*-webkit-filter: blur(80px);*/
    /*filter: blur(80px);*/
}

.home_top {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
    height: 100%;
    padding-top: 150px;
    position: relative;
    z-index: 10;
}

.miniVideo:hover video {
    transform: scale(1.5);
}

.miniVideo:hover .svg {
    background: none;
    right: 0;
    transform: scale(1.75);
}

.main-page-wrapper {
    width: 100%;
    height: 100%;
    padding-top: clamp(43px, 3vw, 82px);
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    gap: clamp(76px, 6vw, 144px);
}

.data-item:hover .data-item-background {
    width: 100%;
}

/*.data-item:hover .data-item-value {*/
/*    top: .5vw;*/
/*}*/
/*.data-item:hover .data-item-title {*/
/*    opacity: 0;*/
/*}*/

.main-page-left {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    z-index: 2;
}

.data-item:hover .data-item-title {
    opacity: 1;
}

.main-page-left-top {
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin-bottom: 104px;
    max-width: 968px;
}

.main-page-left-top #animate {
    min-width: 817px;
}

.main-page-left-top {
    gap: clamp(64px, 5vw, 120px);
    margin-bottom: 0;
}

.title-text {
    font-family: Gilroy, sans-serif;
    font-size: clamp(28px, 4vw, 75px);
    line-height: clamp(28px, 4vw, 75px);
    font-weight: 700;
    letter-spacing: 0;
    text-wrap: nowrap;
    margin: 0;
    text-align: left;
}

.stroke-text {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.clip1, .clip2 {
    animation: rowClipAnimation 4s infinite ease forwards;

    clip-path: inset(100% 0 0 0);
}

@keyframes rowClipAnimation {
    0% {
        clip-path: inset(100% 0 0 0)
    }

    20% {
        clip-path: inset(0 0 0 0)
    }

    80% {
        clip-path: inset(0 0 0 0)
    }

    to {
        clip-path: inset(0 0 100% 0)
    }
}

.clip2 {
    animation-delay: .3s;
}

.gridWrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
        "card-1 long long"
        "card-2 card-3 card-4";
    gap: clamp(12px, 1.5vw, 34px);
}

.data-item {
    position: relative;
    background: hsla(0, 0%, 100%, .05);
    padding: 0 clamp(16px, 1vw, 28px);
    font-family: Gilroy, sans-serif;
    overflow: hidden;
    min-height: 104px;
    max-height: 300px;
    cursor: default;
    transition: all .4s ease-out;
}

.data-item-0 {
    width: 100%;
    grid-area: long;
    min-height: 152px;
    max-height: 268px;
    padding: clamp(24px, 1.5vw, 41px) clamp(16px, 1vw, 28px);
}

.data-item-background {
    position: absolute;
    z-index: -1;
    background: hsla(0, 0%, 100%, .05);
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: width .4s ease-out;
}

.data-item-value {
    position: absolute;
    top: 0;
    /*top: clamp(21px, 1.5vw, 42px);*/
    left: clamp(16px, 1vw, 28px);
    transition: all .4s ease-out;
    display: flex;
    flex-direction: row;
    font-size: clamp(23px, 2vw, 65px);
    line-height: clamp(34px, 3.5vw, 83px);
    font-weight: 700;
    align-items: baseline;
}

.data-item-1 {
    grid-area: card-1;
}

.data-item-2 {
    grid-area: card-2;
}

.data-item-3 {
    grid-area: card-3;
}

.data-item-1 .data-item-value {
    top: 45px;
    font-size: clamp(45px, 45px, 63px);
}

.data-item-0 .data-item-value {
    position: static;
    margin-bottom: clamp(8px, 1vw, 16px);
    font-size: clamp(45px, 45px, 63px);
    line-height: clamp(57px, 64px, 110px);
}

.icon___3c2wx {
    display: inline-block;
}

.iconStar {
    position: absolute;
    bottom: 0;
    right: clamp(24px, 2vw, 42px);
    width: clamp(91px, 6vw, 157px);
    height: clamp(142px, 9vw, 244px);
    transition: all .4s ease-out;
}

.data-item-value-superscript {
    color: hsla(0, 0%, 100%, .1);
}

.data-item-0___tUQwa .data-item-value-superscript {
    color: #fff;
    margin-right: 8px;
    font-size: clamp(43px, 48px, 82px);
    line-height: clamp(57px, 64px, 110px);
}

.data-item-0___tUQwa .data-item-value-secondary {
    color: #fff;
    margin-right: 8px;
    font-size: clamp(64px, 72px, 124px);
    line-height: clamp(57px, 64px, 110px);
}

.miniVideo video, .svg {
    transition: all .6s cubic-bezier(.49, .29, .18, 1.17);
}

.miniVideo video {
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.data-item-title {
    position: absolute;
    bottom: clamp(21px, 1.5vw, 42px);
    opacity: .5;
    transition: all .4s ease-out;
    font-family: Montserrat, sans-serif;
    font-size: clamp(10px, .8vw, 69px);
    line-height: clamp(20px, 1vw, 31px);
}

.data-item-0___tUQwa .data-item-title {
    position: static;
}

.main-page-right {
    display: flex;
    position: relative;
    width: 386px;
}

.main-page-right {
    justify-content: center;
}

.slides-wrapper {
    width: 100%;
}

.slides {
    height: calc(90vh - 250px);
    /*min-height: 70vh;*/
    width: 100%;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
}

.data-item-4 {
    grid-area: card-4;
}

.marquee--inner {
    width: 100%;
    height: 600px;
    position: absolute;
    animation-name: marquee;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.portfolio_inner .subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}

.portfolio_sec {
    display: flex;
    align-items: center;
    /*grid-template-columns: 48% auto;*/
    /*gap: 0 20px;*/
    flex-wrap: wrap;
}

.portfolio_sec .a {
    width: 33.33%;
}

.portfolio_sec .card-content {

    background-color: #303030;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    /*margin-bottom: 20px;*/
    height: 440px;
}

.portfolio_sec .card-content {
    /*height: 308px;*/
}

.portfolio_sec .info .info_logo {
    transition: opacity .3s ease-in-out;
    opacity: 0;
    position: absolute;
    /*left: 0;*/
    /*top: 50%;*/
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.wrapper-inner_page .info_left_logo {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 20px;
}

.wrapper-inner_page .info_left_logo img {
    width: 100%;
    height: 100%;
    /*background-color: #ffffff5c;*/
    padding: 6px;
    border-radius: 12px;
    backdrop-filter: blur(1px);
    /*margin-bottom: 50px;*/
}

.wrapper-inner_page {
    position: relative;
    padding-top: 300px;
}

.portfolio_sec .info .info_logo img {
    width: auto;
    height: 120px;
    /*background-color: #ffffff5c;*/
    padding: 6px;
    border-radius: 12px;
    backdrop-filter: blur(1px);
    /*margin-bottom: 50px;*/
}

.portfolio_sec .card-content > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: transform .2s ease-out;
}

.portfolio_sec .info {
    position: relative;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*box-shadow: inset 0 0 0 1px #000;*/
    transition: opacity .3s ease-in-out;
    overflow: hidden;
}

.portfolio_sec .info, .info .info-hover-gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
}

.portfolio_sec .info .info-hover-gradient {
    opacity: 0;
    transform: translateY(200px);
    position: absolute;
    left: 0;
    z-index: 0;
    transition: all .5s;
}

.portfolio_sec .platforms, .project-name, .tags {
    transition: opacity .2s ease-in-out;
}

.portfolio_sec .platforms,
.platforms.five {
    display: flex;
    align-items: center;
}

.portfolio_sec .info .platforms {
    opacity: 0;
    z-index: 2;
    transition: opacity .3s ease-in-out;
}

.portfolio_sec .platforms li {
    width: 32px;
    height: 32px;
}

.portfolio_sec .platforms li:not(:last-child) {
    margin-right: 24px;
}

.portfolio_sec .icon {
    display: inline-block;
}

.portfolio_sec .platforms li svg {
    width: 100%;
    height: 100%;
}

.portfolio_sec .title.middle {
    font-size: 25px;
    line-height: 36px;
}

.portfolio_sec .info .project-name {
    position: relative;
    opacity: 1;
    z-index: 2;
}

.hamburger {
    display: none;
}

.portfolio_sec .tags {
    font-size: 16px;
    letter-spacing: 1.2px;
    display: flex;
    align-items: center;
    color: hsla(0, 0%, 100%, .5);
}

.portfolio_sec .info .tags {
    position: relative;
    transition: all .5s;
    margin-top: 4px;
    margin-bottom: -25px;
    opacity: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.portfolio_sec .info .tags .a_a {
    color: #ffffff;
}

.portfolio_sec .card-content:hover img {
    transform: scale(1.05);
}

.portfolio_sec .info, .info .info-hover-gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
}

.info:hover .platforms, .info:hover .project-name, .info:hover .tags, .info:hover .info_logo {
    opacity: 1;
}

.card-content:hover .tags {
    color: #fff;
}

.mm-menu_offcanvas {
    width: 100%;
}

.info:hover .tags {
    margin-bottom: 0;
}

.info:hover .info-hover-gradient {
    transform: translate(0);
    opacity: 1;
}

.why_is .why_is_card .why_is_card_img img {
    width: 66px;
    height: 66px;
}

@keyframes marquee {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

.slide {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 184px 184px;
    gap: 16px;
    width: 384px;
    margin-bottom: 16px;
}

.slide .logo {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    min-height: 100px;
    opacity: .6;
    transition: opacity .3s;
    background-color: #000;
    filter: grayscale(1);
}

.slide .logo:hover {
    opacity: 1;
    filter: grayscale(0);
}

.consult-banner .form.form-white .input select option {
    background-color: #111827;
}

.main-page-bottom {
    padding: 0 0 24px;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.social-networks {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}

.social-networks li:not(:last-of-type) {
    margin-right: 10px;
}

.social-networks a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: opacity .3s;
}

.data-item-0 .data-item-value-secondary {
    color: #fff;
    margin-right: 8px;
    font-size: clamp(64px, 72px, 124px);
    line-height: clamp(57px, 64px, 110px);
}

.data-item-0 .data-item-value-superscript {
    color: #fff;
    margin-right: 8px;
    font-size: clamp(43px, 48px, 82px);
    line-height: clamp(57px, 64px, 110px);
}

/*.wrapper {*/
/*    height: auto;*/
/*    padding-bottom: 80px;*/
/*    padding-top: calc(100vh - 500px);*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/
.pc-catalog .wrapper {
    padding-top: 0;
}

.project-cover .navigation-background {
    background: linear-gradient(to bottom, #000000CC 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 256px;
    top: 0;
    left: 0;
    z-index: 2;
}

.project-cover .top-gradient {
    background: linear-gradient(to bottom, #1A89CC80 0%, #00000080 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.project-cover .bottom-gradient {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000FF 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.info .left {
    width: 100%;
    padding: 0;
}

.info .left .content {
    margin-top: 300px;
}

.markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 {
    margin: 0;
    color: inherit;
}

.markdown ul {
    width: 100%;
}

.markdown h3 {
    font-weight: 800;
    font-size: 22px;
    line-height: 100%;
}

.markdown {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}

.markdown p {
    width: 100%;
}

.preview-card.is-link:hover {
    background-color: #032264f2;
}

.platforms-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 96px;
    position: relative;
    padding: 8px;
}

.platforms-item-content {
    display: flex;
    flex: 1;
    width: 100%;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: hsla(0, 0%, 100%, .1);
    transition: background-color .3s;
}

.platforms-item-content > span {
    display: block;
    margin-top: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}

.platforms-item-content .tooltip {
    position: absolute;
    left: 42px;
    background: #fff;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    padding: 8px 16px;
    font-family: Gilroy, sans-serif;
    text-align: left;
    top: 120%;
    border-radius: 4px;
    display: none;
    animation: TIP___3RiY5 .3s;
}

.platforms-item-content:hover {
    background-color: hsla(0, 0%, 100%, .2);
}

.platforms-item-content .tooltip .description {
    white-space: pre;
}

.content-block + .content-block {
    margin-top: 60px;
}

.markdown blockquote {
    margin-top: 80px;
    border-left: 4px solid #de2626;
    padding-left: 28px;
}

/*.platforms {*/
/*    padding-right: 16px;*/
/*    !*margin-top: 24px;*!*/
/*    margin-left: -8px;*/
/*    margin-right: -8px;*/
/*    display: flex;*/
/*}*/

.lead-text {
    color: #fff;
    max-width: 700px;
    width: 100%;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}

.nav-buttons-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.nav-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.nav-button-caption {
    margin: 0;
    padding: 0 8px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, .5);
}

.preview-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 20px 24px;
    border-radius: 8px;
    background-color: #111827;
    backdrop-filter: blur(10px);
    /*background-color: hsla(0, 0%, 100%, .1);*/
}

.preview-card-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.preview-card-image {
    object-fit: cover;
    width: 100%;
    height: 132px;
    border-radius: 4px;
}

.preview-card-title {
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.preview-card-description {
    font-family: Gilroy, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.preview-card.is-link {
    transition: .3s ease-in;
}

.platforms-and-lead-text {
    display: flex;
    flex-direction: column;
}

.tags {
    font-size: 16px;
    letter-spacing: 1.2px;
    display: flex;
    align-items: center;
    color: hsla(0, 0%, 100%, .5);
}

.mb-30 {
    margin-bottom: 30px !important;
}

.info .left .mobile-awards {
    position: relative;
    height: 88px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.info .right {
    display: none;
    flex-flow: column;
    width: 340px;
}

.info .title {
    color: #fff;
    line-height: 40px;
    font-weight: 800;
    display: block;
    max-width: 800px;
    width: 100%;
    margin-bottom: 18px;
}

.awards-list-title {
    margin-bottom: 250px;
    font-size: 44px;
    line-height: 64px;
    font-weight: 800;
    color: #fff;
}

.awards-list {
    display: grid;
    grid-gap: 16px;
    width: 100%;
}

.award-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 16px 16px 24px;
    border-radius: 8px;
    background-color: hsl(0deg 0% 100% / 19%);
    backdrop-filter: blur(16px);
}

.award-card-title {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
}

.rate-cards-wrapper {
    display: grid;
    grid-gap: 12px;
    width: 100%;
}

.link {
    position: relative;
    display: inline-block;
    line-height: normal;
    font-size: 16px;
    color: hsla(0, 0%, 100%, .6);
    transition: color .3s ease;
}

.rate-card-title {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.rate-cards-wrapper .item {
    transition: background-color .3s;
    /*background-color: hsla(0, 0%, 100%, .05);*/
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.rate-cards-wrapper .item:not(:last-child) {
    margin-bottom: 16px;
}

.rate-cards-wrapper .item:before {
    border-top: 1px dashed #838890;
    bottom: 5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.rate-cards-wrapper .item-title {
    /*background-color: #161e34;*/
    padding-right: 4px;
    position: relative;
    z-index: 2;
}

.rate-cards-wrapper .item-value {
    /*background-color: #161e34;*/
    padding-left: 4px;
    position: relative;
    z-index: 2;
}

.rate-cards-wrapper .item-title h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    /*line-height: 140%;*/
}

.rate-cards-wrapper .item-value span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    /*line-height: 140%;*/
}

.rate-cards-wrapper .item-value.red span {
    color: #de2626;
}

.markdown blockquote, .markdown ol, .markdown p, .markdown ul {
    margin: 24px 0;
}

.markdown blockquote, .markdown ol, .markdown p, .markdown ul {
    margin: 24px 0;
}

.form-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: unset;
}

/*.consult-banner .form-row{*/
/*    flex-wrap: wrap;*/
/*}*/
.form small {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    font-weight: 400;
    display: block;
    line-height: 1.2;
    margin-top: 15px;
}

.tech-banner .form small {
    margin-top: 24px;
    color: #9ca3af;
}

.form small a {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: underline;
}

.form.form-white small a {
    color: #9ca3af;
}

.tech-banner .wrap .right img {
    display: block;
    width: 100%;
    height: auto;
}

.featured-item-m {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.service_inner_title {
    height: 200px;
    display: flex;
    align-items: center;

}

.service_inner_title span {
    font-family: Quarion, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: rgba(149, 149, 149, 1);
}

.service_card {
    background-color: rgba(255, 255, 255, 1);
    height: 200px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

.service_card .service_card_header_left {
    font-family: Quarion, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: rgba(234, 234, 234, 1);;
}

.service_card .service_card_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service_card .service_card_header_body_title {
    font-family: Quarion, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
}

.service_card .service_card_header_body_text {
    font-family: Quarion, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-top: 6px;
}

.featured-item {
    height: 420px;
    border-radius: 10px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    overflow: hidden;
}

.featured-item-m:hover .featured-item {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.featured-item-content h4 {
    font-size: 16px;
    font-weight: 600;
}

.featured-item-content p {
    color: #bbbbbb;
    font-size: 14px;
}

.bg-darker {
    margin-bottom: 100px;
    padding-bottom: 100px;
    padding-top: 90px;
    /*background: #092055;*/
    background: #111827;
}

.about {
    color: #fff;
}

.about-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.about-feat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    margin-bottom: 40px;
}

.about-feat .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(25% - 45px);
}

.about-feat .item img {
    width: 55px;
    margin-right: 20px;
}

.about-video .view {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1240 / 622;
    border-radius: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.about-top .image .play {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 5;
    cursor: pointer;
    transition: .5s;
    /*transition: .2s;*/
    fill: rgba(44, 180, 194, .2);
    backdrop-filter: blur(25px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.about.bg-darker {
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-top: 80px;
}

.about-video {
    position: relative;
    aspect-ratio: 1240 / 622;
    border-radius: 24px;
    /*margin-bottom: 90px;*/
}

.about-circle {
    position: relative;
}

.about-top .left {
    width: calc(100% - 320px - 20px);
}

.about-top .right {
    width: 320px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 80px;
}

.about-top .image iframe {
    display: none;
    width: 100% !important;
    aspect-ratio: 1240 / 622;
    height: auto !important;
    border-radius: 24px;
}

.about-circle .center {
    text-align: center;
    max-width: 100%;
}

.about-circle .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}

.about-circle .circle-bg {
    position: absolute;
    top: calc(50% - 40px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 712px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-circle .circle-bg .bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 712px;
    aspect-ratio: 1 / 1;
    height: auto;
}

.about-circle .circle-bg .image {
    width: 400px;
    position: relative;
    z-index: 5;
}

.contacts .contacts_bottom {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.contacts .contacts_title {
    font-size: 28px;
}

.contacts__map__info {
    margin-top: 40px;
}

.contacts .wrap-dekstop {
    /*border: 1px solid hsl(0deg 3% 4.4% / 60%);*/
    border-radius: 10px;
    padding: 0 15px;
}

.contacts .wrap-dekstop .footer__items {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
}

.contacts .footer__item-mini {
    font-weight: 500;
    font-size: 16px;
    color: #99a1b7;
    margin-bottom: 8px;
}

.contacts .footer__item-text {
    font-size: 18px;
    color: #000000;
    max-width: 327px;
}

.about_in {
    height: calc(100vh - 500px);
}

.about_inner {
    color: #000000;
}

.contacts .footer__item-text a {
    font-size: 18px;
}

@keyframes FadeInAnimate {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes FadeOutAnimate {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes antMoveDownIn {
    0% {
        opacity: 0;
        transform: translateY(100%);
        transform-origin: 0 0
    }

    to {
        opacity: 1;
        transform: translateY(0);
        transform-origin: 0 0
    }
}

@keyframes antMoveDownOut {
    0% {
        opacity: 1;
        transform: translateY(0);
        transform-origin: 0 0
    }

    to {
        opacity: 0;
        transform: translateY(100%);
        transform-origin: 0 0
    }
}

@keyframes antMoveLeftIn {
    0% {
        opacity: 0;
        transform: translateX(-100%);
        transform-origin: 0 0
    }

    to {
        opacity: 1;
        transform: translateX(0);
        transform-origin: 0 0
    }
}

@keyframes antMoveLeftOut {
    0% {
        opacity: 1;
        transform: translateX(0);
        transform-origin: 0 0
    }

    to {
        opacity: 0;
        transform: translateX(-100%);
        transform-origin: 0 0
    }
}

@keyframes antMoveRightIn {
    0% {
        opacity: 0;
        transform: translateX(100%);
        transform-origin: 0 0
    }

    to {
        opacity: 1;
        transform: translateX(0);
        transform-origin: 0 0
    }
}

@keyframes antMoveRightOut {
    0% {
        opacity: 1;
        transform: translateX(0);
        transform-origin: 0 0
    }

    to {
        opacity: 0;
        transform: translateX(100%);
        transform-origin: 0 0
    }
}

@keyframes antMoveUpIn {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        transform-origin: 0 0
    }

    to {
        opacity: 1;
        transform: translateY(0);
        transform-origin: 0 0
    }
}

@keyframes antMoveUpOut {
    0% {
        opacity: 1;
        transform: translateY(0);
        transform-origin: 0 0
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform-origin: 0 0
    }
}

@keyframes loadingCircle {
    to {
        transform: rotate(1turn)
    }
}

@keyframes waveEffect {
    to {
        box-shadow: 0 0 0 #1890ff;
        box-shadow: 0 0 0 6px #1890ff;
    }
}

@keyframes fadeEffect {
    to {
        opacity: 0
    }
}

.contacts .footer__item-text p.reference {
    font-size: 14px;
}

.contacts .footer__item-icons {
    display: flex;
    align-items: center;
}

.contacts .wrap-dekstop .footer__info.dekctop {
    display: none;
}

.contacts .footer__item-icons a:not(:last-child) {
    margin-right: 30px;
}

.contacts .footer__item-icons i {
    font-size: 20px;
    line-height: 24px;
}

.contacts .footer__map {
    position: relative;
    width: 78%;
    height: 420px;
    transform: translateY(10px);
}

.contacts .footer__map {
    width: 75%;
}

.contacts .footer__info-top {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.contacts .footer__info-top-rigth {
    width: 100%;
}

.contacts .footer__info-mini {
    font-weight: 500;
    font-size: 16px;
    color: #99a1b7;
    margin-bottom: 8px;
}

.contacts .footer__info-blocks {
    display: flex;
    align-content: center;
    flex-direction: column;
}

.contacts .footer__info-mini {
    font-weight: 500;
    font-size: 16px;
    color: #99a1b7;
    margin-bottom: 8px;
}

.contacts .footer__info-mini.two {
    margin-top: 8px;
}

.contacts a.footer__info-block {
    text-align: center;
    font-weight: 300;
    transition: .3s;
}

.captcha-group .captcha-main {
    display: flex;
    align-items: center;
    height: 100%;
}

.captcha-group {
    display: flex;
    align-items: center;
    height: 80%;
    margin-bottom: 15px;
    margin-right: 15px;
}

.consult-banner .wrap .form.form-white form input {
    height: 55px;
}

.captcha-group .captcha-main #ref {
    background-color: transparent;
    display: flex;
    align-items: center;
}

.captcha-group .captcha-main #ref i {
    color: #ffffff;
}

#captcha_contacts {
    height: 53px;
}

#captcha_contacts img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.captcha-group input {
    height: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 1px solid transparent;
}

.captcha-group .captcha-input-2 {
    height: 100%;
    width: 130px;
}

.contacts .footer__info-block {
    width: 252px;
    padding: 11px 35px;
    border: 1px solid hsl(0deg 3% 4.4% / 60%);
    border-radius: 4px;
    font-weight: 500;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
}

.contacts .footer__info-blocks > .footer__info-block:not(:last-child) {
    margin-bottom: 12px;
}

.contacts .footer__info-block_disable {
    color: #67768b;
    border: 1px solid #999999;
}

.contacts .footer__info-block span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
}

.contacts .footer__info-block_disable span {
    color: #67768b;
}

.about .content, .about .title {
    color: #fff;
}

.about-top .title {
    margin-bottom: 30px;
}

.content p {
    font-weight: 400;
    line-height: 1.5;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
}

.about-top .content li, .about-top .content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.about .content p,
.about_in .content p {
    font-size: 18px;
    line-height: 26px;
}

.about-top .right .image {
    width: 320px;
    aspect-ratio: 1 / 1;
    position: relative;
}

.about-top .right .meta {
    width: calc(100% - 320px - 20px);
    display: block;
}

.about-top .right .image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
}

.layout-banner {
    padding-top: 114px;
}

.layout-banner-breadcrumbs li {
    /*display: flex;*/
    /*align-items: center;*/
    margin-right: 12px;
}

.layout-banner-breadcrumbs li:last-child {
    margin-right: 0;
}

.layout-banner-breadcrumbs li .svg {
    margin-right: 8px;
}

.layout-banner-breadcrumbs li:after {
    content: "/";
    margin-left: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    opacity: .2;
}

.layout-banner-breadcrumbs li:last-child:after {
    content: "";
}

.layout-banner-breadcrumbs li a, .layout-banner-breadcrumbs li span {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    opacity: .6;
    text-align: center;
}

.layout-banner-breadcrumbs li:first-child a, .layout-banner-breadcrumbs li:first-child span, .layout-banner-breadcrumbs li:nth-child(2) a, .layout-banner-breadcrumbs li:nth-child(2) span {
    white-space: nowrap;
}

.layout-banner-breadcrumbs {
    display: flex;
    align-items: center;
    background-color: #fff;
    width: max-content;
    padding: 8px 12px;
    border-radius: 12px;
}

.about-circle .item {
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.about-circle .item:nth-child(even) {
    margin-right: 100px;
}

.about-circle .item .icon {
    border-radius: 100%;
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, .08);
}

.about-circle .item span {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #818793;
    letter-spacing: -.5px;
}

.about-circle .item b {
    font-weight: 500;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: block;
    margin-bottom: 8px;
}

.about-top .right .meta-projects {
    background-color: #de2626;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.about-top .right .meta-team {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 20px;
    padding: 20px;
    height: 150px;
    background-color: #fff;
}

.about-top .right .meta-projects b {
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1.2px;
}

.projects-row .item.full .meta {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
    border-radius: 16px;
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(29px);
    left: 20px;
    color: #fff;
    padding: 20px;
}

.projects-row .item.full .meta b {
    font-size: 20px;
    margin-bottom: 10px;
}

.projects-row .item.full .meta p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.2;
    color: rgba(255, 255, 255, .5);
}

.about-top .right .meta-projects p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    max-width: 140px;
    line-height: 1.2;
    letter-spacing: -.5px;
    margin-bottom: 0;
}

.about-top .right .meta-team {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 20px;
    padding: 20px;
    height: 150px;
    background-color: #fff;
}

.about-top .right .meta-team-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.about-top .right .meta-team b {
    color: #121212;
    font-size: 16px;
}

about-top .right .meta-team-top .item {
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    min-width: 55px;
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
}

.about-top .right .meta-team-top .item img {
    width: 100%;
    object-fit: cover;
}

.about-top .right .meta-team-top .item:nth-child(5) {
    left: -100px;
    background-color: #121212;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -.6px;
}

.about-top .right .meta-team b {
    color: #121212;
    font-size: 16px;
}

.faq .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.faq .left {
    width: 370px;
}

.faq .right {
    width: calc(100% - 370px - 50px);
}

.faq .title {
    margin-bottom: 20px;
    color: #000000;
}

.faq .subtitle {
    margin-bottom: 25px;
}

.cases .subtitle {
    margin-bottom: 0;
}

.faq .btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.faq .btns a:hover .icon {
    transform: rotate(45deg);
}

.faq .btns .button {
    width: 176px;
}

.faq .btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    margin-left: 24px;
}

.faq .btns a span {
    color: #1744ad;
    font-weight: 500;
    display: block;
    margin-right: 10px;
    font-size: 16px;
}

.faq .item {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 18px;
    margin-bottom: 14px;
    overflow: hidden;
}

.faq .item-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    transition: .2s;
}

.faq .item-title {
    cursor: pointer;
    transition: .2s;
}

.faq .item-content {
    margin-top: -12px;
    padding: 24px;
    padding-top: 0;
    display: none;
}

.faq .item-content li, .faq .item-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #6b7280;
}

.faq .item-content li:last-child, .faq .item-content p:last-child {
    margin-bottom: 0;
}

.catalog-banner {
    margin-bottom: 100px;
}

.catalog-banner .wrap {
    background-color: #de2626;
    color: #fff;
    position: relative;
    padding: 60px 65px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    background-image: url(/wp-content/themes/main/css/../img/banner-catalog.png?lm=66E83182);
    --lzl-bg-img: "/wp-content/themes/main/css/../img/banner-catalog.png?lm=66E83182";
}

.catalog-banner .left {
    width: 100%;
    position: relative;
    z-index: 2;
}

.catalog-banner .right {
    position: absolute;
    z-index: 1;
    right: 30px;
    bottom: 20px;
    width: 650px;
}

.catalog-banner .title {
    color: #fff;
    max-width: 650px;
    margin-bottom: 15px;
}

.catalog-banner .subtitle {
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
    max-width: 420px;
}

.catalog-banner .form {
    width: 350px;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

.catalog-banner .form .input {
    margin-bottom: 10px;
}

.input {
    border-radius: 12px;
    position: relative;
}

.form .input input {
    border-radius: 12px;
    background-color: #fff;
    color: #121212;
    font-size: 16px;
    height: 60px;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding-left: 20px;
    font-family: Onest, sans-serif;
    outline: none;
    border: none;
}

.form .submit input {
    font-weight: 500;
    font-size: 16px;
    height: 60px;
    border: none;
    width: 100%;
}

.form .submit input:hover {
    background-color: #fff;
}

.popup-callback .form .submit input:hover {
    background-color: #000000;
}

.form .submit {
    position: relative;
}

.catalog-banner .form small {
    margin-top: 20px;
    color: rgba(255, 255, 255, .7);
}

.button.button-dark, a.button.button-dark {
    background-color: #121212;
}

.button.button-dark:hover, a.button.button-dark:hover {
    background-color: #284f5f;
}

.catalog-banner .form small a {
    color: rgba(255, 255, 255, .7);
}

.input p {
    position: absolute;
    display: none;
    left: 20px;
    left: 20px;
    color: #818793;
    font-size: 12px;
    top: 8px;
    z-index: 5;
}

.input .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.form .submit {
    position: relative;
}

.slider-wrap {
    position: relative;
    z-index: 5;
    flex-wrap: nowrap !important;
}

.team_socials {
    padding: 0px 15px;
}

.team_socials .team_socials_item {
    display: block;
    padding: 10px 0;
    color: #000000;
    font-size: 14px;
    font-family: 'SuisseIntl', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 8px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.team_item {
    position: relative;
    height: 395px;
    border: 1px solid #e7e7e7;
    border-radius: 15px;
    overflow: hidden;
    background-color: #a5a3a3;
}

.team_item_img {
    height: 100%;
    width: 100%;
}

.team_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px
}

.team_item_content h4 {
    color: #ffffff;
    font-size: 24px;
    font-family: 'SuisseIntl', Arial, sans-serif;
    line-height: 1.15;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.team_item_content p {
    color: #ffffff;
    font-size: 20px;
    font-family: 'SuisseIntl', Arial, sans-serif;
    line-height: 1.15;
    font-weight: 500;
    margin-bottom: 10px;
}

.team_item_content {
    padding: 15px 0 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, .1);
    backdrop-filter: blur(5px);
}

.slider-wrap .arr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    cursor: pointer;
    width: 55px;
    height: 55px;
    z-index: 15;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.slider-wrap .arr:hover svg path {
    stroke: #fff;
}

.slider-wrap .arr:hover {
    transition: .2s;
    background-color: #3f7fff;
}

.slider-wrap .arr-prev {
    left: -75px;
}

.slider-wrap .arr-next {
    right: -75px;
}

.footer {
    margin: 0;
    padding: 0;
}

.header-contacts .link:hover {
    color: #cdcfd3;
}

.footer-top {
    /*border-bottom: 1px solid rgba(255, 255, 255, .15);*/
    padding-top: 25px;
    padding-bottom: 25px;
    /*margin-bottom: 40px;*/
}

.footer-menu {
    padding-bottom: 10px;
}

.footer-feat {
    border-top: 1px solid rgba(255, 255, 255, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    padding: 40px 0;
    /*margin-bottom: 30px;*/
}

/*.footer-subscribe {*/
/*    padding-bottom: 30px;*/
/*    border-bottom: 1px solid rgba(255, 255, 255, .15);*/
/*}*/

.footer-bottom {
    padding: 30px 0;
}

.footer-top .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-top .wrap .logo {
    display: flex;
    align-items: center;
}

.footer-top .wrap .logo img {
    width: 150px;
}

.footer-top .wrap .logo .div {
    max-width: 200px;
    margin-left: 8px;
}

.footer-top .wrap .logo .div span {
    font-size: 18px;
    color: #ffffff;
}

.footer-top .wrap .center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-top .wrap .social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-top .wrap .center .item {
    display: block;
    margin: 0 30px;
}

.footer-top .wrap .center .item a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.footer-top .wrap .center .item span {
    color: #9ca3af;
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.footer-top .wrap .social a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    width: 44px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .08);
    margin-left: 10px;
}

.footer-menu .wrap {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.footer-menu .wrap .column {
    width: 25%;
}

.footer-menu .wrap .list-title {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: block;
    line-height: 1.2;
    margin-bottom: 16px;
}

.footer-menu .wrap .block {
    display: block;
    margin-bottom: 40px;
}

.footer-feat .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-menu .wrap .block li {
    display: block;
    margin-bottom: 14px;
}

.footer-menu .wrap .block li a, .footer-menu .wrap .block li span {
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    font-weight: 400;
}

.footer-feat .wrap .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(33.3% - 20px);
}

.footer-feat .wrap .dir {
    width: calc(33.3% - 20px);
    display: block;
}

.footer-feat .wrap .item .icon {
    min-width: 70px;
    height: 70px;
    margin-right: 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .08);
}

.footer-feat .wrap .item .icon svg path {
    fill: #DE2526;
}

.footer-feat .wrap .item .meta {
    display: block;
}

.footer-feat .wrap .item .meta b {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.footer-feat .wrap .item .meta a, .footer-feat .wrap .item .meta span {
    font-size: 16px;
    font-weight: 400;
    color: #9ca3af;
    margin: 0;
    display: block;
}

.footer-feat .wrap .dir-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.footer-feat .wrap .dir p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    color: rgba(255, 255, 255, .4);
}

.footer-feat .wrap .dir-top b {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #fff;
    margin-right: 20px;
}

.footer-feat .wrap .dir-top a {
    color: #de2626;
    font-size: 16px;
    font-weight: 500;
}

.footer-subscribe .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-subscribe .wrap .left {
    width: 415px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-subscribe .wrap .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.response_message {
    font-size: 24px;
    text-align: center;
}

.footer-subscribe .wrap .left .icon {
    width: 50px;
    margin-right: 20px;
}

.footer-subscribe .wrap .left b {
    width: calc(100% - 70px);
    color: #fff;
    font-size: 24px;
    white-space: nowrap;
    font-weight: 500;
}

.footer-subscribe .form {
    background-color: transparent !important;
}

.footer-subscribe .wrap .left .icon img {
    width: 100%;
}

.footer-subscribe .wrap .right .form {
    width: 370px;
    height: 60px;
    background-color: rgba(44, 180, 194, .3);
}

.footer-subscribe .wrap .right small {
    font-size: 14px;
    line-height: 1.2;
    color: rgba(255, 255, 255, .5);
    margin: 0;
    width: 332px;
    display: block;
    margin-left: 25px;
}

.footer-subscribe .wrap .right small a {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

.footer-subscribe .form form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-subscribe .form form .input {
    min-width: 300px;
    width: 300px;
    margin-right: 10px;
}

.footer-subscribe .form form .submit {
    width: 60px;
    min-width: 60px;
    margin: 0;
}

/*.header .section-progress {*/
/*    animation: scaleUp linear;*/
/*    background-color: #de2626;*/
/*    height: 4px;*/
/*    left: 0;*/
/*    pointer-events: none;*/
/*    position: fixed;*/
/*    scale: 0 1;*/
/*    transform-origin: left;*/
/*    width: 100%;*/
/*    z-index: 1000;*/
/*    animation-timeline: scroll();*/
/*}*/

@keyframes scaleUp {
    100% {
        scale: 1 1;
    }
}

.footer-top .wrap .center .item a:hover {
    color: #de2626;
}

.footer-subscribe .form form .submit .button {
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93LWRvd24tMDItc2hhcnAgMSI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0xOSAxMkw0IDEyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3JfMiIgZD0iTTE1IDE3TDE5LjI5MjkgMTIuNzA3MUMxOS42MjYyIDEyLjM3MzggMTkuNzkyOSAxMi4yMDcxIDE5Ljc5MjkgMTJDMTkuNzkyOSAxMS43OTI5IDE5LjYyNjIgMTEuNjI2MiAxOS4yOTI5IDExLjI5MjlMMTUgNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=);
}

.footer-subscribe .form form .submit .button:hover {
    background-color: #c42e2e;
}

.footer-top .wrap .social a:hover {
    background-color: #284f5f;
}

.footer-menu .wrap .column a.list-title:hover {
    color: #284f5f;
}

.footer-bottom .wrap ul li a:hover {
    color: #284f5f;
}

.wpcf7-response-output {
    display: none !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #689afe;
}

.footer-feat .item .meta a:hover {
    color: #689afe;
}

.footer-menu .wrap .column .block li a:hover {
    color: #689afe;
}

.footer-subscribe .form form .input input {
    background-color: rgba(255, 255, 255, .08);
    color: #fff;
}

.footer-subscribe .form form .input input::placeholder {
    color: #9ca3af;
}

.footer-bottom .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .wrap .left ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
}

.footer-bottom .wrap .left ul a, .footer-bottom .wrap .left ul span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-right: 40px;
    white-space: nowrap;
    color: #9ca3af;
}

.footer-bottom .wrap .button {
    max-height: 50px;
}

.footer-bottom .wrap .right .dev {
    color: #ffffff;
}

.footer-bottom .wrap .right .dev a {
    color: #689afe;
}

.pc-catalog {
    transition: all .2s ease;
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #d3d3d3;
    background-position: 0 0;
    background-repeat: repeat;
    padding-top: 105px;
    color: #121212;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    /*display: none;*/
}

.pc-catalog .container {
    height: 100%;
    position: relative;
}

.pc-catalog .wrap {
    width: 310px;
    padding-right: 10px;
    border-right: 1px solid #e5e7eb;
    margin-right: 40px;
    padding: 10px;
    padding-left: 0;
    display: block;
    height: 100%;
    position: relative;
}

.pc-catalog .wrap .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    padding: 5px 10px;
    transition: all .6s linear;
    text-shadow: -.25px -.25px 0 transparent,
    .25px .25px transparent;
}

.pc-catalog .wrap .sub-menu {
    position: absolute;
    left: 310px;
    top: 0;
    width: 980px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    background-color: transparent;
    height: auto;
    display: flex;
    display: none;
    color: #000;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.pc-catalog .wrap .item .icon {
    width: 32px;
    height: 32px;
}

.pc-catalog .close {
    position: absolute;
    top: 0;
    right: 25px;
    cursor: pointer;
    z-index: 99;
}

.pc-catalog .wrap .item p {
    width: calc(100% - 45px - 8px);
    font-size: 16px;
    color: #121212 !important;
    margin-bottom: 0;
    transition: all .6s linear;
}

.pc-catalog .wrap .sub-menu-wrap {
    width: 33.3%;
    margin-right: 20px;
}

.pc-catalog .wrap .sub-menu-wrap b {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    width: 100%;
    min-height: 24px;
    display: block;
}

.pc-catalog .wrap .sub-menu-wrap a, .pc-catalog .wrap .sub-menu-wrap span {
    display: block;
    margin-bottom: 14px;
    font-size: 16px;
    letter-spacing: -.5px;
}

.header.header-open-menu .logo .dark,
.header .header-white .logo .dark {
    display: flex !important;
    align-items: center;
}

.header.header-open-menu .logo .light,
.header .header-white .logo .light {
    display: none !important;
}

.header.header-open-menu .search-toggle, .header.header-white .search-toggle {
    background-color: #fff;
    backdrop-filter: blur(0);
}

.header.header-open-menu .search-toggle svg path, .header.header-white .search-toggle svg path {
    stroke: #9ca3af;
}

.header.header-open-menu .search .search-wrap, .header.header-white .search .search-wrap {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 12px;
    border: 1px solid #f6f8fa;
}

.header.header-open-menu nav ul > li > a, .header.header-page nav ul > li > a, .header.header-white nav ul > li > a, .header.scrolled nav ul > li > a {
    transition: .2s;
}

.header.header-open-menu nav ul li a, .header.header-open-menu nav ul li span, .header.header-white nav ul li a, .header.header-white nav ul li span {
    color: #121212;
}

.header.header-open-menu nav ul > li.menu-item-has-children > a, .header.header-open-menu nav ul > li.menu-item-has-children > span, .header.header-page nav ul > li.menu-item-has-children > a, .header.header-page nav ul > li.menu-item-has-children > span, .header.header-white nav ul > li.menu-item-has-children > a, .header.header-white nav ul > li.menu-item-has-children > span, .header.scrolled nav ul > li.menu-item-has-children > a, .header.scrolled nav ul > li.menu-item-has-children > span {
    transition: .2s;
}

.header.header-open-menu nav ul li.menu-item-has-children > a::after, .header.header-open-menu nav ul li.menu-item-has-children > span::after, .header.header-white nav ul li.menu-item-has-children > a::after, .header.header-white nav ul li.menu-item-has-children > span::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4IDkuMDAwMTVMMTIuNzA3MSAxNC4yOTNDMTIuMzczOCAxNC42MjY0IDEyLjIwNzEgMTQuNzkzIDEyIDE0Ljc5M0MxMS43OTI5IDE0Ljc5MyAxMS42MjYyIDE0LjYyNjQgMTEuMjkyOSAxNC4yOTNMNiA5LjAwMDE1IiBzdHJva2U9IiMxRjI5MzciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}

.header.header-open-menu a.link, .header.header-white a.link {
    color: #121212;
}

.header.header-white .gt-current-lang svg {
    fill: #000;
}

.header.header-open-menu .button, .header.header-white .button {
    background-color: #fff;
}

.header.header-white nav ul > li.menu-item_main > a:hover {
    color: #121212;
}

.header.header-open-menu .lang .gt_options,
.header.header-white .lang .gt_options {
    box-shadow: 0 0 15px rgba(10, 49, 65, .1);
}

.header.header-open-menu .lang .gt-current-lang,
.header.header-page .lang .gt-current-lang,
.header.header-white .lang .gt-current-lang,
.header.scrolled .lang .gt-current-lang {
    transition: .2s;
}

.header.header-open-menu .lang .gt-current-lang span,
.header.header-white .lang .gt-current-lang span {
    color: #121212;
}

.header.header-open-menu .lang .gt-current-lang::after,
.header.header-white .lang .gt-current-lang::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgOUwxMS4yOTI5IDE0LjI5MjlDMTEuNjI2MiAxNC42MjYyIDExLjc5MjkgMTQuNzkyOSAxMiAxNC43OTI5QzEyLjIwNzEgMTQuNzkyOSAxMi4zNzM4IDE0LjYyNjIgMTIuNzA3MSAxNC4yOTI5TDE4IDkiIHN0cm9rZT0iIzBBMzE0MSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.header.header-open-menu .button.button-transparent, .header.header-white .button.button-transparent {
    color: #121212;
}

.header nav ul > li ul {
    position: absolute;
    background-color: #fff;
    border-radius: 24px;
    padding: 20px;
    left: 0;
    top: calc(100% + 24px);
    width: max-content;
    display: none;
}

.header nav ul > li ul li:last-child a {
    margin-bottom: 0;
}

.header nav ul > li {
    position: relative;
}

.header.header-open-menu, .header.header-white {
    background-color: #ffffff;
    background-position: 0 0;
    background-repeat: repeat;
}

.header .search .search-toggle:hover {
    background-color: rgba(255, 255, 255, .08);
}

.header.header-open-menu nav ul > li.menu-item-has-children > a:hover::after, .header.header-open-menu nav ul > li.menu-item-has-children > span:hover::after, .header.header-page nav ul > li.menu-item-has-children > a:hover::after, .header.header-page nav ul > li.menu-item-has-children > span:hover::after, .header.header-white nav ul > li.menu-item-has-children > a:hover::after, .header.header-white nav ul > li.menu-item-has-children > span:hover::after, .header.scrolled nav ul > li.menu-item-has-children > a:hover::after, .header.scrolled nav ul > li.menu-item-has-children > span:hover::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93LWRvd24tMDEtc2hhcnAgMSI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik02IDlMMTEuMjkyOSAxNC4yOTI5QzExLjYyNjIgMTQuNjI2MiAxMS43OTI5IDE0Ljc5MjkgMTIgMTQuNzkyOUMxMi4yMDcxIDE0Ljc5MjkgMTIuMzczOCAxNC42MjYyIDEyLjcwNzEgMTQuMjkyOUwxOCA5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==);
}

.pc-catalog .wrap .item:hover {
    background-color: #f6f8fa !important;
}

.pc-catalog .wrap .item:hover p {
    text-shadow: -.25px -.25px 0 black, .25px .25px black;
    /*font-size: 15px;*/
}

.pc-catalog .wrap .sub-menu-wrap ul li {
    list-style: none;
}

.overlay, .overlay-menu {
    position: fixed;
    z-index: 15;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    background: linear-gradient(0deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 100%), #121212;
    display: none;
    opacity: .8;
}

.overlay {
    z-index: 200;
}

.popup {
    width: 580px;
    max-width: 95vw;
    max-height: calc(100% - 30px);
    padding: 40px;
    z-index: 250;
    display: none;
    position: fixed;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #121212;
    border-radius: 24px;
    overflow-x: hidden;
    overflow-y: auto;
}

.header.scrolled .logo .dark {
    display: flex !important;
    align-items: center;
}

.header.scrolled .logo .dark img {
    width: 150px;
}

.header.scrolled .lang {
    color: #000000;
}

.header.scrolled .logo .dark .div span {
    color: #000000;
}

.header.scrolled .search-toggle svg path {
    stroke: #9ca3af;
}

.header.scrolled .lang .gt-current-lang::after {
    transition: .2s;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgOUwxMS4yOTI5IDE0LjI5MjlDMTEuNjI2MiAxNC42MjYyIDExLjc5MjkgMTQuNzkyOSAxMiAxNC43OTI5QzEyLjIwNzEgMTQuNzkyOSAxMi4zNzM4IDE0LjYyNjIgMTIuNzA3MSAxNC4yOTI5TDE4IDkiIHN0cm9rZT0iIzBBMzE0MSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.header.scrolled .logo .light {
    display: none !important;
}

.header.scrolled .search-toggle {
    background-color: #fff;
    backdrop-filter: blur(0);
}

.header.header-open-menu .search .search-toggle:hover, .header.header-page .search .search-toggle:hover, .header.header-white .search .search-toggle:hover, .header.scrolled .search .search-toggle:hover {
    background-color: #121212 !important;
}

.header.scrolled .button.button-transparent:hover {
    background-color: #de2626 !important;
    color: #fff !important;
}

.header.scrolled nav ul li.menu-item-has-children > a::after, .header.scrolled nav ul li.menu-item-has-children > span::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4IDkuMDAwMTVMMTIuNzA3MSAxNC4yOTNDMTIuMzczOCAxNC42MjY0IDEyLjIwNzEgMTQuNzkzIDEyIDE0Ljc5M0MxMS43OTI5IDE0Ljc5MyAxMS42MjYyIDE0LjYyNjQgMTEuMjkyOSAxNC4yOTNMNiA5LjAwMDE1IiBzdHJva2U9IiMxRjI5MzciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}

.header.header-open-menu .button.button-transparent:hover, .header.header-page .button.button-transparent:hover, .header.header-white .button.button-transparent:hover, .header.scrolled .button.button-transparent:hover {
    background-color: #121212 !important;
}

.header .search-wrap .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-close, .header .search-wrap .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader {
    cursor: pointer;
    right: 20px;
    height: 24px;
    width: 24px;
    min-width: 24px;
    border-radius: 0;
    background-color: transparent !important;
    border: none !important;
    background-position: center;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNhbmNlbC0wMSAxIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE4Ljk5OTggNUw0Ljk5OTc2IDE5TTQuOTk5NzYgNUwxOC45OTk4IDE5IiBzdHJva2U9IiMwQTMxNDEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K);
    padding: 0;
    margin: 0;
}

.header.header-open-menu nav ul > li.menu-item-has-children > a:hover, .header.header-open-menu nav ul > li.menu-item-has-children > span:hover, .header.header-page nav ul > li.menu-item-has-children > a:hover, .header.header-page nav ul > li.menu-item-has-children > span:hover, .header.header-white nav ul > li.menu-item-has-children > a:hover, .header.header-white nav ul > li.menu-item-has-children > span:hover, .header.scrolled nav ul > li.menu-item-has-children > a:hover, .header.scrolled nav ul > li.menu-item-has-children > span:hover {
    color: #fff;
    transition: .2s;
    background-color: #121212;
    backdrop-filter: blur(10px);
}

.header.scrolled nav ul li a, .header.scrolled nav ul li span {
    color: #121212;
}

.header.scrolled a.link {
    color: #121212;
}

.header.scrolled .button.button-transparent {
    color: #121212;
    background-color: #fff;
}

.header.scrolled .button.callback {
    background-color: #de2626 !important;
    color: #fff !important;
}

.header.scrolled .lang #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang span {
    color: #121212;
}

.popup.popup-video {
    width: 920px;
    max-width: 95vw;
    padding: 0;
    overflow: unset;
}

.popup .close {
    position: absolute;
    cursor: pointer;
    transition: .2s;
    top: 30px;
    right: 30px;
    z-index: 10;
}

.offer-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

/*.video-controls button {*/
/*    outline: none;*/
/*    background: transparent;*/
/*    border: none;*/
/*}*/
/*.video-controls {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 10px;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    background-color: #fff;*/
/*    padding: 8px;*/
/*}*/

/*.video-controls #progressBar {*/
/*    flex-grow: 1;*/
/*}*/
.button.button-transparent:hover, a.button.button-transparent:hover {
    background-color: #111827;
    color: #fff !important;
    filter: blur(0);
}

.popup.popup-video .close {
    top: 15px;
    right: 15px;
    border-radius: 12px;
    padding: 5px;
    background-color: #ffffff;
}

.popup.popup-video iframe {
    border-radius: 10px;
    max-width: 100%;
    aspect-ratio: 16 / 10;
    height: auto !important;
    width: 100% !important;
}

.popup b {
    font-size: 36px;
    display: block;
    letter-spacing: -1.1px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 10px;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

.popup .subtitle {
    font-size: 16px;
    line-height: 1.2;
    display: block;
    color: #121212;
    margin-bottom: 24px;
}

.popup .input {
    margin-bottom: 15px;
}

.thx .wrapper-thx, #thx-catalog .wrapper-thx, #thx-sub .wrapper-thx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.popup-video .offer-bg-video {
    position: unset;
}

#thx .wrapper-thx .icon, #thx-catalog .wrapper-thx .icon, #thx-sub .wrapper-thx .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

thx .wrapper-thx b, #thx-catalog .wrapper-thx b, #thx-sub .wrapper-thx b {
    color: #121212;
    display: block;
    text-align: center;
    max-width: 100%;
    font-size: 36px;
    margin-bottom: 10px;
}

#thx .wrapper-thx p, #thx-catalog .wrapper-thx p, #thx-sub .wrapper-thx p {
    width: 100%;
    color: #121212;
    display: block;
    text-align: center;
    margin-bottom: 24px;
}

#thx-catalog .wrapper-thx .btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#thx-catalog .wrapper-thx .btns .button {
    width: calc(50% - 8px);
    margin: 0;
}

#thx-catalog .wrapper-thx .btns .button {
    width: calc(50% - 8px);
    margin: 0;
}

.cookie {
    width: 348px;
    max-width: 95vw;
    max-height: 95vh;
    padding: 20px;
    z-index: 250;
    display: block;
    position: fixed;
    bottom: 10px;
    left: 10px;
    border-radius: 24px;
    background-color: #fff;
}

.cookie b {
    font-size: 22px;
    color: #121212;
    margin-bottom: 10px;
}

.cookie p {
    font-size: 14px;
    color: #121212;
    margin-bottom: 15px;
}

.cookie .button {
    width: max-content;
    padding: 0 46px;
    height: 50px;
    max-width: 100%;
}

.form.form-white .input input,
.form.form-white .input textarea,
.form.form-white .input select {
    background-color: #EDF0FB;
}

.form.form-white small {
    color: #9ca3af;
}

.form.form-white .input select {
    height: 55px;
    border: none;
    border-radius: 12px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #de2626 !important;
    border-color: #de2626 !important;
}

.form .input textarea {
    border-radius: 12px;
    background-color: #fff;
    color: #121212;
    font-size: 16px;
    height: 120px;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding-left: 20px;
    font-family: Onest, sans-serif;
}

.page-link {
    font-size: 20px !important;
}

.pagination {
    margin-bottom: 0;
}

.input textarea {
    border-radius: 12px;
    height: 155px;
    resize: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #121212;
    width: 100%;
    max-width: 100%;
    display: block;
    padding-top: 20px;
    font-family: Onest, sans-serif;
}

.header.scrolled nav ul li.menu-item_main > a:hover {
    color: #fff;
    transition: .2s;
    background-color: #121212;
    backdrop-filter: blur(10px);
}

/*.header.scrolled nav ul li.menu-item_main a:hover{*/
/*    */
/*}*/
.header-contacts .dropdown .link {
    position: relative;
    padding-right: 35px;
}

.about-video-swiper .arrows .about_arr-prev svg,
.about-video-swiper .arrows .about_arr-next svg {
    width: 50px;
    height: 50px;
}

.about-video-swiper .arrows .arr {
    background-color: transparent;
}

.header .header-contacts .dropdown .link::after {
    position: absolute;
    content: "";
    height: 24px;
    transition: .2s;
    width: 24px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93LWRvd24tMDEtc2hhcnAgMSI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik02IDlMMTEuMjkyOSAxNC4yOTI5QzExLjYyNjIgMTQuNjI2MiAxMS43OTI5IDE0Ljc5MjkgMTIgMTQuNzkyOUMxMi4yMDcxIDE0Ljc5MjkgMTIuMzczOCAxNC42MjYyIDEyLjcwNzEgMTQuMjkyOUwxOCA5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==);
}

.header.header-white .header-contacts .dropdown .link::after,
.header.scrolled .header-contacts .dropdown .link::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4IDkuMDAwMTVMMTIuNzA3MSAxNC4yOTNDMTIuMzczOCAxNC42MjY0IDEyLjIwNzEgMTQuNzkzIDEyIDE0Ljc5M0MxMS43OTI5IDE0Ljc5MyAxMS42MjYyIDE0LjYyNjQgMTEuMjkyOSAxNC4yOTNMNiA5LjAwMDE1IiBzdHJva2U9IiMxRjI5MzciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}

/* Dropdown container */
.header-contacts .dropdown {
    position: relative;
    display: inline-block;
}

.header.header-white .header-pc {
    border-bottom: 1px solid rgb(73 69 69 / 15%);
}

.projects-page .wrap .category {
    display: flex;
    align-items: center;
    background-color: #DE2626;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}

.projects-page .wrap .category .category_item {
    background-color: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.projects-page .wrap .category .category_item + .category_item {
    margin-left: 10px;
}

.projects-page .item {
    margin-bottom: 20px;
    position: relative;
    display: block;
    height: auto;
    aspect-ratio: 322 / 410;
    padding: 0;
    border-radius: 24px;
    background-color: #0a3141;
    transition: 1s;
}

.projects-page .item img {
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 477;
    object-fit: cover;
    border-radius: 24px;
}

.projects-page .item:hover {
    transition: 1s;
    transform: scale(1.07);
}

.projects-page .item .meta {
    position: absolute;
    width: calc(100% - 40px);
    bottom: 20px;
    left: 20px;
    background-color: rgba(255, 255, 255, .05);
    backdrop-filter: blur(30px);
    border-radius: 16px;
    padding: 20px;
    color: #fff;
}

.projects-page .item .meta b {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
}

.projects-page .item .meta .content {
    display: inline-block;
    width: 100%;
}

.session-footer {
    display: flex;
    align-items: center;
}

.session-footer .session-footer-social {
    display: flex;
    align-items: center;
}

.session-footer .session-footer-publish {
    margin-left: auto;
    height: 36px;
    background: #eee;
    border-radius: 4px;
    padding: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.session-footer .session-footer-social span {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #565656;
}

.session-footer .session-footer-social ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.session-footer .session-footer-social ul li {
    list-style: none;
    margin-left: 8px;
}

.session-footer .session-footer-social ul li .svg {
    width: 32px;
    height: 32px;
    background: #08c;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.session-footer .session-footer-social ul li .svg svg {
    fill: #fff;
}

.session-footer .session-footer-publish i {
    color: #003087;
    margin-right: 9px;
}

.session-footer .session-footer-publish span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #003087;
}

/* Hide the dropdown by default */
.header-contacts .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 24px;
    padding: 20px;
    left: 10px;
    top: calc(100% + 34px);
    width: max-content;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
    border: none;
    /*margin-top: 10px;*/
}

/* Style dropdown items */
.header-contacts .dropdown-menu li {
    list-style-type: none;
    padding: 0;
}

.header-contacts .dropdown-menu li + li {
    margin-top: 8px;
}

/* Style links inside the dropdown */
.header-contacts .dropdown-menu li a {
    text-decoration: none;
    color: #121212;
    font-size: 16px;
    padding: 0;
    height: auto;
    display: block;
    white-space: nowrap;
    margin-bottom: 0;
}

/* Optional: Add some hover effect */
.header-contacts .dropdown-menu li a:hover {
    /*background-color: #ddd;*/
}