* {
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    max-width: 100%;
    scroll-behavior: smooth;
}

html {
    overflow-x: hidden;
    overflow-y: scroll; /* Всегда показываем скроллбар */
}

@font-face {
    font-family: "Mulish";
    src: local("Mulish-ExtraBold"), url("../fonts/Mulish-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Mulish";
    src: local("Mulish-Bold"), url("../fonts/Mulish-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Mulish";
    src: local("Mulish-SemiBold"), url("../fonts/Mulish-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Mulish";
    src: local("Mulish-Medium"), url("../fonts/Mulish-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Mulish";
    src: local("Mulish-Regular"), url("../fonts/Mulish-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Mulish";
    src: local("Mulish-Light"), url("../fonts/Mulish-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
.header {
    background: #fff;
    border-bottom: 1px solid #d7dae2;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);

}

header {
    height: 83px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    min-height: 70px;
    max-height: 100vh;
    width: 100%;
}
.button {
    cursor: pointer;
}
.app-store-ico {

}
.navbar-brand {
    padding: 0!important;
}

.navbar-collapse{
    display: flex;
    justify-content: space-around;
}

.header__button-group {
    gap: 7px;
}
.navbar {
    background: #fff;
}
.active .navbar.navbar-expand-lg.navbar-dark {
    height: 100vh;
    align-items: flex-start;
}


.button-img {
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
}

.svg-wrapper {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 41px;
}

.svg-base {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: fill 0.3s;
}

.svg-top {
    position: absolute;
    top: 11px;  /* Подстрой при необходимости */
    left: 7px;
    z-index: 2;
    pointer-events: none;
    transition: fill 0.3s;
}
.svg-top2 {
    position: absolute;
    top: 11px;  /* Подстрой при необходимости */
    left:10px;
    z-index: 2;
    pointer-events: none;
    transition: fill 0.3s;

}
.svg-top3 {
    position: absolute;
    top: 11px;  /* Подстрой при необходимости */
    left:10px;
    z-index: 2;
    pointer-events: none;
    transition: fill 0.3s;

}

/* Hover эффект — меняем фон у rect */
.button-img:hover .svg-bg {
    fill: #2400ff;
}




.header__button-img {

}
.button-img {
    padding: 4px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.button-img:hover .svg-bg {
    fill: #2400ff; /* Заменяем цвет заливки rect */
}

.header .nav-link {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #555a65;
    margin-right: 49px;

}
.header .nav-link:hover {
    text-decoration: underline;
    color: #555a65;
}
.header__logo2-img {
    display: none;
}
.navbar-nav {
    margin: 0 auto;
}




/*hero*/
.hero {
    padding-top: 184px;
    padding-bottom: 200px;


}
.hero__title {
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 113%;
    color: #2b2d33;
    margin-bottom: 0;
}
.hero__subtitle {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #555a65;
    padding-top: 16px;
    padding-bottom: 27px;
    margin-bottom: 0;
}
.hero__button-img {
    min-width: 180px;
}




.appstore-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    background-color: #000;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.appstore-button:hover {
    background-color: #2400ff;
}

.apple-icon {
    margin-right: 12px;
    width: 28px;
    height: 35px;
    flex-shrink: 0;
}

.text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.text .small {
    font-family: "Mulish", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #fff;
    opacity: 0.8;
}

.text .big {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 77%;
    color: #fff;
}

.hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 294px;
    width: 100%;
    height: 550px;
    background: url("../img/hero_bg.png") calc(50% + 256px) center no-repeat;
    background-size: contain;
    z-index: -1;

}
.hero__img {
    margin-top: 20px;
    max-width: 500px;
}

/*our-team*/
.our-team {
    padding-bottom: 90px;

}


.our-team__title {
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    color: #2b2d33;
    margin: 0 auto 60px;

}
.our-team__item {

    background: #F8F7FF;
    padding: 24px;
    border-radius: 24px;
    min-height: 386px;
}
.our-team__item-title {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 133%;
    color: #2b2d33;
    margin-top: 64px;
    margin-bottom: 12px;

}
.our-team__item-text {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #606060;
    margin-bottom: 0;

}


/*about-app*/

.about-app {
    padding-top: 110px;
    overflow: hidden;
    padding-bottom: 40px;
}
.about-app__second-card {
    margin-top: -120px!important;
}
.about-app__title1 {
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: #2b2d33;
    margin-bottom: 32px;
}
.about-app__title2 {
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    color: #2b2d33;
}
.about-app__item-title {
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 120%;
    color: #2b2d33;
    margin-top: 15px;
}
.about-app__item-title.mt-100 {
    margin-top: 100px;
}
.about-app__item-text {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #555a65;
    margin-top: 16px;
}

.about-app__item-text-bottom{
    max-width: 390px;
}

.about-app::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 26%;
    width: 100%;
    height: 646px;
    z-index: -1;
    background: url("../img/about_bg1.png") center center no-repeat;
}


.about_bg_mob1::before{

    display: none;
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-200px);
    z-index: -1;
    background: url("../img/about_bg_mob1.png") top left  no-repeat;
}

/*section-faq*/
.section-faq {
    padding-top: 100px;
    padding-bottom: 143px;
}
.section-faq__title {
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    color: #2b2d33;
    margin-bottom: 0;
}
.section-faq__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #555a65;
    margin-top: 40px;
    margin-bottom: 0px;
}
.section-faq__button1 {
    align-items: center;
    background: #2400ff;
    border: 2px solid #2400ff;
    border-radius: 8px;
    padding: 10px 16px;
    width: 100%;
    height: 44px;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #f7f8fa;


}
.section-faq__button2 {
    text-decoration: none;
    display: inline-block;
    align-items: center;
    background: transparent;
    border: 2px solid #2400ff;
    border-radius: 8px;
    padding: 10px 16px;
    width: 100%;
    height: 44px;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #2400ff;


}



.section-faq__button2:hover {
    background: #2400ff;
    color: #f7f8fa;
}



/* СЕКЦИЯ FAQ */




/* Контент FAQ */
.faq-content {
    padding: 64px 0 56px;
    margin: 0;
}

.faq-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.faq-content-li {
    border-bottom: 1px solid #d7dae2;
    padding: 32px 0;
}

.faq-content-li .faq-content-text,
.faq-content-li .footer-submenu-ul {

    overflow: hidden;
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
    transition: transform 0.9s ease, opacity 0.9s ease;

}
.faq-content-li:not(.active) .faq-content-text, .faq-content-li:not(.active) .footer-submenu-ul {
    max-height: 0;
    opacity: 0;
}
.faq-content-li:not(.active) .faq-content-text {
    padding-top: 0;
    height: 0;
}
.faq-content-li.active .faq-content-text,
.faq-content-li.active .footer-submenu-ul {
    transform: scaleY(1);
    opacity: 1;
}
.faq-content-li.active .faq-title {
    fill: #000000;
    color: #000000;
}
.faq-content-li .faq-title svg {
    background: #f7f8fa;
    border-radius: 600px;
    padding: 8px;
    width: 32px;
    height: 32px;
}
.faq-content-li .faq-title svg {
    overflow: visible;
    transition: transform 1s ease-in-out;
}

.faq-content-li .faq-title svg path {
    transition: stroke 1s ease-in-out;
    stroke: #999EAD;
}

.faq-content-li.active .faq-title svg {
    transform: rotate(180deg);
}

.faq-content-li.active .faq-title svg path {
    stroke: #2400ff;
}

/**/
.faq-content-li .faq-content-text,
.faq-content-li .footer-submenu-ul {
    display: none;
}

.faq-content-li.active .faq-content-text,
.faq-content-li.active .footer-submenu-ul {
    display: block;
}

.faq-content-li.active .faq-title {
    color: #000;
}

.faq-content-li .faq-title svg {
    transition: transform 1s ease;
}

.faq-content-li.active .faq-title svg {
    transform: rotate(180deg);
}

/**/
.faq-content-text {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #555a65;
    padding-left: 0px;
    width: 92%;
    padding-top: 23px;
}

/* Заголовки FAQ */
.faq-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
}
.faq-title p {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    color: #2b2d33;
    padding-left: 0px;
    width: 92%;
    margin: 0;

}
.faq-title p:hover {
    color: #2400ff;
}

/* Группа кнопок FAQ */


/*INSERT*/
.insert {
    padding-top: 56px;
    padding-bottom: 85px;

}
.insert_img {
    padding-top: 56px;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.insert__title {
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    font-size: 44px;
    line-height: 106%;
    color: #000;

}
.insert__subtitle {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin-top: 13px;
    margin-bottom: 25px;
}
.insert__button {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: start;
    color: #f7f8fa;
    border-radius: 332px;
    max-width: 295px;
    height: 61px;
    background: #2B2D33;
    padding: 20px 40px;
    border: none;
    margin-top: 85px;

}



.insert__button svg {
    margin-right: 16px;
}

.insert__button:hover {
    color:  #2B2D33;
    background: #f7f8fa;
}
.insert__wrapper {
    border-radius: 40px;
    background: #E9E6FF;
    padding: 32px ;
/*
    fill: #2801fd;
    filter: blur(173.3000030517578px);*/
}

.insert__wrapper::after{
    content: "";
    position: absolute;
    top: 32px;
    right: 32px;
    width: 100%;
    height: 100%;


    z-index: 0;
    background: url("../img/insert_bg2.png") top right  no-repeat;



}
.footer__margin {

    margin-bottom: 40px;

}
.footer__link {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #555a65;
    text-decoration: none;

}
.footer__link:hover {
    text-decoration: underline;
    cursor: pointer;

}
.copy-past {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #555a65;
}
/*Slider*/
.owl-stage {
    margin-top: 10px;
    margin-bottom: 10px;
}
.card-slider {
    background: #F3F2FF;
    padding-top: 75px;
    padding-bottom: 89px;
    border-radius: 40px;

}
.card-slider__title {
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    color: #2b2d33;


}

.card-slider__subtitle {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
    color: #2b2d33;
    margin-top: 55px;
    margin-bottom: 80px;
    padding-left: 0px;
    text-align: center;

    position: relative;

}
.card-slider__item {

}
.card-slider__item-wrapper {
    box-shadow: 0 2px 8px 0 rgba(71, 74, 89, 0.08), 0 2px 2px 0 rgba(71, 74, 89, 0.02);
    background: #fff;
    min-height: 389px;
    padding: 30px;
    border-radius: 10px;
    position: relative;

}
.card-slider__image {
    border-radius: 50px;
    width: 60px !important;
    height: 60px;
}
.card-slider__custom-testimonials {
    margin-left: 16px;
}
.custom-testimonials__name {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    color: #2b2d33;
}
.custom-testimonials__position {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #999ead;
}
.card-slider__item-text {
    margin-top: 24px;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #555a65;
}
.card-slider__item-image::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 20px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url("../img/crown.svg") top left  no-repeat;

}

.card-slider__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 52px;
    margin-left: 52px;
}
.card-slider__item {
    padding-left: 10px;
    padding-right: 10px;
}

.card-slider__item-link:hover {
    text-decoration: underline;
}



.owl-nav {
    position: absolute;
    display: flex !important;
    bottom: 48% !important;
    width: calc(100% + 52px);
    justify-content: flex-start;
    gap: 97%;
    left: -25px;
    z-index: 2;

}

.owl-prev span, .owl-next span {
    color: transparent;
}
.owl-dots {
    height: 0
}

.owl-prev, .owl-next {
    content: none;
    z-index: 3;
    width: 32px;
    height: 32px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

}

.owl-prev {

    background-image: url("../img/arrow-prev.svg") !important;
}
.owl-next {

    background-image: url("../img/arrow-next.svg") !important;
}


#scrollTopBtn {
    position: fixed;
    bottom: 46px;
    right: 46px;
    z-index: 99;
    background-color: #2400ff; /* Фиолетовый */
    border: none;
    border-radius: 12px; /* Радиус скругления */
    width: 56px;
    height: 56px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#scrollTopBtn svg {
    width: 32px;
    height: 32px;
    stroke: white;
}

#scrollTopBtn.show {
    opacity: 1;
    visibility: visible;
}

/*FAQ MORE*/
.faq-content-title {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 127%;
    text-align: center;
    color: #000;
    margin-top: 32px!important;
    margin-bottom: 32px!important;
}
.mb-64 {
    margin-bottom: 64px;
}
.ml-20 {
    margin-left: 20px;
}
.width-520 {
    max-width: 480px;
}
.section-breadcrumb {
    margin-top: 100px;
}

.breadcrumb-item a {
    text-decoration: none;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 175%;
    color: #878787;
}
.breadcrumb-item.active  {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 175%;
    color: #2b2d33;
}
.our-team::before {
    padding-top: 180px;
}

section {
    scroll-margin-top: 100px; /* подставь высоту своего header */
}



@media (min-width: 1440px) {

}
@media (min-width: 1440px) {
    #scrollTopBtn {
        right: calc((100vw - 1200px) / 2 - 40px);
    }


}
@media (max-width: 1220px) {
    .navbar-nav {
        margin-right: 0;
        margin-left: 0;
    }
    .header .nav-link {
        font-size: 13px;
        margin-right: 8px;

    }
    .navbar-nav.navbar-nav-wrapper-bg {
        margin: 0 auto;
    }
}
@media (max-width: 991px) {
    .navbar-nav {margin: auto}
    .header .nav-link {

        font-size: 20px;
        text-align: center;
        margin-right: 0px;
        margin-bottom: 33px;

    }
    .header__buttons {
        margin: auto;
        flex-direction: column;
    }
    .header__button-group {
        margin: 33px auto 50px;

    }
    .header .navbar-collapse {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .header .show .header__buttons {
        margin: auto;
        padding-top: 0px;
    }
    .header .show .navbar-nav {
        margin: auto;

    }
    .header .show .header__button {
        border: 1px solid #67B3A5;
        color: #67B3A5;
    }
    .header .header__burger {
        display: flex;
        z-index: 2;
    }
    .header .header__burger-icon {

        z-index: 2;
        border: transparent;
        background: #f7f8fa;
        display: inline-block;
        width: 50px;
        height: 50px;
        vertical-align: middle;
    }
    .header path {
        transition: transform 0.25s;
    }
    .header .active path:nth-of-type(1) {
        transform: rotate(45deg);
        transform-origin: -1px 3px;
    }
    .header .active path:nth-of-type(2) {
        display: none;
    }
    .header .active path:nth-of-type(3) {
        transform: rotate(-45deg);
        transform-origin: 0px 13px;
    }
    .header.active .navbar-brand {
        margin: 0 auto 0px;
        padding-left: 50px !important;


    }
    .header.active .header__logo1-img {
        display: none;
    }

    .header__logo1-img {
        display: none;
    }

    .header__logo2-img {
        display: block;

        min-width: 190px;
    }
    .header.active .header__logo2-img {
        display: block;
        margin-top: 78px;
        min-width: 190px;
    }

    .navbar-collapse {
        margin-top: 34px;
    }

    .hero__text-block {
        order:2;
        margin-top: 60px !important;

    }
    .hero__title {
        font-size: 24px;
        line-height: 133%;

    }
    .hero__subtitle {
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 24px;

    }

    .hero__img-block {
        order:1
    }



    .hero::before {
        content: "";
        position: absolute;

        top: 126px;

        height: 100%;
        background: url("../img/hero_bg.png") center top no-repeat;
        background-size: contain;
        z-index: -1;
        left: 10px;
        top: 207px;
        width: 94%;

    }
    .hero__img {
        margin-top: -90px;
        width: 65%;
        min-width: 80.38vw;

    }

    .button-img {
        padding: 0;
    }

    .hero {
        padding-top: 207px;
        padding-bottom: 38px;


    }
    .star_bg-center::after {
        left: 30px;
    }




    /*our-team*/
    .our-team {


        border-radius: 12px;
        padding: 24px 15px 32px;
        margin: 0 0px;

    }
    .our-team__title {

        font-size: 24px;
        margin: 0 auto 24px;

    }
    .our-team  .col-lg-4 {
        padding-left: 0;!important;
        padding-right: 0;!important;
    }
    .our-team__item {

        padding: 24px;

        min-height: auto;
        margin-bottom: 24px;
    }
    .our-team__item-title {
        font-size: 17px;
        margin-top: 24px;
        font-size: 22px;
    }
    .our-team__item-text {

        font-size: 16px;
    }
    .card-group__item-image {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .our-team__image {
        width: 48px;
        margin-right: 8px;
    }

    .our-team::before {
        display: none;
        content: "";
        position: absolute;
        left: 0px;
        top: 60px;
        width: 100%;
        height: 617px;
        z-index: -1;
        background: url("../img/our-team_bg.png") calc(50% - 54%) center no-repeat;
    }


    /*about-app*/

    .about-app {
        padding-top: 0;

        padding-bottom: 60px;
    }
    .about-app::before {
        display: none;
        content: "";
        position: absolute;
        left: -25px;
        top: 12%;
        width: 100%;
        height: 646px;
        z-index: -1;
        background: url("../img/about_bg1.png") center center no-repeat;
    }
    .about-app .container::after {
        display: none;
        content: "";
        position: absolute;
        right: 0;
        bottom: 44px;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: url("../img/about_bg2.png") bottom right no-repeat;
    }
    .about-app__item-title.mt-100 {
        margin-top: 16px;
    }
    .about-app__item-title {
        width: 80%;
        margin: 16px 0 0;
        text-align: left;
        font-size: 16px;
        line-height: 150%;

    }
    .about-app__item-text {
        margin-top: 8px;
        margin-bottom: 0;
    }
    .about-app__item-p-0 {
        padding: 0!important;
    }
    .about-app__item{
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }


    .about-app__second-card {
        margin-top: 40px!important;
    }
    .about-app__image {
        max-width: 250px;
    }
    .about-app__image2 {
        max-width: 250px;
    }
    .about-app .row {
        position: relative;
    }
    .about_bg_mob1,
    .about_bg_mob2,
    .about_bg_mob3 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .about_bg_mob1::before,
    .about_bg_mob2::before,
    .about_bg_mob3::before {
        display: block;
    }
    .about-app .container {
        overflow: visible;
        position: relative; /* важно для абсолютного позиционирования детей */
    }
    .about-app__item{
        padding: 0 0px 0;
    }

    /*FAQ*/
    .section-faq {
        padding-top: 48px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0;
    }

    .section-faq__title {
        font-size: 24px;
        width: 100%;

        text-align: left;
    }

    .section-faq__subtitle {
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 24px;
        text-align: start;
    }
    .section-faq__button1 {
        display: none;
    }
    .section-faq__button2 {
        border: 2px solid #2400ff;
        border-radius: 50px;
        padding: 10px 16px;
        max-width: 264px;
        height: 44px;
        align-items: center;
        background: transparent;
        margin-top: 24px;

    }
    .faq-content-li {
        padding: 16px 0;
    }
    .faq-title p {
        font-size: 16px;
        line-height: 170%;
    }

    .faq-content {
        padding: 0;
        margin: 0;
    }

    /*insert*/
    .insert .insert__wrapper {
        overflow: hidden;
    }
    .insert__wrapper {
        padding: 24px;
    }
    .insert__right-block {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0;
        text-align: center;

    }
    .insert__button {
        margin: auto;
        margin-bottom: 422px;
        margin-top: 20px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .insert__title {
        font-size: 31px;
        margin-bottom: 0;

    }
    .insert__subtitle {
        margin-top: 16px;
        margin-bottom: 20px;

    }
    .insert__wrapper::after{
        display: none;
        content: "";
        position: absolute;
        bottom: 0;
        left: -25%;
        width: 100%;
        height: 100%;


        z-index: 0;
        background: url("../img/insert_bg2.png") bottom left 50%  no-repeat;

        fill: #2801fd;

    }

    .insert_img {
        padding-top: 0;
        max-width: 406px;
    }
    .footer__margin {
        margin-bottom: 16px;
    }
    .insert {
        padding-top: 60px;
        padding-bottom: 66px;

    }
    .button-scroll {
        height: 55px;
        background: #000;
        width: 100%;
        border: none;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: inline-flex;
        align-items: center;
        padding: 10px 14px;
        color: white;
        text-decoration: none;
        transition: background-color 0.3s;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }





    .button-scroll:hover{
        background: #2801fd;
    }
    .copy-past {
        margin-bottom: 55px;
        padding-bottom: 27px;
    }

/*slider*/
    .card-slider {
        padding-top: 24px;
        padding-bottom: 24px;
        border-radius: 0;
    }
    .card-slider__title{
        font-size: 24px;


    }
    .card-slider__subtitle {
        font-size: 16px;
        margin-top: 24px;
        margin-bottom: 24px;
        padding-left: 0px;
        padding-right: 10px;
        text-align: left;
    }

    .card-slider__subtitle::before {

        background: url("../img/quotes_mob.svg") top left  no-repeat;

    }

    .owl-nav {
        display: none!important;
    }
    . card-slider__item {
        padding-left: 8px;
        padding-right: 8px;
    }
    .card-slider__item-wrapper {
        padding: 24px;
    }
    .card-slider__list {

        margin-right: 0;
        margin-left: 0;
    }

    .custom-testimonials__name {
        font-size: 16px;
    }

    #scrollTopBtn {


        position: absolute;
        bottom: 60px;
        right: 12px;

    }
    /*FAQ MORE*/
    .wrapper-bg {
        background: #f7f8fa;
        border-radius: 12px;
        padding: 16px;
        margin-bottom: 24px;
    }
    .faq-content-title {
        font-size: 18px;
        line-height: 156%;
        color: #2b2d33;

        text-align: center;

        margin-top: 0!important;
        margin-bottom: 16px!important;
    }
    .navbar-nav-wrapper-bg {
        display: flex;
        flex-direction: row;
        gap: 20px;
        background: #f7f8fa;
        border: 2px solid #f7f8fa;
        border-radius: 50px;
        overflow: hidden;
    }

    .navbar-nav-wrapper-bg .nav-item {
        position: relative;
        padding: 10px 16px;
        transition: background .3s ease, box-shadow .3s ease;
    }

    .navbar-nav-wrapper-bg .nav-item:hover {
        background: #fff;
        box-shadow: 0 5px 20px rgba(0,0,0,.1);
        border-radius: 50px;
    }
    .ml-20 {
        margin-left: 0;
    }
    .navbar-nav-wrapper-bg .nav-link {
        font-size: 14px;
    }
    .section-faq.section-faq-mobile {
        padding-top: 24px;
    }
}
@media (max-width: 368px) {
    .navbar-nav-wrapper-bg {
        gap: 0;
    }
}


.header.active .header__burger-icon path:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: -1px 3px;
}
.header.active .header__burger-icon  path:nth-of-type(2) {
    display: none;
}
.header.active .header__burger-icon path:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 0px 13px;
}

.header .show .header__buttons {
    margin: auto;

}
