/* ==========================================================================
   Cosmetology Landing Page — css/cosmetology.css
   Prefix: .cosm-
   Colors: #1BA1F2 (primary), #4DC160 (accent), #041520 (text), #f9fafb (bg)
   Breakpoints: 1199px, 960px, 767px
   ========================================================================== */

/* ---------- Hero ---------- */
.cosm-hero {
    background: #f9fafb;
    margin-top: -80px;
}

.cosm-hero__wrapper {
    min-height: 420px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    position: relative;
}

.cosm-hero__content {
    flex: 1;
    max-width: 600px;
}

.cosm-hero__visual {
    flex: 0 0 380px;
    width: 380px;
}

.cosm-hero__visual img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.cosm-hero__tagline {
    font-family: 'Caveat', cursive;
    color: #1ba1f2;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
}

.cosm-hero__sub {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 16px;
    color: #041520;
}

/* первый p в hero — подзаголовок (основной заголовок теперь h1.cosm-hero__tagline) */
.cosm-hero p:nth-of-type(1) {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 16px;
    max-width: 700px;
    color: #041520;
}

.cosm-hero p:nth-of-type(2) {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 16px;
    max-width: 700px;
    color: #041520;
}

.cosm-hero__cta {
    display: inline-block;
    margin-top: 32px;
    padding: 16px 40px;
    background: #1ba1f2;
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 6px;
    text-decoration: none;
    transition: background .25s;
}

.cosm-hero__cta:hover {
    background: #4DC160;
    color: #fff;
    text-decoration: none;
}

/* ---------- NeoGen Evo (flagship) ---------- */
.cosm-neogen {
    padding: 80px 0;
}

.cosm-neogen__intro {
    background: #1ba1f2;
    padding: 60px;
    margin-bottom: 60px;
}

.cosm-neogen__intro h2 {
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 16px;
}

.cosm-neogen__intro p {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    max-width: 800px;
}

.cosm-neogen__how {
    display: flex;
    gap: 60px;
    margin-bottom: 60px;
    align-items: center;
}

.cosm-neogen__how-img {
    flex: 0 0 380px;
    width: 380px;
    border-radius: 8px;
    overflow: hidden;
}

.cosm-neogen__how-img img {
    width: 100%;
    height: auto;
    display: block;
}

.cosm-neogen__how-text h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
    color: #041520;
}

.cosm-neogen__how-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cosm-neogen__how-text li {
    font-size: 17px;
    line-height: 1.45;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
    color: #041520;
}

.cosm-neogen__how-text li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #1ba1f2;
}

.cosm-neogen__solves {
    background: #f9fafb url(../images/bg-u1583-fr.png) repeat center center;
    padding: 60px;
    margin-bottom: 60px;
}

.cosm-neogen__solves h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 24px;
    color: #041520;
}

.cosm-neogen__solves-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 40px;
}

.cosm-neogen__solves-grid li {
    font-size: 17px;
    line-height: 1.4;
    padding-left: 24px;
    position: relative;
    color: #041520;
}

.cosm-neogen__solves-grid li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #4DC160;
    font-weight: 700;
}

.cosm-neogen__advs {
    display: flex;
    gap: 24px;
    margin-bottom: 60px;
}

.cosm-neogen__adv {
    flex: 1;
    text-align: center;
    padding: 30px 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.cosm-neogen__adv img {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
}

.cosm-neogen__adv p {
    font-size: 16px;
    line-height: 1.35;
    color: #041520;
}

.cosm-neogen__adv strong {
    display: block;
    margin-bottom: 6px;
    font-size: 17px;
}

.cosm-neogen__result {
    background: #041520;
    color: #fff;
    padding: 50px 60px;
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 40px;
    border-radius: 8px;
}

.cosm-neogen__result div:first-child {
    flex: 1;
}

.cosm-neogen__result h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
    color: #fff;
}

.cosm-neogen__result ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cosm-neogen__result li {
    font-size: 17px;
    line-height: 1.45;
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
}

.cosm-neogen__result li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #4DC160;
    font-weight: 700;
}

.cosm-neogen__result-stats {
    flex: 0 0 280px;
    text-align: center;
}

.cosm-neogen__result-stats .stat-num {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #1ba1f2;
    line-height: 1.1;
}

.cosm-neogen__result-stats .stat-label {
    display: block;
    font-size: 15px;
    color: rgba(255,255,255,.7);
    margin-bottom: 24px;
}

.cosm-neogen__price {
    font-size: 20px;
    font-weight: 700;
    color: #1ba1f2;
    margin-top: 16px;
}

.cosm-neogen__cta-row {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.cosm-neogen__cta-row .cosm-btn {
    display: inline-block;
    padding: 14px 36px;
    background: #1ba1f2;
    color: #fff;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 6px;
    text-decoration: none;
    transition: background .25s;
}

.cosm-neogen__cta-row .cosm-btn:hover {
    background: #4DC160;
    color: #fff;
    text-decoration: none;
}

.cosm-neogen__cta-row .cosm-link {
    font-size: 16px;
    color: #1ba1f2;
    text-decoration: underline;
}

.cosm-neogen__cta-row .cosm-link:hover {
    color: #4DC160;
}

/* ---------- Approach / UTP ---------- */
.cosm-approach {
    padding: 80px 0;
    background: #f9fafb url(../images/bg-u1583-fr.png) repeat center center;
}

.cosm-approach h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 16px;
    color: #041520;
}

.cosm-approach > .uk-container > p {
    font-size: 18px;
    line-height: 1.5;
    max-width: 800px;
    margin-bottom: 40px;
    color: #041520;
}

.cosm-approach__grid {
    display: flex;
    gap: 30px;
}

.cosm-approach__item {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.cosm-approach__item img {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
}

.cosm-approach__item strong {
    display: block;
    font-size: 17px;
    margin-bottom: 8px;
    color: #041520;
}

.cosm-approach__item p {
    font-size: 15px;
    line-height: 1.4;
    color: #8F9CA4;
}

/* ---------- Apparatus (Cutera + Bioxel) ---------- */
.cosm-apparatus {
    padding: 80px 0;
}
/* Блок записи внутри карточек Cutera/BIOXEL — как у NeoGen */
.cosm-apparatus .cosm-booking {
    margin-top: 24px;
}

.cosm-apparatus h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 16px;
    color: #041520;
}

.cosm-apparatus > .uk-container > p {
    font-size: 18px;
    line-height: 1.5;
    max-width: 800px;
    margin-bottom: 50px;
    color: #041520;
}

.cosm-apparatus__card {
    display: flex;
    gap: 50px;
    margin-bottom: 60px;
    align-items: flex-start;
}

.cosm-apparatus__card:last-child {
    margin-bottom: 0;
}

.cosm-apparatus__card-img {
    flex: 0 0 360px;
    width: 360px;
    border-radius: 8px;
    overflow: hidden;
}

.cosm-apparatus__card-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* Cutera (1-я карточка): отзеркалить, размер авто */
.cosm-apparatus__card:nth-child(3) .cosm-apparatus__card-img {
    flex: 0 0 auto;
    width: auto;
}
.cosm-apparatus__card:nth-child(3) .cosm-apparatus__card-img img {
    transform: scaleX(-1);
}

/* BIOXEL CO2 (2-я карточка): отзеркалить, размер авто */
.cosm-apparatus__card:nth-child(4) .cosm-apparatus__card-img img {
    transform: scaleX(-1);
    height: auto;
}

.cosm-apparatus__card-body h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 8px;
    color: #041520;
}

.cosm-apparatus__card-body .cosm-subtitle {
    font-size: 16px;
    color: #8F9CA4;
    margin-bottom: 20px;
}

.cosm-apparatus__card-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.cosm-apparatus__card-body li {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
    color: #041520;
}

.cosm-apparatus__card-body li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #1ba1f2;
    font-weight: 700;
}

.cosm-apparatus__card-body .cosm-accent {
    font-size: 15px;
    color: #1ba1f2;
    font-style: italic;
    margin-bottom: 16px;
}

.cosm-apparatus__card-body .cosm-btn-sm {
    display: inline-block;
    padding: 10px 28px;
    background: #1ba1f2;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    text-decoration: none;
    transition: background .25s;
    margin-right: 12px;
}

.cosm-apparatus__card-body .cosm-btn-sm:hover {
    background: #4DC160;
    color: #fff;
    text-decoration: none;
}

.cosm-apparatus__card-body .cosm-link-sm {
    font-size: 15px;
    color: #1ba1f2;
    text-decoration: underline;
}

.cosm-apparatus__card-body .cosm-link-sm:hover {
    color: #4DC160;
}

/* ---------- Injection ---------- */
.cosm-inject {
    padding: 80px 0;
    background: #f9fafb;
}

.cosm-inject h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 16px;
    color: #041520;
}

.cosm-inject > .uk-container > p {
    font-size: 18px;
    line-height: 1.5;
    max-width: 800px;
    margin-bottom: 50px;
    color: #041520;
}

.cosm-inject__grid {
    display: flex;
    gap: 40px;
}

.cosm-inject__card {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    padding: 40px 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.cosm-inject__card h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
    color: #041520;
}

.cosm-inject__card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.cosm-inject__card li {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
    color: #041520;
}

.cosm-inject__card li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #4DC160;
    font-weight: 700;
}

.cosm-inject__card .cosm-price {
    font-size: 20px;
    font-weight: 700;
    color: #1ba1f2;
    margin-bottom: 12px;
}

.cosm-inject__card .cosm-accent {
    font-size: 15px;
    color: #8F9CA4;
    font-style: italic;
}

/* ---------- Extra procedures ---------- */
.cosm-extra {
    padding: 80px 0;
}

.cosm-extra h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px;
    color: #041520;
}

.cosm-extra__grid {
    display: flex;
    gap: 24px;
}

.cosm-extra__item {
    flex: 1;
    background: #f9fafb;
    border-radius: 8px;
    padding: 32px 24px;
    text-align: center;
}

.cosm-extra__item img {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
}

.cosm-extra__item strong {
    display: block;
    font-size: 17px;
    margin-bottom: 8px;
    color: #041520;
}

.cosm-extra__item p {
    font-size: 15px;
    line-height: 1.4;
    color: #8F9CA4;
}

.cosm-extra__price {
    display: inline-block;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #1ba1f2;
}

/* ---------- Specialist ---------- */
.cosm-specialist {
    padding: 80px 0;
    background: #fff;
}

.cosm-specialist h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px;
    color: #041520;
}

.cosm-specialist__card {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    background: #f9fafb;
    border-radius: 12px;
    padding: 40px;
}

.cosm-specialist__photo {
    flex: 0 0 220px;
    width: 220px;
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
}

.cosm-specialist__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transform: scaleX(-1);
}

.cosm-specialist__info h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
    color: #041520;
}

.cosm-specialist__position {
    font-size: 16px;
    color: #1ba1f2;
    font-weight: 600;
    margin-bottom: 16px;
}

.cosm-specialist__info p:not(.cosm-specialist__position) {
    font-size: 16px;
    line-height: 1.5;
    color: #041520;
    margin-bottom: 24px;
}

.cosm-specialist__info .cosm-btn {
    display: inline-block;
    padding: 14px 36px;
    background: #1ba1f2;
    color: #fff;
    font-size: 17px;
    border-radius: 6px;
    text-decoration: none;
    transition: background .25s;
}

.cosm-specialist__info .cosm-btn:hover {
    background: #4DC160;
    color: #fff;
    text-decoration: none;
}

/* ---------- Testimonials ---------- */
.cosm-testimonials {
    padding: 80px 0;
    background: #f9fafb;
}

.cosm-testimonials h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px;
    color: #041520;
}

.cosm-testimonials__grid {
    display: flex;
    gap: 30px;
}

.cosm-testimonials__item {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    padding: 32px 28px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.cosm-testimonials__item blockquote {
    font-size: 16px;
    line-height: 1.5;
    color: #041520;
    margin: 0 0 20px;
    font-style: italic;
}

.cosm-testimonials__item cite {
    font-size: 15px;
    color: #8F9CA4;
    font-style: normal;
}

.cosm-testimonials__item cite strong {
    color: #041520;
}

/* ---------- FAQ ---------- */
.cosm-faq {
    padding: 80px 0;
    background: #fff;
}

.cosm-faq h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px;
    color: #041520;
}

.cosm-faq__list {
    max-width: 800px;
}

.cosm-faq__item {
    border-bottom: 1px solid #e5e7eb;
    padding: 20px 0;
}

.cosm-faq__item:first-child {
    padding-top: 0;
}

.cosm-faq__q {
    font-size: 18px;
    font-weight: 600;
    color: #041520;
    margin-bottom: 8px;
}

.cosm-faq__a {
    font-size: 16px;
    line-height: 1.5;
    color: #8F9CA4;
}

/* ---------- Why M53 ---------- */
.cosm-why {
    padding: 80px 0;
    background: #f9fafb url(../images/bg-u1583-fr.png) repeat center center;
}

.cosm-why h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px;
    color: #041520;
}

.cosm-why__grid {
    display: flex;
    gap: 24px;
}

.cosm-why__item {
    flex: 1;
    text-align: center;
    padding: 24px 16px;
}

.cosm-why__item img {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
}

.cosm-why__item strong {
    display: block;
    font-size: 17px;
    margin-bottom: 8px;
    color: #041520;
}

.cosm-why__item p {
    font-size: 15px;
    line-height: 1.4;
    color: #8F9CA4;
}

/* ---------- Cosm booking (reuses uzi-spheres-outter styles) ---------- */
.cosm-booking .cosm-booking__services {
    margin-top: 15px;
}
.cosm-neogen__booking {
    margin-top: 40px;
}

/* Защита фото врача от UIkit-сброса img{max-width:100%;height:auto} */
.cosm-booking .uzi-doctor-mini-photo {
    width: 81px !important;
    height: 110px !important;
    max-width: 81px !important;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 8px;
}

/* ---------- Specialists loading placeholder ---------- */
.cosm-specialists-loading {
    color: #8F9CA4;
    font-size: 15px;
    padding: 24px 0;
}

/* ---------- Request / Specialist ---------- */
.cosm-request {
    padding: 80px 0 0 0;
}

.cosm-request h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 16px;
    color: #041520;
}

.cosm-request__urgency {
    font-size: 18px;
    font-weight: 600;
    color: #4DC160;
    margin-bottom: 12px;
}

.cosm-request__urgency span {
    color: #041520;
}

.cosm-request__lead {
    margin-bottom: 40px;
    color: #8F9CA4;
    font-size: 16px;
}

.cosm-request__doctor {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 40px;
}

.cosm-request__doctor-photo {
    flex: 0 0 200px;
    width: 200px;
    height: 260px;
    border-radius: 8px;
    overflow: hidden;
}

.cosm-request__doctor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cosm-request__doctor-info h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #041520;
}

.cosm-request__doctor-info p {
    font-size: 16px;
    color: #8F9CA4;
    line-height: 1.4;
}

.cosm-request__form {
    max-width: 480px;
}

/* ---------- Shared button ---------- */
.cosm-btn-primary {
    display: inline-block;
    padding: 14px 36px;
    background: #1ba1f2;
    color: #fff;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background .25s;
}

.cosm-btn-primary:hover {
    background: #4DC160;
    color: #fff;
    text-decoration: none;
}

/* ---------- Sticky CTA (mobile) ---------- */
.cosm-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 16px 24px;
    background: #1ba1f2;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 -4px 20px rgba(0,0,0,.15);
    transition: background .25s;
}

.cosm-sticky-cta:hover {
    background: #4DC160;
    color: #fff;
    text-decoration: none;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media screen and (max-width: 1199px) {
    .cosm-hero__wrapper {
        gap: 40px;
    }
    .cosm-hero__visual {
        flex: 0 0 300px;
        width: 300px;
    }
    .cosm-hero__tagline {
        font-size: 40px;
        line-height: 48px;
    }
    .cosm-hero__sub, .cosm-hero p:nth-of-type(1), .cosm-hero p:nth-of-type(2) {
        font-size: 18px;
    }
    .cosm-neogen__how {
        gap: 40px;
    }
    .cosm-neogen__how-img {
        flex: 0 0 300px;
        width: 300px;
    }
    .cosm-apparatus__card-img {
        flex: 0 0 280px;
        width: 280px;
    }
}

@media screen and (max-width: 960px) {
    .cosm-hero {
        margin-top: -40px;
    }
    .cosm-hero__wrapper {
        flex-direction: column;
        text-align: center;
    }
    .cosm-hero__content {
        max-width: 100%;
    }
    .cosm-hero__visual {
        flex: 0 0 auto;
        width: 100%;
        max-width: 400px;
    }
    .cosm-hero p {
        max-width: calc(100% - 160px);
    }
    .cosm-hero p br {
        display: none;
    }
    .cosm-specialist__card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .cosm-specialist__info .cosm-btn {
        margin: 0 auto;
    }
    .cosm-testimonials__grid {
        flex-wrap: wrap;
    }
    .cosm-testimonials__item {
        flex: 0 0 calc(50% - 15px);
    }
    .cosm-neogen__how {
        flex-direction: column;
    }
    .cosm-neogen__how-img {
        flex: 0 0 auto;
        width: 100%;
        max-width: 480px;
    }
    .cosm-neogen__advs {
        flex-wrap: wrap;
    }
    .cosm-neogen__adv {
        flex: 0 0 calc(50% - 12px);
    }
    .cosm-neogen__result {
        flex-direction: column;
        padding: 40px;
    }
    .cosm-neogen__result-stats {
        flex: 0 0 auto;
        display: flex;
        gap: 30px;
        text-align: center;
    }
    .cosm-approach__grid {
        flex-wrap: wrap;
    }
    .cosm-approach__item {
        flex: 0 0 calc(50% - 15px);
    }
    .cosm-apparatus__card {
        flex-direction: column;
    }
    .cosm-apparatus__card-img {
        flex: 0 0 auto;
        width: 100%;
        max-width: 480px;
    }
    .cosm-inject__grid {
        flex-direction: column;
    }
    .cosm-extra__grid {
        flex-wrap: wrap;
    }
    .cosm-extra__item {
        flex: 0 0 calc(50% - 12px);
    }
    .cosm-why__grid {
        flex-wrap: wrap;
    }
    .cosm-why__item {
        flex: 0 0 calc(50% - 12px);
    }
}

@media screen and (max-width: 767px) {
    .cosm-hero__tagline {
        font-size: 32px;
        line-height: 38px;
    }
    .cosm-hero p:nth-of-type(1),
    .cosm-hero p:nth-of-type(2) {
        font-size: 16px;
        line-height: 22px;
        margin-top: 12px;
    }
    .cosm-hero__wrapper {
        min-height: 360px;
    }
    .cosm-hero__wrapper img {
        width: 120px;
        bottom: -60px;
    }
    .cosm-hero p {
        max-width: calc(100% - 80px);
    }
    .cosm-neogen {
        padding: 50px 0;
    }
    .cosm-neogen__intro {
        padding: 30px;
    }
    .cosm-neogen__intro h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .cosm-neogen__intro p {
        font-size: 17px;
    }
    .cosm-neogen__how-text h3 {
        font-size: 22px;
    }
    .cosm-neogen__solves {
        padding: 30px;
    }
    .cosm-neogen__solves-grid {
        grid-template-columns: 1fr;
    }
    .cosm-neogen__advs {
        flex-direction: column;
    }
    .cosm-neogen__adv {
        flex: 0 0 auto;
    }
    .cosm-neogen__result {
        padding: 30px;
    }
    .cosm-neogen__result h3 {
        font-size: 22px;
    }
    .cosm-neogen__result-stats {
        flex-direction: column;
        gap: 16px;
    }
    .cosm-approach {
        padding: 50px 0;
    }
    .cosm-approach__grid {
        flex-direction: column;
    }
    .cosm-approach__item {
        flex: 0 0 auto;
    }
    .cosm-apparatus {
        padding: 50px 0;
    }
    .cosm-apparatus__card {
        gap: 24px;
    }
    .cosm-inject {
        padding: 50px 0;
    }
    .cosm-extra {
        padding: 50px 0;
    }
    .cosm-extra__grid {
        flex-direction: column;
    }
    .cosm-extra__item {
        flex: 0 0 auto;
    }
    .cosm-why {
        padding: 50px 0;
    }
    .cosm-why__grid {
        flex-direction: column;
    }
    .cosm-why__item {
        flex: 0 0 auto;
        text-align: left;
    }
    .cosm-request {
        padding: 50px 0 0 0;
    }
    .cosm-request__doctor {
        flex-direction: column;
    }
    .cosm-request__doctor-photo {
        flex: 0 0 auto;
        width: 160px;
        height: 210px;
    }
    .cosm-specialist__card {
        padding: 30px 24px;
    }
    .cosm-specialist__photo {
        flex: 0 0 auto;
        width: 160px;
        height: 210px;
    }
    .cosm-testimonials__grid {
        flex-direction: column;
    }
    .cosm-testimonials__item {
        flex: 0 0 auto;
    }
    .cosm-sticky-cta {
        display: block;
    }
    .cosm-request {
        padding-bottom: 90px;
    }
}
