* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

html {
    interpolate-size: allow-keywords;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}


input,
button,
textarea,
select {
    font-family: inherit;
}


/* ===== БЛОК: общее ===== */

main {
    max-width: 1280px;
    margin: 0 auto;
}

.text-pink {
    color: #ED5FC5;
    font-weight: 600;
}

.text-violet {
    color: #6969D3;
    font-weight: 600;
}

.text-violet-link {
    color: #6969D3;
}

.text-green {
    color: #82AA4A;
    font-weight: 600;
}

.text-link {
    text-decoration: none;
    color: #82AA4A;
}

.common-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    height: 56px;
    background: linear-gradient(270deg, #F5877A 0%, #B366FF 50%, #7391FF 100%);
    border-radius: 12px;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    box-sizing: border-box;
    text-decoration: none;
}

.common-btn:hover {
    background: linear-gradient(270deg, #ffa080 -7.76%, #cc66ff 50.86%, #66a6ff 109.48%) border-box;
}

.btn-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.text-highlight {
    will-change: transform;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ===== button hover animation  ===== */

.rainbow-firework-container {
    position: absolute;
    pointer-events: none;
    z-index: 999999;
    overflow: visible !important;
}

.rainbow-firework-particle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    will-change: transform, opacity;
}

.rainbow-firework-particle.glow-effect {
    mix-blend-mode: screen;
}


.header {
    position: relative;
    width: 100%;
    height: 80px;
    background: #FFFFFF;
}

.header__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo {
    display: flex;
    align-items: center;
    height: 32px;
    text-decoration: none;
}

.header__logo img {
    height: 100%;
    width: auto;
}

.header__actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    text-decoration: none;
}

.btn--register {
    background: #6969D3;
    color: #FFFFFF;
    border: 1px solid transparent;
}

.btn--register:hover {
    background: #6d6df2;
}

.btn--login {
    background: transparent;
    border: 1px solid #6969D3;
    color: #6969D3;
}

.btn--login:hover {
    background: #f0f0fe;
    color: #6d6df2;
    border-color: #6d6df2;
}

.header__login {
    display: none;
}







/* ======================= HERO ======================= */








.hero {
    display: flex;
    max-height: 720px;
    margin: 0 12px;
    padding: 110px 48px;
    background: #F3F4F6;
    border-radius: 16px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    position: relative;
}

.hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 614px;
    z-index: 1;
}

.hero__flags {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero__flags--mb {
    display: none;
}

.hero__flags img {
    display: block;
    width: 36px;
    height: auto;
}

.hero__title {
    margin-top: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 50px;
    color: #364153;
    font-feature-settings: 'salt' on, 'liga' off;
}

.hero__desc {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    word-spacing: -0.5px;
}

.hero__line {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #6C757D;
    margin: 0;
    font-feature-settings: 'salt' on, 'liga' off;
}

.hero__highlight {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    background: rgba(237, 194, 95, 0.2);
    border-radius: 8px;
    color: #E2970B;
    font-weight: 600;
}


.hero__video {
    display: flex;
    max-width: 500px;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 16px;
}

.common-btn--hero {
    margin-top: 40px;
    min-width: 280px;
}

.flag {
    box-sizing: border-box;
    width: 36px;
    height: 24px;
    border: 1px solid #E5E8EB;
    border-radius: 2.25px;
    position: relative;
    overflow: hidden;
    flex: none;
}






/* ======================= BENEFIST ======================= */





.benefits {
    padding: 80px 60px 80px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    min-height: 720px;
    position: relative;
}

.benefits__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 540px;
    z-index: 2;
}

.benefits__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.15;
    color: #364153;
}

.benefits__list {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding-left: 20px;
    border-left: 3px solid #6969D3;
    width: 100%;
    box-sizing: border-box;
}

.benefits__item {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #6C757D;
}

.benefits__item span {
    color: #364153;
    font-weight: 600;
}

.benefits__visual {
    padding-top: 8px;
    position: relative;
    height: 553px;
    margin: 0 auto;
    transform: scale(1);
}

.benefits__phone {
    position: relative;
    display: flex;
    top: 0;
    width: 364px;
    height: 553px;
    z-index: 1;
}

.benefits__phone img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.benefits__card {
    position: absolute;
    overflow: hidden;
    z-index: 3;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.benefits__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.benefits__card--kindness {
    width: 100px;
    height: 107px;
    left: 5px;
    top: 37px;
}

.benefits__card--mum {
    width: 155px;
    height: 169px;
    left: -55px;
    top: 145px;
}

.benefits__card--respectfulness {
    width: 147px;
    height: 158px;
    left: -50px;
    top: 329px;
}

.benefits__card--shell {
    width: 84px;
    height: 90px;
    left: 329px;
    top: 38px;
}

.benefits__card--clap {
    width: 150px;
    height: 173px;
    left: 296px;
    top: 124px;
}

.benefits__card--breakfast {
    width: 76px;
    height: 86px;
    left: 413px;
    top: 195px;
}

.benefits__card--elephant {
    width: 115px;
    height: 122px;
    left: 343px;
    top: 284px;
}

.benefits__card--favourite {
    width: 192px;
    height: 200px;
    left: 188px;
    top: 333px;
}

.common-btn--benefits {
    margin-top: 40px;
    min-width: 280px;
}






/* ======================= EXERCISES ======================= */




.exercises {
    padding: 72px 60px;
    background: #F3F4F6;
    border-radius: 16px;
    margin: 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.exercises__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    color: #364153;
}

.exercises__wrapper {
    position: relative;
    width: 1136px;
}

.exercises__slider {
    overflow: hidden;
}

.exercises__slides {
    display: flex;
    gap: 16px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    align-items: stretch;
}


.exercises__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}

.exercises__nav--prev {
    left: -24px;
}

.exercises__nav--next {
    right: -24px;
}

.exercises__nav--prev img {
    transform: rotate(180deg);
}

.exercises__slide {
    min-width: 272px;
    height: 558px;
}

.exercises__card {
    display: flex;
    min-height: 520px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 16px;
}

.exercises__card-img--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
}

.exercises__card-img--grid--moreImg {
    margin-top: 13px;
    gap: 6px;
    aspect-ratio: auto;
}

.exercises__card-img__item {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.exercises__card-img__item img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.exercises__card-img__item--small img {
    height: 81px;
}

.exercises__card-img--single {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.exercises__card-img--single img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exercises__card-body {
    display: flex;
    flex-direction: column;
}

.exercises__card-word {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.exercises__card-word__text {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #6969D3;
}

.exercises__card-word__dot,
.exercises__card-list__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #F3F4F6;
}

.exercises__card-list__dot {
    flex-shrink: 0;
}

.exercises__card-word__translate,
.exercises__card-list__phrase {
    line-height: 18px;
}

.exercises__card-word__translate {
    font-size: 12px;
    text-align: center;
    color: #6C757D;
}

.exercises__card-list {
    margin-top: 9px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.exercises__card-list__item {
    padding: 0 0 0 9px;
    border-left: 3px solid #70B498;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.exercises__card-list__row {
    display: flex;
    align-items: center;
    gap: 4px;
}

.exercises__card-list__phrase {
    font-weight: 600;
    font-size: 12px;
    color: #364153;
}

.exercises__card-list__phrase span {
    font-weight: 400;
}

.exercises__card-list__tag {
    font-size: 9px;
    line-height: 12px;
    color: #9CA7B3;
}

.exercises__card-audio__icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #F3F4F6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exercises__card-audio__title {
    padding-top: 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #6969D3;
}

.exercises__card-audio__desc {
    max-width: 220px;
    padding-top: 3px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #6C757D;
}

.exercises__card-title {
    height: 248px;
    padding: 16px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.exercises__card-title--big-pd {
    padding: 103px 0 0 0;
    justify-content: flex-start;
}

.exercises__card-title--lg-pd {
    padding: 94px 0 0 0;
    justify-content: flex-start;
}

.exercises__card-title--sm-pd {
    padding: 10px 0 0 0;
    justify-content: space-between;
}

.exercises__card-title--md-pd {
    padding: 64px 0 0 0;
    justify-content: space-between;
    height: 162px;
}

.exercises__card-title--vsm-pd {
    padding: 6px 0 0 0;
    justify-content: space-between;
    height: auto;
}

.exercises__card__word {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #6969D3;
}

.exercises__card__word--middle {
    font-size: 21px;
    line-height: 26px;
}

.exercises__card__word--small {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.exercises__card__word--mini {
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
}

.exercises__card__word--small span,
.exercises__card__word--desc span {
    font-weight: 700;
}

.exercises__card__word--small span {
    font-weight: 800;
}

.exercises__card__word--desc {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #364153;
    text-align: left;
}

.exercises__card__hint,
.exercises__card-label {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #6C757D;
}

.exercises__card-label {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
}

.exercises__options {
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 166px;
    margin-top: 20px;
}

.exercises__options--more-elem {
    height: 252px;
}

.exercises__options--three-elem {
    height: 119px;
    margin-top: 16px;
}

.exercises__options__row {
    display: flex;
    gap: 6px;
}

.exercises__options__row--1element {
    max-width: calc(50% - 3px);
}

.exercises__options__btn,
.exercises__card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 9px;
    background: #F3F4F6;
    color: #364153;
    transition: background 0.2s ease;
}

.exercises__options__btn {
    flex: 1;
    height: 52px;
    padding: 12px 8px;
    font-weight: 500;
    font-size: 10.5px;
    line-height: 16.6px;
    text-align: center;
}

.exercises__options__btn--small {
    height: 37px;
    font-size: 12px;
}

.exercises__options__btn--long {
    height: 37px;
    font-weight: 400;
    font-size: 10.5px;
}

.exercises__options__btn--long span {
    display: contents;
    font-weight: 600;
}

.exercises__card-btn {
    margin-top: auto;
    width: 100%;
    height: 37px;
    padding: 10px 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.exercises__card-btn--gradient {
    margin: 0;
    background: linear-gradient(90deg, #97EC7B 0%, #A1EC7B 5%, #F3F4F6 5%);
}

.exercises__badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.exercises__badges img,
.exercises__badges a {
    border-radius: 8px;
    height: 48px;
    object-fit: cover;
}

.badges-appstore {
    border: 1px solid #E5E8EB;
    width: 144px;
}

.badges-google {
    border: 1px solid #3B4045;
    width: 162px;
}

.badges-rustore {
    border: 1px solid #E5E8EB;
    width: 133px;
}









/* =========================================== INTERESTS =========================================== */





.interests {
    padding: 96px 0;
    min-height: 835px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.interests__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    color: #364153;
}

.interests__tags {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 670px;
}

.interests__tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
}

.interests__tag--purple {
    background: rgba(105, 105, 211, 0.1);
    color: #6969D3;
}

.interests__tag--green {
    background: rgba(202, 242, 114, 0.2);
    color: #82AA4A;
}

.interests__tag--orange {
    background: rgba(237, 194, 95, 0.2);
    color: #E2970B;
}

.interests__tag--pink {
    background: rgba(237, 95, 197, 0.11);
    color: #ED5FC5;
}

.interests__tag--gray {
    background: transparent;
    color: #6C757D;
    padding: 0;
}

.interests__slider {
    position: relative;
    width: 1118px;
    height: 345px;
    margin-top: 64px;
}

.interests__slides {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.interests__slide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
}

.interests__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.interests__slide--pos0 {
    width: 230px;
    height: 345px;
    transform: translate(-50%, -50%) translateX(0);
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.interests__slide--pos1,
.interests__slide--pos-1 {
    width: 214px;
    height: 321px;
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.interests__slide--pos1 {
    transform: translate(-50%, -50%) translateX(238px);
}

.interests__slide--pos-1 {
    transform: translate(-50%, -50%) translateX(-238px);
}

.interests__slide--pos2,
.interests__slide--pos-2 {
    width: 198px;
    height: 297px;
    opacity: 1;
    visibility: visible;
    z-index: 8;
}

.interests__slide--pos2 {
    transform: translate(-50%, -50%) translateX(460px);
}

.interests__slide--pos-2 {
    transform: translate(-50%, -50%) translateX(-460px);
}

.interests__slide--pos3,
.interests__slide--pos4,
.interests__slide--pos-3,
.interests__slide--pos-4 {
    width: 198px;
    height: 297px;
    opacity: 0;
    z-index: 6;
}

.interests__slide--pos3 {
    transform: translate(-50%, -50%) translateX(674px);
}

.interests__slide--pos4 {
    transform: translate(-50%, -50%) translateX(888px);
}

.interests__slide--pos-3 {
    transform: translate(-50%, -50%) translateX(-674px);
}

.interests__slide--pos-4 {
    transform: translate(-50%, -50%) translateX(-888px);
}

.interests__slide--pos3,
.interests__slide--pos-3 {
    z-index: 7;
}

.interests__nav-btn {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transform: translateY(-50%);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.interests__nav-btn--prev {
    left: -24px;
}

.interests__nav-btn--next {
    right: -24px;
}

.interests__nav-btn--prev img {
    transform: rotate(180deg);
}

.interests__caption {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #6C757D;
}







/* =========================================== PROMO =========================================== */






.promo {
    margin: 0 12px;
    display: flex;
    align-items: center;
    min-height: 720px;
    padding: 69px 0 69px 112px;
    background: linear-gradient(284.47deg, #F5877A 0%, #B366FF 50%, #7391FF 100%);
    border-radius: 16px;
    gap: 20px;
}

.promo__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    width: 100%;
    max-width: 464px;
}

.promo__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
}

.promo__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
    color: #FFFFFF;
    font-feature-settings: 'salt' on, 'liga' off;
}

.promo__steps {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.promo__step {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 13px 16px;
    gap: 12px;
    width: 100%;
    height: 54px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: background 0.3s ease;
    cursor: pointer;
}

.promo__step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 90px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.promo__step-text {
    flex-grow: 1;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    font-feature-settings: 'salt' on, 'liga' off;
}

.promo__step-icon {
    position: relative;
    width: 24px;
    height: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.promo__step--active {
    background: #FFFFFF;
}

.promo__step--active .promo__step-num {
    background: #6969D3;
}

.promo__step--active .promo__step-text {
    color: #6969D3;
}

.promo__step--active .promo__step-icon {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.promo__badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    flex-wrap: wrap;
}

.promo__badges img,
.promo__badges a {
    border-radius: 8px;
    height: 48px;
    object-fit: cover;
}

.promo__mockup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 282px;
    height: 582px;
    margin: 0 auto;
}

.promo__phone {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 282px;
    height: 582px;
    filter: drop-shadow(0px 15px 40px rgba(97, 83, 129, 0.5));
    overflow: hidden;
    z-index: 5;
}

.promo__phone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}

.promo__screens {
    position: absolute;
    top: 9px;
    left: 10px;
    right: 10px;
    bottom: 9px;
    z-index: 1;
    overflow: hidden;
    border-radius: 35px;
    --gap: 20px;
    background: #ffffff;
}

.promo__screen {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    will-change: transform;
    transition: transform 0.35s ease-out;
    cursor: pointer;
}

.promo__screen video,
.promo__screen img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}

.promo__dots {
    display: none;
}


/* ===== БЛОК: reviews ===== */

.reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 96px 60px 0 60px;
    margin-bottom: 96px;
}

.reviews__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.reviews__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 700px;
    width: 100%;
    margin-bottom: 72px;
}

.reviews__title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #6969D3;
    margin: 0;
}

.reviews__subtitle {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #6C757D;
    margin: 0;
}

.reviews__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1160px;
    width: 100%;
}

.reviews__card {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 16px;
    gap: 16px;
    width: 100%;
    max-width: 278px;
    height: 80px;
    border: 1px solid #E5E8EB;
    border-radius: 12px;
    background: #FFFFFF;
}

.reviews__card-avatar {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    flex-shrink: 0;
    overflow: hidden;
}

.reviews__card-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews__card-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 52px;
    flex-grow: 1;
    overflow: hidden;
}

.reviews__card-name {
    align-self: stretch;
    height: 28px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #364153;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reviews__card-stat {
    height: 24px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #6969D3;
}

/* ===== БЛОК: testimonials ===== */

.testimonials {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 60px 112px 60px;
}

.testimonials__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.testimonials__title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #364153;
    margin: 0 0 48px 0;
}

.testimonials__slider {
    position: relative;
    max-width: 1232px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials__slides {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    max-width: 1160px;
    width: 100%;
    scrollbar-width: none;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    cursor: default;
    user-select: none;
    -webkit-user-select: none;
}

.testimonials__slides::-webkit-scrollbar {
    display: none;
}

.testimonials__slides:active {
    cursor: default;
}

.testimonials__slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 32px;
    gap: 12px;
    width: 100%;
    max-width: 376px;
    height: 240px;  
    background: #F3F4F6;
    border-radius: 16px;
    flex-shrink: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transition: all .3s ease;
}

.testimonials__slide--expanded {
    height: auto !important;
    min-height: 240px;
}

.testimonials__rating {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    height: 24px;
    width: 133px;
}

.testimonials__rating-value {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #364153;
}

.testimonials__stars {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.testimonials__star-wrapper {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.testimonials__star {
    width: 16px;
    height: 15px;
    display: block;
}

.testimonials__text {
    align-self: stretch;
    width: 100%;
    height: auto;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #364153;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.testimonials__text--expanded {
    height: auto !important;
    overflow: visible;
}

.testimonials__slide--short .testimonials__text {
    height: 96px;
}

.text-violet-more {
    color: #6969D3;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
}

.testimonials__author {
    align-self: stretch;
    width: 100%;
    height: 24px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6C757D;
}

.testimonials__nav-btn {
    position: absolute;
    width: 48px;
    height: 48px;
    top: calc(50% - 48px / 2);
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
    border-radius: 90px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
    z-index: 10;
}

.testimonials__nav-btn img {
    width: 10px;
    height: 18px;
}

.testimonials__nav-btn--prev {
    left: -24px;
}

.testimonials__nav-btn--next {
    right: -24px;
    transform: rotate(180deg);
}

/* ===== БЛОК: features ===== */

.features {
    margin: 0 12px;
    padding: 72px 48px 64px 48px;
    background: #F3F4F6;
    border-radius: 16px;
}

.features__title {
    margin: 0 0 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    color: #6969D3;
}

.features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(200px, auto);
    gap: 16px;
}

.features__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 32px;
    gap: 24px;
    background: #FFFFFF;
    box-shadow: 0px 10px 24px rgba(97, 83, 129, 0.1);
    border-radius: 12px;
    box-sizing: border-box;
}

.features__card-text {
    width: 100%;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #364153;
    text-align: left;
}

.features__card-icon {
    width: 56px;
    height: 56px;
    background: #F3F4F6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.features__card-emoji {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
}

.common-btn--features {
    margin: 48px auto 0;
    padding: 17px 32px;
    width: 280px;
}

/* ===== БЛОК: FAQ ===== */

.faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    width: min(800px, calc(100% - 24px));
    margin: 0 auto;
    padding: 96px 0 72px;
}

.faq__title {
    width: 100%;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #364153;
}

.faq__list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.faq__item {
    width: 100%;
    padding-bottom: 24px;
    border-top: 1px solid #E5E8EB;
}

.faq__item::details-content {
    block-size: 0;
    overflow: hidden;
    transition:
        block-size 320ms ease,
        content-visibility 320ms ease allow-discrete;
}

.faq__item[open]::details-content {
    block-size: auto;
}

.faq__header {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    cursor: pointer;
    user-select: none;
    list-style: none;
    padding-top: 24px;
    padding-bottom: 0;
}

.faq__header::-webkit-details-marker {
    display: none;
}

.faq__question {
    flex: 1;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #364153;
}

.faq__icon {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.faq__icon::before,
.faq__icon::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 9px;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background-color: #6969D3;
    transition: transform 240ms ease;
}

.faq__icon::after {
    transform: rotate(90deg);
}

.faq__item[open] .faq__icon::after {
    transform: rotate(180deg);
}

.faq__answer {
    width: 100%;
    margin: 0;
    margin-top: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6C757D;
}

/* ===== БЛОК: start-learn ===== */

.start-learn {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 720px;
    margin: 0 12px 12px 12px;
    padding-left: 112px;
    background: #F3F4F6;
    border-radius: 16px;
    overflow: hidden;
}

.start-learn__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    width: 521px;
    flex-shrink: 0;
}

.start-learn__title {
    width: 100%;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 50px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #6969D3;
}

.start-learn__accent--pink {
    color: #ED5FC5;
}

.start-learn__accent--green {
    color: #82AA4A;
}

.start-learn__subtitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.start-learn__subtitle-text {
    width: 100%;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #6C757D;
}

.start-learn__highlight {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    padding: 2px 8px;
    gap: 10px;
    background: rgba(237, 194, 95, 0.2);
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #E2970B;
}

.start-learn__steps {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 336px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.start-learn__step {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.start-learn__step-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.start-learn__divider {
    display: block;
}

.start-learn__divider-image {
    display: block;
    width: 2px;
    height: 17px;
    margin-left: 11px;
}

.start-learn__step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    background-color: var(--step-color);
}

.start-learn__step-text {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: var(--step-color);
}

.start-learn__step--violet {
    --step-color: #6969D3;
}

.start-learn__step--green {
    --step-color: #82AA4A;
}

.start-learn__step--orange {
    --step-color: #E2970B;
}

.start-learn__step--pink {
    --step-color: #ED5FC5;
}

.common-btn--start-learn {
    padding: 17px 32px;
    width: 336px;
}

.start-learn__image-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 680px;
    height: 680px;
    z-index: 1;
}

.start-learn__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ===== БЛОК: footer ===== */

.footer {
    width: 100%;
    min-height: 436px;
    background-color: #212529;
    overflow: hidden;
    box-sizing: border-box;
}

.footer__container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 60px 13px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.footer__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.footer__col {
    display: flex;
    flex-direction: column;
}

.footer__col--left {
    width: 643px;
}

.footer__col--right {
    width: 463px;
}

.footer__logo {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 182px;
    height: 32px;
    margin-bottom: 32px;
    text-decoration: none;
    flex-shrink: 0;
}

.footer__articles {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__articles-item {
    height: 24px;
    overflow: hidden;
}

.footer__articles-link {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9CA7B3;
    text-decoration: none;
    display: block;
    transition: color 0.2s ease;
}

.footer__rating {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 24px;
    margin-bottom: 32px;
    width: 247px;
}

.footer__rating-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    white-space: nowrap;
}

.footer__rating-stars {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer__rating-stars-wrapper {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.footer__badges {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 60px;
}

.footer__badges-row {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 48px;
}

.footer__badge {
    height: 48px;
    border: 1px solid #3B4045;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
}

.footer__badge--appstore {
    width: 144px;
}

.footer__badge--googleplay {
    width: 162px;
}

.footer__badge--rustore {
    width: 133px;
}

.footer__badge--chrome {
    width: 144px;
}

.footer__badge--telegram {
    width: 162px;
}

.footer__badge--gemfeed {
    width: 133px;
}

.footer__badge-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer__dev {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 48px;
}

.footer__dev-info {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.footer__dev-line {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9CA7B3;
}

.footer__dev-link {
    color: #9CA7B3;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer__dev-tg {
    width: 48px;
    height: 48px;
    background-color: #303438;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

.footer__dev-tg:hover {
    background-color: #3d4348;
}

.footer__dev-tg:active {
    transform: scale(0.95);
}

.footer__divider-top {
    display: none;
}

.footer__divider-bottom {
    width: 100%;
    margin: 48px 0 13px;
    border: none;
    border-top: 1px solid #3B4045;
}


.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer__copyright {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #6C757D;
    margin: 0;
}

.footer__legal {
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #6C757D;
}

.footer__legal-link {
    color: #6C757D;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer__sep-dot {
    color: #6C757D;
    user-select: none;
}


















@media (max-width: 1440px) {

    .hero {
        min-height: 0;
        height: 38rem;
        gap: 20px;
    }

    .hero__content {
        min-width: 425px;
        max-width: 614px;
    }

    .hero__video {
        max-width: 400px;
        min-width: 280px;
    }


}

@media (max-width: 1279px) {


    .header__container {
        padding: 0 40px;
    }

    .hero {
        min-height: 34rem;
        padding: 30px 28px;
        gap: 0;
    }

    .hero__title {
        margin-top: 10px;
    }

    .hero-break-desc {
        display: none;
    }


    .benefits {
        padding: 40px 40px;
        gap: 0;
    }

    .benefits__content {
        min-width: 280px;
    }

    .benefits__visual {
        transform: scale(0.7) translateX(-20px);
    }

    .exercises__wrapper {
        width: calc(100% - 32px);
    }

    .interests {
        padding: 96px 40px;
    }

    .interests__slider {
        width: calc(100% + 80px);
        max-width: 1118px;
        margin-top: 64px;
    }

    .interests__nav-btn--prev {
        left: 12px;
    }

    .interests__nav-btn--next {
        right: 12px;
    }


    .promo {
        padding: 69px 40px 69px;
    }


    .reviews {
        padding: 96px 40px 0 40px;
    }

    .reviews__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reviews__card {
        max-width: 100%;
        height: 72px;
    }

    .testimonials {
        padding: 0 40px 112px 40px;
    }

    .testimonials__slides {
        max-width: 100%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        cursor: pointer;
    }

    .testimonials__slides:active {
        cursor: pointer;
    }

    .testimonials__slide {
        max-width: none;
        width: calc((100% - 16px * 2) / 3);
        padding: 24px 32px;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .testimonials__nav-btn--prev {
        left: -24px;
    }

    .testimonials__nav-btn--next {
        right: -24px;
    }

    .features {
        margin: 0 12px;
        padding: 72px 28px 64px 28px;
    }

    .features__card {
        padding: 24px;
        gap: 20px;
    }

    .features__card-icon {
        width: 52px;
        height: 52px;
    }

    .features__card-emoji {
        width: 26px;
        height: 26px;
    }

    .faq {
        padding: 96px 40px 72px;
        width: min(908px, calc(100%));
    }

    .start-learn {
        padding-left: 28px;
    }

    .start-learn__content {
        width: 50%;
    }

    .start-learn__image-wrapper {
        position: relative;
        transform: none;
        width: 100%;
    }

    .common-btn--start-learn {
        width: 100%;
        max-width: 336px;
    }

    .footer__main {
        gap: 48px;
    }

    .footer__articles {
        width: auto;
    }

    .footer__articles-item {
        height: auto;
    }

    .footer__articles-link {
        width: auto;
    }

    .footer__container {
        padding: 60px 40px 13px;
    }

    .footer__col--left {
        max-width: 50%;
    }

    .footer__dev {
        width: auto;
    }

    .footer__badges {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: flex-start;
        width: fit-content;
        max-width: 100%;
        align-self: flex-end;
    }

    .footer__legal {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .footer__bottom {
        gap: 48px;
    }

    .footer__badges-row {
        display: contents;
    }

    .footer__badge {
        max-width: none;
    }

}

@media (max-width: 1023px) {

    .exercises {
        margin: 0 12px;
        padding: 72px 28px;
    }

    .exercises__wrapper {
        width: 100%;
    }

    .exercises__slides {
        gap: 8px;
    }

    .testimonials__slide {
        width: calc((100% - 12px) / 2);
    }

}


@media (max-width: 767px) {

    main {
        width: 100%;
    }


    .header {
        height: 48px;
    }

    .header__container {
        padding: 12px 16px;
        gap: 16px;
    }

    .header__logo {
        height: 24px;
    }

    .header__actions {
        display: none;
    }

    .btn {
        padding: 4px 10px;
        font-size: 12px;
        line-height: 16px;
        border-radius: 8px;
        height: 24px;
    }

    .header__login {
        display: block;
        border: none;
        background: none;
        cursor: pointer;
    }

    .hero {
        padding: 16px 16px 32px 16px;
        margin: 0 8px;
        height: auto;
        min-height: auto;
        flex-wrap: wrap;
    }

    .hero__video {
        order: -1;
        width: 328px;
        flex-shrink: 0;
        margin: 0 auto;
    }

    .hero__content {
        flex-wrap: wrap;
        align-items: flex-start;
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }

    .hero__flags {
        display: inline-flex;
        margin-right: 12px;
        margin-top: 8px;
    }

    .hero__flags--dt {
        display: none;
    }

    .hero__title {
        margin-top: 0;
        font-size: 32px;
        line-height: 34px;
    }

    .hero__line {
        line-height: 24px;
        font-size: 16px;
    }

    .hero__title span {
        order: 0;
    }

    .hero__desc {
        width: 100%;
        margin-top: 20px;
    }

    .common-btn--hero {
        min-width: 312px;
        margin: 24px auto 0;
    }

    .hero__highlight {
        padding: 0 8px;
    }

    .hero-break-desc {
        display: none;
    }


    .benefits {
        flex-direction: column-reverse;
        padding: 40px 24px;
        gap: 16px;
        min-height: 0;
        align-items: start;
    }

    .benefits__content {
        max-width: 100%;
    }

    .benefits__list {
        margin-top: 16px;
        padding-left: 20px;
        gap: 12px;
        border-left: 3px solid #6969D3;
    }

    .benefits__item {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
    }

    .benefits__visual {
        padding-top: 0;
        width: 312px;
        height: 318px;
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        transform: scale(1);
    }

    .benefits__phone {
        left: 32px;
        top: 0;
        width: 209px;
        height: 318px;
    }

    .benefits__card--kindness {
        width: 57px;
        height: 61px;
        left: 2px;
        top: 21px;
    }

    .benefits__card--mum {
        width: 89px;
        height: 97px;
        left: -32px;
        top: 83px;
    }

    .benefits__card--respectfulness {
        width: 84px;
        height: 91px;
        left: -29px;
        top: 189px;
    }

    .benefits__card--shell {
        width: 48px;
        height: 52px;
        left: 188px;
        top: 22px;
    }

    .benefits__card--clap {
        width: 86px;
        height: 99px;
        left: 169px;
        top: 71px;
    }

    .benefits__card--breakfast {
        width: 44px;
        height: 49px;
        left: 236px;
        top: 112px;
    }

    .benefits__card--elephant {
        width: 66px;
        height: 70px;
        left: 196px;
        top: 163px;
    }

    .benefits__card--favourite {
        width: 110px;
        height: 115px;
        left: 107px;
        top: 191px;
    }

    .common-btn--benefits {
        margin: 24px auto 0;
        min-width: 312px;
    }

    .exercises {
        margin: 0 8px;
        padding: 32px 16px;
        gap: 0;
    }

    .exercises__title,
    .benefits__title,
    .interests__title,
    .promo__title {
        font-size: 24px;
        line-height: 28px;
    }

    .interests__title {
        padding: 0 30px;
    }

    .exercises__wrapper {
        width: calc(100% + 16px);
        margin: 24px 0 0 16px;
    }

    .exercises__slides {
        gap: 8px;
    }

    .exercises__slide {
        min-width: 200px;
        height: 410px;
    }

    .exercises__nav--prev {
        left: -16px;
    }

    .exercises__nav--next {
        right: 0;
    }

    .exercises__card {
        min-height: 382px;
        padding: 9px;
        border-radius: 12px;
    }

    .exercises__card-label {
        margin-top: 12px;
        font-size: 12px;
        line-height: 16px;
    }

    .exercises__card-img--grid {
        gap: 5px;
        border-radius: 6px;
    }

    .exercises__card-img--grid--moreImg {
        margin-top: 5px;
    }

    .exercises__card-img__item,
    .exercises__card-img--single {
        border-radius: 6px;
    }

    .exercises__card-img__item img {
        height: 89px;
    }

    .exercises__card-img__item--small img {
        height: 55px;
    }

    .exercises__card-word__text,
    .exercises__card__word {
        font-size: 18px;
        line-height: 22px;
    }

    .exercises__card__word--middle {
        font-size: 16px;
        line-height: 20px;
    }

    .exercises__card__word--small {
        font-size: 14px;
        line-height: 18px;
    }

    .exercises__card__word--mini {
        font-size: 11px;
        line-height: 16px;
    }

    .exercises__card__word--desc {
        font-size: 9px;
        line-height: 13px;
    }

    .exercises__card-word__dot,
    .exercises__card-list__dot {
        width: 9px;
        height: 9px;
    }

    .exercises__card-word__translate {
        font-size: 9px;
        line-height: 13px;
    }

    .exercises__card-list {
        margin-top: 7px;
        gap: 2px;
    }

    .exercises__card-list__item {
        padding-left: 7px;
        border-left-width: 2px;
        gap: 0;
    }

    .exercises__card-list__phrase {
        font-size: 9px;
        line-height: 14px;
    }

    .exercises__card-list__tag {
        font-size: 7px;
        line-height: 9px;
    }

    .exercises__card-title {
        height: 182px;
        padding-top: 10px;
    }

    .exercises__card-title--big-pd {
        padding-top: 74px;
    }

    .exercises__card-title--lg-pd {
        padding-top: 66px;
    }

    .exercises__card-title--sm-pd {
        padding-top: 6px;
    }

    .exercises__card-title--vsm-pd {
        height: auto;
    }

    .exercises__card-title--md-pd {
        height: 120px;
        padding-top: 42px;
    }

    .exercises__card-audio__icon {
        width: auto;
        height: auto;
    }

    .exercises__card-audio__title {
        padding-top: 9px;
        font-size: 14px;
        line-height: 18px;
    }

    .exercises__card-audio__desc,
    .exercises__card__hint {
        font-size: 9px;
        line-height: 13px;
    }

    .exercises__options {
        gap: 5px;
        height: 124px;
        margin-top: 14px;
    }

    .exercises__options--more-elem {
        height: 185px;
    }

    .exercises__options--three-elem {
        height: 88px;
        margin-top: 10px;
    }

    .exercises__options__row {
        gap: 5px;
    }

    .exercises__options__btn {
        height: 39px;
        padding: 7px 5px;
        border-radius: 7px;
        font-size: 8px;
        line-height: 12px;
    }

    .exercises__options__btn--small,
    .exercises__options__btn--long {
        height: 28px;
        font-size: 8px;
        line-height: 13px;
    }

    .exercises__card-btn {
        height: 28px;
        padding: 7px 16px;
        border-radius: 7px;
        font-size: 9px;
        line-height: 13px;
    }

    .exercises__badges,
    .promo__badges {
        gap: 12px;
        margin: 0 auto;
    }

    .exercises__badges {
        margin-top: 32px;
    }

    .exercises__badges img,
    .exercises__badges a,
    .promo__badges img,
    .promo__badges a {
        height: 40px;
        border-radius: 7px;
    }

    .badges-appstore {
        width: 120px;
    }

    .badges-google {
        width: 135px;
    }

    .badges-rustore {
        width: 111px;
    }

    .interests {
        min-height: 0;
        padding: 40px 24px;
    }

    .interests__tags {
        margin-top: 24px;
        max-width: 312px;
        gap: 8px;
    }

    .interests__tag {
        font-size: 16px;
        line-height: 24px;
        padding: 4px 12px;
    }

    .interests__tag--gray {
        padding: 0;
    }

    .interests__slider {
        width: calc(100% + 48px);
        height: 300px;
        margin-top: 32px;
        overflow: hidden;
    }

    .interests__slides {
        overflow: visible;
    }

    .interests__slide--pos0 {
        width: 200px;
        height: 300px;
    }

    .interests__slide--pos1,
    .interests__slide--pos-1 {
        width: 184px;
        height: 276px;
    }

    .interests__slide--pos1 {
        transform: translate(-50%, -50%) translateX(200px);
    }

    .interests__slide--pos-1 {
        transform: translate(-50%, -50%) translateX(-200px);
    }

    .interests__slide--pos2,
    .interests__slide--pos-2 {
        width: 168px;
        height: 252px;
    }

    .interests__slide--pos2 {
        transform: translate(-50%, -50%) translateX(384px);
    }

    .interests__slide--pos-2 {
        transform: translate(-50%, -50%) translateX(-384px);
    }

    .interests__slide--pos3,
    .interests__slide--pos4,
    .interests__slide--pos-3,
    .interests__slide--pos-4 {
        width: 184px;
        height: 276px;
        opacity: 0;
        visibility: hidden;
    }

    .interests__nav-btn--prev {
        left: 8px;
    }

    .interests__nav-btn--next {
        right: 8px;
    }

    .interests__caption {
        margin-top: 24px;
        font-size: 16px;
        line-height: 24px;
    }

    .promo {
        flex-direction: column;
        padding: 32px 16px;
        margin: 0 8px;
        height: auto;
        background: linear-gradient(349.73deg, #F5877A 0%, #B366FF 50%, #7391FF 100%);
    }

    .promo__content {
        display: contents;
    }

    .promo__info {
        display: contents;
    }

    .promo__title {
        order: 1;
        width: 312px;
        text-align: center;
        align-self: center;
    }

    .promo__mockup {
        order: 2;
        flex-direction: column;
        gap: 16px;
        width: 260px;
        height: auto;
        margin: 24px auto 0;
    }

    .promo__phone {
        width: 260px;
        height: 536px;
    }

    .promo__screens {
        top: 8px;
        left: 9px;
        right: 9px;
        bottom: 8px;
        border-radius: 34px;
    }

    .promo__dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
        width: 28px;
        height: 4px;
    }

    .promo__dot {
        width: 4px;
        height: 4px;
        background: rgba(255, 255, 255, 0.6);
        border-radius: 12px;
        flex: none;
        transition: width 0.3s ease;
    }

    .promo__dot--active {
        width: 12px;
    }

    .promo__steps {
        order: 3;
        width: auto;
        gap: 8px;
        align-items: center;
        flex-direction: row;
    }

    .promo__step {
        display: none;
        padding: 16px 0 0;
        height: auto;
    }

    .promo__step--active {
        display: flex;
        background: transparent;
    }

    .promo__step--active .promo__step-num {
        background: rgba(255, 255, 255, 0.15);
    }

    .promo__step--active .promo__step-text {
        color: #FFFFFF;
        font-size: 20px;
        line-height: 28px;
    }

    .promo__step--active .promo__step-icon {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .promo__step-icon img {
        filter: brightness(0) invert(1);
    }

    .promo__badges {
        order: 4;
        margin-top: 32px;
    }


    /* ===== Reviews ===== */
    .reviews {
        width: auto;
        padding: 40px 16px 0;
        margin: 0 8px;
    }

    .reviews__header {
        gap: 16px;
        margin-bottom: 24px;
    }

    .reviews__title {
        font-size: 24px;
        line-height: 28px;
    }

    .reviews__subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .reviews__grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .reviews__card {
        padding: 9px 12px;
        gap: 12px;
        height: 64px;
        border-radius: 12px;
    }

    .reviews__grid .reviews__card:nth-child(n+5) {
        display: none;
    }

    .reviews__card-avatar {
        width: 40px;
        height: 40px;
    }

    .reviews__card-info {
        height: 46px;
    }

    .reviews__card-name {
        font-size: 16px;
        line-height: 24px;
        height: 24px;
    }

    .reviews__card-stat {
        font-size: 14px;
        line-height: 22px;
        height: 22px;
    }

    /* ===== Testimonials ===== */
    .testimonials {
        width: auto;
        padding: 40px 0 48px;
        margin: 0;
    }

    .testimonials__title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .testimonials__slider {
        max-width: 100%;
    }

    .testimonials__slides {
        width: 100%;
        gap: 12px;
        padding: 0 32px 0;
        scroll-padding-left: 32px;
        -ms-overflow-style: none;
    }

    .testimonials__slides::-webkit-scrollbar {
        display: none;
    }

    .testimonials__slide {
        max-width: none;
        width: calc((100% - 12px) / 2);
        height: 288px;
        padding: 24px 32px;
    }

    .testimonials__slide--expanded {
        min-height: 288px;
    }

    .testimonials__nav-btn--prev {
        left: 8px;
        top: calc(288px / 2 - 24px);
    }

    .testimonials__nav-btn--next {
        right: 8px;
        top: calc(288px / 2 - 24px);
    }

    /* ===== Features ===== */
    .features {
        margin: 0 8px;
        padding: 32px 16px;
        display: flex;
        flex-direction: column;
    }

    .features__title {
        margin: 0;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .features__grid {
        display: flex;
        flex-direction: column;
        gap: 12px;
        grid-template-columns: none;
    }

    .features__card {
        padding: 16px;
        gap: 16px;
        border-radius: 12px;
        flex-direction: row-reverse;
        align-items: center;
    }

    .features__card-text {
        font-size: 16px;
        line-height: 24px;
        width: auto;
        flex: 1;
    }

    .features__card-icon {
        width: 48px;
        height: 48px;
    }

    .features__card-emoji {
        width: 22px;
        height: 22px;
    }

    .common-btn--features {
        margin: 0 auto;
        width: 100%;
        max-width: 312px;
        height: 56px;
        padding: 17px 32px;
        margin-top: 32px;
    }

    /* ===== FAQ ===== */
    .faq {
        padding: 40px 16px;
        margin: 0 8px;
        gap: 24px;
        width: auto;
        max-width: none;
    }

    .faq__title {
        font-size: 24px;
        line-height: 28px;
        color: #212529;
    }

    .faq__item {
        padding-bottom: 16px;
    }

    .faq__header {
        padding-top: 16px;
    }

    .faq__question {
        font-size: 16px;
        line-height: 24px;
        color: #212529;
    }

    .faq__answer {
        margin-top: 8px;
        font-size: 16px;
        line-height: 24px;
    }

    /* ===== Start-learn ===== */
    .start-learn {
        margin: 0 8px;
        padding: 0;
        border-radius: 16px;
        background: #F6F3FA;
        min-height: auto;
        flex-direction: column;
        align-items: stretch;
    }

    .start-learn__image-wrapper {
        right: auto;
        top: auto;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        z-index: 1;
        order: -1;
    }

    .start-learn__image {
        object-fit: cover;
    }

    .start-learn__content {
        position: static;
        width: 100%;
        padding: 0 16px 32px 16px;
        flex-grow: 1;
        gap: 0;
    }

    .start-learn__title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }

    .start-learn__subtitle {
        align-items: center;
    }

    .start-learn__subtitle-text {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        margin-top: 20px;
    }

    .start-learn__highlight {
        font-size: 16px;
        line-height: 24px;
        min-height: 24px;
        padding: 0 8px;
    }

    .start-learn__steps {
        width: 100%;
        gap: 2px;
        margin-top: 20px;
    }

    .start-learn__step-row {
        gap: 8px;
    }

    .start-learn__step-num {
        width: 20px;
        height: 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .start-learn__step-text {
        font-size: 16px;
        line-height: 24px;
    }

    .start-learn__divider-image {
        height: 12px;
        margin-left: 9px;
    }

    .common-btn--start-learn {
        width: 100%;
        max-width: 312px;
        margin: 32px auto 0;
        padding: 17px 32px;
    }

    /* ===== Footer ===== */
    .footer {
        margin-top: 24px;
    }

    .footer__container {
        padding: 32px 24px 24px;
    }

    .footer__main {
        flex-direction: column;
        gap: 24px;
    }

    .footer__col--left,
    .footer__col--right {
        width: 100%;
        max-width: none;
    }

    .footer__logo {
        margin-bottom: 24px;
    }

    .footer__articles {
        gap: 16px;
    }

    .footer__articles-link {
        font-size: 16px;
        text-overflow: clip;
    }

    .footer__rating {
        margin-bottom: 24px;
    }

    .footer__badges {
        gap: 12px;
        margin-bottom: 24px;
    }

    .footer__badge {
        height: 40px;
    }

    .footer__badge--appstore {
        width: 120px;
    }

    .footer__badge--googleplay {
        width: 135px;
    }

    .footer__badge--rustore {
        width: 110.83px;
    }

    .footer__badge--chrome {
        width: 120px;
    }

    .footer__badge--telegram {
        width: 135px;
    }

    .footer__badge--gemfeed {
        width: 110px;
    }

    .footer__dev {
        width: 100%;
        height: auto;
        align-items: center;
    }

    .footer__dev-info {
        gap: 0;
    }

    .footer__dev-line {
        font-size: 16px;
    }

    .footer__divider-top {
        display: block;
        width: 100%;
        border: none;
        border-top: 1px solid #3B4045;
    }

    .footer__divider-bottom {
        margin: 24px 0 24px;
    }

    .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .footer__copyright {
        display: flex;
        flex-direction: column;
    }

    .footer__legal {
        flex-direction: column;
        gap: 0;
    }

    .footer__sep-dot {
        display: none;
    }

}


@media (max-width: 639px) {
    .testimonials__slide {
        width: calc(100%);
    }
}