@font-face {
    font-family: Exo;
    font-display: swap;
    src: url(/assets/fonts/Exo2-Regular-CspKOpKZ.woff2) format("woff2"), url(/assets/fonts/Exo2-Regular-C4H23EQo.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Exo;
    font-display: swap;
    src: url(/assets/fonts/Exo2-Medium-UNtODrxW.woff2) format("woff2"), url(/assets/fonts/Exo2-Medium-Bs8W_EOo.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

* {
    box-sizing: border-box
}

body {
    padding: 0;
    font-family: "Exo", sans-serif;
    font-size: 10px;
    line-height: 100%;
    font-weight: 400;
    max-width: 1920px;
    background-color: #050505;
    margin: 0 auto;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400
}

p {
    margin: 0
}

button {
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
    outline: none;
    border: none
}

.container {
    box-sizing: border-box;
    max-width: 1546px;
    margin: 0 auto;
    position: relative
}

@media screen and (max-width: 1600px) {
    .container {
        max-width: 1360px
    }
}

@media screen and (max-width: 1400px) {
    .container {
        max-width: 1140px
    }
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 1045px
    }
}

@media screen and (max-width: 1100px) {
    .container {
        max-width: 937px
    }
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 715px
    }
}

@media screen and (max-width: 769px) {
    .container {
        max-width: 520px
    }
}

@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

section {
    padding: 80px 0 120px;
    position: relative
}

@media screen and (max-width: 1200px) {
    section {
        padding: 70px 0 100px
    }
}

@media screen and (max-width: 991px) {
    section {
        padding: 50px 0 80px
    }
}

@media screen and (max-width: 576px) {
    section {
        padding: 50px 0
    }
}

@media screen and (max-width: 576px) {
    section {
        padding: 35px 0
    }
}

.title {
    font-weight: 500;
    line-height: 100%;
    color: #e4e4e4;
    margin-bottom: 55px;
    font-size: 64px
}
.case_preview{
    position: relative;
}
.logo_preview_title{
font-weight: 500;
font-style: Medium;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;
position: absolute;
top: 25px;
left: 25px;
color: #FFFFFF;
}
.logo_preview_text{
font-weight: 500;
font-style: Medium;
font-size: 24px;
line-height: 40px;
letter-spacing: 0%;
position: absolute;
bottom: 25px;
left: 25px;
color: #FFFFFF;
}
.title__circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #c0e300;
    position: relative;
    top: 2px;
    margin-left: 20px
}

.title__circle:after {
    content: "";
    position: absolute;
    display: inline-block;
    max-width: 100%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #c0e300;
    right: -38px;
    top: 0
}

.title__general {
    font-size: 80px
}

@media screen and (max-width: 1200px) {
    .title__general {
        font-size: 60px
    }
}

@media screen and (max-width: 769px) {
    .title__general {
        font-size: 53px
    }
}

@media screen and (max-width: 576px) {
    .title {
        padding-top: 30px !important;
        margin-bottom: 30px;
        text-align: center;
        position: relative
    }

    .title__circle {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        left: 50%;
        transform: translate(-110%);
        margin-left: 0
    }

    .title__circle:after {
        width: 20px;
        height: 20px;
        right: -27px
    }

    .title__general {
        font-size: 46px
    }
}

.swiper {
    overflow: hidden
}

.swiper-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    margin-top: 20px
}

@media screen and (max-width: 575px) {
    .swiper-bottom {
        column-gap: 15px
    }
}

.politics {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative
}

.politics--last {
    margin-top: 10px
}

.politics a {
    color: red;
    text-decoration: underline;
    font-weight: 700
}

.politics__input {
    display: none
}

.politics__input:checked+.politics__ok:before {
    display: block
}

.politics__text {
    color: #fff;
    font-family: OpenSans, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media screen and (max-width: 769px) {
    .politics__text {
        width: 300px;
        font-size: 12px
    }
}

.politics__ok {
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative
}

.politics__ok:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 7px;
    background: url(/assets/images/icons/ok-BbjfGhYU.svg) no-repeat center;
    background-size: cover;
    display: none
}

.politics__ok--white:before {
    content: "";
    background: url(/assets/images/icons/ok-white-vu8fVZt9.svg) no-repeat center
}

@media screen and (max-width: 769px) {
    .politics__ok {
        width: 24px;
        height: 24px
    }

    .politics__ok:before {
        content: "";
        width: 13px;
        height: 10px
    }
}

.btn {
    padding: 20px 10px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    width: 100%;
    max-width: 380px;
    background-color: #c0e300
}

.header {
    padding: 43px 80px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 20
}

@media screen and (max-width: 1820px) {
    .header {
        padding: 43px 20px 0
    }
}

@media screen and (max-width: 769px) {
    .header {
        padding: 40px 20px 13px
    }
}

@media screen and (max-width: 576px) {
    .header {
        padding-left: 0;
        padding-right: 0
    }
}

.header__wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    column-gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

@media screen and (max-width: 1500px) {
    .header__wrapper {
        column-gap: 20px
    }
}

@media screen and (max-width: 1200px) {
    .header__wrapper {
        column-gap: 20px
    }
}

@media screen and (max-width: 769px) {
    .header__wrapper {
        padding: 0;
        column-gap: 10px;
        border-bottom: none
    }
}

@media screen and (max-width: 1200px) {
    .header__menu {
        display: none
    }
}

.header__logo {
    margin-bottom: 10px
}

.header__link {
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-bottom: 20px
}

@media screen and (max-width: 1400px) {
    .header__link {
        column-gap: 12px
    }
}

.header__link a:last-child {
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #fff
}

@media screen and (max-width: 1400px) {
    .header__link a:last-child {
        font-size: 18px
    }
}

@media screen and (max-width: 1200px) {
    .header__link {
        display: none
    }
}

.header__link-mobile {
    display: none
}

@media screen and (max-width: 1200px) {
    .header__link-mobile {
        display: block;
        position: absolute;
        right: 50px;
        bottom: 12px
    }
}

@media screen and (max-width: 576px) {
    .header__link-mobile {
        right: 75px
    }
}

.header__hamburger {
    display: none
}

@media screen and (max-width: 1200px) {
    .header__hamburger {
        display: flex;
        margin-bottom: 12px
    }
}

.header__phone {
    display: none
}

@media screen and (max-width: 769px) {
    .header__phone {
        display: none
    }
}

.header__phone:hover {
    text-decoration: underline
}

@media screen and (max-width: 1200px) {
    .header__button {
        margin-left: auto
    }
}

@media screen and (max-width: 769px) {
    .header__button {
        max-width: 160px;
        width: 100%
    }
}

.page-title {
    color: #fff;
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: 105%;
    margin-top: 0;
    margin-bottom: 40px
}

@media screen and (max-width: 1600px) {
    .page-title {
        font-size: 90px
    }
}

@media screen and (max-width: 1400px) {
    .page-title {
        font-size: 80px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 1100px) {
    .page-title {
        font-size: 70px
    }
}

@media screen and (max-width: 991px) {
    .page-title {
        font-size: 60px
    }
}

@media screen and (max-width: 769px) {
    .page-title {
        font-size: 45px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 576px) {
    .page-title {
        font-size: 34px;
        margin-bottom: 24px
    }
}

@media screen and (max-width: 390px) {
    .page-title {
        font-size: 32px
    }
}

.page-title span:nth-child(2) {
    margin: 0 10px 0 20px
}

.page-title span:nth-child(2),
.page-title span:nth-child(3) {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: #c0e300;
    border-radius: 50%
}

@media screen and (max-width: 1025px) {

    .page-title span:nth-child(2),
    .page-title span:nth-child(3) {
        width: 30px;
        height: 30px
    }
}

@media screen and (max-width: 769px) {

    .page-title span:nth-child(2),
    .page-title span:nth-child(3) {
        width: 20px;
        height: 20px
    }

    .page-title span:nth-child(2):nth-child(2),
    .page-title span:nth-child(3):nth-child(2) {
        margin: 0 6px 0 10px
    }
}

.page-text {
    font-family: Exo, serif;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%
}

.page-text--bold {
    font-family: Exo, serif;
    font-weight: 500
}

@media screen and (max-width: 1199px) {
    .page-text {
        font-size: 18px
    }
}

@media screen and (max-width: 1025px) {
    .page-text {
        font-size: 16px
    }
}

@media screen and (max-width: 769px) {
    .page-text {
        font-size: 14px
    }
}

.page-top {
    padding-top: 80px;
    padding-bottom: initial;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    overflow: hidden;
}

@media screen and (max-width: 1400px) {
    .page-top {
        padding-top: 70px;
        padding-bottom: 100px
    }
}

@media screen and (max-width: 1200px) {
    .page-top {
        padding-top: 65px;
        padding-bottom: 90px
    }
}

@media screen and (max-width: 1100px) {
    .page-top {
        padding-top: 55px;
        padding-bottom: 60px
    }
}

@media screen and (max-width: 991px) {
    .page-top {
        padding-top: 40px;
        padding-bottom: 50px
    }
}

@media screen and (max-width: 769px) {
    .page-top {
        padding-top: 25px;
        padding-bottom: 40px
    }
}

@media screen and (max-width: 576px) {
    .page-top {
        padding-top: 15px;
        padding-bottom: 32px
    }
}

.page-top__cases-offer {
    padding-bottom: 50px
}

.page-top__line {
    display: none;
    max-width: 520px;
    padding-left: 17px;
    padding-right: 17px;
    height: 1px;
    background: #fff3
}

@media screen and (max-width: 769px) {
    .page-top__line {
        display: block;
        margin-bottom: 24px
    }
}

.page-top__title {
    position: relative;
    z-index: 2
}

@media screen and (max-width: 769px) {
    .page-top__title {
        text-align: center
    }
}

@media screen and (max-width: 576px) {
    .page-top__title {
        max-width: 335px;
        margin: 0 auto 24px
    }
}

.page-top__text {
    max-width: 1071px;
    margin-bottom: 40px
}

@media screen and (max-width: 1400px) {
    .page-top__text {
        max-width: 700px
    }

    .page-top__text br {
        display: none
    }
}

@media screen and (max-width: 1400px) {
    .page-top__text {
        max-width: 580px
    }
}

@media screen and (max-width: 991px) {
    .page-top__text {
        max-width: 475px
    }
}

@media screen and (max-width: 769px) {
    .page-top__text {
        text-align: center;
        max-width: 100%;
        margin-bottom: 28px
    }
}

@media screen and (max-width: 576px) {
    .page-top__text {
        width: 327px;
        margin: 0 auto 24px
    }

    .page-top__text br {
        display: none
    }
}

.page-top__case-title {
    margin-bottom: 40px !important
}

.page-top__case-text {
    max-width: 800px;
    margin-bottom: 24px
}

.page-top__case-text:nth-of-type(2) {
    margin-bottom: 50px
}



.page-top__img--marketing {
    top: 35px
}
.page-top__img {
    position: absolute;
    top: -80px;
    right: 0;
    z-index: 1;
    height: auto
}
@media screen and (max-width: 1600px) {
    .page-top__img--marketing {
        top: 55px
    }

    .page-top__img--marketing img {
        width: 420px !important
    }
}

@media screen and (max-width: 1400px) {
    .page-top__img--marketing {
        top: 40px
    }

    .page-top__img--marketing img {
        width: 330px !important
    }
}

@media screen and (max-width: 1200px) {
    .page-top__img--marketing {
        top: 160px
    }

    .page-top__img--marketing img {
        width: 320px !important
    }
}

@media screen and (max-width: 1100px) {
    .page-top__img--marketing {
        top: 140px
    }
}

@media screen and (max-width: 991px) {
    .page-top__img--marketing {
        top: 140px !important
    }

    .page-top__img--marketing img {
        width: 310px !important
    }
}

@media screen and (max-width: 769px) {

    .page-top__img--marketing,
    .page-top__img--marketing img {
        width: 300px !important
    }
}

.page-top__img--design {
    top: -20px
}

@media screen and (max-width: 1600px) {
    .page-top__img--design {
        top: -30px;
        right: 80px
    }
}

@media screen and (max-width: 1200px) {
    .page-top__img--design {
        right: 0
    }
}

@media screen and (max-width: 1100px) {
    .page-top__img--design img {
        width: 330px !important
    }
}

@media screen and (max-width: 991px) {
    .page-top__img--design {
        top: 50px !important
    }

    .page-top__img--design img {
        width: 202px !important
    }
}

.page-top__img--consulting {
    top: 0;
    right: 0
}

@media screen and (max-width: 1600px) {
    .page-top__img--consulting img {
        width: 410px !important
    }
}

@media screen and (max-width: 1400px) {
    .page-top__img--consulting img {
        width: 380px !important
    }
}

@media screen and (max-width: 1200px) {
    .page-top__img--consulting {
        top: 30px
    }

    .page-top__img--consulting img {
        width: 300px !important
    }
}

@media screen and (max-width: 1100px) {
    .page-top__img--consulting img {
        width: 280px !important
    }
}

@media screen and (max-width: 991px) {
    .page-top__img--consulting {
        top: 130px !important
    }

    .page-top__img--consulting img {
        width: 206px !important
    }
}

.page-top__img--bfl {
    top: 0;
    right: 0
}

@media screen and (max-width: 1600px) {
    .page-top__img--bfl img {
        width: 420px !important
    }
}

@media screen and (max-width: 1200px) {
    .page-top__img--bfl img {
        width: 380px !important
    }
}

@media screen and (max-width: 1100px) {
    .page-top__img--bfl img {
        width: 360px !important
    }
}

@media screen and (max-width: 991px) {
    .page-top__img--bfl {
        top: 20px !important
    }

    .page-top__img--bfl img {
        width: 230px !important
    }
}

@media screen and (max-width: 769px) {
    .page-top__img--bfl img {
        width: 270px !important
    }
}

.page-top__img--call {
    top: 0;
    right: 0
}

@media screen and (max-width: 1600px) {
    .page-top__img--call img {
        width: 480px !important
    }
}

@media screen and (max-width: 1100px) {
    .page-top__img--call img {
        width: 400px !important
    }
}

@media screen and (max-width: 991px) {
    .page-top__img--call img {
        width: 260px !important
    }
}

@media screen and (max-width: 769px) {
    .page-top__img--call {
        width: 260px !important
    }
}

.page-top__img--sale {
    top: 0;
    right: 0
}

@media screen and (max-width: 1600px) {
    .page-top__img--sale img {
        width: 460px !important
    }
}

@media screen and (max-width: 1400px) {
    .page-top__img--sale {
        top: 20px
    }

    .page-top__img--sale img {
        width: 360px !important
    }
}

@media screen and (max-width: 1200px) {
    .page-top__img--sale {
        top: 120px
    }
}

@media screen and (max-width: 991px) {
    .page-top__img--sale {
        top: 180px !important
    }

    .page-top__img--sale img {
        width: 280px !important
    }
}

@media screen and (max-width: 769px) {

    .page-top__img--sale,
    .page-top__img--sale img {
        width: 310px !important
    }
}

@media screen and (max-width: 991px) {
    .page-top__img {
        top: 10px
    }
}

@media screen and (max-width: 769px) {
    .page-top__img {
        position: unset;
        width: 210px;
        display: block;
        margin: 0 auto
    }

    .page-top__img--bfl {
        width: 270px
    }
}

@media screen and (max-width: 576px) {
    .page-top__img {
        width: 163px
    }

    .page-top__img--design {
        width: 202px
    }

    .page-top__img--bfl {
        width: 270px
    }
}

.page-top__img--case {
    max-width: 670px
}

.page-top__img img {
    width: 100%
}

@media screen and (max-width: 1400px) {
    .page-top__img img {
        width: 375px
    }
}

@media screen and (max-width: 1200px) {
    .page-top__img img {
        width: 355px
    }
}

@media screen and (max-width: 991px) {
    .page-top__img img {
        width: 265px
    }
}

@media screen and (max-width: 769px) {
    .page-top__img img {
        width: 210px
    }
}

@media screen and (max-width: 576px) {
    .page-top__img img {
        width: 163px
    }
}

.page-top__descr {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 24px
}

@media screen and (max-width: 769px) {
    .page-top__descr {
        text-align: center
    }
}

.page-top__button {
    width: 381px;
    height: 62px;
    margin-bottom: 40px
}

@media screen and (max-width: 1100px) {
    .page-top__button {
        height: 55px
    }
}

@media screen and (max-width: 769px) {
    .page-top__button {
        height: 52px;
        margin: 0 auto 64px
    }
}

@media screen and (max-width: 576px) {
    .page-top__button {
        width: 299px
    }
}

.logo {
    display: flex
}

.logo svg {
    height: 60px;
    width: auto
}

@media screen and (max-width: 1600px) {
    .logo svg {
        height: 55px
    }
}

@media screen and (max-width: 1500px) {
    .logo svg {
        height: 40px
    }
}

@media screen and (max-width: 769px) {
    .logo svg {
        height: 30px
    }
}

@media screen and (max-width: 335px) {
    .logo svg {
        height: 25px
    }
}

.menu__items {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    list-style: none
}

@media screen and (max-width: 1600px) {
    .menu__items {
        column-gap: 30px
    }
}

@media screen and (max-width: 1400px) {
    .menu__items {
        column-gap: 15px
    }
}

@media screen and (max-width: 1200px) {
    .menu__items {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }
}

.menu__item {
    display: block;
    padding-bottom: 27px
}

@media (max-width: 1500px) {
    .menu__item {
        padding-bottom: 25px
    }
}

.menu__item__dropdown {
    position: absolute;
    width: 79.3%;
    top: 71px;
    display: none;
    border-radius: 0 0 10px 10px
}

.menu__item__dropdown>ul {
    padding: 24px 0;
    background: #000;
    max-width: 230px;
    border: 2px solid #C0E300;
    border-top: none
}

.menu__item__dropdown>ul li {
    display: block;
    margin-bottom: 16px;
    padding: 0 24px
}

.menu__item__dropdown>ul li:last-child {
    margin-bottom: 0
}

.menu__item__dropdown>ul li a {
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.menu__item__dropdown>ul li a:hover {
    color: #c0e300
}

.menu__item__dropdown>ul li a span {
    margin: 0 0 0 16px
}

.menu__item__dropdown>ul li>.menu-subitem-dropdown {
    display: none;
    position: absolute;
    left: 270px;
    top: 0;
    background: #000;
    max-width: 246px;
    width: 100%;
    height: max-content;
    border-left: 2px solid #c0e300
}

@media screen and (max-width: 1200px) {
    .menu__item__dropdown>ul li>.menu-subitem-dropdown {
        margin: 24px 0 0 24px;
        display: block;
        position: relative;
        left: auto;
        top: auto
    }
}

.menu__item__dropdown>ul li>.menu-subitem-dropdown ul {
    padding: 24px 0
}

.menu__item__dropdown>ul li>.menu-subitem-dropdown ul li:hover>a {
    color: #c0e300
}

.menu__item__dropdown>ul li:hover a span {
    color: #c0e300
}

.menu__item__dropdown>ul li:hover a svg path {
    fill: #c0e300
}

.menu__item__dropdown>ul li:hover>.menu-subitem-dropdown {
    display: block
}

.menu__item__dropdown>ul li.last {
    margin: 0
}

.menu__item__dropdown>ul li.last a {
    color: #c0e300
}

.menu__item__dropdown>ul li.last a span {
    margin: 0 16px 0 0
}

.menu__item__dropdown>ul li.last a:hover svg path {
    fill: initial
}

.menu__item__dropdown.min {
    width: auto
}

.menu__item__dropdown.min ul {
    padding: 24px 0 10px
}

.menu__item:hover .menu__item__dropdown {
    display: block
}

@media screen and (max-width: 1200px) {
    .menu__item {
        margin-bottom: 24px
    }

    .menu__item:last-of-type {
        margin-bottom: 0
    }
}

.menu__link {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    position: relative;
    text-decoration: none
}

@media screen and (max-width: 1600px) {
    .menu__link {
        font-size: 16px
    }
}

.menu__link.dropdown-link {
    padding-right: 26px
}

@media screen and (max-width: 1200px) {
    .menu__link {
        font-size: 24px;
        line-height: 29px;
        font-weight: 600;
        padding: 0
    }
}

.menu__link:after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    display: none
}

@media screen and (max-width: 1500px) {
    .menu__link:after {
        bottom: -24px
    }
}

@media screen and (max-width: 1200px) {
    .menu__link--current {
        color: #c0e300
    }
}

.menu__link--current:after {
    display: flex
}

@media screen and (max-width: 1200px) {
    .menu__link--current:after {
        display: none;
        color: #c0e300
    }
}

.menu__icon-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-20%);
    right: 0;
    max-width: 15px
}

.menu,
.mm_menu_items,
.mm_menu_items .menu__item {
    width: 100%
}

.mm_menu_items .menu__item:hover .menu__item__dropdown {
    display: none
}

.mm_menu_items .menu__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.mm_menu_items .menu__item__dropdown {
    position: static;
    width: 100%
}

.mm_menu_items .menu__item__dropdown ul {
    background: none;
    width: 100%;
    max-width: initial
}

@media (max-width: 576px) {
    .menu.container {
        padding: 0
    }
}

.hamburger {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: .2s;
    border-radius: 50%;
    border: 1px solid #858585;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px
}

@media screen and (max-width: 769px) {
    .hamburger {
        width: 40px;
        height: 40px
    }
}

.hamburger__line {
    width: 22px;
    height: 2px;
    transition: .2s;
    background-color: #fff
}

.hamburger.active .hamburger__line:nth-child(1) {
    position: absolute;
    transform: rotate(-45deg);
    top: 50%;
    left: 8px
}

.hamburger.active .hamburger__line:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: rotate(45deg);
    bottom: auto
}

.hamburger.active .hamburger__line:nth-child(3) {
    display: none
}

.mobile-slide {
    display: none;
    position: fixed;
    right: 0;
    top: 121px;
    height: 100vh;
    background-color: #050505;
    z-index: 11;
    transform: translate(100%);
    transition: .2s;
    width: 100%;
    box-sizing: border-box;
    overflow: auto
}

@media screen and (max-width: 1200px) {
    .mobile-slide {
        display: flex;
        flex-direction: column;
        top: 100px
    }
}

.mobile-slide.active {
    display: block;
    transform: translate(0)
}

@media screen and (max-width: 1200px) {
    .mobile-slide__menu {
        padding: 52px 24px 170px;
        display: flex;
        align-items: center
    }
}

.mobile-slide__bottom {
    margin-bottom: 0;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    box-sizing: border-box
}

@media screen and (max-width: 1200px) {
    .mobile-slide__bottom {
        flex-direction: column;
        padding: 15px;
        row-gap: 25px
    }
}

.mobile-slide__phone {
    display: none
}

@media screen and (max-width: 1200px) {
    .mobile-slide__phone {
        display: flex;
        align-items: center;
        column-gap: 16px;
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        text-decoration: none
    }
}

.mobile-slide__mail {
    color: #7e7e7e;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none
}

.mobile-slide__mail:hover {
    text-decoration: underline;
    color: #fff
}

@media screen and (max-width: 1200px) {
    .mobile-slide__mail {
        font-size: 18px
    }
}

.mobile-slide__address {
    color: #7e7e7e;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

@media screen and (max-width: 1200px) {
    .mobile-slide__address {
        font-size: 18px
    }
}

.footer {
    padding: 80px 0;
    background: radial-gradient(346.84% 165.81% at 50.49% -13.29%, #0f0f0f, #101010 55.5%, #040404)
}

@media screen and (max-width: 1400px) {
    .footer {
        padding: 70px 0
    }
}

@media screen and (max-width: 1100px) {
    .footer {
        padding: 60px 0
    }
}

@media screen and (max-width: 991px) {
    .footer {
        padding-bottom: 50px
    }
}

@media screen and (max-width: 767px) {
    .footer {
        padding-bottom: 40px
    }
}

@media screen and (max-width: 576px) {
    .footer {
        padding-bottom: 32px
    }
}

.footer__inner {
    display: flex;
    align-items: flex-start;
    margin-bottom: 96px
}

@media screen and (max-width: 1400px) {
    .footer__inner {
        margin: 0 auto 80px
    }
}

@media screen and (max-width: 1100px) {
    .footer__inner {
        margin: 0 auto 60px
    }
}

@media screen and (max-width: 991px) {
    .footer__inner {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin: 0 auto 50px
    }
}

@media screen and (max-width: 576px) {
    .footer__inner {
        margin: 0 auto 32px
    }
}

.footer__logo {
    margin-bottom: 60px
}

@media screen and (max-width: 1400px) {
    .footer__logo {
        margin: 0 auto 50px
    }
}

@media screen and (max-width: 991px) {
    .footer__logo {
        margin: 0 auto 40px
    }
}

.footer__line {
    width: 400px;
    height: 1px;
    background-color: #fff9;
    margin-bottom: 40px
}

@media screen and (max-width: 1400px) {
    .footer__line {
        width: 285px
    }
}

@media screen and (max-width: 991px) {
    .footer__line {
        width: 400px
    }
}

@media screen and (max-width: 576px) {
    .footer__line {
        display: none
    }
}

.footer__contacts-link {
    display: block;
    position: relative;
    padding-left: 65px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    color: #fff;
    margin-bottom: 32px
}

@media screen and (max-width: 1400px) {
    .footer__contacts-link {
        font-size: 18px;
        line-height: 22px
    }
}

@media screen and (max-width: 991px) {
    .footer__contacts-link {
        font-size: 20px;
        line-height: 24px
    }

    .footer__contacts-link br:last-child {
        display: none
    }
}

@media screen and (max-width: 576px) {
    .footer__contacts-link {
        padding-left: 45px
    }
}

/* .footer__contacts-link:last-of-type {
    margin-bottom: 0
} */

.footer__contacts-link:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 45px;
    height: 45px;
    background-size: cover
}

@media screen and (max-width: 576px) {
    .footer__contacts-link:before {
        top: 0;
        width: 24px;
        height: 24px;
        background-size: contain !important
    }
}

.footer__contacts-link--phone:before {
    background: url(/build/assets/icon-phone-BFjclzod.svg) center no-repeat
}

.footer__contacts-link--mail:before {
    background: url(/build/assets/icon-mail-CS6jchAk.svg) center no-repeat
}

.footer__contacts-link--geo:before {
    background: url(/build/assets/icon-geo-CQ2vRd95.svg) center no-repeat
}

.footer__content-right {
    display: flex;
    align-items: flex-start;
    column-gap: 50px;
    margin-left: 119px
}

@media screen and (max-width: 1400px) {
    .footer__content-right {
        margin-left: 80px;
        column-gap: 40px
    }
}

@media screen and (max-width: 1200px) {
    .footer__content-right {
        margin-left: 52px;
        column-gap: 30px
    }
}

@media screen and (max-width: 1100px) {
    .footer__content-right {
        margin-left: 40px;
        column-gap: 27px
    }
}

@media screen and (max-width: 991px) {
    .footer__content-right {
        margin-left: 0;
        column-gap: 38px;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 769px) {
    .footer__content-right {
        column-gap: 35px;
        flex-wrap: wrap;
        row-gap: 32px
    }
}

@media screen and (max-width: 576px) {
    .footer__content-right {
        margin-bottom: 35px
    }
}

.footer__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer__list--last {
    margin-bottom: 24px
}

@media screen and (max-width: 767px) {
    .footer__list {
        width: 242px
    }
}

.footer__list-item {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 24px
}

@media screen and (max-width: 1600px) {
    .footer__list-item {
        font-size: 20px
    }
}

@media screen and (max-width: 1400px) {
    .footer__list-item {
        font-size: 18px
    }
}

@media screen and (max-width: 1200px) {
    .footer__list-item {
        font-size: 17px
    }
}

@media screen and (max-width: 1100px) {
    .footer__list-item {
        font-size: 14px
    }
}

@media screen and (max-width: 991px) {
    .footer__list-item {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .footer__list-item {
        font-size: 18px
    }
}

@media screen and (max-width: 576px) {
    .footer__list-item {
        margin-bottom: 16px
    }
}

.footer__list-item:first-of-type {
    margin-bottom: 52px
}

@media screen and (max-width: 991px) {
    .footer__list-item:first-of-type {
        font-size: 22px
    }
}

@media screen and (max-width: 767px) {
    .footer__list-item:first-of-type {
        font-size: 24px
    }
}

@media screen and (max-width: 576px) {
    .footer__list-item:first-of-type {
        margin-bottom: 32px
    }
}

.footer__list-item:last-of-type {
    margin-bottom: 0
}

.footer__list-link {
    text-decoration: none;
    color: #fff;
    transition: all .5s
}

.footer__list-link:hover {
    color: #c0e300
}

@media screen and (max-width: 991px) {
    .footer__list-link br {
        display: none
    }
}

@media screen and (max-width: 576px) {
    .footer__list-link:hover {
        color: #fff
    }
}

.footer__list-link--first {
    color: #c0e300;
    text-transform: uppercase
}

.footer__social-icons {
    display: flex;
    align-items: center;
    column-gap: 24px
}

@media screen and (max-width: 576px) {
    .footer__social-icons {
        column-gap: 16px
    }
}

.footer__line-bottom {
    width: 100%;
    height: 1px;
    background: #fff3;
    margin-bottom: 31px
}

.footer__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 767px) {
    .footer__wrap {
        flex-direction: column;
        align-items: flex-start
    }
}

@media screen and (max-width: 420px) {
    .footer__wrap {
        align-items: center
    }
}

.footer__phone {
    display: flex;
    align-items: center;
    column-gap: 20px;
    color: #7e7e7e;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-decoration: none
}

@media screen and (max-width: 991px) {
    .footer__phone img {
        width: 24px;
        height: 24px
    }
}

@media screen and (max-width: 767px) {
    .footer__phone {
        margin-bottom: 16px
    }
}

.footer__copy {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #7e7e7e
}

@media screen and (max-width: 767px) {
    .footer__copy {
        margin-bottom: 16px
    }
}

.footer__policy {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #7e7e7e
}

@media screen and (max-width: 576px) {
    .footer__social-link img {
        width: 24px
    }
}

.footer__link {
    display: flex;
    align-items: center;
    column-gap: 20px
}

@media screen and (max-width: 1400px) {
    .footer__link {
        column-gap: 15px
    }
}

@media screen and (max-width: 769px) {
    .footer__link {
        margin-bottom: 24px
    }
}

.footer__link-message {
    width: 40px;
    height: 40px
}

.footer__link-message img {
    width: 100%;
    height: 100%
}

@media screen and (max-width: 769px) {
    .footer__link-message {
        width: 24px;
        height: 24px
    }
}

.footer__link-phone {
    color: #7e7e7e;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none
}

.section-title {
    color: #fff;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 128%;
    width: 100%;
    margin: 0;
    padding: 0
}

@media screen and (max-width: 1600px) {
    .section-title {
        font-size: 58px
    }
}

@media screen and (max-width: 1400px) {
    .section-title {
        font-size: 54px
    }
}

@media screen and (max-width: 1200px) {
    .section-title {
        font-size: 50px
    }
}

@media screen and (max-width: 1100px) {
    .section-title {
        font-size: 46px
    }
}

@media screen and (max-width: 991px) {
    .section-title {
        font-size: 42px
    }
}

@media screen and (max-width: 767px) {
    .section-title {
        font-size: 36px
    }
}

@media screen and (max-width: 576px) {
    .section-title {
        font-size: 32px
    }
}

@media screen and (max-width: 340px) {
    .section-title {
        font-size: 30px
    }
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    position: unset;
    width: fit-content !important;
    margin: 0
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    min-width: 10px;
    background: #d9d9d9;
    box-sizing: border-box;
    opacity: .2;
    margin: 0 !important
}

@media screen and (max-width: 769px) {
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        min-width: 8px
    }
}

.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1
}

.form__field--phone:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    width: 31px;
    height: 20px;
    background: url(/build/assets/flag-D5k5GPGz.svg) no-repeat;
    z-index: 2
}

.hero {
    z-index: 2
}

.hero__inner {
    max-width: 771px
}

.hero__inner-general {
    padding-bottom: 110px
}

.hero__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 50px
}

.hero__text span {
    font-weight: 600
}

.hero__img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    height: auto
}

.hero__info {
    display: flex;
    align-items: center;
    column-gap: 34px;
    margin-bottom: 40px
}

.hero__info-item {
    display: flex;
    align-items: center;
    column-gap: 15px;
    color: #fff;
    font-weight: 500
}

.hero__info-item p:first-child {
    font-size: 56px;
    line-height: 57%
}

.hero__info-item p:last-child {
    font-size: 26px;
    line-height: 123%
}

.hero__line {
    background-color: #393939;
    border-bottom: 1px solid #393939;
    max-width: 1745px;
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width: 1400px) {
    .hero__img-general {
        max-width: 362px
    }
}

@media screen and (max-width: 1200px) {
    .hero__inner {
        max-width: 660px
    }

    .hero__inner-general {
        padding-bottom: 70px
    }

    .hero__text {
        font-size: 17px
    }

    .hero__img-general {
        max-width: 360px
    }

    .hero__info-item p:last-child {
        font-size: 23px
    }
}

@media screen and (max-width: 1100px) {
    .hero__inner {
        max-width: 600px
    }

    .hero__inner-general {
        padding-bottom: 35px
    }

    .title {
        margin-bottom: 30px
    }

    .hero__text {
        margin-bottom: 40px
    }

    .hero__img-general {
        max-width: 315px
    }

    .hero__info {
        margin-bottom: 40px
    }

    .hero__info-item p:last-child {
        font-size: 21px
    }

    .hero__info-item p:first-child {
        font-size: 40px
    }
}

@media screen and (max-width: 991px) {
    .hero__img {
        z-index: auto;
        position: relative;
        margin: 0 auto 25px;
        width: 100%;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #393939
    }

    .hero__inner {
        max-width: 100%
    }

    .hero__inner-general {
        padding-bottom: 0
    }

    .hero__info {
        justify-content: center
    }

    .hero__line {
        display: none
    }

    .hero__btn {
        margin: 0 auto
    }

    .hero {
        padding: 40px 0 30px
    }
}

@media screen and (max-width: 769px) {
    .hero__info-item p:last-child {
        font-size: 18px
    }

    .hero__info-item p:first-child {
        font-size: 35px
    }
}

@media screen and (max-width: 576px) {
    .hero__img-general {
        max-width: 230px
    }

    .hero__text {
        text-align: center;
        font-size: 14px;
        margin-bottom: 25px
    }

    .hero__info {
        display: none
    }
}

.form__wrapper {
    width: 780px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    column-gap: 20px
}

@media screen and (max-width: 991px) {
    .form__wrapper {
        width: 100%
    }
}

@media screen and (max-width: 769px) {
    .form__wrapper {
        flex-direction: column
    }
}

.form__field {
    width: 100%;
    display: block;
    position: relative
}

.form__field--phone:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    width: 31px;
    height: 20px;
    background: url(/build/assets/flag-D5k5GPGz.svg) no-repeat;
    z-index: 2
}

@media screen and (max-width: 769px) {
    .form__field {
        margin-bottom: 16px
    }
}

.form__input {
    display: flex;
    align-items: center;
    width: 100%;
    height: 74px;
    border-radius: 100px;
    padding: 25px 30px 25px 61px;
    box-sizing: border-box;
    background-color: transparent;
    border: 5px solid #fff;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative
}

.form__input--color {
    border: 1px solid #C0E300
}

@media screen and (max-width: 1100px) {
    .form__input {
        border: 4px solid #fff;
        height: 60px
    }

    .form__input--color {
        border: 1px solid #C0E300
    }
}

@media screen and (max-width: 576px) {
    .form__input {
        border: 3px solid #fff;
        height: 48px
    }

    .form__input--color {
        border: 1px solid #C0E300
    }
}

.form__input::placeholder {
    font-family: Exo, serif;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.form__input:focus {
    outline: none
}

.form__submit {
    max-width: 380px;
    width: 100%;
    height: 74px;
    background-color: #fff;
    font-weight: 400
}

@media screen and (max-width: 1100px) {
    .form__submit {
        height: 60px
    }
}

@media screen and (max-width: 769px) {
    .form__submit {
        max-width: 100%;
        width: 100%
    }
}

.modal {
    position: fixed;
    z-index: 199;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: auto;
    background: #2d2d2d99;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.modal--active {
    opacity: 1;
    visibility: visible
}

.modal__container {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    box-sizing: border-box
}

@media screen and (max-width: 992px) {
    .modal__container {
        padding: 20px 45px
    }
}

@media screen and (max-width: 769px) {
    .modal__container {
        padding: 15px
    }
}

.modal__wrapper,
.modal-thanks__wrapper {
    max-width: 880px;
    width: 100%;
    margin: auto;
    padding: 60px 0;
    position: relative;
    box-shadow: 0 1px 6px #3f3f3f66;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #191919
}

@media screen and (max-width: 769px) {

    .modal__wrapper,
    .modal-thanks__wrapper {
        max-width: 500px;
        min-height: 300px;
        padding-bottom: 40px
    }
}

@media screen and (max-width: 576px) {

    .modal__wrapper,
    .modal-thanks__wrapper {
        max-width: 400px
    }
}

@media screen and (max-width: 576px) {
    .modal-thanks__wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

.modal__close,
.modal-thanks__close {
    position: absolute;
    top: 16px;
    right: 20px;
    display: flex;
    cursor: pointer
}

@media screen and (max-width: 769px) {

    .modal__close,
    .modal-thanks__close {
        width: 30px;
        height: 30px;
        top: 15px;
        right: 15px
    }
}

.modal-thanks__title,
.modal__title {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
    margin: 0 0 15px
}

@media screen and (max-width: 992px) {

    .modal-thanks__title,
    .modal__title {
        font-size: 34px
    }
}

@media screen and (max-width: 769px) {

    .modal-thanks__title,
    .modal__title {
        font-size: 26px
    }
}

@media screen and (max-width: 576px) {

    .modal-thanks__title,
    .modal__title {
        font-size: 20px
    }
}

.modal-thanks__title {
    width: 654px
}

@media screen and (max-width: 769px) {
    .modal-thanks__title {
        width: 445px
    }
}

@media screen and (max-width: 576px) {
    .modal-thanks__title {
        width: 100%;
        max-width: 445px
    }
}

.modal-thanks__text {
    font-weight: 400;
    color: #c0e300;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 54px
}

@media screen and (max-width: 769px) {
    .modal-thanks__text {
        width: 445px;
        text-align: center;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 576px) {
    .modal-thanks__text {
        width: 100%;
        max-width: 445px;
        font-size: 16px;
        line-height: 22px
    }
}

.modal-thanks__icon {
    margin-bottom: 15px
}

.modal-thanks__descr {
    font-weight: 500;
    color: #c0e300;
    font-size: 32px;
    line-height: 45px;
    margin: 0 0 40px
}

@media screen and (max-width: 769px) {
    .modal-thanks__descr {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 576px) {
    .modal-thanks__descr {
        text-align: center;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 25px
    }
}

.modal-thanks__button {
    width: 433px;
    height: 52px
}

@media screen and (max-width: 576px) {
    .modal-thanks__button {
        width: 100%;
        height: 50px
    }
}

.modal__descr {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 16px
}

@media screen and (max-width: 992px) {
    .modal__descr {
        width: 350px;
        text-align: center;
        margin: 0 auto 16px
    }
}

@media screen and (max-width: 769px) {
    .modal__descr {
        font-size: 16px
    }
}

.modal__form {
    box-sizing: border-box;
    width: 100%
}

.modal__fields {
    width: 614px;
    display: flex;
    margin: 0 auto 24px;
    gap: 16px;
    flex-wrap: wrap
}

@media screen and (max-width: 769px) {
    .modal__fields {
        width: 300px
    }
}

.modal__field {
    width: 299px
}

@media screen and (max-width: 769px) {
    .modal__field {
        margin-bottom: 0
    }
}

.modal__input {
    height: 48px;
    font-weight: 400;
    color: #e6e6e6;
    padding-left: 16px
}

.modal__input::placeholder {
    color: #e6e6e6
}

.modal__input--phone {
    padding-left: 61px
}

.modal__button {
    display: block;
    margin: 0 auto 16px;
    width: 433px;
    height: 52px
}

@media screen and (max-width: 769px) {
    .modal__button {
        width: 300px
    }
}

.top {
    padding-top: 0
}

.top__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 22px;
    transition: .7s all
}

.top .none {
    display: block
}

@media screen and (max-width: 769px) {
    .top .none {
        display: none
    }
}

.top__item {
    width: 32%;
    min-height: 280px;
    background: #c0e300;
    position: relative;
    transition: .3s all;
    text-decoration: none;
    overflow: hidden
}

.top__item:hover .top-item__wrapper {
    transform: translate(-4px, -4px)
}

.top-item {
    height: 100%;
    width: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.top-item__wrapper {
    position: relative;
    z-index: 2;
    padding: 45px 30px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #000;
    transition: .2s
}

.top-item__wrapper img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
    transition: .3s;
    height: 100%;
    width: 100%
}

.top-item__wrapper:before {
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    content: "";
    background-color: #0000004d;
    position: absolute;
    left: 0;
    top: 0
}

.top-item__wrapper p {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: normal
}

.top__button {
    display: none;
    background: transparent;
    border: 1px solid rgb(192, 227, 0);
    margin: 0 auto;
    color: #c0e300
}

@media screen and (max-width: 769px) {
    .top__button {
        display: block
    }
}

@media screen and (max-width: 1600px) {
    .top__item {
        min-height: 260px
    }
}

@media screen and (max-width: 1400px) {
    .top__item {
        min-height: 230px
    }
}

@media screen and (max-width: 1200px) {
    .top__item {
        min-height: 210px;
        width: 31%
    }

    .top-item__wrapper p {
        font-size: 28px
    }
}

@media screen and (max-width: 1100px) {
    .top-item__wrapper p {
        font-size: 25px
    }

    .top__item {
        min-height: 175px
    }
}

@media screen and (max-width: 991px) {
    .top-item__wrapper {
        padding: 60px 20px
    }

    .top__item {
        min-height: 200px;
        width: 48%
    }

    .top {
        padding: 40px 0
    }
}

@media screen and (max-width: 769px) {
    .top__item {
        width: 425px
    }

    .top__items {
        justify-content: center;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 576px) {
    .top .container {
        padding: 0
    }

    .top__item {
        height: auto;
        width: 100%;
        max-width: 425px
    }
}

.cases__title {
    margin-bottom: 80px
}

@media screen and (max-width: 1025px) {
    .cases__title {
        margin-bottom: 60px;
        padding: 0 30px;
        box-sizing: border-box
    }
}

@media screen and (max-width: 769px) {
    .cases__title {
        margin-bottom: 30px
    }
}

.cases__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 8px
}

@media screen and (max-width: 1025px) {
    .cases__items {
        grid-gap: 5px;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 769px) {
    .cases__items {
        display: flex;
        flex-direction: column;
        grid-gap: 0;
        row-gap: 10px;
        margin-bottom: 24px
    }
}

.cases__item {
    width: 100%;
    display: flex;
    height: 33.33vw;
    max-height: 485px
}

@media screen and (max-width: 769px) {
    .cases__item {
        height: calc(100vw - 60px);
        max-height: 400px
    }
}

.cases__item.col-1 {
    grid-column: span 1
}

.cases__item.col-2 {
    grid-column: span 2
}

.cases__link {
    position: relative;
    display: block;
    width: 245px;
    height: 48px;
    box-sizing: border-box;
    padding: 13px 60px 13px 30px;
    border: 1px solid #C0E300;
    border-radius: 100px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #c0e300;
    margin-left: auto;
    margin-bottom: 24px
}

.cases__link:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    background: url(/build/assets/arrow-link-Cx8GTQOQ.svg) center no-repeat
}

.cases__link,
.cases__link-mobile {
    position: relative;
    width: 245px;
    height: 48px;
    box-sizing: border-box;
    padding: 13px 60px 13px 30px;
    border: 1px solid #C0E300;
    border-radius: 100px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #c0e300;
    margin-left: auto;
    margin-bottom: 24px
}

.cases__link:before,
.cases__link-mobile:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    background: url(/build/assets/arrow-link-Cx8GTQOQ.svg) center no-repeat
}

.cases__link {
    display: block;
    width: 245px;
    height: 48px
}

@media screen and (max-width: 769px) {
    .cases__link {
        display: none
    }
}

.cases__link-mobile {
    display: none;
    width: 245px;
    height: 48px
}

@media screen and (max-width: 769px) {
    .cases__link-mobile {
        display: block;
        margin: 0 auto
    }
}

.cases-item {
    position: relative;
    width: 100%;
    text-decoration: none;
    box-sizing: border-box;
    padding: 48px 40px 40px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: .2s
}

@media screen and (max-width: 1600px) {
    .cases-item {
        padding: 32px 25px
    }
}

@media screen and (max-width: 1400px) {
    .cases-item {
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 23px
    }
}

@media screen and (max-width: 1200px) {
    .cases-item {
        padding: 20px 20px 15px
    }
}

@media screen and (max-width: 991px) {
    .cases-item {
        padding: 15px
    }
}

@media screen and (max-width: 769px) {
    .cases-item {
        padding: 27px 16px
    }
}

.cases-item--purple {
    background: linear-gradient(180deg, #5495fb, #0056ec)
}

.cases-item--red {
    background: #fff;
    padding-top: 27px
}

@media screen and (max-width: 1200px) {
    .cases-item--red {
        padding-top: 20px
    }
}

@media screen and (max-width: 769px) {
    .cases-item--red {
        padding-top: 24px
    }
}

.cases-item--transparent {
    background: linear-gradient(180deg, #fff, #e3e3e3)
}

.cases-item--blue {
    background: linear-gradient(180deg, #1b2128, #000)
}

.cases-item--brown {
    background: radial-gradient(65.39% 72.31% at 115.39% 50.1%, #400626, #000)
}

.cases-item:hover {
    padding-bottom: 40px
}

@media screen and (max-width: 1600px) {
    .cases-item:hover {
        padding-bottom: 25px
    }
}

@media screen and (max-width: 1200px) {
    .cases-item:hover {
        padding-bottom: 15px
    }
}

@media screen and (max-width: 1100px) {
    .cases-item:hover {
        padding-bottom: 10px
    }
}

.cases-item:hover .cases-item__img {
    transform: scale(1.05)
}

.cases-item__img {
    position: absolute;
    top: 60px;
    right: 130px;
    transition: .3s;
    z-index: 1
}

@media screen and (max-width: 1400px) {
    .cases-item__img {
        max-width: 70%;
        top: 5px;
        right: 55px
    }
}

@media screen and (max-width: 1200px) {
    .cases-item__img {
        top: -15px;
        right: 30px
    }
}

@media screen and (max-width: 576px) {
    .cases-item__img {
        max-width: 61%
    }
}

@media screen and (max-width: 1200px) {
    .cases-item__img--1 {
        top: 20px
    }

    .cases-item__img--1 img {
        width: 180px
    }
}

@media screen and (max-width: 991px) {
    .cases-item__img--1 img {
        width: 135px
    }
}

@media screen and (max-width: 769px) {
    .cases-item__img--1 {
        top: auto;
        bottom: 25px
    }

    .cases-item__img--1 img {
        width: 106px
    }
}

.cases-item__img--2 {
    right: 0;
    top: auto;
    bottom: -5px
}

.cases-item__img--3 {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

@media screen and (max-width: 1600px) {
    .cases-item__img--3 {
        bottom: -40px;
        height: 100%
    }

    .cases-item__img--3 img {
        height: 100%
    }
}

@media screen and (max-width: 1400px) {
    .cases-item__img--3 {
        max-width: 100%
    }
}

.cases-item__img--4 {
    top: auto;
    right: 0;
    bottom: -10px
}

.cases-item__img--5 {
    top: auto;
    right: 0;
    bottom: 67px
}

@media screen and (max-width: 1100px) {
    .cases-item__img--5 {
        bottom: 40px
    }
}

.cases-item__img img {
    max-width: 100%
}

@media screen and (max-width: 769px) {
    .cases-item__img img {
        object-position: right center
    }
}

.cases-item__title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%
}

@media screen and (max-width: 1600px) {
    .cases-item__title {
        font-size: 26px
    }
}

@media screen and (max-width: 1400px) {
    .cases-item__title {
        font-size: 24px
    }
}

@media screen and (max-width: 1200px) {
    .cases-item__title {
        font-size: 22px
    }
}

@media screen and (max-width: 1100px) {
    .cases-item__title {
        font-size: 17px
    }
}

@media screen and (max-width: 991px) {
    .cases-item__title {
        font-size: 15px
    }
}

@media screen and (max-width: 769px) {
    .cases-item__title {
        font-size: 20px
    }
}

.cases-item__title--dark {
    color: #191919;
    font-weight: 600;
    line-height: 100%
}

.cases-item__title--color {
    font-size: 24px;
    line-height: 125%;
    color: #191919;
    font-weight: 600
}

.cases-item__title--color span {
    color: #007aff
}

@media screen and (max-width: 1600px) {
    .cases-item__title--color {
        font-size: 22px
    }
}

@media screen and (max-width: 1400px) {
    .cases-item__title--color {
        font-size: 20px
    }
}

@media screen and (max-width: 1200px) {
    .cases-item__title--color {
        font-size: 18px
    }
}

@media screen and (max-width: 1100px) {
    .cases-item__title--color {
        font-size: 16px
    }
}

@media screen and (max-width: 992px) {
    .cases-item__title--color {
        font-size: 15px
    }
}

@media screen and (max-width: 769px) {
    .cases-item__title--color {
        font-size: 20px
    }
}

.cases-item__subtitle {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 166%;
    margin-top: auto;
    margin-bottom: 0
}

@media screen and (max-width: 1600px) {
    .cases-item__subtitle {
        font-size: 22px
    }
}

@media screen and (max-width: 1100px) {
    .cases-item__subtitle {
        font-size: 18px;
        line-height: 100%
    }
}

@media screen and (max-width: 991px) {
    .cases-item__subtitle {
        font-size: 16px
    }

    .cases-item__subtitle img {
        width: 110px
    }
}

@media screen and (max-width: 769px) {
    .cases-item__subtitle {
        font-size: 18px
    }

    .cases-item__subtitle img {
        width: 120px
    }
}

.form-main__inner {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 80px 0 120px
}

.form-main__title {
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #fff;
    text-align: center
}

.form-main__title-circle {
    display: none
}

.form-main__descr {
    text-align: center;
    font-size: 21px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 32px
}

@media screen and (max-width: 1200px) {
    .form-main__inner {
        padding: 70px 0 100px
    }
}

@media screen and (max-width: 1100px) {
    .form-main__title {
        font-size: 32px
    }
}

@media screen and (max-width: 991px) {
    .form-main__inner {
        padding: 50px 0 80px
    }

    .form-main__title {
        font-size: 28px
    }

    .form-main__descr {
        font-size: 18px
    }
}

@media screen and (max-width: 769px) {
    .form-main__title {
        font-size: 24px
    }
}

@media screen and (max-width: 576px) {
    .form-main__inner {
        padding: 35px 0
    }

    .form-main__title {
        padding-top: 35px;
        font-size: 18px;
        position: relative
    }

    .form-main__title br {
        display: none
    }

    .form-main__title-circle {
        display: inline-block
    }

    .form-main__descr {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.why__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px
}

.why__inner--center {
    align-items: center;
    margin-bottom: 0
}

@media screen and (max-width: 1400px) {
    .why__inner--center {
        margin-bottom: 0
    }
}

@media screen and (max-width: 1200px) {
    .why__inner {
        margin-bottom: 80px
    }

    .why__inner--center {
        margin-bottom: 0
    }
}

@media screen and (max-width: 991px) {
    .why__inner {
        flex-direction: column
    }

    .why__inner--center {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 0
    }
}

@media screen and (max-width: 769px) {
    .why__inner {
        margin-bottom: 60px
    }

    .why__inner--center {
        flex-direction: column;
        align-items: center
    }
}

.why__descr {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    max-width: 708px
}

.why__descr span {
    color: #c0e300;
    font-weight: 600
}

.why__descr:last-of-type {
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    .why__descr:last-of-type {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 576px) {
    .why__descr:last-of-type {
        margin-bottom: 32px
    }
}

.why__descr--page {
    max-width: 1034px
}

@media screen and (max-width: 1600px) {
    .why__descr--page {
        max-width: 920px
    }
}

@media screen and (max-width: 1400px) {
    .why__descr {
        max-width: 600px;
        font-size: 20px;
        line-height: 28px
    }

    .why__descr--page {
        max-width: 734px
    }
}

@media screen and (max-width: 1200px) {
    .why__descr {
        max-width: 570px;
        font-size: 18px;
        line-height: 26px
    }

    .why__descr--page {
        max-width: 634px
    }
}

@media screen and (max-width: 1100px) {
    .why__descr {
        max-width: 530px;
        font-size: 17px;
        line-height: 25px
    }

    .why__descr--page {
        max-width: 575px
    }
}

@media screen and (max-width: 991px) {
    .why__descr {
        max-width: 708px;
        font-size: 22px;
        line-height: 30px
    }

    .why__descr--page {
        max-width: 523px
    }

    .why__descr--page:last-of-type {
        margin-bottom: 0
    }
}

@media screen and (max-width: 769px) {
    .why__descr {
        font-size: 20px;
        line-height: 28px
    }
}

@media screen and (max-width: 576px) {
    .why__descr {
        font-size: 18px;
        line-height: 25px
    }
}

.why__image-block {
    position: relative
}

@media screen and (max-width: 1600px) {
    .why__image-block img {
        width: 620px
    }
}

@media screen and (max-width: 1400px) {
    .why__image-block img {
        width: 510px
    }
}

@media screen and (max-width: 1200px) {
    .why__image-block img {
        width: 465px
    }
}

@media screen and (max-width: 1100px) {
    .why__image-block img {
        width: 385px
    }
}

@media screen and (max-width: 991px) {
    .why__image-block img {
        width: 510px
    }
}

@media screen and (max-width: 576px) {
    .why__image-block img {
        width: 327px
    }
}

.why__rectangle {
    position: absolute;
    background: #c0e300;
    width: 343px;
    height: 150px;
    right: -30px;
    bottom: -63px
}

@media screen and (max-width: 1600px) {
    .why__rectangle {
        right: -13px;
        height: 145px
    }
}

@media screen and (max-width: 1400px) {
    .why__rectangle {
        bottom: -35px;
        height: 125px
    }
}

@media screen and (max-width: 1200px) {
    .why__rectangle {
        height: 100px
    }
}

@media screen and (max-width: 1100px) {
    .why__rectangle {
        width: 290px;
        height: 90px
    }
}

@media screen and (max-width: 991px) {
    .why__rectangle {
        width: 343px;
        height: 100px
    }
}

@media screen and (max-width: 576px) {
    .why__rectangle {
        width: 160px;
        height: 70px
    }
}

.why__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 478px;
    height: 57px;
    border: 1px solid #C0E300;
    color: #c0e300;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 auto;
    border-radius: 100px;
    text-decoration: none
}

@media screen and (max-width: 1100px) {
    .why__link {
        height: 55px
    }
}

@media screen and (max-width: 576px) {
    .why__link {
        width: 299px;
        height: 50px
    }
}

.why__circles {
    position: absolute;
    display: flex;
    align-items: center;
    column-gap: 10px;
    right: 40px;
    top: -20px
}

.why__circles span {
    background: #c0e300;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

@media screen and (max-width: 576px) {
    .why__circles span {
        width: 20px;
        height: 20px
    }
}

@media screen and (max-width: 1400px) {
    .why__circles {
        right: 25px
    }
}

@media screen and (max-width: 1200px) {
    .why__circles {
        right: 20px
    }
}

@media screen and (max-width: 576px) {
    .why__circles {
        top: -10px;
        right: 30px
    }
}

.why__image {
    margin-left: 80px
}

.why__image--marketing {
    margin-left: 0
}

@media screen and (max-width: 1600px) {
    .why__image--marketing {
        width: 410px
    }
}

.why__image--design,
.why__image--consulting {
    margin-left: 0
}

@media screen and (max-width: 1600px) {
    .why__image--consulting {
        width: 400px
    }
}

.why__image--bfl,
.why__image--call {
    margin-left: 0
}

@media screen and (max-width: 1600px) {
    .why__image--call {
        width: 400px
    }
}

.why__image--sale {
    margin-left: 0
}

@media screen and (max-width: 1600px) {
    .why__image--sale {
        width: 400px
    }
}

@media screen and (max-width: 1400px) {
    .why__image {
        margin-left: 40px
    }

    .why__image--marketing {
        margin-left: 0;
        width: 380px
    }

    .why__image--design,
    .why__image--consulting {
        width: 380px;
        margin-left: 0
    }

    .why__image--bfl {
        width: 335px;
        margin-left: 0
    }

    .why__image--call,
    .why__image--sale {
        width: 380px;
        margin-left: 0
    }
}

@media screen and (max-width: 1100px) {

    .why__image--marketing,
    .why__image--design,
    .why__image--consulting {
        width: 350px
    }

    .why__image--bfl {
        width: 270px
    }

    .why__image--call,
    .why__image--sale {
        width: 320px
    }
}

@media screen and (max-width: 1100px) {
    .why__image {
        margin-left: 0
    }
}

@media screen and (max-width: 991px) {
    .why__image {
        width: 170px
    }
}

@media screen and (max-width: 769px) {
    .why__image {
        margin-bottom: 28px
    }

    .why__image--marketing {
        width: 255px
    }

    .why__image--design {
        width: 235px;
        margin-bottom: 0
    }

    .why__image--consulting {
        width: 209px
    }

    .why__image--bfl {
        width: 202px
    }

    .why__image--call {
        width: 234px;
        margin-bottom: 0
    }

    .why__image--sale {
        width: 276px
    }
}

@media screen and (max-width: 576px) {
    .why__image {
        width: 139px
    }

    .why__image--marketing {
        width: 235px
    }

    .why__image--design {
        width: 235px;
        margin-bottom: 0
    }

    .why__image--consulting {
        width: 209px
    }

    .why__image--bfl {
        width: 202px
    }

    .why__image--call {
        width: 234px
    }

    .why__image--sale {
        width: 276px
    }
}

.methodology {
    padding-top: 80px;
    padding-bottom: 120px
}

@media screen and (max-width: 1400px) {
    .methodology {
        padding-top: 70px;
        padding-bottom: 100px
    }
}

@media screen and (max-width: 1200px) {
    .methodology {
        padding-bottom: 90px
    }
}

@media screen and (max-width: 1100px) {
    .methodology {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media screen and (max-width: 991px) {
    .methodology {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media screen and (max-width: 576px) {
    .methodology {
        padding-top: 32px;
        padding-bottom: 52px
    }
}

.methodology__title--color {
    color: #c0e300
}

.methodology__cont {
    width: 100%;
    max-width: 100%
}

.methodology__container {
    position: relative;
    height: 600px;
    padding-right: 630px
}

@media screen and (max-width: 1100px) {
    .methodology__container {
        height: 486px;
        padding-right: 360px
    }
}

.methodology .swiper-scrollbar {
    max-width: 888px;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%);
    background: #88888e66
}

@media screen and (max-width: 1100px) {
    .methodology .swiper-scrollbar {
        bottom: 20px
    }
}

@media screen and (max-width: 576px) {
    .methodology .swiper-scrollbar {
        max-width: 400px
    }
}

.methodology .swiper-scrollbar-drag {
    max-width: 369px;
    background: #6a6a73
}

.methodology__items {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    column-gap: 16px;
    padding-left: 150px
}

.methodology__items:before {
    content: "";
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    width: 3373px;
    height: 408px;
    left: -34px;
    background: url(/build/assets/bg-Box4ubRx.png) center no-repeat
}

@media screen and (max-width: 1100px) {
    .methodology__items:before {
        top: 49%;
        width: 2690px;
        height: 338px;
        background: url(/build/assets/bg-mobile-CPoi6a6y.png) center no-repeat;
        left: -72px
    }
}

@media screen and (max-width: 1100px) {
    .methodology__items {
        padding-left: 20px;
        column-gap: 8px
    }
}

.methodology__item-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.methodology__item {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 320px;
    height: 200px;
    background: #2c2c2cbf;
    padding: 0 23px
}

.methodology__item--2,
.methodology__item--10 {
    transform: translateY(400px) !important
}

.methodology__item--1,
.methodology__item--3,
.methodology__item--5,
.methodology__item--6,
.methodology__item--8,
.methodology__item--9,
.methodology__item--11 {
    transform: translateY(200px) !important
}

.methodology__item--5,
.methodology__item--11 {
    background: #c0e300
}

.methodology__item--11 .methodology__item-title,
.methodology__item--11 .methodology__item-descr {
    color: #000
}

@media screen and (max-width: 1100px) {
    .methodology__item {
        justify-content: flex-start;
        width: 265px;
        height: 162px;
        padding: 16px 16px 0
    }

    .methodology__item--2,
    .methodology__item--10 {
        transform: translateY(324px) !important
    }

    .methodology__item--1,
    .methodology__item--3,
    .methodology__item--5,
    .methodology__item--6,
    .methodology__item--8,
    .methodology__item--9,
    .methodology__item--11 {
        transform: translateY(162px) !important
    }

    .methodology__item--1 {
        position: relative
    }

    .methodology__item--1:before {
        content: "";
        position: absolute;
        top: -160px;
        right: -25px;
        width: 192px;
        height: 125px;
        background: url(/build/assets/arrow-BcGTw1sw.svg) center no-repeat
    }
}

.methodology__item-bg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    filter: opacity(.1)
}

.methodology__item-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    max-width: 250px;
}

@media screen and (max-width: 1100px) {
    .methodology__item-text {
        font-size: 14px;
        line-height: 17px;
        margin: 0
    }
}

.methodology__item-button {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    bottom: 16px;
    right: 16px;
    width: 145px;
    height: 30px;
    border-radius: 100px;
    background-color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: #121215
}

@media screen and (max-width: 1100px) {
    .methodology__item-button {
        bottom: 13px;
        right: auto;
        left: 50%;
        transform: translate(-50%)
    }
}

.methodology__item-title {
    margin: 0 0 16px;
    font-weight: 500;
    font-size: 31px;
    line-height: 37px;
    color: #fff
}

@media screen and (max-width: 1100px) {
    .methodology__item-title {
        font-size: 27px;
        line-height: 33px;
        margin-bottom: 10px
    }
}

.methodology__item-descr {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #818181
}

.methodology__item-descr br:first-child {
    display: none
}

.blog {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.blog__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px
}

@media screen and (max-width: 1400px) {
    .blog__inner {
        margin-bottom: 55px
    }
}

@media screen and (max-width: 1100px) {
    .blog__inner {
        margin-bottom: 50px
    }
}

@media screen and (max-width: 991px) {
    .blog__inner {
        margin-bottom: 45px
    }
}

@media screen and (max-width: 769px) {
    .blog__inner {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 576px) {
    .blog__inner {
        margin-bottom: 35px
    }
}

.blog__inner .title {
    margin-bottom: 0
}

.blog__link {
    position: relative;
    padding: 13px 50px 13px 30px;
    border: 1px solid #C0E300;
    border-radius: 100px;
    width: 229px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #c0e300
}

.blog__link:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    background: url(/build/assets/arrow-link-Cx8GTQOQ.svg) center no-repeat
}

@media screen and (max-width: 769px) {
    .blog__link {
        display: none
    }
}

.blog__link-mobile {
    display: none
}

@media screen and (max-width: 769px) {
    .blog__link-mobile {
        position: relative;
        display: inline-block;
        padding: 13px 113px 13px 79px;
        border: 1px solid #C0E300;
        border-radius: 100px;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        text-decoration: none;
        color: #c0e300;
        margin: 0 auto
    }

    .blog__link-mobile:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        top: 50%;
        transform: translateY(-50%);
        right: 79px;
        background: url(/build/assets/arrow-link-Cx8GTQOQ.svg) center no-repeat
    }
}

@media screen and (max-width: 576px) {
    .blog__link-mobile {
        padding: 13px 100px 13px 70px
    }

    .blog__link-mobile:before {
        right: 65px
    }
}

.blog__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media screen and (max-width: 991px) {
    .blog__wrapper {
        flex-direction: column
    }
}

@media screen and (max-width: 991px) {
    .blog__blocks {
        margin: 0 auto 40px
    }
}

@media screen and (max-width: 576px) {
    .blog__blocks {
        width: 100%;
        margin: 0 auto 32px
    }
}

.blog__block {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 40px 20px;
    width: 693px;
    height: 299px;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 8px;
    overflow: hidden
}

.blog__block:last-of-type {
    margin-bottom: 0
}

.blog__block:hover .blog__block-image {
    transform: scale(1.05)
}

.blog__block--blue {
    background: #000
}

.blog__block--gray {
    background: radial-gradient(605.22% 228.52% at 50.49% -13.29%, #000, #2f3220 55.5%, #040404)
}

@media screen and (max-width: 1600px) {
    .blog__block {
        max-width: 630px
    }
}

@media screen and (max-width: 1400px) {
    .blog__block {
        max-width: 540px
    }
}

@media screen and (max-width: 1200px) {
    .blog__block {
        max-width: 510px
    }
}

@media screen and (max-width: 1100px) {
    .blog__block {
        max-width: 460px
    }
}

@media screen and (max-width: 991px) {
    .blog__block {
        max-width: 630px
    }
}

@media screen and (max-width: 769px) {
    .blog__block {
        max-width: 520px
    }
}

@media screen and (max-width: 576px) {
    .blog__block {
        padding: 16px;
        max-width: 100%
    }
}

.blog__block-image {
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s;
    z-index: -1
}

.blog__block-image--2 {
    right: 20px
}

@media screen and (max-width: 1400px) {
    .blog__block-image--2 {
        width: 220px
    }
}

@media screen and (max-width: 1200px) {
    .blog__block-image--2 {
        width: 180px
    }
}

@media screen and (max-width: 1100px) {
    .blog__block-image--2 {
        width: 190px
    }
}

@media screen and (max-width: 992px) {
    .blog__block-image--2 {
        width: 240px
    }
}

@media screen and (max-width: 769px) {
    .blog__block-image--2 {
        width: 230px
    }
}

@media screen and (max-width: 576px) {
    .blog__block-image--2 {
        width: 43%;
        right: 10px
    }
}

.blog__block-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #fff
}

@media screen and (max-width: 1400px) {
    .blog__block-title {
        font-size: 30px;
        line-height: 38px
    }
}

@media screen and (max-width: 1200px) {
    .blog__block-title {
        font-size: 28px;
        line-height: 36px
    }
}

@media screen and (max-width: 1100px) {
    .blog__block-title {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width: 769px) {
    .blog__block-title {
        font-size: 22px;
        line-height: 30px
    }
}

@media screen and (max-width: 576px) {
    .blog__block-title {
        font-size: 18px;
        line-height: 26px
    }
}

.blog__block-subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #c0e300
}

.blog__block-subtitle span {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #c0e30080;
    margin-left: 8px
}

@media screen and (max-width: 576px) {
    .blog__block-subtitle {
        font-size: 18px
    }
}

.blog__items {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    max-width: 760px;
    width: 100%
}

@media screen and (max-width: 1600px) {
    .blog__items {
        max-width: 700px
    }
}

@media screen and (max-width: 1400px) {
    .blog__items {
        max-width: 575px
    }
}

@media screen and (max-width: 1200px) {
    .blog__items {
        max-width: 520px
    }
}

@media screen and (max-width: 1100px) {
    .blog__items {
        max-width: 465px
    }
}

@media screen and (max-width: 991px) {
    .blog__items {
        max-width: 630px;
        margin: 0 auto
    }
}

@media screen and (max-width: 767px) {
    .blog__items {
        margin: 0 auto 30px
    }
}

@media screen and (max-width: 576px) {
    .blog__items {
        row-gap: 16px;
        margin: 0 auto 24px
    }
}

.blog-item {
    background: #090909bf;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-right: 20px
}

@media screen and (max-width: 767px) {
    .blog-item {
        padding-right: 14px
    }
}

.blog-item__top {
    display: flex;
    position: relative;
    column-gap: 5px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.blog-item__top.active .blog-item__icon {
    transform: rotate(180deg)
}

.blog-item__title {
    color: #c0e300;
    font-weight: 400;
    font-size: 21px;
    padding: 16px 20px
}

@media screen and (max-width: 1100px) {
    .blog-item__title {
        font-size: 18px
    }
}

.blog-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

.blog-item__icon img,
.blog-item__icon svg {
    transition: .2s
}

.blog-item__bottom {
    max-height: 0;
    overflow: hidden;
    transition: .2s
}

.blog-item__text {
    color: #fff;
    font-family: Exo, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box
}

@media screen and (max-width: 1441px) {
    .blog-item__text {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .blog-item__text {
        font-size: 16px;
        padding: 10px 31px 22px 14px
    }
}

.blog-item__date {
    display: block;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 16px;
    padding-left: 27px;
    position: relative
}

.blog-item__date:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/build/assets/icon-date-C-YjaivE.svg) center no-repeat
}

.form-last {
    position: relative;
    padding-top: 80px;
    padding-bottom: 120px;
    background: #c0e300;
    z-index: 3 !important
}

.form-last:before {
    content: "";
    position: absolute;
    width: 345px;
    height: 390px;
    top: 20px;
    left: 100px;
    background: url(/build/assets/bg-left-DokXnIRq.png) center no-repeat
}

@media screen and (max-width: 1700px) {
    .form-last:before {
        width: 300px;
        height: 345px;
        background-size: contain;
        left: 70px
    }
}

@media screen and (max-width: 1600px) {
    .form-last:before {
        width: 260px;
        height: 305px;
        left: 20px;
        background-size: contain
    }
}

@media screen and (max-width: 1400px) {
    .form-last:before {
        top: 40px;
        width: 200px;
        height: 245px
    }
}

@media screen and (max-width: 1200px) {
    .form-last:before {
        display: none
    }
}

.form-last:after {
    content: "";
    position: absolute;
    width: 362px;
    height: 348px;
    top: 20px;
    right: 79px;
    background: url(/build/assets/bg-right-qENMrtFY.png) center no-repeat
}

@media screen and (max-width: 1700px) {
    .form-last:after {
        width: 318px;
        height: 303px;
        background-size: contain;
        right: 50px
    }
}

@media screen and (max-width: 1600px) {
    .form-last:after {
        width: 258px;
        height: 243px;
        background-size: contain;
        right: 20px
    }
}

@media screen and (max-width: 1400px) {
    .form-last:after {
        top: 40px;
        width: 198px;
        height: 183px
    }
}

@media screen and (max-width: 1200px) {
    .form-last:after {
        display: none
    }
}

@media screen and (max-width: 1400px) {
    .form-last {
        padding-top: 70px;
        padding-bottom: 100px
    }
}

@media screen and (max-width: 1200px) {
    .form-last {
        padding-bottom: 90px
    }
}

@media screen and (max-width: 1100px) {
    .form-last {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media screen and (max-width: 991px) {
    .form-last {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media screen and (max-width: 576px) {
    .form-last {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

.form-last__title {
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    text-align: center
}

@media screen and (max-width: 1100px) {
    .form-last__title {
        font-size: 32px;
        line-height: 42px
    }
}

@media screen and (max-width: 991px) {
    .form-last__title {
        font-size: 28px;
        line-height: 36px
    }
}

@media screen and (max-width: 767px) {
    .form-last__title {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width: 576px) {
    .form-last__title {
        font-size: 18px;
        line-height: 24px
    }

    .form-last__title br {
        display: none
    }
}

.form-last__title-circles {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 6px;
    margin-bottom: 7px;
    display: none
}

.form-last__title-circles span {
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%
}

@media screen and (max-width: 576px) {
    .form-last__title-circles {
        display: flex
    }
}

.form-last__descr {
    text-align: center;
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    color: #fff;
    margin: 0 0 32px
}

@media screen and (max-width: 991px) {
    .form-last__descr {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (max-width: 576px) {
    .form-last__descr {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px
    }
}

.faq {
    padding: 80px 0
}

@media screen and (max-width: 1400px) {
    .faq {
        padding: 70px 0
    }
}

@media screen and (max-width: 1100px) {
    .faq {
        padding: 60px 0
    }
}

@media screen and (max-width: 991px) {
    .faq {
        padding: 50px 0
    }
}

@media screen and (max-width: 576px) {
    .faq {
        padding: 32px 0
    }
}

.faq__title {
    width: max-content;
    position: relative;
    text-align: center;
    margin: 0 auto 80px
}

@media screen and (max-width: 1400px) {
    .faq__title {
        margin: 0 auto 70px
    }
}

@media screen and (max-width: 1200px) {
    .faq__title {
        margin: 0 auto 60px
    }
}

@media screen and (max-width: 1100px) {
    .faq__title {
        margin: 0 auto 50px
    }
}

@media screen and (max-width: 767px) {
    .faq__title {
        transform: translate(20px)
    }
}

@media screen and (max-width: 576px) {
    .faq__title {
        width: 284px;
        margin: 0 auto 40px;
        transform: none;
        text-align: left
    }
}

.faq__title-circles {
    position: absolute;
    display: flex;
    align-items: center;
    column-gap: 10px;
    left: -114px;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width: 991px) {
    .faq__title-circles {
        left: -70px
    }
}

@media screen and (max-width: 767px) {
    .faq__title-circles {
        left: -60px
    }
}

@media screen and (max-width: 576px) {
    .faq__title-circles {
        left: auto;
        top: 64px;
        right: 90px;
        width: 50px;
        height: 20px
    }
}

.faq__title-circles span {
    background: #c0e300;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

@media screen and (max-width: 991px) {
    .faq__title-circles span {
        width: 20px;
        height: 20px
    }
}

.faq__items {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    max-width: 1096px;
    width: 100%;
    margin: 0 auto
}

.faq-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.faq-item__top {
    display: flex;
    position: relative;
    column-gap: 40px;
    align-items: center;
    cursor: pointer
}

.faq-item__top.active .faq-item__icon svg,
.faq-item__top.active .faq-item__icon img {
    transform: rotate(180deg)
}

.faq-item__top.active .faq-item__icon-vert {
    transform: rotate(90deg)
}

@media screen and (max-width: 991px) {
    .faq-item__top {
        column-gap: 30px
    }
}

@media screen and (max-width: 767px) {
    .faq-item__top {
        column-gap: 10px
    }
}

.faq-item__title {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    padding: 40px 0
}

@media screen and (max-width: 1400px) {
    .faq-item__title {
        font-size: 24px;
        line-height: 30px
    }
}

@media screen and (max-width: 991px) {
    .faq-item__title {
        font-size: 20px;
        line-height: 28px
    }
}

@media screen and (max-width: 767px) {
    .faq-item__title {
        padding: 32px 0
    }
}

@media screen and (max-width: 576px) {
    .faq-item__title {
        font-size: 18px;
        line-height: 26px
    }
}

.faq-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: relative
}

@media screen and (max-width: 767px) {
    .faq-item__icon {
        width: 24px;
        height: 24px
    }
}

.faq-item__icon img,
.faq-item__icon svg {
    transition: .2s
}

.faq-item__icon-hor {
    width: 32px;
    height: 4px;
    background-color: #c0e300;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width: 767px) {
    .faq-item__icon-hor {
        width: 19px;
        height: 3px
    }
}

.faq-item__icon-vert {
    width: 4px;
    height: 32px;
    background-color: #c0e300;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    transition: .3-s
}

@media screen and (max-width: 767px) {
    .faq-item__icon-vert {
        width: 3px;
        height: 19px
    }
}

.faq-item__bottom {
    max-height: 0;
    overflow: hidden;
    transition: .2s
}

.faq-item__text {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 40px;
    padding-left: 84px;
    padding-right: 68px
}

.faq-item__text--color {
    padding: 0;
    color: #c0e300
}

@media screen and (max-width: 1100px) {
    .faq-item__text {
        font-size: 20px;
        line-height: 30px
    }
}

@media screen and (max-width: 991px) {
    .faq-item__text {
        padding-left: 50px
    }
}

@media screen and (max-width: 767px) {
    .faq-item__text {
        font-size: 18px;
        line-height: 26px;
        padding: 0 0 32px
    }
}

.run__text {
    font-size: 22px;
    line-height: 130%;
    font-weight: 400;
    color: #6b6b6b;
    max-width: 901px;
    margin: 0 auto 40px;
    padding-bottom: 40px;
    text-align: center;
    position: relative
}

.run__text:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    height: 1px;
    width: 80%;
    content: "";
    display: block;
    background-color: #6b6b6b
}

.run__slide {
    overflow: hidden
}

.run__slide-item {
    display: flex;
    justify-content: center;
    height: unset !important;
    text-align: center
}

.run__slide-item:hover svg path {
    fill: #c0e300
}

.run__slide-item svg {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: .2s;
    cursor: pointer
}

@media screen and (max-width: 991px) {
    .run {
        padding: 30px 0
    }
}

@media screen and (max-width: 769px) {
    .run__text {
        font-size: 16px
    }
}

@media screen and (max-width: 576px) {
    .run__text {
        margin: 0 auto 24px
    }
}

.scroll-block {
    padding-top: 55px;
    padding-bottom: 55px
}

.scroll-block--table .scroll-block__wrapper {
    display: flex;
    max-width: 1640px;
    width: 100%;
    column-gap: 80px;
    padding-left: 40px;
    box-sizing: border-box
}

@media screen and (max-width: 1441px) {
    .scroll-block--table .scroll-block__wrapper {
        padding-left: 0;
        flex-direction: column;
        row-gap: 50px
    }
}

.scroll-block--table .scroll-block__top {
    min-width: 450px;
    width: 100%
}

@media screen and (max-width: 1441px) {
    .scroll-block--table .scroll-block__top {
        min-width: 350px
    }
}

@media screen and (max-width: 1025px) {
    .scroll-block--table .scroll-block__top {
        width: 100%
    }
}

@media screen and (max-width: 769px) {
    .scroll-block--table .scroll-block__top {
        min-width: auto
    }
}

.scroll-block--table .scroll-block__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 45px;
    grid-row-gap: 60px
}

@media screen and (max-width: 769px) {
    .scroll-block--table .scroll-block__items {
        display: flex;
        flex-direction: column;
        grid-gap: 0;
        row-gap: 35px
    }
}

.scroll-block--table .scroll-block-item {
    display: flex;
    flex-direction: column;
    row-gap: 50px
}

@media screen and (max-width: 1025px) {
    .scroll-block--table .scroll-block-item {
        row-gap: 30px
    }
}

@media screen and (max-width: 769px) {
    .scroll-block--table .scroll-block-item {
        row-gap: 18px
    }
}

.scroll-block--table .scroll-block-item__title {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

@media screen and (max-width: 769px) {
    .scroll-block--table .scroll-block-item__title {
        font-size: 22px
    }
}

.scroll-block--table .scroll-block-item__text {
    color: #7e7e7e;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

@media screen and (max-width: 1025px) {
    .scroll-block--table .scroll-block-item__text {
        font-size: 16px
    }
}

@media screen and (max-width: 769px) {
    .scroll-block--table .scroll-block-item__text {
        font-size: 14px
    }
}

.scroll-block--items .scroll-block__wrapper {
    display: flex;
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    column-gap: 50px
}

@media screen and (max-width: 1025px) {
    .scroll-block--items .scroll-block__wrapper {
        flex-direction: column;
        row-gap: 50px
    }
}

.scroll-block--items .scroll-block__top {
    width: 50%
}

@media screen and (max-width: 1025px) {
    .scroll-block--items .scroll-block__top {
        width: 100%
    }
}

.scroll-block--items .scroll-block__items {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    width: 50%
}

@media screen and (max-width: 1025px) {
    .scroll-block--items .scroll-block__items {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 40px;
        grid-row-gap: 70px
    }
}

@media screen and (max-width: 769px) {
    .scroll-block--items .scroll-block__items {
        display: flex;
        flex-direction: column;
        row-gap: 30px
    }
}

.scroll-block--items .scroll-block__item:not(:last-child) {
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

@media screen and (max-width: 1025px) {
    .scroll-block--items .scroll-block__item:not(:last-child) {
        padding-bottom: 0;
        border-bottom: none
    }
}

.scroll-block--items .scroll-block-item {
    display: flex;
    flex-direction: column;
    row-gap: 50px
}

@media screen and (max-width: 1025px) {
    .scroll-block--items .scroll-block-item {
        row-gap: 30px
    }
}

@media screen and (max-width: 769px) {
    .scroll-block--items .scroll-block-item {
        row-gap: 18px
    }
}

.scroll-block--items .scroll-block-item__title {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

@media screen and (max-width: 769px) {
    .scroll-block--items .scroll-block-item__title {
        font-size: 22px
    }
}

.scroll-block--items .scroll-block-item__text {
    color: #7e7e7e;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

@media screen and (max-width: 1025px) {
    .scroll-block--items .scroll-block-item__text {
        font-size: 16px
    }
}

@media screen and (max-width: 769px) {
    .scroll-block--items .scroll-block-item__text {
        font-size: 14px
    }
}

.scroll-block--list .scroll-block__wrapper {
    display: flex;
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
    column-gap: 50px
}

@media screen and (max-width: 1025px) {
    .scroll-block--list .scroll-block__wrapper {
        flex-direction: column;
        row-gap: 50px
    }
}

.scroll-block--list .scroll-block__top {
    min-width: 450px;
    width: 100%
}

@media screen and (max-width: 1441px) {
    .scroll-block--list .scroll-block__top {
        min-width: 350px
    }
}

@media screen and (max-width: 1025px) {
    .scroll-block--list .scroll-block__top {
        width: 100%
    }
}

@media screen and (max-width: 769px) {
    .scroll-block--list .scroll-block__top {
        min-width: auto
    }
}

.scroll-block--list .scroll-block__items {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    width: 100%;
    max-width: 780px
}

@media screen and (max-width: 1025px) {
    .scroll-block--list .scroll-block__items {
        width: 100%;
        max-width: 100%;
        row-gap: 40px
    }
}

@media screen and (max-width: 769px) {
    .scroll-block--list .scroll-block__items {
        row-gap: 30px
    }
}

.scroll-block--list .scroll-block-item {
    display: flex;
    column-gap: 25px
}

@media screen and (max-width: 769px) {
    .scroll-block--list .scroll-block-item {
        column-gap: 10px
    }
}

.scroll-block--list .scroll-block-item__id {
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #818181;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 5px
}

@media screen and (max-width: 769px) {
    .scroll-block--list .scroll-block-item__id {
        font-size: 16px
    }
}

.scroll-block--list .scroll-block-item__text {
    color: #7e7e7e;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

@media screen and (max-width: 769px) {
    .scroll-block--list .scroll-block-item__text {
        font-size: 16px
    }
}

.scroll-block__title {
    position: sticky;
    top: 15px;
    left: 0
}

@media screen and (max-width: 1025px) {
    .scroll-block__title {
        position: unset;
        top: unset
    }
}

.scroll-block--border {
    padding: 90px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

@media screen and (max-width: 1025px) {
    .scroll-block--border {
        padding: 60px 30px
    }
}

@media screen and (max-width: 769px) {
    .scroll-block--border {
        padding: 40px 15px
    }
}

.offer {
    padding-bottom: 50px
}

@media screen and (max-width: 1025px) {
    .offer {
        padding-bottom: 40px
    }
}

@media screen and (max-width: 769px) {
    .offer {
        padding-bottom: 30px
    }
}

.offer__wrapper {
    max-width: 1680px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.offer__inner {
    max-width: 880px;
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width: 1441px) {
    .offer__inner {
        max-width: 800px
    }
}

@media screen and (max-width: 1025px) {
    .offer__inner {
        max-width: 720px
    }
}

@media screen and (max-width: 769px) {
    .offer__inner {
        max-width: calc(100% - 40px);
        box-sizing: border-box
    }
}

.offer__img {
    position: relative;
    display: flex;
    width: 100%;
    height: 492px
}

@media screen and (max-width: 1025px) {
    .offer__img {
        height: 433px
    }
}

@media screen and (max-width: 769px) {
    .offer__img {
        height: auto
    }
}

.offer__img img {
    width: 100%
}

.offer__img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 82%;
    background: linear-gradient(0deg, #191919, #19191900 97.01%)
}

.offer__button {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    max-width: 320px
}

@media screen and (max-width: 1025px) {
    .offer__button {
        bottom: 55px
    }
}

@media screen and (max-width: 769px) {
    .offer__button {
        bottom: 40px
    }
}

.mega-slider {
    overflow: hidden
}

.mega-slider__top {
    max-width: 1640px;
    width: 100%;
    display: flex;
    column-gap: 60px;
    padding-left: 40px;
    box-sizing: border-box
}

@media screen and (max-width: 1025px) {
    .mega-slider__top {
        flex-direction: column;
        row-gap: 45px;
        padding-left: 0
    }
}

@media screen and (max-width: 769px) {
    .mega-slider__top {
        row-gap: 35px
    }
}

.mega-slider__title {
    max-width: 50%;
    width: 100%
}

@media screen and (max-width: 1025px) {
    .mega-slider__title {
        max-width: 100%
    }
}

.mega-slider__text {
    max-width: 50%;
    width: 100%;
    color: #818181;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

@media screen and (max-width: 1025px) {
    .mega-slider__text {
        max-width: 100%
    }
}

@media screen and (max-width: 769px) {
    .mega-slider__text {
        font-size: 16px
    }
}

.mega-slider__swiper {
    position: relative;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    padding: 300px 0;
    box-sizing: border-box
}

@media screen and (max-width: 1441px) {
    .mega-slider__swiper {
        max-width: 700px
    }
}

@media screen and (max-width: 1025px) {
    .mega-slider__swiper {
        padding: 150px 0;
        max-width: 640px
    }
}

@media screen and (max-width: 820px) {
    .mega-slider__swiper {
        padding: 120px 60px
    }
}

@media screen and (max-width: 577px) {
    .mega-slider__swiper {
        padding: 60px 0;
        max-width: 340px
    }
}

.mega-slider__bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%) translateY(-50%);
    animation-name: slidein;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 5s;
    z-index: -1
}

.mega-slider__bg img {
    animation-name: rotation;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 5s;
    animation-timing-function: linear
}

@media screen and (max-width: 1441px) {
    .mega-slider__bg img {
        max-width: 900px
    }
}

@media screen and (max-width: 1025px) {
    .mega-slider__bg img {
        max-width: 700px
    }
}

@media screen and (max-width: 769px) {
    .mega-slider__bg img {
        max-width: 550px
    }
}

@media screen and (max-width: 577px) {
    .mega-slider__bg img {
        max-width: 340px
    }
}

.mega-swiper__img img {
    width: 100%;
    object-fit: cover
}

@media screen and (max-width: 1025px) {
    .mega-swiper__img img {
        height: 400px
    }
}

@media screen and (max-width: 820px) {
    .mega-swiper__img img {
        height: 350px
    }
}

@media screen and (max-width: 577px) {
    .mega-swiper__img img {
        height: 210px
    }
}

@media screen and (max-width: 769px) {
    .mega-swiper__bottom {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%)
    }
}

.mega-swiper__pagination {
    display: none
}

@media screen and (max-width: 769px) {
    .mega-swiper__pagination {
        display: flex
    }
}

.mega-swiper__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width: 769px) {
    .mega-swiper__arrow {
        display: none
    }
}

.mega-swiper__arrow--prev {
    left: -220px
}

@media screen and (max-width: 1441px) {
    .mega-swiper__arrow--prev {
        left: -120px
    }
}

@media screen and (max-width: 1025px) {
    .mega-swiper__arrow--prev {
        left: -80px
    }
}

@media screen and (max-width: 820px) {
    .mega-swiper__arrow--prev {
        left: 0
    }
}

.mega-swiper__arrow--next {
    right: -220px
}

@media screen and (max-width: 1441px) {
    .mega-swiper__arrow--next {
        right: -120px
    }
}

@media screen and (max-width: 1025px) {
    .mega-swiper__arrow--next {
        right: -80px
    }
}

@media screen and (max-width: 820px) {
    .mega-swiper__arrow--next {
        right: 0
    }
}

@keyframes slidein {
    0% {
        transform: translate(-50%) translateY(-50%) scale(1)
    }

    to {
        transform: translate(-50%) translateY(-50%) scale(1.05)
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.promo {
    padding: 0 30px;
    background: #131313;
    margin-top: 40px;
    margin-bottom: 100px
}

@media screen and (max-width: 1025px) {
    .promo {
        margin-bottom: 70px
    }
}

@media screen and (max-width: 769px) {
    .promo {
        margin-bottom: 0;
        margin-top: 0;
        padding: 0 15px
    }
}

.promo__img {
    max-width: 1520px;
    width: 100%;
    display: flex;
    margin: 0 auto
}

.promo__img img {
    width: 100%
}

.form-top {
    padding-top: 80px;
    padding-bottom: 120px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background: url(/build/assets/bg-Cvl8Rh7D.png) center no-repeat
}
.form-top.proj{
    border: none;
}
@media screen and (max-width: 1400px) {
    .form-top {
        background-size: contain;
        background-position: center 20px
    }
}

@media screen and (max-width: 991px) {
    .form-top {
        background: none
    }
}

.form-top__block {
    padding: 20px 0;
    background: url(/build/assets/bg-block-Cyn5_TBg.png) center no-repeat
}

@media screen and (max-width: 991px) {
    .form-top__block {
        padding: 0;
        background: none
    }
}

@media screen and (max-width: 1400px) {
    .form-top {
        padding-top: 70px;
        padding-bottom: 100px
    }
}

@media screen and (max-width: 1200px) {
    .form-top {
        padding-bottom: 90px
    }
}

@media screen and (max-width: 1100px) {
    .form-top {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media screen and (max-width: 991px) {
    .form-top {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media screen and (max-width: 576px) {
    .form-top {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

.form-top__title {
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    text-align: center
}

@media screen and (max-width: 1100px) {
    .form-top__title {
        font-size: 32px;
        line-height: 42px
    }
}

@media screen and (max-width: 991px) {
    .form-top__title {
        font-size: 28px;
        line-height: 36px
    }
}

@media screen and (max-width: 767px) {
    .form-top__title {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width: 576px) {
    .form-top__title {
        font-size: 18px;
        line-height: 24px
    }
}

.form-top__descr {
    text-align: center;
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    color: #fff;
    margin: 0 0 32px
}

@media screen and (max-width: 991px) {
    .form-top__descr {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (max-width: 576px) {
    .form-top__descr {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px
    }
}

.elements {
    padding-top: 80px;
    padding-bottom: 120px;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

@media screen and (max-width: 991px) {
    .elements .cont {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 0;
        margin-left: 0
    }
}

@media screen and (max-width: 576px) {
    .elements .cont {
        padding-left: 15px
    }
}

.elements__cont-page {
    max-width: 1612px;
    margin: 0 auto
}

@media screen and (max-width: 1600px) {
    .elements__cont-page {
        max-width: 1360px
    }
}

@media screen and (max-width: 1400px) {
    .elements__cont-page {
        max-width: 1140px
    }
}

@media screen and (max-width: 1200px) {
    .elements__cont-page {
        max-width: 1045px
    }
}

@media screen and (max-width: 1100px) {
    .elements__cont-page {
        max-width: 937px
    }
}

.elements__cont-marketing {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-left: 7%
}

@media screen and (max-width: 1840px) {
    .elements__cont-marketing {
        padding-left: 6%
    }
}

@media screen and (max-width: 1740px) {
    .elements__cont-marketing {
        padding-left: 4%
    }
}

@media screen and (max-width: 1600px) {
    .elements__cont-marketing {
        padding-left: 2%
    }
}

@media screen and (max-width: 1400px) {
    .elements {
        padding-top: 70px;
        padding-bottom: 100px
    }
}

@media screen and (max-width: 1200px) {
    .elements {
        padding-bottom: 90px
    }
}

@media screen and (max-width: 1100px) {
    .elements {
        padding: 60px 0
    }
}

@media screen and (max-width: 991px) {
    .elements {
        padding: 50px 0
    }
}

@media screen and (max-width: 576px) {
    .elements {
        padding: 32px 0
    }
}

.elements__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1592px;
    margin-bottom: 56px;
    padding-left: 15px
}

@media screen and (max-width: 1600px) {
    .elements__inner {
        align-items: flex-end;
        max-width: 1390px
    }
}

@media screen and (max-width: 1400px) {
    .elements__inner {
        max-width: 1170px;
        margin-bottom: 45px
    }
}

@media screen and (max-width: 1200px) {
    .elements__inner {
        padding-left: 0;
        max-width: 1045px;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 1100px) {
    .elements__inner {
        max-width: 937px;
        margin-bottom: 35px
    }
}

@media screen and (max-width: 991px) {
    .elements__inner {
        max-width: 715px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
}

@media screen and (max-width: 769px) {
    .elements__inner {
        max-width: 520px
    }
}

@media screen and (max-width: 576px) {
    .elements__inner {
        max-width: 100%;
        margin-bottom: 25px
    }
}

.elements-slider {
    padding-right: 50px;
    margin-left: 0
}

@media screen and (max-width: 1600px) {
    .elements-slider {
        padding-right: 75px
    }

    .elements-slider--grant {
        padding-right: 40px
    }
}

@media screen and (max-width: 992px) {
    .elements-slider--pr40 {
        padding-right: 60px
    }

    .elements-slider--pr20 {
        padding-right: 35px
    }

    .elements-slider--pr10 {
        padding-right: 20px
    }

    .elements-slider--pr0 {
        padding-right: 0
    }
}

.elements-slider--pr {
    padding-right: 0;
    margin: 0 auto
}

@media screen and (max-width: 1600px) {
    .elements-slider--pr {
        padding-right: 0 !important;
        margin: 0 auto
    }
}

@media screen and (max-width: 992px) {
    .elements-slider--pr {
        padding-right: 0
    }
}

@media screen and (max-width: 576px) {
    .elements-slider--pr {
        padding-right: 0
    }
}

.elements__box {
    display: flex;
    column-gap: 10px
}

@media screen and (max-width: 991px) {
    .elements__box {
        margin-top: 32px
    }
}

@media screen and (max-width: 576px) {
    .elements__box {
        flex-direction: column;
        row-gap: 16px
    }
}

.elements__box-item {
    padding: 10px 28px;
    border-radius: 100px;
    border: 1px solid rgb(192, 227, 0);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #c0e300;
    cursor: pointer
}

.elements__box-item--active {
    background: #c0e300;
    color: #121215
}

@media screen and (max-width: 1400px) {
    .elements__box-item {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 14px
    }
}

@media screen and (max-width: 1100px) {
    .elements__box-item {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 10px
    }
}

@media screen and (max-width: 576px) {
    .elements__box-item {
        width: 193px;
        height: 42px;
        text-align: center;
        box-sizing: border-box;
        font-size: 18px;
        line-height: 22px
    }
}

.elements__title {
    position: relative;
    width: max-content;
    font-weight: 500;
    font-size: 56px;
    line-height: 72px;
    color: #fff;
    margin: 0
}

.elements__title--mb {
    padding-left: 15px;
    margin-bottom: 56px
}

@media screen and (max-width: 1400px) {
    .elements__title--mb {
        margin-bottom: 45px
    }
}

@media screen and (max-width: 1200px) {
    .elements__title--mb {
        padding-left: 0;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 1100px) {
    .elements__title--mb {
        margin-bottom: 35px
    }
}

@media screen and (max-width: 576px) {
    .elements__title--mb {
        margin-bottom: 25px
    }
}

.elements__title br {
    display: none
}

@media screen and (max-width: 1400px) {
    .elements__title {
        font-size: 50px;
        line-height: 60px
    }
}

@media screen and (max-width: 1200px) {
    .elements__title {
        font-size: 46px;
        line-height: 54px
    }
}

@media screen and (max-width: 1100px) {
    .elements__title {
        font-size: 42px;
        line-height: 50px
    }
}

@media screen and (max-width: 991px) {
    .elements__title {
        font-size: 36px;
        line-height: 44px
    }
}

@media screen and (max-width: 576px) {
    .elements__title {
        width: 327px
    }

    .elements__title br {
        display: block
    }
}

.elements__title-circles {
    position: absolute;
    display: flex;
    align-items: center;
    column-gap: 10px;
    right: -114px;
    top: 60%;
    transform: translateY(-50%)
}

@media screen and (max-width: 991px) {
    .elements__title-circles {
        right: -70px
    }
}

@media screen and (max-width: 767px) {
    .elements__title-circles {
        right: -60px
    }
}

@media screen and (max-width: 576px) {
    .elements__title-circles {
        left: auto;
        top: 27px;
        right: 90px;
        width: 50px;
        height: 20px
    }
}

.elements__title-circles span {
    background: #c0e300;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

@media screen and (max-width: 991px) {
    .elements__title-circles span {
        width: 20px;
        height: 20px
    }
}

.elements__items {
    display: grid;
    grid-template-columns: 318px 318px 442px 442px !important;
    grid-template-rows: repeat(2, 238px) !important;
    gap: 20px;
    grid-auto-flow: column;
    padding: 15px
}

@media screen and (max-width: 1600px) {
    .elements__items {
        grid-template-columns: 275px 275px 365px 365px !important
    }
}

@media screen and (max-width: 1400px) {
    .elements__items {
        grid-template-columns: 235px 235px 302px 302px !important;
        grid-template-rows: repeat(2, 255px) !important;
        gap: 15px !important
    }
}

@media screen and (max-width: 1200px) {
    .elements__items {
        padding: 0;
        grid-template-columns: 220px 220px 270px 270px !important
    }
}

@media screen and (max-width: 1100px) {
    .elements__items {
        grid-template-columns: 205px 205px 240px 240px !important;
        grid-template-rows: repeat(2, 248px) !important
    }
}

@media screen and (max-width: 991px) {
    .elements__items {
        grid-template-columns: 279px 279px 339px !important;
        grid-template-rows: repeat(2, 221px) !important;
        gap: 15px !important
    }
}

.elements__item {
    width: 442px;
    position: relative;
    padding: 24px 15px 24px 24px;
    background: #090909bf;
    transition: all .3s;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden
}

.elements__item:hover {
    box-shadow: 0 0 17.5px #c0e30080
}

@media screen and (max-width: 1600px) {
    .elements__item {
        width: 365px
    }
}

@media screen and (max-width: 1400px) {
    .elements__item {
        width: 302px
    }
}

@media screen and (max-width: 1200px) {
    .elements__item {
        width: 270px
    }
}

@media screen and (max-width: 1100px) {
    .elements__item {
        width: 240px
    }
}

@media screen and (max-width: 991px) {
    .elements__item {
        width: 339px
    }
}

.elements__item--1,
.elements__item--2 {
    width: 318px
}

@media screen and (max-width: 1600px) {

    .elements__item--1,
    .elements__item--2 {
        width: 275px
    }
}

@media screen and (max-width: 1400px) {

    .elements__item--1,
    .elements__item--2 {
        width: 235px
    }
}

@media screen and (max-width: 1200px) {

    .elements__item--1,
    .elements__item--2 {
        width: 220px
    }
}

@media screen and (max-width: 1100px) {

    .elements__item--1,
    .elements__item--2 {
        width: 205px
    }
}

@media screen and (max-width: 991px) {

    .elements__item--1,
    .elements__item--2 {
        width: 279px
    }
}

.elements__item--1:before,
.elements__item--2:before {
    content: "";
    position: absolute;
    top: -85px;
    right: -85px;
    width: 157px;
    height: 157px;
    border-radius: 50%;
    background: #c0e300
}

@media screen and (max-width: 1600px) {

    .elements__item--1:before,
    .elements__item--2:before {
        top: -103px;
        right: -103px
    }
}

@media screen and (max-width: 1400px) {

    .elements__item--1:before,
    .elements__item--2:before {
        width: 130px;
        height: 130px;
        top: -85px;
        right: -85px
    }
}

@media screen and (max-width: 1200px) {

    .elements__item--1:before,
    .elements__item--2:before {
        width: 125px;
        height: 125px
    }
}

@media screen and (max-width: 1100px) {

    .elements__item--1:before,
    .elements__item--2:before {
        width: 120px;
        height: 120px
    }
}

@media screen and (max-width: 991px) {

    .elements__item--1:before,
    .elements__item--2:before {
        top: -103px;
        right: -103px;
        width: 157px;
        height: 157px
    }
}

.elements__item--1,
.elements__item--2 {
    grid-row: 1/-1
}

@media screen and (max-width: 1200px) {
    .elements__item {
        padding: 14px 11px
    }
}

@media screen and (max-width: 991px) {
    .elements__item {
        padding: 16px
    }
}

@media screen and (max-width: 576px) {
    .elements__item {
        transition: none
    }

    .elements__item:hover {
        box-shadow: none
    }
}

.elements__image {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 32px;
    max-width: 100%
}

@media screen and (max-width: 1100px) {
    .elements__image--m {
        width: 160px
    }
}

.elements__item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 15px
}

@media screen and (max-width: 1600px) {
    .elements__item-title {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 1100px) {
    .elements__item-title {
        font-size: 22px;
        line-height: 30px
    }
}

@media screen and (max-width: 991px) {
    .elements__item-title {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 28px
    }
}

.elements__item-descr {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #818181
}

@media screen and (max-width: 1600px) {
    .elements__item-descr {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (max-width: 1400px) {
    .elements__item-descr {
        font-size: 13px;
        line-height: 20px
    }
}

@media screen and (max-width: 1100px) {
    .elements__item-descr {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 991px) {
    .elements__item-descr {
        line-height: 19px
    }
}

.technology {
    padding-top: 80px;
    padding-bottom: 120px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

@media screen and (max-width: 1600px) {
    .technology .cont {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 1400px) {
    .technology {
        padding-top: 70px;
        padding-bottom: 100px
    }
}

@media screen and (max-width: 1200px) {
    .technology {
        padding-bottom: 90px
    }
}

@media screen and (max-width: 1100px) {
    .technology {
        padding: 60px 0
    }
}

@media screen and (max-width: 991px) {
    .technology {
        padding: 50px 0
    }
}

@media screen and (max-width: 576px) {
    .technology {
        padding: 32px 0
    }
}

.technology__title {
    position: relative;
    text-align: center;
    margin: 0 0 40px
}

.technology__title br {
    display: none
}

@media screen and (max-width: 1100px) {
    .technology__title {
        margin-bottom: 35px
    }
}

@media screen and (max-width: 991px) {
    .technology__title br {
        display: block
    }
}

@media screen and (max-width: 769px) {
    .technology__title {
        margin: 0 auto 30px
    }
}

@media screen and (max-width: 576px) {
    .technology__title {
        width: 327px;
        margin: 0 auto 24px;
        text-align: left
    }
}

.technology__title-circles {
    display: none
}

@media screen and (max-width: 576px) {
    .technology__title-circles {
        display: block;
        position: absolute;
        display: flex;
        column-gap: 10px;
        align-items: center;
        left: auto;
        top: 15px;
        right: 90px;
        width: 50px;
        height: 20px
    }

    .technology__title-circles span {
        background: #c0e300;
        border-radius: 50%;
        width: 20px;
        height: 20px
    }
}

.technology__descr {
    width: 901px;
    margin: 0 auto 34px;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #6b6b6b;
    text-align: center
}

@media screen and (max-width: 991px) {
    .technology__descr {
        width: 100%;
        font-size: 20px;
        line-height: 30px
    }
}

@media screen and (max-width: 769px) {
    .technology__descr {
        margin: 0 auto 30px
    }
}

@media screen and (max-width: 576px) {
    .technology__descr {
        font-size: 16px;
        line-height: 24px;
        margin: 0 auto 24px
    }
}

.technology .swiper-wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.technology-slide {
    position: relative;
    width: 295px;
    height: 500px;
    background: #090909bf;
    padding: 48px 20px 27px;
    box-sizing: border-box;
    overflow: hidden
}

.technology-slide:before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #0f0f0fe6, #0f0f0fe6), linear-gradient(0deg, #0003, #0003);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.technology-slide__ellipse {
    position: absolute;
    top: -25px;
    right: -15px
}

.technology .swiper-slide-active:before {
    display: none
}

.technology .swiper-slide-next:before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #0f0f0f73, #0f0f0f73), linear-gradient(0deg, #0003, #0003) !important;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.technology .swiper-slide-prev:before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #0f0f0f73, #0f0f0f73), linear-gradient(0deg, #0003, #0003) !important;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.technology-slide__inner {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 16px
}

.technology-slide__icon {
    border: .58px solid rgb(255, 255, 255);
    padding: 10px;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    box-sizing: border-box
}

.technology-slide__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin: 0
}

.technology-slide__title--small {
    font-size: 18px;
    line-height: 26px
}

.technology__list {
    margin: 0;
    padding: 0 0 0 24px
}

.technology__list-item {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #818181
}

.cases {
    padding: 35px 0 100px
}

.filters {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.filters__elem {
    display: flex;
    align-items: center;
    column-gap: 37px
}

.filters__elem-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #fff
}

.filters__select {
    position: relative;
    width: 380px;
    color: #fff
}

.filters__select-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 16px 16px 50px;
    border: 1px solid #c0e300;
    border-radius: 100px;
    cursor: pointer;
    font-size: 20px;
    line-height: 100%
}

.filters__select-box img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px
}

.filters__select-arrow {
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg)
}

.filters__select-dropdown {
    border-radius: 0 0 20px 20px;
    padding: 24px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    width: 85%;
    background-color: #050505;
    z-index: 10;
    border: 1px solid #c0e300;
    border-top: none;
    overflow: scroll;
    height: 218px
}

.filters__select-dropdown>div {
    padding-left: 38px;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 18px;
    cursor: pointer;
    position: relative
}

.filters__select-dropdown>div:last-child {
    margin-bottom: 0
}

.filters__select-dropdown>div img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.filters__reset {
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap: 10px
}

.filters-content {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 490px);
    gap: 35px;
    justify-content: center
}

.filters-content__card {
    max-width: 490px;
    overflow: hidden;
    transition: .2s
}

.filters-content__card:hover {
    transform: scale(1.04);
    transition: .2s
}

.filters-content__card-wrap-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
    background-color: #121212bf
}

.filters-content__card-niche {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #c0e300;
    flex-flow: row wrap;
}

.filters-content__card-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #fff
}

.filters-content__card-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.filters-content__card-details {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #c0e300;
    background-color: transparent
}

.inner-offer {
    padding: 80px 0;
    position: relative
}

.inner-offer__link {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 20px 0 0;
    font-size: 20px;
    line-height: 100%;
    column-gap: 5px;
    letter-spacing: 1.3px
}

@media screen and (max-width: 991px) {
    .inner-offer__link {
        font-size: 14px
    }
}

@media screen and (max-width: 769px) {
    .inner-offer__link {
        padding-top: 0;
        padding-bottom: 15px;
        font-size: 12px
    }
}

.inner-offer__link-page,
.inner-offer__link-slash {
    color: #c0e300;
    cursor: default
}

.inner-offer__link-link {
    cursor: pointer
}

.inner-offer__link-link:hover {
    text-decoration: underline
}

.inner-offer__inner {
    max-width: 771px
}

.inner-offer__advantages {
    border: 1px solid rgba(44, 44, 44, .75);
    border-radius: 25px;
    padding: 30px;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 40px
}

.inner-offer__advantages li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 40px
}

.inner-offer__advantages li:before {
    width: 24px;
    height: 24px;
    display: inline-block;
    content: "";
    background-image: url(/build/assets/check-CE1JMZj5.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0
}

.inner-offer__advantages li:last-child {
    margin-bottom: 0
}

.inner-offer__img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 703px
}

.inner-offer__img--avito {
    max-width: 690px
}

.inner-offer__img--ceo {
    max-width: 570px
}

.inner-offer__decor {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #c0e300;
    position: absolute;
    filter: blur(30px);
    z-index: -2
}

.inner-offer__decorOne {
    right: 183px;
    top: 174px
}

.inner-offer__decorTwo {
    right: 554px;
    top: 350px
}

@media screen and (max-width: 1600px) {
    .inner-offer__img {
        max-width: 565px
    }

    .inner-offer__decorOne {
        right: 139px;
        top: 259px
    }

    .inner-offer__decorTwo {
        right: 480px;
        top: 350px
    }
}

@media screen and (max-width: 1400px) {
    .inner-offer__decor {
        width: 200px;
        height: 200px
    }

    .inner-offer__decorOne {
        right: 139px;
        top: 230px
    }

    .inner-offer__decorTwo {
        right: 349px;
        top: 148px
    }

    .inner-offer__inner {
        max-width: 670px
    }

    .inner-offer__advantages {
        font-size: 20px;
        margin-bottom: 30px
    }

    .inner-offer__img {
        max-width: 450px;
        bottom: 90px
    }
}

@media screen and (max-width: 1200px) {
    .inner-offer__img {
        max-width: 363px;
        bottom: auto;
        top: 39px
    }

    .inner-offer__decor {
        width: 120px;
        height: 120px
    }

    .inner-offer__decorOne {
        right: 84px;
        top: 230px
    }

    .inner-offer__decorTwo {
        right: 257px;
        top: 188px
    }
}

@media screen and (max-width: 1100px) {
    .inner-offer__img {
        max-width: 321px;
        bottom: auto;
        top: 39px
    }

    .inner-offer__inner {
        max-width: 596px
    }
}

@media screen and (max-width: 991px) {
    .inner-offer {
        padding: 50px 0
    }

    .inner-offer__inner {
        max-width: 100%
    }

    .inner-offer__img {
        display: block;
        position: relative;
        max-width: 500px;
        bottom: auto;
        top: auto;
        margin: 0 auto 24px
    }

    .inner-offer__decorOne {
        right: 211px;
        top: auto;
        bottom: 348px
    }

    .inner-offer__decorTwo {
        right: 458px;
        top: auto;
        bottom: 299px
    }
}

@media screen and (max-width: 769px) {
    .inner-offer {
        padding: 10px 0 60px;
        overflow: hidden
    }

    .inner-offer__decorOne {
        height: 200px;
        width: 200px;
        right: -15%;
        top: auto;
        bottom: 319px
    }

    .inner-offer__decorTwo {
        right: auto;
        left: -10%;
        top: auto;
        bottom: 477px
    }
}

@media screen and (max-width: 576px) {
    .inner-offer__advantages li {
        padding-left: 35px
    }

    .inner-offer__advantages {
        padding: 25px 15px;
        font-size: 16px;
        margin-bottom: 35px
    }

    .inner-offer__img {
        max-width: 315px
    }

    .inner-offer__decorOne {
        right: -38%;
        bottom: 215px
    }

    .inner-offer__decorTwo {
        left: -19%;
        bottom: 304px
    }
}

.inner-rating {
    padding: 80px 0
}

.inner-rating__inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    column-gap: 120px;
    display: flex
}

.inner-rating__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 400px;
    min-height: 170px;
    width: 100%
}

.inner-rating__info-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #fff
}

.inner-rating__info-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #fff
}

.inner-rating__info-company {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

.inner-rating__info-company_line {
    width: 100%;
    max-width: 100%;
    height: 1px;
    background-color: #2c2c2cbf
}

.inner-rating__info-company_rang {
    display: flex;
    align-items: center;
    column-gap: 8px
}

.inner-rating__info-company_rang span {
    font-weight: 500;
    font-size: 48px;
    line-height: 90%;
    text-align: center;
    color: #c0e300
}

.inner-rating__grade {
    justify-content: space-between;
    flex-direction: row
}

@media screen and (max-width: 991px) {
    .inner-rating {
        padding: 40px 0
    }

    .inner-rating__inner {
        column-gap: 20px;
        justify-content: space-between
    }

    .inner-rating__info {
        max-width: 320px;
        min-height: 130px
    }

    .inner-rating__info-title {
        font-size: 18px
    }

    .inner-rating__info-text {
        font-size: 16px
    }

    .inner-rating__grade {
        justify-content: flex-start;
        flex-direction: row;
        column-gap: 20px;
        max-width: fit-content
    }

    .inner-rating__info-company svg {
        width: 100px
    }

    .inner-rating__info-company_rang span {
        font-size: 32px
    }

    .inner-rating__info-company_rang svg {
        height: 32px;
        width: 32px
    }
}

@media screen and (max-width: 769px) {
    .inner-rating__inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        row-gap: 40px
    }

    .inner-rating__info {
        align-items: center;
        min-height: auto;
        row-gap: 16px
    }

    .inner-rating__grade {
        flex-direction: column;
        row-gap: 40px
    }

    .inner-rating__info-company {
        row-gap: 10px
    }
}

.inner-also {
    padding: 80px 0;
    position: relative
}

.inner-also .container {
    max-width: 1600px !important;
    padding: 0 20px;
    overflow-x: hidden
}

.inner-also__slide {
    border-radius: 50px;
    width: 100%;
    height: fit-content;
    background: linear-gradient(180deg, #101010, #000);
    color: #f0f8ff;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0
}

.inner-also__slide-decor {
    position: absolute;
    z-index: -1;
    top: 35px;
    right: 1px;
    width: 100%
}

.inner-also__slide-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #fff
}

.inner-also__slide-img {
    margin-bottom: -180px;
    z-index: -1
}

.inner-also__pagination {
    width: fit-content !important;
    margin: 15px auto 0 !important;
    display: flex !important;
    column-gap: 10px !important
}

.inner-also__pagination span {
    width: 10px !important;
    height: 10px !important
}

.inner-also__pagination .swiper-pagination-bullet-active {
    background-color: #c0e300 !important
}

.inner-also__top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 300px;
    padding: 35px
}

.inner-also__bot {
    border-radius: 50px;
    padding: 35px;
    width: 100%;
    background-color: #0c0c0c
}

.inner-also__bot-geo {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 16px
}

.inner-also__bot-default {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff
}

.inner-also__bot-default span {
    color: #c0e300
}

.inner-also__bot-default:is(.inner-also__bot-default--corporate, .inner-also__bot-default--store) br {
    display: none
}

.inner-also__bot-description {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    row-gap: 20px
}

.inner-also__bot-description>span {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff
}

.inner-also__bot-description>p {
    font-weight: 600
}

.inner-also__bot-description--short {
    row-gap: 0 !important;
    margin-bottom: 40px
}

.inner-also__bot-description--ceo {
    margin-bottom: 24px
}

.inner-also__bot-result {
    border: 1px solid rgba(44, 44, 44, .75);
    border-radius: 25px;
    padding: 16px 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 16px
}

.inner-also__bot-result p {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #fff
}

.inner-also__bot-result p:not(:first-child) {
    padding-left: 40px;
    position: relative
}

.inner-also__bot-result p:not(:first-child):after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    background-image: url(/build/assets/check-B0EGbHTm.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute
}
.ahtungcheck p:not(:first-child):after {
    background-image: url(/assets/images/icons/ahtung_Check.svg);

}
.inner-also__bot-result--vk p,
.inner-also__bot-result--corporate p,
.inner-also__bot-result--store p,
.inner-also__bot-result--ceo p {
    font-size: 18px
}

.inner-also__bot-result--vk p:not(:first-child),
.inner-also__bot-result--corporate p:not(:first-child),
.inner-also__bot-result--store p:not(:first-child),
.inner-also__bot-result--ceo p:not(:first-child) {
    padding-left: 35px
}

.inner-also__bot-result--vk p:not(:first-child):after,
.inner-also__bot-result--corporate p:not(:first-child):after,
.inner-also__bot-result--store p:not(:first-child):after,
.inner-also__bot-result--ceo p:not(:first-child):after {
    width: 17px;
    height: 12px;
    top: 5px
}

.inner-also__bot-statistics {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.inner-also__bot-statistics_item {
    display: flex;
    align-items: center;
    column-gap: 10px
}

.inner-also__bot-statistics_item>div {
    border: 1px solid rgba(44, 44, 44, .75);
    border-radius: 10px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 1400px) {
    .inner-also__slide-decor {
        top: 50px
    }

    .inner-also__top {
        height: 260px
    }

    .inner-also__bot-result p {
        font-size: 18px
    }

    .inner-also__bot-result--ceo p {
        font-size: 15px
    }

    .inner-also__bot-default {
        font-size: 18px
    }

    .inner-also__bot .contecst__btn span:last-child {
        font-size: 18px
    }
}

@media screen and (max-width: 1200px) {
    .inner-also__bot .contecst__btn span:last-child {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .inner-also__slide-title {
        font-size: 24px
    }

    .inner-also {
        padding: 40px 0
    }

    .inner-also__slide {
        border-radius: 24px
    }

    .inner-also__slide-img {
        margin-bottom: -140px
    }

    .inner-also__top {
        padding: 20px;
        height: 190px
    }

    .inner-also__slide-decor {
        top: 40px
    }

    .inner-also__bot-description>span {
        font-size: 24px
    }

    .inner-also__bot {
        border-radius: 24px;
        padding: 20px
    }

    .inner-also__bot-statistics {
        gap: 10px;
        flex-direction: column
    }

    .inner-also__bot-result {
        padding: 16px
    }

    .inner-also__bot-description .inner-also__bot-default {
        font-size: 18px
    }

    .inner-also__bot-description {
        margin-bottom: 25px;
        row-gap: 15px
    }

    .inner-also__bot-result p {
        font-size: 18px
    }

    .inner-also__bot-result p::not(:first-child) {
        padding-left: 22px
    }

    .inner-also__bot-result p:not(:first-child):after {
        width: 16px;
        height: 16px
    }
}

@media screen and (max-width: 769px) {
    .inner-also__bot-result p {
        font-size: 17px
    }

    .inner-also__bot-result--vk p {
        font-size: 15px
    }

    .inner-also__bot-result--ceo p {
        font-size: 15px;
        -webkit-hyphens: auto;
        hyphens: auto
    }

    .inner-also__bot-result--corporate p,
    .inner-also__bot-result--store p {
        font-size: 15px
    }

    .inner-also__slide-decor {
        top: 0
    }

    .inner-also__bot-default {
        max-width: 390px
    }

    .inner-also__bot-description .inner-also__bot-default {
        font-size: 17px
    }
}

@media screen and (max-width: 576px) {
    .inner-also__slide-title {
        font-size: 22px
    }

    .inner-also__slide-img {
        margin-bottom: -35px
    }

    .inner-also__slide-decor {
        top: 25px
    }

    .inner-also .cont {
        padding: 0 10px
    }
}

@media screen and (max-width: 500px) {
    .inner-also__slide-decor {
        top: 0
    }
}

@media screen and (max-width: 475px) {

    .inner-also__bot-default--corporate br,
    .inner-also__bot-default--store br {
        display: inline !important
    }
}

.inner-trust {
    padding: 80px 0
}

.inner-trust__inner {
    display: flex;
    justify-content: space-between
}

.inner-trust__inner-description {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    max-width: 700px
}

.inner-trust__inner-description h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #c0e300
}

.inner-trust__inner-description h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #fff
}

.inner-trust__inner-description p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 114px
}

.inner-trust__inner-card {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 800px;
    height: fit-content
}

.inner-trust__inner-card button {
    display: none
}

.inner-trust__inner-card div {
    width: 245px;
    height: 245px;
    border: 1px solid rgba(44, 44, 44, .75);
    border-radius: 25px;
    padding: 24px;
    display: flex;
    flex-direction: column
}

.inner-trust__inner-card div img {
    max-width: 72px;
    flex-shrink: 0
}

.inner-trust__inner-card div p {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    margin-top: 24px;
    -webkit-hyphens: auto;
    hyphens: auto
}

.inner-trust__inner-card--vk div p {
    font-size: 16px
}

@media screen and (max-width: 1600px) {
    .inner-trust__inner-description {
        max-width: 625px
    }

    .inner-trust__inner-description p {
        margin-bottom: 68px
    }

    .inner-trust__inner-card {
        max-width: 710px
    }

    .inner-trust__inner-card div {
        width: 215px;
        height: 235px
    }

    .inner-trust__inner-card div p {
        font-size: 18px
    }

    .inner-trust__inner-card--vk div p {
        font-size: 16px
    }
}

@media screen and (max-width: 1400px) {
    .inner-trust__inner-description {
        max-width: 900px
    }

    .inner-trust__inner {
        row-gap: 50px;
        flex-direction: column
    }

    .inner-trust__inner-card {
        max-width: 100%;
        margin: 0 0 0 auto;
        gap: 15px
    }

    .inner-trust__inner-card div {
        width: 177px;
        height: 235px
    }

    .inner-trust__inner-card div img {
        width: 60px;
        height: auto
    }

    .inner-trust__inner-card div p {
        font-size: 16px;
        margin-top: 13px
    }

    .inner-trust__inner-card--vk div p {
        font-size: 15px
    }
}

@media screen and (max-width: 1200px) {
    .inner-trust__inner-card div {
        width: 338px
    }

    .inner-trust__inner-card div p {
        font-size: 24px
    }
}

@media screen and (max-width: 1100px) {
    .inner-trust__inner-card div {
        width: 302px
    }

    .inner-trust__inner-card div p {
        font-size: 21px
    }
}

@media screen and (max-width: 991px) {
    .inner-trust__inner-card div {
        width: 350px;
        height: 220px
    }
}

@media screen and (max-width: 769px) {
    .inner-trust {
        padding: 80px 0 40px
    }

    .inner-trust__inner {
        row-gap: 35px
    }

    .inner-trust__inner-description .contecst__btn {
        display: none
    }

    .inner-trust__inner-description h2 {
        font-size: 24px
    }

    .inner-trust__inner-description p {
        margin-bottom: 0;
        font-size: 16px
    }

    .inner-trust__inner-card button {
        display: flex;
        max-width: 475px;
        margin: 0 auto
    }

    .inner-trust__inner-card div {
        flex-direction: row;
        width: 100%;
        height: 120px;
        align-items: center
    }

    .inner-trust__inner-card div p {
        margin-top: 0;
        margin-left: 15px;
        font-size: 16px;
        max-width: 330px
    }
}

@media screen and (max-width: 576px) {
    .inner-trust__inner-card div img {
        width: 48px
    }

    .inner-trust__inner-card div p {
        max-width: 215px
    }
}

.inner-employees {
    padding: 80px 0
}

.inner-employees__inner {
    max-width: 1425px;
    overflow-x: hidden;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 5px
}

.inner-employees__wrapper {
    margin: 0 auto !important;
    display: flex !important;
    justify-content: space-between !important
}

.inner-employees__wrapper-scrollbar {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
    margin: 30px 0 0
}

.inner-employees__wrapper-scrollbar .swiper-pagination-bullet-active {
    background-color: #c0e300;
    transform: scale(1.4)
}

.inner-employees__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 270px !important;
    height: auto
}

.inner-employees__slide-item {
    position: relative;
    width: 100%;
    height: 270px;
    border-radius: 50%;
    padding: 15px;
    background-image: url(/build/assets/decor-1-X7zcTDr4.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.inner-employees__slide p {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    margin-top: 30px
}

.inner-employees__slide p span {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%
}

.inner-employees__slide:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    background-image: url(/build/assets/decor-2-BpaXASII.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 24px;
    top: 24px;
    z-index: 1
}

.inner-employees__slide img {
    filter: grayscale(1)
}

.inner-employees .swiper-slide-active .inner-employees__slide-item img {
    filter: grayscale(0) !important
}

@media screen and (max-width: 1600px) {
    .inner-employees .container {
        max-width: 1546px !important;
        padding: 0 2px
    }
}

@media screen and (max-width: 991px) {
    .inner-employees {
        padding: 60px 0 40px
    }

    .inner-employees__slide-item {
        width: 100%;
        height: 230px;
        width: 230px
    }

    .inner-employees__slide-item img {
        width: 210px
    }

    .inner-employees__slide {
        width: 230px !important
    }

    .inner-employees__slide p span {
        font-size: 18px
    }

    .inner-employees__slide p {
        margin-top: 20px
    }
}

@media screen and (max-width: 769px) {
    .inner-employees__slide-item {
        width: 100%;
        height: 200px;
        width: 200px
    }

    .inner-employees__slide-item img {
        width: 180px
    }

    .inner-employees__slide {
        width: 200px !important
    }

    .inner-employees__slide p span {
        font-size: 16px
    }
}

.inner-price {
    padding: 80px 0;
    z-index: 0
}

.inner-price:after {
    position: absolute;
    right: 0;
    top: 80px;
    content: "";
    display: block;
    z-index: -1;
    width: 50%;
    height: 710px;
    background-color: #c0e300;
    border-radius: 23px 0 0 23px
}

.inner-price--corporate:after {
    top: 100px
}

.inner-price__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 55px
}

.inner-price__card {
    border-radius: 50px;
    padding: 24px 40px 40px;
    width: 50%;
    box-shadow: 9px -6px 30px #00000040;
    background: linear-gradient(180deg, #1b1b1b, #000);
    display: flex;
    flex-direction: column;
    row-gap: 22px
}

.inner-price__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(44, 44, 44, .75);
    padding-bottom: 12px
}

.inner-price__top p {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff
}

.inner-price__top-top {
    display: flex;
    align-items: center;
    column-gap: 16px
}

.inner-price__top-top p {
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff
}

.inner-price__top-top--center {
    margin: 0 auto
}

.inner-price__top-top--center p span {
    font-size: 24px
}

.inner-price__rate {
    display: flex;
    flex-direction: column;
    row-gap: 24px
}

.inner-price__rate p {
    color: #fff
}

.inner-price__rate p:first-child {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase
}

.inner-price__rate p:last-child {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff
}

.inner-price__rate p:last-child span {
    font-weight: 400;
    color: #c0e300
}

.inner-price__for {
    border: 1px solid rgba(44, 44, 44, .75);
    border-radius: 25px;
    padding: 16px 30px 30px
}

.inner-price__for p {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 16px
}

.inner-price__for ul {
    display: flex;
    flex-direction: column;
    row-gap: 16px
}

.inner-price__for ul li {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    padding-left: 30px;
    position: relative;
}

.inner-price__for ul li:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url(/build/assets/check-DIWsSBi-.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.inner-price__for:is(.inner-price__for--vk, .inner-price__for--avito, .inner-price__for--ceo, .inner-price__for--landing) ul li {
    min-height: auto
}

@media screen and (max-width: 1600px) {
    .inner-price__card {
        height: auto
    }

    .inner-price__for--vk ul li {
        min-height: 48px
    }

    .inner-price:after {
        height: 735px
    }
}

@media screen and (max-width: 1400px) {
    .inner-price:after {
        height: 700px
    }

    .inner-price__top p {
        font-size: 18px
    }

    .inner-price__top-top p {
        font-size: 33px
    }

    .inner-price__for ul li {
        font-size: 16px
    }

    .inner-price__card .contecst__btn span:last-child {
        display: none
    }

    .inner-price__for--vk ul li {
        min-height: 39px;
        font-size: 15px
    }

    .inner-price__for--avito ul li {
        min-height: 39px !important
    }

    .inner-price__for--ceo ul li {
        font-size: 15px;
        min-height: auto !important
    }
}

@media screen and (max-width: 1200px) {
    .inner-price:after {
        height: 614px
    }

    .inner-price__card {
        padding: 16px;
        border-radius: 24px
    }

    .inner-price__for {
        padding: 16px
    }

    .inner-price__for ul li {
        min-height: auto
    }

    .inner-price__for--ceo ul li {
        font-size: 16px
    }
}

@media screen and (max-width: 1100px) {
    .inner-price:after {
        height: 693px
    }

    .inner-price--corporate:after {
        height: 620px
    }

    .inner-price__for p {
        font-size: 18px
    }

    .inner-price__rate p:last-child {
        font-size: 18px
    }

    .inner-price__rate p:first-child {
        font-size: 24px
    }

    .inner-price__top {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px
    }

    .inner-price__top-top {
        width: 100%;
        justify-content: space-between
    }

    .inner-price__top-top p {
        font-size: 40px
    }

    .inner-price__rate {
        row-gap: 16px
    }

    .inner-price__for ul li {
        min-height: 77px
    }

    .inner-price__for--vk ul li {
        min-height: 35px;
        font-size: 14px
    }
}

@media screen and (max-width: 991px) {
    .inner-price:after {
        top: 100px
    }

    .inner-price {
        padding: 40px 0
    }

    .inner-price__for ul li {
        min-height: auto
    }

    .inner-price__for--vk ul li {
        font-size: 15px
    }

    .inner-price__for--avito ul li {
        min-height: auto !important
    }

    .inner-price__inner {
        row-gap: 40px;
        flex-direction: column;
        align-items: center
    }

    .inner-price__card {
        width: 100%
    }
}

@media screen and (max-width: 576px) {
    .inner-price:after {
        top: 115px
    }

    .inner-price--corporate:after {
        top: 131px
    }

    .inner-price__top-top--center p span {
        font-size: 15px
    }
}

.inner-pride {
    padding: 80px 0;
    position: relative
}

.inner-pride__img {
    z-index: -1;
    position: absolute;
    bottom: 30px;
    left: 0
}

.inner-pride__inner {
    display: flex;
    column-gap: 40px;
    justify-content: space-between;
    align-items: end
}

.inner-pride__company {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 690px
}

.inner-pride__company h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #c0e300;
    padding-left: 60px;
    position: relative;
    margin-bottom: 16px
}

.inner-pride__company h3:before {
    width: 48px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url(/build/assets/decor-min-BPC_NiFf.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.inner-pride__company h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 32px
}

.inner-pride__company-decor {
    border: 1px solid #000;
    border-radius: 26px;
    padding: 1px;
    background: linear-gradient(180deg, #101010, #000);
    animation-name: dzenScale;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    cursor: pointer
}

@keyframes dzenScale {
    0% {
        transform: scale(1);
        border: 1px solid #000
    }

    50% {
        transform: scale(.98);
        border: 1px solid #C0E300
    }

    to {
        transform: scale(1);
        border: 1px solid #000
    }
}

.inner-pride__company-decor>div {
    min-height: 339px;
    width: 100%;
    background-image: url(/build/assets/peoples-jIH0VDs6.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    padding: 24px
}

.inner-pride__company-decor>div>p {
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
    color: #fff;
    max-width: 375px
}

.inner-pride__company-decor_description {
    padding: 22px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #fff
}

.inner-pride__top {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    max-width: 810px;
    width: 100%
}

.inner-pride__top-card {
    width: 100%;
    border-radius: 24px;
    padding: 24px 40px 40px;
    box-shadow: 9px -6px 30px #00000040;
    background: linear-gradient(180deg, #101010, #000)
}

.inner-pride__top-card_title {
    font-weight: 500;
    font-size: 30px;
    line-height: 133%;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 15px;
    padding-left: 60px;
    margin-bottom: 24px;
    position: relative;
    border-bottom: 1px solid rgba(44, 44, 44, .75)
}

.inner-pride__top-card_title span {
    color: #c0e300
}

.inner-pride__top-card_title:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 48px;
    height: 40px;
    background-image: url(/build/assets/decor-min-BPC_NiFf.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.inner-pride__top-card_reward {
    display: flex;
    justify-content: space-between;
    column-gap: 24px
}

.inner-pride__top-card_reward div {
    width: 50%;
    border: 1px solid rgba(44, 44, 44, .75);
    border-radius: 25px;
    min-height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px
}

.inner-pride__top-card_reward div p {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    max-width: 235px
}

@media screen and (max-width: 1600px) {
    .inner-pride__company {
        max-width: 570px
    }

    .inner-pride__company-decor>div {
        min-height: 278px
    }
}

@media screen and (max-width: 1400px) {
    .inner-pride__img {
        bottom: auto;
        top: 200px
    }

    .inner-pride__inner {
        flex-direction: column;
        row-gap: 30px;
        align-items: start
    }

    .inner-pride__company {
        max-width: 70%
    }

    .inner-pride__company-decor>div {
        border-radius: 25px 25px 0 0;
        min-height: 339px;
        background-size: cover;
        padding: 24px
    }

    .inner-pride__top {
        row-gap: 40px;
        max-width: 1000px;
        margin: 0 auto
    }
}

@media screen and (max-width: 991px) {
    .inner-pride__img {
        display: none
    }

    .inner-pride {
        padding: 40px 0
    }

    .inner-pride__company {
        max-width: 100%
    }
}

@media screen and (max-width: 769px) {
    .inner-pride__top-card_reward {
        row-gap: 15px;
        flex-direction: column
    }

    .inner-pride__top-card_reward div p {
        max-width: 230px
    }

    .inner-pride__top-card_reward div {
        width: 100%
    }

    .inner-pride__company-decor>div {
        min-height: 230px
    }

    .inner-pride__top-card_title {
        font-size: 24px
    }
}

@media screen and (max-width: 576px) {
    .inner-pride__company h3 {
        font-size: 16px
    }

    .inner-pride__company h2 {
        font-size: 32px;
        margin-bottom: 20px
    }

    .inner-pride__company-decor>div>p {
        font-size: 20px;
        max-width: 258px
    }

    .inner-pride__company-decor_description {
        padding: 12px;
        font-size: 16px
    }

    .inner-pride__company-decor {
        background: #0c0c0c
    }

    .inner-pride__top-card_title:before {
        top: -6px;
        width: 30px;
        height: 30px
    }

    .inner-pride__top-card_title {
        font-size: 18px;
        padding-left: 36px
    }

    .inner-pride__top-card_reward div p {
        font-size: 18px;
        max-width: 210px
    }

    .inner-pride__company-decor>div {
        min-height: 200px
    }

    .inner-pride__top-card {
        padding: 16px
    }
}

.inner-banner {
    padding: 80px 0;
    position: relative;
    z-index: 0
}

.inner-banner:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 50px;
    background-color: #c0e300;
    width: 50%;
    border-radius: 0 23px 23px 0;
    height: 532px
}

.inner-banner:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #c0e300;
    border-radius: 50%;
    width: 255px;
    height: 255px;
    right: 60px;
    top: 0
}

.inner-banner__inner {
    border: 1px solid #C0E300;
    border-radius: 50px;
    width: 100%;
    padding: 130px 0 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 80px;
    background: radial-gradient(384.44% 130.92% at 50.49% -13.29%, #202020, #101010 55.5000007153%, #040404)
}

.inner-banner__inner-left {
    width: 100%;
    max-width: 630px
}

.inner-banner__inner-left h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #fff;
    position: relative;
    padding-left: 60px;
    margin-bottom: 24px
}

.inner-banner__inner-left h4:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    background-image: url(/build/assets/audit-HF4evafG.svg);
    width: 48px;
    height: 48px
}

.inner-banner__inner-left_subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 30px
}

.inner-banner__inner-left_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 80px
}
.inner-banner__inner-left_text strong{
    color: #c0e300;
}
.inner-banner__inner-left_text:is(.inner-banner__inner-left_text--ceo, .inner-banner__inner-left_text--corporate) {
    margin-bottom: 130px
}

.inner-banner__inner .common-btn {
    padding: 20px
}

.inner-banner__inner .common-btn span:first-child {
    margin: 0 auto;
    width: fit-content
}

.inner-banner__inner-right {
    min-height: 353px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 540px
}

.inner-banner__inner-right .common-btn {
    display: none
}

.inner-banner__inner-right ul {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    border: 1px solid rgba(44, 44, 44, .75);
    border-radius: 25px;
    padding: 30px
}

.inner-banner__inner-right ul li {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    padding-left: 30px
}

.inner-banner__inner-right ul li:before {
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    display: block;
    width: 17px;
    height: 13px;
    background-image: url(/build/assets/ok-BbjfGhYU.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.inner-banner__inner-right p {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff
}

.inner-banner__inner-right:is(.inner-banner__inner-right--ceo, .inner-banner__inner-right--corporate) {
    min-height: 390px
}

@media screen and (max-width: 1400px) {
    .inner-banner__inner-left {
        max-width: 502px
    }

    .inner-banner__inner {
        column-gap: 35px
    }

    .inner-banner__inner-right {
        min-height: 409px;
        max-width: 482px
    }

    .inner-banner__inner-right--ceo {
        min-height: 380px
    }

    .inner-banner__inner-right--ceo p {
        font-size: 18px
    }

    .inner-banner__inner-left_text {
        margin-bottom: 44px
    }

    .inner-banner__inner-left_text--corporate {
        margin-bottom: 30px !important
    }
}

@media screen and (max-width: 1200px) {
    .inner-banner__inner {
        flex-direction: column;
        row-gap: 50px;
        padding: 80px 40px
    }

    .inner-banner__inner-left {
        max-width: 700px
    }

    .inner-banner__inner-right {
        min-height: auto;
        row-gap: 30px;
        max-width: 700px
    }

    .inner-banner__inner-right--corporate {
        min-height: auto !important
    }
}

@media screen and (max-width: 991px) {
    .inner-banner {
        padding: 40px 0;
        overflow: hidden
    }

    .inner-banner__inner .common-btn {
        display: none
    }

    .inner-banner__inner-right .common-btn {
        display: block
    }

    .inner-banner__inner-left_text {
        margin-bottom: 0
    }

    .inner-banner__inner {
        row-gap: 30px;
        padding: 35px 16px 32px;
        border-radius: 24px
    }

    .inner-banner:after {
        width: 200px;
        height: 200px;
        right: -10%;
        top: 120px
    }

    .inner-banner:before {
        bottom: 27px;
        height: 450px;
        width: 60%
    }
}

@media screen and (max-width: 769px) {
    .inner-banner__inner-left h4 {
        font-size: 24px;
        padding-left: 50px
    }

    .inner-banner__inner-left_subtitle {
        font-size: 20px
    }

    .inner-banner__inner-left_text {
        font-size: 18px
    }

    .inner-banner__inner-right ul li {
        font-size: 16px
    }

    .inner-banner__inner-right ul {
        padding: 16px
    }

    .inner-banner__inner-right p {
        font-size: 18px
    }

    .inner-banner__inner-left h4:before {
        width: 40px;
        height: 40px;
        background-size: cover;
        top: -5px
    }
}

.inner-map {
    position: relative;
    z-index: 0;
    color: #fff;
    padding: 80px 0
}

.inner-map__map {
    filter: grayscale(.9) invert(1);
    z-index: -1
}

.inner-map__map-inner {
    width: 100%;
    height: 550px
}

.inner-map__contacts {
    border-radius: 25px;
    padding: 40px 120px;
    width: 100%;
    max-width: 1079px;
    background-color: #090909f2;
    margin: 50px auto 0;
    display: flex;
    flex-direction: column
}

.inner-map__contacts h5 {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 16px
}

.inner-map__contacts-help {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 25px
}

.inner-map__contacts-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px
}

.inner-map__contacts-el {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    max-width: 255px
}

.inner-map__contacts-el>* {
    display: flex;
    align-items: center;
    color: #fff
}

.inner-map__contacts-el_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    column-gap: 16px
}

.inner-map__contacts-el_descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
}

.inner-map__contacts-el_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline
}

.inner-map__contacts-link {
    color: #c0e300;
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px
}

.inner-map__contacts-bot {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.inner-map__contacts-bot .common-btn {
    padding: 16px 0;
    font-size: 20px;
    line-height: 120%;
    max-width: 530px;
    border-radius: 16px;
    color: #000;
    background-color: #c0e300
}

.inner-map__contacts-bot>div {
    display: flex;
    column-gap: 24px
}

@media screen and (max-width: 991px) {
    .inner-map__contacts {
        max-width: 769px;
        margin: 24px auto 0;
        background-color: #101010f2
    }

    .inner-map__map-inner {
        height: 400px
    }

    .inner-map__contacts-info {
        flex-direction: column;
        margin-bottom: 25px;
        row-gap: 40px
    }

    .inner-map__contacts-el {
        max-width: 100%
    }

    .inner-map__contacts-bot {
        flex-direction: column;
        row-gap: 24px
    }

    .inner-map__contacts-link {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 769px) {
    .inner-map__contacts {
        max-width: 576px
    }

    .inner-map__map-inner {
        height: 300px
    }
}

@media screen and (max-width: 576px) {
    .inner-map__contacts {
        max-width: 425px;
        padding: 16px 16px 32px
    }
}

@media screen and (max-width: 425px) {
    .inner-map__contacts {
        max-width: 335px
    }
}

.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px
}

.services-item {
    width: calc(33% - 40px)
}

.services-item-icon {
    margin-bottom: 40px
}

.services-item-name {
    color: #fff;
    font-size: 32px;
    line-height: 140%;
    font-weight: 500
}

.services-item-links ul {
    margin: 24px 0 8px;
    padding: 0
}

.services-item-links ul li {
    display: block;
    margin-bottom: 16px
}

.services-item-links ul li a {
    color: #fff;
    font-size: 28px;
    line-height: 140%;
    font-weight: 400
}

.services-item-links ul li.hidden {
    display: none
}

.services-item-viewbutton {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    font-size: 28px;
    line-height: 140%;
    font-weight: 400;
    margin-top: 20px
}

.services-item-viewbutton-text {
    color: #c0e300;
    margin: -6px 20px 0 0
}

.services-item-viewbutton-text span {
    border-bottom: 1px solid
}

.services-item-viewbutton.opened svg {
    transform: rotate(-180deg)
}

@media (max-width: 1400px) {
    .services-item {
        width: calc(34% - 40px)
    }

    .services-item-links ul li a {
        font-size: 24px
    }
}

@media (max-width: 1200px) {
    .services-item-icon {
        max-width: 120px
    }
}

@media (max-width: 1100px) {
    .services-item-links ul li a {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .services {
        justify-content: space-between;
        gap: 40px 20px
    }

    .services-item {
        width: calc(50% - 10px)
    }

    .services-item-name {
        font-size: 24px
    }

    .services-item-links ul li a {
        color: #fff;
        font-size: 24px
    }

    .services-item-viewbutton {
        font-size: 24px
    }
}

.common-btn {
    border: 1px solid #C0E300;
    border-radius: 25px;
    padding: 30px;
    width: 100%;
    max-width: 771px;
    background-color: transparent;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: left;
    color: #c0e300;
    position: relative;
    cursor: pointer
}

.common-btn span:first-child {
    display: flex;
    align-items: baseline;
    column-gap: 12px
}

.common-btn span:first-child svg {
    position: relative;
    top: 1.5px;
    left: 0;
    transition: all .5s ease;
    animation: moveArrow 1s infinite alternate ease-in-out
}

@keyframes moveArrow {
    0% {
        left: -3px;
        transform: scale(1)
    }

    to {
        left: 7px;
        transform: scale(1.5)
    }
}

.common-btn span:last-child {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #5a5959bf;
    max-width: fit-content
}

.common-btn--solo {
    text-align: center
}

@media screen and (max-width: 1200px) {
    .common-btn {
        padding: 25px 20px;
        font-size: 20px
    }

    .common-btn span:last-child {
        font-size: 18px
    }
}

@media screen and (max-width: 1100px) {
    .common-btn {
        padding: 25px 20px;
        font-size: 20px
    }

    .common-btn span:last-child {
        right: 20px;
        font-size: 16px
    }
}

@media screen and (max-width: 991px) {
    .common-btn {
        display: flex;
        justify-content: center;
        color: #050505;
        background-color: #c0e300
    }

    .common-btn span:first-child svg path {
        fill: #050505
    }

    .common-btn span:last-child {
        display: none
    }
}

@media screen and (max-width: 576px) {
    .common-btn {
        padding: 16px 20px;
        font-size: 18px;
        border-radius: 16px
    }
}

.offer-title {
    font-weight: 500;
    line-height: 120%;
    color: #e4e4e4;
    margin-bottom: 56px;
    position: relative
}

@media screen and (max-width: 576px) {
    .offer-title {
        text-align: center;
        padding-top: 30px;
        margin-bottom: 24px
    }
}

.offer-title__el {
    font-weight: 600;
    display: inline-block
}

.offer-title__el:first-letter {
    color: #c0e300 !important
}

.offer-title__circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #c0e300;
    position: relative;
    top: 2px;
    margin-left: 20px
}

@media screen and (max-width: 769px) {
    .offer-title__circle {
        width: 25px;
        height: 25px;
        margin-left: 10px
    }
}

@media screen and (max-width: 576px) {
    .offer-title__circle {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        left: 50%;
        transform: translate(-110%);
        margin-left: 0
    }
}

.offer-title__circle:after {
    content: "";
    position: absolute;
    display: inline-block;
    max-width: 100%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #c0e300;
    right: -38px;
    top: 0
}

@media screen and (max-width: 769px) {
    .offer-title__circle:after {
        width: 25px;
        height: 25px;
        right: -30px
    }
}

@media screen and (max-width: 576px) {
    .offer-title__circle:after {
        width: 20px;
        height: 20px;
        right: -27px
    }
}

.fz64 {
    font-size: 64px
}

@media screen and (max-width: 1400px) {
    .fz64 {
        font-size: 58px
    }
}

@media screen and (max-width: 1200px) {
    .fz64 {
        font-size: 52px
    }
}

@media screen and (max-width: 769px) {
    .fz64 {
        font-size: 48px
    }
}

@media screen and (max-width: 576px) {
    .fz64 {
        font-size: 42px
    }
}

@media screen and (max-width: 475px) {
    .fz64 {
        font-size: 32px
    }
}

.fz78 {
    font-size: 78px
}

@media screen and (max-width: 1600px) {
    .fz78 {
        font-size: 65px
    }
}

@media screen and (max-width: 1400px) {
    .fz78 {
        font-size: 52px
    }
}

@media screen and (max-width: 1200px) {
    .fz78 {
        font-size: 49px
    }
}

@media screen and (max-width: 769px) {
    .fz78 {
        font-size: 36px
    }
}

@media screen and (max-width: 576px) {
    .fz78 {
        font-size: 32px
    }
}

@media screen and (max-width: 475px) {
    .fz78 {
        font-size: 26px
    }
}

.fz56 {
    font-size: 56px
}

@media screen and (max-width: 1400px) {
    .fz56 {
        font-size: 44px
    }
}

@media screen and (max-width: 1200px) {
    .fz56 {
        font-size: 34px
    }
}

@media screen and (max-width: 769px) {
    .fz56 {
        font-size: 36px
    }
}

@media screen and (max-width: 576px) {
    .fz56 {
        font-size: 32px
    }
}

@media screen and (max-width: 475px) {
    .fz56 {
        font-size: 26px
    }
}

.fz48 {
    font-size: 48px
}

.fz44 {
    font-size: 44px
}

.fz40 {
    font-size: 40px
}

@media screen and (max-width: 1600px) {
    .fz40 {
        font-size: 38px
    }
}

@media screen and (max-width: 1400px) {
    .fz40 {
        font-size: 32px
    }
}

@media screen and (max-width: 1200px) {
    .fz40 {
        font-size: 28px
    }
}

@media screen and (max-width: 769px) {
    .fz40 {
        font-size: 26px
    }
}

@media screen and (max-width: 576px) {
    .fz40 {
        font-size: 24px
    }
}

@media screen and (max-width: 475px) {
    .fz40 {
        font-size: 20px
    }
}

.fz32 {
    font-size: 32px
}

.page-top-numbers {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.page-top-numbers__item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.page-top-numbers__value {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 78px;
    line-height: 1;
    color: #FFFFFF;
}

.page-top-numbers__text {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #FFFFFF;
    max-width: 150px;
}

@media screen and (max-width: 1200px) {
    .page-top-numbers__value {
        font-size: 68px;
    }
    .page-top-numbers__text {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .page-top-numbers {
        gap: 30px;
        margin-top: 40px;
    }
    .page-top-numbers__value {
        font-size: 58px;
    }
    .page-top-numbers__item {
        gap: 10px;
    }
}

@media screen and (max-width: 769px) {
    .page-top-numbers {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

@media screen and (max-width: 576px) {
    .page-top-numbers__value {
        font-size: 48px;
    }
    .page-top-numbers__text {
        font-size: 14px;
        max-width: 120px;
    }
}


.services-grid {
    background-color: #050505;
}

.services-grid__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    max-width: 1546px;
    margin: 0 auto;
}

.services-grid__item {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.services-grid__item:hover {
    border-color: #c0e300;
}

.services-grid__item-bg {
    position: absolute;
    top: 0%;
    right: -20%;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}


.services-grid__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.services-grid__item:hover .services-grid__item-bg {
    transform: scale(1.05);
}

.services-grid__item-title {
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-weight: 500;
}

.services-grid__item--highlighted {
    border: 2px solid #c0e300;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .services-grid__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .services-grid__wrapper {
        grid-template-columns: 1fr;
    }

    .services-grid__item-title {
        font-size: 20px;
    }
} 

.guarantee {
    padding: 80px 0;
}
.guarantee__text {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #6B6B6B;
    text-align: center;
    margin: 0 auto;
}
.guarantee__line {
    width: 80%;
    max-width: 640px; /* 80% of 800px */
    height: 1px;
    background-color: #555;
    margin: 40px auto;
}
.guarantee .run__slide {
    margin-top: 40px;
}
.guarantee .run__slide-item img {
    max-height: 50px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}
.guarantee .run__slide-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .guarantee {
        padding: 60px 0;
    }
    .guarantee__text {
        font-size: 20px;
    }
    .guarantee__line {
        margin: 30px auto;
    }
}

@media screen and (max-width: 576px) {
    .guarantee {
        padding: 40px 0;
    }
    .guarantee__text {
        font-size: 18px;
    }
    .guarantee__line {
        margin: 25px auto;
    }
    .guarantee .run__slide-item img {
        max-height: 40px;
    }
} 


.why-us {
    padding: 100px 0;
    overflow: hidden;
}

.why-us__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.why-us__content {
    max-width: 800px;
    flex-shrink: 0;
}

.why-us__title {
    font-weight: 500;
    font-size: 56px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 40px;
}

.why-us__description {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #fff;

}

.why-us__description p {
    margin-bottom: 20px;
}
.why-us__description p:last-child {
    margin-bottom: 0;
}

.why-us__description strong,
.why-us__description b {
    color: #c0e300;
    font-weight: 400;
}

.why-us__button {
    margin-top: 50px;
    display: inline-block;
    padding: 18px 40px;
    border: 1px solid #c0e300;
    border-radius: 50px;
    color: #c0e300;
    background-color: transparent;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
}

.why-us__button:hover {
    background-color: #c0e300;
    color: #050505;
}

.why-us__image {
    position: relative;
    max-width: 600px;
    width: 100%;
}

.why-us__image img {
    width: 100%;
    display: block;
}

.why-us__image-circles {
    position: absolute;
    top: -15px;
    right: -15px;
    display: flex;
    gap: 15px;
}

.why-us__image-circles span {
    width: 30px;
    height: 30px;
    background-color: #c0e300;
    border-radius: 50%;
}

.why-us__image-decor {
    position: absolute;
    bottom: -40px;
    left: 100px;
    width: 400px;
    height: 150px;
    background-color: #c0e300;
    z-index: -1;
}

@media screen and (max-width: 1200px) {
    .why-us__content {
        max-width: 50%;
    }
    .why-us__image {
        max-width: 45%;
    }
}

@media screen and (max-width: 991px) {
    .why-us__wrapper {
        flex-direction: column;
        text-align: center;
    }
    .why-us__content {
        max-width: 80%;
    }
    .why-us__image {
        max-width: 80%;
        margin-top: 40px;
    }
    .why-us__image-decor {
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }
}

@media screen and (max-width: 576px) {
    .why-us__content {
        max-width: 100%;
    }
    .why-us__image {
        max-width: 100%;
    }
    .why-us__title {
        font-size: 36px;
    }
    .why-us__description {
        font-size: 18px;
    }
    .why-us__image-circles {
        top: -15px;
        right: 20px;
    }
    .why-us__image-circles span {
        width: 20px;
        height: 20px;
    }
} 




/* Mega Menu Styles */
.header__wrapper {
    position: relative;
}
header .container{
    max-width: 100%;
}
html{
    font-optical-sizing: auto;
    font-style: normal;
}
.fdcst{
    display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 100%;   
}
.menu__item__dropdown.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #0F0F0F;
    border-radius: 0 0 10px 10px;
    padding:  32px 24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.menu__item:hover > .menu__item__dropdown.mega-menu {
    display: block;
}

.mega-menu .mega-menu-content {
    width: 100%;
    margin: 0 auto;
}

.mega-menu .mega-menu-columns {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.mega-menu .mega-menu-column {
    flex: 1;
}
.mobile-popular-services__title,
.mobile-menu-nav__link,
.mega-menu .mega-menu-column-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    text-transform: uppercase;
    color: #C0E300;
}
.mobile-popular-services__title,
.mega-menu .mega-menu-column-title {
    margin-bottom: 24px;
}
.mega-menu .mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mega-menu .mega-menu-list:not(:last-child){
    margin-bottom: 30px;
}

.mega-menu .mega-menu-list li {
    margin-bottom: 15px;
}

.mega-menu .mega-menu-list li:last-child {
    margin-bottom: 0;
}
.mobile-menu-nav__submenu-list a,
.mobile-popular-services__list a,
.mega-menu .mega-menu-list a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    transition: color 0.3s;
}

.mega-menu .mega-menu-list a:hover {
    color: #c0e300;
}
.popular-block{
    padding: 16px;
    border: 2px solid #C0E300;
    border-radius: 13px;
}
.mega-menu-badge {
    padding: 6px 8px;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
    display: flex;
}

.mega-menu-badge.green {
    background-color: #c0e300;
    color: #1a1a1a;
}

.mega-menu-badge.yellow {
    background-color: #ffc107;
    color: #1a1a1a;
}


.mega-menu-all-services-btn {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #c0e300;
    color: #c0e300;
    padding: 18px 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: background-color 0.3s, color 0.3s;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
}

.mega-menu-all-services-btn:hover {
    background-color: #c0e300;
    color: #1a1a1a;
}

/* Mobile Menu Styles */
@media screen and (max-width: 1200px) {
    .mobile-slide {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0F0F0F;
        z-index: 100;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }

    .mobile-slide.active {
        transform: translateX(0);
    }

    .mobile-slide__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        border-bottom: 1px solid #333;
    }

    .mobile-slide__close {
        cursor: pointer;
    }

    .mobile-slide__content {
        padding: 20px;
        flex-grow: 1;
    }

    .mobile-slide .mega-menu-badge {
        padding: 4px 8px;
        border-radius: 5px;
        font-size: 12px;
        font-weight: 600;
        margin-left: 10px;
    }

    .mobile-slide .mega-menu-badge.green {
        background-color: #c0e300;
        color: #1a1a1a;
    }

    .mobile-slide .mega-menu-badge.yellow {
        background-color: #c0e300;
        color: #1a1a1a;
    }

    .mobile-popular-services {
        background-color: #1a1a1a;
        padding: 20px;
        border-radius: 10px;
        border: 1px solid #c0e300;
        margin-bottom: 30px;
    }

    .mobile-popular-services__title {
        margin-bottom: 15px;
    }

    .mobile-popular-services__list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .mobile-popular-services__list li {
        margin-bottom: 10px;
    }

    .mobile-popular-services__list a {

    }

    .mobile-menu-nav__list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-menu-nav__item {
    }
    
    .mobile-menu-nav__item:first-child {
    }

    .mobile-menu-nav__link {
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        padding: 20px 0;
    }
    
    .mobile-menu-nav__item--accordion.active > .mobile-menu-nav__link {
        color: #c0e300;
    }

    .mobile-menu-nav__item--accordion > .mobile-menu-nav__link {
        position: relative;
    }

    .mobile-menu-nav__item--accordion > .mobile-menu-nav__link::after {
        content: '';
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 8px;
        height: 8px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transition: transform 0.3s, border-color 0.3s;
    }

    .mobile-menu-nav__item--accordion.active > .mobile-menu-nav__link::after {
        transform: translateY(-50%) rotate(225deg);
        border-color: #c0e300;
    }

    .mobile-menu-nav__submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out;
    }
    
    .mobile-menu-nav__submenu-list {
        padding: 10px 0;
        list-style: none;
        margin: 0;
    }
    
    .mobile-menu-nav__submenu-list a {
        padding: 10px 0;
    }
    
    .mobile-menu-nav__submenu-list .all-services-link a {
        color: #c0e300;
        position: relative;
    }

    .mobile-menu-nav__submenu-list .all-services-link a::after {
        content: '>';
        font-weight: bold;
        margin-left: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile-slide__footer {
        padding: 20px;
        margin-top: auto;
        text-align: center;
        border-top: 1px solid #333;
    }
    
    .mobile-slide__footer .header__phone {
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }
} 





/* Project Showcase Section */
.project-showcase {
    padding: 80px 0;
    background-color: #050505;
    color: #fff;
}

.project-showcase__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1546px;
    margin: 0 auto;
}

/* Content Section */
.project-showcase__content {
    padding-right: 40px;
}

.project-showcase__title {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 40px;
    position: relative;
}



.project-showcase__indicators .project-showcase__indicator {
    display: inline-block;
}

.project-showcase__indicators .project-showcase__indicator:last-child {
    margin-right: 0;
}

.project-showcase__indicator {
    width: 25px;
    height: 25px;
    background-color: #C0E300;
    border-radius: 50%;
}

.project-showcase__details {
    margin-bottom: 40px;
    border: 1px solid var(--dark-grey-75, #2C2C2CBF);
    border-radius: 15px;
    padding: 30px;
}

.project-showcase__detail {
    display: flex;
    margin-bottom: 16px;
    line-height: 1;
    font-size: 20px;
}

.project-showcase__detail:last-child {
    margin-bottom: 0;
}

.project-showcase__label {
    color: #C0E300;
    font-weight: 500;
    min-width: 120px;
    margin-right: 8px;
}

.project-showcase__value {
    color: #fff;
    flex: 1;
}

.project-showcase__link-wrapper {
    margin-top: 40px;
}

.project-showcase__link {
    display: none;
}

.project-showcase__link--mobile {
    display: none;
    align-items: center;
    gap: 12px;
    background-color: #C0E300;
    color: #000;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.project-showcase__link--mobile:hover {
    background-color: #a8c700;
    transform: translateY(-2px);
}

.project-showcase__link--mobile svg {
    transition: transform 0.3s ease;
}

.project-showcase__link--mobile:hover svg {
    transform: translateX(4px);
}

.project-showcase__url {
    color: #fff;
    font-size: 22px;
    border: 1px solid #C0E300;
    border-radius: 25px;
    padding: 30px;
    display: inline-block;
}
.project-showcase__url a{
    color: #C0E300;
    text-decoration: underline;
}
/* Image Section */
.project-showcase__image {
    position: relative;
}

.project-showcase__mockup-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .project-showcase__wrapper {
        gap: 40px;
    }
    
    .project-showcase__title {
        font-size: 42px;
    }
    
    .project-showcase__content {
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .project-showcase {
        padding: 60px 0;
    }
    .project-showcase__indicators {
        display: block;
    }
    .project-showcase__wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .project-showcase__content {
        padding-right: 0;
        order: 2;
    }
    
    .project-showcase__image {
        order: 1;
    }
    
    .project-showcase__mockup-image {
        transform: none;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .project-showcase__title {
        text-align: center;
    }
    
    .project-showcase__indicators {
        text-align: center;
    }
    
    .project-showcase__link--mobile {
        display: inline-flex;
    }
}

@media (max-width: 768px) {
    .project-showcase {
        padding: 40px 0;
    }
    
    .project-showcase__title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    .project-showcase__detail {
        flex-direction: column;
        margin-bottom: 20px;
    }
    
    .project-showcase__label {
        min-width: auto;
        margin-bottom: 4px;
    }
    
    .project-showcase__menu-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .project-showcase__hero {
        flex-direction: column;
        text-align: center;
        padding: 30px 16px;
        gap: 20px;
    }
    
    .project-showcase__hero-products {
        gap: 12px;
        justify-content: center;
    }
    
    .project-showcase__product {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 576px) {
    .project-showcase__title {
        font-size: 28px;
    }
    
    .project-showcase__link--mobile {
        display: inline-flex !important;
        padding: 14px 24px;
        font-size: 14px;
    }
    
    .project-showcase__url {
        display: none;
    }
    
    .project-showcase__detail {
        text-align: left;
    }
}



/* Project Info Section */
.project-info {
    padding: 80px 0;
    background-color: #050505;
    color: #fff;
}

.project-info__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1546px;
    margin: 0 auto;
}

/* Content Section */
.project-info__content {
    padding-right: 40px;
}

.project-info__header {
    margin-bottom: 40px;
}

.project-info__subtitle {
    color: #C0E300;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 16px 0;
    line-height: 1.1;
}

.project-info__category {
    color: #C0E300;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
    margin-top: 25px;
}

.project-info__title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.project-info__description {
    margin-bottom: 40px;
}

.project-info__description p {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.4;
}

.project-info__description p:last-child {
    margin-bottom: 0;
}

.project-info__description strong {
    color: #fff;
    font-weight: 400;
}

.project-info__description .highlight {
    color: #C0E300;
    font-weight: 500;
}

/* Tech Stack */
.project-info__tech-stack {
}

.project-info__tech-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    border: 1px solid #C0E300;
    border-radius: 15px;
    padding: 20px;
    max-width: 500px;
}

.project-info__tech-title {
    color: #C0E300;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    grid-column: 1 / -1;
}

.project-info__tech-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 1;
}

.project-info__tech-item .tech-label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.project-info__tech-item .tech-value {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}


/* Features Section */
.project-info__features {
    position: relative;
        height: 100%;
}

.project-info__features-inner {
    border-radius: 15px;
    padding: 30px;
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, #1B1B1B 0%, #000000 100%);
    border: 1px solid var(--dark-grey-75, #2C2C2CBF);
    box-shadow: 9px -6px 30px 0px #00000040;
    height: 100%;
}

.project-info__features::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -45%;
    width: 130%;
    top: -10%;
    height: 120%;
    background: linear-gradient(135deg, #C0E300 0%, #a8c700 100%);
    border-radius: 35px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.project-info__features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-info__features-list li {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.project-info__features-list li:last-child {
    margin-bottom: 0;
}

.project-info__features-list li::before {
    content: '✓';
    color: #C0E300;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
}

/* Mobile Elements (hidden on desktop) */
.project-info__mobile-features {
    display: none;
    margin-top: 25px;
}

.project-info__mobile-indicators {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 30px 0;
}

.project-info__indicator {
    width: 25px;
    height: 25px;
    background-color: #C0E300;
    border-radius: 50%;
}

.project-info__cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #C0E300;
    color: #000;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: 100%;
    justify-content: center;
}

.project-info__cta-button:hover {
    background-color: #a8c700;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .project-info__wrapper {
        gap: 40px;
    }
    
    .project-info__subtitle {
        font-size: 32px;
    }
    
    .project-info__content {
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .project-info {
        padding: 60px 0;
    }
    
    .project-info__wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .project-info__content {
        padding-right: 0;
        text-align: center;
    }
    
    .project-info__features {
        display: none;
    }
    
    .project-info__mobile-features {
        display: block;
        text-align: center;
    }
    
    .project-info__mobile-features .project-info__features-list {
        background: #000;
        border: 1px solid #C0E300;
        border-radius: 15px;
        padding: 30px;
        margin-bottom: 30px;
        text-align: left;
    }
    
    .project-info__mobile-features .project-info__features-list li {
        color: #fff;
    }
    
    .project-info__mobile-features .project-info__features-list li::before {
        color: #C0E300;
    }
    
    .project-info__tech-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        text-align: left;
    }
    
}

@media (max-width: 768px) {
    .project-info {
        padding: 40px 0;
    }
    
    .project-info__subtitle {
        font-size:  26px;
    }
    
    .project-info__title {
        font-size: 28px;
    }
    
    .project-info__description p {
        font-size: 14px;
    }
    
    .project-info__features-list li {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .project-info__subtitle {
        font-size: 22px;
    }
    
    .project-info__title {
        font-size: 24px;
    }
    
    .project-info__cta-button {
        padding: 14px 24px;
        font-size: 14px;
    }
}




/* Project Results Section */
.project-results {
    padding: 100px 0;
    color: #fff;
    position: relative;
}

.project-results__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1546px;
    margin: 0 auto;
}

/* Left Column */
.project-results__left {
    display: block;
}

.project-results__subtitle {
    color: #C0E300;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 16px 0;
    line-height: 1.1;
}

.project-results__title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 30px 0;
}

/* Goals Section */
.project-results__goals {
    margin-bottom: 40px;
}

.project-results__goal {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 12px;

}

.project-results__goal:last-child {
    margin-bottom: 0;
}

.project-results__goal-icon {
    color: #C0E300;
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-top: 3px;
}

.project-results__goal-text {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
}

/* Campaign Section */
.project-results__campaign {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid #C0E300;
    border-radius: 15px;
    background: rgba(192, 227, 0, 0.05);
}

.project-results__campaign-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.project-results__campaign-icon img {
    width: 60px;
    height: 60px;
}

.project-results__campaign-info h4 {
    color: #C0E300;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.project-results__campaign-info p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
}

.project-results__campaign-divider {
    height: 1px;
    background: rgba(192, 227, 0, 0.3);
    margin: 0 0 20px 0;
}

/* Costs Section */
.project-results__costs {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.project-results__cost-item {
    display: flex;
    align-items: center;
}

.project-results__cost-item:last-child {
    border-bottom: none;
}

.project-results__cost-label {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-right: 5px;
}

.project-results__cost-value {
    color: #C0E300;
    font-size: 18px;
    font-weight: 600;
}

/* Right Column - Features Section */
.project-results__features {
    position: relative;
    height: 100%;
}

.project-results__features-inner {
    border-radius: 15px;
    padding: 30px;
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, #1B1B1B 0%, #000000 100%);
    border: 1px solid var(--dark-grey-75, #2C2C2CBF);
    box-shadow: 9px -6px 30px 0px #00000040;
    height: 100%;
}

.project-results__features::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -45%;
    width: 130%;
    top: -10%;
    height: 120%;
    background: linear-gradient(135deg, #C0E300 0%, #a8c700 100%);
    border-radius: 35px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.project-results__results-title {
    color: #C0E300;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 25px 0;
    text-align: left;
}

.project-results__features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-results__features-list li {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.project-results__features-list li:last-child {
    margin-bottom: 0;
}

.project-results__features-list li::before {
    content: '✓';
    color: #C0E300;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
}

/* Mobile Elements (hidden on desktop) */
.project-results__mobile-features {
    display: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .project-results__grid {
        gap: 40px;
        padding: 0 20px;
    }
    
    .project-results__features::after {
        right: -30%;
        width: 120%;
    }
}

@media (max-width: 991px) {
    .project-results {
        padding: 80px 0;
    }
    
    .project-results__grid {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: left;
    }
    
    .project-results__subtitle {
        font-size: 32px;
    }
    
    .project-results__title {
        font-size: 32px;
    }
    
    .project-results__goal-text {
        font-size: 18px;
    }
    
    .project-results__campaign-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .project-results__features::after {
        display: none;
    }
    
    .project-results__features-inner {
        background: #000;
        border: 2px solid #C0E300;
    }
    
    .project-results__features-list li {
        font-size: 18px;
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    .project-results {
        padding: 60px 0;
    }
    
    .project-results__subtitle {
        font-size: 26px;
    }
    
    .project-results__title {
        font-size: 28px;
    }
    
    .project-results__goal-text {
        font-size: 16px;
    }
    
    .project-results__campaign-info h4 {
        font-size: 16px;
    }
    
    .project-results__campaign-info p {
        font-size: 14px;
    }
    
    .project-results__cost-label,
    .project-results__cost-value {
        font-size: 14px;
    }
    
    .project-results__features-list li {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .project-results {
        padding: 50px 0;
    }
    
    .project-results__grid {
        padding: 0 15px;
        gap: 40px;
    }
    
    .project-results__subtitle {
        font-size: 22px;
    }
    
    .project-results__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .project-results__goal-text {
        font-size: 14px;
    }
    
    .project-results__campaign {
        padding: 20px;
    }
    
    .project-results__campaign-icon img {
        width: 50px;
        height: 50px;
    }
    
    .project-results__cost-item {
        padding: 12px 0;
    }
    
    .project-results__features-list li {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

/* Result Section */
.result-section {
    padding: 80px 0 120px 0;
    position: relative;
    overflow: hidden;
}

/* Background decorations */
.result-section__background-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 630px;
    width: 100%;
    background-image: url('Group 1693 1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    max-width: 1700px;
}

.result-section__background-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 630px;
    max-width: 1700px;
    
    background-image: url('Group 1693 2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.result-section__content {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Title */
.result-section__title {
    color: #C0E300;
    font-size: 82.5px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 125px 0;
    letter-spacing: 2px;
}

/* Stats section */
.result-section__stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 863px;
    margin: 0 auto 80px auto;
    gap: 30px;
}

.result-section__stat-block {
    backdrop-filter: blur(6.2px);
    border: 1px solid var(--dark-grey-75, #2C2C2CBF);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: left;
    width: 100%;
    background: #0606060D;

}

.result-section__number {
    color: #C0E300;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 16px;
}

.result-section__icon {
    margin-bottom: 16px;
}

.result-section__icon img {
    width: 60px;
    height: 60px;
}

.result-section__block-info h3 {
    color: #C0E300;
    font-weight: 600;
    margin: 0 0 12px 0;
}
.result-section__block-info{
    font-size: 16px;
}
.result-section__block-info p {
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.result-section__block-info strong {
    color: #C0E300;
    font-weight: 600;
}

/* Case Images */
.result-section__case-images {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.result-section__case-desktop {
    position: relative;
    z-index: 2;
}

.result-section__case-img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.result-section__case-mobile {
    position: absolute;
    top: 50%;
    right: -150px;
    transform: translateY(-50%);
    z-index: 3;
}

.result-section__case-img-mobile {
    max-width: 300px;
    height: auto;
    border-radius: 20px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .result-section__stats {
        gap: 40px;
        padding: 0 20px;
    }
    
    .result-section__case-mobile {
        right: -80px;
        bottom: -40px;
    }
    
    .result-section__case-img-mobile {
        max-width: 250px;
    }
}

@media (max-width: 991px) {
    .result-section {
        padding: 60px 0 100px 0;
    }
    
    .result-section__title {
        font-size: 48px;
        margin-bottom: 60px;
    }
    
    .result-section__stats {
        padding: 0 20px;
        margin-bottom: 60px;
    }
    
    .result-section__number {
        font-size: 32px;
    }
    
    .result-section__case-mobile {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin-top: 30px;
    }
    
    .result-section__case-images {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .result-section {
        padding: 50px 0 80px 0;
    }
    
    .result-section__title {
        font-size: 36px;
    }
    
    .result-section__number {
        font-size: 28px;
    }
    
    .result-section__block-info h3 {
        font-size: 16px;
    }
    
    .result-section__block-info p {
        font-size: 12px;
    }
    
    .result-section__background-top,
    .result-section__background-bottom {
        height: 150px;
    }
}

@media (max-width: 576px) {
    .result-section {
        padding: 40px 0 60px 0;
    }
    
    .result-section__title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .result-section__stats {
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .result-section__number {
        font-size: 24px;
    }
    
    .result-section__stat-block {
        padding: 30px 20px;
    }
    
    .result-section__case-img-mobile {
        max-width: 200px;
    }
    
    .result-section__background-top,
    .result-section__background-bottom {
        height: 100px;
    }
}



/* Development Stages Section */
.development-stages {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.development-stages__content {
    position: relative;
    z-index: 2;
}

/* Title */
.development-stages__title {
    color: #C0E300;
    font-size: 82.5px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 80px 0;
    text-align: center;
    letter-spacing: 2px;
}

/* Main blurred block */
.development-stages__main-block {
    background: rgba(13, 13, 13, 0.7);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 64px 164px;
    max-width: 1408px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

/* Individual stage */
.development-stages__stage {
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(192, 227, 0, 0.2);
    padding-bottom: 40px;
}

.development-stages__stage:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.development-stages__stage-category {
    color: #C0E300;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.development-stages__stage-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.development-stages__stage-description {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 20px 0;
    max-width: 650px;
}

.development-stages__stage-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.development-stages__tag {
    background: rgba(192, 227, 0, 0.1);
    border: 1px solid #C0E300;
    border-radius: 25px;
    padding: 8px 16px;
    color: #C0E300;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

/* Animated balls with random positioning */
.development-stages__balls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.development-stages__ball {
    position: absolute;
    background: linear-gradient(135deg, #C0E300 0%, #a8c700 100%);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
    opacity: 0.8;
}

/* Balls will be positioned dynamically by JavaScript */

/* Floating animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    33% {
        transform: translateY(-20px) rotate(120deg);
    }
    66% {
        transform: translateY(10px) rotate(240deg);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .development-stages__main-block {
        max-width: 1200px;
        padding: 50px 120px;
    }
}

@media (max-width: 991px) {
    .development-stages {
        padding: 80px 0;
    }
    
    .development-stages__title {
        font-size: 48px;
        margin-bottom: 60px;
    }
    
    .development-stages__main-block {
        padding: 40px 30px;
        margin: 0 20px;
    }
    
    .development-stages__stage-title {
        font-size: 28px;
    }
    
    .development-stages__stage-description {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .development-stages__title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .development-stages__main-block {
        padding: 30px 20px;
    }
    
    .development-stages__stage {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
    
    .development-stages__stage-title {
        font-size: 24px;
    }
    
    .development-stages__stage-description {
        font-size: 13px;
    }
    
    .development-stages__tag {
        font-size: 12px;
        padding: 6px 12px;
    }
}

@media (max-width: 576px) {
    .development-stages {
        padding: 60px 0;
    }
    
    .development-stages__title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .development-stages__main-block {
        margin: 0 15px;
        padding: 25px 15px;
    }
    
    .development-stages__stage-title {
        font-size: 20px;
    }
    
    .development-stages__stage-tags {
        gap: 8px;
    }
}




/* Strategy Stages Section */
.strategy-stages {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.strategy-stages__content {
    position: relative;
    z-index: 2;
}

/* Title */
.strategy-stages__title {
    color: #C0E300;

    font-size: 82.5px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 80px 0;
    text-align: center;
    letter-spacing: 2px;
}

/* Main blurred block */
.strategy-stages__main-block {
    background: rgba(13, 13, 13, 0.7);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 64px 164px;
    max-width: 1408px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

/* Individual stage */
.strategy-stages__stage {
    margin-bottom: 50px;
    padding-bottom: 40px;
}

.strategy-stages__stage:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.strategy-stages__stage-category {
    color: #C0E300;

    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.strategy-stages__stage-title {
    color: #fff;

    font-size: 36px;
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.strategy-stages__stage-description {
    color: #fff;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    max-width: 650px;
}

/* Animated balls with random positioning */
.strategy-stages__balls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.strategy-stages__ball {
    position: absolute;
    background: linear-gradient(135deg, #C0E300 0%, #a8c700 100%);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
    opacity: 0.8;
}

/* Floating animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    33% {
        transform: translateY(-20px) rotate(120deg);
    }
    66% {
        transform: translateY(10px) rotate(240deg);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .strategy-stages__main-block {
        max-width: 1200px;
        padding: 50px 120px;
    }
}

@media (max-width: 991px) {
    .strategy-stages {
        padding: 80px 0;
    }
    
    .strategy-stages__title {
        font-size: 48px;
        margin-bottom: 60px;
    }
    
    .strategy-stages__main-block {
        padding: 40px 30px;
        margin: 0 20px;
    }
    
    .strategy-stages__stage-title {
        font-size: 28px;
    }
    
    .strategy-stages__stage-description {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .strategy-stages__title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .strategy-stages__main-block {
        padding: 30px 20px;
    }
    
    .strategy-stages__stage {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
    
    .strategy-stages__stage-title {
        font-size: 24px;
    }
    
    .strategy-stages__stage-description {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .strategy-stages {
        padding: 60px 0;
    }
    
    .strategy-stages__title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .strategy-stages__main-block {
        margin: 0 15px;
        padding: 25px 15px;
    }
    
    .strategy-stages__stage-title {
        font-size: 20px;
    }
}




/* Минимальные стили для тегов в кейсах */

/* Контейнер для тегов */
.case-tags-container {
    margin-bottom: 15px;
}

.case-tags-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
}

/* Скрытые теги */
p[data-type].hidden {
    display: none;
}

/* Когда теги развернуты */
.case-tags-row.expanded {
    overflow: visible;
}

.case-tags-row.expanded p[data-type].hidden {
    display: inline-block;
}

/* Стили для тегов внутри контейнера */
.case-tags-row p[data-type] {
    cursor: pointer;
    margin: 0;
    transition: opacity 0.2s ease;
}

.case-tags-row p[data-type]:hover {
    opacity: 0.7;
}

/* Счетчик скрытых тегов - только он стилизуется */
.case-tags-counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    background-color: #C0E300;
    border: 2px solid #C0E300;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: auto;
}

.case-tags-counter:hover {
    background-color: #C0E300;
    border-color: #C0E300;
    transform: scale(1.05);
}

.counter-text {
    line-height: 1;
}

/* Анимация появления тегов */
p[data-type].show-animation {
    animation: slideInTag 0.3s ease forwards;
}

@keyframes slideInTag {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible; /* Разрешаем шарикам выходить за границы */
    background: #050505;
    padding: 120px 0;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero__content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 999; /* МАКСИМАЛЬНЫЙ z-index чтобы быть поверх АБСОЛЮТНО всего */
    background: transparent; /* Прозрачный фон для лучшего наложения */
    pointer-events: auto; /* Интерактивность контента */
}

.hero__logo {
    width: 650px;
    height: auto;
    margin-bottom: 40px;
    filter: drop-shadow(0px 4px 20px rgba(192, 227, 0, 0.3));
    margin-left: auto;
    margin-right: auto;
}

.hero__description {
    margin-bottom: 50px;
    max-width: 735px;
    margin-left: auto;
    margin-right: auto;
}

.hero__description p {
    
    font-size: 20px;
    line-height: 1.4;
    color: #ffffff;
    margin: 0;
}

.hero__description a {
    color: #C0E300;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.hero__description a:hover {
    color: #ffffff;
    text-decoration: none;
}

.hero__button {
    display: inline-block;
    background: #C0E300;
    color: #050505;
    
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 20px 120px; /* 20px верх/низ, 120px бока */
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #C0E300;
}

.hero__button:hover {
    background: transparent;
    color: #C0E300;
    box-shadow: 0px 8px 25px rgba(192, 227, 0, 0.4);
}

.hero__balls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: visible; /* Шарики могут выходить за границы */
}

/* Стили для шариков */
.hero__ball {
    position: absolute;
    border-radius: 50%;
    animation: heroFloat 8s infinite ease-in-out;
    transition: all 0.3s ease;
}

.hero__ball--green {
    background: #C0E300;
    z-index: 1;
}

.hero__ball--blurred {
    background: #09090980;
    backdrop-filter: blur(31.3px);
    box-shadow: 0px 4px 4px 0px #00000040;
    z-index: 2;
}

/* Анимация */
@keyframes heroFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-20px) rotate(90deg);
    }
    50% {
        transform: translateY(0px) rotate(180deg);
    }
    75% {
        transform: translateY(20px) rotate(270deg);
    }
}

/* Responsive */
@media screen and (max-width: 1200px) {
    .hero {
        min-height: 90vh;
        padding: 100px 0;
    }
    
    .hero__logo {
        width: 550px;
        margin-bottom: 35px;
    }
    
    .hero__description {
        margin-bottom: 45px;
        max-width: 650px;
    }
    
    .hero__description p {
        font-size: 18px;
    }
    
    .hero__button {
        font-size: 16px;
        padding: 18px 100px; /* Уменьшаем боковые отступы */
    }
}

@media screen and (max-width: 991px) {
    .hero {
        min-height: 80vh;
        padding: 80px 0;
    }
    
    .hero__logo {
        width: 450px;
        margin-bottom: 30px;
    }
    
    .hero__description {
        margin-bottom: 40px;
        max-width: 550px;
    }
    
    .hero__description p {
        font-size: 16px;
    }
    
    .hero__button {
        font-size: 15px;
        padding: 16px 80px; /* Адаптивные отступы */
    }
}

@media screen and (max-width: 768px) {
    .hero {
        min-height: 70vh;
        padding: 60px 0;
    }
    
    .hero__content {
        padding: 0 20px;
    }
    
    .hero__logo {
        width: 350px;
        margin-bottom: 25px;
    }
    
    .hero__description {
        margin-bottom: 35px;
        max-width: 450px;
    }
    
    .hero__description p {
        font-size: 15px;
    }
    
    .hero__button {
        font-size: 14px;
        padding: 14px 60px; /* Мобильные отступы */
    }
}

@media screen and (max-width: 576px) {
    .hero {
        min-height: 60vh;
        padding: 40px 0;
    }
    
    .hero__logo {
        width: 280px;
        margin-bottom: 20px;
    }
    
    .hero__description {
        font-size: 14px;
        margin-bottom: 30px;
        max-width: 350px;
    }
    
    .hero__button {
        font-size: 13px;
        padding: 12px 50px; /* Самые маленькие экраны */
    }
}



/* Стили для описания команды */
.inner-employees__description {
    margin-top: 60px;
}

.inner-employees__description p {
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: #6B6B6B;
    max-width: 800px;
    margin: 0 auto;
}

/* Адаптивные стили */
@media screen and (max-width: 1200px) {
    .inner-employees__description {
        margin-top: 50px;
    }
    
    .inner-employees__description p {
        font-size: 20px;
        line-height: 30px;
        max-width: 700px;
    }
}

@media screen and (max-width: 991px) {
    .inner-employees__description {
        margin-top: 40px;
    }
    
    .inner-employees__description p {
        font-size: 18px;
        line-height: 28px;
        max-width: 600px;
    }
}

@media screen and (max-width: 768px) {
    .inner-employees__description {
        margin-top: 35px;
        padding: 0 20px;
    }
    
    .inner-employees__description p {
        font-size: 16px;
        line-height: 26px;
        max-width: 500px;
    }
}

@media screen and (max-width: 576px) {
    .inner-employees__description {
        margin-top: 30px;
        padding: 0 15px;
    }
    
    .inner-employees__description p {
        font-size: 15px;
        line-height: 24px;
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .inner-employees__description {
        margin-top: 25px;
    }
    
    .inner-employees__description p {
        font-size: 14px;
        line-height: 22px;
    }
}


.history {
    background: #050505;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.history__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: flex-start;
    margin: 0 auto;
    padding: 0 20px;
}

.history__content {
    position: relative;
    z-index: 2;
}

.history__title {
    
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 60px;
    line-height: 1.2;
}

.history__slider {
    position: relative;
    height: 500px;
}

.history__swiper {
    height: 100%;
}

.history__slide {
    display: flex;
    align-items: flex-start;
    height: 120px; /* Фиксированная высота для каждого слайда */
    margin-bottom: 0;
    position: relative;
    opacity: 0.4; /* Все слайды приглушенные по умолчанию */
    transition: all 0.3s ease;
}

/* Активный слайд - используем стандартный класс Swiper */
.history__slide.swiper-slide-active {
    opacity: 1 !important; /* Полная видимость для активного */
}

/* Индивидуальная точка для каждого слайда - 25px */
.history__slide-dot {
    position: absolute;
    left: -8px;
    top: -8px;
    width: 25px;
    height: 25px;
    background: #C0E300;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(192, 227, 0, 0.5);
    display: block !important;
    visibility: visible !important;
}

/* Большая точка для активного слайда - 44px */
.history__slide.swiper-slide-active .history__slide-dot {
    width: 44px;
    height: 44px;
    background: #C0E300;
    box-shadow: 0 0 20px rgba(192, 227, 0, 0.8);
    z-index: 1001;
}

.history__slide-content {
    background: rgba(255, 255, 255, 0.02);
    padding: 20px 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
    width: 100%;
    overflow: hidden;
    position: relative;
}
/* Активный слайд - яркий фон и зеленая граница */
.history__slide.swiper-slide-active .history__slide-content {
    background: rgba(192, 227, 0, 0.08) !important;
    transform: translateX(10px);
}

/* Hover эффект для неактивных слайдов */
.history__slide:not(.swiper-slide-active):hover {
    opacity: 0.8;
}

.history__slide:not(.swiper-slide-active):hover .history__slide-content {
    background: rgba(192, 227, 0, 0.04);
    border-left-color: rgba(192, 227, 0, 0.6);
}

.history__year {
    color: #fff;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
}


.history__description {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    color: #818181;
}


/* Ползунок слева */
.history__scrollbar {
    position: absolute;
    left: -35px; /* Слева вместо справа */
    top: 0;
    bottom: 0;
    width: 4px;
    background: rgba(192, 227, 0, 0.2);
    border-radius: 2px;
    z-index: 5;
}

.history__scrollbar .swiper-scrollbar-drag {
    background: #C0E300;
    border-radius: 2px;
    width: 4px;
    cursor: pointer;
}

/* Картинка справа */
.history__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

.history__map {
    width: 140%;
    max-width: 600px;
    filter: drop-shadow(0px 20px 40px rgba(192, 227, 0, 0.15));
    object-fit: none;
    overflow: visible;
}

/* Mobile styles */
@media (max-width: 768px) {
    .history {
        padding: 60px 0;
    }
    
    .history__wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 0 16px;
    }
    
    .history__title {
        font-size: 32px;
        margin-bottom: 40px;
        text-align: center;
    }
    
    .history__slider {
        height: 400px;
        overflow: visible;
    }
    
    .history__slide {
        margin-bottom: 15px;
    }
    
    .history__slide-dot {
        left: -40px;
        width: 20px;
        height: 20px;
        z-index: 10;
        border: 2px solid rgba(192, 227, 0, 0.8);
    }
    
    .history__slide.swiper-slide-active .history__slide-dot {
        width: 35px;
        height: 35px;
        z-index: 15;
        border: 3px solid #C0E300;
    }
    
    .history__slide-content {
        padding: 16px 20px;
    }
    

    
    .history__scrollbar {
        left: -15px;
    }
    
    .history__year {
        font-size: 18px;
        margin-bottom: 8px;
    }
    
    .history__description {
        font-size: 14px;
    }
    
    .history__image {
        order: -1;
        padding-top: 0;
    }
    
    .history__map {
        max-width: 350px;
    }
}

@media (max-width: 480px) {
    .history__title {
        font-size: 28px;
    }
    
    .history__slider {
        height: 350px;
        overflow: visible;
    }
    
    .history__slide {
    }
    
    .history__slide-dot {
        width: 18px;
        height: 18px;
        left: -35px;
        z-index: 10;
        border: 2px solid rgba(192, 227, 0, 0.8);
    }
    
    .history__slide.swiper-slide-active .history__slide-dot {
        width: 30px;
        height: 30px;
        z-index: 15;
        border: 3px solid #C0E300;
    }
    

    
    .history__year {
        font-size: 16px;
    }
    
    .history__description {
        font-size: 13px;
    }
    
    .history__map {
        max-width: 280px;
    }
}


.conditions {
    background: #050505;
    padding: 100px 0;
    position: relative;
}

.conditions__wrapper {
}
.descr_slide{
        margin-top: 135px;
    margin-bottom: 50px;
}
.conditions__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}

/* Главный заголовок */
.conditions__title {
    
    font-weight: 500;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #ffffff;
    margin: 0;
}

.conditions__title strong {
    color: #C0E300;
}

/* Кнопка */
.conditions__cases-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 13px 30px;
    background: transparent;
    border: 1px solid #C0E300;
    border-radius: 50px;
    color: #C0E300;
    text-decoration: none;
    
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    transition: all 0.3s ease;
}

.conditions__cases-btn:hover {
    background: #C0E300;
    color: #050505;
}

.conditions__cases-btn svg {
    transition: transform 0.3s ease;
}

.conditions__cases-btn:hover svg {
    transform: translateX(4px);
}

.conditions__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.conditions__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Картинка без анимации и теней */
.conditions__mockup {
    width: 100%;
    height: auto;
}

.conditions__info {
    position: relative;
}

/* Заголовок контента */
.conditions__subtitle {
    
    font-weight: 400;
    font-size: 21px;
    line-height: 143%;
    letter-spacing: -0.2px;
    color: #C0E300;
    margin-bottom: 30px;
}

.conditions__description {
    color: rgba(255, 255, 255, 0.8);
}

/* Контент */
.conditions__description p {
    
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.conditions__description p:last-child {
    margin-bottom: 0;
}

/* Mobile styles */
@media (max-width: 768px) {
    .descr_slide{
        margin-top: 50px;
    margin-bottom: 50px;
}
    .conditions {
        padding: 60px 0;
    }
    
    .conditions__wrapper {
        padding: 0 16px;
    }
    
    .conditions__header {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 50px;
        align-items: center;
    }
    
    .conditions__title {
        font-size: 40px;
    }
    
    .conditions__cases-btn {
        padding: 10px 24px;
        font-size: 16px;
        align-self: center;
    }
    
    .conditions__content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .conditions__image {
        order: -1;
    }
    
    .conditions__mockup {
    }
    
    .conditions__subtitle {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .conditions__description p {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

@media (max-width: 480px) {
    .conditions__title {
        font-size: 32px;
    }
    
    .conditions__cases-btn {
        padding: 8px 20px;
        font-size: 14px;
        gap: 8px;
    }
    
    .conditions__cases-btn svg {
        width: 16px;
        height: 16px;
    }
    
    .conditions__mockup {
    }
    
    .conditions__subtitle {
        font-size: 16px;
    }
    
    .conditions__description p {
        font-size: 14px;
    }
}




/* Стили для футер-меню */

.footer__content-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.footer__services-title{
    display: none;
}
/* Основное меню в строчку */
.footer__main-menu {
}

.footer__main-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__main-item {
    
}

.footer__main-link {
    color: #C0E300;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.footer__main-link:hover {
    color: #ffffff;
}

/* Детальное меню услуг */
.footer__services-menu {
    
}

.footer__services-title {
    color: #C0E300;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer__services-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

/* Стили для колонок из lcorpMegaMenu */
.footer__services-columns .mega-menu-column {
    flex: 1;
    min-width: 200px;
}

.footer__services-columns .mega-menu-column-title {
    color: #C0E300 !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
    text-transform: uppercase;
}

.footer__services-columns .mega-menu-column-title a {
    color: #C0E300 !important;
    text-decoration: none;
}

.footer__services-columns .mega-menu-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer__services-columns .mega-menu-list li {
    margin-bottom: 8px !important;
}

.footer__services-columns .mega-menu-list a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: color 0.3s ease;
}

.footer__services-columns .mega-menu-list a:hover {
    color: #C0E300 !important;
}

.footer__services-columns .mega-menu-badge {
    display: none; /* Скрываем бейджи в футере */
}

/* Контакты и соцсети */
.footer__contacts-section {
    margin-top: auto;
}

/* Социальные сети */
.footer__social-icons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.footer__social-link {
    display: inline-block;
    transition: transform 0.3s ease;
}

.footer__social-link:hover {
    transform: scale(1.1);
}

.footer__social-link img {
    width: 32px;
    height: 32px;
    filter: brightness(0.8);
    transition: filter 0.3s ease;
}

.footer__social-link:hover img {
    filter: brightness(1);
}

/* Мобильная адаптация */
@media (max-width: 768px) {
    .footer__content-right {
        gap: 20px;
    }
    
    .footer__main-list {
        gap: 20px;
        justify-content: center;
    }
    
    .footer__main-link {
        font-size: 14px;
    }
    
    .footer__services-columns {
        flex-direction: column;
        gap: 20px;
    }
    
    .footer__services-columns .mega-menu-column {
        min-width: 100%;
    }
    
    .footer__services-title {
        font-size: 16px;
        text-align: center;
    }
    
    .footer__social-icons {
        margin-top: 15px;
        gap: 12px;
        justify-content: center;
    }
    
    .footer__social-link img {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 480px) {
    .footer__content-right {
        gap: 15px;
    }
    
    .footer__main-list {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .footer__main-link {
        font-size: 13px;
    }
    
    .footer__services-title {
        font-size: 15px;
    }
    
    .footer__services-columns .mega-menu-list a {
        font-size: 13px !important;
    }
}



/**
 * Стили для мегаменю кейсов
 */

/* Мобильные фильтры кейсов */
.mobile-cases-filters {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-cases-filters__title {
    color: #C0E300;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.mobile-cases-filters__section {
    margin-bottom: 20px;
}

.mobile-cases-filters__section:last-child {
    margin-bottom: 0;
}

.mobile-cases-filters__section h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.mobile-cases-filters__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-cases-filters__list li {
    margin-bottom: 8px;
}

.mobile-cases-filters__list li:last-child {
    margin-bottom: 0;
}

.mobile-cases-filters__list a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    display: block;
    padding: 5px 0;
}

.mobile-cases-filters__list a:hover {
    color: #C0E300;
}

.mobile-popular-services__link--disabled,
.mobile-cases-filters__link--disabled {
    color: rgba(255, 255, 255, 0.4);
    cursor: not-allowed;
}

/* Десктопные стили для мегаменю кейсов */
.mega-menu-show-all {
    color: #C0E300 !important;
    font-weight: 500;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px !important;
    margin-top: 10px;
    display: block;
}

.mega-menu-show-all:hover {
    color: #ffffff !important;
}

/* Адаптация существующих стилей мегаменю для кейсов */
.menu__item[data-cases-menu] .mega-menu-column {
    min-width: 200px;
}

.menu__item[data-cases-menu] .mega-menu-column-title {
    color: #C0E300;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(192, 227, 0, 0.2);
}

.menu__item[data-cases-menu] .mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu__item[data-cases-menu] .mega-menu-list li {
    margin-bottom: 8px;
}

.menu__item[data-cases-menu] .mega-menu-list li:last-child {
    margin-bottom: 0;
}

.menu__item[data-cases-menu] .mega-menu-list a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: block;
    padding: 6px 0;
    position: relative;
}

.menu__item[data-cases-menu] .mega-menu-list a:hover {
    color: #C0E300;
    padding-left: 10px;
}

.menu__item[data-cases-menu] .mega-menu-list a:hover::before {
    content: '→';
    position: absolute;
    left: -5px;
    color: #C0E300;
}

/* Анимации */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-cases-filters {
    animation: fadeInUp 0.3s ease-out;
}

/* Медиа запросы */
@media (max-width: 768px) {
    .mobile-cases-filters {
        padding: 15px 0;
    }
    
    .mobile-cases-filters__title {
        font-size: 16px;
    }
    
    .mobile-cases-filters__section h4 {
        font-size: 13px;
    }
    
    .mobile-cases-filters__list a {
        font-size: 13px;
    }
}
