.studio__content {
    padding: 120px 0 90px;
}

.studio__content .container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
}

.studio__content--text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 57%;
}

.studio__content--text h1 {
    font-family: var(--third-family);
    font-size: 64px;
    font-weight: 400;
    line-height: 120%;
    color: var(--text-color);
}

.studio__content--text p {
    font-family: var(--font-family);
    font-size: 26px;
    line-height: 120%;
    color: var(--primary-color);
}

.studio__content--btn {
    align-self: flex-start;
}

.studio__content--images {
    position: relative;
    flex: 0 1 485px;
    aspect-ratio: 485 / 470;
    max-width: 485px;
    width: 100%;
}

.studio__content--image {
    display: block;
    height: auto;
    box-shadow: 2px 4px 8px 0 rgba(42, 0, 74, 0.25);
}

.studio__content--image.top {
    width: 59%;
}

.studio__content--image.bottom {
    position: absolute;
    top: 28.9%;
    left: 38.1%;
    rotate: 7deg;
    width: 59%;
}

.truth {
    padding: 90px 0;
}

.truth .container {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.truth__text {
    font-family: var(--font3);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    text-align: right;
    color: var(--text-color);
    max-width: 945px;
}

.truth .container svg {
    height: auto;
}

.truth__text span {
    color: var(--secondary-color);
    position: relative;
}

.choice {
    padding: 90px 0;
}

.choice .container {
    align-items: center;
}

.choice__title {
    position: relative;
    font-family: var(--third-family);
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: var(--text-color);
    margin-bottom: 20px;
}

.choice p {
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: var(--text-color);
    max-width: 926px;
    margin-bottom: 30px;
}

.choice__images {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    max-width: 1200px;
    margin: 0 auto;
    aspect-ratio: 1200 / 544;
}

.choice__image {
    position: absolute;
}

.choice__image:first-child {
    width: 38%;
    aspect-ratio: 456 / 555;
    left: -3%;
    top: 0;
    transform: rotate(-7deg);
}

.choice__image:nth-child(2) {
    width: 34%;
    aspect-ratio: 398 / 484;
    left: 50%;
    top: 9%;
    transform: translateX(-50%);
}

.choice__image:nth-child(3) {
    width: 34%;
    aspect-ratio: 398 / 484;
    right: -2%;
    top: 0;
    transform: rotate(7deg);
}

.mmfs {
    padding: 210px 0 270px 0;
}

.mmfs .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mmfs__text {
    font-family: var(--font3);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: var(--text-color);
}

.mmfs .container svg {
    position: absolute;
    right: -8%;
    top: 70%;
    transform: translateY(-50%);
    z-index: -1;
}

.reviews {
    padding: 90px 0;
}

.reviews .container {
    align-items: center;
    gap: 25px;
}

.reviews__title {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: var(--text-color);
}

.reviews__blocks {
    display: flex;
    justify-content: flex-start;
    gap: 7px;
    width: 100%;
}

.reviews__block {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
}

.reviews__block.left {
    flex: 0 1 clamp(240px, 32vw, 383px);
}

.reviews__block.middle {
    flex: 0 1 clamp(240px, 33vw, 389px);
}

.reviews__block.right {
    flex: 0 1 clamp(240px, 34vw, 412px);
}

.reviews__block-image {
    border-radius: 6px;
    width: 100%;
    box-shadow: none;
    min-height: 0 !important;
}

.reviews__block.left .reviews__block-image:nth-child(1) {
    aspect-ratio: 383 / 219;
}

.reviews__block.left .reviews__block-image:nth-child(2) {
    aspect-ratio: 383 / 128;
}

.reviews__block.left .reviews__block-image:nth-child(3) {
    aspect-ratio: 383 / 128;
}

.reviews__block.left .reviews__block-image:nth-child(4) {
    aspect-ratio: 383 / 150;
}

.reviews__block.middle .reviews__block-image:nth-child(1) {
    aspect-ratio: 389 / 186;
}

.reviews__block.middle .reviews__block-image:nth-child(2) {
    aspect-ratio: 389 / 171;
}

.reviews__block.middle .reviews__block-image:nth-child(3) {
    aspect-ratio: 389 / 209;
}

.reviews__block.right .reviews__block-image:nth-child(1) {
    aspect-ratio: 412 / 157;
}

.reviews__block.right .reviews__block-image:nth-child(2) {
    aspect-ratio: 412 / 169;
}

.reviews__block.right .reviews__block-image:nth-child(3) {
    aspect-ratio: 412 / 198;
}

.reviews__social {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    color: var(--text-color);
}

.reviews__social a {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--primary-color);
}

.contact {
    padding: 90px 0 180px 0;
}

.contact .container {
    flex-direction: row;
    gap: 40px;
}

.contact .container>svg {
    position: absolute;
    right: -8%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    height: auto;
}

.contact__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.contact__title {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: var(--text-color);
    position: relative;
}

.contact__subtitle {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: var(--primary-color);
}

.contact__address {
    margin-top: -10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-color);
}

.contact__content a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-color);
    text-decoration: none;
}

.contact__map {
    position: relative;
    width: 70%;
}

.contact__map iframe {
    max-width: 100%;
}

.contact__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-color);
}

.contact .video__button {
    rotate: 0deg;
    left: auto;
    right: 40px;
    bottom: -40px;
    transform: translateX(100%);
}

.contact .video__button-text {
    padding-top: 0;
}

.contact .video__button-text svg {
    transform: scaleX(-1);
    left: -25px;
    bottom: -35px;
}

.key {
    padding: 90px 0;
}

.key .container {
    flex-direction: row;
    gap: 70px;
    align-items: flex-start;
}

.key__left {
    flex: 0 1 460px;
    width: 100%;
    min-height: 0;
    aspect-ratio: 460 / 560;
}

.key__image {
    rotate: -7deg;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

.key_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    max-width: 59%;
}

.key__title-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.key__title,
.key__subtitle {
    position: relative;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: var(--text-color);
}

.key__title-block.ru .key__title {
    text-transform: lowercase;
}

.key__title-block.ee .key__subtitle {
    text-transform: lowercase;
}

.key__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-color);
}

.key_content ul,
.key_content ol {
    padding-left: 30px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-color);
}

.key_content ul li::marker,
.key_content ol li::marker {
    font-size: 13px;
}

.key__buttons {
    display: flex;
    gap: 10px;
}

/* Стили для первого попапа (список форматов) */
.formats-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.formats-popup.active {
    opacity: 1;
    visibility: visible;
}

.formats-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 0, 74, 0.2);
    cursor: pointer;
}

.formats-popup__content {
    position: relative;
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    background: var(--background-color);
    padding: 40px;
    z-index: 10000;
    animation: popupSlideIn 0.4s ease;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
}

.formats-popup__title {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    color: var(--text-color);
    position: relative;
    margin-bottom: 20px;
}

.formats-popup__title.titleBG::before {
    top: 45px;
}

@keyframes popupSlideIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.formats-popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    z-index: 10001;
}

.formats-popup__close:hover {
    transform: scale(1.1);
}

.formats-popup__close svg path {
    stroke: var(--primary-color);
}

.formats-popup__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
}

.format-button {
    width: 100%;
    align-self: flex-start;
    border: 1px solid var(--primary-color);
    padding: 18px 24px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: var(--primary-color);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.format-button:hover {
    background: var(--secondary-color);
    color: var(--white);
}

.formats-popup__empty {
    text-align: center;
    color: var(--text-color);
    font-family: var(--font-family);
    font-size: 18px;
    padding: 40px 20px;
}

/* Стили для второго попапа (детальная информация) */
.format-detail-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.format-detail-popup.active {
    opacity: 1;
    visibility: visible;
}

.format-detail-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.format-detail-popup__content {
    position: relative;
    width: 90%;
    max-width: 860px;
    max-height: 85vh;
    background: var(--background-color);
    padding: 50px 40px 40px;
    z-index: 11000;
    animation: popupSlideIn 0.4s ease;
    overflow-y: auto;
    border-radius: 8px;
}

.format-detail-popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    z-index: 11001;
}

.format-detail-popup__close:hover {
    transform: scale(1.1);
}

.format-detail-popup__close svg path {
    stroke: var(--primary-color);
}

.format-detail-popup__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.format-detail-popup__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.format-detail-popup__body p,
.format-detail-popup__body ul,
.format-detail-popup__body ol {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--text-color);
}

.format-detail-popup__body ul,
.format-detail-popup__body ol {
    padding-left: 30px;
}

.format-detail-popup__body ul li::marker,
.format-detail-popup__body ol li::marker {
    list-style-type: circle !important;
    font-size: 13px;
}

.format-detail-popup__title {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    color: var(--text-color);
    position: relative;
}

.format-detail-popup__title.titleBG::before {
    top: 40px;
}

@media screen and (max-width: 1279px) {

    .truth,
    .choice,
    .reviews,
    .key {
        padding: 70px 0;
    }

    .contact {
        padding: 70px 0 140px;
    }

    .studio__content--text h1 {
        font-size: 50px;
    }

    .studio__content--text p {
        font-size: 21px;
    }

    .studio__content {
        padding: 60px 0 70px;
    }

    .truth {
        padding: 70px 0;
    }

    .truth__text {
        font-size: 36px;
        max-width: 730px;
    }

    .choice__title {
        font-size: 36px;
    }

    .choice p {
        font-size: 16px;
        max-width: 770px;
    }

    .choice__image:first-child {
        width: 35%;
        left: 0;
    }

    .choice__image:nth-child(3) {
        width: 33%;
        right: 0%;
    }

    .choice__image:nth-child(2) {
        width: 32%;
    }

    .reviews__title {
        font-size: 36px;
    }

    .reviews__social {
        font-size: 22px;
    }

    .reviews__social a {
        font-size: 26px;
    }

    .contact__title {
        font-size: 36px;
    }

    .contact__subtitle {
        font-size: 24px;
    }

    .contact__address,
    .contact__content a,
    .contact__text {
        font-size: 16px;
    }

    .contact__map iframe {
        height: 350px;
    }

    .contact .container>svg {
        width: 30%;
    }

    .key__title,
    .key__subtitle {
        font-size: 36px;
    }

    .key__text,
    .key_content ul,
    .key_content ol {
        font-size: 16px;
    }

    .key .container {
        gap: 45px;
    }

    .formats-popup__title,
    .format-detail-popup__title {
        font-size: 50px;
    }

    .format-detail-popup__body p,
    .format-detail-popup__body ul,
    .format-detail-popup__body ol {
        font-size: 16px;
    }

    .format-button {
        font-size: 14px;
    }
}

@media screen and (max-width: 1023px) {

    .truth,
    .choice,
    .reviews,
    .key {
        padding: 60px 0;
    }

    .key__text,
    .key_content ul,
    .key_content ol {
        font-size: 14px;
    }

    .contact {
        padding: 60px 0 120px;
    }

    .studio__content--text h1 {
        font-size: 46px;
    }

    .studio__content--text p {
        font-size: 18px;
    }

    .studio__content--text {
        max-width: 54%;
    }

    .studio__content .container {
        gap: 30px;
    }

    .choice p {
        font-size: 14px;
        max-width: 675px;
    }

    .reviews__social {
        font-size: 18px;
    }

    .reviews__social a {
        font-size: 22px;
    }

    .contact__address,
    .contact__content a,
    .contact__text {
        font-size: 14px;
    }

    .contact__map iframe {
        height: 300px;
    }

    .contact .container>svg {
        width: 25%;
    }

    .contact .container {
        gap: 30px;
    }

    .formats-popup__title,
    .format-detail-popup__title {
        font-size: 46px;
    }

    .format-detail-popup__body p,
    .format-detail-popup__body ul,
    .format-detail-popup__body ol {
        font-size: 14px;
    }

    .format-button {
        font-size: 12px;
    }

    .formats-popup__title.titleBG::before,
    .format-detail-popup__title.titleBG::before {
        top: 25px;
    }
}

@media screen and (max-width: 959px) {
    .studio__content--text h1 {
        font-size: 36px;
    }

    .studio__content--text p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .studio__content {
        padding: 40px 0 30px;
    }

    .truth .container {
        gap: 30px;
    }

    .truth__text {
        font-size: 28px;
        max-width: 560px;
    }

    .choice__title {
        font-size: 30px;
    }

    .choice p {
        font-size: 12px;
        max-width: 580px;
    }

    .reviews__title {
        font-size: 30px;
    }

    .reviews .container {
        gap: 15px;
    }

    .reviews__social {
        font-size: 16px;
    }

    .reviews__social a {
        font-size: 20px;
    }

    .contact__title {
        font-size: 30px;
    }

    .contact__subtitle {
        font-size: 20px;
    }

    .contact__address,
    .contact__content a,
    .contact__text {
        font-size: 12px;
    }

    .contact__map iframe {
        height: 300px;
    }

    .contact__map {
        width: 80%;
    }

    .key__title,
    .key__subtitle {
        font-size: 28px;
    }

    .key__text,
    .key_content ul,
    .key_content ol {
        font-size: 12px;
    }

    .key__left {
        flex: 0 1 auto;
    }

    .key__image {
        height: 97%;
    }

    .formats-popup__title,
    .format-detail-popup__title {
        font-size: 36px;
    }

    .format-detail-popup__body p,
    .format-detail-popup__body ul,
    .format-detail-popup__body ol {
        font-size: 12px;
    }

    .format-button {
        font-size: 10px;
    }

    .formats-popup__title.titleBG::before,
    .format-detail-popup__title.titleBG::before {
        top: 20px;
    }
}

@media screen and (max-width: 825px) {
    .key__content {
        gap: 15px;
        max-width: 410px;
    }

    .key .container {
        gap: 30px;
    }

    .key__image {
        height: 97%;
    }
}

@media screen and (max-width: 767px) {

    .truth,
    .choice,
    .reviews,
    .key {
        padding: 40px 0;
    }

    .contact {
        padding: 40px 0 100px;
    }

    .studio__content {
        padding: 20px 0 40px;
    }

    .studio__content--images {
        max-width: 90%;
    }

    .studio__content .container {
        flex-direction: column;
        align-items: center;
    }

    .studio__content--text {
        max-width: 100%;
        order: 2;
    }

    .studio__content--text {
        align-items: center;
    }

    .studio__content--text h1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 40px;
        text-align: center;
    }

    .studio__content--btn {
        align-self: center;
    }

    .studio__content--text p {
        font-size: 18px;
        max-width: 100%;
        text-align: center;
    }

    .truth__text {
        font-size: 24px;
        max-width: 485px;
    }

    .truth .container svg {
        width: 20%;
        height: auto;
        margin-right: -75px;
    }

    .choice p {
        font-size: 14px;
        max-width: 100%;
    }

    .choice__images {
        width: 96%;
    }

    .reviews .container {
        gap: 25px;
    }

    .reviews__blocks {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .reviews__block.left {
        flex: 0 0 auto;
        width: 253px;
    }

    .reviews__block.middle {
        flex: 0 0 auto;
        width: 257px;
    }

    .reviews__block.right {
        flex: 0 0 auto;
        width: 272px;
    }

    .reviews__social {
        font-size: 18px;
        text-align: center;
    }

    .contact .container {
        flex-direction: column;
    }

    .contact__map {
        order: 2;
        width: 100%;
    }

    .contact__content {
        align-items: center;
    }

    .contact__subtitle {
        font-size: 18px;
    }

    .contact__address,
    .contact__content a,
    .contact__text {
        font-size: 14px;
        text-align: center;
    }

    .contact .container {
        gap: 20px;
    }

    .contact .container>svg {
        display: none;
    }

    .contact__map .video__button {
        right: auto;
        left: 0;
        bottom: -14%;
        transform: none;
    }

    .contact__map .video__button .video__button-text {
        max-width: 155px;
        text-align: center;
        bottom: -13px;
    }

    .contact__map iframe {
        height: 260px;
    }

    .contact .video__button-text svg {
        bottom: -14px;
    }

    .key .container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .key__left {
        flex: 0 1 auto;
        max-width: 60%;
    }

    .key__content {
        max-width: 100%;
        align-items: center;
        gap: 25px;
    }

    .key__title-block {
        align-items: center;
    }

    .key__image {
        height: 100%;
    }

    .key__title,
    .key__subtitle {
        text-align: center;
        font-size: 30px;
    }

    .key__text,
    .key_content ul,
    .key_content ol {
        font-size: 14px;
    }

    .key__buttons {
        flex-direction: column;
        width: 100%;
    }

    .key__title-block {
        align-self: center;
    }

    .key_content {
        max-width: 75%;
    }

    .format-detail-popup__body {
        align-items: center;
    }

    .formats-popup__title,
    .format-detail-popup__title {
        text-align: center;
    }

    .format-detail-popup__body p,
    .format-detail-popup__body ul,
    .format-detail-popup__body ol {
        font-size: 14px;
    }

    .format-detail-popup__body ul,
    .format-detail-popup__body ol {
        list-style-position: inside;
        padding-left: 0;
    }

    .format-button,
    .format-detail-popup__text a {
        font-size: 14px !important;
        padding: 18px 20px;
        width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .studio__content--images {
        flex: 0 1 auto;
        max-width: 100%;
    }

    .studio__content .container {
        gap: 20px;
    }

    .studio__content--btn {
        width: 100%;
    }

    .studio__content--btn {
        padding: 18px 25px !important;
    }

    .truth .container {
        padding-top: 55px;
    }

    .truth .container svg {
        margin-right: -75px;
        margin-top: -55px;
    }

    .truth__text {
        font-size: 24px;
        max-width: 365px;
    }

    .contact__map .video__button {
        bottom: -9%;
    }

    .key__left {
        max-width: 86%;
    }

    .key_content {
        max-width: 100%;
    }

    .format-button {
        width: 100%;
    }

    .format-detail-popup__content {
        padding: 40px 25px;
    }

    .formats-popup__title,
    .format-detail-popup__title {
        font-size: 30px;
    }
}

@media screen and (max-width: 474px) {
    .studio__content--text h1 {
        max-width: 355px;
    }

    .truth__text {
        max-width: 85%;
    }
}

@media screen and (max-width: 424px) {
    .studio__content--text h1 {
        font-size: 38px;
    }
}

@media screen and (max-width: 374px) {
    .studio__content--text h1 {
        font-size: 34px;
        max-width: 335px;
    }

    .studio__content--text p {
        font-size: 16px;
    }

    .truth .container {
        padding-top: 55px;
    }

    .truth .container svg {
        margin-right: -75px;
        margin-top: -55px;
    }

    .truth__text {
        font-size: 18px;
    }

    .choice__title {
        font-size: 26px;
    }

    .choice p {
        font-size: 12px;
    }

    .reviews .container {
        gap: 20px;
    }

    .reviews__title {
        font-size: 26px;
    }

    .reviews__social {
        font-size: 16px;
    }

    .reviews__social a {
        font-size: 18px;
    }

    .contact__title {
        font-size: 26px;
    }

    .contact__content {
        gap: 15px;
    }

    .contact__address,
    .contact__content a,
    .contact__text {
        font-size: 12px;
    }

    .contact__subtitle {
        font-size: 16px;
    }

    .key__title,
    .key__subtitle {
        font-size: 26px;
    }

    .key__text,
    .key_content ul,
    .key_content ol {
        font-size: 12px;
    }

    .key__content {
        gap: 20px;
    }

    .format-detail-popup__body p,
    .format-detail-popup__body ul,
    .format-detail-popup__body ol {
        font-size: 12px;
    }

    .formats-popup__title,
    .format-detail-popup__title {
        font-size: 26px;
    }
}