@import "fonts.css";
@import "reset.css";
@import "global.css";

@import "header.css";
@import "footer.css";




.one-section {
    background: var(--accent-bg1);
}

.container {}

.hero__inner {
    display: flex;
}

.hero__content {}

.hero__title {
    width: 556px;
    font-size: 46px;
    font-weight: 400;
    padding-top: 250px;
    line-height: 50px;
}

.title {}

.hero__text {
    font-family: 'Open Sans';
    font-size: 26px;
    font-weight: 400;
    width: 554px;
    margin-top: 40px;
    margin-bottom: 90px;
}

.hero__button {
    width: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: rgba(197, 53, 140, 1);
    font-family: "Open Sans";
    color: #dddddd;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    padding: 3px 15px;
    height: 62px;

    transition: all 0.3s ease;
}

.button {}

.hero__img {
    transform: translate(100px, 0px);
}

/* ================================================================= */

.two-section {}

.container {}

.products__inner {
    margin-top: 150px;
    margin-bottom: 150px;
}

.products__content {}

.products {
    display: grid;
    grid-template-columns: repeat(4, 325px);
    gap: 20px;
}

.products__item {
    width: 325px;
    height: 454px;
    border-radius: 3px;
    box-shadow: 0px 4px 41px 0px #0000000d, 0px 4px 41px 0px #0000000d;
}

.products__item-img {}

.products__item-body {}

.products__item-button {}

.products__item-button {
    height: 130px;
    text-decoration: none;
    color: #000;
    /* Исходный цвет текста */
    background-color: transparent;
    /* Прозрачный фон */
    display: block;
    padding: 15px 20px;
    /* Отступы для лучшего визуального эффекта */
    transition: all 0.3s ease;
    /* Плавный переход для всех свойств */
    border-radius: 0px 0px 10px 10px;
    /* Скругление углов (опционально) */
    padding-left: 40px;
}

.products__item-button:hover {
    background-color: #000;
    /* Черный фон при наведении */
    color: #fff;
    /* Белый текст при наведении */
}

.products__item-button:hover svg path {
    fill: #fff;
    /* Белый цвет для SVG иконки при наведении */
}


.products__title {
    font-family: 'NAMU Pro';
    /* color: var(--title-text); */
    font-size: 30px;
    font-weight: 400;
}

.products__text {
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 400;
    display: flex;
    margin-top: 8px;
}

.vector {
    margin-left: 20px;
    transform: translate(0px, 4px);
    width: 30px;
    height: 30px;
}

/* ========================================== */

.three-section {
    background: var(--accent-bg3);
}

.container {}

.hero__inner2 {
    display: flex;
    position: relative;
}

.hero__content {}

.hero__title2 {
    width: 744px;
    height: 50px;
    font-size: 42px;
    font-weight: 400;
    margin-top: 150px;
    line-height: 50px;
    position: relative;
    z-index: 2;
}

.title {}

.hero__text2 {
    font-family: 'Open Sans';
    width: 670px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 40px;
    margin-bottom: 130px;
}


.hero__img2 {
    position: relative;
    transform: translate(-40px, 120px);
    z-index: 1;
}

/* ======================================= */

.why-choose-us {}

.container {}

.why-choose-us__inner {
    font-family: 'NAMU Pro';
    color: var(--title-text);
    font-size: 42px;
    font-weight: 400;
    margin-top: 150px;
}

.why-choose-us__content {
    margin-top: 60px;
    margin-bottom: 150px;
}

.services {
    display: grid;
    grid-template-columns: repeat(3, 440px);
    gap: 20px;
}

.why-choose-us__item {
    width: 440px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    box-shadow: 0px 4px 41px 0px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 1);
}

.why-choose-us__item-img {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-choose-us__item-body {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.why-choose-us__item-button {}

.why-choose-us__title {
    font-family: 'NAMU Pro';
    color: var(--title-text);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.why-choose-us__text {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* СПЕЦ ПРЕДЛЖЕНИЯ ======================================= */

.special-offers {
    background: var(--accent-bg3);

}

.container {}

.special-offers__title {
    font-family: 'NAMU Pro';
    color: var(--title-text);
    font-size: 46px;
    font-weight: 400;
    padding-top: 150px;
}

.pink {
    color: #C5358C;
}

.tabs-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 50px;
    gap: 20px;
}

.tabs {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    /* Добавлено: позволяет переносить кнопки на новую строку */
}

.tab-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-sizing: border-box;
    border: 1px solid rgba(17, 17, 17, 1);
    background: none;
    font-family: "Open Sans";
    color: var(--title-text);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    padding: 3px 20px 3px 20px;
    transition: all 0.3s ease;
}

.tab-button:hover {
    border: 1px solid rgba(197, 53, 140, 1);
    color: #C5358C;
}

.tab-button:active {
    background: #C5358C;
    color: #dddddd;
}

.hidden {}

/* Этот класс больше не используется, но оставлен на случай */

.show-more-container {
    color: #C5358C;
    margin-left: auto;
    display: flex;
    align-items: flex-start;
    /* выравнивание по верхнему краю */
    height: 40px;
    /* или высота, примерно равная высоте кнопок */
    white-space: nowrap;
}

.show-more {
    border-bottom: 1px solid #C5358C;
}

/* ================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

.special-offers__dropdown {
    display: flex;
    justify-content: flex-end;
    padding-top: 50px;
}

.dropdown {
    width: 273px;
    border: 1px solid rgba(197, 53, 140, 1);
    border-radius: 3px;
    position: relative;
    user-select: none;
}

.dropdown-toggle {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px 0 0;
    /* Изменено: убрали левый padding, правый остался для стрелки */
    cursor: pointer;
    outline: none;
}

.dropdown-toggle.open .dropdown-label,
.dropdown-toggle.open .dropdown-arrow {
    color: rgba(197, 53, 140, 1);
    /* Цвет рамки при открытии */
}

.dropdown-label {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    color: #000;
    /* По умолчанию черный */
    flex-shrink: 0;
    padding-left: 25px;
    /* Добавлен отступ слева 25px */
}

.dropdown-arrow {
    display: flex;
    align-items: center;
    color: #000;
    /* По умолчанию черный */
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.dropdown-arrow.rotated {
    transform: rotate(180deg);
}

.dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 4px 0;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(197, 53, 140, 1);
    border-radius: 3px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.25s ease, max-height 0.25s ease;
    z-index: 10;
    pointer-events: none;
}

.dropdown-menu.show {
    opacity: 1;
    max-height: 500px;
    pointer-events: auto;
}

.dropdown-item {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    padding: 8px 16px;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #f0f0f0;
    white-space: nowrap;
}

.dropdown-item:first-child {
    border-top: none;
}

.dropdown-item.selected {
    font-weight: 400;
    color: #111111;
}

.dropdown-item span {
    padding-left: 10px;
    /* Добавлен отступ слева 25px для надписей в меню */
    display: block;
}

.checkmark {
    display: flex;
    align-items: center;
    color: rgba(197, 53, 140, 1);
    flex-shrink: 0;
    margin-right: 5px;
}

/* ======================================= */

.product-flex1,
.product-flex1-2,
.product-flex1-3 {
    opacity: 0;
    pointer-events: none;
    /* чтобы скрытый слайд не мешал кликам */
    position: absolute;
    /* чтобы все слайды лежали друг на друге */
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.5s ease;
    display: flex;
    /* чтобы сохранить flex-контейнер */
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    column-gap: 20px;
}

.product-flex1.active,
.product-flex1-2.active,
.product-flex1-3.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    /* активный слайд занимает место */
}

.product-flexflex {}

.product-card {
    width: 440px;
    height: 814px;
    border-radius: 3px;
    background: var(--general-bg, #fff);
    box-shadow: 0px 4px 41px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.product-image {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.product-text2 {
    color: #111111;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    padding: 0 40px;
    margin-top: 40px;
    width: 100%;
    box-sizing: border-box;
}

.availability-discount {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    margin-top: 25px;
    box-sizing: border-box;
}

.availability {
    display: flex;
    align-items: center;
    gap: 20px;
}

.status-dot {
    width: 13px;
    height: 13px;
    background: #68ae5c;
    border-radius: 50%;
}

.availability-text {
    color: rgba(104, 174, 92, 1);
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
}

.discount-badge {
    width: 113px;
    height: 48px;
    background: rgba(197, 53, 140, 1);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    color: #dddddd;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.price-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 40px;
    margin-top: 8px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.current-price {
    width: 177px;
    height: 50px;
    color: rgba(17, 17, 17, 1);
    font-family: 'NAMU Pro';
    font-size: 42px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
    display: flex;
    align-items: flex-end;
}

.old-price {
    width: 109px;
    height: 29px;
    color: rgba(171, 171, 171, 1);
    font-family: 'NAMU Pro';
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    text-decoration-line: line-through;
    display: flex;
    align-items: flex-end;
}

.actions-row {
    width: 440px;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    box-sizing: border-box;
    gap: 0;
    margin-top: auto;
}

.quantity-selector,
.add-to-cart {
    width: 220px;
    height: 64px;
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.quantity-selector {
    border: 1px solid rgba(17, 17, 17, 1);
    border-right: none;
    gap: 40px;
}

.qty-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    padding: 0;
    box-sizing: border-box;
}

/* Минус (теперь 18x18, как плюс) */
.decrease {
    width: 18px;
    height: 18px;
    border: 0px solid rgba(171, 171, 171, 1);
    position: relative;

}

.decrease::after {
    content: '';
    position: absolute;
    top: 56%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(171, 171, 171, 1);
    transform: translateY(-50%);
}

/* Активный минус (черный, как плюс) */
.decrease.active-minus::after {
    background-color: rgba(17, 17, 17, 1);
}

/* Плюс */
.increase {
    position: relative;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.increase::before,
.increase::after {
    content: '';
    position: absolute;
    background-color: rgba(17, 17, 17, 1);
}

.increase::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
}

.increase::after {
    left: 50%;
    top: 0;
    height: 100%;
    width: 2px;
    transform: translateX(-50%);
}

.qty-number {
    color: rgba(17, 17, 17, 1);
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 400;
    min-width: 20px;
    text-align: center;
}

.add-to-cart {
    background: rgba(17, 17, 17, 1);
    color: rgba(248, 248, 248, 1);
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 400;
    border-left: none;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    border: 1px solid rgba(17, 17, 17, 1);
    border-left: none;
    transition: all 0.3s ease;
}

.add-to-cart:hover {
    background: rgba(197, 53, 140, 1);
    color: #dddddd;
}

/* Статус "Нет в наличии" */
.out-of-stock .status-dot {
    background: #ff0000;
    /* Красный */
}

.out-of-stock .availability-text {
    color: #ff0000;
    /* Красный */
}



/* СЛАЙДЕР=================== */

.slider-controls {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 120px;
    padding-bottom: 150px;
}

.slider-btn {
    width: 64px;
    height: 64px;
    border: 1px solid rgba(17, 17, 17, 1);
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: border-color 0.3s ease;
}

.slider-btn svg {
    width: 34px;
    height: 34px;
    transition: fill 0.3s ease;
}

/* Активные кнопки — ховер меняет бордер и стрелку на розовый */
.slider-btn:not(.inactive):hover {
    border-color: #C5358C;
}

.slider-btn:not(.inactive):hover svg path {
    fill: #C5358C;
}

/* Неактивные кнопки */
/* Бордер чёрный */
.slider-btn.inactive {
    border-color: rgba(17, 17, 17, 1);
    cursor: pointer;
    /* Обычный курсор */
}

/* Стрелка серая */
.slider-btn.inactive svg path {
    fill: rgba(171, 171, 171, 1);
}

/* Убираем ховер-эффект у неактивных */
.slider-btn.inactive:hover {
    border-color: rgba(17, 17, 17, 1);
}

.slider-btn.inactive:hover svg path {
    fill: rgba(171, 171, 171, 1);
}

.slider-counter {
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 400;
    margin-left: 10px;
    color: #111;

}

/* ОТЗЫВЫ====================================== */

.reviews {
    /* Базовые стили для секции, если нужны */
}

.reviews__title {
    font-family: 'NAMU Pro';
    color: var(--title-text);
    font-size: 42px;
    font-weight: 400;
    margin-top: 150px;
}

.pink {
    /* Предполагаю стиль для span, если не задан */
}

.reviews__rating {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    /* padding-bottom: 25px; */
}

.rating-block {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
}

.rating-text {
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: rgba(17, 17, 17, 1);
    font-size: 24px;
}

.big-five {
    margin: 5px;
    font-size: 35px;
    color: rgba(17, 17, 17, 1);
    font-family: "Open Sans";
    font-weight: 550;
}

.stars {
    display: flex;
    gap: 5px;
}

.write-review-btn {
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 400;
    margin-left: 70px;
    width: 270px;
    height: 64px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    border: 1px solid rgba(17, 17, 17, 1);
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
}

.write-review-btn:hover {
    color: #C5358C;
    box-sizing: border-box;
    border: 1px solid rgba(197, 53, 140, 1);
    border-radius: 3px;
}

.reviews__separator {
    margin-top: 60px;
    margin-bottom: 60px;
    border: 1px solid rgba(171, 171, 171, 1);
    opacity: 0.5;
    width: 100%;
    box-sizing: border-box;
}

.reviews__list {}

.review-item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    /* Промежуток между автором/звёздами и контентом */
    align-items: flex-start;
}

.review-hidden {
    display: none;
}

.review-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.review-author {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 500;
    color: rgba(17, 17, 17, 1);
}

.review-stars {
    display: flex;
    gap: 5px;
}

.review-content {
    margin-left: 52px;
    flex: 1;
    /* Занимает оставшееся пространство */
}

.review-title {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    color: rgba(17, 17, 17, 1);
    margin-bottom: 10px;
    /* Небольшой отступ перед текстом */
    display: flex;
    justify-content: space-between;
    /* Заголовок слева, дата справа */
    align-items: center;
}

.review-date {
    color: rgba(144, 144, 144, 1);
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    margin-left: 10px;
    text-align: right;
}

.review-text {
    width: 783px;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    color: rgba(17, 17, 17, 1);
    margin-bottom: 15px;
    /* Отступ перед фото */
    line-height: 1.4;
    /* Для лучшей читаемости */
}

.review-images {
    display: flex;
    gap: 10px;
    /* Промежуток между фото */
}

.review-images img {
    width: 95px;
    height: 95px;
    border-radius: 1px;
    object-fit: cover;
    /* Чтобы фото не искажались */
}

.hidden-photo {
    display: none;
    /* Скрытое фото по умолчанию */
}

.view-all-photos-btn {
    margin-top: 10px;
    /* Отступ от фото */
    background: none;
    border: none;
    color: rgba(197, 53, 140, 1);
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
}

.show-more-btn__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 150px;
}

.show-more-btn {
    width: 311px;
    height: 64px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box;
    border: 1px solid rgba(17, 17, 17, 1);
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    /* Предполагаю шрифт из твоего проекта */
    font-size: 24px;
    /* Размер текста, адаптируй если нужно */
    font-weight: 400;
    color: rgba(17, 17, 17, 1);
    gap: 10px;
    /* Добавил небольшой gap между текстом и стрелкой для баланса */
    transition: background-color 0.3s ease, transform 0.3s ease;
    /* Плавный hover */
}

.show-more-btn:hover {
    color: #C5358C;
    box-sizing: border-box;
    border: 1px solid rgba(197, 53, 140, 1);
    border-radius: 3px;
}

.show-more-btn:hover svg {
    transform: rotate(45deg);
    fill: #C5358C;
    /* Стрелочка слегка повернётся для эффекта */
}

.show-more-btn span {

    /* Текст занимает пространство, стрелка справа */
}

.show-more-btn:hover svg path {
    fill: #C5358C;
}

/* FAQ ================================ */

.faq {
    background: var(--accent-bg3);
    padding-bottom: 116px;
}

.container {}

.faq__title {
    color: #111111;
    font-family: 'NAMU Pro';
    font-size: 42px;
    font-weight: 400;
    padding-top: 150px;
}

.faq__separator {
    margin-top: 34px;
    margin-bottom: 34px;
    border: 1px solid rgba(171, 171, 171, 1);
    opacity: 0.5;
    width: 100%;
    box-sizing: border-box;
}

.flex-question {
    display: flex;
    align-items: center;
    cursor: pointer;
    /* Чтобы указать, что можно кликать */
}

.question {
    color: #111111;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 400;
}

.open__question {
    margin-left: auto;
    transition: transform 0.3s ease, fill 0.3s ease;
    fill: rgb(17, 17, 17);
    display: flex;
    align-items: center;
}

.open__question svg path {
    transition: fill 0.3s ease;
}

/* Скрываем ответ по умолчанию */
.answer__to__question {
    color: rgba(17, 17, 17, 1);
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    max-width: 908px;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease, margin-top 0.5s ease;
}

/* Активное состояние — показываем ответ */
.answer__to__question.active {
    max-height: 500px;
    /* Достаточно, чтобы вместить текст */
    opacity: 1;
    margin-top: 50px;
}

/* Поворот и цвет иконки при активном состоянии */
.open__question.active {
    transform: rotate(45deg);
}

.open__question.active svg path {
    fill: #C5358C;
}

/* news ================================= */

.news {}

.container {}

.news__title--title {
    color: #111111;
    font-family: 'NAMU Pro';
    font-size: 42px;
    font-weight: 400;
    padding-top: 150px;
    margin-bottom: 70px;
}

.news__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 20px;
}

.news-block {
    width: 440px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.news-image {
    width: 440px;
    height: 294px;
    border-radius: 3px;
    display: block;
}

.news-date {
    color: rgba(145, 145, 145, 1);
    font-size: 18px;
    font-weight: 300;
    margin-top: 30px;
}

.news-title {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.news-text {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 300;
    margin-top: 15px;
}

.read-more-btn {
    background: none;
    border: none;
    color: rgba(197, 53, 140, 1);
    text-decoration: underline;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    margin-top: 20px;
}

.extra-text {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 300;
    margin-top: 12px;
}

.news-show-more-btn__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 150px;
}

.news-show-more-btn {
    width: 311px;
    height: 64px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box;
    border: 1px solid rgba(17, 17, 17, 1);
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    /* Предполагаю шрифт из твоего проекта */
    font-size: 24px;
    /* Размер текста, адаптируй если нужно */
    font-weight: 400;
    color: rgba(17, 17, 17, 1);
    gap: 10px;
    /* Добавил небольшой gap между текстом и стрелкой для баланса */
    transition: background-color 0.3s ease, transform 0.3s ease;
    /* Плавный hover */
}

.news-show-more-btn:hover {
    color: #C5358C;
    box-sizing: border-box;
    border: 1px solid rgba(197, 53, 140, 1);
    border-radius: 3px;
}

.news-show-more-btn:hover svg {
    transform: rotate(45deg);
    fill: #C5358C;
    /* Стрелочка слегка повернётся для эффекта */
}

.news-show-more-btn span {

    /* Текст занимает пространство, стрелка справа */
}

.news-show-more-btn:hover svg path {
    fill: #C5358C;
}

.review-hidden {
    display: none;
}

/* контактная форма =======================================*/

.contact__form {
    background: var(--accent-bg3);
    padding-bottom: 110px;
}

.contact-form {
    display: flex;
    gap: 125px;
    color: rgba(17, 17, 17, 1);
    padding-top: 150px;
}

.contact-form__title {
    color: #111111;
    font-family: 'NAMU Pro';
    font-size: 42px;
    font-weight: 400;
}

.left-part,
.right-part {
    display: flex;
    flex-direction: column;
}

.left-part h2,
.right-part h2 {
    font-family: 'NAMU Pro', sans-serif;
    font-size: 42px;
    font-weight: 400;
    color: rgba(17, 17, 17, 1);
    margin-bottom: 20px;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgba(171, 171, 171, 1);
    border: none;
    outline: none;
    width: 555px;
    background: transparent;
    padding: 5px 0;
}

.left-part input[type="tel"] {
    width: 555px;
}

.right-part input[type="email"] {
    width: 555px;
}

.line {
    width: 555px;
    border-bottom: 1px solid rgba(17, 17, 17, 1);
    margin-bottom: 30px;
    margin-top: 15px;
    height: 0;
}

.btn-submit,
.btn-subscribe {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 3px;
    background: rgba(17, 17, 17, 1);
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    gap: 10px;
    user-select: none;
}

.btn-submit {
    width: 277px;
    height: 64px;
    margin-top: 50px;
}

.btn-subscribe {
    width: 244px;
    height: 64px;
    margin-top: 50px;
    margin-bottom: 35px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: rgba(17, 17, 17, 1);
    gap: 10px;
    max-width: 555px;
    line-height: 1.3;
    user-select: none;
}

.checkbox {
    opacity: 0;
    position: absolute;
}

.custom-checkbox {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid rgba(17, 17, 17, 1);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkbox:checked+.custom-checkbox svg {
    display: block;
}

.custom-checkbox svg {
    display: none;
}

/* АДАПТИВ     ============================================== */



@media (max-width: 1260px) {
    .nav {
        position: fixed;
        top: 90px;
        left: 0;
        width: 250px;
        height: calc(100% - 90px);
        background: var(--header_footer-bg);
        box-shadow: 2px 0 5px rgba(0,0,0,0.1);
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 1000;
        padding-top: 20px;
    }

    .nav.active {
        transform: translateX(0);
    }

    .nav__list {
        flex-direction: column;
        gap: 20px;
        padding-left: 0;
        align-items: center;
    }

    .nav__link {
        font-size: 18px;
        display: block;
        width: 100%;
        text-align: center;
    }

    body.menu-open {
        overflow: hidden;
    }
}


