#content {
    padding: 0;
    font-family: var(--inter-font-family);
}
.container {
    max-width: 1200px;
}
.mob{
    display: none;
}
.financial-control-page {
    background-color: #F3F4F5;
    letter-spacing: -0.03em;
}
.right-content {
    position: absolute;
    right: -5%;
    width: 581px;
    bottom: 0;
    z-index: 999;
}
.right-content:before {
    content: " ";
    background-image: url('/wp-content/themes/reboot_child/assets/images/fin-control/bg.png');
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: -1;
    bottom: 0;
    left: -40%;
}
.founder-image {
    margin-bottom: -0.5%;
}
.main-content {
    position: relative;
    min-height: 635px;
    display: flex;
    align-items: center;
}
.header-meta span {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}
.header-meta {
    display: flex;
    gap: 15px;
    align-items: center;
}
.project-type,
.start-date {
    display: flex;
    align-items: center;
    padding: 0 15px 0 0;
    width: 100%;
    height: 40px;
    background: #E9EDF1;
    border-radius: 6px;
    gap: 4px;
}
.project-type{
    max-width: 242px;
}
.start-date{
    max-width: 208px;
}
h1.title {
    font-weight: 500;
    font-size: 74px;
    line-height: 130%;
    color: #333333;
    margin: 0;
    padding-top: 11px;
    letter-spacing: -0.03em;
    font-family: var(--inter-font-family);
}
h1.title .blue {
    color: #025ADB;
}
.subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #333333;
    padding-top: 20px;
    max-width: 500px;
    font-family: var(--inter-font-family);
}
.cta-button {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    color: #FFFFFF;
    background: #025ADB;
    border-radius: 10px;
    padding: 18px 30px;
    max-width: 240px;
    margin-top: 30px;
    cursor: pointer;
    text-align: center;
}
.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-top: 33px;
}
.feature-item-text {
    max-width: 418px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

@media (max-width: 1200px){
    .mob {
        display: block;
    }
    .container {
        max-width: 100%;
        overflow: hidden;
    }
    .main-content {
        flex-direction: column;
        min-height: 792px;
    }
    .header-meta {
        padding-top: 35px;
        gap: 10px;
    }
    header.header {
        background-color: #FFFFFF;
    }
    .header-meta span {
        font-size: 11px;
    }
    .project-type {
        max-width: 190px;
        padding: 0;
    }
    .start-date {
        max-width: 151px;
        padding: 0;
    }
    h1.title {
        padding-top: 8px;
        font-size: 56px;
        line-height: 60px;
        letter-spacing: -4.5px;
    }
    .subtitle {
        padding-top: 25px;
        font-size: 15px;
        line-height: 18px;
    }
    .feature-item-text {
        max-width: 100%;
        font-size: 12px;
    }
    .feature-item {
        margin-top: 25px;
        margin-bottom: 35px;
    }
    .cta-button {
        max-width: 320px;
        margin-top: 60%;
        width: 100%;
    }
    header.header.fixed {
        background-color: #ffffff;
    }
    .right-content {
        width: 100%;
        bottom: auto;
        top: 20%;
        right: 0;
        z-index: 1;
    }
    .left-content {
        position: relative;
        min-height: 792px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        z-index: 2;
    }
    .cards-column-right .result-card .result-icon img {
        width: 78px;
    }
}
@media (max-width: 768px){
    .right-content {
        top: 34%;
    }
    .cta-button {
        margin: 100% auto 0;
    }
}
/*В результате*/
.results-title {
    text-align: left;
    margin-top: 90px;
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    color: #333333;
    letter-spacing: -1.5px;
}
.results-wrapper {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.cards-column-left {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 282px;
    width: 100%;
}
.cards-column-left .result-card {
    max-width: 282px;
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.cards-column-left .result-card.blue {
    max-width: 282px;
    width: 100%;
    min-height: 200px;
    background: #025ADB;
    border-radius: 8px;
    position: relative;
}
.cards-column-left .result-card.blue .result-icon {
    position:absolute;
    right: 0;
    bottom: 0;
}
.cards-column-left .result-card.blue h3 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 20px;
}
.cards-column-left .result-card {
    position: relative;
    min-height: 140px;
    width: 100%;
}
.cards-column-left .result-card .result-icon {
    position: absolute;
    right: 0;
    bottom: 0;
}
.cards-column-left .result-card h3 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    padding: 20px;
    max-width: 206px;
    letter-spacing: -0.03em;
}
.cards-column-center {
    max-width: 328px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cards-column-center .result-card {
    width: 100%;
    min-height: 140px;
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.cards-column-center .result-card h3{
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    padding: 20px;
    max-width: 215px;
    letter-spacing: -0.03em;
}
.cards-column-right {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.cards-column-right .result-card.dark {
    max-width: 282px;
    background: #333333;
    border-radius: 8px;
    min-height: 292px;
    width: 100%;
    margin-top: 0;
    flex-direction: column-reverse;
    display: flex;
    align-items: center;
}
.cards-column-right .result-card.dark h3{
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 20px;
    letter-spacing: -0.03em;
}
.cards-column-right .result-card {
    margin-top: -40px;
    max-width: 238px;
    width: 100%;
    min-height: 320px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    flex-direction: column;
}
.cards-column-right .result-card h3{
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    padding: 20px;
}
.cards-column-right .result-card {
    margin-top: -40px;
    max-width: 238px;
    width: 100%;
    min-height: 320px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cards-column-right .result-card h3 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    padding: 20px;
    letter-spacing: -0.03em;
}
.results-footnote {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: right;
    color: #6C7175;
    max-width: 511px;
    margin: -40px 20px 5px auto;
    letter-spacing: -0.03em;
}
@media (max-width: 1200px){
    .pc{
        display: none;
    }
    h2.results-title {
        margin-top: 60px;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 25px;
        letter-spacing: -1.5px;
    }
    .results-wrapper {
        gap: 20px;
        flex-direction: column;
    }
    .result-card {
        overflow: hidden;
    }
    .cards-column-left {
        flex-direction: column;
        gap: 20px;
        max-width: 100%;
    }
    .cards-column-left .result-card {
        max-width: 100%;
        min-height: 80px;
    }
    .cards-column-left .result-card.blue {
        max-width: 100%;
        min-height: 94px;
    }

    .cards-column-left .result-card .result-icon {
        position: absolute;
        right: auto;
        bottom: 0;
        left: 0;
    }
    .cards-column-left .result-card .result-icon img{
        margin: 0 24px;
    }
    .cards-column-left .result-card h3 {
        margin: 0 0 0 auto;
        font-size: 14px;
        line-height: 20px;
    }
    .cards-column-left .result-card.blue .result-icon {
        position: absolute;
        right: 0;
        left: auto;
        bottom: 0;
    }
    .cards-column-left .result-card.blue .result-icon img{
        width: 91px;
    }
    .cards-column-left .result-card.blue h3 {
        font-size: 14px;
        line-height: 20px;
        padding: 11px;
        margin: auto 0
    }
    .cards-column-center {
        max-width: 100%;
        gap: 20px;
    }
    .cards-column-center .result-card h3 {
        font-size: 14px;
        line-height: 20px;
        padding: 4px 9px;
        max-width: 240px;
    }
    .cards-column-center .result-card {
        min-height: 80px;
        justify-content: space-between;
        align-items: center;
    }
    .cards-column-center .result-card:first-child{
        flex-direction: row;
    }
    .cards-column-center .result-card .result-icon{
        padding-left: 24px;
    }
    .cards-column-center .result-card .result-icon img {
        width: 78px;
    }
    .cards-column-right {
        flex-direction: column;
        width: 100%;
    }
    .cards-column-right .result-card.dark {
        max-width: 100%;
        max-height: 94px;
        flex-direction: row-reverse;
        min-height: auto;
    }
    .cards-column-right .result-card {
        min-height: 80px;
        max-width: 100%;
        flex-direction: row-reverse;
        margin-top: 0;
        align-items: center;
    }
    .cards-column-right .result-card h3 {
        font-size: 16px;
        line-height: 24px;
        padding: 11px;
    }
    .cards-column-right .result-card.dark h3 {
        font-size: 14px;
        line-height: 20px;
        padding: 11px;
        max-width: 61%;
    }
    .results-footnote {
        margin: 20px 0 0;
        font-size: 13px;
        line-height: 20px;
        max-width: 100%;
        text-align: left;
    }
    .cards-column-right .result-card.dark .result-icon {
        width:30%;
        padding-right:24px;
    }
    .cards-column-center .result-card:nth-child(2) .result-icon {
        padding-left: 0;
        padding-right: 24px;
        width: 30%;
    }
    .cards-column-right .result-card:nth-child(2) {
        flex-direction: row;
    }
    .cards-column-right .result-card:nth-child(2) .result-icon {
        width: 30%;
    }
    .cards-column-right .result-card:nth-child(2) h3 {
        font-size: 14px;
        line-height: 20px;
    }
}
/*Боковой слайдер*/
.state-slider-section {
    padding-top: 90px;
    padding-bottom: 28px;
}
.state-title {
    margin: 0;
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    color: #333333;
    max-width: 540px;
    letter-spacing: -0.03em;
}
.state-slider {
    display: flex;
    gap: 20px;
    padding-top: 20px;
    align-items: center;
}
.state-tabs {
    flex: 0 0 380px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
}
.state-tabs::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: #E9EDF1;
    border-radius: 6px;
    z-index: 1;
}
.state-tab {
    max-width: 380px;
    border: 1px solid #E9EDF1;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: left;
    padding: 22px 30px;
    background-color: #fff;
    cursor: pointer;
}
.state-tab.active {
    max-width: 380px;
    background: #E9EDF1;
    border-radius: 8px;
}
.tab-label {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    letter-spacing: -0.03em;
}
.state-slides {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}
.state-slide {
    display: none;
    border-radius: 8px;
    padding: 81px 45px 81px 60px;
}
.state-slide.active {
    display: block;
}
.slide-content {
    display: flex;
    flex-direction: row;
    gap: 31px;
    align-items: center;
}
.slide-content span {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    letter-spacing: -0.03em;
}
.slide-content img {
    width: 210px;
    height: auto;
    align-self: center;
}
.state-slider.mob {
    display: none;
}
@media (max-width: 1200px){
    section.state-slider-section {
        padding-top: 60px;
    }
    .state-title {
        font-size: 28px;
        line-height: 32px;
        max-width: 100%;
    }
    .state-slider {
        padding-top: 25px;
    }

    .state-slider.pc {
        display: none;
    }
    .state-slider.mob {
        display: flex;
        padding-bottom: 70px;
    }

    .state-slide-mob {
        background: #FFFFFF;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        border-radius: 12px;
    }
    .slide-content-mob_text {
        padding: 30px 28px 17px;
    }

    .slide-content-mob img {
        margin: 0 auto;
    }

    .slide-content-mob {
        display: flex;
        flex-direction: column;
    }
    /* Настройки кнопок */
    .slider-buttons {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        transform: translateY(-50%);
        z-index: 10;
        bottom: 7%;
    }

    .swiper-button-prev {
        max-width: 155px;
        width: 100%;
        height: 50px;
        background: #E9EDF1;
        border-radius: 10px;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #222222;
    }
    .swiper-button-next {
        max-width: 155px;
        width: 100%;
        height: 50px;
        background: #025ADB;
        border-radius: 10px;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF;
    }
    /* Убираем дефолтные стрелки */
    .swiper-button-prev::after,
    .swiper-button-next::after {
        display: none;
    }
}
/*Что такое финансовый контроль*/
section.fin-control {
    padding-top: 90px;
}

.fin-control__wrapper {
    background: linear-gradient(106.19deg, #FFFFFF 0%, #E9EDF1 100%);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    display: flex;
    gap: 40px;
    padding: 20px 20px 20px 50px;
}

.fin-control__image {
    padding: 20px 20px 30px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    max-width: 440px;
}

.fin-control__image img{
    object-fit: cover;
}
.fin-control__title {
    margin: 0;
    padding-top: 15px;
    font-weight: 500;
    font-size: 42px;
    line-height: 42px;
    color: #333333;
    letter-spacing: -0.03em;
}
h2.fin-control__title .fin-control__title-highlight {
    color: #025ADB;
}
.fin-control__text {
    padding-top: 14px;
    padding-bottom: 28px;
    border-bottom: 1px solid #E9EDF1;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    letter-spacing: -0.03em;
    max-width: 80%;
}
.fin-control__modules {
    padding-top: 24px;
    letter-spacing: -0.03em;
}
.fin-control__results {
    letter-spacing: -0.03em;
}
@media (max-width: 1200px){
    section.fin-control {
        padding-top: 60px;
    }
    .fin-control__wrapper {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
        box-shadow: 0px 30px 60px 0px #0000001A;

    }
    h2.fin-control__title {
        font-size: 30px;
        line-height: 1;
        padding-top: 0;
        letter-spacing: -3px;
    }
    .fin-control__text {
        padding-top: 15px;
        padding-bottom: 20px;
        font-size: 13px;
        line-height: 18px;
    }

    .fin-control__modules {
        padding-top: 20px;
        font-size: 13px;
        line-height: 18px;
    }

    .fin-control__image {
        padding: 15px 15px 20px;
        max-width: 100%;
    }
    .fin-control__image img {
        object-fit: cover;
        width: 100%;
    }
    .fin-control__results span {
        font-size: 13px;
        line-height: 18px;
    }
}
/*Форма*/
section.excursion {
    padding-top: 90px;
}
section.excursion
.excursion__content {
    padding: 50px 20px 50px 50px;
    background: linear-gradient(105.49deg, #231F20 0%, #3E3E3E 100%);
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}
section.excursion .container {
    position: relative;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 90px;
}
.excursion__image {
    position: absolute;
    right: 0;
    top: 26px;
}
.excursion__title {
    margin: 0 0 24px;
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    color: #FFFFFF;
    letter-spacing: -2px;
}
.excursion__subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #FFFFFF;
    max-width: 338px;
    display: block;
    letter-spacing: -0.03em;
}
.excursion__features {
    padding-top: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.excursion__feature {
    padding: 13px 15px;
    max-width: 250px;
    border: 1px dashed #797979;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    letter-spacing: -0.03em;
}
.excursion__feature:first-child {
    max-width: 219px;
}
.excursion__form {
    padding-top: 24px;
    display: flex;
    gap: 10px;
    z-index: 9;
    position: relative;
}
form.excursion__form input {
    background: #424242;
    border-radius: 8px;
    border: none;
    height: 60px;
    padding: 20px 21px;
    max-width: 345px;
    width: 100%;
    color: #fff;
}
.excursion__form input::placeholder {
    color: #fff;
}
button.excursion__submit {
    border: none;
    background: #025ADB;
    border-radius: 8px;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 20px;
    cursor: pointer;
}
@media (max-width: 1200px){
    section.excursion {
        padding-top: 60px;
    }
    section.excursion .container {
        padding-bottom: 0;
        border: none;
    }
    section.excursion .excursion__content {
        padding: 30px 15px;
        min-height: 770px;
    }
    .excursion__image {
        right: 10%;
        top: auto;
        bottom: -2%;
        left: 10%;
    }
    .excursion__title {
        line-height: 1;
        margin: 0 0 15px;
        font-size: 30px;
    }
    .excursion__title br.pc {
        display: none;
    }
    span.excursion__subtitle {
        font-size: 19px;
        line-height: 21px;
        max-width: 300px;
        width: 100%;
    }
    .excursion__features {
        padding-top: 15px;
        flex-direction: column;
        gap: 15px;
    }
    .excursion__feature:first-child {
        max-width: 100%;
    }
    .excursion__feature {
        max-width: 100%;
        font-size: 13px;
        line-height: 16px;
    }
    .excursion__form {
        flex-direction: column;
        padding-top: 20px;
    }
    form.excursion__form input {
        max-width: 100%;
    }
}
/*Выпадающий список*/
section.accordion-section {
    padding-top: 90px;
}
.accordion__main-title {
    margin: 0;
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -1.8px;
    color: #333333;
}
.accordion {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.accordion__item--active .accordion__content {
    display: block;
    margin-top: 10px;
    box-sizing: border-box;
    border: 1px solid #E9EDF1;
    border-radius: 12px;
    box-shadow: 0px 10px 20px 0px rgba(66, 71, 77, 0.3);
    position: relative;
    z-index: 2;
}
.accordion__header {
    display: flex;
    flex-direction: column;
    padding: 29px 40px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #E9EDF1;
    filter: drop-shadow(0px 6px 10px rgba(66, 71, 77, 0.2));
    border-radius: 12px;
    box-shadow: 0px 10px 10px 0px rgba(66, 71, 77, 0.1);
    z-index: 1;
}
.accordion__title {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #9BA8B4;
}
.accordion__subtitle {
    margin: 0;
    padding-top: 8px;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    letter-spacing: -0.03em;
}
.accordion__meta {
    display: flex;
    gap: 78px;
}
.accordion__count {
    display: flex;
    gap: 6px;
    align-items: center;
    padding-top: 20px;
}
.accordion__count img {
    width: 20px;
    height: 20px;
}
.accordion__count span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}
.accordion__toggle {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border: none;
    background: #9BA8B4;
    cursor: pointer;
    border-radius: 50%;
}
.accordion__toggle::before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    right: 35%;
    top: 40%;
}
.accordion__item--active .accordion__toggle::before {
    transform: rotate(-135deg);
}
.accordion__content {
    display: none;
    padding: 50px 40px 25px;
}
.accordion__lessons {
    display: flex;
    flex-direction: row;
    gap: 44px;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #9BA8B4;
    padding-bottom: 34px;
}
.lesson {
    max-width: calc(100% / 2 - 44px);
}
.lesson__title {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #333333;
    letter-spacing: -0.03em;
}
.lesson__description {
    margin-top: 7px;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #333333;
    display: block;
}
.lesson__duration {
    padding-top: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #9BA8B4;
    display: flex;
    align-items: center;
    gap: 4px;
}
.accordion__results {
    padding-top: 39px;
}
.accordion__results-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    margin: 0;
    letter-spacing: -0.03em;
}
.image-card__text {
    padding-top: 11px;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #333333;
    letter-spacing: -0.03em;
}
.accordion__images {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    padding-top: 22px;
}
.image-card {
    flex: 1;
    min-width: 300px;
    max-width: calc(100% / 3 - 40px);
}
.image-card__img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
    border-radius: 6px;
}
.image-card__img:hover {
    transform: scale(1.02);
}
.image-card__description {
    padding-top: 9px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    letter-spacing: -0.03em;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}
.modal--active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal__content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
}
.modal__img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}
.modal__close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 32px;
    cursor: pointer;
}
@media (max-width: 1200px){
    section.accordion-section {
        padding-top: 60px;
    }
    .accordion__main-title {
        font-size: 28px;
        line-height: 32px;
    }
    .accordion {
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .accordion__header {
        padding: 20px;
    }
    .accordion__title {
        font-size: 16px;
        line-height: 18px;
    }
    .accordion__subtitle {
        padding-top: 15px;
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .accordion__meta {
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding-top: 15px;
    }
    .accordion__count {
        padding-top: 0;
    }
    .accordion__count span {
        font-weight: 400;
        font-size: 12px;
        line-height: 13px;
        color: #333333;
    }
    .accordion__toggle {
        top: 20%;
        right: 5%;
        width: 40px;
        height: 40px;
    }
    .accordion__item--active .accordion__content {
        margin-top: 20px;
        padding: 22px 12px;
    }
    .accordion__lessons {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 20px;
    }
    .lesson {
        max-width: 100%;
    }
    .lesson__title {
        font-size: 15px;
        line-height: 17px;
        letter-spacing: normal;
    }
    .lesson__description {
        padding-top: 10px;
        font-size: 13px;
        line-height: 18px;
    }
    .accordion__results {
        padding-top: 20px;
    }
    .image-card__description {
        padding-top: 10px;
    }
    .image-card__text {
        font-size: 13px;
        padding-top: 10px;
        line-height: 18px;
    }
    .accordion__toggle::before {
        content: '';
        width: 8px;
        height: 8px;
    }
}
@media (max-width: 620px) {
    .accordion__images {
        padding-top: 20px;
        gap: 15px;
        flex-direction: column;
    }
    .image-card {
        max-width: 100%;
    }
}
/*Видео контейнер*/
section.video-animation {
    padding-top: 90px;
}
.video-animation__title {
    margin: 0;
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    color: #333333;
    letter-spacing: -1.3px;
}
span.video-animation__service-name {
    color: #025ADB;
}
.video-animation__container {
    padding-top: 24px;
    display: flex;
    gap: 40px;
}
.video-animation__content {
    max-width: calc(100% / 2 - 40px);
    border-radius: 12px;
}
.video-animation__features {
    max-width: calc(100% / 2 - 40px);
    padding: 40px;
    background-color: #E9EDF1;
    border-radius: 12px;
}
#video-animation__html-video {
    max-width: 560px;
    border-radius: 12px;
}
.video-animation__iframe {
    width: 560px;
}
.video-animation__feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.video-animation__feature-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 48px;
}
.video-animation__feature-icon img {
    display: block;
    object-fit: contain;
    width: 40px;
    height: 40px;
}
.video-animation__feature-icon {
    width: 40px;
    height: 40px;
    display: block;
}
.video-animation__feature-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}
@media (max-width: 1200px){
    .video-animation__feature-text br{
        display: none;
    }
    section.video-animation {
        padding-top: 30px;
    }
    .video-animation__title {
        font-size: 28px;
        line-height: 1;
    }
    .video-animation__container {
        padding-top: 20px;
        gap: 20px;
        flex-direction: column;
    }
    .video-animation__content {
        max-width: 100%;
    }
    .video-animation__iframe {
        width: 100%;
    }
    #video-animation__html-video {
        max-width: 100%;
    }
    .video-animation__features {
        max-width: 100%;
        padding: 20px 18px;
    }
    .video-animation__feature-list {
        gap: 20px;
    }
    .video-animation__feature-item {
        gap: 15px;
    }
    .video-animation__feature-text {
        font-size: 13px;
        line-height: 19px;
        max-width: 82%;
    }
}
/*Блок гарантия*/
section.guarantee {
    padding-top: 90px;
}
.guarantee-wrapper {
    display: flex;
    position: relative;
    background: linear-gradient(101.91deg, #025ADB 0%, #071C3B 50%, #091322 100%);
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 50px;
/*    overflow: hidden;*/
}
.guarantee__title {
    margin: 0;
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    color: #FFFFFF;
    letter-spacing: -0.03em;
}
.guarantee__subtitle {
    padding-top: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    max-width: 500px;
    letter-spacing: -0.03em;
}
ol.guarantee__list {
    padding-left: 20px;
    padding-top: 22px;
    margin: 0;
}
li.guarantee__list-item {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    padding-left: 7px;
}
.guarantee-img{
    position: relative;
    max-width: 50%;
    width: 100%;
}
.guarantee-img img{
    position: absolute;
    right: -25%;
    bottom: -33%;
    max-width: 150%;
    height: auto;
    object-fit: cover;
}
@media (max-width: 1200px) {
    .guarantee-img.pc {
        display: none;
    }
    section.guarantee {
        padding-top: 60px;
    }
    .guarantee-wrapper {
        padding: 20px 11px;
        min-height: 665px;
    }
    .guarantee__title {
        line-height: 30px;
        font-size: 30px;
    }
    .guarantee__subtitle {
        padding-top: 15px;
        font-size: 16px;
        line-height: 23px;
    }
    ol.guarantee__list {
        padding-top: 15px;
    }
    li.guarantee__list-item {
        font-size: 13px;
        line-height: 18px;
    }
}
@media (max-width: 768px) {
    .guarantee-wrapper {
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .guarantee-img img {
        position: absolute;
        right: auto;
        left: 0px;
        height: auto;
        object-fit: cover;
        bottom: -440px;
        max-width: 100%;
    }
    .guarantee-img.mob {
        max-width: 100%;
    }
}
@media (max-width: 500px) {
    .guarantee-img img {
        position: absolute;
        right: auto;
        left: auto;
        height: auto;
        object-fit: cover;
        bottom: -310px;
    }
    .guarantee-wrapper{
        min-height: 590px;
    }
}
@media (max-width: 370px) {
    .guarantee-wrapper {
        min-height: 650px;
    }
}
/*Галерея*/
section.gallery {
    padding-top: 90px;
}
.gallery__title {
    margin: 0;
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -2.5px;
    color: #333333;
}
.gallery__subtitle {
    padding-top: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
}
.gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px;
    gap: 10px;
}
.gallery-wrapper a {
    max-width: calc(100% / 3 - 10px);
}
.gallery-wrapper a img{
    border-radius: 10px;
}
.fancybox__container {
    z-index: 9999999999;
}
@media (max-width: 990px){
    section.gallery {
        padding-top: 60px;
    }
    .gallery__title {
        line-height: 30px;
        font-size: 30px;
    }
    .gallery__subtitle {
        font-size: 17px;
        line-height: 20px;
    }
    .gallery-wrapper {
        padding-top: 20px;
        flex-direction: column;
    }
    .gallery-wrapper a {
        max-width: 100%;
    }
}
/*Кейсы*/
section.cases {
    padding-top: 90px;
}
.cases__title {
    margin: 0;
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    color: #333333;
    letter-spacing: -2px;
}
@media (max-width: 1200px) {
    section.cases {
        padding-top: 60px;
    }
    .cases__title {
        line-height: 1;
        font-size: 30px;
    }
}
/*Форма*/
section.tour-form {
    padding-top: 90px;
    padding-bottom: 90px;
}
.tour-form__container {
    background: linear-gradient(102.86deg, #FFFFFF 0%, #E9EDF1 100%);
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 50px;
    position: relative;
}
.tour-form__title {
    margin: 0;
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    color: #333333;
    letter-spacing: -0.03em;
}
.tour-form__image-block {
    position: absolute;
    right: 0;
    bottom: 0;
}
.tour-form__description {
    padding-top: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    max-width: 635px;
    letter-spacing: -0.03em;
}
form.tour-form__form {
    padding-top: 42px;
}
.tour-form__input-group input {
    background: #E9EDF1;
    border-radius: 8px;
    border: none;
    padding: 22.5px 20px;
    max-width: 240px;
    width: 100%;
}
.tour-form__input-group {
    display: flex;
    gap: 10px;
}
button.tour-form__button {
    border: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    background: #025ADB;
    border-radius: 8px;
    padding: 20px 35px;
    cursor: pointer;
}
@media (max-width: 1200px){
    section.tour-form {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .tour-form__container {
        padding: 35px 13px;
        min-height: 630px;
    }
    .tour-form__title {
        line-height: 1;
        font-size: 30px;
    }
    .tour-form__description {
        padding-top: 20px;
        font-size: 16px;
        line-height: 20px;
        max-width: 100%;
    }
    .tour-form__image-block img {
        z-index: 1;
        max-width: 100%;
        width: 70%;
    }
    .tour-form__content {
        position: relative;
        z-index: 2;
    }
    .tour-form__input-group {
        flex-direction: column;
    }
    .tour-form__input-group input {
        max-width: 100%;
        padding: 16.5px 20px;
    }
    form.tour-form__form {
        padding-top: 40%;
    }
}
@media (max-width: 420px){
    .tour-form__image-block img {
        width: 100%;
    }
    form.tour-form__form {
        padding-top: 70%;
    }
}