/* ============================================
   Home Page Styles - Главная страница
   ============================================ */

/* Предотвращение горизонтального скролла */
html, body {
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
}

main {
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

/* --- Container & Grid System --- */
main .t-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
}

main .welcome-intro {
    margin-bottom: 24px;
}

main .t-align_center {
    text-align: center;
}

main .t-col {
    box-sizing: border-box;
}

main .t-col_10 {
    width: 83.33333%;
    margin: 0 auto;
}

main .t-prefix_1 {
    margin-left: 8.33333%;
}

/* --- Section Base --- */
main .r {
    box-sizing: border-box;
}

main .t-rec_pt_105 {
    padding-top: 105px;
}

main .t-rec_pb_45 {
    padding-bottom: 45px;
}

@media (max-width: 640px) {
    main .t-rec__salons-header.t-rec_pb_45,
    .t-rec__salons-header.t-rec_pb_45 {
        padding-bottom: 0 !important;
    }
}

main .t-rec_pb_0 {
    padding-bottom: 0;
}

main .t-rec__salons-header {
    background-color: #efefef;
    display: flex;
    align-items: center;
    min-height: 120px;
    padding-top: 80px !important;
    padding-bottom: 45px !important;
    margin: 0;
}

main .t-rec__salons-header .t015 {
    width: 100%;
}

main .t-rec__salons-header .t-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

main .t-rec__map-header {
    padding-top: 80px !important;
}

/* --- Typography --- */
main .t015__title {
    color: #3a3a3a;
    text-align: center;
    margin: 0 0 20px 0;
    font-family: 'MatahariExtended600ExtSemBd', Arial, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
}

main .t015__title p {
    margin: 0;
    text-align: center;
}

main .t015__title-accent {
    color: #8a2b18;
    font-family: 'MatahariExtended600ExtSemBd', Arial, sans-serif;
    font-weight: 600;
    font-size: 32px;
}

main .t015__descr {
    font-size: 20px;
    color: #3a3a3a;
    text-align: center;
    font-family: 'MatahariExtended600ExtSemBd', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

main .t015__descr-accent {
    color: #8a2b18;
    font-family: 'MatahariExtended600ExtSemBd', Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.section-title {
    font-family: 'Matthias Extended', 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #3a3a3a;
    text-align: center;
    margin-bottom: 48px;
}

/* --- Promo Banner --- */
.t396__filter {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    max-height: 600px;
    overflow: hidden;
}

.t396__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.t396__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.6), rgba(0,0,0,0.4));
    z-index: 1;
    pointer-events: none;
}

/* Затемнение для фонов внутри слайдов */
.promo-swiper .swiper-slide .t396__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.promo-swiper .swiper-slide .t396__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.55), rgba(0,0,0,0.3));
    z-index: 1;
}

.t396__content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    max-width: 100%;
    width: 100%;
}

/* Promo Swiper Styles */
.promo-swiper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

.promo-swiper .swiper-slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.promo-swiper-button-prev,
.promo-swiper-button-next {
    color: #000 !important;
    background: #fff !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.promo-swiper-button-prev:hover,
.promo-swiper-button-next:hover {
    background: #f5f5f5 !important;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.promo-swiper-button-prev::after,
.promo-swiper-button-next::after {
    font-size: 20px;
    font-weight: bold;
    color: #000 !important;
}

.t396__text {
    max-width: 98%;
    width: 100%;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    font-family: 'MatahariExtended600ExtSemBd', Arial, sans-serif;
    font-size: 41px;
    font-weight: 800;
    line-height: 1.2;
}

.t396__text a {
    color: #fff !important;
    text-decoration: none;
    transition: opacity 0.3s ease;
    font-family: 'MatahariExtended600ExtSemBd', Arial, sans-serif;
    font-size: 41px;
    font-weight: 800;
    line-height: 1.2;
}

.t396__text a:hover {
    opacity: 0.9;
}

.t396__text strong {
    font-weight: 800;
    font-family: 'MatahariExtended600ExtSemBd', Arial, sans-serif;
}

.t396__text u {
    text-decoration: underline;
}

.t396__text a[href*="parkavenue"] {
    line-height: 1.2 !important;
}

.t396__text a[href*="parkavenue"] span {
    display: block !important;
    margin-top: 0.2em !important;
    line-height: 1.2 !important;
}

.t396__text .tn-atom {
    margin-bottom: 0.5rem;
    font-family: 'MatahariExtended600ExtSemBd', Arial, sans-serif;
    font-size: 41px;
    font-weight: 800;
    line-height: 1.2;
}

.t396__text .tn-atom a {
    font-size: 41px;
    line-height: 1.2;
    text-shadow: none !important;
}

.t396__text .tn-atom a.promo-link-no-shadow {
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8), 0 0 20px rgba(0,0,0,0.6) !important;
    font-size: 24px !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.3);
    border-radius: 4px;
    backdrop-filter: blur(4px);
}

.t396__text a.promo-link-inline {
    line-height: 1.2;
    display: inline-block;
    font-size: 41px;
}

.t396__text a.promo-link-inline span {
    display: block;
    margin-top: 0.2em;
    line-height: 1.2;
    font-size: 0.85em;
}

/* --- Salons Section --- */
.salons-section {
    padding: 64px 0;
    background-color: #efefef;
    margin: 0;
    width: 100%;
}

.salons-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.salons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Swiper для салонов на мобилке */
.salons-swiper {
    display: none;
    position: relative;
    overflow: hidden;
}

/* Grid для десктопа - показываем по умолчанию */
.salons-grid-desktop {
    display: grid;
}

.salons-swiper .swiper-slide {
    height: auto;
}

.salons-swiper-button-prev,
.salons-swiper-button-next {
    color: #8a2b18 !important;
    background: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.salons-swiper-button-prev:hover,
.salons-swiper-button-next:hover {
    background: #f5f5f5 !important;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.salons-swiper-button-prev::after,
.salons-swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
}

.salon-card {
    background: #f5f5f5 !important;
    border: 1px solid #8a2b18 !important;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: stretch !important;
    min-height: 120px;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    position: relative !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.salon-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    border-color: #8a2b18;
}

.salon-card__logo {
    background: white !important;
    padding: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 140px !important;
    width: 140px !important;
    max-width: 140px !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    order: 1 !important;
    position: relative !important;
}

.salon-card__logo-inner {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 4px;
    padding: 0;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.salon-card__logo-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.salon-card__content {
    padding: 24px 24px 24px 0 !important;
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    background: white !important;
    order: 2 !important;
    position: relative !important;
    min-width: 0 !important;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.salon-card__title {
    font-family: 'MatahariExtended600ExtSemBd', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #000;
    margin: 0;
    line-height: 1.3;
}

.salon-card__desc {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
    font-family: 'Montserrat', Arial, sans-serif;
    margin: 0;
}

.salon-card__arrow {
    color: #000;
    font-size: 1.25rem;
    line-height: 1;
    display: inline-block;
    margin: 0;
}

.salon-card__desc--with-location {
    margin-bottom: 0;
}

.salon-card__location {
    font-size: 0.75rem;
    color: #9ca3af;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

/* --- Map Section --- */
.t396__elem {
    margin: 20px 0;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 40px;
}

.tn-atom {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.tn-atom__img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}

/* --- Promotions Section --- */
.promotions-section {
    padding: 64px 0;
    background-color: #f9fafb;
}

.promotions-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.promotion-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.promotion-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transform: translateY(-4px);
}

.promotion-card__image {
    height: 256px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.promotion-card__content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.promotion-card__salon {
    font-size: 0.875rem;
    color: #9ca3af;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
}

.promotion-card__title {
    font-family: 'Matthias Extended', 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    color: #3a3a3a;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.promotion-card__discount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #8a2b18;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
}

.promotion-card__desc {
    color: #666;
    line-height: 1.6;
    margin: 0 0 16px 0;
    flex-grow: 1;
    font-family: 'Montserrat', sans-serif;
}

.promotion-card__link {
    display: inline-block;
    padding: 8px 24px;
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    align-self: flex-start;
}

.promotion-card__link:hover {
    background-color: #333;
}

/* --- News Section --- */
.news-section {
    padding: 64px 0;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.news-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
}

.news-slider-wrapper {
    position: relative;
    padding: 0 60px 0 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.news-swiper {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
}

.news-swiper .swiper-wrapper {
    max-width: 100%;
    box-sizing: border-box;
}

.news-swiper .swiper-slide {
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
}

.news-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transform: translateY(-4px);
}

.news-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.news-card__image {
    height: 256px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    aspect-ratio: 1.3;
}

.news-card__image--placeholder {
    background-color: #e5e7eb;
}

.news-card__content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.news-card__title {
    font-family: 'Matthias Extended', 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    color: #3a3a3a;
    margin: 0 0 12px 0;
    line-height: 1.3;
    flex-shrink: 0;
}

.news-card__date {
    font-size: 0.875rem;
    color: #9ca3af;
    margin-bottom: 12px;
    flex-shrink: 0;
    font-family: 'Montserrat', sans-serif;
}

.news-card__desc {
    display: none;
}

.news-swiper-button-prev,
.news-swiper-button-next {
    color: #000 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    z-index: 10;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.news-swiper-button-prev {
    left: 0;
}

.news-swiper-button-next {
    right: 0;
}

.news-swiper-button-prev:hover,
.news-swiper-button-next:hover {
    background: rgba(255, 255, 255, 1) !important;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.news-swiper-button-prev:after,
.news-swiper-button-next:after {
    font-size: 20px;
    font-weight: bold;
    color: #000 !important;
}

/* --- Buttons --- */
.btn {
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.btn-primary {
    background-color: #000;
    color: #fff;
}

.btn-primary:hover {
    background-color: #333;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
    .salons-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .news-slider-wrapper {
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    .t-rec_pt_105 {
        padding-top: 52px;
    }
    
    .t-rec_pb_45 {
        padding-bottom: 30px;
    }
    
    .t-col_10 {
        width: 100% !important;
        margin: 0 !important;
        margin-right: 0 !important;
    }
    
    .t-prefix_1 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* Убираем отступы у блоков с t-col_10 t-prefix_1 на планшете */
    .t-col.t-col_10.t-prefix_1 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .t015__title {
        font-size: 24px;
        line-height: 1.4;
        padding: 0 15px;
        text-align: center !important;
    }
    
    .t015__title p {
        text-align: center !important;
    }
    
    .t015__title-accent {
        font-size: 28px !important;
    }
    
    .t015__descr {
        font-size: 18px;
        line-height: 1.5;
        padding: 0 15px;
        text-align: center !important;
    }
    
    .t015__descr-accent {
        font-size: 20px !important;
    }
    
    .section-title {
        font-size: 24px;
        margin-bottom: 32px;
        text-align: center !important;
    }
    
    .t396__filter {
        height: 50vh;
        min-height: 300px;
        max-height: 500px;
    }
    
    .t396__content {
        padding: 15px;
    }
    
    .t396__text {
        font-size: 32px;
        max-width: 95%;
    }
    
    .t396__text a {
        font-size: 32px;
    }
    
    .t396__text .tn-atom {
        font-size: 24px;
        margin-bottom: 0.3rem;
    }
    
    .t396__text .tn-atom a {
        font-size: 22px;
    }
    
    .t396__text .tn-atom a.promo-link-no-shadow {
        padding: 5px 10px;
        font-size: 14px !important;
    }
    
    .t396__text a.promo-link-inline {
        font-size: 32px;
    }
    
    .t396__text a.promo-link-inline span {
        font-size: 0.85em;
    }
    
    .promo-swiper-button-prev,
    .promo-swiper-button-next {
        width: 40px;
        height: 40px;
        background: #fff !important;
        color: #000 !important;
    }
    
    .promo-swiper-button-prev::after,
    .promo-swiper-button-next::after {
        font-size: 16px;
        color: #000 !important;
    }
    
    .salons-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    /* На планшете тоже показываем Swiper */
    .salons-swiper-mobile {
        display: block !important;
    }
    
    .salons-grid-desktop {
        display: none !important;
    }
    
    .salon-card {
        flex-direction: row !important;
    }
    
    .salon-card__logo {
        min-width: 120px !important;
        width: 120px !important;
        padding: 12px !important;
        background: white !important;
    }
    
    .salon-card__logo-inner {
        width: 90px;
        height: 90px;
        padding: 0;
        background: white;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }
    
    .salon-card__content {
        padding: 20px 20px 20px 0 !important;
    }
    
    .t-rec__salons-header {
        padding-top: 40px !important;
        padding-bottom: 30px !important;
        min-height: auto;
    }
    
    .salons-section {
        padding: 40px 0;
        margin: 0;
    }
    
    .salons-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .promotions-section,
    .news-section {
        padding: 40px 0;
        overflow-x: hidden !important;
    }
    
    .t396__elem {
        padding: 0 10px 20px;
    }
    
    .news-container {
        padding: 0 20px !important;
        max-width: 100% !important;
    }
    
    .news-slider-wrapper {
        padding: 0 20px !important;
        width: 100% !important;
    }
    
    .news-swiper {
        overflow: hidden !important;
    }
    
    .news-swiper .swiper-slide {
        width: calc(50% - 10px) !important;
        max-width: 100% !important;
    }
    
    .news-swiper-button-prev,
    .news-swiper-button-next {
        width: 35px;
        height: 35px;
    }
    
    .promotion-card__image,
    .news-card__image {
        height: 200px;
    }
}

@media (max-width: 640px) {
    /* Предотвращение горизонтального скролла */
    body {
        overflow-x: hidden;
        max-width: 100vw;
    }
    
    .t-container {
        padding: 0 20px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden;
    }
    
    .news-section .t-container,
    .news-section ~ * .t-container {
        overflow-x: hidden !important;
    }
    
    .salons-container,
    .promotions-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .news-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .salons-grid {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* Показываем Swiper на мобилке, скрываем Grid */
    .salons-swiper-mobile {
        display: block !important;
    }
    
    .salons-grid-desktop {
        display: none !important;
    }
    
    .salons-swiper .swiper-slide {
        width: 100% !important;
        box-sizing: border-box;
        height: auto;
    }
    
    .salons-swiper .swiper-slide .salon-card {
        height: 100%;
        margin: 0;
    }
    
    .salons-swiper-button-prev,
    .salons-swiper-button-next {
        display: none !important;
    }
    
    .t015__title {
        font-size: 30px;
        line-height: 1.4;
        padding: 0 10px;
        text-align: center !important;
    }
    
    .t015__title p {
        text-align: center !important;
    }
    
    .t015__title h1,
    .t015__title h2 {
        text-align: center !important;
    }
    
    .t015__title-accent {
        font-size: 24px !important;
        display: block;
        margin-top: 8px;
    }
    
    .t015__descr {
        font-size: 16px;
        line-height: 1.5;
        padding: 0 10px;
        text-align: center !important;
    }
    
    .t015__descr-accent {
        font-size: 18px !important;
    }
    
    .section-title {
        text-align: center !important;
    }
    
    /* Убираем отступы у блоков с t-col_10 t-prefix_1 на мобилке */
    .t-col.t-col_10.t-prefix_1 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* Уменьшаем верхний отступ в 2 раза */
    .t-rec.t-rec_pt_105 {
        padding-top: 30px !important;
    }
    
    .section-title {
        font-size: 30px;
        margin-bottom: 24px;
        text-align: center !important;
    }
    
    /* Центрируем все заголовки на мобилке */
    .t-col.t-col_10.t-prefix_1 h1,
    .t-col.t-col_10.t-prefix_1 h2,
    .t-col.t-col_10.t-prefix_1 .t015__title,
    .t-col.t-col_10.t-prefix_1 .section-title {
        text-align: center !important;
    }
    
    .news-container {
        padding: 0 16px !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
        position: relative;
    }
    
    .news-slider-wrapper {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        overflow-x: hidden !important;
        position: relative;
    }
    
    .news-swiper {
        overflow: hidden !important;
        width: 100% !important;
        padding: 0 !important;
        position: relative;
        box-sizing: border-box;
    }
    
    .news-swiper .swiper-wrapper {
        width: 100% !important;
    }
    
    .news-swiper .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-right: 20px !important;
    }
    
    .news-swiper-button-prev,
    .news-swiper-button-next {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 36px !important;
        height: 36px !important;
        background: rgba(255, 255, 255, 0.95) !important;
        border-radius: 50% !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
        z-index: 1000 !important;
        opacity: 1 !important;
        visibility: visible !important;
        margin-top: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        position: absolute !important;
        pointer-events: auto !important;
    }
    
    .news-swiper-button-prev {
        left: -12px !important;
    }
    
    .news-swiper-button-next {
        right: -12px !important;
    }
    
    .news-swiper-button-prev:after,
    .news-swiper-button-next:after {
        font-size: 14px !important;
        color: #000 !important;
        font-weight: bold !important;
    }
    
    .news-swiper-button-prev.swiper-button-disabled,
    .news-swiper-button-next.swiper-button-disabled {
        opacity: 0.35 !important;
        display: flex !important;
        visibility: visible !important;
    }
    
    .news-card__desc {
        display: none !important;
    }
    
    .t396__filter {
        height: 40vh;
        min-height: 250px;
        max-height: 400px;
    }
    
    .t396__content {
        padding: 10px;
    }
    
    .t396__text {
        font-size: 24px;
        max-width: 95%;
        line-height: 1.3;
    }
    
    .t396__text a {
        font-size: 24px;
        line-height: 1.3;
    }
    
    .t396__text a[href*="parkavenue"] {
        line-height: 1.3 !important;
    }
    
    .t396__text a[href*="parkavenue"] span {
        margin-top: 0.15em !important;
        line-height: 1.3 !important;
    }
    
    .t396__text .tn-atom {
        font-size: 18px;
        margin-bottom: 0.25rem;
        line-height: 1.3;
    }
    
    .t396__text .tn-atom a {
        font-size: 16px;
        line-height: 1.3;
    }
    
    .t396__text .tn-atom a.promo-link-no-shadow {
        padding: 3px 8px;
        font-size: 10px !important;
    }
    
    .t396__text a.promo-link-inline {
        font-size: 24px;
        line-height: 1.3;
    }
    
    .t396__text a.promo-link-inline span {
        margin-top: 0.15em;
        line-height: 1.3;
        font-size: 0.85em;
    }
    
    .promo-swiper-button-prev,
    .promo-swiper-button-next {
        width: 28px;
        height: 28px;
        background: #fff !important;
        color: #000 !important;
    }
    
    .promo-swiper-button-prev::after,
    .promo-swiper-button-next::after {
        font-size: 12px;
        color: #000 !important;
    }
    
    .t-rec__salons-header {
        padding-top: 30px !important;
        padding-bottom: 0 !important;
        min-height: auto;
    }
    
    .t-rec__salons-header.t-rec_pb_45 {
        padding-bottom: 0 !important;
    }
    
    .t-rec__salons-header .t015__title {
        font-size: 30px !important;
        text-align: center !important;
        margin: 0;
    }
    
    .salons-section {
        padding: 30px 0;
        margin: 0;
    }
    
    .salons-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .salon-card {
        flex-direction: row !important;
        min-height: 100px;
        display: flex !important;
    }
    
    .salon-card__logo {
        min-width: 140px !important;
        width: 140px !important;
        max-width: 140px !important;
        padding: 12px !important;
        order: 1 !important;
        flex-shrink: 0 !important;
        background: white !important;
    }
    
    .salon-card__logo-inner {
        width: 80px;
        height: 80px;
        padding: 0;
        background: white;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }
    
    .salon-card__content {
        padding: 16px 16px 16px 0 !important;
        order: 2 !important;
        flex: 1 1 auto !important;
    }
    
    .salon-card__title {
        font-size: 1.1rem;
    }
    
    .salon-card__desc {
        font-size: 11px;
        font-weight: 300;
        font-family: 'Montserrat', Arial, sans-serif;
    }
    
    .promotion-card__content,
    .news-card__content {
        padding: 16px;
    }
    
    .promotion-card__image,
    .news-card__image {
        height: 180px;
    }
}

