body {
    font-family: 'Inter', sans-serif;
    color: rgba(13, 36, 63, 1);
    background-color: rgba(255, 255, 255, 1);
}

h1,
h2 {
    font-family: 'Oswald', sans-serif;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
}

/* HEADER  */
.header__inner {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: space-between;
}

.header__left,
.header__right {
    display: flex;
    align-items: center;
}

.header__nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__left {
    gap: 60px;
}

.nav__item {
    display: flex;
    border: 1px solid rgba(13, 36, 63, 1);
    align-items: center;
    /* border-color: rgba(13, 36, 63, 1); */
    gap: 10px;
    background: white;
    padding: 10px 10px 10px 18px;
    cursor: pointer;
    border-radius: 54px;
}

.nav__item img {
    border-radius: 20px;
    padding: 7px 7px;
    background-color: rgba(13, 36, 63, 1);
}

.header__search {
    padding: 10px 10px 10px 20px;
    border-radius: 44px;
    display: flex;
    display: flex;
    align-items: center;
    border: 1px solid rgba(13, 36, 63, 1);
    gap: 10px;
}

.header__search input {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    color: 1px solid rgba(13, 36, 63, 1);
}

.header__search input::placeholder {
    color: rgba(13, 36, 63, 1);

}

.header__profile {
    background-color: rgba(255, 114, 114, 1);
    border: none;
    width: 40px;
    margin-left: 10px;
    border-radius: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-program {
    padding: 86px 0 140px;
}

.about-program__inner {
    display: flex;
}

.about-program__content {
    width: 100%;

    grid-template-columns: 1fr 420px;
    align-items: end;
    column-gap: 40px;
}

.studio-name {
    font-size: 0.8em;
}

.about-program__title {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(101px, 25vw, 353px);
    letter-spacing: -5%;
    line-height: 81%;
    text-transform: uppercase;
    color: rgba(13, 36, 63, 1);
}

.about-program__title span {
    display: block;
}

.about-program__info {
    max-width: 420px;
    align-self: end;
    display: flex;
    gap: 30px;
    position: absolute;
    right: 66px;
    bottom: 25px;
    flex-direction: column;
}

.about-program__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -3%;
    color: #0d2a4d;
}

.about-program__inner {
    position: relative;
}

.about-program__text {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.03em;
    line-height: 120%;
    color: #0d2a4d;
}

.header__inner_container {
    background-color: rgba(251, 248, 246, 0.5);
}

/* MAIN  */
.features {
    padding: 70px 0;
    background: rgba(13, 36, 63, 1);
}

.features__inner {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(320px, 640px);
    gap: 20px;
    align-items: start;
}

.features__media {
    min-width: 0;
}

.features__map {
    width: 100%;
    aspect-ratio: 1 / 1.18;
    object-fit: cover;
    border-radius: 34px;
    background: #d8dde5;
}

.features__content {
    min-width: 0;
    color: #f5f7fb;
}

.features__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 35px;
}

.features__title {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: clamp(40px, 5vw, 72px);
    line-height: 0.92;
    text-transform: uppercase;
    color: #f5f7fb;
}

.features__title span {
    display: block;
    font-size: 60px;
}

.features__nav {
    display: flex;
    gap: 20px;
    flex-shrink: 0;
}

.features__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: #eef2f8;
    color: #082a52;
    font-size: 26px;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.features__arrow:hover {
    transform: translateY(-1px);
    background: #ffffff;
}

.features__cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.features__cards.is-changing .feature-card {
    animation: fadeCards 0.28s ease;
}

.feature-card {
    background: rgba(235, 238, 248, 1);
    border-radius: 40px;
    color: rgba(13, 36, 63, 1);
    overflow: hidden;
}

.feature-card__head {
    width: 100%;
    padding: 30px 30px 40px 30px;
    border: none;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    cursor: pointer;
    text-align: left;
}

.feature-card__left {
    display: flex;
    align-items: center;
    gap: 25px;
    min-width: 0;
}

.feature-card__icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(62, 98, 140, 1);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-card__icon img {
    width: 56px;
    height: 52px;
}

.feature-card__icon svg {
    width: 34px;
    height: 34px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-card__title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: rgba(13, 36, 63, 1);
}

.feature-card__toggle {
    position: relative;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.feature-card__toggle::before,
.feature-card__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 2px;
    background: #173154;
    border-radius: 2px;
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.feature-card__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.feature-card.active .feature-card__toggle::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.feature-card.active .feature-card__toggle::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.feature-card__body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}

.feature-card.active .feature-card__body {
    grid-template-rows: 1fr;
}

.feature-card__body-inner {
    overflow: hidden;
}

.feature-card__body-content {
    padding: 0 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}

.feature-card__text {
    max-width: 321px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: rgba(13, 36, 63, 1);
}

.features__arrow--next img {
    transform: rotate(180deg);
}

.feature-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 69px;
    min-width: 190px;
    padding: 16px 24px;
    border-radius: 999px;
    background: rgba(13, 36, 63, 1);
    color: #ffffff;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 21px;
    line-height: 1;
    white-space: nowrap;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.feature-card__btn:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.usage-terms__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.usage-terms__inner {

    margin: 160px 0 0;
}

.usage-terms__title {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 100px;
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    padding-bottom: 65px;
}

.usage-card {
    border-radius: 40px;
    padding: 70px 30px 70px 30px;
    display: flex;
    flex-direction: column;
    gap: 41px;
}

.usage-card--guest {
    background-color: rgba(235, 238, 248, 1);
}

.usage-card--user {
    background-color: rgba(255, 205, 205, 1);
}

.usage-card--team {
    background-color: rgba(215, 215, 232, 1);
}

.usage-card__image {
    display: flex;
    justify-content: center;
}

.usage-card__title {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.usage-card__text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.usage-card__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.history__inner {
    display: flex;
    flex-direction: column;
    gap: 75px;
}

.history__title {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 100px;
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.history__text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.03em;
}

.history {
    padding-bottom: 215px;
}

.subscribe {
    padding: 56px 0;
    background: rgba(215, 215, 232, 1);
}

.subscribe__inner {
    display: flex;
    flex-direction: column;
    gap: 28px;
}


.subscribe__title {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 100px;
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    /* color: #0e2b50; */
}

.subscribe__main {
    position: relative;
    display: grid;
    grid-template-columns: 1fr minmax(320px, 620px);
    gap: 40px;
    align-items: start;
}

.subscribe__text-block {
    min-width: 0;
}

.subscribe__text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    max-width: 400px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.subscribe__form-block {
    min-width: 0;
}

.subscribe__arrow {
    width: 320px;
    height: 190px;
    margin: 0 0 18px;
    background: url("./img/subscribe-arrow.png") center/contain no-repeat;
}

.subscribe__form {
    width: 100%;
    display: flex;
    /* margin: 0; */
    gap: 10px;
    flex-direction: column;
    max-width: 540px;
}

.subscribe__label {
    display: inline-block;
    margin-bottom: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #173154;
}

.subscribe__input-wrap {
    position: relative;
    border-bottom: 2px solid #173154;
    margin-bottom: 18px;
}

.subscribe__input {
    width: 100%;
    height: 46px;
    padding: 10px;
    border: none;
    outline: none;
    background: transparent;
    box-shadow: none;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #173154;
}

.subscribe__input::placeholder {
    color: rgba(13, 36, 63, 1);
    font-size: 16px;
}

.subscribe__toggle {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 26px;
    height: 26px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.eye {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eye--closed {
    display: none;
}

.subscribe__input-wrap.is-visible .eye--open {
    display: none;
}

.subscribe__input-wrap.is-visible .eye--closed {
    display: flex;
}

.subscribe__check {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    align-items: start;
    cursor: pointer;
}

.subscribe__checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(13, 36, 63, 1);
    background: transparent;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.subscribe__checkbox:checked+.checkmark {
    background: rgba(13, 36, 63, 1);
    border-color: rgba(13, 36, 63, 1);
}

.checktext {
    max-width: 520px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: rgba(13, 36, 63, 1);
}

.subscribe__footer {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 38px;
    margin-top: 20px;
    max-width: 936px;
}

.subscribe__icons {
    display: flex;
    align-items: center;
    gap: 16px;
}

.subscribe__icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe__icon img {
    width: 70px;
    height: 68px;
    object-fit: contain;
}

.subscribe__icon--blue {
    background: #4f73a4;
}

.subscribe__icon--pink {
    background: #ff7474;
}

.subscribe__icon--light {
    background: #f5efe9;
}

.subscribe__btn {
    min-width: 220px;
    padding: 22px 59px;
    border: none;
    border-radius: 999px;
    background: rgba(13, 36, 63, 1);
    color: rgba(251, 248, 246, 1);
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: 0.5s ease;
}

.subscribe__btn:hover {
    background-color: rgba(62, 98, 140, 1);
    transition: 0.5s ease;
}

.nav__item:hover {
    border: 1px solid rgba(62, 98, 140, 1);
    color: rgba(62, 98, 140, 1);
    transition: 0.3s ease;
}

.history {
    padding-top: 200px;
}

.nav__item:hover img {
    background-color: rgba(62, 98, 140, 1);
    transition: 0.3s ease;

}

.planet {
    background-image: url("img/planet.png");
    width: 40px;
    height: 40px;
    transition: 0.3s ease;
}

.planet:hover {
    background-image: url("img/planet-hover.png");


}

/* FOOTER  */
.hero-brand {
    padding: 32px 0 0;
    background: rgba(13, 36, 63, 1);
    overflow: hidden;
}

.hero-brand__inner {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.hero-brand__scene {
    position: relative;
    flex: 1;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 0 120px;
}

.hero-brand__title-wrap {
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero-brand__title {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(90px, 17vw, 240px);
    line-height: 0.88;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: rgba(251, 248, 246, 1);
}

.hero-brand__title span {
    display: block;
    text-align: start;
}

.hero-brand__tags {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.hero-brand__tag {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 28px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.03em;
    white-space: nowrap;
    pointer-events: auto;
}

.hero-brand__tag--accent {
    background: #ff7474;
    color: rgba(251, 248, 246, 1);
}

.hero-brand__tag--soft {
    background: #cfd0e4;
    color: rgba(13, 36, 63, 1);
}

.hero-brand__tag--events {
    top: 12%;
    left: 10%;
}

.hero-brand__tag--places {
    top: 37%;
    left: 30%;
}

.hero-brand__tag--dynasties {
    top: 49%;
    left: 12%;
    background: #4c74a7;
    color: rgba(251, 248, 246, 1);
}

.hero-brand__tag--relations {
    top: 46%;
    left: 47%;
}

.hero-brand__tag--people {
    top: 20%;
    right: 17%;
}

.hero-brand__tag--maps {
    top: 47%;
    right: 10%;
    background: #4c74a7;
    color: rgba(251, 248, 246, 1);
}

.hero-brand__tag--tree {
    top: 68%;
    left: 48%;
    transform: translateX(-50%);
}

.hero-brand__footer {

    padding: 20px 0;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
}

.hero-brand__footer_container {
    border-top: 1px solid rgba(251, 248, 246, 0.4);
}

.hero-brand__footer-left {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: rgba(251, 248, 246, 1);
}

.hero-brand__footer-right {
    display: flex;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.hero-brand__link {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: rgba(251, 248, 246, 1);
    text-decoration: none;
}

.hero-brand__link:hover {
    opacity: 0.85;
}


/* ELEMENTS  */
.header__lang {
    position: relative;
}

.lang__current {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 10px;
}

.lang__menu {
    position: absolute;
    top: 120%;
    left: 0;

    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;

    padding: 6px 0;
    /* min-width: 120px; */

    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.lang__menu li {
    padding: 8px 12px;
    cursor: pointer;
}

.lang__menu li:hover {
    background: #f5f5f5;
}

/* открытое состояние */
.header__lang.active .lang__menu {
    display: block;
    z-index: 3;
}

.header__burger {
    width: 32px;
    display: none;
    height: 22px;
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 200;
}

.header__burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #173154;
    transition: all 0.3s ease;
}

.header__burger span:nth-child(1) {
    top: 0;
}

.header__burger span:nth-child(2) {
    top: 10px;
}

.header__burger span:nth-child(3) {
    top: 20px;
}

.header__burger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}

.header__burger.active span:nth-child(2) {
    opacity: 0;
}

.features__nav-mobile {
    display: none;
}

.header__burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background: #fff;
    z-index: 100;
    padding: 80px 20px;
    transition: 0.3s;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu__nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile-menu__item {
    font-size: 20px;
    max-width: 200px;
    justify-content: space-between;
    display: flex;
    text-align: left;
    cursor: pointer;
}

@keyframes fadeCards {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1440px) {
    .container {
        width: 100%;
        max-width: none;
        margin-inline: auto;
        padding-inline: clamp(16px, 4vw, 60px);
    }
}

@media (max-width: 1330px) {
    .about-program__info {
        right: 16px;
    }

    .features__inner {
        display: grid;
        grid-template-columns: none;
        gap: 20px;
        align-items: start;
        grid-auto-flow: column;
        justify-content: start;
    }
}

@media (max-width: 1160px) {
    .header__nav {
        display: none;
    }

    .features__map {
        height: 740px;
    }

    .usage-terms__title {
        font-size: 80px;
    }

    .subscribe__form-block {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .usage-card__title {
        font-size: 30px;
    }

    .usage-card {
        align-items: center;
    }

    .usage-card__image {
        max-width: 160px;
    }

    .history__title {
        font-size: 80px;
    }

    .history__inner {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .features__inner {
        display: grid;
        grid-template-columns: minmax(320px, 1fr) minmax(320px, 519px);
    }

    .planet {
        display: none;
    }

    .header__burger {
        display: block;
    }

    .about-program__info {
        right: -26px;
        bottom: 0;
    }

    .header__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header__left {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .header__search input {
        display: none;
    }

    .header__search {
        width: 36px;
        height: 36px;
        border: none;
        display: flex;
        padding: 0;
        align-items: center;
        justify-content: center;
    }

}

@media (max-width: 1100px) {
    .hero-brand__scene {
        min-height: 560px;
        padding: 70px 0 90px;
    }

    .container {
        width: 100%;
        max-width: none;
        margin-inline: auto;
        padding-inline: clamp(16px, 1vw, 60px);
    }

    .about-program__info {
        right: 14px;
    }

    .hero-brand__title {
        font-size: clamp(82px, 24vw, 190px);
    }

    .hero-brand__tag {
        font-size: 20px;
        padding: 9px 24px;
    }

    .hero-brand__tag--events {
        top: 10%;
        left: 8%;
    }

    .hero-brand__tag--places {
        top: 38%;
        left: 9%;
    }

    .hero-brand__tag--dynasties {
        top: 22%;
        left: 30%;
    }

    .hero-brand__tag--relations {
        top: 14%;
        right: 2%;
        left: auto;
    }

    .hero-brand__tag--people {
        top: 52%;
        right: 24%;
    }

    .hero-brand__tag--maps {
        top: 70%;
        right: 18%;
    }

    .hero-brand__tag--tree {
        top: 82%;
        left: 35%;
        transform: none;
    }

    .hero-brand__footer-right {
        gap: 28px;
    }
}

@media (max-width: 1026px) {
    .features__inner {
        display: flex;
        flex-direction: column-reverse;
    }

    .features__content {
        width: 100%;
    }

    .features__title span {
        display: block;
        font-weight: 500;
        font-size: 80px;
    }

    .features__map {
        height: 496px;
    }

    .features__media {
        min-width: 0;
        width: 100%;
    }

    .hero-brand__footer-right {
        display: flex;
        align-items: flex-end;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: flex-end;
        flex-direction: column;
    }

    .hero-brand__footer {
        align-items: end;
    }

    .about-program__info {
        right: -11px;
    }

    .history {
        padding-top: 100px;
    }

    .history {
        padding-bottom: 85px;
    }
}

@media (max-width: 990px) {
    .features__inner {
        grid-template-columns: 1fr;
    }

    .features__map {
        aspect-ratio: 1 / 0.72;
    }

    .about-program__subtitle {
        font-size: 24px;

    }

    .about-program {
        background-color: rgba(251, 248, 246, 0.5);
    }

    .about-program__text {

        font-size: 14px;
    }

    .about-program__info {
        gap: 20px;
    }

    .usage-terms__title {
        padding-bottom: 35px;
    }


}

@media (max-width: 932px) {
    .about-program__content {
        display: flex;
        width: 100%;
        gap: 40px;
        grid-template-columns: 1fr 420px;
        align-items: flex-start;
        column-gap: 40px;
        flex-direction: column;
    }

    .usage-card__text {
        font-size: 16px;
    }

    .usage-card__content {
        gap: 9px;
        width: 100%;
    }

    .usage-card {
        border-radius: 25px;
        padding: 45px 30px;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .usage-container {
        background-color: rgba(13, 36, 63, 1);
        padding: 60px 0;
    }

    .about-program__info {
        max-width: 541px;
        align-self: start;
        display: flex;
        gap: 20px;
        position: relative;
        flex-direction: column;
        align-items: flex-start;
    }

    .history__text {
        font-size: 24px;
    }
}

@media (max-width: 900px) {
    .subscribe__main {
        grid-template-columns: 1fr;
    }

    .subscribe__arrow {
        background-image: url("img/subscribe-arrow1.png");
    }

    .subscribe__arrow {
        width: 320px;
        height: 235px;
    }

    .subscribe__form {
        max-width: 100%;
        gap: 0;
    }

    .usage-terms__inner {
        margin: 100px 0 0;
    }

    .subscribe__footer {
        display: flex;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 38px;
        margin-top: 20px;
        max-width: 936px;
        grid-auto-flow: column;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .subscribe__title {
        font-size: 80px;
    }

    .subscribe__main {
        gap: 0;
    }

    .subscribe__footer {
        grid-template-columns: 1fr;
        justify-items: start;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-brand {
        padding-top: 20px;
    }

    .hero-brand__inner {
        min-height: 100svh;
    }

    .hero-brand__scene {
        min-height: 520px;
        padding: 50px 0 70px;
        align-items: center;
    }

    .hero-brand__title {
        font-size: clamp(72px, 24vw, 140px);
        line-height: 0.9;
    }

    .hero-brand__tag {
        font-size: 16px;
        padding: 8px 20px;
    }

    .hero-brand__tag--events {
        top: 12%;
        left: 7%;
    }

    .hero-brand__tag--dynasties {
        top: 1%;
        left: 54%;
        transform: translateX(-50%);
    }

    .hero-brand__tag--relations {
        top: 24%;
        right: 4%;
    }

    .hero-brand__tag--places {
        top: 45%;
        left: 6%;
    }

    .hero-brand__tag--people {
        top: 58%;
        right: 6%;
    }

    .hero-brand__tag--tree {
        top: 68%;
        left: 20%;
    }

    .hero-brand__tag--maps {
        top: 82%;
        left: 40%;
        right: auto;
    }

    .hero-brand__footer {
        display: flex;
        grid-template-columns: 1fr;
        align-items: flex-end;
        gap: 14px;
        padding: 14px 0 18px;
        justify-content: space-between;
    }

    .hero-brand__footer-right {
        justify-content: flex-start;
        gap: 16px;
        flex-direction: column;
        align-items: flex-start;
    }

    .usage-card__title {
        font-size: 24px;
    }

    .about-program {
        padding: 24px 0 40px;
    }

    .features__cards {
        gap: 14px;
    }

    .usage-card {
        padding: 45px 15px;


    }

    .usage-terms__cards {
        gap: 13px;
    }

    .about-program__title {
        font-size: clamp(64px, 25vw, 140px);
        line-height: 0.9;
    }

    .about-program__info {
        max-width: 100%;
        padding-bottom: 0;
    }

    /* .about-program__subtitle {
        margin-bottom: 12px;
        font-size: 26px;
    } */

    .about-program__text {
        font-size: 16px;

    }

    .hero-brand__footer-right {
        display: flex;
        align-items: flex-start;
        max-width: 255px;
    }

}


@media (max-width: 700px) {
    .subscribe {
        padding: 32px 0;
    }

    .subscribe__arrow {
        margin: 0;
        transform: translateY(-77px);
    }

    .subscribe__text {
        font-size: 18px;

    }

    .feature-card__icon img {
        width: 56px;
        height: 33px;
    }

    .subscribe__icon {
        width: 60px;
        height: 60px;
    }

    .subscribe__icon img {
        width: 26px;
        height: 26px;
    }

    .subscribe__btn {
        width: 100%;
        min-width: 0;
    }



    .features__title {
        font-size: clamp(36px, 10vw, 58px);
    }

    .feature-card__head {
        padding: 18px;
    }

    .feature-card__left {
        gap: 14px;
    }

    .feature-card__icon {
        width: 60px;
        height: 60px;
    }

    .feature-card__icon svg {
        width: 28px;
        height: 28px;
    }

    .feature-card__title {
        font-size: 17px;
    }

    .feature-card__body-content {
        padding: 0 18px 18px 18px;
        flex-direction: column;
        align-items: flex-start;
    }

    .feature-card__text {
        max-width: 100%;
        font-size: 15px;
    }

    .feature-card__btn {
        width: 100%;
        min-width: 0;
    }

    .feature-card__btn:hover {
        background-color: rgba(62, 98, 140, 1);
        transition: 0.5s ease;
    }

    .about-program__inner {
        position: relative;
        padding-top: 60px;
    }
}

@media (max-width: 684px) {
    .features__nav-desc {
        display: none;
    }

    .usage-card__image {
        max-width: 100px;
    }

    .features__nav-mobile {
        display: block;
        display: flex;
        padding-top: 20px;
        align-items: center;
        justify-content: center;
    }

    .subscribe__text {
        max-width: 287px;
        font-size: 14px;
    }

}

@media (max-width: 600px) {
    .usage-card {

        display: flex;
        flex-direction: row-reverse;

    }

    .about-program__info {
        gap: 10px;
    }

    .usage-terms__cards {

        grid-template-columns: repeat(1, 1fr);

    }

    .about-program__content {
        gap: 25px;
    }

    .about-program {
        padding: 24px 0 80px;
    }

    .feature-card__title {
        font-size: 18px;
    }

    .feature-card__icon {
        width: 50px;
        height: 50px;
    }

    .feature-card__text {
        max-width: 100%;
        font-size: 14px;
    }



    .features__title span {

        font-size: 54px;
    }

    .usage-terms__title {
        font-size: 54px;
    }

    .usage-card__title {
        font-size: 32px;
    }

    .usage-card {
        padding: 15px;
    }

    .history__title {
        font-size: 54px;
    }

    .history {
        padding-top: 85px;
    }

    .history__text {
        font-size: 18px;
    }

    .history__inner {

        gap: 30px;
    }

    .subscribe__footer {
        justify-items: start;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .subscribe__icon {
        width: 69px;
        height: 69px;
    }

    .subscribe__icon img {
        width: 51px;
        height: 50px;
    }
}

@media (max-width: 548px) {
    .subscribe__arrow {
        background-image: url("img/subscribe-arrow2.png");
        width: 213px;
        transform: translateY(-23px);
    }

    .subscribe__title {
        font-size: 54px;
    }
}



@media (max-width: 480px) {
    .hero-brand__scene {
        min-height: 480px;
        padding: 44px 0 60px;
    }

    .subscribe__arrow {
        margin: 0;
        transform: translateY(-77px);
    }

    .usage-card__text {
        font-size: 14px;
    }

    .hero-brand__title {
        font-size: clamp(60px, 24vw, 110px);
    }

    .features__arrow img {
        height: 12px;
    }

    .usage-card {

        gap: 10px;
    }

    .subscribe__text {
        max-width: 203px;
    }

    .features__arrow {
        width: 40px;
        height: 40px;
    }

    .features__map {
        height: 254px;
    }

    .hero-brand__tag {
        font-size: 14px;
        padding: 8px 18px;
    }

    .hero-brand__tag--events {
        top: 14%;
        left: 12%;
    }

    .hero-brand__tag--dynasties {
        top: -1%;
        left: 69%;
    }

    .hero-brand__tag--relations {
        top: 28%;
        right: 4%;
    }

    .hero-brand__tag--places {
        top: 49%;
        left: 11%;
    }

    .hero-brand__tag--people {
        top: 63%;
        right: 4%;
    }

    .hero-brand__tag--tree {
        top: 75%;
        left: 20%;
    }

    .hero-brand__tag--maps {
        top: 87%;
        left: 39%;
    }

    .hero-brand__footer-left,
    .hero-brand__link {
        font-size: 14px;
    }
}

@media (max-width: 410px) {
    .subscribe__arrow {
        margin: 0;
        transform: translateY(-21px);
    }
}