@import "fonts.css";
@import "reset.css";
@import "global.css";

@import "header.css";
@import "footer.css";

/* ========================================= */

.main__products {
    margin: 60px 0 70px;
}

.products {
    z-index: 2;
}

.products__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    gap: 20px;
}

.products__list:last-child {
    margin-bottom: 0;
}

.products__item {
    border-radius: 3px;
    box-shadow: 0 4px 41px 0 #0000000d, 0 4px 41px 0 #0000000d;
    background: var(--bg-1);
}

.product__card:hover .product__card-button {
    background: var(--general-color);
    color: var(--accent-text);
    border-radius: 0px 0px 10px 10px;
}

.product__card:hover .product__card-button path {
    fill: var(--accent-text);
}

.products__img {
    border-radius: 10px;
}

.product__card-button {
    padding: 20px 40px 30px;
    transition: var(--transition);
}

.product__card-button path {
    transition: var(--transition);
}

.product__card-title {
    font-family: var(--second-family);
    line-height: 19px;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 23px;
}

.product__card-text {
    font-weight: 400;
    font-size: 24px;
    display: flex;
}

.product__card-arrow {
    transform: scale(0.8);
    margin-left: 16px;
}

/* ========================================= */

.opinion {
    background: var(--bg-2);
    height: 825px;
    position: relative;
}

.opinion__img {
    position: absolute;
    top: 125px;
    right: 250px;
}

.opinion__inner {
    position: absolute;
    z-index: 1;
    top: 125px;
    left: 250px;
}

.opinion__title {
    font-family: var(--second-family);
    font-size: 42px;
    color: var(--general-color);
    margin-bottom: 40px;
}

.opinion__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--general-color);
    max-width: 670px;
    margin-bottom: 28px;
}

.opinion__text:last-child {
    margin-bottom: 0;
}

/* ========================================= */

.main__about {
    padding: 150px 0 150px;
}

.about {
    background: var(--bg-1);
}

.about__title {
    font-family: var(--second-family);
    font-size: 42px;
    color: var(--general-color);
    margin-bottom: 60px;
}

.about__list {
    display: flex;
    flex-flow: wrap;
    gap: 20px;

}

.about__item {
    box-shadow: 0 4px 41px 0 #0000000d;
    background: var(--bg-1);
    flex-direction: column;
    padding: 26px 82px 46px;
    width: 440px;
    height: 280px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.about__img {
    margin-bottom: 30px;
}

.about__card-title {
    font-family: var(--second-family);
    font-size: 20px;
    text-align: center;
    color: var(--general-color);
    margin-bottom: 13px;
}

.about__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: var(--general-color);
}

/* ========================================= */

.main__sales {
    padding: 150px 0;
}

.sales {
    background: var(--bg-2);
}

.sales__title {
    font-family: var(--second-family);
    font-weight: 900;
    font-size: 46px;
    line-height: 110%;
    margin-bottom: 50px;
}

.sales__title span {
    color: var(--accent-color);
}

.sales__hints {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sales__hints-list {
    max-width: 1150px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.sales__hints-item {
    border: 1px solid var(--general-color);
    border-radius: 31px;
    padding: 6px 20px 7px;
    font-weight: 400;
    font-size: 18px;
    transition: var(--transition);
}

.sales__hints-item:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

.sales__hints-item:nth-child(n + 5) {
    display: none;
}

.sales__hints-item.sales__hints-item--visible {
    display: block;
}

.sales__more-hints-list--active {
    display: flex;
}

.show-more__link--sales {
    align-self: start;
    margin-top: 6px;
}

.sales__drop-down {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
    cursor: pointer;
}

.drop-down__wrapper {
    border: 1px solid var(--accent-color);
    border-radius: 3px;
    transition: var(--transition);
}

.drop-down__wrapper:hover {
    border-color: var(--accent-color);
}

.drop-down__list {
    margin: 7px 25px 8px;
    background: var(--bg-2);
    font-weight: 400;
    font-size: 18px;
    transition: var(--transition);
}

.sales__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.sales__item {
    max-width: 440px;
    background: var(--bg-1);
    box-shadow: 0 4px 41px 0 rgba(0, 0, 0, 0.05);
}

.sales__img {
    margin-bottom: 40px;
}

.sales__item-text {
    font-weight: 300;
    font-size: 24px;
    line-height: 33px;
    padding: 0 40px;
    margin-bottom: 25px;
}

.sales__item-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    margin-bottom: 40px;
}

.sales__item-in-stock {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    color: #68ae5c;
    padding-left: 33px;
    margin-bottom: 8px;
}

.sales__item-in-stock::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #68ae5c;
    top: 3px;
    left: 0;
}

.sales__item-discount {
    font-weight: 300;
    font-size: 24px;
    color: var(--bg-2);
    background: var(--accent-color);
    padding: 12px 28.5px;
    border-radius: 3px;
    margin-bottom: 8px;
}

.sales__item-current-price {
    font-family: var(--second-family);
    font-weight: 900;
    font-size: 42px;
}

.sales__item-before-price {
    font-family: var(--second-family);
    font-weight: 900;
    font-size: 24px;
    text-decoration: line-through;
    color: #ababab;
    align-self: end;
}

.sales__item-bottom {
    display: flex;
    justify-content: space-between;
    max-height: 64px;
}

.sales__item-add-menu {
    border: 1px solid var(--general-color);
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 19px 32px;
    width: 220px;
}

.sales__item-minus {
    height: 7px;
    margin-bottom: 15px;
    transition: var(--transition);
}

.sales__item-minus path {
    stroke: var(--general-color);
}

.sales__item-minus:hover path {
    stroke: var(--accent-color);
}

.sales__item-plus {
    transition: var(--transition);
}

.sales__item-plus:hover path {
    stroke: var(--accent-color);
}

.sales__item-count {
    font-weight: 400;
    font-size: 24px;
    cursor: default;
}

.sales__item-button {
    width: 220px;
    color: var(--bg-2);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--general-color);
    padding: 15.5px 54px;
    font-weight: 300;
    font-size: 24px;
    transition: var(--transition);
}

.sales__item-button:hover {
    background: var(--accent-color);
}

.sales__bottom {
    display: flex;
    align-items: center;
    margin-top: 130px;
}

.sales__arrow-left {
    transform: rotateY(180deg);
    border: 1px solid #111;
    border-radius: 3px;
    padding: 14px 11px 11px;
    margin-right: 20px;
}

.sales__arrow-right {
    border: 1px solid #111;
    border-radius: 3px;
    padding: 14px 11px 11px;
    margin-right: 30px;
    transition: var(--transition);
}

.sales__arrow-left:hover,
.sales__arrow-right:hover {
    border-color: var(--accent-color);
}

.sales__arrow-left path,
.sales__arrow-right path {
    transition: var(--transition);
}

.sales__arrow-left:hover path,
.sales__arrow-right:hover path {
    fill: var(--accent-color);
}

.sales__page-number {
    font-weight: 400;
    font-size: 24px;
    margin-right: 5px;
}

.sales__pages {
    font-weight: 400;
    font-size: 24px;
}

/* ========================================= */

.reviews {
    background: var(--bg-1);
}

.main__reviews {
    padding: 140px 0;
}

.reviews__title {
    font-family: var(--second-family);
    font-weight: 900;
    font-size: 42px;
    margin-bottom: 25px;
}

.reviews__title span {
    color: var(--accent-color);
}

.reviews__top {
    display: flex;
    gap: 70px;
    align-items: center;
    margin-bottom: 50px;
}

.reviews__score {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 8px;
}

.reviews__score span {
    font-weight: 500;
    font-size: 30px;
}

.reviews__stars {
    margin-left: 5px;
}

.reviews__button {
    border: 1px solid #111;
    border-radius: 3px;
    padding: 17px 41px;
    font-weight: 400;
    font-size: 24px;
    transition: var(--transition);
}

.reviews__button:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

.reviews__divider {
    width: 1360px;
    height: 1px;
    background: #ababab;
    margin: 40px 0 40px;
}

.reviews__item {
    display: flex;
    gap: 70px;
}

.reviews__name {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 15px;
}

.reviews__item-stars {
    min-width: 142px;
}

.reviews__right-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.reviews__item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
}

.reviews__date {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #909090;
}

.reviews__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    max-width: 770px;
    margin-bottom: 30px;
}

.reviews__reviews-item:nth-child(n + 4) {
    display: none;
}

.reviews__reviews-item.reviews__reviews-item--visible {
    display: block;
}

.reviews__imgs-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 325px;
    gap: 20px;
    margin-bottom: 10px;
}

.reviews__imgs-item--1:nth-child(n + 4) {
    display: none;
}

.reviews__imgs-item--2:nth-child(n + 2) {
    display: none;
}

.reviews__imgs-item--1.reviews__imgs-item--visible {
    display: block;
}

.reviews__imgs-item--2.reviews__imgs-item--visible {
    display: block;
}

.reviews__img {
    border-radius: 3px;
}

/* ========================================= */

.faq {
    background: var(--bg-2);
}

.main__faq {
    padding: 150px 0;
}

.faq__title {
    font-family: var(--second-family);
    font-weight: 900;
    font-size: 42px;
    margin-bottom: 60px;
}

.faq__divider {
    width: 1360px;
    height: 1px;
    background: #ababab;
}

.faq__accordion-list-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq__accordion-list-control-title {
    margin: 35px 0 35px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.horizontal-line {
    background: var(--general-color);
    width: 36px;
    height: 2px;

    position: relative;
    top: 19px;
    transition: var(--transition);
}

.vertical-line {
    background: var(--general-color);
    width: 2px;
    height: 36px;

    position: relative;
    left: 17px;
    transition: var(--transition);
}

.faq__accordion-list-item--opened .vertical-line,
.faq__accordion-list-item--opened .horizontal-line {
    transform: rotate(45deg);
    background: var(--accent-color);
    transition: var(--transition);
}

.faq__accordion-list-content {
    max-height: 0;
    overflow: hidden;
    transition: var(--transition);
}

.faq__acccordion-list-text {
    margin: 16px 0 50px;

    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
}

/* ========================================= */

.news {
    background: var(--bg-1);
}

.main__news {
    padding: 150px 0;
}

.news__title {
    font-family: var(--second-family);
    font-weight: 900;
    font-size: 42px;
    margin-bottom: 70px;
}

.news__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 20px;
    margin-bottom: 80px;
}

.news__item {
    display: flex;
    flex-wrap: wrap;
    max-width: 440px;
}

.news__item:nth-child(n + 4) {
    display: none;
}

.news__item.news__item--visible {
    display: flex;
}

.news__img {
    margin-bottom: 30px;
}

.news__date {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #909090;
    margin-bottom: 20px;
}

.news__item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 15px;
}

.news__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 20px;
}

/* ========================================= */

.connect {
    background: var(--bg-2);
}

.main__connect {
    padding: 150px 0 111px;
}

.connect__content {
    display: flex;
    gap: 135px;
}

.contact__title {
    font-family: var(--second-family);
    font-weight: 900;
    font-size: 42px;
    margin-bottom: 50px;
}

.contact__input-name input,
.contact__input-tel input {
    background: var(--bg-2);
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px;
}

.contact__input-name::placeholder,
.contact__input-tel::placeholder {
    color: #ababab;
}

.contact__input-name div,
.contact__input-tel div {
    width: 555px;
    height: 1px;
    background: var(--general-color);
}

.contact__input-name div {
    margin-bottom: 30px;
}

.contact__input-tel div {
    margin-bottom: 70px;
}

.contact__button {
    background: var(--general-color);
    color: var(--accent-text);
    font-weight: 400;
    font-size: 24px;
    padding: 15.5px 42.5px;
    border-radius: 3px;
    transition: var(--transition);
}

.contact__button:hover {
    background: var(--accent-color);
}

.subscription__content {
    max-width: 555px;
}

.subscription__title {
    font-family: var(--second-family);
    font-weight: 900;
    font-size: 42px;
    margin-bottom: 50px;
}

.subscription__input-email input {
    background: var(--bg-2);
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px;
}

.subscription__input-email::placeholder {
    color: #ababab;
}

.subscription__input-email div {
    width: 555px;
    height: 1px;
    background: var(--general-color);
    margin-bottom: 70px;
}

.subscription__button {
    background: var(--general-color);
    color: var(--accent-text);
    font-weight: 400;
    font-size: 24px;
    padding: 15.5px 46.5px;
    border-radius: 3px;
    transition: var(--transition);
    margin-bottom: 35px;
}

.subscription__button:hover {
    background: var(--accent-color);
}

.subscription__checkbox {
    display: flex;
    align-items: center;
    gap: 16px;
}

.subscription__checkbox input {
    appearance: none;
    border: 1px solid var(--general-color);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    transition: var(--transition);
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
}

.subscription__checkbox input::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("../img/svg/check.svg") 61% 48% no-repeat;
    opacity: 0;
    transition: var(--transition);
}

.subscription__checkbox input:checked::before {
    opacity: 1;
}

.subscription__checkbox span {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

/* ========================================= */

@media (max-width: 1800px) {
    .opinion__img {
        right: 50px;
    }
}
@media (max-width: 1600px) {
    .opinion__img {
        right: 0px;
    }
}

@media (max-width: 1400px) {
    .container {
        max-width: 1100px;
    }

    .hero__img {
        max-height: 600px;
    }

    .nav {
        font-size: 16px;
    }

    .header__main-logo {
        max-width: 160px;
    }

    .header__logo-container {
        gap: 30px;
    }

    /* ----------------- */

    .products__list {
        gap: 10px 20px;
    }

    .products__img {
        max-width: 260px;
    }

    .product__card-button {
        padding: 15px 12px 9px;
    }

    .product__card-title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .product__card-text {
        font-size: 16px;
        align-items: center;
    }

    .product__card-arrow {
        transform: scale(0.5);
        margin-left: 0;
    }

    .product__card:hover .product__card-button {
        border-radius: 0px 0px 5px 5px;
    }

    /* -------------- */

    .opinion {
        padding: 150px 0 162px;
        display: flex;
        align-items: center;
    }

    .opinion__img {
        display: none;
    }

    .opinion__inner {
        position: static;
        display: block;
    }

    /* ------------- */

    .about__item {
        padding: 18px 55px 30px;
        width: 350px;
        height: 220px;
    }

    .about__img {
        max-width: 90px;
        margin-bottom: 13px;
    }

    .about__card-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .about__text {
        font-weight: 300;
        font-size: 14px;
        line-height: 130%;
    }

    /* ---------------- */

    .sales__list {
        margin-bottom: 40px;
    }

    .sales__item {
        max-width: 353px;
    }

    .sales__img {
        max-width: 100%;
    }

    .sales__item-text {
        font-size: 18px;
        line-height: 130%;
    }

    .sales__item-in-stock {
        font-weight: 400;
        font-size: 18px;
        padding-left: 20px;
        margin-bottom: 8px;
    }

    .sales__item-current-price {
        font-size: 30px;
    }

    .sales__item-before-price {
        font-size: 18px;
    }

    .sales__item-add-menu {
        width: 50%;
        gap: 20px;
        padding: 19px 20px;
    }

    .swiper {
        margin-bottom: 0;
    }

    /* ------------- */

    .news__item {
        max-width: 350px;
    }

    .news__img img {
        max-width: 350px;
    }

    /* -------------- */

    .contact__input-name div,
    .contact__input-tel div {
        width: 390px;
        height: 1px;
        background: var(--general-color);
    }

    /* ---------------- */

    .footer__item {
        font-size: 16px;
    }

    .footer_cr {
        font-size: 16px;
        bottom: 30px;
        right: 114px;
    }
}

@media (max-width: 1100px) {
    .container {
        max-width: 900px;
    }

    .hero__img {
        max-height: 400px;
    }

    .hero__title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .hero__text {
        max-width: 500px;
        font-size: 22px;
        margin-bottom: 70px;
    }

    .nav {
        font-size: 13px;
    }

    .nav__list {
        justify-content: space-between;
    }

    .header__main-logo {
        max-width: 100px;
    }

    .header__logo-container {
        gap: 25px;
    }

    .hero__button {
        font-size: 20px;
        padding: 13px 48px;
    }

    /* ----------------- */

    .products__list {
        gap: 10px 10px;
    }

    .products__img {
        max-width: 185px;
    }

    /* ------------- */

    .about__title {
        margin-left: 15px;
    }

    .about__list {
        justify-content: center;
    }

    .about__item {
        padding: 18px 55px 30px;
        width: 370px;
        height: 220px;
    }

    /* ---------------- */

    .sales__list {
        margin-bottom: 40px;
    }

    .sales__item {
        max-width: 280px;
    }

    .sales__img {
        max-width: 100%;
    }

    .sales__item-text {
        font-size: 16px;
        min-height: 83px;
    }

    .sales__item-in-stock {
        font-size: 14px;
        padding-left: 15px;
        margin-bottom: 8px;
    }

    .sales__item-discount {
        padding: 10px 15px;
        margin-bottom: 10px;
    }

    .sales__item-in-stock::before {
        width: 8px;
        height: 8px;
        top: 3px;
    }

    .sales__item-current-price {
        font-size: 25px;
    }

    .sales__item-before-price {
        font-size: 18px;
    }

    .sales__item-add-menu {
        gap: 20px;
        padding: 15px 15px;
    }

    .sales__item-minus {
        height: 7px;
        margin-bottom: 15px;
    }

    .sales__item-count {
        font-size: 20px;
    }

    .sales__item-button {
        width: 50%;
        padding: 12px 30px;
        font-size: 16px;
    }

    .sales__bottom {
        margin-left: 20px;
    }

    /* ------------- */

    .reviews__divider {
        max-width: 900px;
    }

    /* ------------- */

    .faq__divider {
        max-width: 900px;
    }

    /* ------------- */

    .news__list {
        justify-content: center;
        gap: 10px;
    }

    .news__item {
        max-width: 250px;
    }

    .news__img img {
        max-width: 250px;
    }

    .news__item-title {
        font-size: 16px;
    }

    .news__text {
        font-size: 16px;
    }

    /* -------------- */

    .contact__title {
        font-size: 32px;
    }

    .contact__input-name div,
    .contact__input-tel div {
        width: 300px;
        height: 1px;
        background: var(--general-color);
    }

    .subscription__title {
        font-size: 32px;
    }

    .subscription__input-email div {
        width: 360px;
    }

    .subscription__checkbox {
        max-width: 400px;
        align-items: start;
    }

    /* ---------------- */

    .footer__logo {
        margin-bottom: 15px;
    }

    .footer__logo img {
        width: 140px;
    }

    .footer__item {
        font-size: 16px;
    }

    .footer__about,
    .shop__title,
    .info__title,
    .ofers__title,
    .contacts__content {
        font-size: 20px;
    }

    .footer__contacts span {
        font-size: 20px;
    }

    .footer_cr {
        font-size: 16px;
        bottom: 30px;
        right: 114px;
        width: 300px;
    }
}

@media (max-width: 900px) {

    .body--opened-menu .nav {
        transform: translateY(0%);
        opacity: 1;
        visibility: visible;
    }

    .container {
        max-width: 770px;
    }

    .hero__img {
        max-height: 350px;
    }

    .hero__container {
        max-width: 600px;
    }

    .hero__title {
        max-width: 500px;
    }

    .hero__text {
        max-width: 380px;
    }

    .nav {
        position: fixed;
        inset: 0;
        z-index: 3;
        background: var(--general-color);
        padding: 26vh 15px 30px;
        font-size: 24px;

        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        transition: var(--transition);
    }

    .nav__list {
        align-items: center;
        flex-direction: column;
    }

    .header__main-logo {
        max-width: 120px;
    }

    .header__logo-container {
        gap: 30px;
    }

    /* ------------- */

    .opinion__title {
        font-size: 35px;
    }

    /* ------------- */

    .about__title {
        font-size: 35px;
        margin-left: 15px;
    }

    .about__list {
        justify-content: center;
    }

    .about__item {
        padding: 18px 55px 30px;
        width: 370px;
        height: 220px;
    }

    /* ---------------- */

    .sales__title {
        font-size: 35px;
    }

    .sales__hints-list {
        gap: 10px;
    }

    .sales__hints-item {
        font-size: 14px;
    }

    .sales__list {
        justify-content: center;
        gap: 10px;
    }

    .sales__item {
        max-width: 250px;
    }

    .sales__img {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .sales__item-text {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .sales__item-discount {
        font-size: 20px;
        padding: 8px 12px;
        margin-bottom: 5px;
    }

    .sales__item-price {
        margin-bottom: 20px;
    }

    .sales__item-current-price {
        font-size: 25px;
    }

    .sales__item-button {
        padding: 12px 20px;
    }

    /* ------------- */

    .reviews__title {
        font-size: 35px;
    }

    .reviews__button {
        padding: 10px 20px;
    }

    .reviews__item {
        gap: 30px;
    }

    .reviews__img {
        width: 80px;
    }

    .reviews__divider {
        max-width: 770px;
    }

    .show-more__content {
        padding: 10px 20px;
    }

    /* ------------- */

    .main__faq {
        padding: 100px 0 120px;
    }

    .faq__title {
        font-size: 35px;
    }

    .faq__accordion-list-control-title {
        margin: 20px 0;
        font-size: 18px;
    }

    .faq__divider {
        max-width: 770px;
    }

    /* -------------- */

    .main__connect {
        padding: 100px 0 120px;
    }

    .contact__title {
        font-size: 30px;
    }

    .contact__input-tel div {
        margin-bottom: 50px;
    }

    .contact__button {
        padding: 10px 20px;
        font-size: 20px;
    }

    .subscription__title {
        font-size: 30px;
    }

    .subscription__input-email div {
        width: 280px;
        margin-bottom: 50px;
    }

    .subscription__button {
        padding: 10px 20px;
        font-size: 20px;
    }

    .subscription__checkbox {
        max-width: 300px;
        align-items: start;
    }

    .subscription__checkbox span {
        font-size: 14px;
    }
}

@media (max-width: 770px) {

    .container {
        max-width: 630px;
    }

    .show-more__link {
        font-size: 12px;
    }

    /* --------------- */
    .header__logo-container {
        display: flex;
        align-items: center;
        gap: 40px;
    }

    .header__burger-logo {
        max-height: 40px;
    }

    .header__burger-logo svg {
        max-height: 40px;
    }

    .header__main-logo {
        max-width: 142px;
        max-height: 60px;
        padding-top: 3px;
    }

    .header_cart {
        max-height: 30px;
    }

    .header_cart svg {
        max-height: 30px;
    }

    /* --------------- */

    .hero {
        min-height: 389px;
        justify-content: start;
        padding-top: 73;
    }

    .hero__img {
        max-height: 389px;
        margin-right: -81px;
    }

    .hero__container {
        margin-left: -77px;
        margin-right: -280px;
        margin-top: -64px;
    }

    .hero__title {
        font-size: 30px;
        line-height: 100%;
        max-width: 363px;
        margin-bottom: 20px;
    }

    .hero__text {
        font-size: 12px;
        line-height: 130%;
        max-width: 253px;
        margin-bottom: 46px;
    }

    .hero__button {
        font-size: 16px;
        padding: 7px 26.5px;
    }

    /* --------------- */

    .products__list {
        gap: 10px 20px;
    }

    .products__img {
        max-width: 142px;
    }

    .product__card-button {
        padding: 10px 12px 6px;
    }

    .product__card-title {
        font-size: 16px;
        margin-bottom: -3px;
    }

    .product__card-text {
        font-size: 12px;
        align-items: center;
    }

    .product__card-arrow {
        transform: scale(0.4);
        margin-left: 0;
    }

    .product__card:hover .product__card-button {
        border-radius: 0px 0px 5px 5px;
    }

    /* --------------- */

    .opinion {
        height: 375px;
        padding: 70px 0 80px;
    }

    .opinion__img {
        visibility: hidden;
    }

    .opinion__title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .opinion__text {
        font-size: 12px;
        margin-bottom: 16px;
    }

    /* --------------- */

    .main__about {
        padding: 60px 0 70px;
    }

    .about__title {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .about__item {
        padding: 18px 55px 30px;
        width: 304px;
        height: 190px;
    }

    .about__img {
        max-width: 74px;
        margin-bottom: 13px;
    }

    .about__card-title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .about__text {
        font-weight: 300;
        font-size: 12px;
        line-height: 130%;
    }

    /* --------------- */

    .main__sales {
        padding: 60px 0 70px;
    }

    .sales__title {
        font-size: 30px;
        line-height: 110%;
        margin-bottom: 21px;
    }

    .sales__hints {
        margin-bottom: 20px;
    }

    .sales__hints-list {
        gap: 8px;
    }

    .sales__hints-item {
        font-size: 12px;
        padding: 6px 7px 7px;
    }

    .sales__drop-down {
        margin-bottom: 30px;
    }

    .drop-down__list {
        margin: 7px 45px 8px 15px;
        font-size: 12px;
    }

    .sales__list {
        margin-bottom: 40px;
    }

    .sales__item {
        max-width: 196px;
    }

    .sales__img {
        max-width: 196px;
        margin-bottom: 10px;
    }

    .sales__item-text {
        font-size: 12px;
        line-height: 130%;
        padding: 0 12px;
        margin-bottom: 10px;
    }

    .sales__item-price {
        padding: 0 12px;
        margin-bottom: 12px;
    }

    .sales__item-in-stock {
        font-weight: 400;
        font-size: 12px;
        padding-left: 20px;
        margin-bottom: 8px;
    }

    .sales__item-in-stock::before {
        width: 8px;
        height: 8px;
        top: 1.5px;
        left: 0;
    }

    .sales__item-discount {
        font-size: 16px;
        padding: 4px 9px;
        border-radius: 3px;
        margin-bottom: 8px;
    }

    .sales__item-current-price {
        font-size: 20px;
    }

    .sales__item-before-price {
        font-size: 12px;
    }

    .sales__item-add-menu {
        display: none;
    }

    .sales__item-button {
        width: 220px;
        border-radius: 3px;
        padding: 10px 54px;
        font-size: 16px;
    }

    .sales__arrow-left,
    .sales__arrow-right {
        padding: 6px 6px 5px 7px;
        margin-right: 10px;
    }

    .sales__arrow-right {
        margin-right: 15px;
    }

    .sales__arrow-left svg,
    .sales__arrow-right svg {
        max-width: 20px;
        max-height: 19px;
    }

    .sales__page-number {
        font-weight: 400;
        font-size: 16px;
        margin-right: 4px;
    }

    .sales__pages {
        font-weight: 400;
        font-size: 16px;
    }

    /* --------------- */

    .main__reviews {
        padding: 60px 0 70px;
    }

    .reviews__title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .reviews__top {
        display: flex;
        gap: 102px;
        align-items: center;
        margin-bottom: 20px;
    }

    .reviews__score {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .reviews__score span {
        font-size: 16px;
    }

    .reviews__stars {
        display: flex;
        margin-left: 0px;
        gap: 3px;
    }

    .reviews__stars svg {
        max-width: 10px;
        max-height: 10px;
    }

    .reviews__button {
        padding: 10px 37px;
        font-size: 16px;
    }

    .reviews__button:hover {
        border-color: var(--accent-color);
        color: var(--accent-color);
    }

    .reviews__divider {
        width: 628px;
        margin: 20px 0 20px;
    }

    .reviews__item {
        display: flex;
        gap: 22px;
    }

    .reviews__name {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .reviews__item-stars {
        min-width: 142px;
    }

    .reviews__item-star {
        display: flex;
        gap: 3px;
    }

    .reviews__item-star svg {
        max-height: 10px;
        max-width: 10px;
    }

    .reviews__right-top {
        gap: 282px;
        margin-bottom: 6px;
    }

    .reviews__item-title {
        font-size: 14px;
    }

    .reviews__date {
        font-size: 12px;
    }

    .reviews__text {
        font-size: 12px;
        max-width: 320px;
        margin-bottom: 20px;
    }

    .reviews__reviews-item:nth-child(n + 4) {
        display: none;
    }

    .reviews__reviews-item.reviews__reviews-item--visible {
        display: block;
    }

    .reviews__imgs-list {
        max-width: 223px;
        margin-bottom: 8px;
    }

    .reviews__img {
        max-width: 61px;
        max-height: 61px;
    }

    .show-more {
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }

    .show-more__content {
        display: flex;
        gap: 16px;
        padding: 7px 20px 7px 20px;
    }

    .show-more__content svg {
        max-width: 17px;
        max-height: 17px;
    }

    .show-more__text {
        font-size: 16px;
    }

    /* -------------- */

    .main__faq {
        padding: 60px 0 76px;
    }

    .faq__title {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .faq__divider {
        width: 628px;
    }

    .faq__accordion-list-control-title {
        margin: 18px 0 18px;
        font-size: 16px;
        line-height: 140%;
    }

    .faq__accordion-list-control {
        gap: 52px;
    }

    .horizontal-line {
        width: 30px;
        top: 16px;
    }

    .vertical-line {
        height: 30px;
        left: 14px;
    }

    /* -------------- */

    .main__news {
        padding: 60px 0 70px;
    }

    .news__title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .news__list {
        row-gap: 40px;
        column-gap: 20px;
        margin-bottom: 40px;
    }

    .news__item {
        max-width: 196px;
    }

    .news__img {
        margin-bottom: 12px;
    }

    .news__img img {
        max-width: 196px;
    }

    .news__date {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .news__item-title {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .news__text {
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 140%;
    }

    /* -------------- */

    .main__connect {
        padding: 63px 0 70px;
    }

    .connect__content {
        gap: 20px;
    }

    .contact__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .contact__input-name input,
    .contact__input-tel input {
        margin-bottom: 7px;
        font-size: 12px;
    }

    .contact__input-name div,
    .contact__input-tel div {
        width: 304px;
    }

    .contact__input-name div {
        margin-bottom: 20px;
    }

    .contact__input-tel div {
        margin-bottom: 40px;
    }

    .contact__button {
        font-size: 16px;
        padding: 7px 26px;
    }

    .subscription__content {
        max-width: 304px;
    }

    .subscription__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .subscription__input-email input {
        margin-bottom: 7px;
        font-size: 12px;
    }

    .subscription__input-email div {
        width: 304px;
        margin-bottom: 40px;
    }

    .subscription__button {
        font-size: 16px;
        padding: 7px 26px;
    }

    .subscription__checkbox {
        gap: 10px;
    }

    .subscription__checkbox input {
        width: 19px;
        height: 19px;
    }

    .subscription__checkbox input::before {
        background: url("../img/svg/check2.svg") 45% 52% no-repeat;
    }

    .subscription__checkbox input:checked::before {
        opacity: 1;
    }

    .subscription__checkbox span {
        font-size: 10px;
    }

    /* -------------- */

    .footer {
        padding: 20px 0 30px;
    }

    .footer__logo {
        margin-bottom: 10px;
    }

    .footer__logo img {
        max-width: 73px;
    }

    .footer__about,
    .shop__title,
    .info__title,
    .ofers__title,
    .contacts__content {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .footer__about {
        margin-bottom: 10px;
    }

    .footer__list {
        font-size: 10px;
    }

    .footer__item {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .footer__contacts {
        margin-right: 20px;
    }

    .contacts__content {
        max-width: 122px;
        margin-bottom: 12px;
    }
    .contacts__content span {
        font-size: 14px;
    }

    .contacts__content div {
        margin-bottom: 10px;
    }

    .contacts__logos {
        gap: 10px;
    }

    .logos__tg {
        display: flex;
        width: 21px;
        height: 21px;
        padding: 6.26px 5.59px 5.31px 4.04px;
    }

    .logos__tg svg {
        max-width: 11.37px;
        max-height: 9.43px;
    }

    .logos__vk {
        display: flex;
        width: 21px;
        height: 21px;
        padding: 6.93px 4.69px 6.63px 4.4px;
    }

    .logos__vk svg {
        max-width: 11.92px;
        max-height: 7.44px;
    }

    .logos__yt {
        display: flex;
        width: 21px;
        height: 21px;
        padding: 6.78px 4.54px 6.78px 4.54px;
    }

    .logos__yt svg {
        max-width: 10.88px;
        max-height: 7.62px;
    }

    .footer_cr {
        font-size: 10px;
        line-height: 150%;
        bottom: 15px;
        right: 33px;
    }

    /* -------------- */

}
@media (max-width: 660px) {

    .container {
        max-width: 540px;
    }

    /* --------------- */

    .header__main-logo {
        max-width: 122px;
    }

    /* --------------- */

    .hero {
        min-height: 389px;
        justify-content: center;
        padding-top: 73;
    }

    .hero__img {
        max-height: 300px;
        z-index: 1;
    }

    .hero__container {
        position: relative;
        z-index: 3;
        left: 10px;
    }

    .hero__title {
        font-size: 25px;
        max-width: 340px;
    }

    /* --------------- */

    .products__list {
        gap: 10px 10px;
    }

    .products__img {
        max-width: 120px;
    }

    /* --------------- */

    .opinion {
        padding: 50px 0 80px;
    }

    /* --------------- */

    .about__item {
        padding: 10px 10px 10px;
        width: 260px;
        height: 120px;
        flex-flow: row;
    }

    /* --------------- */

    .sales__list {
        margin-bottom: 0;
    }

    .sales__item {
        max-width: 170px;
    }

    .sales__img {
        max-width: 170px;
        margin-bottom: 10px;
    }

    .sales__item-text {
        min-height: 70px;
    }

    .sales__item-button {
        padding: 10px 20px;
    }

    .sales__bottom {
        margin-top: 40px;
    }
    /* --------------- */

    .reviews__divider {
        width: 540px;
    }

    .reviews__item {
        display: flex;
        gap: 22px;
    }

    .reviews__left {
        display: flex;
        flex-flow: column;
        max-width: 70px;
    }

    .reviews__right-top {
        justify-content: space-between;
        gap: 0;
        width: 400px;
    }

    .reviews__item-title {
        min-width: 150px;
    }

    /* -------------- */

    .faq__divider {
        width: 540px;
    }

    /* -------------- */

    .news__list {
        column-gap: 10px;
    }

    .news__item {
        max-width: 166px;
    }

    .news__img img {
        max-width: 166px;
    }

    /* -------------- */

    .contact__input-name div,
    .contact__input-tel div {
        width: 250px;
    }

    .subscription__content {
        max-width: 250px;
    }

    .subscription__input-email div {
        width: 250px;
    }

    /* -------------- */
    .contacts__content span {
        font-size: 12px;
    }

    .footer_cr {
        max-width: 200px;
        font-size: 10px;
        line-height: 150%;
        bottom: 15px;
        right: 33px;
    }

    /* -------------- */

}
@media (max-width: 550px) {

    .container {
        max-width: 400px;
    }

    /* --------------- */

    .header__main-logo {
        max-width: 100px;
    }

    /* --------------- */

    .hero {
        min-height: 0;
    }

    .hero__img {
        max-height: 250px;
    }

    .hero__container {
        left: 40px;
    }

    /* --------------- */

    .products__img {
        max-width: 180px;
    }

    /* --------------- */

    .opinion {
        padding: 40px 0 400px;
    }

    /* --------------- */

    .about__item {
        width: 390px;
        gap: 20px;
        flex-flow: row;
    }
    .about__text {
        width: 200px;
    }

    /* --------------- */

    .sales__item {
        max-width: 180px;
    }

    .sales__img {
        max-width: 100%;
    }
    /* --------------- */

    .reviews__divider {
        width: 390px;
    }

    .reviews__right-top {
        width: 300px;
    }

    /* -------------- */

    .faq__divider {
        width: 390px;
    }
    
    .faq__accordion-list-control-title {
        font-size: 12px;
    }

    /* -------------- */

    .news__item {
        max-width: 126px;
    }

    .news__img img {
        max-width: 100%;
    }

    .news__item-title {
        font-size: 12px;
    }

    /* -------------- */

    .contact__input-name div,
    .contact__input-tel div {
        width: 190px;
    }

    .subscription__content {
        max-width: 190px;
    }

    .subscription__input-email div {
        width: 190px;
    }

    /* -------------- */
    .contacts__content span {
        font-size: 10px;
    }

    .footer__contacts {
        margin-right: 0;
    }

    .footer_cr {
        bottom: 30px;
        right: -10px;
    }

    /* -------------- */

}

@media (max-width: 390px) {
    .container {
        max-width: 350px;
    }

    .show-more__link {
        font-size: 12px;
    }

    /* --------------- */
    .header__logo-container {
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .header__burger-logo {
        max-height: 30px;
    }

    .header__burger-logo svg {
        max-height: 30px;
        max-width: 30px;
    }

    .header__main-logo {
        max-width: 94px;
        max-height: 39px;
        padding-top: 3px;
    }

    .header_cart {
        max-height: 24px;
    }

    .header_cart svg {
        max-height: 24px;
        max-width: 24px;
    }

    /* --------------- */

    .hero {
        min-height: 392px;
        position: relative;
        padding-top: 52px;
    }

    .hero__img {
        visibility: hidden;
    }

    .hero__img--phone {
        position: absolute;
        display: block;
        bottom: 0;
        right: 0;
    }

    .hero__container {
        position: absolute;
        top: 160px;
        left: 97px;
    }

    .hero__title {
        font-size: 24px;
        margin-bottom: 16px;
        max-width: 290px;
    }

    .hero__text {
        font-size: 12px;
        line-height: 140%;
        max-width: 170px;
        margin-bottom: 40px;
    }

    .hero__button {
        font-size: 16px;
        padding: 7px 26.5px;
    }

    /* --------------- */

    .products__list {
        gap: 10px 10px;
    }

    .products__img {
        max-width: 170px;
    }

    .product__card-button {
        padding: 10px 12px 6px;
    }

    .product__card-title {
        font-size: 13px;
        margin-bottom: -3px;
    }

    .product__card-text {
        font-size: 11px;
        align-items: center;
    }

    .product__card-arrow {
        max-width: 9px;
        margin-left: 10px;
    }

    /* --------------- */

    .opinion {
        height: 449px;
    }

    .opinion__inner {
        max-width: 355px;
        top: 46px;
        left: 20px;
    }

    .opinion__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .opinion__text {
        font-weight: 300;
        font-size: 12px;
        margin-bottom: 10px;
    }

    /* --------------- */

    .main__about {
        padding: 46px 0;
    }

    .about__title {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .about__list {
        display: flex;
        flex-flow: wrap;
        gap: 10px;
    }

    .about__item {
        padding: 16px 7px 26px 33px;
        width: 350px;
        height: 116px;

        flex-direction: row;
        align-items: center;
        gap: 43px;
    }

    .about__img {
        max-width: 74px;
        margin-bottom: 0;
    }

    .about__card-title {
        font-size: 14px;
        margin-bottom: 8px;
        text-align: start;
        width: 193px;
    }

    .about__text {
        font-weight: 300;
        font-size: 12px;
        line-height: 130%;
        text-align: start;
    }

    /* --------------- */

    .main__sales {
        padding: 30px 0 46px;
    }

    .sales__title {
        font-size: 20px;
        line-height: 110%;
        margin-bottom: 20px;
    }

    .sales__hints {
        margin-bottom: 20px;
    }

    .sales__hints-list {
        gap: 8px;
    }

    .sales__hints-item {
        font-size: 12px;
        padding: 6px 7px 7px;
    }

    .sales__hints-item:nth-child(n + 2) {
        display: none;
    }

    .sales__drop-down {
        margin-bottom: 38px;
    }

    .drop-down__list {
        margin: 7px 45px 8px 15px;
        font-size: 12px;
    }

    .sales__list {
        margin-bottom: 40px;
        gap: 10px;
    }

    .sales__item {
        max-width: 170px;
    }

    .sales__item:nth-child(n + 5) {
        display: none;
    }

    .sales__img {
        max-width: 170px;
        margin-bottom: 12px;
    }

    .sales__item-text {
        font-size: 10px;
        line-height: 140%;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .sales__item-price {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .sales__item-in-stock {
        font-weight: 400;
        font-size: 10px;
        padding-left: 23px;
        margin-bottom: 8px;
    }

    .sales__item-in-stock::before {
        width: 10px;
        height: 10px;
        top: 0px;
        left: 0;
    }

    .sales__item-discount {
        font-size: 15px;
        padding: 2px 11px;
        border-radius: 3px;
        margin-bottom: 8px;
    }

    .sales__item-current-price {
        font-size: 17px;
    }

    .sales__item-before-price {
        font-size: 12px;
        align-self: end;
    }

    .sales__item-add-menu {
        display: none;
    }

    .sales__item-button {
        width: 220px;
        border-radius: 3px;
        padding: 10px 48px;
        font-size: 15px;
    }

    .sales__arrow-left,
    .sales__arrow-right {
        padding: 6px 6px 5px 7px;
        margin-right: 10px;
    }

    .sales__arrow-right {
        margin-right: 15px;
    }

    .sales__arrow-left svg,
    .sales__arrow-right svg {
        max-width: 20px;
        max-height: 19px;
    }

    .sales__page-number {
        font-weight: 400;
        font-size: 16px;
        margin-right: 4px;
    }

    .sales__pages {
        font-weight: 400;
        font-size: 16px;
    }

    /* ---------------- */

    .main__reviews {
        padding: 46px 0;
    }

    .reviews__title {
        font-size: 20px;
    }

    .reviews__top {
        display: flex;
        justify-content: space-between;
    }

    .reviews__stars svg {
        max-width: 13px;
        max-height: 13px;
    }

    .reviews__button {
        padding: 10px 20px;
        font-size: 12px;
    }

    .reviews__divider {
        width: 349px;
    }

    .reviews__item {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .reviews__name {
        font-size: 12px;
    }

    .reviews__item-star svg {
        max-height: 13px;
        max-width: 13px;
    }

    .reviews__right-top {
        gap: 0px;
    }

    .reviews__item-title {
        font-size: 12px;
    }

    .reviews__text {
        font-size: 12px;
        max-width: 349px;
    }

    .reviews__imgs-list {
        max-width: 269px;
        gap: 10px;
    }

    .reviews__img {
        max-width: 80px;
        max-height: 80px;
    }

    .show-more {
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }

    .show-more__content {
        display: flex;
        gap: 16px;
        padding: 8px 21px 8px 21px;
    }

    .show-more__content svg {
        max-width: 17px;
        max-height: 17px;
    }

    .show-more__text {
        font-size: 15px;
    }

    /* -------------- */

    .main__faq {
        padding: 46px 0;
    }

    .faq__title {
        font-size: 20px;
        margin-bottom: 38px;
    }

    .faq__divider {
        width: 349px;
    }

    .faq__accordion-list-control-title {
        margin: 16px 0 16px;
        font-size: 13px;
    }

    .faq__accordion-list-control {
        gap: 52px;
    }

    .horizontal-line {
        width: 24px;
        top: 13px;
    }

    .vertical-line {
        height: 24px;
        left: 11px;
    }

    .faq__acccordion-list-text {
        margin: 5px 0 20px;
        font-size: 13px;
        line-height: 150%;
    }

    /* -------------- */

    .main__news {
        padding: 46px 0;
    }

    .news__title {
        font-size: 20px;
    }

    .news__list {
        row-gap: 20px;
        column-gap: 10px;
        margin-bottom: 30px;
    }

    .news__item {
        max-width: 170px;
    }

    .news__item:nth-child(n + 3) {
        display: none;
    }

    .news__item.news__item.news__item--visible {
        display: flex;
    }

    .news__img {
        margin-bottom: 10px;
    }

    .news__img img {
        max-width: 170px;
    }

    .news__date {
        margin-bottom: 6px;
    }

    .news__item-title {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .news__text {
        font-size: 10px;
        margin-bottom: 6px;
    }

    /* -------------- */

    .main__connect {
        padding: 40px 0 45px;
    }

    .connect__content {
        row-gap: 46px;
        flex-wrap: wrap;
    }

    .contact__input-name input,
    .contact__input-tel input {
        margin-bottom: 6px;
    }

    .contact__input-name div,
    .contact__input-tel div {
        width: 350px;
    }

    .contact__input-name div {
        margin-bottom: 14px;
    }

    .contact__input-tel div {
        margin-bottom: 36px;
    }

    .contact__button {
        font-size: 15px;
        padding: 8px 25px;
    }

    .subscription__content {
        max-width: 350px;
    }

    .subscription__input-email input {
        margin-bottom: 6px;
    }

    .subscription__input-email div {
        width: 350px;
        margin-bottom: 36px;
    }

    .subscription__button {
        font-size: 15px;
        padding: 8px 25px;
        margin-bottom: 13px;
    }

    .subscription__checkbox {
        gap: 10px;
    }

    .subscription__checkbox input {
        width: 19px;
        height: 19px;
    }

    .subscription__checkbox input::before {
        background: url("../img/svg/check2.svg") 45% 52% no-repeat;
    }

    .subscription__checkbox input:checked::before {
        opacity: 1;
    }

    .subscription__checkbox span {
        font-size: 10px;
    }

    /* ------------- */

    .footer {
        padding: 20px 0 30px;
    }

    .footer__logo {
        margin-bottom: 6px;
    }

    .footer__logo img {
        max-width: 110px;
    }

    .footer__content {
        flex-wrap: wrap;
        row-gap: 16px;
    }

    .footer__about,
    .shop__title,
    .info__title,
    .ofers__title,
    .contacts__content {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .footer__about {
        margin-bottom: 10px;
    }

    .footer__item {
        margin-bottom: 4px;
    }

    .footer__contacts {
        margin-right: 65px;
    }

    .contacts__content {
        max-width: 105px;
        margin-bottom: 18px;
    }

    .contacts__content div {
        margin-bottom: 6px;
    }

    .contacts__logos {
        gap: 8px;
    }

    .logos__tg {
        width: 18px;
        height: 18px;
        padding: 5.37px 4.79px 4.55px 3.46px;
    }

    .logos__tg svg {
        max-width: 9.75px;
        max-height: 8.08px;
    }

    .logos__vk {
        width: 18px;
        height: 18px;
        padding: 5.94px 3.02px 5.68px 4.77px;
    }

    .logos__vk svg {
        max-width: 10.21px;
        max-height: 6.37px;
    }

    .logos__yt {
        width: 18px;
        height: 18px;
        padding: 6.69px 4.36px 5.78px 5.31px;
    }

    .logos__yt svg {
        max-width: 9.33px;
        max-height: 6.53px;
    }

    .footer_cr {
        bottom: -11px;
        right: 56px;
    }

}