@import "reset.css";
@import "global.css";
@import "header.css";
/* @import "footer.css"; */

/* -------------main__banner----------------- */
.main__banner {
    background: #dddd;
    min-height: 392px;
}

.banner__inner {
    display: flex;
    gap: 87px;
    position: relative;
}

.banner__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}


.banner__title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 42px;
    line-height: 1.03;
    color: var(--title-text);
    margin-bottom: 40px;
    width: 556px;
}


.banner__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 1.03;
    color: var(--title-text);
    margin-bottom: 90px;
    max-width: 85%;
}


.banner__button {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    color: var(--main-bg);
    border-radius: 3px;
    padding: 15px 50px;
    background: var(--bg-color-text);
    transition: all 0.3s ease;
}

.banner__button:hover {
    background: #a82d7a;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.banner__button:active {
    background: #8a2466;
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.banner__img {
    position: relative;
    right: 0px;
}

.banner__img img {
    max-width: 100%;
}

/* --------------main__section-------------- */


.main__section {
    padding: 150px 0;
}

.section__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 20px;

}

.section__item {
    box-shadow: 0 4px 20px 0 #0000000d;
}

.section__item-container {
    display: flex;
    flex-direction: column;
}


.section__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section__item-menu {
    display: flex;
    padding: 30px;
    flex-direction: column;
    gap: 1vh;
    transition: all 0.3s;
}

.section__item-menu p {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: clamp(13px, 2vw, 30px);
    color: var(--title-text);
}

.section__item-link {
    font-family: var(--font-family);
    color: var(--title-text);
    font-size: clamp(11px, 2vw, 24px);
    display: flex;
    align-items: center;
    transition: all 0.3s;
    gap: 20px;
}

.section__item-link svg {
    width: calc(12px + 1.5vw);
    position: relative;
    top: 2px;
}


/* Эффекты при наведении */
.section__item-menu:hover {
    transform: translateY(3px);
    background: var(--title-text);
    border-radius: 0 0 5px 5px;
}

.section__item-menu:hover p {
    color: var(--main-bg);
}

.section__item-menu:hover .section__item-link {
    color: var(--main-bg);
}

.section__item-menu:hover .section__item-link path {
    fill: var(--main-bg);
}

/* -------------------main__active-only------------------ */

.main__active-only {
    background: #f8f8f8;
    display: none;
}

.active-only__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 60px 0;
}

.active-only__content {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.active-only__content h2,
h3,
h4,
h5,
h6 {
    font-family: var(--second-family);
    font-weight: 600;
    color: var(--title-text);
}

.active-only__content h2 {
    font-size: clamp(20px, 5vw, 26px);
}

.active-only__content h3 {
    font-size: clamp(17px, 4vw, 22px);
}

.active-only__content h4 {
    font-size: clamp(16px, 3.5vw, 20px);
}

.active-only__content h5 {
    font-size: clamp(15px, 3vw, 16px);
}

.active-only__content h6 {
    font-size: clamp(13px, 2.5vw, 14px);
}

.active-only__content p {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 11.8px;
    ;
    line-height: 1.4;
    color: var(--title-text);
}

/* ---------------------main__expert-opinion------------------- */

.main__expert-opinion {
    background: #f8f8f8;

}

.expert-opinion__content {
    max-height: 825px;
}

.expert-opinion__wrapper {
    display: grid;
    grid-template-areas:
        "title image"
        "text image";
    grid-template-columns: 1fr 1fr;
    gap: 40px 0px;
    align-items: end;
    position: relative;
}

.expert-opinion__wrapper h2 {
    grid-area: title;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: clamp(15px, 2.8vw, 38px);
    ;
    color: var(--title-text);
    margin-top: clamp(60px, 9.8vw, 150px);
    width: clamp(280px, 55vw, 740px);
    z-index: 1;
}

.expert-opinion__text {
    grid-area: text;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 1;
    margin-bottom: clamp(15px, 12.5vw, 162px);
    width: clamp(280px, 45vw, 670px);
}

.expert-opinion__text p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(10px, 1.2vw, 17.4px);
    line-height: 1.4;
    color: var(--title-text);
}

.expert-opinion__image {
    grid-area: image;
    position: absolute;
    right: -46px;
    z-index: 0;
    margin-right: 20px;
}

.expert-opinion__image img {
    width: clamp(15px, 51vw, 700px);
}

/* ----------------------main__advantages------------------------- */


.advantages__content {
    padding: 150px 0;
}

.advantages__content h2 {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: clamp(20px, 3.4vw, 42px);
    color: var(--title-text);
    margin-bottom: 60px;
}

.advantages__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.advantages__container {
    display: flex;
    box-shadow: 0 4px 20px 0 #0000000d;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    padding: 26px 0 46px;
    gap: 15px;
}

.advantages__img {
    width: clamp(74px, 9vw, 110px);
    display: flex;
    flex-direction: column;
}

.advantages__description {
    display: flex;
    gap: 13px;
    flex-direction: column;
}

.advantages__description-title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: clamp(12px, 1.8vw, 20px);
    text-align: center;
    color: var(--title-text);
}

.advantages__description-text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: clamp(11px, 1.6vw, 18px);
    line-height: 1.3;
    text-align: center;
    color: var(--title-text);
}

/* --------------------------main__category----------------------- */
.main__category {
    background: #f8f8f8;

}

.category__title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: clamp(1.25rem, 0.576rem + 2.766vw, 2.875rem);
    line-height: 1.1;
    color: var(--title-text);
    padding: var(--margin-clamp) clamp(20px, 3.8vw, 50px);
}

.count {
    color: var(--bg-color-text);
}

.category__filter {
    position: relative;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(0.75rem, 0.218rem + 1.091vw, 1.125rem);
}

.category__filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: clamp(85px, 9.5vw, 130px);
    max-width: 89%;
}

.category__filter-tag {
    transition: all .3s;
}

.category__filter-tag:hover {
    color: var(--bg-color-text);
    border-color: var(--bg-color-text);
}

.category__filter-tag {
    border: 1px solid var(--title-text);
    border-radius: 31px;
    padding: 6px 20px;
}


.category__show-more {
    background: #f8f8f8;
    color: var(--bg-color-text);
    text-decoration: underline;
    text-underline-offset: 5px;
    position: absolute;
    right: 0px;
    top: 6px;
}


/* ---------------------------------------- */

.category__sorting {
    position: absolute;
    font-family: var(--font-family);
    z-index: 100;
    right: 0;
    top: 79px;
}

.category__sorting:hover {
    border-color: var(--bg-color-text);
}


.sorting-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: clamp(11.938rem, 14.386vw + 5.104rem, 17.063rem);
    height: clamp(1.875rem, 1.754vw + 1.042rem, 2.5rem);
    border: 1px solid var(--bg-color-text);
    border-radius: 3px;
    cursor: pointer;
}

.sorting-header h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(0.75rem, 0.218rem + 1.091vw, 1.125rem)
}

.sorting-header h3:hover {
    color: var(--bg-color-text);
}

.dropdown-arrow {
    transition: transform 0.3s ease;
}

.sorting-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    margin-top: 8px;
}

.sorting-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: white;
    border: 1px solid #E0E0E0;
    cursor: pointer;
    transition: background 0.2s ease;
    position: relative;
}

.sorting-option:hover {
    background: #f8f8f8;
}

.sorting-option input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.checkmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    margin-left: 12px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.checkmark svg {
    width: 100%;
    height: auto;
}

.sorting-option input:checked~.checkmark {
    opacity: 1;
}

.category__sorting.active .sorting-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.category__sorting.active .dropdown-arrow {
    transform: rotate(180deg);
}


/* -----------------Products--------------------------- */
.swiper {
    width: 100%;
    margin-bottom: clamp(1.875rem, 12.821vw - 2.532rem, 8.125rem);
}

.category__products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 20px;
}

.category__product-card {
    background: var(--main-bg);
    display: flex;
    flex-direction: column;
    width: 440px;
    gap: 40px;
    max-width: 100%;
    box-shadow: 0 2px 10px #0000001a;

}

.category__product-title {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: clamp(0.625rem, -0.485rem + 2.313vw, 1.438rem);
    ;
    color: var(--title-text);
    height: clamp(39px, 5.1vw, 69px);
    max-width: 90%;
    padding-left: clamp(10px, 3vw, 40px);
}


.category__product-availability {
    display: flex;
    align-items: center;
    font-family: var(--font-family);
    font-size: clamp(12px, 1.55vw, 18px);
    font-weight: 400;
    color: #68ae5c;
    position: relative;
    padding-left: clamp(10px, 3vw, 40px);
}

.category__product-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #68ae5c;
    border-radius: 100%;
    margin-right: 8px;
}


.category__product-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 44px;
    background: var(--bg-color-text);
    color: var(--main-bg);
    border-radius: 3px;
    width: clamp(3.5rem, 10.142vw - 1.368rem, 7.063rem);
    height: clamp(1.25rem, 4.982vw - 1.141rem, 3rem);

    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(1rem, 0.317rem + 1.423vw, 1.5rem);
}

.category__product-price {
    display: flex;
    align-items: flex-end;
    padding-left: clamp(10px, 3vw, 40px);
    position: relative;
}

.category__product-price-current {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: clamp(1.063rem, -1.073rem + 4.448vw, 2.625rem);
    color: var(--title-text);
}

.category__product-price-old {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: clamp(0.75rem, -0.275rem + 2.135vw, 1.5rem);
    text-decoration: line-through;
    color: #ababab;
    position: absolute;
    right: 41px;
}

.category__products-action {
    display: flex;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(15px, 2vw, 24px);
}

.category__products-quantity {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid var(--title-text);
    border-radius: 3px;
    width: 220px;
}

.category__products-quantity-btn {
    background: var(--main-bg);
}

.category__products-quantity-btn svg {
    width: clamp(10px, 1.6vw, 20px);
}

#decrease {
    position: relative;
    top: -5px;
}

.category__products-quantity-value {
    line-height: 0;
    color: var(--title-text);
}

.add-to-cart {
    font-weight: 400;
    font-size: clamp(1rem, 0.319rem + 1.421vw, 1.5rem);
    color: #f8f8f8;
    background: var(--title-text);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 3px;
    width: clamp(100px, 14.5vw, 220px);
    height: clamp(36px, 4.5vw, 64px);
    transition: all .3s;
}

.add-to-cart:hover {
    background: var(--bg-color-text);
}

.category__nav {
    display: flex;
    gap: 20px 30px;
    align-items: center;
    padding-bottom: clamp(46px, 9.8vw, 150px);

}

.category__prev,
.category__next {
    border: 1px solid var(--title-text);
    border-radius: 3px;
    width: clamp(2.25rem, 1.5239rem + 2.9787vw, 4rem);
    height: clamp(2.25rem, 1.5239rem + 2.9787vw, 4rem);
    background: transparent;
    flex-shrink: 0;
    transition: ease 0.3s;
}

.category__prev svg,
.category__next svg {
    width: clamp(21px, 3vw, 31px);
    transition: fill 0.3s;
}

.category__prev:hover,
.category__next:hover {
    border-color: var(--bg-color-text);
    transform: translateY(-5px);
}

.category__prev:hover svg path,
.category__next:hover svg path {
    fill: var(--bg-color-text);

}

.category__pagination {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(0.9375rem, 0.7041rem + 0.9574vw, 1.5rem);
    color: var(--title-text);
}

/* -----------------------Отзывы----------------------------- */

.main__reviews {
    margin: var(--margin-clamp);
}


.reviews__title {
    margin-bottom: 20px;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: clamp(1.25rem, 0.6607rem + 2.4176vw, 2.625rem);
    color: var(--title-text);
}

.review__rating {
    display: flex;
    align-items: flex-end;
    gap: 70px;
}


.review__score {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: clamp(1rem, -0.1546rem + 2.4055vw, 1.875rem);
    color: var(--title-text);
    margin-bottom: 10px;
}

.review__score span {
    font-weight: 400;
    font-size: clamp(0.75rem, 0.0902rem + 1.3746vw, 1.25rem);
}

.review__img-stars {
    width: clamp(80px, 12vw, 161px);
}

.review__write-review {
    border: 1px solid var(--title-text);
    border-radius: 3px;
    padding: 15.5px 41px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(1rem, 0.3402rem + 1.3746vw, 1.5rem);
    color: var(--title-text);
    transition: ease 0.3s;
}

.review__write-review:hover {
    transform: translateY(5px);
    color: var(--bg-color-text);
    border-color: var(--bg-color-text);
}

.divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 40px 0;
    border: none;
}

.review {
    display: flex;
    gap: 70px;
    position: relative;
}

.review__author {
    margin-bottom: 15px;
}

.review__author,
.review__user-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: clamp(0.75rem, 0.5469rem + 0.8333vw, 1.25rem);
    line-height: 1.5;
    color: var(--title-text);
}

.review__user {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}



.review__user-title {
    margin-bottom: 10px;
}

.review__user-text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: clamp(0.75rem, 0.2552rem + 1.0309vw, 1.125rem);
    line-height: 1.4;
    color: var(--title-text);
    max-width: 783px;
    width: 100%;
    margin-bottom: 15px;
}


.review__user-photo {
    display: flex;
    gap: 20px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.review__view-photos {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(0.75rem, 0.2537rem + 1.0327vw, 1.125rem);
    color: var(--bg-color-text);
    text-decoration: underline;
    text-underline-offset: 5px;
}

.review-date {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: clamp(0.75rem, 0.2537rem + 1.0327vw, 1.125rem);
    line-height: 1.5;
    color: #909090;
    position: absolute;
    right: 0;
}

.reviews-hidden {
    display: none;
}

.reviews-visible {
    display: block;
}


.reviews-hidden .review {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.show-more {
    display: flex;
    align-items: center;
    position: relative;
    width: clamp(11.1875rem, 0.3009rem + 22.6804vw, 19.4375rem);
    height: clamp(2.25rem, -0.0593rem + 4.811vw, 4rem);
    justify-content: space-evenly;
    left: 37%;
    font-family: var(--font-family);
    font-size: clamp(1rem, 0.3402rem + 1.3746vw, 1.5rem);
    background: none;
    border: 1px solid var(--title-text);
    border-radius: 3px;
    margin-top: clamp(1.875rem, -1.2966rem + 7.4627vw, 5rem);
    transition: ease 0.3s;
}

.show-more:hover {
    transform: translateY(5px);
    color: var(--bg-color-text);
    border-color: var(--bg-color-text);
}

.show-more svg {
    width: clamp(1rem, 0.2577rem + 1.5464vw, 1.5625rem);
}

.show-more:hover svg path {
    fill: var(--bg-color-text);
    transition: ease 0.3s;
}

/* --------------------------АККОРДЕОН-------------------------------- */

.main__accordion {
    padding: var(--margin-clamp);
    background: #f8f8f8;
}

.accordion__title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: clamp(1.25rem, 0.6914rem + 2.2917vw, 2.625rem);
    padding-bottom: 60px;
    position: relative;
}

.accordion__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

.accordion {
    list-style: none;
    position: relative;
}

.accordion__item {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.accordion__item:last-child {
    border-bottom: none;
}

.accordion__header {
    width: 100%;
    text-align: left;
    padding: 34px 0;
    background: #f8f8f8;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(0.8125rem, 0.6348rem + 0.7292vw, 1.25rem);
    line-height: 150%;
    cursor: pointer;
}


.accordion__icon {
    position: relative;
    width: clamp(1.625rem, 1.3711rem + 1.0417vw, 2.25rem);
    height: clamp(1.625rem, 1.3711rem + 1.0417vw, 2.25rem);
    flex-shrink: 0;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.accordion__icon::before,
.accordion__icon::after {
    content: '';
    position: absolute;
    background-color: var(--title-text);
    transition: all 0.3s ease;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
}

.accordion__icon::before {
    transform: translateY(-50%);
}

.accordion__icon::after {
    transform: translateY(-50%) rotate(90deg);
}

.accordion__header.active .accordion__icon::before {
    transform: translateY(-50%) rotate(45deg);
}

.accordion__header.active .accordion__icon::after {
    transform: translateY(-50%) rotate(-45deg);
}

.accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion__content-inner {
    padding: 0 0 50px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: clamp(0.75rem, 0.5977rem + 0.625vw, 1.125rem);
    line-height: 150%;
    width: 68%;
}

.accordion::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

/* ----------------------НОВОСТИ----------------------- */
.main__news {
    margin: var(--margin-clamp);
}


.news__title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: clamp(1.25rem, 0.6914rem + 2.2917vw, 2.625rem);
    margin-bottom: 70px;
}

.news__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.news__content {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.new__content-img {
    width: 100%;
}

.news__content-data {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: clamp(0.75rem, 0.2537rem + 1.0327vw, 1.125rem);
    line-height: 1.5;
    color: #909090;
}

.new__content-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: clamp(0.75rem, 0.5469rem + 0.8333vw, 1.25rem);
    line-height: 1.2;
}

.new__content-text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: clamp(0.75rem, 0.2552rem + 1.0309vw, 1.125rem);
    line-height: 1.2;
}

.new__content-read-more {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(0.75rem, 0.218rem + 1.091vw, 1.125rem);
    color: var(--bg-color-text);
    text-decoration: underline;
    text-underline-offset: 5px;
}

.news__content-hidden {
    display: none;
}

/* Анимация для плавного появления */
.news__content-hidden {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ------------ОБРАТНАЯ СВЯЗЬ--------------- */
.main__form {
    background: #f8f8f8;
    padding: var(--margin-clamp);
}

.container {}

.form__inner {
    display: flex;
    justify-content: space-between;

}

.form__connection {
    width: clamp(19.125rem, -1.4111rem + 42.7835vw, 34.6875rem);
}

.form__title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: clamp(1.25rem, -0.2345rem + 3.0928vw, 2.375rem);
    margin-bottom: clamp(1.25rem, -1.2242rem + 5.1546vw, 3.125rem);
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(0.75rem, 0.2552rem + 1.0309vw, 1.125rem);
    width: 100%;
    padding: clamp(0.625rem, -0.1997rem + 1.7182vw, 1.25rem) 0;
    border-bottom: 1px solid var(--title-text);
    color: #ababab;
    transition: all 0.3s;
    background: none;
}


.form__btn {
    font-family: var(--font-family);
    font-size: clamp(1rem, 0.3402rem + 1.3746vw, 1.5rem);
    color: var(--main-bg);
    background: var(--title-text);
    border-radius: 3px;
    margin-top: clamp(2.25rem, -0.5541rem + 5.8419vw, 4.375rem);
    width: clamp(11.25rem, 3.25rem + 16.6667vw, 17.3125rem);
    height: clamp(2.25rem, -0.0593rem + 4.811vw, 4rem);
    transition: all .3s
}

.form__btn:hover {
    background:var(--bg-color-text);
    
}

.form__subscription {
    width: clamp(19.125rem, -1.4111rem + 42.7835vw, 34.6875rem);
}

.checkbox-container {
    margin-top: clamp(1.25rem, 0.4253rem + 1.7182vw, 1.875rem);
    display: flex;
    gap: 15px;
}

.checkbox-container input {
    border: 1px solid var(--title-text);
    border-radius: 3px;
    width: 7%;
    accent-color: var(--bg-color-text);
    transform: scale(1.3);
}

.privacy-policy {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(0.625rem, 0.1302rem + 1.0309vw, 1rem);
    line-height: 120%;
}