em {
    font-style: normal;
}
.section-default {
    color: #232323;
}
.section-hero-cert__container {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 30px;
    flex-flow: wrap;
}
.section-hero-cert .section-hero__text {
    max-width: none;
    line-height: 1.22;
}
@media screen and (max-width: 991px) {
    .section-hero-cert .section-hero__text {
        text-align: left;
    }
}
@media screen and (min-width: 992px) {
    .section-hero .hero-right {
        width: calc(33.3333333333% - 15px);
    }
}
@media screen and (max-width: 991px) {
    .section-hero .hero-right {
        width: 100%;
    }
}
.section-hero .hero-right__form {
    padding: 0;
    border: none;
}
.section-hero .hero-right__form input {
    width: 100%;
    border-color: #FFFFFF;
    color: #fff;
}
.section-hero .hero-right__form .btn-accent {
    max-width: none;
}
.section-hero .hero-right__form .title-middle {
    font-size: 20px;
    margin-bottom: 20px;
}
.section-hero .hero-right .main-consultation__fields, .section-hero .hero-right .main-consultation__form {
    display: flex;
    flex-flow: column;
    gap: 10px;
    margin-bottom: 0;
}
.section-hero .hero-right .main-consultation__form-agreement {
    color: #ACACAC;
    font-size: 12px;
}
.section-hero .hero-right .main-consultation__form-agreement a {
    text-decoration: underline;
}
@media screen and (min-width: 992px) {
    .section-hero .hero-left {
        width: calc(66.6666666667% - 15px);
    }
}

@media screen and (min-width: 991px) {
    .section-hero-cert .dv-h1 {
        font-size: 66px;
    }
}
@media screen and (max-width: 991px) {
    .section-hero-cert .dv-h1 {
        text-align: left;
    }
}

.section-hero__badges {
    display: flex;
    flex-flow: wrap;
    gap: 13px;
}
@media screen and (max-width: 575px) {
    .section-hero__badges {
        justify-content: center;
        flex-flow: column;
        align-items: center;
    }
}
.section-hero__badges span {
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    font-weight: 400;
    color: #1A1A1A;
}
@media screen and (max-width: 575px) {
    .section-hero__badges span {
        font-size: 14px;
        padding: 10px;
    }
}
.section-hero__accent {
    line-height: 1.2;
}

.section-hero-it .section-hero__text {
    max-width: none;
    margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
    .section-hero-it .hero-right__form .title-middle {
        display: none;
    }
}

.steps-list__minimal .steps-list__item {
    min-height: 130px;
    width: calc(33.3333333333% - 20px);
    background: #F3F8FF;
}
@media screen and (max-width: 768px) {
    .steps-list__minimal .steps-list__item {
        width: calc(50% - 15px);
    }
}
@media screen and (max-width: 575px) {
    .steps-list__minimal .steps-list__item {
        width: 100%;
        min-height: 120px;
    }
}
.steps-list__minimal .steps-list__item:last-child .steps-list__title, .steps-list__minimal .steps-list__item:hover .steps-list__title {
    color: #1B63EB;
}
.steps-list__minimal .steps-list__item:first-child {
    background: #1B63EB;
}
.steps-list__minimal .steps-list__item:first-child .steps-list__title {
    color: #fff;
}
.steps-list__minimal .steps-list__item:first-child .text {
    color: #fff;
}
.steps-list__minimal .steps-list__title {
    color: #1B63EB;
    margin-bottom: 0;
}
.steps-list__minimal .text {
    font-size: 16px;
    color: #383838;
}

.section-secondary {
    background: #1a1a1a;
    color: #fff;
}

.section-light {
    background: #F3F8FF;
}
.section-light .section-default__title {
    color: #1B63EB;
}

.section-default__title-small {
    margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
    .section-default__title-small {
        margin-bottom: 20px;
    }
}

.steps-list__top .steps-list__item {
    justify-content: flex-start;
    min-height: 260px;
}

.tabs-vertical {
    display: flex;
    gap: 30px;
    flex-flow: wrap;
    margin-top: 40px;
}
.tabs-vertical__btns {
    width: 40%;
}
@media screen and (max-width: 991px) {
    .tabs-vertical__btns {
        display: none;
    }
}
.tabs-vertical [data-tab] {
    padding: 12px;
    background: #fff;
    border-radius: 20px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    transition: 0.3s;
}
.tabs-vertical [data-tab].active {
    background: #F3F8FF;
}
.tabs-vertical [data-tab].active .tab-icon {
    background: #1B63EB;
    color: #fff;
}
.tabs-vertical [data-tab].active .tab-icon path {
    fill: #fff;
}
.tabs-vertical__body {
    width: calc(60% - 40px);
}
@media screen and (max-width: 991px) {
    .tabs-vertical__body {
        width: 100%;
    }
}
.tabs-vertical__body [data-tab] {
    display: none;
}
@media screen and (max-width: 991px) {
    .tabs-vertical__body [data-tab] {
        display: flex;
    }
}
.tabs-vertical__body .tab-item {
    top: 32px;
    transition: 0.3s;
    padding: 32px;
    border-radius: 20px;
    background: #F3F8FF;
    background-image: url("../images/pattern.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 991px) {
    .tabs-vertical__body .tab-item {
        height: auto;
        top: auto;
    }
}
@media screen and (max-width: 575px) {
    .tabs-vertical__body .tab-item {
        padding: 20px;
    }
}
.tabs-vertical__body .tab-item.active {
    top: 0;
}
@media screen and (max-width: 991px) {
    .tabs-vertical__body .tab-item.active {
        margin: 12px 0 0 0;
    }
}
.tabs-vertical .tab-icon {
    width: 74px;
    height: 74px;
    border-radius: 14px;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    font-size: 22px;
    color: #A1A1A1;
    transition: 0.3s;
}
@media screen and (max-width: 575px) {
    .tabs-vertical .tab-icon {
        width: 46px;
        height: 46px;
        border-radius: 9px;
        font-size: 14px;
    }
    .tabs-vertical .tab-icon svg {
        max-width: 20px;
    }
}
.tabs-vertical .tab-icon.icon-ruble {
    font-size: 35px;
}
@media screen and (max-width: 575px) {
    .tabs-vertical .tab-icon.icon-ruble {
        font-size: 20px;
    }
}
.tabs-vertical .tab-icon path {
    fill: #A1A1A1;
    transition: 0.3s;
}
.tabs-vertical .tab-content-text {
    padding: 32px;
    background: #fff;
    border-radius: 12px;
    margin-top: 25px;
    font-weight: 400;
    font-size: 15px;
    font-family: var(--font-manrope);
    line-height: 1.3;
}
@media screen and (max-width: 575px) {
    .tabs-vertical .tab-content-text {
        font-size: 12px;
        padding: 20px;
    }
}
.tabs-vertical .tab-content-text p + p {
    margin-top: 10px;
}
.tabs-vertical .tab-content-text a {
    color: #1B63EB;
    text-decoration: underline;
}
@media screen and (max-width: 575px) {
    .tabs-vertical .text {
        font-size: 14px;
    }
}

.title-big {
    font-size: 34px;
    font-family: var(--font-bebas-neue);
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
}
.title-big:last-child {
    margin-bottom: 0;
}
.title-big strong {
    color: #2176FF;
}
@media screen and (max-width: 991px) {
    .title-big {
        font-size: 28px;
    }
}

@media screen and (max-width: 575px) {
    .title-big {
        font-size: 25px;
    }
}

.why-item-col {
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
@media screen and (max-width: 575px) {
    .why-item-col {
        padding: 24px;
    }
}
.why-item-col .steps-list__title {
    color: #232323;
}
.why-item-col__dark {
    background: #232323;
}
.why-item-col__dark .text {
    color: #fff;
}
.why-item-col__dark .steps-list__title {
    color: #fff;
}
.why-item-col .why-top {
    margin-bottom: 30px;
}
.why-item-col p + p {
    margin-top: 20px;
}

@media screen and (max-width: 575px) {
    .why-row {
        gap: 30px;
    }
}

.btn-accent--white {
    background: #fff;
    color: #232323;
}
.btn-accent--white:hover {
    background: rgba(255, 255, 255, 0.8);
}

.list-border__minimal .list-border__item {
    min-height: auto;
}
@media screen and (max-width: 575px) {
    .list-border__minimal .list-border__item {
        border-bottom: 1px solid #E0E0E0;
        padding-bottom: 24px;
    }
    .list-border__minimal .list-border__item:last-child {
        padding-bottom: 0;
        border: none;
    }
}
.list-border__minimal .list-border__item::after, .list-border__minimal .list-border__item::before {
    display: none;
}
.list-border__minimal .list-border__content {
    padding: 10px 0 0;
}
.list-border__minimal .list-border__head {
    padding: 0;
    min-height: auto;
    align-items: center;
}
.list-border__minimal .list-border__icon {
    margin-top: 0;
    width: 60px;
    aspect-ratio: 1;
    height: 60px;
}
.list-border__minimal .list-border__icon img {
    width: fit-content;
    height: fit-content;
}
.list-border__minimal .list-border__title {
    padding-top: 0;
}
@media screen and (max-width: 575px) {
    .list-border__minimal .list-border__title br {
        display: none;
    }
}

.faq-list__item {
    padding: 24px;
    border-bottom: 1px solid #000;
}
.faq-list__item.open .faq-title {
    padding-bottom: 24px;
}
.faq-list__item.open .faq-title::after {
    transform: rotate(90deg);
}
.faq-list__item.open .faq-desc {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
}
.faq-list .faq-title {
    margin-bottom: 0;
    transition: 0.2s;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}
.faq-list .faq-title::after, .faq-list .faq-title::before {
    content: "";
    width: 16px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.faq-list .faq-title::after {
    width: 2px;
    height: 16px;
    right: 7px;
    transition: 0.3s;
    transform: rotate(0);
}
.faq-list .faq-desc {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}

.section-secondary .text {
    color: #fff;
}

.dv-field-white {
    padding: 20px 15px;
    background: #fff;
}

.section-how .main-consultation__fields {
    gap: 20px;
    margin-bottom: 20px;
}

.service-price {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    padding: 25px;
    border-radius: 12px;
    background: #F3F8FF;
    color: #1e1e1e;
    justify-content: space-between;
    margin-top: 55px;
}
@media screen and (max-width: 575px) {
    .service-price {
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}
.service-price__left {
    color: #1B63EB;
    margin-bottom: 0;
}
.service-price__right.text {
    font-size: 16px;
    color: #1e1e1e;
}
.service-price__right .title-big {
    display: block;
    line-height: 1;
}
@media screen and (max-width: 575px) {
    .service-price__right .title-big {
        font-size: 60px;
    }
}

.section-default__title span {
    color: #1B63EB;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 575px) {
    .text-center-mob {
        text-align: center !important;
    }
}

@media screen and (max-width: 768px) {
    .section-box-mobile {
        margin: 0 10px;
        border-radius: 20px;
    }
    .section-box-mobile .dv-h2 {
        font-size: 25px;
    }
}
.btn-accent {
    display: inline-block;
}

@media screen and (max-width: 575px) {
    .desc-block {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .section-default__head {
        margin-bottom: 25px;
    }
}
