a {
    text-decoration: none;
}

a:hover {
    color: inherit;
}

header.header {
    background-color: #F3F4F5;
}

::-moz-selection {
    background-color: #6b90ba !important;
    color: #fff
}

::selection {
    background-color: #6b90ba !important;
    color: #fff
}

#content {
    padding: 0;
    font-family: var(--inter-font-family);
    overflow: hidden;
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}

.mob {
    display: none;
}

section {
    margin-bottom: 100px;
}

section .h2,
section h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #222;
    margin: 0 0 45px;
}

section .h2.section-title,
section h2.section-title {
    text-align: left;
}

section:has(.subtitle) .h2,
section:has(.subtitle) h2 {
    margin-bottom: 0;
}

section .h2 span,
section h2 span {
    color: #025adb;
}

section .subtitle {
    font-weight: 400;
    font-size: 30px;
    color: #222;
    text-align: center;
    margin-top: 10px;
}

section .h2 + .subtitle,
section h2 + .subtitle {
    margin-bottom: 50px;
}

.trigger__button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 100%;
    max-width: 327px;
    padding: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.01em;
}

.yellow__button {
    background: linear-gradient(180deg, #ffd000 0%, #ffb120 100%);
    color: #222;
}

.blue__button {
    background: #025adb;
    color: #fff;
}

@media (max-width: 1200px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    section {
        margin-bottom: 40px;
    }

    section .h2,
    section h2 {
        font-size: 26px!important;
    }

    section .subtitle {
        font-size: 16px!important;
    }

    .trigger__button {
        font-size: 16px;
        padding: 25px;
        border-radius: 5px;
    }
}


/****************************************************************************/
/* Оффер */

section.offer {
    color: #fff;
    overflow: hidden;
    height: 100vh;
    position: relative;
}
section.offer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(46, 58, 66, .8);
}

section.offer video {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}
.offer__content {
    max-width: 845px;
    padding: 180px 0 240px;
    position: relative;
    z-index: 99;
}

.offer__subtitle {
    font-weight: 700;
    font-size: 12px;
    line-height: 135%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #4f98ff;
}

.offer__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 20px 0 40px;
}

.offer__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #fff;
    opacity: 0.8;
    max-width: 600px;
    margin-bottom: 55px;
}

.offer__button {
    max-width: 327px;
    text-decoration: none;
}

@media (max-width: 768px) {
    .offer__content {
        padding: 80px 0 100px;
    }

    .offer__subtitle {
        font-size: 10px;
    }

    .offer__title {
        font-size: 26px;
        margin: 12px 0 20px;
    }

    .offer__text {
        font-size: 16px;
        margin-bottom: 25px;
    }
}

/****************************************************************************/
/* Интерактивная карта */
/* todo стили карты */

/****************************************************************************/
/* Несколько цифр о нашей работе */

.numbers-work__items {
    display: flex;
    gap: 66px;
    margin-bottom: 80px;
}

.numbers-work__item {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: rgba(34, 34, 34, 0.8);
}

.numbers-work__item .b,
.numbers-work__item b {
    font-weight: 500;
    font-size: 41px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #222;
    display: block;
    margin-bottom: 5px;
}

.numbers-work__quote {
    background-image: url(/wp-content/themes/reboot_child/assets/images/business-evolution/numbers-work/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 40px 40px 40px 80px;
    border-radius: 12px;
}

.numbers-work__text {
    font-weight: 400;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #222;
    position: relative;
    max-width: 637px;
    margin-bottom: 30px;
}

.numbers-work__text:before {
    content: url('../images/business-evolution/numbers-work/quote.png');
    width: 25px;
    height: 23px;
    position: absolute;
    top: 0;
    left: -40px;
}

.numbers-work__author {
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #222;
}

.numbers-work__author span {
    font-weight: 600;
    font-size: 20px;
    display: block;
}

.numbers-work__image {
    position: absolute;
    right: 85px;
    bottom: 0;
}

@media (max-width: 1200px) {
    .numbers-work__items {
        gap: 20px;
    }

    .numbers-work__image {
        right: 0;
        width: 300px;
    }
}

@media (max-width: 900px) {
    .numbers-work__items {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .numbers-work__item:not(:last-child) {
        border-bottom: 1px solid rgba(34, 34, 34, 0.2);
        width: 100%;
    }

    .numbers-work__image {
        width: 56px;
        position: relative;
        margin: 0 10px 0 0;
    }
}

@media (max-width: 768px) {
    .numbers-work__item {
        font-size: 16px;
    }

    .numbers-work__item .b,
    .numbers-work__item b {
        font-size: 26px;
    }

    .numbers-work__text {
        font-size: 16px;
    }

    .numbers-work__item p {
        margin-top: 5px;
    }

    .numbers-work__quote {
        padding: 60px 20px 20px;
    }

    .numbers-work__text:before {
        top: -40px;
        left: 0;
    }

    .numbers-work__author {
        font-size: 12px;
    }

    .numbers-work__author span {
        font-size: 14px;
    }
}

/****************************************************************************/
/*  Что такое системный бизнес? */

.system-business__content iframe {
    width: 100%;
    max-width: 960px;
    margin: auto;
    display: block;
}

@media (max-width: 768px) {
    .system-business__content iframe {
        height: 150px;
    }
}

.system-business__content iframe {
    width: 100%;
    max-width: 960px;
    margin: auto;
    display: block;
}

@media (max-width: 768px) {
    .system-business__content iframe {
        height: 150px;
    }
}

.system-business__video {
    position: relative;
    /*height: 500px;*/
    width: 100%;
    max-width: 960px;
    margin: auto;
    display: block;
    border-radius: 12px;
}

.system-business__video img {
    border-radius: 12px;
    /*height: 500px;*/
}

.system-business__video .play {
    width: 80px;
    height: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}

@media (max-width: 768px) {
    .system-business__video {
        height: 150px;
    }

    .system-business__video img {
        height: 150px;
        object-fit: cover;
        width: 100%;
    }

    .system-business__video .play {
        width: 40px;
        height: 40px;
        position: absolute;
        left: calc(50% - 20px);
        top: calc(50% - 20px);
    }

    .system-business__video .play svg {
        width: 40px;
        height: 40px;
    }
}

#popup-video-about {
    background-color: #ffffff00;
}

#popup-video-about iframe {
    border-radius: 20px;
}

@media (max-width: 991px) {
    #popup-video-about iframe {
        width: 100%;
        height: auto;
    }
}

/****************************************************************************/
/*  Результаты выпускников */

section.case-aktivator {
    padding-top: 108px;
}

.swiper-wrapper.casesSlider-wrapper {
    height: auto !important;
}

.casesSlider-wrapper {
    display: flex;
    align-items: stretch !important;
}

.cases-slider {
    position: relative;
    overflow: hidden;
    padding: 0 0 30px;
}

.cases-grid {
    padding-top: 24px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.case-card {
    width: calc(100% / 3 - 30px);
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 10px 10px 0;
    gap: 20px;
    background: #FFFFFF;
    border: 1px solid #E9EDF1;
    box-shadow: 0px 10px 20px rgba(66, 71, 77, 0.3);
    border-radius: 12px;
}

.case-title {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

.case-company {
    padding-top: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
}

.case-branch {
    padding-top: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    padding-bottom: 18px;
    border-bottom: 1px solid #E9EDF1;
}

.case-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.case-result {
    padding: 18px 0;
}

.case-result p {
    margin: 0;
}

ul.growth-list {
    margin: 0;
    padding-left: 20px;
}

li.growth-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

a.case-button {
    text-decoration: none;
    text-align: center;
}

a.case-button:hover,
a.case-button:focus {
    color: #FFFFFF;
}

.case-growth {
    flex-grow: 2;
    margin-bottom: 17px;
}

.case-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    background: #025ADB;
    border-radius: 6px;
    max-width: 310px;
    width: 100%;
    padding: 13px 15px;
    margin: 0 auto 17px;
}

@media (max-width: 1100px) {
    section.case-aktivator {
        padding-top: 45px;
    }

    section.case-aktivator .section-title {
        font-size: 30px;
        line-height: 1.1;
    }

    .cases-slider {
        padding-top: 0;
        padding-bottom: 27px;
    }

    .cases-grid {
        padding-top: 20px;
        flex-direction: column;
        gap: 10px;
    }

    .case-card {
        max-width: 100%;
        gap: 15px;
    }

    .case-content {
        padding: 0;
    }

    .case-title {
        font-size: 24px;
        line-height: 1;
    }

    .case-company {
        font-size: 18px;
        line-height: 1;
    }

    .case-branch {
        font-size: 16px;
        line-height: 1;
    }

    li.growth-item {
        font-size: 16px;
        line-height: 22px;
    }

    .case-growth {
        margin-bottom: 17px;
    }

    .case-button {
        margin: 0 auto 17px;
    }
}

.cases .container {
    position: relative;
}

.cases__navigation .swiper-button-next:after,
.cases__navigation .swiper-button-prev:after {
    display: none;
}

.cases__navigation .swiper-button-next,
.cases__navigation .swiper-button-prev {
    top: 50%;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}

@media (max-width: 600px) {
    .cases__navigation .swiper-button-next,
    .cases__navigation .swiper-button-prev {
        top: 43%;
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
    }
}

.cases__navigation .swiper-button-next {
    right: -10px;
    background-image: url(/wp-content/themes/reboot_child/assets/images/business-evolution/cases/slider-arrow-next.svg);
    background-size: cover;
}

@media (max-width: 600px) {
    .cases__navigation .swiper-button-next {
    }
}

.cases__navigation .swiper-button-prev {
    left: -10px;
    background-image: url(/wp-content/themes/reboot_child/assets/images/business-evolution/cases/slider-arrow-prev.svg);
    background-size: cover;
}

@media (max-width: 600px) {
    .cases__navigation .swiper-button-prev {
    }
}

/****************************************************************************/
/* Каждый бизнес — комбинация типичных проблем */

.problems {
    margin-bottom: 104px;
    padding-bottom: 100px;
    background: linear-gradient(180deg, #fff 0%, #f1f3f7 22.71%);
}

@media (max-width: 600px) {
    .problems {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
}

.problems__title {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #222;
}

.problems__cards {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
}

.problems__card.card-reverse {
    flex-direction: row-reverse;
}

@media (max-width: 991px) {
    .problems__cards {
        flex-direction: column;
        gap: 25px;
    }
}

.problems__card {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 43px;
    max-width: 100%;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .problems__card {
        flex-direction: column !important;
        gap: 5px;
        padding: 0;
    }
}

.problems__card-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .problems__card-content {
        flex-direction: column;
        padding: 15px;
    }
}

.problems__card-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #222;
    margin: 30px 0;
}

@media (max-width: 600px) {
    .problems__card-title {
        font-size: 22px;
        margin: 20px 0;
    }
}

.problems__card-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.8);
    flex-grow: 2;
    margin: 0;
    padding-left: 18px;
}

.problems__card-description li {
    margin-bottom: 6px;
}

.problems__card-number {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #025adb;
}

.problems__card-image {
    width: 100%;
    max-width: 50%;
    border-radius: 10px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .problems__card-image {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .problems__card-description {
        font-size: 16px;
    }
}

/****************************************************************************/
/* Владелец — самый ответственный сотрудник */
section.minuses {
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    section.minuses {
        margin-bottom: 25px;
    }
}

.minuses__title {
    font-weight: 500;
    font-size: 45px;
    line-height: 100%;
    text-align: center;
    color: #222;
    margin-bottom: 44px;
}

@media (max-width: 768px) {
    .minuses__title {
        font-size: 26px;
        line-height: 120%;
        margin-bottom: 25px;
    }
}

.minuses__title span {
    color: #025adb;
}

.minuses__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {
    .minuses__content {
        flex-direction: column-reverse;
        gap: 25px;
    }
}

.minuses__list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    max-width: 612px;
}

.minuses__list-item {
    position: relative;
    display: flex;
    gap: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}

.minuses__list-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.minuses__list-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 38px;
    max-height: 38px;
    width: min-content;
    height: min-content;
    padding: 10px;
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background: #222;
}

@media (max-width: 768px) {
    .minuses__list-item .minuses__list-icon {
        min-width: 28px;
        max-height: 28px;
        width: min-content;
        height: min-content;
        padding: 6px;
        font-size: 16px;
        line-height: 100%;
    }
}

.minuses__list-title {
    font-weight: 400;
    font-size: 16px;
    color: rgba(34, 34, 34, 0.8);
}

.minuses__list-title .b,
.minuses__list-title b {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #222;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .minuses__list-title .b,
    .minuses__list-title b {
        font-size: 20px;
    }

    .minuses__list-item .minuses__list-title {
        font-size: 14px;
    }

    .minuses__list-item .minuses__list-title {
        font-size: 14px;
        line-height: 120%;
    }
}

.minuses__list-item .minuses__list-image {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .minuses__list-item .minuses__list-image {
        height: 309px;
    }
}

.minuses__list-item .minuses__list-image img {
    object-fit: cover;
}

@media (max-width: 768px) {
    .minuses__list-item .minuses__list-image img {
        height: 309px;
    }
}

.minuses__button {
    max-width: 288px;
    margin: 20px auto 0;
}

/****************************************************************************/
/* О чем вы мечтали когда создавали бизнес?  */

.dream__content {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 50px;
    border-radius: 15px;
}

.dream__cards {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.dream__card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px 30px;
    max-width: 510px;
}

.dream__card-title {
    font-weight: 500;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #222;
}

.dream__card-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: center;
    justify-content: center;
    margin: 30px auto;
    text-align: center;
}

.dream__card-items span {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    border-radius: 999px;
    padding: 12px;
    width: fit-content;
    background: #025adb;
}

.dream__card:nth-child(2) .dream__card-items span {
    background: #222;
}

.dream__bottom {
    background: #222222;
    background: url(/wp-content/themes/reboot_child/assets/images/business-evolution/dream/bg_black.png) center / cover no-repeat;
    border-radius: 12px;
    padding: 40px 50px;
}

.dream__offer {
    font-weight: 600;
    font-size: 25px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.dream__offer span {
    display: block;
    color: #fff;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .dream__cards {
        flex-direction: column;
        align-items: center;
    }

    .dream__content {
        padding: 10px 15px;
    }

    .dream__card {
        padding: 10px 10px;
    }

    .dream__card-title {
        font-size: 22px;
    }

    .dream__card-items {
        margin: 20px auto;
        gap: 7px;
    }

    .dream__card-items span {
        font-size: 12px;
        padding: 7px;
    }

    .dream__offer {
        font-size: 18px;
    }

    .dream__bottom {
        padding: 15px;
        margin-top: 20px;
    }
}


/****************************************************************************/
/*  В чем главное отличие */

.difference {
    padding-bottom: 120px;
    background: linear-gradient(180deg, rgba(241, 243, 247, 0) 0%, #f1f3f7 100%);
}

.difference__content {
    display: flex;
}

.difference__content-descr {
    max-width: 500px;
}

.difference__content-title {
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #222;
}

.difference__content-descr ul {
    padding-left: 23px;
}

.difference__content-descr li {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #222;
    margin-bottom: 10px;
    position: relative;
    list-style: none;
}

.difference__content-descr li:before {
    content: url('../images/business-evolution/difference/mark.png');
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0;
    left: -20px;
}

.difference__content-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #222;
}

.difference__content-image {
    max-width: 670px;
    margin-top: -25px;
}

.difference__quote {
    position: relative;
    padding: 40px 40px 40px 80px;
    border-radius: 12px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: -230px 0 100px;
}

.difference__quote-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: #222;
    position: relative;
    max-width: 665px;
    margin-bottom: 30px;
}

.difference__quote-text:before {
    content: '';
    background: url('../images/business-evolution/numbers-work/quote.png') center / cover no-repeat;
    width: 25px;
    height: 23px;
    position: absolute;
    top: 0;
    left: -40px;
}

.difference__quote-author {
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #222;
}

.difference__quote-author span {
    font-weight: 600;
    font-size: 20px;
    display: block;
}

.difference__quote-image {
    position: absolute;
    right: 0;
    bottom: 0;
}

.difference__image {
    position: absolute;
    right: 85px;
    bottom: 0;
}

@media (max-width: 1100px) {
    .difference__content {
        flex-direction: column;
    }

    .difference__content-image {
        margin-top: 20px;
    }

    .difference__image {
        right: 0;
        bottom: 0;
        width: 200px;
    }

}

@media (max-width: 768px) {
    .difference__content-title {
        font-size: 22px;
    }

    .difference__content-descr li {
        font-size: 16px;
    }

    .difference__content-text {
        font-size: 18px;
    }

    .difference__quote-text {
        font-size: 16px;
        margin-bottom: 60px;
    }

    .difference__quote-text:before {
        left: -19px;
        width: 14px;
        height: 13px;
    }

    .difference__quote-author {
        font-size: 12px;
        max-width: 170px;
        margin-bottom: 70px;
    }

    .difference__quote-author span {
        font-size: 16px;
    }

    .difference__quote {
        padding: 20px 20px 20px 30px;
        margin: -160px 0 60px;
    }

    .difference__image {
        width: 180px;
    }
}

/****************************************************************************/
/*  Опыт  */

.experience iframe {
    width: 100%;
    max-width: 960px;
    margin: auto;
    display: block;
}

@media (max-width: 768px) {
    .experience iframe {
        height: 150px;
    }
}


/****************************************************************************/
/* Внедрение системы  */

.integration__content {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 50px;
}

section .integration__content .h2,
section .integration__content h2 {
    max-width: 515px;
    margin: 0 auto 25px;
}

.integration__content .subtitle {
    font-size: 25px;
    max-width: 847px;
    margin-inline: auto;
}

.integration__content .subtitle .b {
	font-weight: 700;
}

.integration__cards {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.integration__card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px 30px;
    max-width: 510px;
    max-width: 510px;
}

.integration__card-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #222;
}

.integration__card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #222;
}

.integration__card p .b {
    font-weight: 700;
}

.integration__button {
    max-width: 305px;
    margin: 30px auto 0;
}

@media (max-width: 800px) {
    .integration__cards {
        flex-direction: column;
        align-items: center;
    }

    .integration__content {
        padding: 20px;
    }

    .integration__card-title {
        font-size: 16px;
    }

    .integration__card {
        padding: 20px;
    }

    .integration__card p {
        font-size: 14px;
    }


}

/****************************************************************************/
/*Ваш путь*/

section.way .section-title {
    text-align: center;
}

section.way h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.way .subtitle {
    font-size: 25px;
}

.way_wrapper {
    margin-top: 67px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.way_card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    position: relative;
    min-height: 350px;
}

.way_card:nth-child(odd):before {
    content: url(../images/business-evolution/way/line-left.svg);
    position: absolute;
    top: 125px;
    left: auto;
    right: 84px;
    z-index: -1;
}

.way_card:nth-child(even):before {
    content: url(../images/business-evolution/way/line-right.svg);
    position: absolute;
    top: 120px;
    z-index: -1;
}

.way_card:first-child:before {
    content: url(../images/business-evolution/way/line-first.svg);
    position: absolute;
    top: -10px;
    left: auto;
}

.way_card:nth-last-child(2):before {
    content: url(../images/business-evolution/way/line-end.svg);
    position: absolute;
    left: auto;
    right: 84px;
    max-width: 1014px;
}

.way_card:last-child:before {
    content: '';
}

.way_description {
    max-width: 529px;
    padding: 30px;
    position: relative;
}

.way_card:last-child .way_quote {
    max-width: 204px;
}

.way_number {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #025ADB;
}

.way_title {
    padding-top: 30px;
    font-weight: 500;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #222222;
}

.way_card:last-child .way_description {
    max-width: 430px;
}

.way_text {
    padding: 20px 0 0 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: rgba(34, 34, 34, 0.8);
    margin: 0;
}

.way_text li {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.8);
    margin-bottom: 5px;
}

.way_quote {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #222;
    background: #dee5ef;
    border-radius: 6px;
    padding: 15px;
    max-width: 290px;
    position: relative;
}

.way_quote:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    border: 14px solid transparent;
    border-top: 14px solid #dee5ef;
    transform: rotate(136deg);
}


.way__bottom {
    background: #025adb;
    background: url(/wp-content/themes/reboot_child/assets/images/business-evolution/way/bg-blue.png) center / cover no-repeat;
    border-radius: 12px;
    padding: 40px 50px;
}

.way__offer {
    font-weight: 600;
    font-size: 25px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    max-width: 940px;
    margin: auto;
}

.way__offer span {
    display: block;
    margin: 15px 0;
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
}

.way__button {
    max-width: 275px;
    margin: auto;
}

@media (max-width: 1100px) {
    section.way {
        padding-top: 45px;
    }

    section.way .section-title {
        text-align: left;
        max-width: 280px;
    }

    .way_wrapper {
        margin-top: 20px;
        gap: 10px;
    }

    .way_card {
        display: flex;
        flex-direction: column;
        width: fit-content;
        margin: auto;
        min-height: 450px;
    }

    .way_card:nth-child(2), .way_card:nth-child(4) {
        flex-direction: column-reverse;
    }

    .way_description img {
        max-width: 260px;
    }

    .way_description {
        max-width: 260px;
        padding: 0;
    }

    .way_number {
        font-size: 10px;
        line-height: 1.2;
        padding-left: 15px;
    }

    .way_title {
        font-size: 25px;
        line-height: 1;
        padding: 20px 0 20px 15px;
    }

    .way_text {
        font-size: 14px;
        line-height: 1.2;
        padding: 0 0 0 25px;
    }

    .way_card img {
        padding: 0 10px;
        max-width: 250px;
    }

    .way_text li {
        font-size: 14px;
    }

    section.way {
        padding-top: 10px;
    }

    .way .subtitle {
        font-size: 16px;
        margin-bottom: 0;
    }

    .way_quote {
        padding: 10px;
    }

    .way_card:nth-child(odd):before {
        content: url(../images/business-evolution/way/line-left-m.svg);
        top: 86px;
        right: auto;
        left: -21px;
    }

    .way_card:nth-child(even):before {
        content: url(../images/business-evolution/way/line-right-m.svg);
        top: 90px;
    }

    .way_card:first-child:before {
        content: url(../images/business-evolution/way/line-left-m.svg);
        top: 85px;
        left: -22px;
    }

    .way_card:nth-last-child(2):before {
        content: url(../images/business-evolution/way/line-right-m.svg);
        position: absolute;
        top: 90px;
        left: -14px;
    }

    .way_card:last-child .way_description {
        max-width: 260px;
    }

    .way__bottom {
        padding: 15px;
        margin-top: -45px;
    }

    .way__offer {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .way__bottom-image {
        display: none;
    }
}

/****************************************************************************/
/* Внедяряем автоматизированную систему управления */

.control h2 {
    max-width: 1066px;
    margin: auto;
}

.control .subtitle {
    font-size: 25px;
}

.control__cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.control__card {
    max-width: 560px;
    display: flex;
    flex-direction: column;
}

.control__card-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #222;
    margin: 20px 0;
}

.control__card p {
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    color: rgba(34, 34, 34, 0.8);
}

.years__cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin: 100px 0 40px;
}

.years__card {
    max-width: 560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px;
}

.years__card:first-child {
    background: url(/wp-content/themes/reboot_child/assets/images/business-evolution/control/earth.png) center / cover no-repeat;
}

.years__card:last-child {
    background: url(/wp-content/themes/reboot_child/assets/images/business-evolution/control/city.png) center / cover no-repeat;
}

.years__card-title {
    font-weight: 400;
    font-size: 75px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #222;
    margin: 30px 0 20px;
}

.years__card p {
    font-size: 23px;
    line-height: 120%;
    letter-spacing: -0.04em;
    margin: 0;
    max-width: 320px;
}

.company {
    margin: -730px 0 40px;
    z-index: 9;
    position: relative;
}

.company__bg {
    border-radius: 10px;
    width: 100%;
    min-height: 580px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
}

.company__descr {
    max-width: 770px;
    margin: auto;
}

.company__title {
    font-weight: 400;
    font-size: 75px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
}

.company__bg p {
    font-size: 24px;
    line-height: 110%;
    color: rgba(255, 255, 255, 0.8);
    margin: 20px 0 0;
}

.company__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 1100px) {

    .control .subtitle {
        font-size: 16px;
    }

    .control__cards {
        justify-content: center;
    }

    .control__card-title {
        font-size: 18px;
        margin: 15px 0;
    }

    .control__card p {
        font-size: 14px;
    }

    .years__cards {
        margin: 50px 0 40px;
        justify-content: center;
    }

    .years__card {
        padding: 20px;
    }

    .years__card-title {
    }

    .years__card p {
        font-size: 16px;
    }

    .years__card-title {
        font-size: 48px;
        margin: 10px 0;
    }

    .years__card svg {
        width: 30px;
    }

}

@media (max-width: 900px) {
    .years__card {
        min-height: 316px;
        max-width: 280px;
    }

    .years__card p {
        max-width: 220px;
    }

    .years__card:first-child {
        background: url(/wp-content/themes/reboot_child/assets/images/business-evolution/control/earth_mob.png) center / cover no-repeat;
    }

    .years__card:last-child {
        background: url(/wp-content/themes/reboot_child/assets/images/business-evolution/control/city_mob.png) center / cover no-repeat;
    }

    .company__title {
        font-size: 48px;
    }

    .company__bg p {
        font-size: 16px;
    }

    .company {
        margin: -662px 0 40px;
    }
}

@media (max-width: 768px) {
    .company__descr {
        padding: 50px 15px;
    }

    .company__bg {
        min-height: fit-content;
    }

    .gray__block {
        display: none
    }

    .company {
        margin: 0 0 40px;
    }
}

/****************************************************************************/
/* Внедяряем автоматизированную систему управления */

section.author {
    background-image: url(/wp-content/themes/reboot_child/assets/images/aktivator/bg_main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.author-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}

.author-description {
    max-width: 521px;
    width: 100%;
    padding-bottom: 96px;
}

.author-wrapper img {
    object-fit: cover;
    position: absolute;
    right: -15%;
    bottom: -5px;
}

.author-subtitle {
    padding-top: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #025ADB;
}

.author-name {
    padding-top: 20px;
    font-weight: 400;
    font-size: 65px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #222;
}

.author-list {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.author-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.author-number {
    display: block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #222222;
    color: #fff;
    max-width: 10%;
    text-align: center;
    padding: 5px;
}

.author-text {
    max-width: 80%;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: rgba(34, 34, 34, 0.8);
}

.author-text .b {
	font-weight: 700;
}

.count-cards {
    padding-top: 30px;
    display: flex;
    gap: 28px;
    justify-content: flex-start;
}

.count-card {
    max-width: calc(100% / 2 - 28px);
}

.count-number {
    font-weight: 400;
    font-size: 55px;
    line-height: 100%;
    color: #222222;
    letter-spacing: -0.03em;
}

.count-text {
    padding-top: 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: rgba(34, 34, 34, 0.8);
}

.gray__block {
    background: #F1F3F7;
    height: 320px;
    margin-top: 361px;
}


@media (max-width: 1100px) {
    .author-wrapper {
        padding: 40px 20px 0;
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: center;
    }

    .author-subtitle {
        padding: 0;
        font-size: 10px;
        line-height: 1.2;
    }

    .author-name {
        padding-top: 18px;
        font-size: 35px;
        line-height: 1;
    }

    .author-list {
        padding-top: 40px;
    }

    .author-text {
        font-size: 14px;
    }

    .count-cards {
        padding-top: 25px;
        justify-content: space-between;
    }

    .count-number {
        font-size: 35px;
        line-height: 1;
    }

    .count-text {
        font-size: 16px;
    }

    .count-card {
        max-width: calc(100% / 2 - 9px);
    );
    }

    .author-description {
        max-width: 100%;
        padding-bottom: 0;
    }

    .author-wrapper img {
        right: auto;
        position: relative;
        max-width: 140%;
    }
}


/*-------------------*/

.container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 1200px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.container-wide-right {
    max-width: calc(1190px + (100% - 1190px) / 2);
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .container-wide-right {
        max-width: 100%;
        margin: 0 auto;
    }
}

.mob {
    display: none;
}

span.blue {
    color: rgb(1, 90, 219);
}

/****************************************************************************/
/*Блок Системный бизнес: фундамент для вашего роста*/

section.approach {
    margin-bottom: 104px;
}

@media (max-width: 600px) {
    section.approach {
        margin-bottom: 30px;
    }
}

.approach .approach__title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-align: center;
    color: #222;
}

@media (max-width: 600px) {
    .approach .approach__title {
        font-size: 26px;
        line-height: 100%;
        letter-spacing: -0.04em;
        text-align: center;
        margin-bottom: 15px;
    }
}

.approach .approach__title span {
    color: #025adb;
}

@media (max-width: 600px) {
    .approach .approach__title span {
        display: block;
    }
}

.approach .approach__subtitle {
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-align: center;
    color: #222;
}

@media (max-width: 600px) {
    .approach .approach__subtitle {
        font-size: 16px;
        line-height: 110%;
        letter-spacing: -0.04em;
        text-align: center;
        color: #222;
        margin-bottom: 40px;
    }
}

.approach .approach__image {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .approach .approach__image {
        padding: 0 20px;
    }
}

.approach .approach__image img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}

@media (max-width: 600px) {
    .approach .approach__image img {
    }
}

.approach .approach__image img.--mobile {
    display: none;
}

@media (max-width: 600px) {
    .approach .approach__image img.--desktop {
        display: none;
    }

    .approach .approach__image img.--mobile {
        display: block;
    }
}

/****************************************************************************/
/*Блок Слайдер используемые технологии*/

section.tech {
    margin-bottom: 104px;
}

@media (max-width: 600px) {
    section.tech {
        margin-bottom: 25px;
    }
}

.tech .tech__container {
    position: relative;
    overflow: hidden;
}

.tech .tech__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #222;
    margin-bottom: 54px;
    max-width: 60%;
}

@media (max-width: 991px) {
    .tech .tech__title {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .tech .tech__title {
        font-size: 26px;
        line-height: 120%;
        margin-bottom: 35px;
    }
}

.tech .tech__title span {
    color: #025adb;
}

.tech-slider-hidden {
    width: 100%;
    /*max-width: calc(1190px + (100% - 1190px) / 2);*/
    max-width: calc(700px + (100% - 700px) / 2);
}

@media (max-width: 1200px) {
    .tech-slider-hidden {
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
}

/*.tech {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 991px) {
    .tech {
        flex-direction: column;
        gap: 20px;
    }
}*/

.tech .tech__card {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .tech .tech__card {
        box-shadow: none;
        border: 1px solid rgba(0, 0, 0, 0.1);
        flex-direction: column-reverse;
        gap: 20px;
        padding: 0;
        max-width: 100%;
    }
}

.tech .card__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 34px 40px;
}

@media (max-width: 991px) {
    .tech .card__content {
        flex-direction: column;
        padding: 15px;
    }
}

.tech .tech__card .card__description {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #222;
    flex-grow: 2;
}

@media (max-width: 991px) {
    .tech .tech__card .card__description {
        font-size: 18px;
        order: 3;
    }
}

.tech .tech__card .card__number {
    display: flex;
    gap: 15px;
    color: #025adb;
    align-items: center;
}

@media (max-width: 991px) {
    .tech .tech__card .card__number {
        font-size: 12px;
        line-height: 120%;
        margin-bottom: 25px;
        order: 1;
    }
}

.tech .tech__card .card__number span {
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    text-transform: uppercase;
    color: rgba(34, 34, 34, 0.5);
}

@media (max-width: 991px) {
    .tech .tech__card .card__number span {
        font-size: 12px;
        letter-spacing: 0.05em;
    }
}

.tech .tech__card .card__number span.bold {
    color: #222;
}

.tech .tech__card .card__number span.line {
    border-top: 1px solid rgba(34, 34, 34, 0.5);
    width: 36px;
    height: 0;
}

@media (max-width: 991px) {
    .tech .tech__card .card__number span.line {
        width: 28px;
    }
}

.tech .tech__card .card__image {
    width: 100%;
    max-width: 46%;
    border-radius: 10px 0 0 10px;
    object-fit: cover;
    height: 300px;
}

@media (max-width: 991px) {
    .tech .tech__card .card__image {
        max-width: 100%;
        border-radius: 0 0 10px 10px;
        height: 200px;
    }
}

@media (max-width: 600px) {
    .tech .tech__card .card__image {
        height: 180px;
    }
}

.tech .swiper-pagination {
    position: static;
    margin-top: 30px;
}

.tech .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.tech .swiper-pagination-bullet-active {
    background: #000000;
}

.tech__navigation .swiper-button-next:after,
.tech__navigation .swiper-button-prev:after {
    display: none;
}

.tech__navigation {
    display: flex;
    gap: 25px;
    position: absolute;
    top: 0;
    right: calc((100% - 1190px) / 2);
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 1200px) {
    .tech__navigation {
        right: 20px;
    }
}

@media (max-width: 991px) {
    .tech__navigation {
        position: relative;
        right: initial;
        top: initial;
        margin: 40px auto 0;
        align-items: center;
        justify-content: center;
    }
}

.tech__navigation .swiper-button-next,
.tech__navigation .swiper-button-prev {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
}

@media (max-width: 600px) {
    .tech__navigation .swiper-button-next,
    .tech__navigation .swiper-button-prev {
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
    }
}

.tech__navigation .swiper-button-next {
    background-image: url(/wp-content/themes/reboot_child/assets/images/business-evolution/tech/slider-arrow-next.svg);
    background-size: cover;
}

@media (max-width: 600px) {
    .tech__navigation .swiper-button-next {

    }
}

.tech__navigation .swiper-button-prev {
    background-image: url(/wp-content/themes/reboot_child/assets/images/business-evolution/tech/slider-arrow-prev.svg);
    background-size: cover;
}

@media (max-width: 600px) {
    .tech__navigation .swiper-button-prev {

    }
}


/****************************************************************************/
/*Блок Аккорден - Выпадающий список*/
section.accordion-section {
    margin-bottom: 90px;
    background: #fff linear-gradient(180deg, #fff 0%, #f1f3f7 15.28%);
}

.accordion__main-title {
    margin: 0;
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #222;
}

.accordion {
    margin-top: 43px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-bottom: 82px;
}

.accordion__item {
    display: flex;
    gap: 40px;
    box-sizing: border-box;
    border-radius: 12px;
    position: relative;
    padding: 30px;
    background: #fff;
}

.accordion__item--active .accordion__content {
    display: block;
    margin-top: 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.accordion__number {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #8794a0;
    white-space: nowrap;
}

.accordion__wrapper {
    width: 100%;
}

.accordion__header {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    border-left: 1px solid rgba(34, 34, 34, 0.1);
    padding-left: 23px;
}

.accordion__title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #222;
}

.accordion__meta {
    display: flex;
    gap: 30px;
}

.accordion__count {
    display: flex;
    gap: 6px;
    align-items: center;
}

.accordion__count img {
    width: 15px;
    height: 15px;
}

.accordion__count span {
    font-weight: 500;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: -0.03em;
    color: #8794a0;
}

.accordion__toggle {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: none;
    cursor: pointer;
}

.accordion__toggle::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 0;
    border-bottom: 2px solid #9BA8B4;
    /* transform: rotate(45deg); */
    transition: transform 0.3s ease;
    left: 10%;
    top: 50%;
}

.accordion__toggle::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 0;
    border-bottom: 2px solid #9BA8B4;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
    top: 50%;
    left: 10%;
}

.accordion__item--active .accordion__toggle::after {
    content: none;
}

.accordion__content {
    display: none;
}

.accordion__lessons {
    display: flex;
    flex-direction: column;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lesson {
    position: relative;
    border-left: 1px solid rgba(34, 34, 34, 0.1);
    padding-left: 23px;
}

.lesson::after {
    content: '';
    position: absolute;
    /*width: 14px;
    height: 14px;*/
    margin-top: -27px;
    top: 0;
    left: -7px;
    padding: 7px;
    border-radius: 100%;
    background: #E9E9E9;
    border-right: 100px;
}

.lesson__title {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #222;
}

.lesson__description {
    padding-top: 7px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #000;
}

.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: 40px;
    border-left: 1px solid rgba(34, 34, 34, 0.1);
    padding-left: 23px;
    margin-bottom: 30px;
}

.accordion__results-title {
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #222;
}

.accordion__images {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    padding-top: 22px;
}

.image-card {
    flex: 1;
    max-width: calc((100% - 80px) / 3);
}

.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__text {
    padding-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: #222;
}

.image-card__description {
    padding-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #222;
}

.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: 991px) {
    section.accordion-section {
        padding-top: 20px;
        margin-bottom: 25px;
        background: #f2f4f8;
    }

    .accordion__main-title {
        font-size: 26px;
        line-height: 110%;
        text-align: center;
        max-width: 250px;
        margin: 0 auto;
    }

    .accordion {
        margin-top: 15px;
        padding-bottom: 30px;
        gap: 15px;
    }

    .accordion__item {
        padding: 20px;
        flex-direction: column;
        gap: 16px;
        border-radius: 0;
    }

    .accordion__header {
        padding-left: 18px;
    }

    .accordion__title {
        font-size: 16px;
        line-height: 18px;
    }

    .accordion__subtitle {
        padding-top: 15px;
        font-size: 20px;
        letter-spacing: -0.5px;
    }

    .accordion__meta {
        display: flex;
        gap: 5px;
    }

    .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;*/
        right: 15px;
        top: -30px;
    }

    .accordion__item--active .accordion__content {
        margin-top: 20px;
    }

    .accordion__lessons {
        flex-direction: column;
        gap: 20px;
    }

    .lesson {
        max-width: 100%;
        padding-left: 18px;
    }

    .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;
        padding-left: 18px;
        margin-bottom: 17px;
    }

    .image-card__description {
        padding-top: 15px;
        font-size: 16px;
    }

    .image-card__text {
        padding-top: 15px;
        font-size: 14px;
    }

    .accordion__toggle::before {
        /*content: '';*/
        /*width: 8px;*/
        /*height: 8px;*/
    }
}

@media (max-width: 600px) {
    .accordion__images {
        padding-top: 20px;
        gap: 15px;
        flex-direction: column;
    }

    .image-card {
        max-width: 100%;
    }
}

/****************************************************************************/
/*Блок В экосистеме Evolution вы получаете*/


/****************************************************************************/
/*Блок Гарантия результата*/
section.banner-up {
    margin-bottom: 100px;
}

@media (max-width: 600px) {
    section.banner-up {
        margin-bottom: 25px;
    }
}

.banner-up .banner-up__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 100%;
    text-align: center;
    color: #222;
    margin-bottom: 44px;
}

@media (max-width: 600px) {
    .banner-up .banner-up__title {
        font-size: 26px;
        line-height: 120%;
        margin-bottom: 25px;
    }
}

.banner-up .banner-up__title span {
    color: #025adb;
}

.banner-up .banner-up__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 600px) {
    .banner-up .banner-up__content {
        flex-direction: column;
        gap: 25px;
    }
}

.banner-up .banner-up__list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    max-width: 531px;
}

@media (max-width: 600px) {
    .banner-up .banner-up__list {

    }
}

.banner-up .banner-up__list .list-item {
    position: relative;
    display: flex;
    gap: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}

@media (max-width: 600px) {
    .banner-up .banner-up__list .list-item {
    }
}

.banner-up .banner-up__list .list-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.banner-up .banner-up__list .list-item .list-item__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 38px;
    max-height: 38px;
    width: min-content;
    height: min-content;
    padding: 10px;
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background: #222;
}

@media (max-width: 600px) {
    .banner-up .banner-up__list .list-item .list-item__icon {
        min-width: 28px;
        max-height: 28px;
        width: min-content;
        height: min-content;
        padding: 6px;
        font-size: 16px;
        line-height: 100%;
    }
}

.banner-up .banner-up__list .list-item .list-item__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #222;
}

@media (max-width: 600px) {
    .banner-up .banner-up__list .list-item .list-item__title {
        font-size: 14px;
        line-height: 120%;
    }
}

.banner-up .banner-up__list .list-item .list-item__image {
    display: flex;
    justify-content: center;
}

@media (max-width: 600px) {
    .banner-up .banner-up__list .list-item .list-item__image {
        height: 309px;
    }
}

.banner-up .banner-up__list .list-item .list-item__image img {
    object-fit: cover;
}

@media (max-width: 600px) {
    .banner-up .banner-up__list .list-item .list-item__image img {

        height: 309px;
    }
}

.banner-up .banner-up__bottom {
    background-color: #025ADB;
    background-image: url(/wp-content/themes/reboot_child/assets/images/business-evolution/banner-up/bottom-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    padding: 45px 0;
    flex-direction: column;
    border-radius: 10px;
}

@media (max-width: 600px) {
    .banner-up .banner-up__bottom {
        padding: 18px 13px;
        background-image: url(/wp-content/themes/reboot_child/assets/images/business-evolution/banner-up/bottom-bg-mob.png);
    }
}

.banner-up .banner-up__offer {
    font-weight: 600;
    font-size: 25px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

@media (max-width: 600px) {
    .banner-up .banner-up__offer {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .banner-up .banner-up__offer br {
        display: none;
    }
}

.banner-up .banner-up__button {
    display: flex;
    justify-content: center;
}

@media (max-width: 600px) {
    .banner-up .banner-up__button {
    }
}

.banner-up .banner-up__button span {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 100%;
    max-width: 288px;
    height: 78px;
    background: linear-gradient(180deg, #ffd000 0%, #ffb120 100%);
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #222;
}

@media (max-width: 600px) {
    .banner-up .banner-up__button span {
        height: 62px;
        font-size: 16px;
    }
}

/****************************************************************************/
/*Блок В экосистеме Evolution вы получаете*/

section.assistant {
    margin-bottom: 104px;
    padding-bottom: 100px;
    background: linear-gradient(180deg, #fff 0%, #f1f3f7 22.71%);
}

@media (max-width: 600px) {
    section.assistant {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
}

.assistant .assistant__title {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 45px;
    line-height: 100%;
    color: #222;
}

@media (max-width: 600px) {
    .assistant .assistant__title {
        font-size: 26px;
        line-height: 120%;
        margin-bottom: 25px;
    }
}

.assistant .assistant__title span {
    color: #025adb;
}

.assistant .assistant__cards {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 991px) {
    .assistant .assistant__cards {
        flex-direction: column;
        gap: 20px;
    }
}

.assistant .assistant__cards .assistant__card {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 100%;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 40px;
}

@media (max-width: 991px) {
    .assistant .assistant__cards .assistant__card {
        flex-direction: column;
        gap: 20px;
        padding: 0;
    }
}

.assistant .assistant__cards .card__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .assistant .assistant__cards .card__content {
        flex-direction: column;
        padding: 15px;
    }
}

.assistant .assistant__cards .assistant__card .card__title {
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #222;
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .assistant .assistant__cards .assistant__card .card__title {
        font-size: 18px;
        margin-bottom: 15px;
        order: 2;
    }
}

.assistant .assistant__cards .assistant__card .card__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(34, 34, 34, 0.8);
    flex-grow: 2;
}

@media (max-width: 600px) {
    .assistant .assistant__cards .assistant__card .card__description {
        font-size: 14px;
        order: 3;
    }
}

.assistant .assistant__cards .assistant__card .card__number {
    display: flex;
    gap: 15px;
    color: #025adb;
    align-items: center;
}

@media (max-width: 600px) {
    .assistant .assistant__cards .assistant__card .card__number {
        font-size: 12px;
        line-height: 120%;
        margin-bottom: 25px;
        order: 1;
    }
}

.assistant .assistant__cards .assistant__card .card__number span {
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    text-transform: uppercase;
    color: rgba(34, 34, 34, 0.5);
}

@media (max-width: 600px) {
    .assistant .assistant__cards .assistant__card .card__number span {
        font-size: 12px;
        letter-spacing: 0.05em;
    }
}

.assistant .assistant__cards .assistant__card .card__number span.bold {
    color: #222;
}

.assistant .assistant__cards .assistant__card .card__number span.line {
    border-top: 1px solid rgba(34, 34, 34, 0.5);
    width: 36px;
    height: 0;
}

@media (max-width: 600px) {
    .assistant .assistant__cards .assistant__card .card__number span.line {
        width: 28px;
    }
}

.assistant .assistant__cards .assistant__card .card__image {
    width: 100%;
    max-width: 56%;
    border-radius: 10px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .assistant .assistant__cards .assistant__card .card__image {
        max-width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        height: 250px;
    }
}

@media (max-width: 600px) {
    .assistant .assistant__cards .assistant__card .card__image {
        height: 160px;
    }
}

/****************************************************************************/
/*Блок Гарантия результата*/
section.guarantee {
    margin-bottom: 100px;
}

@media (max-width: 600px) {
    section.guarantee {
        display: none;
        margin-bottom: 25px;
    }
}

.guarantee .guarantee__title {
    font-weight: 500;
    font-size: 45px;
    line-height: 100%;
    text-align: center;
    color: #222;
    margin-bottom: 44px;
}

@media (max-width: 600px) {
    .guarantee .guarantee__title {
        font-size: 26px;
        line-height: 120%;
        margin-bottom: 32px;
    }

    .guarantee .guarantee__title br {
        display: none;
    }
}

.guarantee .guarantee__title span {
    color: #025adb;
}

.guarantee .guarantee__content {
    margin-bottom: 50px;
    background-color: #f1f3f7;
    background-image: url(/wp-content/themes/reboot_child/assets/images/business-evolution/guarantee/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    padding: 44px 50px;
}

@media (max-width: 600px) {
    .guarantee .guarantee__content {
        background-image: none;
        padding: 15px;
        margin-bottom: 32px;
    }
}

.guarantee .guarantee__caption {
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #222;
    margin-bottom: 26px;
    max-width: 511px;
}

@media (max-width: 600px) {
    .guarantee .guarantee__caption {
        font-size: 26px;
        line-height: 120%;
        margin-bottom: 32px;
    }
}

.guarantee .guarantee__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 541px;
}

@media (max-width: 600px) {
    .guarantee .guarantee__list {

    }
}

.guarantee .guarantee__list .list-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 10px;
    padding: 15px;
    height: 49px;
    background: #fff;
}

@media (max-width: 600px) {
    .guarantee .guarantee__list .list-item {
        padding: 5px;
        height: 40px;
    }
}

.guarantee .guarantee__list .list-item .list-item__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #222;
}

@media (max-width: 600px) {
    .guarantee .guarantee__list .list-item .list-item__title {
        font-size: 14px;
    }
}

.guarantee .guarantee__button {
    display: flex;
    justify-content: center;
}

@media (max-width: 600px) {
    .guarantee .guarantee__button {
    }
}

.guarantee .guarantee__button span {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 100%;
    max-width: 288px;
    height: 78px;
    background: #025adb;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #fff;
}

@media (max-width: 600px) {
    .guarantee .guarantee__button span {
        max-width: 100%;
        font-size: 16px;
        height: 60px;
    }
}

/****************************************************************************/
/*Галерея*/
section.gallery {
    margin-bottom: 90px;
}

.gallery__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #222;
    margin-bottom: 10px;
}

.gallery__title span {
    color: #025adb;
}

.gallery__subtitle {
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 400;
    font-size: 25px;
    color: rgba(34, 34, 34, 0.8);
    margin-bottom: 44px;
}

.gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-wrapper a {
    max-width: calc((100% - 40px) / 3);
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-wrapper a:nth-child(1) {
    max-width: calc(100% - 20px - ((100% - 40px) / 3));
}

.gallery-wrapper a:nth-child(2) {
    max-width: calc((100% - 40px) / 3);
}

.gallery-wrapper a:nth-child(3) {
    max-width: calc((100% - 40px) / 3);
}

.gallery-wrapper a:nth-child(4) {
    max-width: calc((100% - 40px) / 3);
}

.gallery-wrapper a:nth-child(5) {
    max-width: calc((100% - 40px) / 3);
}

.gallery-wrapper a:nth-child(6) {
    max-width: 100%;
}

.gallery-wrapper a img {
    border-radius: 10px;
    height: 250px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.fancybox__container {
    z-index: 9999999999;
}

.gallery-wrapper a.gallery__video {
    position: relative;
    height: 500px;
}

.gallery-wrapper a.gallery__video img {
    height: 500px;
}

.gallery-wrapper a.gallery__video .play {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: absolute;
    left: 50%;
    top: calc(50% - 20px);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.gallery-wrapper a.gallery__video .play span {
    margin-top: 6px;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
}

@media (max-width: 991px) {
    section.gallery {
        margin-bottom: 45px;
    }

    .gallery__title {
        font-size: 26px;
        line-height: 100%;
        margin-bottom: 15px;
    }

    .gallery__subtitle {
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 23px;
    }

    .gallery-wrapper {
        gap: 7px;
    }

    .gallery-wrapper a:nth-child(1) {
        max-width: 100%;
    }

    .gallery-wrapper a:nth-child(2) {
        max-width: calc((100% - 7px) / 2);
    }

    .gallery-wrapper a:nth-child(3) {
        max-width: calc((100% - 7px) / 2);
    }

    .gallery-wrapper a:nth-child(4) {
        max-width: calc((100% - 14px) / 3);
    }

    .gallery-wrapper a:nth-child(5) {
        max-width: calc(100% - 7px - ((100% - 14px) / 3));
    }

    .gallery-wrapper a:nth-child(6) {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .gallery-wrapper a {
        height: 100px;
    }

    .gallery-wrapper a.gallery__video {
        height: 250px;
    }

    .gallery-wrapper a img {
        height: 100px;
    }

    .gallery-wrapper a.gallery__video img {
        height: 250px;
    }

    .gallery-wrapper a.gallery__video .play {
        max-width: 247px;
    }

    .gallery-wrapper a.gallery__video .play svg {
        width: 40px;
        height: 40px;
    }

    .gallery-wrapper a.gallery__video .play span {
        font-size: 16px;
    }
}


#popup-video-gallery {
    background-color: #ffffff00;
}

#popup-video-gallery iframe {
    border-radius: 20px;
}

@media (max-width: 991px) {
    #popup-video-gallery iframe {
        width: 100%;
        height: auto;
    }
}

/****************************************************************************/
/*Блок Видео*/
section.video {
    margin-bottom: 100px;
}

.video-title {
    font-weight: 500;
    font-size: 45px;
    line-height: 110%;
    color: #3e3e3e;
    letter-spacing: -0.5px;
}

.video-wrapper {
    padding-top: 45px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-around;
}

.video-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    max-width: calc(100% / 4 - 40px);
}

.video-name {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #222222;
}

.video-about {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #3E3E3E;
}

img.video-img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    cursor: pointer;
}

.fancybox__content {
    padding: 0;
}

.fancybox__container {
    z-index: 99999 !important;
}

#popup-video-1,
#popup-video-2,
#popup-video-3,
#popup-video-4 {
    background-color: #ffffff00;
}

#popup-video-1 iframe,
#popup-video-2 iframe,
#popup-video-3 iframe,
#popup-video-4 iframe {
    border-radius: 20px;
}

@media (max-width: 991px) {
    section.video {
        margin-bottom: 50px;
    }

    .video-title {
        font-size: 30px;
        line-height: 1.1;
        letter-spacing: -0.5px;
    }

    .video-title br {
        display: none;
    }

    .video-wrapper {
        padding-top: 27px;
    }

    .video-wrapper {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: thin;
        scrollbar-color: #ccc transparent;
        padding-bottom: 20px;
    }

    .video-wrapper::-webkit-scrollbar {
        height: 6px;
    }

    .video-wrapper::-webkit-scrollbar-track {
        background: transparent;
    }

    .video-wrapper::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 3px;
    }

    .video-item {
        flex: 0 0 auto;
        width: 260px;
        max-width: 100%;
        height: auto;
    }

    .video-about {
        max-width: 260px;
        white-space: wrap;
    }

    #popup-video-1 iframe,
    #popup-video-2 iframe,
    #popup-video-3 iframe,
    #popup-video-4 iframe {
        width: 100%;
        height: auto;
    }
}

/****************************************************************************/
/*Блок Слайдер Отзывы в директе*/

section.direct-review {
    margin-bottom: 104px;
}

@media (max-width: 600px) {
    section.direct-review {
        margin-bottom: 25px;
    }
}

.direct-review .direct-review__container {
    position: relative;
}

.direct-review .direct-review__title {
    font-weight: 500;
    font-size: 45px;
    line-height: 100%;
    color: #222;
    margin-bottom: 54px;
}

@media (max-width: 600px) {
    .direct-review .direct-review__title {
        font-size: 26px;
        line-height: 120%;
        margin-bottom: 40px;
    }
}

.direct-review .direct-review__title span {
    color: #025adb;
}

.direct-review-slider-hidden {
    width: 100%;
    max-width: calc(1190px + (100% - 1190px) / 2);
}

@media (max-width: 1200px) {
    .direct-review-slider-hidden {
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
}

/*.direct-review {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 991px) {
    .direct-review {
        flex-direction: column;
        gap: 20px;
    }
}*/

.direct-review .direct-review__item {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 991px) {
    .direct-review .direct-review__item {
    }
}

.direct-review .direct-review__item .item__image {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 400px;
}

@media (max-width: 991px) {
    .direct-review .direct-review__item .item__image {
        max-width: 100%;
        height: 400px;
    }
}

@media (max-width: 600px) {
    .direct-review .direct-review__item .item__image {
    }
}

.direct-review .swiper-pagination {
    position: static;
    margin-top: 30px;
}

.direct-review .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.direct-review .swiper-pagination-bullet-active {
    background: #000000;
}

.direct-review__navigation .swiper-button-next:after,
.direct-review__navigation .swiper-button-prev:after {
    display: none;
}

.direct-review__navigation {
    display: flex;
    gap: 25px;
    position: absolute;
    top: 0;
    right: calc((100% - 1190px) / 2);
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 1200px) {
    .direct-review__navigation {
        right: 20px;
    }
}

@media (max-width: 991px) {
    .direct-review__navigation {
        position: relative;
        right: initial;
        top: initial;
        margin: 40px auto 0;
        align-items: center;
        justify-content: center;
    }
}

.direct-review__navigation .swiper-button-next,
.direct-review__navigation .swiper-button-prev {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
}

@media (max-width: 600px) {
    .direct-review__navigation .swiper-button-next,
    .direct-review__navigation .swiper-button-prev {
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
    }
}

.direct-review__navigation .swiper-button-next {
    background-image: url(/wp-content/themes/reboot_child/assets/images/business-evolution/direct-review/slider-arrow-next.svg);
    background-size: cover;
}

@media (max-width: 600px) {
    .direct-review__navigation .swiper-button-next {

    }
}

.direct-review__navigation .swiper-button-prev {
    background-image: url(/wp-content/themes/reboot_child/assets/images/business-evolution/direct-review/slider-arrow-prev.svg);
    background-size: cover;
}

@media (max-width: 600px) {
    .direct-review__navigation .swiper-button-prev {

    }
}

/****************************************************************************/
/*Блок Обратный отсчет*/

section.countdown {
    margin-bottom: 120px;
    padding-bottom: 100px;
    background-image: url(/wp-content/themes/reboot_child/assets/images/business-evolution/countdown/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 600px) {
    section.countdown {
        margin-bottom: 40px;
        padding-bottom: 120px;
        background-image: url(/wp-content/themes/reboot_child/assets/images/business-evolution/countdown/bg-mob.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }
}

@media (max-width: 600px) {
    section.countdown {

    }
}

.countdown__container {
    position: relative;
}

@media (max-width: 600px) {
    .countdown__container {
        padding: 24px;
    }
}

.countdown__content {
    width: 100%;
}

@media (max-width: 600px) {
    .countdown__content {
        max-width: 100%;
        width: 100%;
    }
}

.countdown__title {
    font-family: 'SF Pro Display', serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #222;
    margin-bottom: 40px;
}

@media (max-width: 600px) {
    .countdown__title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.countdown__offer-block {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 40px;
    max-width: 471px;
}

@media (max-width: 991px) {
    .countdown__offer-block {
        max-width: 100%;
        width: 100%;
        padding: 24px;
    }
}

.countdown__timer {
    font-weight: 400;
    font-size: 25px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #333;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .countdown__timer {
        max-width: 100%;
        width: 100%;
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 20px;
    }
}

.countdown__timer b {
    font-weight: 600;
}

.countdown__form {
    max-width: 100%;
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

@media (max-width: 991px) {
    .countdown__form {
        max-width: 100%;
        width: 100%;
        gap: 6px;
    }
}

.countdown__input-group {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

@media (max-width: 991px) {
    .countdown__input-group {
        flex-direction: column;
        gap: 12px;
    }
}

.countdown__input-group input {
    background: #fff;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 100%;
    height: 65px;
    padding: 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #222;
}

@media (max-width: 991px) {
    .countdown__input-group input {
        max-width: 100%;
        height: 38px;
        font-size: 9px;
        line-height: 145%;
    }
}

.countdown__button {
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    background: #025ADB;
    border-radius: 6px;
    width: 100%;
    max-width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .countdown__button {
        max-width: 100%;
        height: 38px;
        font-size: 14px;
        line-height: 100%;
    }
}

.countdown__note {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-align: center;
    color: rgba(51, 51, 51, 0.3);
}

@media (max-width: 991px) {
    .countdown__note {
        font-size: 10px;
    }
}


/****************************************************************************/
/*Блок FAQ*/
section.faq {
    margin-bottom: 100px;
}

section.faq .faq-title {
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #222;
    margin-bottom: 40px;
}

.faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.drop-down-block {
    width: 100%;
    cursor: pointer;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 15px;
    padding: 28px 30px;
}

.drop-down-block_question {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    z-index: 9;
}

.drop-down-content_question-text {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.35;
    color: #222222;
    max-width: 660px;
}

.drop-down-content_question-icon {
    min-width: 33px;
    min-height: 33px;
    background-image: url(/wp-content/themes/reboot_child/assets/images/aktivator/cross.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.drop-down-block.active .drop-down-content_question-icon {
    min-width: 31px;
    min-height: 31px;
    background-image: url(/wp-content/themes/reboot_child/assets/images/aktivator/cross_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-45deg);
    transition: all ease-in-out 0.3s;
}

.drop-down-block:hover .drop-down-content_question-icon {
    transition: all ease-in-out 0.3s;
}

.drop-down-block_open-answer_content {
    display: none;
    border-radius: 20px;
    transition: max-height 0.3s;
}

.drop-down-block_open-answer_content__inner {
    padding: 20px 0 0;
    line-height: 1.5;
    font-weight: 400;
    font-size: 18px;
    color: #4e4e4e;
}

.active {
    transition: max-height 0.8s cubic-bezier(.645, .045, .355, 1)
}

.drop-down-block.active .drop-down-block_open-answer_content {
    display: block;
}

@media (max-width: 1100px) {
    section.faq {
        margin-bottom: 50px;
    }

    section.faq .faq-title {
        text-align: left;
        font-size: 35px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .faq-wrapper {
        gap: 20px;
    }

    .drop-down-block {
        padding: 23px 30px;
    }

    .drop-down-content_question-text {
        font-size: 16px;
        line-height: 1.3;
    }

    .drop-down-content_question-icon {
        min-width: 22px;
        min-height: 22px;
    }

    .drop-down-block.active .drop-down-content_question-icon {
        min-width: 21px;
        min-height: 21px;
    }

    .drop-down-block_open-answer_content__inner {
        font-size: 12px;
        line-height: 1.45;
    }
}

/****************************************************************************/
/*Блок Форма*/
section.tour-form {
    margin-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: -2px;
}

.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;
}

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: 991px) {
    section.tour-form {
        margin-bottom: 25px;
    }

    .tour-form__container {
        padding: 35px 13px;
        min-height: 800px;
    }

    .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 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .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 {
    }
}

@media (max-width: 420px) {
    .tour-form__image-block img {
        width: 100%;
    }
}

.tour-form__label {
    position: absolute;
    bottom: 50px;
    right: 50px;
    border-radius: 10px;
    padding: 14px 20px;
    width: 250px;
    height: 70px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #222;
    z-index: 10;
}

@media (max-width: 991px) {
    .tour-form__label {
        padding: 10px 14px;
        gap: 8px;
        font-size: 14px;
        line-height: 100%;
        width: 220px;
        right: initial;
        bottom: 24px;
        height: 56px;
    }
}

.tour-form__label span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #9ba8b4;
}

@media (max-width: 991px) {
    .tour-form__label span {
        font-size: 12px;
    }
}
