
html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: "Bricolage Grotesque", sans-serif !important;
    margin: 0;
    padding: 0;
}

.main_section {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #F8FBFF;
}
.what_is {
    height: 100vh;
    position: relative;
    background: #F8FBFF;
    /* overflow: hidden; */
}
.main_section .bottom_linear {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 18.98%, rgba(0, 0, 0, 0.15) 64.18%);
    width: 110%;
    left: -5%;
    z-index: 1;
    height: 85%;
    bottom: -30%;
    position: absolute;
}
/* .main_section .elipse_1 {
    background: linear-gradient(180deg, #203481 0%, #3A99F0 50%, #A0BDEC 100%);
    width: 582px;
    height: 571px;
    border-radius: 100%;
    position: absolute;
    backdrop-filter: blur(200px);
    transform: rotate(106.15deg);
    z-index: 2;
    opacity: 0.7;
} */
section .content {
    position: absolute;
    z-index: 2;
    left: 6.25%;
    top: 19%;
    right: 6.25%;
    bottom: 11.5%;
}

.stream_btn:not(.btn_black).clicked {
    color: #fff !important;
    border-image-source: linear-gradient(73.28deg, #E24857 17.04%, #F2B760 128.53%) !important;
    background: transparent !important;
}
.stream_btn:not(.btn_black):hover {
    border-radius: 50px;
    color: #fff !important;
    border-image-source: linear-gradient(73.28deg, #E24857 17.04%, #F2B760 128.53%) !important;
    background: transparent !important;
}
body .stream_btn:not(.btn_black).clicked {
    color: #fff !important;
    border-image-source: linear-gradient(73.28deg, #E24857 17.04%, #F2B760 128.53%) !important;
    background: transparent !important;
}
.stream_btn:not(.btn_black)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(73.28deg, #E24857 17.04%, #F2B760 128.53%);
    -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0; /* Начальное состояние */
    z-index: -1; /* Помещаем под текст */
}
body .stream_btn:not(.btn_black):hover::before {
    opacity: 1; /* Градиент становится видимым */
}
body .stream_btn:not(.btn_black).clicked::before {
    opacity: 1; /* Градиент становится видимым */
}
body .stream_btn:not(.btn_black).clicked::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #222;
    opacity: .2;
    z-index: 2;
}
/* .stream_btn:not(.btn_black):hover {
    color: #fff !important;
    border-image-source: linear-gradient(73.28deg, #E24857 17.04%, #F2B760 128.53%) !important;
    background: linear-gradient(73.28deg, #E24857 17.04%, #F2B760 128.53%) !important;
} */

.stream_btn.btn_black.clicked {
    color: #fff !important;
    border-image-source: linear-gradient(264.22deg, #4B9EF7 4.04%, #2C5C91 118.96%) !important;
    background: transparent !important;
}
.stream_btn.btn_black:hover {
    color: #fff !important;
    border-image-source: linear-gradient(264.22deg, #4B9EF7 4.04%, #2C5C91 118.96%) !important;
    background: transparent !important;
}
body .stream_btn.btn_black.clicked {
    color: #fff !important;
    border-image-source: linear-gradient(264.22deg, #4B9EF7 4.04%, #2C5C91 118.96%) !important;
    background: transparent !important;
}
.stream_btn.btn_black::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(264.22deg, #4B9EF7 4.04%, #2C5C91 118.96%);
    -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0; /* Начальное состояние */
    z-index: -1; /* Помещаем под текст */
}
body .stream_btn.btn_black:hover::before {
    opacity: 1; /* Градиент становится видимым */
}
body .stream_btn.btn_black.clicked::before {
    opacity: 1; /* Градиент становится видимым */
}
body .stream_btn.btn_black.clicked::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #222;
    opacity: .2;
    z-index: 2;
}
.stream_btn {
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}
.main_section .content .content_bottom #go_down {
    cursor: pointer;
}
.main_section .content .content_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_section .content .text {
    margin-top: 80px;
    font-size: 148px;
    font-weight: 800;
    line-height: 100.17px;
    letter-spacing: -0.05em;
}
.main-title {
    font-size: 148px;
    font-weight: 600;
    line-height: 148px;
    letter-spacing: -0.02em;
    color: #222;
    margin: 0;
    margin-top: 80px;
    text-align: center;
}

.highlight {
    font-size: 130px;
    font-weight: 600;
    line-height: 148px;
    letter-spacing: -0.06em;
}
.icon svg {
    transform: skew(8deg);
}
.buttons {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.buttons .btn {
    height: 101px;
    border: 1px solid #222;
    padding: 0 74.5px;
    cursor: pointer;
    color: #222;
    border-radius: 70px;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 42px;
    font-weight: 700;
    background: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    text-decoration: none !important;
}
.buttons .btn.btn_black {
    color: #F3E6D5;
    background: #222;
    margin-right: 40px;
}
.icon {
    font-size: 136px;
    font-weight: 700;
    line-height: 148px;
    letter-spacing: -0.02em;
    transform: skew(-8deg);
    margin-left: 0.15em;
    display: inline-block;
}
.main_section .content .text span {
    font-style: italic;
}
section .back {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.main_section .elipse_1 {
    width: 522px;
    height: 948px;
    position: absolute;
    right: 0;
}
.main_section .elipse_2 {
    width: 572px;
    height: 872px;
    position: absolute;
    left: 0;
}
.main_section .elipse_3 {
    width: 1511px;
    height: 1502px;
    position: absolute;
    bottom: -65%;
}
.what_is .content {
    color: #222;
    z-index: 3;
    top: 11.5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#what_is_img {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    position: absolute;
}
.what_is .content h1 {
    font-size: 120px;
    font-weight: 600;
    line-height: 120px;
    letter-spacing: -0.02em;
    margin: 0;
    /* margin-top: 126px; */
}
.what_is .content h1 span {
    font-weight: 800;
    transform: skew(-8deg);
    display: inline-block;
}
.what_is .content p {
    font-size: 54px;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: -0.01em;
    text-align: left;
}
.what_is .bottom_linear {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 18.98%, rgba(0, 0, 0, 0.3) 64.18%);
    width: 110%;
    left: -5%;
    z-index: 1;
    height: 85%;
    bottom: -30%;
    position: absolute;
}

.what_is .elipse_10 {
    width: 584px;
    height: 995px;
    position: absolute;
    right: 0;
}
.what_is .elipse_11 {
    width: 986px;
    height: 996px;
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.what_is .elipse_8 {
    width: 371px;
    height: 1202px;
    position: absolute;
    left: 0;
}
.elipse {
    pointer-events: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.bottom_linear {
    pointer-events: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.benefits .elipse_8 {
    width: 441px;
    height: 1071px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.benefits .elipse_9 {
    width: 695px;
    height: 486px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.benefits {
    height: 100vh;
    position: relative;
    background: #F8FBFF;
    overflow: hidden;
}
.benefits .cards .card:nth-child(1) svg {
    transform: rotate(1.4deg) ;
    right: 5%;
    top: 50%;
}
.benefits .cards .card:nth-child(2) svg {
    right: 5%;
    top: 60%;
}
.benefits .back {
    z-index: 3;
}
.benefits .cards .card:nth-child(3) svg {
    transform: rotate(-2.16deg);
    right: 5%;
    top: 40%;
}
.benefits .cards .card:nth-child(1) {
    background: #B0D2FF33;
    transform: translateX(10%) rotate(-1.4deg) translateY(35%);
    z-index: 3;
}
.benefits .cards .card:nth-child(2) {
    background: #8CC0FF66;
    z-index: 2;
    transform: translateY(25%);
}
.benefits .cards .card:nth-child(3) {
    background: #B0D2FF33;
    transform: translateX(-10%) rotate(2.16deg) translateY(45%);
    z-index: 1;
}
.benefits .cards .card svg {
    position: absolute;

}
.benefits .cards .card .card_title {
    font-size: 88px;
    font-weight: 700;
    line-height: 88px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #222;

}
.benefits .cards .card {
    border-radius: 40px;
    padding: 90px;
    backdrop-filter: blur(218px);
    height: 83vh;
    width: 32%;
}
.benefits .cards {
    width: 100%;
    display: flex !important;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}
.benefits .content {
    top: 6.5%
}
.benefits .section_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 110px;
    background: #DFEDFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefits .content h1 {
    font-size: 120px;
    font-weight: 600;
    line-height: 120px;
    letter-spacing: -0.02em;
    margin: 0;
    text-align: center;
}
.benefits .content h1 span {
    font-weight: 800;
    transform: skew(-8deg);
    display: inline-block;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: auto;
}

.easy {
    height: 100vh;
    position: relative;
    background: #F8FBFF;
    /* overflow: hidden; */
}
.easy .content {
    top: 10%;
    color: #222;
    z-index: 3;
}
.easy .easy_stack {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;
}
.easy .bottom_linear {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 18.98%, rgba(0, 0, 0, 0.3) 64.18%);
    width: 110%;
    left: -5%;
    z-index: 1;
    height: 85%;
    bottom: -30%;
    position: absolute;
}
.easy .content h1 {
    font-size: 120px;
    font-weight: 600;
    line-height: 120px;
    letter-spacing: -0.02em;
    margin: 0;
    text-align: center;
}
.easy .content h1 span {
    font-weight: 800;
    transform: skew(-8deg);
    display: inline-block;
}
.easy .content p {
    font-size: 54px;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: -0.01em;
    text-align: center;
}
.easy .elipse_11 {
    width: 231px;
    height: 805px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.easy .elipse_10 {
    width: 322px;
    height: 833px;
    position: absolute;
    right: 0;
    bottom: -10%;
}




.how {
    min-height: 2500px;
    position: relative;
    background: #F8FBFF;
    /* overflow: hidden; */
}
.how .content {
    position: relative;
    padding-top: 5%;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    color: #222;
    z-index: 3;
}
.how .how_stack {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.how .bottom_linear {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 18.98%, rgba(0, 0, 0, 0.3) 64.18%);
    width: 110%;
    left: -5%;
    z-index: 1;
    height: 85%;
    bottom: -30%;
    position: absolute;
}
.how .content h1 {
    font-size: 120px;
    font-weight: 600;
    line-height: 120px;
    letter-spacing: -0.02em;
    margin: 0;
    text-align: center;
}
.how .content h1 span {
    font-weight: 800;
    transform: skew(-8deg);
    display: inline-block;
}
.how .content p {
    font-size: 72px;
    font-weight: 400;
    line-height: 88px;
    letter-spacing: -0.02em;
    text-align: center;
}

.how .elipse_11 {
    width: 372px;
    height: 806px;
    position: absolute;
    left: 0;
}
.how .elipse_13 {
    width: 280px;
    height: 940px;
    position: absolute;
    right: 0;
    top: 94%;
    transform: translateY(-50%);
}
.how .elipse_15 {
    width: 163px;
    height: 1199px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.how .scheme {
    z-index: 4;
    position: relative;
    /* padding-top: 25%; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.how .scheme .scheme_in {
    margin: 0 6.25%;
}
.how .scheme .scheme_in .in_desc {
    width: 716px;
    color: #222;
}
.how .scheme .scheme_in .in_desc svg {
    transform: translateX(-9%);
}
.how .scheme .scheme_in .in_text {
    /* margin: 0 6.25%; */
    font-size: 48px;
    font-weight: 700;
    line-height: 63.57px;
    letter-spacing: -0.01em;
    text-align: center;
}

.how .proection_out {
    position: absolute;
    z-index: 2;
    left: 108%;
    top: 135%;
}

.how .proection_out .big_img img {
    position: relative;
    z-index: 2;
    /* transform: scale(1.05); */
}
.how .proection_out .big_img .desc_photo .img_desc_1 {
    position: absolute;
    bottom: 50%;
    left: 51%;
}
.how .proection_out .big_img .desc_photo .img_desc_2 {
    position: absolute;
    bottom: 22%;
    left: 90%;
}
.how .proection_out .big_img .desc_photo .img_desc_2 .in_text {
    position: absolute;
    top: 100%;
    right: 10%;
}
.how .proection_out .big_img .desc_photo {
    position: absolute;
    left: -105%;
    top: 115%;
}
.how .proection_out .big_img {
    position: relative;
    z-index: 5;
    right: 16%;
    top: -218px;
}
.how .proection_out .small_img .img_desc {
    position: absolute;
    left: 100%;
    top: -50%;
}
.how .proection_out .small_img {
    position: absolute;
    z-index: 5;
    left: -50%;
    top: -125.5%;
}
.how .scheme .scheme_after_proection {
    width: calc(100% - 12.5%);
}
.how .scheme .scheme_after_proection .in_desc {
    transform: translate(47%, 38%);
}
.how .scheme .scheme_after_proection .in_desc svg {
    transform: translateX(15%);
}
.how .proection_1 {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 14px;
    opacity: .25;
}

.how .img_out {
    position: relative;
}

.d-f-c {
    display: flex;
    align-items: center;
}

/* FEEDS */

.feeds {
    height: 2000px;
    position: relative;
    background: #F8FBFF;
    overflow: hidden;
    color: #222;
}

.feeds .section_title {
    padding: 80px 0;
    font-size: 72px;
    font-weight: 400;
    line-height: 88px;
    letter-spacing: -0.02em;
    text-align: center;
}

.feeds_proection {
    position: absolute;
    position: absolute;
    right: -198px;
    bottom: -249px;
    z-index: 2;
    transform: scale(1.01);
}
.feeds_img .text {
    position: absolute;
    right: 0;
    top: 175px;
    font-size: 38px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: -0.02em;
    text-align: left;

}
.feeds_img .proection_2 {
    position: absolute;
    right: -199px;
    bottom: -244px;
    opacity: .25;
}
.feeds_img {
    position: relative;
    width: 1588px;
    height: 1060px;
    z-index: 2;
}

.feeds .elipse_13 {
    width: 280px;
    height: 940px;
    position: absolute;
    left: -85px;
    bottom: 20%;
    transform: scale(-1) rotate(-9deg);
}


/* RESULTS */
.results {
    background: linear-gradient(180deg, #006CF4 0%, #016DF4 100%);
    height: calc(100vh - 160px);
    position: relative;
    z-index: 2;
}

.results .top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-80px);
}
.results .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(80px);
}
.results .res_out {
    position: relative;
    z-index: 4;
    padding: 80px 6.25%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 160px);
}
.results .res_in {
    display: flex;
    align-items: stretch;
}
.results .res_in .right {
    width: 33%;
    margin-left: 35px;
    flex-shrink: 0;
}
.results .res_in .right .block span {
    font-weight: 700;
    color: #006CF4;
}
.results .res_in .right .block {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.01em;
    padding: 60px;
    border-radius: 40px;
    background: #fff;
    color: #222;
    height: calc(100% - 120px);
}
.results .res_in .left .blocks .block {
    padding: 66px 40px;
    color: #fff;
    border: 2px solid #222;
    border-radius: 30px;
}
.results .res_in .left .blocks .block:last-of-type {
    margin-left: 35px;
}
.results .blocks {
    display: flex;
    margin-top: 35px;
}
.results .res_in .left .blocks .block p {
    font-size: 32px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -0.01em;
    text-align: center;
}
.block_title {
    font-size: 53px;
    font-weight: 700;
    line-height: 63.04px;
    letter-spacing: -0.03em;
    text-align: center;
}
.title_block span {
    display: inline-block;
    transform: skew(-8deg);
}
.title_block {
    font-size: 72px;
    font-weight: 700;
    line-height: 63.04px;
    letter-spacing: -0.03em;
    text-align: center;    
    padding: 45px 60px;
    border-radius: 40px;
    background: #fff;
    color: #006CF4;
}

.results .res_in .right {

}

.auto {
    min-height: 100vh;
    position: relative;
    background: #F8FBFF;
    /* overflow: hidden; */
    color: #222;
}

.auto .section_title {
    margin-top: 200px;
    width: 100%;
    text-transform: uppercase;
    font-size: 128px;
    font-weight: 700;
    line-height: 132px;
    letter-spacing: -0.03em;
    text-align: center;
    background: linear-gradient(90deg, #3585f7, #a63fd1, #f16b33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.auto .section_title.second {
    background: linear-gradient(90deg, #3585f7, #a63fd1, #f16b33, #f89734);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.auto .section_sub_title {
    font-size: 72px;
    font-weight: 400;
    line-height: 132px;
    letter-spacing: -0.02em;
    text-align: center;
    padding-bottom: 55px;
}

.auto .analyze svg {
    transform: rotate(8deg);
}
.auto .analyze .analyze_text {
    font-size: 72px;
    font-weight: 400;
    line-height: 88px;
    letter-spacing: -0.02em;
    text-align: center;
    transform: translateY(100px);
}
.auto .analyze {
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.video_line {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 65px;
}
.video_line img {
    /* flex-shrink: 1; */
    max-width: 25%;
}
.text_last {
    font-size: 72px;
    font-weight: 400;
    line-height: 88px;
    letter-spacing: -0.02em;
    text-align: right;
}
.arrow_3 svg {
    /* transform: translateY(87%); */
    transform: translateY(23%);
}
.arrow_3 .text_last {
    transform: translate(-5%,-5%);
} 
.arrow_3 {
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-end;
}
.arrow_2 svg {
    transform: translateX(-410px);
}
.arrow_2 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}
.arrow_3 img {
    z-index: 2;
}
.arrow_1 {
    display: flex !important;
    align-items: center;
    flex-direction: column;
}

.arrow_1 svg {
    transform: translateX(13%);
}
.arrow_1 .text_last {
    transform: translateX(-130%);
}
.spider_text {
    font-size: 72px;
    font-weight: 400;
    line-height: 88px;
    letter-spacing: -0.02em;
    text-align: center;
    transform: translateY(35px);
}
.spider {
    display: flex !important;
    align-items: center;
    justify-content: center;
    transform: translateY(150px);
}

.video_line img:nth-child(1) {
    
}
.video_line img:nth-child(2) {
    transform: translateY(-10px)

}
.video_line img:nth-child(3) {
    transform: translateY(-20px)
}
.video_line img:nth-child(4) {
    transform: translateY(30px)
}

.auto .elipse_18 {
    width: 621px;
    height: 1051px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.auto .elipse_172 {
    width: 376px;
    height: 1774px;
    position: absolute;
    right: 0;
    bottom: 12%;
}
.auto .elipse_16 {
    width: 937px;
    height: 938px;
    position: absolute;
    right: 12%;
    bottom: 12%;
}
.auto .elipse_11 {
    width: 240px;
    height: 823px;
    position: absolute;
    left: 0;
    top: 0;
}
.auto .elipse_17 {
    width: 251px;
    height: 1049px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.faq {
    min-height: 100vh;
    position: relative;
    background: #F8FBFF;
    overflow: hidden;
    color: #222;
}
.faq .elipse_19 {
    position: absolute;
    left: 0;  
    top: 490px;
    right: 0;
    width: 100%;
    transform: translateY(15%) scale(1.3);
}

.faq .price {
    background: linear-gradient(318.61deg, #ED282F 4.09%, #EFD672 116.34%),
    linear-gradient(168.9deg, rgba(0, 0, 0, 0) 64.15%, rgba(0, 0, 0, 0.2) 106.73%),
    linear-gradient(341.87deg, rgba(255, 0, 0, 0) 74.32%, rgba(255, 0, 0, 0.2) 100.77%);
    backdrop-filter: blur(71.67942810058594px);
    box-shadow: 0px 15.77px 71.68px 0px #0000001A;
    padding: 60px 90px;
    border-radius: 30px;
    color: #F8FBFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.from {
    font-size: 42px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.01em;
    text-align: center;
    text-decoration-skip-ink: none;
    color: #FFFFFF;

}
.after {
    font-size: 38px;
    font-weight: 400;
    line-height: 51.62px;
    letter-spacing: -0.01em;
    text-align: center;
}
.prices {
    display: flex;
    align-items: flex-end;
}
.prices span:nth-child(1) {
    font-size: 113.75px;
    font-weight: 700;
    line-height: 153px;
    letter-spacing: -0.01em;
    
}
.prices span:nth-child(2) {
    font-size: 141.36px;
    font-weight: 700;
    line-height: 153px;
    letter-spacing: -0.01em;
}
.prices span:nth-child(3) {
    font-size: 116.91px;
    font-weight: 700;
    line-height: 153px;
    letter-spacing: -0.01em;
    
}
.prices span:nth-child(4) {
    font-size: 97.45px;
    font-weight: 700;
    line-height: 120px;
    letter-spacing: -0.01em;
}
.price_btn {
    background: #222222;
    cursor: pointer;
    margin-top: 40px;
    text-decoration: none;
    border-radius: 40px;
    height: 50px;
    padding: 0 25px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    text-decoration-skip-ink: none;
    color: #F8FBFF;

}

.faq_title_block {
    /* margin-top: 200px; */
    align-self: flex-start;
    text-transform: uppercase;
    font-size: 148px;
    font-weight: 600;
    line-height: 148px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #F8FBFF;
    margin-bottom: 25px;

}
.faq_out {
    padding: 150px 6.25%;
    width: calc(100% - 12.5%);
}
.faq_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.faq_title span {
    background: linear-gradient(to right, #ff5d0e, #f52d2d); /* Gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.faq_title {
    text-align: center;
    font-size: 120.92px;
    font-weight: 400;
    line-height: 131.91px;
    letter-spacing: -0.02em;
    padding: 60px 0;
}
.accordion {
    border: 1px solid #A5CBFF;
    border-radius: 30px;
    background-color: #F8FBFF;
    color: #222222;
    cursor: pointer;
    padding: 50px 80px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    /* transition: 0.4s; */
    margin-top: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    font-size: 48px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.01em;
    text-align: left;
}
  
.accordion.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 20px;
}
.accordion.active .plus {
    display: none;
}
.accordion.active .minus {
    display: block;
}
.accordion .minus {
    display: none;
}
.accordion .plus {
    display: block;
}
.accordion:hover svg rect {
    fill: #115FA8;
}
/* .accordion:hover {
    background-color: #ccc; 
} */
  
.panel {
    padding: 0 80px;
    display: none;
    background-color: #F8FBFF;
    overflow: hidden;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 50px;
}
.panel p {
    margin: 0;
    font-size: 27px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #5B5B5B;
}
.cst_elipse {
    /* background: red; */
    background: linear-gradient(180deg, #203481 0%, #3A99F0 41.49%, #A0BDEC 100%);

    width: 100%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    position: absolute;
    left: 0;
    top: 590px;
    right: 0;
    height: 100%;
    transform: scaleX(1.9);
}

@media screen and (max-width: 1860px) {
    .how .img_out {
        transform: scale(.9) translate(5%, -5%);
    }
    .how {
        min-height: 2200px;
    }
}
@media screen and (max-width: 1720px) {
    .how .img_out {
        transform: scale(.8) translate(10%, -10%);
    }
    .how {
        min-height: 2000px;
    }
}
@media screen and (max-width: 1580px) {
    .how .img_out {
        transform: scale(.7) translate(15%, -15%);
    }
    .how {
        min-height: 1800px;
    }
}
@media screen and (max-width: 1366px) {
    .how .img_out {
        transform: scale(.6) translate(20%, -20%);
    }
    .how {
        min-height: 1600px;
    }
}



@media screen and (min-width: 1919px) {
    .benefits .cards {
        padding: 6.5%;
        width: calc(100% - 13%);
    }
}
@media screen and (max-width: 1740px) {
    .video_line {
        margin-top: 100px;
    }
    .text_last {
        font-size: 58px;
        line-height: 60px;
    }
    .arrow_2 svg {
        transform: translateX(-30vw);
    }
    .arrow_1 svg {
        transform: translateX(4%);
    }
    .arrow_1 .text_last {
        transform: translateX(-25vw);
    }
    .what_is .content h1 {
        line-height: 100px;
        font-size: 100px;
    }
    .what_is .content p {
        font-size: 45px;
        font-weight: 400;
        line-height: 50px;
    }
    #what_is_img {
        transform: translate(5%, -50%) scale(0.9);
    }
    .feeds_img {
        transform:  translateX(-2.5%) scale(0.95);
    }
    .benefits .cards .card:nth-child(1) {
        transform: translateX(10%) rotate(-1.4deg) translateY(40%);
    }
    .benefits .cards .card:nth-child(3) {
        transform: translateX(-10%) rotate(2.16deg) translateY(50%);
    }
    .benefits .cards .card:nth-child(2) {
        transform: translateY(30%);
    }
    .benefits .cards .card:nth-child(1) svg {
        top: 42.5%;
    }
    .benefits .cards .card:nth-child(2) svg {
        top: 52%;
    }
    .benefits .cards .card:nth-child(3) svg {
        top: 31.25%;
    }
}

@media (max-width: 1440px) {
    .feeds_img {
        transform:  translateX(-10%) scale(0.8);
    }
    .results .res_in .left .blocks .block p {
        font-size: 30px;
        line-height: 44px;
        margin-bottom: 0;
    }
    .auto .section_title {
        font-size: 90px;
    }
    .auto .section_sub_title {
        font-size: 52px;
        margin-bottom: 0;
    }
    .auto .analyze svg {
        transform: rotate(15deg);
    }
    .arrow_1 .text_last {
        transform: translate(-35vw, 1vw);
    }
    .arrow_1 svg {
        transform: translateX(0%);
    } 
    .arrow_2 svg {
        transform: translateX(-39vw);
    }
    .arrow_3 svg {
        transform: translate(20%,30%);
    }
    .arrow_3 img {
        z-index: 2;
        transform: translateX(5%) scale(0.9);
    }
    .arrow_3 .text_last {
        transform: translate(0);
    }
    .spider {
        transform: translateY(130px);
    }
    .text_last {
        font-size: 42px;
        line-height: 46px;
    }
    .title_block {
        padding: 30px;
    }
    .results .res_in .right .block {
        font-size: 30px;
        line-height: 45px;
    }
    .results .res_in .left .blocks .block {
        padding: 30px;
    }
    .results .res_in .right .block {
        padding: 30px;
        height: calc(100% - 60px);
    }
    .what_is .content h1 {
        line-height: 80px;
        font-size: 80px;
    }
    .what_is .content p {
        font-size: 35px;
        font-weight: 400;
        line-height: 40px;
    }
    #what_is_img {
        transform: translate(10%, -50%) scale(0.8);
    }
    .benefits .cards .card .card_title {
        font-size: 62px;
        font-weight: 700;
        line-height: 62px;
        letter-spacing: -0.01em;
        text-align: left;
        color: #222;
    }
    .benefits .content h1 {
        line-height: 100px;
        font-size: 100px;
    }
    .easy .content h1 {
        line-height: 100px;
        font-size: 100px;
    }
    .easy .content p {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width: 1366px) {
    #what_is_img {
        transform: translate(15%, -50%) scale(0.7);
    }
    .benefits .section_footer {
        height: 90px;
    }
    .feeds_img {
        transform: translateX(-15%) scale(0.7);
    }
    .feeds {
        height: 1600px;
    }
    .auto .section_title {
        margin-top: 150px;
    }
    .spider {
        transform: translateY(90px);
    }
    .auto .analyze svg {
        transform: rotate(15deg);
    }     
    .auto .analyze svg {
        transform: translate(6vw, -6vw) rotate(22deg);
    }
    .spider_text {
        font-size: 50px;
        line-height: 70px;
    }
    .arrow_1 svg {
        transform: scale(0.85) rotate(0deg);
    }
    .arrow_2 svg {
        transform: scale(0.9) translateX(-44vw);
    }
    .arrow_3 svg {
        transform: translate(47%,0);
    }
    .results .res_in .right .block {
        line-height: 37px;
    }
    .auto .analyze .analyze_text {
        font-size: 50px;
        line-height: 70px;
    }
    .video_line img:nth-child(2) {
        transform: translateY(3px);
    }
    .video_line img:nth-child(3) {
        transform: translateY(3px);
    }
    .video_line img:nth-child(4) {
        transform: translateY(45px);
    }
    .how .content h1 {
        font-size: 100px;
        line-height: 100px;
    }
    .how .content p {
        font-size: 66px;
        line-height: 72px;
    }
}

@media (max-width: 1480px) and (max-height: 1100px) {
    .main-title {
        font-size: 120px;
        line-height: 1;
    }
    .highlight {
        font-size: 120px;
        line-height: 1;
    }
    .icon {
        font-size: 120px;
        line-height: 1;
    }
    .icon svg {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 1366px) and (max-height: 1000px) {
    .main-title {
        font-size: 100px;
        line-height: 1;
    }
    .buttons .btn {
        height: 81px;
    }
    .highlight {
        font-size: 100px;
        line-height: 1;
    }
    .icon {
        font-size: 100px;
        line-height: 1;
    }
    .icon svg {
        width: 60px;
        height: 60px;
    }
}


@media screen and (min-width: 1200px) {
    /* body .desk {
        display: block;
    } */
    body .mob {
        display: none !important;
    }
}
@media screen and (max-width: 1200px) {
    body section {
        width: 100vw;
        max-width: 100vw;
    }
    body .desk {
        display: none !important;
    }
    .benefits .cards {
        display: none !important;
    }
    /* body .mob {
        display: block;
    } */
    .main_section .elipse_10 {
        position: absolute;
        top: 0;
        right: 0;
    }
    .main_section .elipse_9 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    .main_section .elipse_8 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .main-title {
        margin-top: 40px;
        font-size: 64px;
        line-height: 64.57px;
        letter-spacing: -0.02em;
    }
    .highlight {
        font-size: 64px;
    }
    .icon {
        font-size: 64px;
    }
    .icon svg {
        width: 40px;
        height: 40px;
    }
    .buttons .btn {
        height: 62px;
        padding: 0;
        font-size: 16px;
        line-height: 1;
        width: 50%;
    }
    .buttons .btn.btn_black {
        margin-right: 10px;
    }
    .buttons .btn:not(.btn_black) {
        margin-left: 10px;
    }

    .main_section .content .content_bottom a {
        width: 60px;
        height: 60px;
    }
    .main_section .content .content_bottom a svg {
        width: 60px;
        height: 60px;
    }
    .main_section .content .content_bottom div:nth-child(1) {
        width: 60px !important;
    }

    .what_is .content {
        top: 11%;
        bottom: 6.25%;
    }

    .what_is .content h1 {
        text-align: center;
        font-size: 64px;
        font-weight: 700;
        line-height: 64.57px;
        letter-spacing: -0.03em;
        text-align: center;

    }

    .what_is .content p {
        font-size: 26px;
        font-weight: 400;
        line-height: 31.2px;
        letter-spacing: -0.01em;
        text-align: center;
    }
    .what_is .elipse_10 {
        position: absolute;
        bottom: 10%;
        right: 0;
        width: unset;
        height: unset;
    }
    .what_is .elipse_11 {
        position: absolute;
        bottom: 0;
        left: -14%;
        width: unset;
        height: unset;
        top: unset;
        transform: none;
    }
    .what_is .elipse_8 {
        position: absolute;
        left: 0;
        top: 0;
        width: unset;
        height: unset;
        top: unset;
    }
    #mob_what_is_img {
        max-width: 100%;
    }
    .benefits .section_footer {
        height: 48px;
        font-size: 13.74px;
        font-weight: 700;
        line-height: 15.86px;
        text-align: center;
    } 

    .benefits .content {
        top: 6.25%;
        bottom: 6.25%;
    }
    .benefits .content h1 {
        font-size: 64px;
        font-weight: 600;
        line-height: 64px;
        letter-spacing: -0.02em;
        margin: 0;
        text-align: center;
    }

    .benefits .mob_elipse_9 {
        position: absolute;
        left: 0;
        bottom: 48px;
    }
    .benefits .mob_elipse_8 {
        position: absolute;
        right: 0;
        top: 17%;
    }
    .benefits .back {
        z-index: 1;
    }

    .cards_mob {
        margin-top: 48px;
    }
    .cards_mob .card .card_title {
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: -0.02em;
        text-align: left;
    }
    .cards_mob .card {
        backdrop-filter: blur(56.326255798339844px);
        border-radius: 10px;
        height: 90px;
        width: calc(100% - 50px);
        padding: 25px;
        display: flex;
        justify-content: space-between;
    }
    .cards_mob .card:nth-child(1) {
        background: #B0D2FF33; 
        transform: rotate(.75deg);
    }
    .cards_mob .card:nth-child(2) {
        background: #8CC0FF66;
        transform: translate(-15px,-15px) rotate(2.45deg);
    }
    .cards_mob .card:nth-child(3) {
        background: #B0D2FF33;
        transform: translate(5px,-30px) rotate(-1.75deg);
    }
    .easy .easy_stack {
        top: unset;
    }
    .easy .mob_elipse_11 {
        position: absolute;
        left: 0;
        bottom: 15%;
    }
    .easy .mob_elipse_10 {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .easy .content h1 {
        line-height: 64px;
        font-size: 64px;
    }
    .mob_scheme {
        position: relative;
        z-index: 2;
    }
    .mob_scheme svg {
        max-width: 100%;
    }
    .how .content h1 {
        font-size: 64px;
        line-height: 64px;
    }
    .mob_feeds_out {
        position: relative;
        width: 100%;
    }
    .mob_feeds_out p {
        position: absolute;
        left: 8rem;
        top: 2rem;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -0.01em;
        text-align: left;
        padding: 0 1.5rem;
    }
    .mob_feeds {
        max-width: 100%;
    }
    .how .content p {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 0;
    }
    .feeds {
        height: 100vh;
    }
    .how {
        height: auto;
        min-height: unset;
    }
    .how .mob_elipse_11 {
        position: absolute;
        left: 0;
        top: 10%;
    }
    .how .mob_elipse_13 {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .results {
        height: calc(100vh - 60px);
    }
    .results .res_in {
        flex-direction: column;
    }
    .results .blocks {
        flex-direction: column;
    }
    .results .res_in .left .blocks .block:last-of-type {
        margin-left: 0;
        margin-top: 20px;
    }
    .results .res_in .right {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
    .results .top {
        transform: translateY(-30px);
    }
    .results .bottom {
        transform: translateY(30px);
    }



    .title_block {
        border-radius: 18px;
        padding: 30px 0;
        font-size: 42px;
        font-weight: 700;
        line-height: 26.15px;
        letter-spacing: -0.06em;
        text-align: center;
    }
    .block_title {
        font-size: 36px;
        line-height: 27.38px;
        letter-spacing: -0.02em;
        text-align: center;
    }
    .results .res_in .left .blocks .block p {
        font-size: 19px;
        line-height: 22.5px;
        margin-bottom: 0;
        text-align: center;
    }
    .results .res_in .right .block {
        font-size: 19px;
        font-weight: 400;
        line-height: 22.8px;
        letter-spacing: -0.01em;
        text-align: left;
    }
    .results .blocks {
        margin-top: 20px;
    }

    .auto .section_title {
        margin-top: 90px;
        font-size: 60px;
        line-height: 74px;
    }
    .auto .section_sub_title {
        font-size: 32px;
        margin-bottom: 0;
        letter-spacing: -0.02em;
        text-align: center;
        line-height: 42px;
        margin-top: 20px;
    } 
    .mob_spider {
        max-width: 100%;
    }

    .feeds .section_title {
        font-size: 32px;
        font-weight: 500;
        line-height: 42px;
        letter-spacing: -0.01em;
        text-align: center;        
    } 
    .feeds .section_title {
        padding-bottom: 0;
    }

    .mob_analyze {
        display: flex !important;
        flex-direction: column;
        padding: 0 6.25%;
    }
    .arrow_svg_1 {
        transform: rotate(0deg) translate(-15px,-10px);
    }
    .mob_analyze .text {
        font-size: 32px;
        font-weight: 400;
        line-height: 39px;
        letter-spacing: -0.02em;
        text-align: center;
    }
    .mob_analyze .text_2 {
        text-align: right;
    }
    .mob_snips {
        transform: translateX(-10px);
        margin-top: 20px;
    }
    .arrow_svg_2 {
        align-self: center;
        transform: rotate(-7deg) translate(-15px,-10px);
    }
    .mob_analyze .text_3 {
        text-align: right;
        align-self: flex-start;
    }
    .mob_chan {
        height: 693px;
        object-fit: contain;
        align-self: flex-end;
        transform: translateX(6.25vw);
    }
    .arrow_svg_3 {
        margin: 20px 0 0 0;
        transform: rotate(23deg) translateX(-20px);
    }
    .arrow_svg_4 {
        transform: translateY(15px) rotate(15deg) scale(0.8);
    }
    .mob_analyze .text_4 {
        text-align: right;
        align-self: flex-start;
        transform: translateX(-17px);
        /* transform: translateY(37px) rotate(29deg); */
    }
    .faq_title {
        font-size: 44px;
        font-weight: 400;
        line-height: 48px;
        letter-spacing: -0.02em;
    }
    .faq .price {
        padding: 30px 60px;
    }

    .from {
        font-size: 28.87px;
        line-height: 30.05px;
    }
    .after {
        font-size: 24.25px;
        line-height: 25.05px;
    }
    .price_btn {
        margin-top: 35px;
        margin-bottom: 200px;
    }
    .prices span:nth-child(1) {
        font-size: 78.75px;
        line-height: 103px;
        
    }
    .prices span:nth-child(2) {
        font-size: 97.36px;
        line-height: 103px;
    }
    .prices span:nth-child(3) {
        font-size: 80.91px;
        line-height: 103px;
        
    }
    .prices span:nth-child(4) {
        font-size: 67.45px;
        line-height: 70px;
    }
    .faq_title_block {
        font-size: 64px;
        font-weight: 600;
        line-height: 90px;
        margin-bottom: 10px;
    }
    .cst_elipse {
        /* border-top-left-radius: 32%;
        border-top-right-radius: 32%; */
        top: 435px;
    }
    .faq_out {
        padding: 40px 6.25%;
    }
    .accordion {
        border-radius: 15px;
        padding: 30px;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.6px;
        letter-spacing: -0.01em;
        margin-top: 30px;
    }
    .panel {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        padding: 0 30px;
        padding-bottom: 30px;
    }
    .panel p {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.01em;
    }
    .minus,
    .plus {
        flex-shrink: 0;
        width: 32px;
        height: 32px;
        margin-left: 20px;
    }
}

@media (max-height: 950px) and (min-width: 1366px) {
    .main_section .content .content_bottom {
        bottom: unset;
        top: calc(100% - 20px);
    }
}
@media (max-height: 800px) and (min-width: 1200px) {
    .main_section .content .content_bottom {
        bottom: -10px;
    }
    .main-title {
        margin-top: 50px;
    }
    .buttons {
        margin-top: 50px;
    }
    .buttons .btn {
        height: 90px;
    }
    .main-title {
        font-size: 100px;
        line-height: 1;
    }
    .buttons .btn {
        height: 81px;
    }
    .highlight {
        font-size: 100px;
        line-height: 1;
    }
    .icon {
        font-size: 100px;
        line-height: 1;
    }
    .icon svg {
        width: 60px;
        height: 60px;
    }
}
@media (max-height: 700px) and (min-width: 1200px) {
    .main_section .content .content_bottom {
        bottom: -20px;
    }
    .main-title {
        margin-top: 40px;
    }
    .buttons {
        margin-top: 40px;
    }
    .buttons .btn {
        height: 75px;
    }
}
@media (max-height: 600px) and (min-width: 1200px) {
    .main-title {
        margin-top: 0;
    }
    .buttons {
        margin-top: 20px;
    }
    .buttons .btn {
        height: 60px;
    }
}


