@charset "utf-8";

body {
    font-family: "Inter Tight", sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    color: #0f0a0a;
    background: #f7f7f7;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    text-rendering: optimizeSpeed;
    min-width: 320px;
    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%;
}

/* bc */
.breadcrumb {
    justify-content: center;
    position: relative;
    background: transparent;
    margin: 40px 0 20px;
    padding: 0;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
}
.breadcrumb li {
    list-style: none;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    color: #0f1017;
}
.breadcrumb li:after {
    display: inline-block;
    content: '\2014';
    color: #0f1017;
    top: 0px;
    margin: 0 10px;
    position: relative;
}
.breadcrumb li a {
    font-size: 13px;
    color: #0f1017;
}
.breadcrumb li:last-child:after {
    content: none;
}

h1 {
    text-align: center;
    font-weight: 500;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #0f1017;
    margin-bottom: 32px;
}
/* .bc */

.btn {
    display: inline-block;
    text-align: center;
    padding: 0 36px;
    
    box-shadow: 0 7px 16px 0 rgba(54, 17, 17, 0.12), 0 29px 29px 0 rgba(54, 17, 17, 0.1), 0 65px 39px 0 rgba(54, 17, 17, 0.06), 0 116px 46px 0 rgba(54, 17, 17, 0.02), 0 182px 51px 0 rgba(54, 17, 17, 0);
    background: #1c35e8;

    border-radius: 100px;
    height: 54px;
    line-height: 54px;
    font-weight: normal;
    font-size: 18px;
    font-weight: 600;
    color: #fff;

    white-space: nowrap;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn:hover,
.btn:active,
.btn:focus {
    background: #071998;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

.m-100 {
    margin: 0 0 100px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    transition: .3s;
    background: #fff;
}
header.dark {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
header.dark .header__top {
    background: rgba(255, 255, 255, 0.08);
}

header.dark .header__nav > li > a {
    color: #fff;
}
header.dark .header__lead .btn-ghost {
    border: none;
}

/*
header.bg {
    background: #0F1017;
    transition: .3s;
}
*/

.header__top {
    border-bottom: 1px solid rgba(15, 16, 23, 0.08);
}
.header__top-in {
    display: flex;
    align-items: center;
    height: 62px;
}
/*
.header__social a:hover svg path {
    fill: #1c35e8;
}
*/
.header__social {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: auto;
}
.header__social a {
    flex-shrink: 0;
}
.header__logo img {
    max-width: 202px;
}
.header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 43px;
}
.header__nav > li > a {
    font-weight: 400;
    font-size: 16px;
    color: rgba(15, 16, 23, 0.7);
    white-space: nowrap;
    transition: .3s;
    cursor: pointer;
}
.header__nav > li > a:hover {
    color: #1c35e8;
    transition: .3s;
}

.header__lead {
    margin-left: 32px;
}
.btn-ghost {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: transparent;
    border-radius: 100px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #fff;
    white-space: nowrap;
    padding: 0 24px;
    flex-shrink: 0;
    box-shadow: none;
}
.header__lead .btn-ghost {
    background: linear-gradient(to bottom, 
                #ffffff 0%, 
                #ffffff 26%, 
                #0052cc 26%, 
                #0052cc 74%, 
                #cc0000 74%, 
                #cc0000 100%);
    border: 1px solid #eee;
}
.hero__button-sub .btn {
    height: 60px;
        min-width: 290px;
        line-height: 60px;
}
.hero__img {
    position: absolute;
    bottom: 0;
    left: 440px;
    pointer-events: none;
}
.hero__img img {
    width: 1200px;
}
.hero {
    padding-top: 105px;
    position: relative;
    overflow: hidden;
    background: url(/img/hero-bg.jpg);
    background-size: cover;
    background-position: center;
}
.hero__content {
    position: relative;
    padding-top: 55px;
    height: 620px;
}
.hero__sub {
    width: fit-content;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    padding: 8px 18px;
    margin-bottom: 20px;
    background: radial-gradient(295.81% 111.8% at 0% 0%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.05) 100%);
}
.front_hero .hero__title {
    text-align: left;
    font-weight: 500;
    font-size: 52px;
    line-height: 116%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 10px;
}
.front_hero .hero__title span {
    font-weight: 800;
}
.hero__text {
    font-size: 18px;
    line-height: 124%;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 32px;
    max-width: 520px;
}
.hero__button-sub {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
}
.hero__button-text {
    font-weight: 400;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 220px;
}
.hero__bottom {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    gap: 20px;
    flex-wrap: width;
}
.hero__text-block {
    display: flex;
    align-items: center;
    gap: 18px;
    width: fit-content;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    padding: 12px 40px;
    border-radius: 12px;
    border: 1px solid #646464;
    backdrop-filter: blur(40px);
    box-shadow: inset 4px 4px 16px 0 rgba(0, 0, 0, 0.25);
    background: radial-gradient(295.81% 111.8% at 0% 0%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.05) 100%);
}
.hero__text-block svg {
    flex-shrink: 0;
}

footer {
    position: relative;
    background: #fff;
    padding: 32px 0;
}
.footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.footer__fond {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-align: right;
    color: #0f0a0a;
}
.footer__in {
    display: flex;
    justify-content: space-between;
}
.footer__contacts {
    border-radius: 16px;
    padding: 20px;
    background: #f7f7f7;
    max-width: 412px;
}
.footer__col {
    display: flex;
    flex-direction: column;
    height: auto;
}
.footer__phone {
    margin-top: auto;
    margin-bottom: 4px;
}
.footer__col.footer__col-main {
    display: flex;
    gap: 57px;
    flex-direction: row;
}
.footer__nav li {
    margin-bottom: 16px;
}
.footer__nav li a {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #646467;
}
.footer__bottom-links {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 200px;
}
.footer__rec a {
    font-weight: 600;
    font-size: 16px;
    color: #1c35e8;
    display: inline-block;
    white-space: nowrap;
    border: 1px solid #1c35e8;
    border-radius: 100px;
    padding: 0 24px;
    height: 44px;
    line-height: 42px;
}
.footer__bottom-links a {
    font-size: 16px;
    letter-spacing: -0.01em;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: right;
    color: #9e9ea2;
}
.footer__copy {
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #9e9ea2;
}
.footer__phone a {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #0f0a0a;
}
.footer__email {
    margin-bottom: 20px;
}
.footer__email a {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #1c35e8;
}
.footer__address {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #646467;
    margin-bottom: 20px;
}
.footer__rec {
    display: flex;
    gap: 16px;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #646467;
    margin-bottom: 26px;
}
.footer__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}
.footer__bottom a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #9e9ea2;
    font-size: 16px;
    letter-spacing: -0.01em;
}
.footer__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #0f0a0a;
    margin-bottom: 16px;
}


h2 {
    font-weight: 500;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #0f1017;
    margin-bottom: 32px;
}
h2 span {
    color: #1c35e8;
}
h2.center {
    text-align: center;
}
.request h1 {
    text-align: left;
}
.request h2 {
    margin-bottom: 24px;
}
.request__sub-text {
    margin-bottom: 40px;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #646467;
}
.request__img img {
    width: 100%;
    border-radius: 24px;
}
.request__list li {
    display: flex;
    gap: 16px;
    align-items: center;
    min-height: 44px;
    position: relative;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #0f0a0a;
}
.request__list li:last-child {
    margin-bottom: 0;
}
.request__list li:before {
    flex-shrink: 0;
    content: '';
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    background-size: 44px;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='44' height='44' rx='22' fill='white'/%3E%3Cpath d='M25 20L21 24L19 22M31 22C31 26.9706 26.9706 31 22 31C17.0294 31 13 26.9706 13 22C13 17.0294 17.0294 13 22 13C26.9706 13 31 17.0294 31 22Z' stroke='%231C35E8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cats {
    overflow: hidden;
}
.cats .swiper {
    overflow: visible;
}
.cat-item {
    border-radius: 16px;
    padding: 4px 4px 14px 4px;
    background: #fff;
}
.cats-row .cat-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.cats-row .cat-item .cat-item__title {
    margin-bottom: 20px;
}
.cat-item__img {
    height: 180px;
}
.cat-item__img img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}
.cat-item__title {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #0f0a0a;
    margin-top: 12px;
}
.title-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.title-header h2 {
    margin: 0;
}
.title-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}
.swiper-arrow {
    border-radius: 100px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.swiper-arrow svg {
    flex-shrink: 0;
}
.swiper-button-disabled.swiper-arrow svg path {
    stroke: #646467;
}
.report-item {
    border-radius: 24px;
    padding: 8px 8px 20px 8px;
    background: #fff;
}
.report-item__image {
    height: 300px;
    margin-bottom: 20px;
}
.report-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.report-item__content {
    padding-left: 12px;
    padding-right: 12px;
}
.report-item__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #0f0a0a;
    margin-bottom: 4px;
}
.report-item__text {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #646467;
}
.line__in {
    position: relative;
    background: url(/img/line-bg.jpg);
    background-size: cover;
    background-position: top;
    height: 594px;
    border-radius: 28px;
}
.line__in h2 {
    color: #fff;
    margin: 0;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
}
.line-review {
    border-radius: 16px;
    padding: 16px 24px;
    width: 412px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: #1c35e8;
}
.line-review__author {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.75);
}
.line-review__text {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #fff;
}
.line-review_1 {
    position: absolute;
    bottom: 239px;
    left: 116px;
}
.line-review_2 {
    position: absolute;
    bottom: 161px;
    right: 62px;
}
.h2__sub {
    border-radius: 100px;
    padding: 8px 18px;
    width: fit-content;
    margin: -28px auto 32px;
    background: #646467;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
}
.help-item {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    padding: 28px;
    background: #fff;
}
.help-item__icon {
    margin-bottom: 48px;
}
.help-item .text-block ul {
    padding-left: 0;
}
.help-item__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #0f0a0a;
    margin-bottom: 6px;
}
.help-item__sub {
    font-size: 20px;
    letter-spacing: -0.01em;
    color: #222;
    margin-bottom: 24px;
}
.help-item__list-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #0f0a0a;
    margin-bottom: 8px;
}
.help-item__list li {
    position: relative;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #646467;
    padding-left: 14px;
    margin-bottom: 8px;
}
.help-item__list li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #1c35e8;
    border-radius: 50%;
}

.help-item_2 .help-item__list {
    display: flex;
    flex-wrap: wrap;
}
.help-item_2 .help-item__list li {
    margin-right: 20px;
}
.help-item_2 .help-item__list li:last-child {
    margin-right: 0;
}
.help-item__title {
    margin-top: auto;
}
.help-item__action a {
    font-weight: 600;
    font-size: 16px;
    color: #1c35e8;
    display: inline-block;
    white-space: nowrap;
    border: 1px solid #1c35e8;
    border-radius: 100px;
    padding: 0 24px;
    height: 44px;
    line-height: 42px;
    transition: .3s;
}
.help-item__action a:hover,
.help-item__action a:focus,
.help-item__action a:active {
    transition: .3s;
    background: #1c35e8;
    color: #fff;
}
.help-item__rec a:hover {
    color: #071998;
}
.help-item__rec {
    font-size: 18px;
    letter-spacing: -0.01em;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #1c35e8;
}
.help__action {
    width: fit-content;
    margin: 32px auto 0;
}
.help-item__icon svg {
    width: 24px;
    height: 24px;
}
.help-item__icon svg path {
    fill: #fff;
}

.review-item__text {
    border-radius: 20px;
    padding: 24px;
    width: 304px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    background: #fff;
    flex-shrink: 0;
}
.review-text__text {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #0f0a0a;
}
.review-text__author {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #1c35e8;
}
.review-item {
    width: fit-content;
    display: flex;
    gap: 20px;
}
.review-item__video {
    position: relative;
    width: 196px;
    height: 200px;
    background: #fff;
    border: 4px solid #fff;
    border-radius: 20px;
    flex-shrink: 0;
    overflow: hidden;
}
.review-item__video-big.review-item__video {
    width: 412px;
}
.review-item__video a {
    display: flex;
}
.review-item__video img {
    width: 100%;
    height: 100%;
}
.review-item__video__btn {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}
.reviews-slider .swiper-slide {
    width: auto;
    flex-shrink: 0;
}

.req__list li {
    display: flex;
    gap: 16px;
    align-items: center;
    min-height: 44px;
    position: relative;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #0f0a0a;
}
.req__list li:last-child {
    margin-bottom: 0;
}
.req__list li:before {
    flex-shrink: 0;
    content: '';
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    background-size: 44px;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='44' height='44' rx='22' fill='%23F7F7F7'/%3E%3Cpath d='M25 20L21 24L19 22M31 22C31 26.9706 26.9706 31 22 31C17.0294 31 13 26.9706 13 22C13 17.0294 17.0294 13 22 13C26.9706 13 31 17.0294 31 22Z' stroke='%231C35E8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.req__in {
    display: flex;
    align-items: stretch;
    background: #fff;
    padding: 20px;
    gap: 60px;
    border-radius: 28px;
}
.req__middle {
    margin-left: 20px;
    flex-shrink: 0;
    width: 256px;
    height: auto;
    border-radius: 8px;
    background: #1c35e8;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.req__middle img {
    max-width: 100%;
}
.req__title {
    font-weight: 600;
    margin-bottom: 40px;
}
.req__left {
    border-radius: 8px;
    flex: 1;
    padding: 28px;
    background: #f7f7f7;
    flex-shrink: 0;
}
.req-left__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #0f0a0a;
    margin-bottom: 42px;
}
.req__row_full {
    flex-direction: column;
}
.req__row_full  .req__value {
    text-align: left;
}
.req__table {
    margin-bottom: 28px;
}
.req__row {
    border-top: 1px solid rgba(119, 119, 119, 0.12);
    display: flex;
    padding: 14px 0;
    justify-content: space-between;
    gap: 20px;
}
.req__row:last-child {
    border-bottom: 1px solid rgba(119, 119, 119, 0.12);
}
.req__label {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #646467;
}
.req__value {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #0f0a0a;
    text-align: right;
}
.req-left__sub {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #646467;
}
.req-left__icon {
    flex-shrink: 0;
}
.req__right {
    max-width: 400px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 40px;
}
.req__right h2 {
    margin-bottom: 20px;
}
.req__right-sub {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #646467;
    margin-bottom: 110px;
}
.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active {
    border-color: #1c35e8;
    background: #1c35e8;
    transition: .3s;
    color: #fff;
}
.footer__nav li a:hover {
    color: #1c35e8;
    transition: .3s;
}
.footer__rec a:hover {
    background: #1c35e8;
    color: #fff;
    transition: .3s;
}
.cta__in {
    display: flex;
    gap: 20px;
}
.cta__header {

}
.cta__form {
    width: 412px;
}

.cta__form .form input[type="text"],
.cta__form .form input[type="email"] {
    width: 100%;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 100px;
    padding: 0 20px;
    height: 54px;
}
.cta__form .btn {
    width: 100%;
}
.cta__form .form input:focus {
    border: 1px solid #1c35e8;
}
.cta__social {
    border-radius: 16px;
    padding: 16px;
    width: 196px;
    margin-left: auto;
    background: #fff;
}
.social__list {
    display: flex;
    gap: 12px;
    align-items: center;
}
.social__list a {
    flex-shrink: 0;
}
.cta-social__title {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #646467;
    margin-bottom: 78px;
}
.cta__header {
    padding-right: 40px;
}
.cta__header h2 {
    margin-bottom: 40px;
}
.cta__sub {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #646467;
}
.swiper-scrollbar {
    display: none;
}
.swiper-scrollbar {
    background: rgba(28, 53, 232, 0.12);
}
.swiper-scrollbar .swiper-scrollbar-drag {
    background: #1c35e8;
}
[id] {
  scroll-margin-top: 100px;
}

.content {
    padding-top: 105px;
}
.reviews-page .report-item__image {
    height: 192px;
}
.about__sub {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #0f0a0a;
    margin-bottom: 20px;
}
.about-text {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #646467;
}
.cats.row {
    margin: 0 -5px;
}
.col-1 {
    width: 16.66%;
    padding: 0 5px;
}
.report-page__docs {
    border-radius: 24px;
    padding: 8px;
    background: #fff;
}
.report-doc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.report-page__docs .review-item__video {
    height: 100%;
    width: 100%;
}
.report-page__docs .review-item__video a {
    height: 100%;
}
.report-page__docs .review-item__video a img {
    object-fit: cover;
}
.reports__sub {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #0f0a0a;
    margin-bottom: 24px;
}
.reports__action .btn {
    background: transparent;
    border: 1px solid #1c35e8;
    color: #1c35e8;
    line-height: 52px;
    box-shadow: none;
}
.cats__sub-text {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #646467;
    max-width: 844px;
    margin: 0 auto 32px;
}
.tabs {
    border-radius: 1000px;
    padding: 4px;
    background: #fff;
    display: flex;
    gap: 4px;
    margin: 0 auto 24px;
    width: fit-content;
}
.tabs a {
    border-radius: 100px;
    padding: 12px 24px 14px;
    background: #fff;
    white-space: nowrap;
    font-weight: 600;
    font-size: 18px;
    color: rgba(15, 16, 23, 0.7);
    display: inline-block;
    cursor: pointer;
}
.tabs a.is-active {
    background: #1c35e8;
    color: #fff;
}
.doc-item {
    border-radius: 16px;
    padding: 8px 8px 16px;
    background: #fff;
}
.doc-item__img {
    width: 100%;
    height: 408px;
    margin-bottom: 14px;
}
.doc-item__img img {
    width: 100%;
    height: 100%;
    max-height: 408px;
    object-fit: contain;
    border-radius: 8px;
}
.doc-item__title {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #646467;
}
.contacts__in {
    background: #fff;
    border-radius: 28px;
    padding: 20px;
}
.contacts__map iframe {
    width: 100%;
    height: 500px;
    border-radius: 8px;
    padding: 0;
    margin: 0;
    border: none;
}
.contacts__info {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.contacts__item-label {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #646467;
    margin-bottom: 8px;
}
.contacts__item-val,
.contacts__item-val a {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #0f0a0a;
}
.contacts__item-val.contacts__item-address {
    font-weight: 600;
    font-size: 20px;
}
.contacts__item-sub {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #1c35e8;
    margin-top: 8px;
}
.contacts__text {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #646467;
}

.team-item {
    position: relative;
}
.team-item__img img {
    width: 100%;
    height: 460px;
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
}
.team-item__content {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    width: auto;
    background: #fff;
    border-radius: 16px;
    padding: 12px 20px;
}
.team-item__exp {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #1c35e8;
}
.team-item__name {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}
.team-item__position {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #646467;
}

/* nav sub */
@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__nav > .menu-item-has-children {
    position: relative;
}
.header__nav > .menu-item-has-children > .sub-menu {
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    width: 320px;
    background: #1c35e8;
    list-style: none;
    z-index: 3;
    -webkit-box-shadow: 0 4px 40px 0 rgba(6,0,44,.1);
            box-shadow: 0 4px 40px 0 rgba(6,0,44,.1);
    opacity: 0;
    border-radius: 20px;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
}
.header__nav > .menu-item-has-children:hover > .sub-menu {
    display: block;
    text-align: left;
    -webkit-animation: slideUp 0.3s ease forwards;
            animation: slideUp 0.3s ease forwards;
}
.header__nav > .menu-item-has-children > .sub-menu > li {
    position: relative;
}
.header__nav > .menu-item-has-children > .sub-menu > li > a {
    display: block;
    padding: 14px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}
.header__nav > .menu-item-has-children > .sub-menu > li.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 11px;
    width: 9px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M12 18a1 1 0 0 1-.71-.29l-10-10a1 1 0 0 1 1.42-1.42l9.29 9.3 9.29-9.3a1 1 0 1 1 1.42 1.42l-10 10A1 1 0 0 1 12 18z' fill='%23222' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 9px;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}
.header__nav > .menu-item-has-children > .sub-menu > li:last-child > a {
    border-bottom: none;
}
.header__nav > .menu-item-has-children > .sub-menu > li > .sub-menu {
    display: none;
    position: absolute;
    top: -1px;
    left: 318px;
    background: #e1e1e1;
    width: 320px;
    list-style: none;
}
.header__nav > .menu-item-has-children > .sub-menu > li:hover > .sub-menu {
    display: block;
}
.header__nav > .menu-item-has-children > .sub-menu > li:hover {
    background: var(--bg-gray-2);
}
.header__nav > .menu-item-has-children > .sub-menu > li > .sub-menu > li > a {
    display: block;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 24px;
}
.header__nav > .menu-item-has-children > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
    display: block;
    padding: 6px;
    font-size: 13px;
}
.header__nav > .menu-item-has-children > .sub-menu > li > .sub-menu > li:last-child > a {
    border-bottom: none;
}
.header__nav > li {
    padding: 20px 0;
}
.header__nav > li.menu-item-has-children > a:after {
    position: relative;
    top: -2px;
    content: '';
    position: relative;
    display: inline-block;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.25L5 4.75L8.5 1.25' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    width: 10px;
    height: 6px;
}
.cats-row.row {
    justify-content: center;
}
.gallery-item {
    margin-bottom: 20px;
}
.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.video__in .review-item__video {
    max-width: 600px;
    width: 100%;
    height: 400px;
}
.video__in .review-item__video a {
    display: block;
    width: 100%;
    height: 100%;
}
.video__in .review-item__video a img {
    object-fit: cover;
}
.cat-item__action {
    margin-top: auto;
}
.cat-item__action a {
    font-weight: 600;
    font-size: 16px;
    color: #1c35e8;
    display: inline-block;
    white-space: nowrap;
    border: 1px solid #1c35e8;
    border-radius: 100px;
    padding: 0 24px;
    height: 44px;
    line-height: 42px;
    width: 100%;
    text-align: center;
}

.reviews {
    position: relative;
    overflow: hidden;
}

.reviews__slider {
    padding-bottom: 50px;
}

.reviews__item {
    position: relative;
    border-radius: 20px;
    padding: 32px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.reviews__item-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.reviews__item-text {
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #646467;
    flex-grow: 1;
    margin-bottom: 24px;
}

.reviews__item-text p {
    margin-bottom: 12px;
}

.reviews__item-text p:last-child {
    margin-bottom: 0;
}

.reviews__item-author-date {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #1c35e8;
    margin-top: auto;
    border-radius: 8px;
}

.reviews__item-logo img {
    max-width: 120px;
    object-fit: contain;
}
.reviews-title__header {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.reviews-title__header h1 {
    margin-bottom: 0;
}
.reviews-title__btn {
    margin: 20px 0 40px;
}
.reviews-title__btn .btn {
    background: var(--orange);
}
.reviews-page .reviews__item {
    background: #fff;
    border: 1px solid #e6e6e6;
}
.reviews-page .reviews__item .reviews__item-author {
    padding: 0;
    margin: 0;
}
.reviews__item-logo-author {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 0;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
}
.reviews__action {
    text-align: center;
    margin-top: 40px;
}
.reviews__action a {
    box-shadow: none;
}
.contacts-links__list li {
    margin-bottom: 12px;
}
.contacts-links__list li a {
    color: #1c35e8;
}
.swiper-slide .cat-item__action {
    margin-top: 20px;
}
.bottom-text {
    margin-top: 40px;
}
.row.sbor-row {
    align-items: stretch;
    display: flex;
    align-items: stretch; 
}
.row.sbor-row .col-7, 
.row.sbor-row .col-5 {
  display: flex;               /* чтобы внутренние блоки тянулись */
}
.col-5 .request__img {
  flex: 1;
  position: relative;          
  overflow: hidden;           
}
.sbor-row .request__img img { 
    position:absolute; 
    inset:0; 
    width:100%; 
    height:100%; 
    object-fit:cover; 
}
.reviews__slider .swiper-slide {
    height: auto;
}
.reviews__slider .swiper-slide .reviews__item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.reviews-btns {
    margin-top: 20px;
}
.request-faq .faq-question {
    font-size: 20px;
    font-weight: 500;
}
.request-faq .faq-question__task {
    display: inline-block;
    margin-right: 16px;
    color: #646467;
    font-size: 28px;
    font-weight: 600;
}
.request-faq .faq-item.active .faq-question__task {
    color: #1C35E8;
}
.history-item {
    border-radius: 24px;
    padding: 28px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.history-item__header {
    display: flex;
    gap: 16px;
    align-items: center;
}

.history-item__avatar {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.history-item__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.history-item__text {
    margin-top: auto;
    font-size: 18px;
    color: #646467;
}
.history-item__name {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 4px;
}
.history-item__post {
    font-size: 18px;
    color: #646467;
}
.vol-form__in {
    max-width: 800px;
    margin: 0 auto;
}
.vol-form__in .cta__form {
    width: 100%;
}
.vol-form__in .cta__header h2 {
    margin-bottom: 12px;
    text-align: center;
}
.vol-form__in .cta__header .cta__sub {
    text-align: center;
    margin-bottom: 32px;
}
.vol-page .gallery-item img {
    border-radius: 24px;
}
.header__social a.header__social-tel svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.header__social a.header__social-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #1c35e8;
}
.modal-text {
    text-align: center;
}
.modal .req__middle {
    margin: 0 auto 40px;
} 
/* 33524 */

/* faq */
.faq-item {
    margin-bottom: 0;
}
.faq-list .faq-item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(119, 119, 119, 0.12);
}
.faq-question {
    border-top: 1px solid rgba(119, 119, 119, 0.12);
    position: relative;
    cursor: pointer;
    padding: 24px 50px 24px 24px;

    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #646467;
}
.faq-item.active .faq-question {
    color: #0f1017;
}

.faq-item__arrow {
    position: absolute;
    top: 32px;
    right: 32px;
    -webkit-transition: .3s;
    transition: .3s;
}
.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 svg path {
    stroke: #0f1017;
}

.faq-answer {

    font-size: 18px;
    letter-spacing: -0.01em;
    color: #646467;

    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 20px 30px;
}


/* text block */

.text-block {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #646467;
    line-height: 1.4;
}
.text-block h2 {
    text-align: left;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    color: #0f1017;
    text-transform: none;
    margin-bottom: 20px;
}
.text-block h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #222;
    margin: 0 0 10px;
}
.text-block p + h3,
.text-block ol + h3,
.text-block ul + h3 {
    margin-top: 40px;
}
.text-block a {
    color: #1c35e8;
}
.text-block strong {
    color: #222;
    font-weight: 700;
}
.text-block p {
    margin-bottom: 24px;
}
.text-block ol li {
    position: relative;
    margin-bottom: 8px;
}
.text-block ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}
.text-block ul li:before {
    position: absolute;
    width: 7px;
    height: 7px;
    content: '';
    top: 10px;
    left: 0;
    background: #1c35e8;
}
.text-block ul, .text-block ol {
    padding-left: 20px;
    margin-bottom: 20px;
}
.text-block img {
    max-width: 100%;
}
.blue-bold {
    color: var(--dark-blue);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
}
.blue-bold-sm {
    color: var(--dark-blue);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
}
.text-block .bold-red {
    color: var(--main-red);
}
.text-half {
    max-width: 850px;
}
/* .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: 20px;
}
.modal-content {
    position: relative;
    width: 520px;
    max-height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    background: #fff;
    padding: 32px;
    border-radius: 20px;
    -webkit-animation: slideIn .3s;
    animation: slideIn .3s;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}
.modal-sub {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--gray);
    margin-bottom: 32px;
}
.modal .btn {
    width: 100%;
}
.modal .form {
    max-width: 424px;
    margin: 0 auto;
}
.modal-content h2 {
    color: #007568;
}
.modal-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #0f0a0a;
    margin-bottom: 28px;
}
.modal .form__terms {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #646467;
    margin-top: 28px;
}
.modal .form label, 
.modal .form__terms, 
.modal .form__terms a {
    color: #222;
}
.modal .form__terms {
    margin-left: 0;
}
.modal .btn-main {
    width: 100%;
}

#lead-modal .form {
    max-width: 320px;
}
.modal .close {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    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: 16px;
    height: 1px;
    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: 16px;
    height: 1px;
    background: #222;
}
.form-group {
    margin-bottom: 16px;
}


.modal .form input[type="text"],
.modal .form input[type="email"] {
    width: 100%;
    background: #f7f7f7;
    border: none;
    outline: none;
    border-radius: 100px;
    padding: 0 20px;
    height: 54px;
}

.modal .form textarea {
    width: 100%;
    background: #f7f7f7;
    border: none;
    outline: none;
    border-radius: 100px;
    padding: 20px;
}

.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: 8px;
    margin: 16px 12px 24px;
}
.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);
  }
}

.top-btn {
    position: fixed;
    font-size: 1.5em;
    width: 50px;
    height: 50px;
    padding-top: 7px;
    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);
}