.daria__content {
    padding: 120px 0 90px;
}

.daria__content .container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
}

.daria__content--text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 57%;
}

.daria__content--text h1 {
    font-family: var(--third-family);
    font-size: 64px;
    font-weight: 400;
    line-height: 120%;
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.daria__content--text h1 span {
    font-family: var(--second-family);
    position: relative;
}

.daria__content--text p {
    font-family: var(--font-family);
    font-size: 26px;
    line-height: 120%;
    color: var(--primary-color);
}

.daria__content--btn {
    align-self: flex-start;
}

.daria__content--images {
    position: relative;
    flex: 0 1 485px;
    aspect-ratio: 485 / 470;
    max-width: 485px;
    width: 100%;
}

.daria__content--image {
    display: block;
    height: auto;
    box-shadow: 2px 4px 8px 0 rgba(42, 0, 74, 0.25);
}

.daria__content--image.top {
    width: 59%;
}

.daria__content--image.bottom {
    position: absolute;
    top: 28.9%;
    left: 38.1%;
    rotate: 7deg;
    width: 59%;
}

.daria__about {
    padding: 90px 0;
}

.daria__about--bg {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.daria__about--bg svg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
}

.daria__about--content {
    display: flex;
    gap: 70px;
}

.daria__about--content.left {
    flex: 0 1 444px;
    width: 100%;
    min-height: 0;
    aspect-ratio: 444 / 540;
}

.daria__about--image {
    width: 100%;
    height: 100%;
    rotate: -7deg;
}

.daria__about--content.right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    max-width: 59%;
}

.daria__about--title {
    position: relative;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: var(--text-color);
}

.daria__about--content p {
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 120%;
    color: var(--text-color);
}

.life {
    padding: 90px 0;
}

.life .container {
    align-items: center;
}

.life__title {
    position: relative;
    font-family: var(--third-family);
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: var(--text-color);
    margin-bottom: 20px;
}

.life p {
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: var(--text-color);
    max-width: 846px;
    margin-bottom: 30px;
}

.life__images {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    max-width: 1200px;
    margin: 0 auto;
    aspect-ratio: 1200 / 544;
}

.life__image {
    position: absolute;
}


.life__image:first-child {
    width: 38%;
    aspect-ratio: 456 / 555;
    left: -3%;
    top: 0;
    transform: rotate(-7deg);
}

.life__image:nth-child(2) {
    width: 34%;
    aspect-ratio: 398 / 484;
    left: 50%;
    top: 9%;
    transform: translateX(-50%);
}

.life__image:nth-child(3) {
    width: 34%;
    aspect-ratio: 398 / 484;
    right: -2%;
    top: 0;
    transform: rotate(7deg);
}


.phrase {
    padding: 90px 0;
}

.phrase .container {
    align-items: center;
}

.phrase__text {
    font-family: var(--font3);
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: var(--text-color);
}

.phrase__text span {
    color: var(--secondary-color);
    position: relative;
}

.phrase__text span::before {
    top: 26px;
    left: -3px;
    width: calc(100% + 6px);
    transform: skew(-20deg);
}

.performance {
    padding: 110px 0;
}

.performance .container {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
}

.performance__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    max-width: 59%;
}

.performance__title {
    font-family: var(--third-family);
    font-size: 48px;
    line-height: 120%;
    color: var(--text-color);
    position: relative;
}

.performance__text {
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 120%;
    color: var(--text-color);
}

.performance__right {
    flex: 0 1 460px;
    width: 100%;
    min-height: 0;
    aspect-ratio: 460 / 560;
}

.performance__image {
    rotate: 7deg;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

.progress {
    padding: 90px 0;
}

.progress .container {
    align-items: center;
}

.progress__title {
    font-family: var(--third-family);
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: var(--text-color);
    position: relative;
    margin-bottom: 35px;
}

.progress__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.progress__item {
    display: flex;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.progress__item--pic {
    flex: 0 0 auto;
    width: min(304px, 100%);
    aspect-ratio: 304 / 371;
    min-height: 0;
}

.progress__item-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.progress__item-title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--second-family);
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    color: var(--text-color);
    width: 100%;
    padding: 0 13px;
}

.progress__item--text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-color);
    max-width: 375px;
}

.progress__item:nth-child(odd) {
    justify-content: flex-start;
}

.progress__item:nth-child(even) {
    justify-content: flex-end;
}

.progress__item:nth-child(odd) svg {
    margin-left: 40px !important;
}

.progress__item:nth-child(even) svg {
    margin-right: 40px !important;
}

.progress__item:nth-child(odd) .progress__item-image {
    rotate: -7deg;
}

.progress__item:nth-child(even) .progress__item-image {
    rotate: 7deg;
}

.progress__item:nth-child(1) .progress__item-title {
    bottom: 4%;
}

.progress__item:nth-child(2) .progress__item-title {
    bottom: 3%;
}

.progress__item:nth-child(3) .progress__item-title {
    bottom: 3%;
}

.progress__item:nth-child(4) .progress__item-title {
    bottom: 3%;
}

.progress__item:nth-child(5) .progress__item-title {
    bottom: 1%;
}

.progress__item:not(:nth-child(1)) {
    margin-top: -60px;
}

.philosophy {
    padding: 90px 0;
}

.philosophy .container {
    flex-direction: row;
    gap: 40px;
}

.philosophy__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    max-width: 670px;
}

.philosophy__title {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: var(--text-color);
    position: relative;
}

.philosophy__text,
.philosophy__list {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-color);
}

.philosophy__list {
    padding-left: 30px;
}

.philosophy__list li::marker {
    font-size: 13px;
}

.philosophy__images {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 50px;
    flex: 0 1 542px;
    aspect-ratio: 541 / 424;
    width: 100%;
}

.philosophy__image {
    width: 57%;
    aspect-ratio: 278 / 338;
}

.philosophy__image:first-child {
    position: absolute;
    top: 0;
    left: -3%;
    rotate: -7deg;
}

.truth {
    padding: 90px 0;
}

.truth .container {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 100px;
}

.truth .container svg {
    height: auto;
}

.truth__text {
    font-family: var(--font3);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    text-align: right;
    color: var(--text-color);
    max-width: 792px;
}

.truth__text span {
    color: var(--secondary-color);
    position: relative;
}

.approach {
    padding: 90px 0;
}

.approach__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 110px;
}

.approach__title {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: var(--text-color);
    position: relative;
}

.approach__text {
    max-width: 850px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: var(--text-color);
}

.approach__images {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 42px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1200 / 526;
}

.approach__image {
    overflow: visible;
    aspect-ratio: 456 / 555;
    width: 33%;
}

.approach__image:first-child {
    rotate: -7deg;
    position: absolute;
    top: -13%;
    left: 0;
}

.approach__image:last-child {
    rotate: 7deg;
    position: absolute;
    top: -7%;
    right: 0;
}

.approach .video__button {
    rotate: 0deg;
    left: auto;
    right: 40px;
    bottom: -40px;
    transform: translateX(100%);
}

.approach .video__button-text {
    padding-top: 0;
}

.approach .video__button-text svg {
    transform: scaleX(-1);
    left: -25px;
    bottom: -35px;
}

/* Стили для вкладок opportunity */
.opportunity {
    padding: 90px 0;
}

.opportunity .container {
    align-items: center;
}

.opportunity__title {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: var(--text-color);
    margin-bottom: 20px;
    position: relative;
}

.opportunity__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: var(--text-color);
    max-width: 572px;
    margin-bottom: 35px;
}

.opportunity__tabs {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    align-items: stretch;
}

/* Навигация вкладок */
.opportunity__tabs-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 314px;
}

.opportunity__tab-btn {
    padding: 18px 24px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: var(--primary-color);
    background: transparent;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

.opportunity__tab-btn:hover {
    background: var(--secondary-color);
    color: #fff;
}

.opportunity__tab-btn.active {
    background: var(--secondary-color);
    color: var(--white);
}

/* Контент вкладок */
.opportunity__tabs-content {
    position: relative;
    display: flex;
}

.opportunity__tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    max-width: 535px;
}

.opportunity__tab-pane.active {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    opacity: 1;
    animation: fadeIn 0.7s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.opportunity__tab-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.opportunity__tab-text h3 {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: var(--primary-color);
}

.opportunity__tab-text ul {
    padding-left: 30px;
}

.opportunity__tab-text ul li::marker {
    font-size: 13px;
}

.opportunity__tab-text ul li strong {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-color);
}

.opportunity__tab-text ul li:not(:last-child) p {
    margin-bottom: 20px !important;
}

.opportunity__images {
    position: relative;
    flex: 1;
    min-height: 100%;
    display: flex;
    align-items: center;
}

.opportunity__image {
    width: 100%;
    height: 38%;
    aspect-ratio: 271 / 330;
    align-self: center;
    box-shadow: none !important;
    background-size: contain;
}

.opportunity__image:first-child {
    rotate: 7deg;
    position: absolute;
    top: 0;
    right: -35%;
    width: 100%;
    aspect-ratio: 325 / 396;
    z-index: -1;
}

.opportunity__image:last-child {
    rotate: -7deg;
    position: absolute;
    bottom: 0;
    right: -30%;
    width: 100%;
    aspect-ratio: 325 / 396;
    z-index: -1;
}

.reviews {
    padding: 90px 0;
}

.reviews .container {
    align-items: center;
    gap: 25px;
}

.reviews__title {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: var(--text-color);
}

.reviews__blocks {
    display: flex;
    justify-content: flex-start;
    gap: 7px;
    width: 100%;
}

.reviews__block {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
}

.reviews__block.left {
    flex: 0 1 clamp(240px, 32vw, 383px);
}

.reviews__block.middle {
    flex: 0 1 clamp(240px, 33vw, 389px);
}

.reviews__block.right {
    flex: 0 1 clamp(240px, 34vw, 412px);
}

.reviews__block-image {
    border-radius: 6px;
    width: 100%;
    box-shadow: none;
    min-height: 0 !important;
}

.reviews__block.left .reviews__block-image:nth-child(1) {
    aspect-ratio: 383 / 219;
}

.reviews__block.left .reviews__block-image:nth-child(2) {
    aspect-ratio: 383 / 128;
}

.reviews__block.left .reviews__block-image:nth-child(3) {
    aspect-ratio: 383 / 128;
}

.reviews__block.left .reviews__block-image:nth-child(4) {
    aspect-ratio: 383 / 150;
}

.reviews__block.middle .reviews__block-image:nth-child(1) {
    aspect-ratio: 389 / 186;
}

.reviews__block.middle .reviews__block-image:nth-child(2) {
    aspect-ratio: 389 / 171;
}

.reviews__block.middle .reviews__block-image:nth-child(3) {
    aspect-ratio: 389 / 209;
}

.reviews__block.right .reviews__block-image:nth-child(1) {
    aspect-ratio: 412 / 157;
}

.reviews__block.right .reviews__block-image:nth-child(2) {
    aspect-ratio: 412 / 169;
}

.reviews__block.right .reviews__block-image:nth-child(3) {
    aspect-ratio: 412 / 198;
}

.reviews__social {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    color: var(--text-color);
}

.reviews__social a {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--primary-color);
}

.callback {
    padding: 90px 0 180px 0;
}

.callback .container {
    gap: 95px;
    flex-direction: row;
}

.callback .container svg {
    height: auto;
}

.callback__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    max-width: 777px;
}

.callback__title {
    position: relative;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: var(--text-color);
}

.callback_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 670px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-color);
    margin-bottom: 20px;
}

.callback_content ul,
.callback_content ol {
    margin-left: 25px;
}

.callback_content ul li::marker,
.callback_content ol li::marker {
    font-size: 13px;
}

.callback__buttons {
    display: flex;
    gap: 10px;
}

@media screen and (max-width: 1400px) {
    .opportunity__image:first-child {
        right: -15%;
    }

    .opportunity__image:last-child {
        right: -15%;
    }
}


@media screen and (max-width: 1279px) {

    .daria__about,
    .life,
    .phrase,
    .performance,
    .progress,
    .philosophy,
    .truth,
    .approach,
    .opportunity,
    .reviews,
    .callback {
        padding: 70px 0;
    }

    .daria__content--text h1 {
        font-size: 50px;
    }

    .daria__content--text p {
        font-size: 21px;
    }

    .daria__content {
        padding: 60px 0 70px;
    }

    .daria__about--title {
        font-size: 36px;
    }

    .daria__about--content p {
        font-size: 16px;
    }

    .daria__about--bg svg {
        width: 200px;
    }

    .daria__about--content {
        gap: 50px;
    }

    .life__title {
        font-size: 36px;
    }

    .life p {
        font-size: 16px;
        max-width: 770px;
    }

    .life__image:first-child {
        width: 35%;
        left: 0;
    }

    .life__image:nth-child(3) {
        width: 33%;
        right: 0%;
    }

    .life__image:nth-child(2) {
        width: 32%;
    }

    .phrase__text {
        font-size: 36px;
        max-width: 920px;
    }

    .performance__title {
        font-size: 36px;
    }

    .performance__text {
        font-size: 16px;
    }

    .progress__title {
        font-size: 36px;
    }

    .progress__item--text {
        font-size: 16px;
        max-width: 334px;
    }

    .progress__item--pic {
        width: min(265px, 100%);
    }

    .progress__item-title {
        font-size: 13px;
    }

    .progress__item:not(:nth-child(1)) {
        margin-top: -30px;
    }

    .philosophy__title {
        font-size: 36px;
    }

    .philosophy__image:first-child {
        left: 0;
    }

    .philosophy__text,
    .philosophy__list {
        font-size: 16px;
    }

    .philosophy__content {
        max-width: 55%;
    }

    .philosophy__images {
        padding-bottom: 40px;
    }

    .truth__text {
        font-size: 36px;
        max-width: 560px;
    }

    .approach__title {
        font-size: 36px;
    }

    .approach__text {
        font-size: 16px;
        max-width: 750px;
    }

    .approach__content {
        margin-bottom: 100px;
    }

    .opportunity__title {
        font-size: 36px;
    }

    .opportunity__text {
        max-width: 515px;
    }

    .opportunity__text,
    .opportunity__tab-text,
    .opportunity__tab-text ul li strong {
        font-size: 16px;
    }

    .opportunity__tabs-nav {
        max-width: 230px;
    }

    .opportunity__tab-btn {
        font-size: 14px;
        padding: 15px 10px;
    }

    .opportunity__tab-text h3 {
        font-size: 24px;
    }

    .opportunity__image {
        width: 80% !important;
    }

    .opportunity__image:first-child {
        right: 0;
    }

    .opportunity__image:last-child {
        right: 0;
    }

    .opportunity__tabs-content {
        max-width: 40%;
    }

    .reviews__title {
        font-size: 36px;
    }

    .reviews__social {
        font-size: 22px;
    }

    .reviews__social a {
        font-size: 26px;
    }

    .callback__title {
        font-size: 36px;
    }

    .callback_content {
        font-size: 16px;
        max-width: 560px;
    }
}

@media screen and (max-width: 1023px) {

    .daria__about,
    .life,
    .phrase,
    .performance,
    .progress,
    .truth,
    .approach,
    .opportunity,
    .reviews,
    .callback {
        padding: 60px 0;
    }

    .daria__content--text h1 {
        font-size: 46px;
    }

    .daria__content--text p {
        font-size: 18px;
    }

    .daria__content--text {
        max-width: 54%;
    }

    .daria__content .container {
        gap: 30px;
    }

    .daria__about--content p {
        font-size: 14px;
    }

    .life p {
        font-size: 14px;
        max-width: 675px;
    }

    .performance__text {
        font-size: 14px;
    }

    .progress__item--text {
        font-size: 14px;
        max-width: 290px;
    }

    .progress__item-title {
        font-size: 11px;
    }

    .progress__item--pic {
        width: min(225px, 100%);
    }

    .progress__item svg {
        max-width: 150px;
    }

    .philosophy__content {
        max-width: 59%;
    }

    .philosophy__text,
    .philosophy__list {
        font-size: 14px;
    }

    .approach__text {
        font-size: 14px;
        max-width: 655px;
    }

    .approach__content {
        margin-bottom: 85px;
    }

    .opportunity__text,
    .opportunity__tab-text,
    .opportunity__tab-text ul li strong {
        font-size: 14px;
    }

    .opportunity__text {
        max-width: 455px;
    }

    .opportunity__tabs-nav {
        max-width: 230px;
    }

    .opportunity__tab-btn {
        font-size: 12px;
        padding: 15px 10px;
    }

    .opportunity__tab-text h3 {
        font-size: 20px;
    }

    .opportunity__image {
        width: 80% !important;
    }

    .opportunity__tab-pane.active {
        gap: 30px;
    }

    .reviews__social {
        font-size: 18px;
    }

    .reviews__social a {
        font-size: 22px;
    }

    .callback_content {
        font-size: 14px;
        max-width: 500px;
    }
}


@media screen and (max-width: 959px) {
    .daria__content--text h1 {
        font-size: 36px;
    }

    .daria__content--text p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .daria__content {
        padding: 40px 0 30px;
    }



    .daria__content--text h1 span::before {
        top: 15px;
    }

    .daria__about--title {
        font-size: 30px;
    }

    .daria__about--content p {
        font-size: 12px;
    }

    .daria__about--bg svg {
        width: 165px;
    }

    .daria__about--content.right {
        max-width: 60%;
    }

    .daria__about--content {
        gap: 40px;
    }

    .titleBG::before {
        height: 25px;
        top: 18px;
    }

    .daria__about {
        padding: 70px 0;
    }

    .life__title {
        font-size: 30px;
    }

    .life p {
        font-size: 12px;
        max-width: 580px;
    }

    .phrase__text {
        font-size: 30px;
        max-width: 770px;
    }

    .phrase__text span::before {
        top: 15px;
    }

    .performance__title {
        font-size: 28px;
    }

    .performance__text {
        font-size: 12px;
    }

    .performance__right {
        flex: 0 1 auto;
    }

    .performance__image {
        height: 97%;
    }

    .progress__title {
        font-size: 30px;
    }

    .progress__item--text {
        font-size: 12px;
        max-width: 225px;
    }

    .progress__item--pic {
        width: min(220px, 100%);
    }

    .progress__item-title {
        font-size: 8px;
    }

    .progress__item svg {
        max-width: 120px;
    }

    .philosophy__title {
        font-size: 30px;
    }

    .philosophy__text,
    .philosophy__list {
        font-size: 12px;
    }

    .philosophy__content {
        max-width: 57%;
    }

    .philosophy__images {
        padding-bottom: 35px;
    }

    .truth .container {
        gap: 30px;
    }

    .truth__text {
        font-size: 30px;
        max-width: 475px;
    }

    .approach__content {
        gap: 15px;
    }

    .approach__text {
        font-size: 12px;
        max-width: 555px;
    }

    .approach__title {
        font-size: 30px;
    }

    .approach__content {
        margin-bottom: 70px;
    }

    .opportunity__tabs {
        display: grid;
        grid-template-columns: 60% 1fr;
        gap: 15px;
        grid-template-rows: 75px 1fr;
    }

    .opportunity__tabs-nav {
        flex-direction: row;
        justify-content: flex-start;
        grid-column: 1/3;
        grid-row: 1/2;
        gap: 10px;
        overflow-x: auto;
        overflow-y: visible;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        max-width: 100vw;
        padding-bottom: 10px;
    }

    .opportunity__tabs-nav::-webkit-scrollbar {
        height: 8px;
    }

    .opportunity__tabs-nav::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .opportunity__tabs-nav::-webkit-scrollbar-thumb {
        background: var(--primary-color);
        border-radius: 10px;
    }

    .opportunity__tabs-nav::-webkit-scrollbar-thumb:hover {
        background: var(--secondary-color);
    }

    .opportunity__tab-btn {
        flex-shrink: 0;
        font-size: 10px;
        max-width: 220px;
    }

    .opportunity__images {
        overflow: hidden;
    }

    .opportunity__image {
        width: 65% !important;
    }

    .opportunity__title {
        font-size: 30px;
    }

    .opportunity__text {
        font-size: 12px;
        max-width: 385px;
    }

    .opportunity__image:first-child,
    .opportunity__image:last-child {
        right: 8%;
    }

    .opportunity__image:first-child {
        background-position: top center;
        top: 2%;
    }

    .opportunity__image:last-child {
        background-position: bottom center;
        bottom: 2%;
    }

    .opportunity__tab-text h3 {
        font-size: 18px;
    }

    .opportunity__text,
    .opportunity__tab-text,
    .opportunity__tab-text ul li strong {
        font-size: 12px;
    }

    .opportunity__tab-text {
        gap: 15px;
    }

    .opportunity__tab-pane.active {
        gap: 20px;
    }

    .opportunity__tabs-content {
        max-width: 100%;
    }

    .reviews__title {
        font-size: 30px;
    }

    .reviews .container {
        gap: 15px;
    }

    .reviews__social {
        font-size: 16px;
    }

    .reviews__social a {
        font-size: 20px;
    }

    .callback__title {
        font-size: 30px;
    }

    .callback .container svg {
        width: 20%;
    }

    .callback_content {
        font-size: 12px;
        max-width: 430px;
    }
}

@media screen and (max-width: 825px) {
    .daria__about--content.right {
        max-width: 53%;
        gap: 15px;
    }

    .performance__content {
        gap: 15px;
        max-width: 410px;
    }

    .performance .container {
        gap: 30px;
    }

    .performance__image {
        height: 97%;
    }

    .progress__item--pic {
        width: min(180px, 100%);
    }

    .progress__item:not(:nth-child(1)) {
        margin-top: 0px;
    }

    .philosophy__content {
        max-width: 56%;
        gap: 15px;

    }

    .callback__title {
        font-size: 28px;
    }

    .callback__block {
        gap: 15px;
    }
}


@media screen and (max-width: 767px) {

    .daria__about,
    .life,
    .performance,
    .phrase,
    .philosophy,
    .progress,
    .truth,
    .approach,
    .opportunity,
    .reviews,
    .callback {
        padding: 40px 0;
    }

    .daria__content .container {
        flex-direction: column;
        align-items: center;
    }

    .daria__content--text {
        max-width: 100%;
        order: 2;
    }

    .daria__content--text {
        align-items: center;
    }

    .daria__content--text h1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 40px;
        text-align: center;
    }

    .daria__content--btn {
        align-self: center;
    }

    .daria__content--text p {
        font-size: 18px;
        max-width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .daria__content--images {
        max-width: 90%;
    }

    .daria__content {
        padding: 20px 0 40px;
    }

    .daria__about--bg svg {
        display: none;
    }

    .daria__about--content {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .daria__about--content.left {
        flex: 0 1 auto;
        max-width: 60%;
    }

    .daria__about--content.right {
        max-width: 100%;
        gap: 25px;
        align-items: center;
    }

    .daria__about--content p {
        font-size: 14px;
        text-align: center;
    }

    .daria__about {
        padding: 40px 0;
    }

    .life p {
        font-size: 14px;
        max-width: 100%;
    }

    .life__images {
        width: 96%;
    }

    .phrase__text span {
        padding: 0 5px 5px 5px;
    }

    .performance .container {
        flex-direction: column;
        align-items: center;
        gap: 80px;
    }

    .performance__right {
        order: 1;
        flex: 0 1 auto;
        max-width: 60%;
    }

    .performance__content {
        order: 2;
        max-width: 100%;
        align-items: center;
        gap: 25px;
    }

    .performance__image {
        height: 100%;
    }

    .performance__title {
        text-align: center;
        font-size: 30px;
    }

    .performance__text {
        font-size: 14px;
        text-align: center;
    }

    .progress__item svg {
        display: none;
    }

    .progress__item {
        flex-direction: column;
        align-items: center;
    }

    .progress__item--text {
        font-size: 14px;
        max-width: 100%;
        text-align: center;
        order: 2;
    }

    .progress__item--pic {
        width: 60%;
        order: 1;
    }

    .progress__item-title {
        font-size: 13px;
    }

    .progress__items {
        gap: 30px;
    }

    .philosophy .container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .philosophy__content {
        max-width: 100%;
        align-items: center;
        gap: 25px;
        order: 1;
    }

    .philosophy__title {
        text-align: center;
    }

    .philosophy__text,
    .philosophy__list {
        font-size: 14px;
        text-align: center;
    }

    .philosophy__images {
        padding-bottom: 0;
        max-width: 60%;
        flex: 0 1 auto;
    }

    .philosophy__image {
        width: 52%;
    }

    .philosophy__list {
        list-style-position: inside;
        padding-left: 0;
    }

    .truth__text {
        font-size: 24px;
        max-width: 405px;
    }

    .truth .container svg {
        width: 20%;
        height: auto;
        margin-right: -75px;
    }

    .approach__content {
        gap: 25px;
    }

    .approach__title {
        text-align: center;
    }

    .approach__text {
        font-size: 14px;
        max-width: 100%;
    }

    .approach .video__button-text svg {
        transform: scaleX(-1);
        left: -33px;
        bottom: -23px;
    }

    .approach__content {
        margin-bottom: 65px;
    }

    .approach .video__button {
        bottom: -25px;
    }

    .approach .video__button-text {
        text-align: center;
    }

    .opportunity__text {
        font-size: 14px;
        max-width: 430px;
    }

    .opportunity__tab-btn {
        font-size: 14px;
        padding: 24px 18px;
        max-width: 280px;
    }

    .opportunity__tabs {
        grid-template-rows: 98px 1fr auto;
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .opportunity__tabs-content {
        justify-self: center;
    }

    .opportunity__tab-text h3 {
        font-size: 22px;
    }

    .opportunity__text,
    .opportunity__tab-text,
    .opportunity__tab-text ul li strong {
        font-size: 14px;
        text-align: center;
    }

    .opportunity__tab-text ul {
        list-style-position: inside;
        padding-left: 0;
    }

    .opportunity__images {
        grid-column: 1/2;
        grid-row: 3/4;
        justify-self: center;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-top: 50px;
    }

    .opportunity__tab-pane.active {
        align-items: center;
    }

    .opportunity__image:first-child {
        left: 3%;
        top: -4%;
        right: auto;
        rotate: -7deg;
        background-position: center center;
    }

    .opportunity__image:last-child {
        right: 0;
        bottom: auto;
        top: -4%;
        right: 3%;
        rotate: 7deg;
        background-position: center center;
    }

    .opportunity__image {
        width: 33% !important;
        display: block !important;
        height: 100%;
    }

    .opportunity__tab-btn-link {
        font-size: 14px !important;
    }

    .opportunity__tab-pane.active {
        gap: 25px;
    }

    .reviews .container {
        gap: 25px;
    }

    .reviews__blocks {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .reviews__block.left {
        flex: 0 0 auto;
        width: 253px;
    }

    .reviews__block.middle {
        flex: 0 0 auto;
        width: 257px;
    }

    .reviews__block.right {
        flex: 0 0 auto;
        width: 272px;
    }

    .reviews__social {
        font-size: 18px;
        text-align: center;
    }

    .callback .container svg {
        display: none;
    }

    .callback__block {
        max-width: 100%;
        align-items: center;
    }

    .callback_content {
        max-width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .callback__block {
        gap: 25px;
    }
}


@media screen and (max-width: 599px) {
    .daria__content .container {
        gap: 20px;
    }

    .daria__content--btn {
        width: 100%;
    }

    .daria__content--images {
        flex: 0 1 auto;
        max-width: 100%;
    }

    .daria__about--content.left,
    .performance__right,
    .daria__about--content.right {
        max-width: 86%;
    }

    .philosophy__images {
        max-width: 90%;
    }

    .truth .container {
        padding-top: 55px;
    }

    .truth .container svg {
        margin-right: -75px;
        margin-top: -55px;
    }

    .truth__text {
        font-size: 24px;
        max-width: 300px;
    }

    .opportunity__tab-btn-link {
        width: 100%;
    }

    .callback__buttons,
    .callback__buttons a {
        width: 100%;
    }
}


@media screen and (max-width: 474px) {
    .daria__content--text h1 {
        max-width: 355px;
    }

    html[lang="et"] .daria__content--text h1 {
        font-size: 38px;
    }

    .progress__item-title {
        font-size: 11px;
    }

    .progress__item {
        gap: 25px;
    }

    .approach__content {
        margin-bottom: 45px;
    }
}


@media screen and (max-width: 424px) {
    .daria__content--text h1 {
        font-size: 38px;
    }

    .progress__item--pic {
        width: 70%;
    }
}


@media screen and (max-width: 374px) {
    .daria__content--text h1 {
        font-size: 34px;
        max-width: 335px;
    }

    html[lang="et"] .daria__content--text h1 {
        font-size: 32px;
    }

    .daria__content--text p {
        font-size: 16px;
    }

    .daria__about--title {
        font-size: 26px;
    }

    .daria__about--content p {
        font-size: 12px;
    }

    .daria__about--content.right {
        gap: 20px;
    }

    .life__title {
        font-size: 26px;
    }

    .life p {
        font-size: 12px;
    }

    .phrase__text {
        font-size: 26px;
    }

    .performance__title {
        font-size: 26px;
    }

    .performance__text {
        font-size: 12px;
    }

    .performance__content {
        gap: 20px;
    }

    .progress__item--text {
        font-size: 12px;
    }

    .progress__title {
        font-size: 26px;
    }

    .progress__item-title {
        font-size: 9px;
    }

    .philosophy__title {
        font-size: 26px;
    }

    .philosophy__content {
        gap: 20px;
    }

    .philosophy__text,
    .philosophy__list {
        font-size: 12px;
    }

    .truth .container {
        padding-top: 55px;
    }

    .truth .container svg {
        margin-right: -75px;
        margin-top: -55px;
    }

    .truth__text {
        font-size: 18px;
        max-width: 240px;
    }

    .approach__title {
        font-size: 26px;
    }

    .approach__text {
        font-size: 12px;
    }

    .approach__content {
        gap: 20px;
    }

    .approach .video__button {
        bottom: -25px;
        right: 115px;
    }

    .opportunity__title {
        font-size: 26px;
    }

    .opportunity__text,
    .opportunity__tab-text,
    .opportunity__tab-text ul li strong {
        font-size: 12px;
    }

    .opportunity__tab-text h3 {
        font-size: 18px;
    }

    .opportunity__tab-btn {
        font-size: 12px;
        padding: 10px 18px;
        max-width: 250px;
    }

    .opportunity__tabs {
        grid-template-rows: 75px 1fr auto;
    }

    .opportunity__tab-btn-link {
        font-size: 12px !important;
        padding: 15px 30px !important;
    }

    .opportunity__tab-pane.active {
        gap: 20px;
    }

    .reviews .container {
        gap: 20px;
    }

    .reviews__title {
        font-size: 26px;
    }

    .reviews__social {
        font-size: 16px;
    }

    .reviews__social a {
        font-size: 18px;
    }

    .callback__title {
        font-size: 26px;
    }

    .callback_content {
        font-size: 12px;
    }

    .callback__block {
        gap: 20px;
    }
}