@charset "utf-8";

:root {
    --second-family: "Bebas Neue", sans-serif;
    --bg: #0D1536;
    --light: #b8c7f9;
    --purple: #7e3ff2;
}

html {
  font-size: 0.87234043vw;
}

body {
    padding-top: 9.25rem;
    /*
    font-family: 'SF Pro Display';
    */
     font-family: "Manrope", sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    color: #fff;
    background: #0D1536;
    font-size: 1rem;
    line-height: 1.2;
    margin: 0;
    text-rendering: optimizeSpeed;
    min-width: 20rem;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}
html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
h1 {
    font-family: var(--second-family);
    line-height: 1;
    font-weight: 700;
    font-size: 7.53rem;
    margin: 0 0 2.5rem;
}
h2 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 5.625rem;
    line-height: 100%;
    letter-spacing: 0.02em;
    margin: 0 0 2.5rem;
}
.title-block h2 {
    margin-bottom: 0;
}
.title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.5rem;
}
h2 span {
    color: #7e3ff2;
}
.h2__sub {
    margin: -1.375rem 0 2rem;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 130%;
    color: var(--gray);
}
/* bc */
.breadcrumb {
    position: relative;
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.breadcrumb li {
    list-style: none;
    display: inline-block;
    font-weight: 400;
    font-size: 0.8125rem;
    color: var(--white);
}
.breadcrumb li:after {
    display: inline-block;
    content: '\2014';
    color: rgba(255, 255, 255, 0.3);
    top: 0rem;
    margin: 0 0.625rem;
    position: relative;
}
.breadcrumb li a {
    font-size: 0.8125rem;
   color: rgba(255, 255, 255, 0.3);
}
.breadcrumb li:last-child:after {
    content: none;
}
/* .bc */

.btn {
    display: inline-block;
    text-align: center;
    padding: 0 1.875rem;
    border-radius: 0.625rem;
    height: 4rem;
    line-height: 4rem;
    background: #7e3ff2;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
}
.footer__lead .btn {
    padding: 0 1.875rem;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 0.75rem;
}

.btn:hover,
.btn:active,
.btn:focus {
    background: #3c1585;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

.m-140 {
    margin: 0 0 8.75rem;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 1.875rem 0;
    background: var(--bg);
}

header.bg {
    background: var(--bg);
    padding: 0.375rem 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.header__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3.75rem;
}
.header__logo img {
    width: 10rem;
}
.header__nav {
    margin-left: auto;
}
.header__nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
}
.header__nav > ul > li > a {
    font-weight: 600;
    font-size: 1rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    opacity: .7;
    white-space: nowrap;
    -webkit-transition: .3s;
    transition: .3s;
}
.header__nav > ul > li > a:hover {
    color: var(--purple);
    -webkit-transition: .3s;
    transition: .3s;
}
.header__phone {
    margin-left: 5.12rem;
}
.header__phone a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
    font-weight: 600;
    font-size: 1.12rem;
    line-height: 120%;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: .3s;
    transition: .3s;
}
.header__phone a:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: var(--gold);
}
.header__lead {
    margin-left: 5rem;
}
.header__lead a {
    display: inline-block;
    padding-bottom: 0.4375rem;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: #7e3ff2;
    white-space: nowrap;
    border-bottom: 0.0625rem solid #7e3ff24d;
}

/* hero */

.hero__img {
    width: 100%;
    height: auto;
}
.hero__video {
    width: 100%;
    height: auto;
}
.hero__content {
    padding-top: 8rem;
    position: relative;
}
.hero__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 7.55rem;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #fff;
}
.hero__title span {
    color: #7e3ff2;
}
.hero__sub {
    position: absolute;
    top: 8.25rem;
    right: 0.937rem;
    background: var(--bg);
    z-index: 2;
    font-weight: 400;
    font-size: 1.19rem;
    line-height: 130%;
    color: #e2e9f8;
}
.hero__sub span {
    font-weight: 600;
    color: #fff;
}
.hero__title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.hero__title-1 {
    white-space: nowrap;
}
.hero__title-2 {
    background: var(--bg);
    position: relative;
    z-index: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.hero__feature-numb {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 130%;
    color: #0d1536;
}
.hero__features,
.hero__about {
    margin-bottom: 1.875rem;
}
.hero__feature {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #B9C8F9;
    height: 22.1875rem;
    border-radius: 1.875rem;
    padding: 1.75rem 2.25rem;
    overflow: hidden;
}
.hero-feature__title {
    margin-top: auto;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 2.375rem;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #0d1536;
    text-decoration: underline;
    text-decoration-color: #7e3ff245;
}
.hero-feature__image {
    position: absolute;
    top: 0;
    right: 0;
}
.hero-feature__image img {
    max-width: 16.25rem;
}
.hero-feature__arrow {
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
    opacity: .3;
}
.hero__feature:hover .hero-feature__arrow {
    opacity: 1;
}
.hero__content {
    margin-bottom: 1.875rem;
}
.hero__screen-features .hero__feature {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 100%;
}
.hero__screen-features {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.hero__work {
    width: 6.25rem;
    height: 5.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    font-family: var(--second-family);
    position: absolute;
    bottom: 23.75rem;
    left: 0;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #fff;
}
.hero__work-title {
    margin-left: auto;
}
.hero__feature-img img {
    max-width: 100%;
    height: auto;
}
.hero__about .hero__feature {
    height: auto;
}
.hero-about__title {
    font-weight: 700;
    font-size: 5.125rem;
    line-height: 90%;
    letter-spacing: 0.02em;
    color: #0d1536;
    font-family: var(--second-family);
}
.hero-about__title span {
    color: var(--purple);
}
.hero-about__text {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 130%;
    color: #0d1536;
    margin-bottom: 1.5rem;
}
.hero-about__sub-text {
    font-weight: 700;
    font-size: 1rem;
    line-height: 130%;
    color: #0d1536;
}
.hero__feature-about {
    position: relative;
}
.hero-about__content {
    max-width: 30rem;
}
.hero-about__image {
    position: absolute;
    top: 1.875rem;
    right: 3.75rem;
}
.hero-about__image img {
    max-width: 8.75rem;
}
.hero-about__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--bg);
    border-top: 0.625rem solid var(--bg);
    border-left: 0.625rem solid var(--bg);
    border-radius: 0.625rem 0 0 0;
}
.hero-about__btn .btn {
    width: 21.875rem;
    height: 4.375rem;
    border-radius: 0.625rem 0;
    line-height: 4.375rem;
}
.hero-about__sub-text {
    max-width: 19.25rem;
}
.hero-about__sub-icon {
    margin-bottom: 0.9375rem;
}
.hero__about .hero__feature-about {
    overflow: visible;
    padding: 3.375rem 2.125rem;
}
.hero__feature-dir {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    padding: 1.25rem 1.25rem 0;
}
.hero__feature-logo {
    position: absolute;
    top: 2.1875rem;
    left: 2.1875rem;
}
.hero__feature-logo img {
    max-width: 8.4375rem;
}
.hero__numb {
    border-radius: 1.875rem;
    padding: 2.5rem;
    position: relative;
    background: var(--light);
}
.hero__numb-icon {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
}
.hero__numb-title {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #7e3ff2;
    margin-bottom: 1.25rem;
    font-family: var(--second-family);
}
.hero__numb-text {
    font-weight: 500;
    font-size: 1.1875rem;
    line-height: 130%;
    color: #0d1536;
}

.footer__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.5rem;
    padding-bottom: 3.75rem;
    border-bottom: 0.0625rem solid rgba(255,255,255,.1);
}
.footer__col {
    max-width: 18.75rem;
}
.footer__brand img {
    width: 12.375rem;
}
.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
}
.footer__social a {
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 50%;
    background: #7e3ff2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: .7;
}
.footer__social svg {
    width: 1.375rem;
    height: 1.375rem;
}
.footer__nav li {
    margin-bottom: 3.125rem;
}
.footer__nav li:last-child {
    margin-bottom: 0;
}
.modal-text {
    text-align: center;
    color: var(--bg);
    font-size: 20px;
}
.footer__nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.375rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%;
    text-transform: uppercase;
    color: rgba(255,255,255,.7);
    -webkit-transition: .3s;
    transition: .3s;
}
.footer__nav li a:hover {
    color: var(--purple);
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer__nav li a:before {
    position: relative;
    top: 0.4375rem;
    content: '';
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
}
.footer__col-contacts {
    line-height: 120%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
}
.footer__col-contacts .footer__phone a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.375rem;
    font-weight: 600;
    font-size: 1.3125rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
}
.footer__col-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.75rem 0;
    font-size: 0.75rem;
}

/* faq */
.faq-item {
    background: var(--light);
    margin-bottom: 1.875rem;
    border-radius: 1.875rem;
}
.faq-question {
    position: relative;
    cursor: pointer;
    
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #0d1536;
    font-family: var(--second-family);

    padding: 2.5rem 8.25rem 2.5rem 2.5rem;
}

.faq-item__arrow {
    position: absolute;
    top: 1.125rem;
    right: 2.25rem;
    -webkit-transition: .3s;
    transition: .3s;
    width: 4.375rem;
    height: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    border-radius: 50%;
}
.faq-item .faq-item__arrow svg {
    -webkit-transition: .5s;
    transition: .5s;
}
.faq-item.active .faq-item__arrow svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .5s;
    transition: .5s;
}

.faq-item.active .faq-item__arrow {
    -webkit-transition: .3s;
    transition: .3s;
    background: var(--purple);
}

.faq-item.active .faq-item__arrow svg path {
    fill: #fff;
}

.faq-answer {
    
    font-weight: 500;
    font-size: 1.1875rem;
    line-height: 130%;
    color: #0d1536;

    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
}
.faq-answer__in {
    margin: 0 2.5rem 2.5rem;
}
.faq-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.9375rem;
}
.case-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    background: var(--light);
    border-radius: 1.875rem;
    padding: 2.5rem;
    margin-bottom: 1.875rem;
}
.case-item__image-tags {
    width: 21.0625rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.case-item__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.case-item__title {
    margin-bottom: 1.25rem;
}
.case-item__title a {
    font-family: var(--second-family);
    display: inline-block;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #0d1536;
}
.case-item__text {
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 130%;
    color: #0d1536;
}
.case-item__action {
    margin-top: auto;
}
.case-item__action .btn {
    height: 3.125rem;
    line-height: 3.125rem;
}
.case-item__image-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.case-item__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.5rem;
}
.case-item__tags a {
    display: inline-block;
    border-radius: 1.875rem;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 130%;
    color: #fff;
    padding: 0.5rem 0.875rem;
    white-space: nowrap;
    background: #0d1536;
    border-radius: 1.875rem;
}
.case-item__image img {
    border-radius: 1.875rem;
    width: 100%;
    height: 14.625rem;
    -o-object-fit: cover;
       object-fit: cover;
}
.cta__title {
    font-weight: 700;
    font-size: 5.125rem;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #fff;
}
.cta__in {
    position: relative;
}
.cta__image {
    pointer-events: none;
}
.cta__image img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}
.cta__logo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
}
.cta__logo img {
    width: 6.125rem;
}
.cta__title {
    font-family: var(--second-family);
    position: absolute;
    bottom: 4.375rem;
    left: 5.3125rem;
    font-weight: 700;
    font-size: 5.125rem;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #fff;
}
.cta__title span {
    color: #3fa9f5;
}
.cta__content {
    position: absolute;
    bottom: 4.375rem;
    right: 2.5rem;
    max-width: 22.5rem;
}
.cta__text {
    font-weight: 500;
    font-size: 1rem;
    line-height: 130%;
    color: #fff;
    margin-bottom: 1.25rem;
}
.cta__action a {
    height: 4rem;
    line-height: 4rem;
    background: #3fa9f5;
}
.why-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
}
.why-item__numb {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 2.5625rem;
    height: 2.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background: var(--purple);
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 130%;
    color: #fff;
    opacity: .7;
}
.why-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 500;
    font-size: 1.1875rem;
    line-height: 130%;
    color: #0d1536;
    padding: 2.5rem;
    background: var(--light);
    border-radius: 1.875rem;
}
.why__image img {
    width: 100%;
    height: 100%;
    border-radius: 1.875rem;
    -o-object-fit: cover;
       object-fit: cover;
}
.why h2 {
    text-align: center;
    font-size: 5rem;
    margin-bottom: 2.5rem;
}
.result {
    background: url(/img/result-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 8.75rem 0;
}
.result__img {
    width: 100%;
    height: auto;
}
.result__in {
    position: relative;
}
.result__header {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 43.75rem;
}
.result__header h2 {
    color: #0d1536;
    font-size: 5.125rem;
    margin-bottom: 0.625rem;
}
.result__text {
    font-weight: 500;
    font-size: 1.1875rem;
    line-height: 130%;
    color: #0d1536;
}
.result__sub {
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 500;
    font-size: 1.1875rem;
    line-height: 130%;
    color: #0d1536;
    max-width: 37.5rem;
}
.result__action {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #B8C7F9;
    border-top: 0.625rem solid #B8C7F9;
    border-left: 0.625rem solid #B8C7F9;
    border-radius: 0.625rem 0 0;
    z-index: 2;
}
.result__action .btn {
    width: 21.875rem;
    height: 4.375rem;
    line-height: 4.375rem;
    border-radius: 0.625rem 0;
}

.review-item {
    background: var(--light);
    padding: 2.25rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 1.875rem;
}
.review-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    margin-bottom: 1.875rem;
}
.review-item__avatar {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.review-item__avatar img {
    width: 5rem;
    height: 5rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}
.review-item__author {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #1c1c1e;
    margin-bottom: 0.375rem;
}
.review-item__position {
    font-weight: 500;
    font-size: 1rem;
    line-height: 130%;
    color: #1c1c1e;
    opacity: .5;
}
.review-item__text {
    font-weight: 500 !important;
    font-size: 1rem;
    line-height: 130%;
    color: #1c1c1e;
    margin-bottom: 3.75rem;
}
.review-item__rait {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
    margin-top: auto;
}
.review-item__star {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    background-size: 1.75rem;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='35' viewBox='0 0 36 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.6097 15.9465L27.5784 22.0136L29.7206 31.0871C29.8388 31.5796 29.8084 32.0962 29.6331 32.5714C29.4579 33.0467 29.1458 33.4594 28.7361 33.7573C28.3265 34.0553 27.8377 34.2251 27.3316 34.2455C26.8255 34.2658 26.3247 34.1356 25.8925 33.8715L18.0019 29.0152L10.1065 33.8715C9.6744 34.1341 9.17421 34.263 8.66895 34.2419C8.16369 34.2209 7.67596 34.0508 7.26717 33.7531C6.85838 33.4554 6.54682 33.0434 6.37171 32.569C6.1966 32.0946 6.16577 31.579 6.28311 31.0871L8.43311 22.0136L1.40186 15.9465C1.01951 15.616 0.742988 15.1802 0.606828 14.6936C0.470668 14.2069 0.480903 13.6909 0.636254 13.21C0.791606 12.7291 1.08519 12.3047 1.48034 11.9896C1.87549 11.6746 2.35469 11.483 2.85811 11.4387L12.0769 10.6949L15.6331 2.08865C15.8256 1.61961 16.1532 1.21841 16.5743 0.936053C16.9954 0.653694 17.491 0.50293 17.9979 0.50293C18.5049 0.50293 19.0005 0.653694 19.4216 0.936053C19.8427 1.21841 20.1703 1.61961 20.3628 2.08865L23.9175 10.6949L33.1362 11.4387C33.6406 11.4813 34.1212 11.6719 34.5178 11.9865C34.9144 12.3011 35.2093 12.7257 35.3657 13.2072C35.522 13.6886 35.5327 14.2055 35.3966 14.6931C35.2604 15.1807 34.9834 15.6172 34.6003 15.948L34.6097 15.9465Z' fill='%237E3FF2'/%3E%3C/svg%3E%0A");
}
.swiper-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
    -webkit-box-shadow: 0 0.875rem 4.375rem 0 rgba(0, 0, 0, 0.13);
            box-shadow: 0 0.875rem 4.375rem 0 rgba(0, 0, 0, 0.13);
    background: #7e3ff2;
}
.swiper-arrow svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.reviews {
    overflow: hidden;
}
.reviews-slider__in {
    position: relative;
}
.reviews-slider__nav .swiper-arrow {
    position: absolute;
    top: calc(50% - 2.1875rem);
}
.reviews-slider__nav .swiper-prev {
    left: -5.5rem;
    z-index: 2;
}
.reviews-slider__nav .swiper-next {
    right: -5.5rem;
    z-index: 2;
}
.reviews-slider__nav .swiper-button-disabled {
    opacity: 0;
}
.cases__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
}
.cases__tags a {
    display: inline-block;
    border-radius: 1.875rem;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 130%;
    color: #fff;
    padding: 0.6875rem 0.875rem;
    background: rgba(255, 255, 255, 0.1);
}
.cases .title-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cases .btn_ghost {
    display: inline-block;
    text-align: center;
    padding: 0 1.875rem;
    border-radius: 0.625rem;
    height: 3.125rem;
    line-height: 3rem;
    background: transparent;

    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: #7e3ff2;
    border: 0.0625rem solid #7e3ff2;
    white-space: nowrap;
    -webkit-transition: .5s;
    transition: .5s;
}

.quiz__in {
    background: var(--light);
    padding: 5.625rem;
    border-radius: 1.875rem;
}

.quiz__progress {
    text-align: center;
    margin-bottom: 2.5rem;
}

.quiz__progress-bar {
    width: 100%;
    max-width: 37.5rem;
    height: 1.3125rem;
    background: #fff;
    border-radius: 1.25rem;
    margin: 0 auto 1rem;
    overflow: hidden;
}

.quiz__progress-fill {
    height: 100%;
    background-color: var(--purple);
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKIAAAARCAYAAABerHfAAAAD7UlEQVRogd2ZzW/TQBDF37hJ2/RDIEAgOIBAgECAQHz8/1dAohe4UI5tj5RDE9qmbRZZctrJy3jH64+0xbf1L7H3vRnvvjgCdYQQ7gB4qk5ti8j+dBBC2ATwSvEdEdlTfBnAe8X3RWRb8fx+nwBkxamxiGzRHN4BWJ0OReQL8ZcAbqhTX0VkovgTAHcV3xKRseIPADxU/LuIjBS/DeCZ4r9E5LfiGwBeK74rIruK9wF8UPyPiPwkDz4CWCpOnYjIN9L4FsBgOhaRz8RfALgZ8eAxgHsRD+4DeKT4DxEZKn4LwPOIB+sA3ii+JyI7ivcKjaYHxWdy3iuGpxlmj00aH9F4g8Z/HT6i8Zpqwvw4oMn1VBNa3+d7nOoCGDw/TmjMGscOZw+Yex4MaTxQTTjHCw8G6hRfn+9RxYNTGrOGY4c37YMZHkIYqCbMjyE3Il/AK8Khw7mRmHORorwQECviUtHs5/MTkUDX1BrPRIQb1fOAuecBF4n5zMNoXJ8f1rkiEs/IgyOjUfUcJhU88BrV88Cr88F5IxoCDisI8IrEjeitFh6fE+B8n4uYr7b9susXHqyrU3kRzyJzmBiN6hWhqQdVuI5c7MGK44GQB8ciEltRg9GI0RXR4AcZQS2AJ1hHQGxbDEajNmo0g1tFivF1x4M8Ay+rUyO94hoejCt4kPqwNeVVPMjKeJGBV9QpywN9jzwDeyvqKIvAVAM2nPxnCdABO1XAVSgi8+QMbOw6nP+8XaftXaUp5/hkeTCTgfNdh1fEmICuDahSRBbgFdHbMppqaJUbGZg9sDIwRwfOwO626PC2PTLvX9aIbQhoW2CU1wjxh072mRjZpum210kRp0fNDOx5kBqfanmUoTsBqUVcxLYay39zGZiyD3vQRQbuutG7yMD8+kvPobIHWQxeMQGXnY3YAy8DD2tkYPZg0fmujfiUkoFPphk4MyA6KmJMQL+ugMgckrY1g7e9rV6HDNxpRg4hrJW9By5bEZu+v2s7/5UKwEWIn/slRtfUGs4qFLFpBm7Vo/8kA5fyrOSXGAuY+SFjvMC87HdfUV5kYK+IbWfgy3i1FIsObWfgSZsa+eZzX64goMqLbN0o1i+xaCPFBLTEvSL2r2EGTvUwNQOPnL9PkzJwZkzQyjYxPnAE9FoQ4L3IXsTfZvrgIq46+W9pARm463+leMGydp2YB5kRn849sBoxVcDA4Ss0tv4y8gToItYJ8U2LyA+j5wFffzXGCw9iGViMInovslM98Ooc3TkreBT1IKtQRG9F9DhPwGtU5j0aW/muNP8Zc6yTgb3VIrUIzPW2b3EdjebuX8ODOhk4uiLWeBgvNAL4B5enxHEPS7t8AAAAAElFTkSuQmCC);
    border-radius: 1.25rem;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.quiz__progress-text {
    font-size: 0.875rem;
    color: var(--bg);
    font-weight: 500;
}

.quiz__title {
    font-family: var(--second-family);
    font-size: 5.125rem;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #0d1536;
    margin-bottom: 1rem;
}

.quiz__subtitle {
    text-align: center;
    font-weight: 500;
    font-size: 1.1875rem;
    line-height: 130%;
    color: #0d1536;
    margin-bottom: 2.5rem;
}

.quiz__options {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3.75rem;
}

.quiz__option {
    cursor: pointer;
    display: block;
    margin-bottom: 0.625rem;
}

.quiz__option-input {
    display: none;
}

.quiz__option-content {
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    padding: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0.125rem solid transparent;
    -webkit-backdrop-filter: blur(0.625rem);
            backdrop-filter: blur(0.625rem);
}
.quiz__option:nth-child(odd) .quiz__option-content {
    border-radius: 10px 0 0 10px;
}
.quiz__option:nth-child(even) .quiz__option-content {
    border-radius: 0 10px 10px 0;
}

.quiz__option:hover .quiz__option-content {
    -webkit-transform: translateY(-0.125rem);
        -ms-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
}

.quiz__option-check {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.quiz__option-check:before {
    content: "✓";
    color: var(--purple);
    font-weight: bold;
    font-size: 1.125rem;
    opacity: .2;
}

.quiz__option--active .quiz__option-check {
    background: var(--purple);
}
.quiz__option--active .quiz__option-check:before {
    color: #fff;
    opacity: 1;
}

.quiz__option-content {
    position: relative;
}

.quiz__option-number {
    position: absolute;
    top: 1.125rem;
    right: 1.125rem;
    font-size: 0.875rem;
    color: var(--bg);
    font-weight: 600;
    opacity: 0.6;
    min-width: 1.5rem;
}

.quiz__option-text {
    font-size: 1rem;
    color: var(--bg);
    font-weight: 500;
    line-height: 1.3;
}


.quiz__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.quiz__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.625rem;
    background: none;
    border: none;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.0625rem;
    cursor: pointer;
    text-align: center;
    width: 12.5rem;
    height: 3.125rem;
    line-height: 3.125rem;
    border-radius: 0.625rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.quiz__btn--back {
    color: var(--bg);
    background: transparent;
    line-height: 3rem;
    border: 0.0625rem solid #0d1536;

    font-size: 0.75rem;
    line-height: 130%;
    text-transform: uppercase;
    color: #0d1536;
}

.quiz__btn--back:hover {
    background: rgba(255, 255, 255, 0.6);
    -webkit-transform: translateX(-0.25rem);
        -ms-transform: translateX(-0.25rem);
            transform: translateX(-0.25rem);
}

.quiz__btn--next {
    color: white;
    background: var(--purple);
}

.quiz__btn--next:hover {
    background: #6b2de8;
    -webkit-transform: translateX(0.25rem);
        -ms-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
}

.quiz__btn--next:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.quiz__step {
    display: none;
}

.quiz__step.active {
    display: block;
}
.quiz__url-input {
    max-width: 37.5rem;
    margin: 0 auto 2rem;
}
.service-step .quiz__url-input {
    margin-left: 0;
}

.quiz__url-field {
    position: relative;
    margin-bottom: 1.25rem;
}
.quiz__title {
    text-align: center;
}
.quiz__btn--skip {
    background: transparent;
    color: var(--purple);
    text-decoration: underline;
    font-size: 1rem;
    font-weight: var(--font-weight-normal);
    padding: var(--space-8) var(--space-16);
    height: auto;
    line-height: var(--line-height-normal);
    text-transform: none;
    letter-spacing: normal;
    border: none;
    border-radius: var(--radius-base);
    cursor: pointer;
    transition: all var(--duration-normal) var(--ease-standard);
}
.quiz__skip-note {
    color: var(--bg);
}
.quiz__other-input {
    resize: none;
}
.quiz .service__field {
    margin-bottom: 1.25rem;
}
.service-field-icon__circle {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--purple);
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-field-icon__circle.service-field-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}
.quiz__progress-msg {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1.25rem;
    color: var(--bg);
}
.quiz__btn--submit {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.75rem;
    color: #fff;
    background: var(--purple);
}
.quiz__other-input {
    display: none;
}
.quiz__other-input input {
    width: 100%;
    height: 2.5rem;
    border-radius: 0.71rem;
    background: #fff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0 1rem 0 2rem;
    margin-top: 0.625rem;
}
.quiz__other-input.show {
    display: block;
}
.service__field textarea {
    width: 100%;
    border-radius: 0 0.71rem 0.71rem 0;
    background: rgba(255, 255, 255, .3);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 1rem 1rem 1rem 2rem;
    resize: none;
}

@media (max-width: 48rem) {
    .quiz__title {
        font-size: 2rem;
    }
    
    .quiz__options {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    
    .quiz__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 1rem;
    }
    
    .quiz__btn {
        width: 100%;
    }
}


/* contacts */
h1.contacts__title {
    font-family: var(--second-family);
    position: absolute;
    background: var(--bg);
    padding-bottom: 0.65rem;
    padding-right: 1.875rem;
    border-radius: 0 0 1.88rem;
    top: 0;
    left: 0;
}
.contacts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
}
.contacts__title-img {
    position: relative;
    height: 100%;
}
.contacts__image {
    height: 39.755rem;
}
.contacts__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1.88rem;
}
.contact-item.contact-item__small {
    height: 8.59rem;
}
.contact-item {
    position: relative;
    padding: 2rem;
    height: 18.94rem;
    border-radius: 1.88rem;
    background: #b8c7f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.contact-item__numb {
    font-weight: 500;
    font-size: 0.71rem;
    line-height: 130%;
    color: #0d1536;
}
.contact-item__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 2.35rem;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #0d1536;
    margin-bottom: -0.6rem;
}
.contact-item__arrow {
    position: absolute;
    bottom: 2.25rem;
    right: 2.25rem;
}
.contact-item__image {
    position: absolute;
}
.contact-item__value {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 2.35rem;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #0d1536;
    margin-bottom: -0.6rem;
}
.contact-item__label {
    font-weight: 500;
    font-size: 0.71rem;
    line-height: 130%;
    color: #0d1536;
}
.contact-item__arrow {
    -webkit-transition: .3s;
    transition: .3s;
}
.contact-item:hover .contact-item__arrow {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: .3s;
    transition: .3s;
}
.contact-item__image {
    position: absolute;
    width: 9.82rem;
    right: 2.25rem;
    top: 2.25rem;
}
.contact-item__image img {
    width: 100%;
    height: auto;
}
.m-bottom {
    margin-bottom: 8.75rem;
}
.set-item {
    position: relative;
    background: var(--light);
    padding: 2rem;
    border-radius: 1.76rem;
    margin-bottom: 1.8rem;
    height: 10rem;
}
.set-item.set-item_middle {
    height: 15.53rem;
}
.set-item.set-item_big {
    height: 21.76rem;
}
.set-item__title {
    font-weight: 700;
    font-size: 2.35rem;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #0d1536;
    margin-bottom: 1rem;
    font-family: var(--second-family);
    padding-right: 2.5rem;
}
.set-item__text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 130%;
    color: #0d1536;
}
.set-item__numb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 2.1rem;
    right: 2.5rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: var(--purple);
    color: #fff;
    font-size: 0.71rem;
}
.hero_service .hero__title {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 7.53rem;
    letter-spacing: 0.02em;
}
/* man
.hero_service .hero__sub {
    top: 0;
    font-size: 1.08rem;
}
*/
.hero_service .hero__sub {
    top: 0;
    font-size: 0.95rem;
}
.hero_service .hero__sub span {
    color: #7e3ff2;
    font-weight: bold;
}
.hero_service .hero__content {
    padding-top: 0;
}
.hero__action {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--bg);
    border-top: 0.625rem solid var(--bg);
    border-left: 0.625rem solid var(--bg);
    border-radius: 0.625rem 0 0;
    z-index: 2;
}
.hero__action .btn {
    width: 21.875rem;
    height: 4.375rem;
    line-height: 4.375rem;
    border-radius: 0.625rem 0;
}
.economy {
    margin-bottom: 2.5rem;
}
.economy__in {
    padding: 2.5rem;
    border-radius: 1.76rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    gap: 4.625rem;
    background: #b8c7f9;
}
.economy__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 4.82rem;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #0d1536;
}
.economy__title span {
    color: var(--purple);
}
.economy__text {
    max-width: 43.3125rem;
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 130%;
    color: #0d1536;
}
.economy__text span {
    font-weight: 700;
    color: #7e3ff2;
}
.economy__arrow {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
}
.economy__ya {
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
}
.why.why_cases h2 {
    text-align: left;
    margin: 0 0 -0.8rem;
}
.why-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.5rem;
}
.why__btns {
    gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.why__btns button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.why_cases .why-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.why-item__numb-stat {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: 700;
    font-size: 2.35rem;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #7e3ff2;
    font-family: var(--second-family);
    width: 8.75rem;
    flex-shrink: 0;
    padding-right: 1.25rem;
}
.why-item__numb-stat span {
    font-size: 1.12rem;
}
.why_cases .why-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.service-calc__in {
    position: relative;
    background: #b8c7f9;
    padding: 3.75rem 2.5rem;
    border-radius: 1.76rem;
}
.service-calc__step {
    font-weight: 600;
    font-size: 0.59rem;
    line-height: 100%;
    text-align: center;
    color: #0d1536;
    position: absolute;
    top: 3.75rem;
    right: 2.5rem;
    margin-bottom: 1.25rem;
}
.service-calc__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 3.82rem;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #0d1536;
}
.service-calc__sub {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 130%;
    color: #0d1536;
    margin-bottom: 2.125rem;
}
.service-calc__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.service__field {
    position: relative;
    width: 100%;
    border-radius: 0.71rem;
    background: rgba(255,255,255,.2);
    border-radius: 0.71rem;
    padding: 1.5rem 2.5rem 1.5rem 3.75rem;
    margin-bottom: 8.25rem;
}
.service-field-icon {
    position: absolute;
    top: 1.5rem;
    left: 2.2rem;
}
.service-field-icon svg {
    width: 2.5rem;
    height: 2.5rem;
}
.service__field input {
    width: 100%;
    height: 2.5rem;
    border-radius: 0 0.71rem 0.71rem 0;
    background: rgba(255,255,255,.3);
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 0 1rem 0 2rem;
}
.service-calc__nav {
    gap: 2.125rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.service-calc__nav:before {
    position: absolute;
    top: calc(50% - 0.03rem);
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 0.12rem;
    background: #7e3ff2;
}
.service-calc__dot {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: var(--purple);
}
.service-calc__dot.active:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); 
}
.service-calc__img-block {
    background: #b8c7f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    padding: 1.25rem 1.25rem 0;
    border-radius: 1.76rem;
}
.service-calc__logo {
    position: absolute;
    top: 2.1875rem;
    right: 2.1875rem;
}
.service-calc__img img {
    max-width: 100%;
}
.set__title-img img {
    max-width: 100%;
    height: 14.12rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1.76rem;
}
.set__title {
    font-weight: 700;
    font-size: 4.82rem;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #fff;
    font-family: var(--second-family);
}
.set__title span {
    color: var(--purple);
}
.set__title-img {
    margin-bottom: 1.875rem;
}
.set-item {
    -webkit-transition: .3s;
    transition: .3s;
}
.set-item:hover {
    color: #fff;
    background: var(--purple);
    -webkit-transition: .3s;
    transition: .3s;
}
.set-item:hover .set-item__title {
    color: #fff;
}
.set-item:hover .set-item__text {
    color: #fff;
}
.set-item:hover .set-item__numb {
    background: #fff;
    color: var(--purple);
}
.set-item_alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.0625rem;
    background: var(--purple);
    color: #fff;
}
.set-item__icon {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 5.24rem;
    line-height: 130%;
    color: #fff;
    margin-bottom: -1rem;
}
.set-item_alert .set-item__text {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 130%;
    color: #fff;
}
.set__title-2 {
    position: relative;
    padding-left: 5.6875rem;
}
.set-title-2__icon {
    position: absolute;
    bottom: 0.625rem;
    left: 0.125rem;
}
.set-title-2__icon svg {
    width: 2rem;
    height: 2rem;
}
.audit__title {
    font-size: 5.29rem;
    margin-bottom: 2.5rem;
    position: relative;
}
.audit-arrow {
    position: absolute;
    top: 0;
    right: 0;
}
.audit__sub {
    font-weight: 600;
    font-size: 1.12rem;
    line-height: 130%;
    color: #fff;
    margin-bottom: 2.5rem;
}
.audit__sub span {
    color: var(--purple);
}
.audit__list li {
    font-weight: 400;
    font-size: 1.12rem;
    line-height: 130%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    max-width: 37.5rem;
}
.audit__list li:before {
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    content: '';
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_8_12948)'%3E%3Ccircle cx='20' cy='20' r='20' fill='%237E3FF2' /%3E%3C/g%3E%3Cpath d='M16.7038 19.3896L15 21.0622L18.7393 24.733L25.9162 17.6874L24.2125 16L18.7393 21.3878L16.7038 19.3896Z' fill='white' /%3E%3Cdefs%3E%3Cfilter id='filter0_i_8_12948' x='0' y='0' width='40.5478' height='40.5478' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape' /%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha' /%3E%3CfeOffset dx='0.547818' dy='0.547818' /%3E%3CfeGaussianBlur stdDeviation='1.09564' /%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1' /%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0' /%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_8_12948' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
.audit__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 700;
    font-size: 2.35rem;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #7e3ff2;
    font-family: var(--second-family);
    max-width: 37.5rem;
}
.audit__bottom-item {
    font-family: var(--second-family);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 2.35rem;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #7e3ff2;
    gap: 1.25rem;
}
.audit__bottom-item svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.audit__list {
    margin-bottom: 2.5rem;
}
.audit__bottom-text {
    margin-bottom: -0.625rem;
}
.service-cta {
    background: #B8C7F9;
    padding: 8.75rem 0;
}
.service-cta__form form {
    max-width: 45rem;
}
.service-cta__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 5.29rem;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #0d1536;
}
.service-cta__sub {
    font-size: 1.12rem;
    line-height: 130%;
    color: #0d1536;
    margin-bottom: 2.75rem;
}
.service-cta .service__field {
    margin-bottom: 0.625rem;
}
.form__terms {
    font-weight: 400;
    font-size: 1rem;
    line-height: 130%;
    color: #0d1536;
    opacity: .5;
}
.form__terms-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
}
.service-cta__in {
    position: relative;
}
.service-cta__img {
    position: absolute;
    bottom: -8.75rem;
    right: -11rem;
}
.service-cta__img {
    pointer-events: none;
}
.service-cta__img img {
    width: 65.25rem;
}
.how-work h2 {
    font-size: 5.29rem;
    margin-bottom: 2.5rem;
}
.how-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
    margin-bottom: 3.125rem;
}
.how-item__count {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-family: var(--second-family);
    border-radius: 1.76rem;
    width: 6.24rem;
    height: 5.18rem;
    background: var(--purple);
    font-weight: 700;
    font-size: 2.35rem;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.how-item__text {
    font-weight: 700;
    font-size: 2rem;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #fff;
    font-family: var(--second-family);
}
.team-item__image {
    position: relative;
    height: 17rem;
    border-radius: 1.875rem;
    background: var(--light);
    margin-bottom: 1.5rem;
}
.team h2 {
    font-size: 4.82rem;
}
.team-item {
    margin-bottom: 1.875rem;
}
.team-item__logo {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
}
.team-item__logo img {
    max-width: 17.5rem;
}
.team-item__photo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.team-item__photo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 16rem;
    -o-object-fit: contain;
       object-fit: contain;
}
.team-item__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 2.35rem;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: -0.425rem;
}
.team-item__position {
    font-weight: 400;
    font-size: 1.12rem;
    line-height: 130%;
    color: #fff;
    opacity: 0.3;
}
.service_team {
    margin-bottom: 2.5rem;
}
.team__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.5rem;
}
.team__title-block h2 {
    margin-bottom: -1.25rem;
}
.hero_cases h1.hero__title {
    position: absolute;
    top: 1rem;
    left: 0;
    margin: 0;
}
.hero_cases .hero__content {
    padding-top: 0;
}
.hero__cases-tags {
    position: absolute;
    bottom: 1rem;
    right: 0;
}
.hero__cases-tags .cases__tags li a {
    font-size: 1.41rem;
    padding: 1.125rem 1.5rem;
}
.hero__cases-tags .cases__tags li a.active {
    background: var(--purple);
    color: #fff;
}
.m-40 {
    margin-bottom: 2.5rem;
}
.service-row {
    position: relative;
    margin-bottom: 1.8rem;
}
.service-row__decor {
    width: calc(50% - 0.9rem);
    height: 46.25rem;
}
.service-row__decor img {
    width: 100%;
    height: 100%;
}
.service-row__decor {
    position: absolute;
    bottom: 0;
    right: 0;
}
.services-hero__img {
    position: relative;
    height: 22.1875rem;
}
.services-hero__img img {
    width: 100%;
    height: 100%;
}
.services__hero h1 {
    position: absolute;
    top: 0;
    left: 1rem;
    font-size: 8rem;
}
h1 span {
    color: var(--purple);
}
.case-page__title {
    font-weight: 700;
    font-size: 4.82rem;
    line-height: 90%;
    letter-spacing: 0.03em;
    color: #fff;
    margin-bottom: 2.875rem;
}
.case-banner {
    position: relative;
}
.case-banner img {
    width: 100%;
    height: 28.125rem;
    border-radius: 2.5rem;
    -o-object-fit: cover;
       object-fit: cover;
}
.case-tags {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--bg);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem;
    padding-right: 1.575rem;
    padding-bottom: 1.575rem;
    border-bottom-right-radius: 1.575rem;
}
.case-tags li a {
    display: inline-block;
    border-radius: 58.76rem;
    padding: 0.65rem 1.41rem;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 500;
    font-size: 1.41rem;
    line-height: 130%;
    color: #fff;
}
.case-tags:before {
    position: relative;
    content: '';
    position: absolute;
    top: 0;
    right: -2rem;
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
    background-image: url(/img/border.svg);
    pointer-events: none;
}
.case-tags:after {
    position: relative;
    content: '';
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
    background-image: url(/img/border.svg);
    pointer-events: none;
}
.tasks {
    padding-bottom: 8.75rem;
}
.tasks h2 {
    font-size: 4.82rem;
    margin-bottom: 2.5rem;
}
.task__in {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #b8c7f9;
    font-size: 1.12rem;
    line-height: 130%;
    color: #0d1536;
    background: #b8c7f9;
    border-radius: 1.76rem;
    padding: 2.5rem;
}
.task__img img {
    width: 100%;
    height: 100%;
    border-radius: 1.12rem;
    -o-object-fit: cover;
       object-fit: cover;
}
.task__result {
    font-weight: 700;
    font-size: 1.12rem;
    line-height: 130%;
}
.task__result b {
    color: #7e3ff2;
    font-weight: 700;
}
.task__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
}
.dota-item {
    position: relative;
    color: #0d1536;
    background: #b8c7f9;
    border-radius: 1.76rem;
    padding: 2.5rem;
    margin-bottom: 1.875rem;
}
.dota-item__label {
    font-size: 1.12rem;
    line-height: 130%;
    color: #0d1536;
    margin-bottom: 0.375rem;
}
.dota-item__value {
    font-weight: 700;
    font-size: 1.65rem;
    color: #7e3ff2;
}
.results {
    background: #b8c7f9;
    padding: 8.75rem 0;
}
.result-item {
    position: relative;
    border-radius: 1.76rem;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.2);
}
.result-item__icon {
    position: absolute;
    pointer-events: none;
    top: 2.5rem;
    right: 2.5rem;
}
.result-item__stat {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 2.35rem;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #7e3ff2;
    margin-bottom: 0.625rem;
}
.result-item__text {
    font-weight: 500;
    font-size: 1.12rem;
    line-height: 130%;
    color: #0d1536;
    margin-bottom: 3rem;
}
.result-item__din-title {
    font-weight: 500;
    font-size: 1.41rem;
    line-height: 130%;
    color: #0d1536;
    margin-bottom: 1.5rem;
}
.result-item__vals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
}
.result-item__val {
    font-weight: 700;
    font-size: 2.35rem;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #7e3ff2;
    font-family: var(--second-family);
}
.result-item__val:first-child {
    color: #0d1536;
    opacity: .5;
}
.results__total {
    position: relative;
    border-radius: 1.76rem;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.2);
    color: #0d1536;
}
.results-total__label {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 2.35rem;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #0d1536;
    font-family: var(--second-family);
}
.results h2 {
    font-weight: 700;
    font-size: 4.82rem;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #0d1536;
}
.hero__team {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.hero__team {
    max-width: 100%;
}
.hero_about .hero__img {
    height: 35rem;
    -o-object-fit: cover;
       object-fit: cover;
}
.hero_about .hero__content {
    padding-top: 0;
}
.hero_about .hero__sub {
    position: absolute;
    top: 0;
    right: 0;
}
.hero_about .hero__sub span {
    color: var(--purple);
}
.hero_about h1 {
    font-size: 7.95rem;
}
.hero_about h1 span {
    color: var(--purple);
}
.about__img img {
    width: 100%;
    height: 100%;
    border-radius: 1.875rem;
}
.about-why__in {
    background: var(--light);
    padding: 2.5rem;
    color: #0d1536;
    font-size: 1.12rem;
    border-radius: 1.76rem;
    margin-bottom: 1.25rem;
}
.about-why__in span {
    font-weight: bold;
    color: var(--purple);
}
.about-why__sub {
    font-size: 1.12rem;
    padding: 2.5rem;
    border-radius: 1.76rem;
    background: var(--purple);
}
.modal .service__field {
    margin-bottom: 0.625rem;
}
.team-item__image {
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}
.team-item__image:hover {
    background: var(--purple);
    -webkit-transition: .3s;
    transition: .3s;
}
.team-item__photo img {
    -webkit-transition: .3s;
    transition: .3s;
}
.team-item:hover .team-item__photo img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: .3s;
    transition: .3s;
} 
h1.contacts__title:before {
    position: relative;
    content: '';
    position: absolute;
    top: 0;
    right: -2rem;
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
    background-image: url(/img/border.svg);
    pointer-events: none;
}
h1.contacts__title:after {
    position: relative;
    content: '';
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
    background-image: url(/img/border.svg);
    pointer-events: none;
}
.services .hero-feature__image img {
    max-width: 11.25rem;
    max-height: 11.25rem;
    -o-object-fit: contain;
       object-fit: contain;
}
.btn_ghost:hover,
.btn_ghost:focus,
.btn_ghost:active {
    background: var(--purple);
    color: #fff;
    transition: .3s;
}
.cases__tags li a.active {
    background: var(--purple);
}
.hero__feature-numb {
    display: none;
}
.service-step {
    display: none;
}
.service-step.active {
    display: block;
}
.service-step .service__field {
    margin-bottom: 1.25rem;
}
.reviews-slider .swiper-slide {
    height: auto;
}
.review-item {
    height: 100%;
}
.contact-item__numb {
    display: none;
}
.hero-feature__arrow svg {
    width: 1.75rem;
    height: 1.75rem;
}
.faq-item__arrow svg {
    width: 1.5rem;
    height: 1.5rem;
}
.footer-bottom__author {
    display: flex;
    align-items: center;
    gap: 1.125rem;
}
.footer__author-logo img {
    max-width: 4.8125rem;
}
.hero_front .hero__title {
    top: -0.3125rem;
}
.services__hero h1 {
    top: -1.25rem;
}
/* 33524 */

/* text block */
.content {
    min-height: calc(100vh - 42rem);
    padding-bottom: 3.75rem;
}
.text-block {
    font-size: 1.125rem;
    line-height: 1.3;
}
.text-block h2 {
    text-align: left;
    font-weight: 700;
    font-size: 2rem;
    line-height: 130%;
    color: var(--bg);
    margin-bottom: 1.25rem;
}
.text-block h3 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 150%;
    color: var(--bg);
    margin: 0 0 0.625rem;
}
.text-block p + h3,
.text-block ol + h3,
.text-block ul + h3 {
    margin-top: 2.5rem;
}
.text-block p {
    margin-bottom: 0.625rem;
}
.text-block ol li {
    position: relative;
    margin-bottom: 0.5rem;
}
.text-block ul li {
    padding-left: 1.25rem;
    position: relative;
    margin-bottom: 0.5rem;
}
.text-block ul li:before {
    position: absolute;
    width: 0.3375rem;
    height: 0.3375rem;
    content: '';
    top: 0.625rem;
    left: 0;
    border-radius: 50%;
    background: var(--bg);
}
.text-block ul, .text-block ol {
    padding-left: 1.25rem;
    margin-bottom: 1.25rem;
}
.text-block img {
    max-width: 100%;
}
.blue-bold {
    color: var(--dark-blue);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875rem; /* 125% */
}
.blue-bold-sm {
    color: var(--dark-blue);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875rem; /* 125% */
}
.about__img img {
    width: 100%;
}
.text-block .bold-red {
    color: var(--main-red);
}
.text-half {
    max-width: 53.125rem;
}
/* .text block */


.modal {
    display: none; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed; 
    z-index: 999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background: rgba(0, 0, 0, 0.50);
    padding: 1.25rem;
}
.modal-content {
    position: relative;
    width: 60rem;
    max-height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    background: var(--light);
    padding: 2.5rem;
    border-radius: 1.875rem;
    -webkit-animation: slideIn .3s;
    animation: slideIn .3s;
    -webkit-box-shadow: 0rem 0.625rem 1.875rem 0rem rgba(0, 0, 0, 0.10);
    box-shadow: 0rem 0.625rem 1.875rem 0rem rgba(0, 0, 0, 0.10);
}
.modal-sub {
    font-weight: 500;
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    text-align: center;
    font-weight: 500;
    color: #222;
    margin-bottom: 2rem;
}
.modal .btn {
    width: 100%;
}
.modal .form {
    max-width: 40rem;
    margin: 0 auto;
}
.modal .form__terms-submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.modal-content h2 {
    color: #007568;
}
.modal-title {
    font-weight: bold;
    font-family: var(--second-family);
    font-size: 2.125rem;
    line-height: 110%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #0d1536;

    margin: 0 0 0.5rem;
    text-align: center;
}
.modal .form label, 
.modal .form__terms, 
.modal .form__terms a {
    color: #222;
}
.modal .form__terms {
    margin-left: 0;
}
.modal .btn-main {
    width: 100%;
}
.content {
    padding-bottom: 6.25rem;
}
.modal .close {
    display: inline-block;
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
}
.modal .close::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1.375rem;
    height: 0.125rem;
    background: #222;
}
.modal .close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 1.375rem;
    height: 0.125rem;
    background: #222;
}
.form-group {
    margin-bottom: 1rem;
}


.modal .form input[type="text"],
.modal .form input[type="email"],
.modal .form .btn_red {
    width: 100%;
    border: none;
}
.modal .form textarea {
    padding: 1.25rem;
    border: none;
    width: 100%;
}
.header-mobile__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    margin: 1rem 0.75rem 1.5rem;
}
.header-mobile__actions a {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@-webkit-keyframes slideIn {
  0% {
    opacity: .7;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slideIn {
  0% {
    opacity: .7;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
                transform: translateY(15px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
                transform: translateY(15px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-15px);
                transform: translateY(-15px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-15px);
                transform: translateY(-15px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
header {
    -webkit-animation: fadeInDown 0.8s ease-out 0.1s both;
            animation: fadeInDown 0.8s ease-out 0.1s both;
}
.hero_front .hero__title {
    -webkit-animation: fadeInUp 1s ease-out 0.4s both;
            animation: fadeInUp 1s ease-out 0.4s both;
}
.hero__feature .hero-feature__arrow {
    -webkit-transition: .3s;
    transition: .3s;
}
.hero__feature:hover .hero-feature__arrow {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.top-btn {
    position: fixed;
    font-size: 1.5em;
    width: 3.125rem;
    height: 3.125rem;
    padding-top: 0.4375rem;
    background-color: var(--e60002);
    color: #fff;
    border-radius: 50%;
    margin-left: 0.4em;
    cursor: pointer;
    right: 3.8%;
    bottom: 3.8%;
    z-index: 99;
    text-align: center;
    display: none;
}
.top-btn svg {
    display: inline-block;
    color: var(--black);
}