/* =============================================
   SEO-контентные блоки (howwork, advantages, faq, compare, examples)
   Источник стилей: ai-voice-cloning/css/upscale.css + cloning_table.css
   ============================================= */

/* === Обёртка SEO-контента: ширина = центральный блок === */
.seo-content {
    width: calc(73% - 326px);
    margin-left: calc(294px + (100% - 294px - (73% - 326px) - 27%) / 2);
    padding: 0 0 40px;
    box-sizing: border-box;
}
/* === Full-width neural background wrapper === */
.neural-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.neural-wrap > #neural-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}
.neural-wrap > .seo-content {
    position: relative;
    z-index: 1;
}
@media (max-width: 1200px) {
    .seo-content {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 768px) {
    .seo-content {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 16px 30px;
    }
}

/* === Consistent spacing between sections === */
.seo-content > section {
    display: inline-block;
    width: 100%;
}
.seo-content > section:first-child {
    padding-top: 50px;
}
.seo-content > section + section {
    padding-top: 50px;
}

/* === How it works === */
.display__item__howwork {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
.display__item__howwork-title {
    width: 100%;
    height: auto;
    float: left;
    font-size: 22px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 20px;
}
.display__item__howwork p {
    font-size: 16px;
    color: #c9d3e0;
    text-align: center;
    width: 100%;
}
.display__item__howwork__box {
    width: 31%;
    height: auto;
    background-color: #2E3640;
    border: 1px solid #39424B;
    border-radius: 20px;
    margin: 30px 0 0 0;
    padding: 20px 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.display__item__howwork__box-icon {
    width: 70px;
    height: 70px;
    background-color: #2B5278;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.display__item__howwork__box-icon img {
    width: 32px;
    height: 32px;
}
.hw-icon-document { background-image: url("../images/icon/hw-document.svg"); }
.hw-icon-microphone { background-image: url("../images/icon/hw-microphone.svg"); }
.hw-icon-download { background-image: url("../images/icon/hw-download.svg"); }
.hw-icon-video { background-image: url("../images/icon/hw-video.svg"); }
.hw-icon-headphones { background-image: url("../images/icon/hw-headphones.svg"); }
.hw-icon-education { background-image: url("../images/icon/hw-education.svg"); }
.hw-icon-chart { background-image: url("../images/icon/hw-chart.svg"); }
.hw-icon-phone { background-image: url("../images/icon/hw-phone.svg"); }
.hw-icon-share { background-image: url("../images/icon/hw-share.svg"); }
.display__item__howwork__box h3 {
    width: 100%;
    height: auto;
    min-height: 40px;
    float: left;
    font-size: 18px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    margin: 20px 0 0;
}
.display__item__howwork__box p {
    width: 100%;
    height: auto;
    min-height: 108px;
    float: left;
    text-align: center;
    color: #c9d3e0;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 0 0;
}
.display__item__howwork__box span {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #727a83;
    font-size: 14px;
    line-height: 18px;
    margin: 20px 0 0 0;
    font-family: 'Avenir Next Cyr Medium';
}

/* === Neural background section === */
/* (canvas is now inside .seo-content, styles above) */

/* === Advantages === */
.display__item__advantages {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #21272E;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
}
.display__item__advantages-title {
    width: 100%;
    height: auto;
    float: left;
    font-size: 22px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #4BA0FF;
    margin: 0 0 8px;
}
.display__item__advantages__row {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
.display__item__advantages__item {
    width: 48%;
    height: auto;
}

/* === Advantage cards (premium design) === */
.adv-card {
    background: linear-gradient(145deg, #2E3640 0%, #262D36 100%);
    border: 1px solid rgba(57, 66, 75, 0.6);
    border-radius: 16px;
    padding: 24px 20px 20px;
    box-sizing: border-box;
    position: relative;
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.adv-card:hover {
    border-color: rgba(78, 158, 255, 0.35);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(78, 158, 255, 0.1);
}
.adv-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.adv-card__icon::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 50%);
    pointer-events: none;
}
.adv-card__icon-img {
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.display__item__advantages__item-title {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.display__item__advantages__item ul {
    width: 100%;
    height: auto;
    float: left;
}
.display__item__advantages__item ul > li {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    color: #c9d3e0;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 0 0;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    position: relative;
}
/* === Unified list markers — colored chevrons per card === */
.adv-card ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--adv-accent);
    border-bottom: 2px solid var(--adv-accent);
    transform: rotate(-45deg);
    opacity: 0.7;
}
.adv-card:nth-child(1) { --adv-accent: #4e9eff; }
.adv-card:nth-child(2) { --adv-accent: #ffa64e; }
.adv-card:nth-child(3) { --adv-accent: #4effa6; }
.adv-card:nth-child(4) { --adv-accent: #c34eff; }
.adv-card:nth-child(5) { --adv-accent: #4ec3ff; }
.adv-card:nth-child(6) { --adv-accent: #ff4e6a; }
.display__item__advantages-description {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    color: #c9d3e0;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 0 0;
}

/* Intro: gap between H2 wrapper and advantages block */
.seo-content > section:first-child > .display__item__advantages {
    margin-top: 30px;
}

/* =========================================================
   Info-block — illustration + content (commercial & privacy)
   ========================================================= */
.info-block {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    background: #21272E;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
    margin: 30px 0 0;
}
/* Reset floats inherited from advantages-title etc inside info-block */
.info-block * {
    float: none;
}
.info-block--reverse {
    flex-direction: row-reverse;
}
.info-block__visual {
    flex-shrink: 0;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-block__visual img {
    width: 100%;
    height: auto;
}
.info-block__content {
    flex: 1;
    min-width: 0;
}
.info-block__subtitle {
    color: #9ba3ae;
    font-size: 15px;
    line-height: 22px;
    margin: 4px 0 18px;
}
.info-block__columns {
    display: flex;
    gap: 24px;
}
.info-block__col {
    flex: 1;
    min-width: 0;
}
.info-block__col-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.info-block__col-header .adv-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
}
.info-block__col-header .adv-card__icon::after {
    border-radius: 12px;
}
.info-block__col-label {
    font-size: 17px;
    font-family: 'Avenir Next Cyr Demi';
    color: #fff;
}
.info-block__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.info-block__list > li {
    color: #c9d3e0;
    font-size: 15px;
    line-height: 21px;
    padding: 5px 0 5px 18px;
    position: relative;
}
.info-block__list > li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border: 2px solid transparent;
    border-bottom-color: #4BA0FF;
    border-right-color: #4BA0FF;
    transform: rotate(-45deg);
    box-sizing: border-box;
}
.info-block__cta {
    display: inline-block;
    margin-top: 14px;
    padding: 7px 16px;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Demi';
    color: #4BA0FF;
    background: rgba(75,160,255,0.08);
    border: 1px solid rgba(75,160,255,0.25);
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.25s, border-color 0.25s;
}
.info-block__cta:hover {
    background: rgba(75,160,255,0.16);
    border-color: rgba(75,160,255,0.5);
}

/* === FAQ === */
.display__item__faq {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 30px;
}
.display__item__faq__item {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #363D46;
    border: 1px solid #4B5159;
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 0 20px;
}
.display__item__faq__item p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    padding: 20px;
    transition: .3s;
    position: relative;
    cursor: pointer;
}
.display__item__faq__item p::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("https://apihost.ru/ai-voice-cloning/images/icon/down.svg");
    right: 20px;
    top: 50%;
    transform: translate(0%, -50%);
}
.display__item__faq__item.active p {
    background-color: #40474F;
    transition: .3s;
}
.display__item__faq__item.active p::before {
    transform: translate(0%, -50%) rotate(180deg);
    transition: .3s;
}
.display__item__faq__item span {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    color: #c9d3e0;
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}
.display__item__faq__item span a {
    color: #4e9eff;
}

/* FAQ title wrapper spacing */
.display__item__faq > .display__item__howwork {
    margin-bottom: 30px;
}

/* === Compare table === */
.compare {
    margin-top: 28px;
}
.compare .compare-table-wrap {
    background: #1e2733;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,.25);
}
.compare .scroll-x {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.compare .compare-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
    color: #e6edf6;
    font-size: 16px;
}
.compare .compare-table thead th {
    background: #2b3a4b;
    color: #d62555;
    font-weight: 600;
    text-align: left;
    padding: 14px 16px;
    letter-spacing: .2px;
    border-bottom: 1px solid rgba(255,255,255,.06);
    white-space: nowrap;
}
.compare .compare-table td {
    padding: 14px 16px;
    vertical-align: top;
    border-bottom: 1px dashed rgba(255,255,255,.06);
    color: #d6deea;
}
.compare .compare-table td:first-child,
.compare .compare-table th:first-child {
    color: #9fb2c8;
    width: 22%;
}
.compare .compare-table tbody tr:nth-child(odd) td {
    background: rgba(255,255,255,.015);
}
.compare .compare-table tbody tr:hover td {
    background: rgba(63, 126, 255, .06);
}
.compare .compare-icon {
    display: inline-block;
    vertical-align: middle;
}
.compare .compare-icon--check {
    width: 15.5px;
    height: 10px;
}
.compare .compare-icon--error {
    width: 16.5px;
    height: 13px;
}
.table_capt_row {
    color: #4e9eff;
}

/* === Cloning row (table section wrapper) === */
.cloning__row {
    width: 100%;
    height: auto;
    float: left;
}
.cloning__item {
    width: 100%;
    height: auto;
    float: left;
}
.cloning__item__offers {
    width: 100%;
    height: auto;
    float: left;
}

/* === Examples (audio blocks) === */
.seo-examples .display__item__history {
    padding: 0;
}
.seo-examples .display__item__history-title {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-family: 'Avenir Next Cyr Medium';
    color: #FFFFFF;
    padding: 0 0 20px;
}
.seo-examples .display__item__history__list {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.seo-examples .display__item__history__block {
    width: 100%;
    height: auto;
    float: left;
    padding: 15.5px 16px 20px;
    box-sizing: border-box;
    border-top: 1px solid #39424b;
    transition: .4s;
}
.seo-examples .display__item__history__block:first-child {
    border-top: unset;
}
.seo-examples .display__item__history__block__audio {
    width: 100%;
    height: auto;
    float: left;
}
.seo-examples .display__item__history__block__audio__user {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.seo-examples .display__item__history__block__audio__user div:nth-child(1) {
    width: 40px;
    height: auto;
}
.seo-examples .display__item__history__block__audio__user div:nth-child(2) {
    width: calc(100% - 65px);
    height: auto;
}
.seo-examples .display__item__history__block__audio__user div > img {
    width: 45px !important;
    height: 45px;
    border-radius: 100px;
    float: left;
    object-fit: cover;
    object-position: center;
    margin: 0;
}
.seo-examples .display__item__history__block__audio__user div > p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Medium';
    color: #FFFFFF;
}
.seo-examples .display__item__history__block__audio__user div > span {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #8e99a5;
    margin: 5px 0 0 0;
}
.seo-examples .display__item__history__block__audio__player {
    width: 100%;
    height: auto;
    float: left;
    margin: 25px 0 0 0;
}
.seo-examples .display__item__history__block__audio__player p {
    width: fit-content !important;
    height: auto;
    float: left;
    font-size: 14px;
    line-height: 35px !important;
    color: #8e99a5;
}
.seo-examples .display__item__history__block__audio__player b {
    width: fit-content;
    height: auto;
    float: right;
    font-size: 14px;
    color: #8e99a5;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
    margin: 1px 0 0 0;
    justify-content: flex-end;
}
.seo-examples .display__item__history__block__audio__player b > button {
    width: 35px;
    height: 35px;
    min-width: 35px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #48525d;
    border-radius: 100px;
    background-color: #2b333c;
    background-image: url("https://apihost.ru/ai-voice-cloning/images/icon/play.svg");
    background-position: 5px;
    background-repeat: no-repeat;
    background-size: 26px 11px;
    box-sizing: border-box;
    cursor: pointer;
}
.seo-examples .display__item__history__block__audio__player b > button.active {
    background-image: url("https://apihost.ru/ai-voice-cloning/images/icon/pause.svg");
    background-position: 4px;
}
.seo-examples .display__item__history__block__audio-witget {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
}

/* === Intro paragraph styling === */
.display__item__advantages-description.intro {
    margin: 12px 0 0 0;
}

/* === Text accents (replaces <strong> for SEO safety) === */
.text-accent {
    color: #3fdede;
    font-family: 'Avenir Next Cyr Demi';
}
.text-highlight {
    color: #fff;
    font-family: 'Avenir Next Cyr Demi';
}

/* === Three-column advantages grid === */
.display__item__advantages__row--three .display__item__advantages__item {
    width: 31%;
    margin: 30px 0 0 0;
}

/* === Stats block === */
.seo-stats {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
}
.seo-stats__item {
    flex: 1;
    text-align: center;
    background: linear-gradient(135deg, #2E3640 0%, #252C35 100%);
    border: 1px solid #39424B;
    border-radius: 20px;
    padding: 30px 15px;
}
.seo-stats__number {
    display: block;
    font-size: 36px;
    font-family: 'Avenir Next Cyr Demi';
    color: #4e9eff;
    line-height: 1.2;
}
.seo-stats__label {
    display: block;
    font-size: 16px;
    color: #c9d3e0;
    margin-top: 8px;
}

/* === Callout promo block === */
.seo-callout {
    width: 100%;
    float: left;
    background: linear-gradient(135deg, #1a2940 0%, #1e3350 50%, #1a2940 100%);
    border: 1px solid #2b5278;
    border-radius: 20px;
    padding: 30px 35px;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.seo-callout::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(78,158,255,.15) 0%, transparent 70%);
    border-radius: 50%;
}
.seo-callout__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}
.seo-callout__header .adv-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    flex-shrink: 0;
}
.seo-callout__header .adv-card__icon::after {
    border-radius: 12px;
}
.seo-callout h3 {
    font-size: 18px;
    font-family: 'Avenir Next Cyr Demi';
    color: #fff;
    margin: 0;
}
.seo-callout p {
    font-size: 16px;
    color: #c9d3e0;
    line-height: 24px;
    margin: 0 0 18px;
}
.seo-callout__links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.seo-callout__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 12px;
    font-size: 15px;
    font-family: 'Avenir Next Cyr Medium';
    text-decoration: none;
    transition: background .2s, border-color .2s;
}
.seo-callout__btn-icon {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
.seo-callout__btn--primary {
    background: #4e9eff;
    color: #fff;
}
.seo-callout__btn--primary:hover {
    background: #3a8cef;
}
.seo-callout__btn--outline {
    background: transparent;
    border: 1px solid rgba(78,158,255,0.4);
    color: #4e9eff;
}
.seo-callout__btn--outline:hover {
    background: rgba(78,158,255,.1);
    border-color: rgba(78,158,255,0.7);
}
@media (max-width: 768px) {
    .seo-callout {
        padding: 24px 20px;
    }
    .seo-callout__links {
        flex-direction: column;
    }
    .seo-callout__btn {
        justify-content: center;
    }
}

/* === Badge table === */
.badge-table-wrap {
    width: 100%;
    float: left;
    margin-top: 16px;
}
.badge-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    color: #c9d3e0;
}
.badge-table td {
    padding: 10px 12px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.badge-table td:first-child {
    width: 70px;
    text-align: center;
}
.voice-badge {
    display: inline-block;
    width: 42px;
    padding: 3px 0;
    border-radius: 6px;
    font-size: 11px;
    font-family: 'Avenir Next Cyr Demi';
    letter-spacing: .5px;
    text-transform: uppercase;
    text-align: center;
}
.badge-top { background: #22c55e; color: #fff; }
.badge-pro { background: #60a5fa; color: #fff; }
.badge-hit { background: #fbbf24; color: #1a1a2e; }
.badge-hot { background: #f87171; color: #fff; }
.badge-new { background: #c084fc; color: #fff; }
.badge-hd  { background: #22d3ee; color: #1a1a2e; }

/* === Mobile === */
@media (max-width: 768px) {
    /* H2 section headings */
    .display__item__howwork-title,
    .display__item__advantages-title {
        font-size: 20px;
    }
    /* Block headings */
    .display__item__howwork__box h3,
    .display__item__advantages__item-title,
    .seo-callout h3 {
        font-size: 17px;
    }
    /* Body text */
    .display__item__howwork p,
    .display__item__howwork__box p,
    .display__item__advantages__item ul > li,
    .display__item__advantages-description,
    .display__item__faq__item p,
    .display__item__faq__item span,
    .seo-callout p,
    .seo-callout__btn,
    .seo-stats__label,
    .badge-table,
    .compare .compare-table {
        font-size: 15px;
    }
    .display__item__howwork__box {
        width: 100%;
    }
    .display__item__advantages__item {
        width: 100%;
        margin-bottom: 20px;
    }
    .display__item__advantages__row--three .display__item__advantages__item {
        width: 100%;
    }
    .display__item__advantages__row {
        flex-direction: column;
    }
    .compare .compare-table {
        min-width: 600px;
    }
    .display__item__howwork__box p {
        min-height: auto;
    }
    .display__item__howwork__box h3 {
        min-height: auto;
    }
    .seo-stats {
        flex-direction: column;
    }
    .seo-stats__number {
        font-size: 28px;
    }
    /* Reduced section spacing on mobile */
    .seo-content > section + section {
        padding-top: 35px;
    }
    /* Commercial panels stack on mobile */
    .info-block {
        flex-direction: column !important;
        padding: 24px 18px;
    }
    .info-block__visual {
        width: 120px;
        margin: 0 auto 10px;
    }
    .info-block__columns {
        flex-direction: column;
        gap: 18px;
    }
}
