/*Add fonts*/
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaCyrillicLight.woff2') format('woff2'),
        url('../fonts/FuturaCyrillicLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaCyrillicHeavy.woff2') format('woff2'),
        url('../fonts/FuturaCyrillicHeavy.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaCyrillic-Demi.woff2') format('woff2'),
        url('../fonts/FuturaCyrillic-Demi.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaCyrillic-ExtraBold.woff2') format('woff2'),
        url('../fonts/FuturaCyrillic-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaCyrillic-Bold.woff2') format('woff2'),
        url('../fonts/FuturaCyrillic-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaCyrillicMedium.woff2') format('woff2'),
        url('../fonts/FuturaCyrillicMedium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaCyrillicBook.woff2') format('woff2'),
        url('../fonts/FuturaCyrillicBook.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dyson Sans Modern';
    src: url('../fonts/DysonSansModern-Regular.woff2') format('woff2'),
        url('../fonts/DysonSansModern-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*Arcticmodal*/
.arcticmodal-container, .arcticmodal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(loading.gif) no-repeat 50% 50%
}

/*Specification*/

*::before,
*::after {
    position: absolute;
    content: "";
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Futura PT', sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #000;
    background-color: #F8F8F8;
    line-height: 150%;
}

body.lock {
    overflow: hidden;
}

.container {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
}

.lazy-hidden {
    background: url(../img/500.gif) 50% 50% no-repeat #eee
}

.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

div, p, form, input, a, span, button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul, li, ol {
    display: block;
    padding: 0;

}

/*margin: 10px;*/
figure {
    padding: 0;
    margin: 0;
}

a, a:hover, a:active {
    text-decoration: none;

}

a, button, input {
   
    cursor: pointer;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active {
    outline: none;

}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1, h2, h3, h4 {
    line-height: 120%;
    font-weight: 400;
}

h1 {
    font-size: 48px;
    color: #1F2937;
}

h1 strong {
    font-weight: 400;
    color: #D0549A;
}

h2 {
    font-size: 40px;
    position: relative;
    color: #111827;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

.subtitle {
    color: #000;
    text-transform: uppercase;
}


::-webkit-input-placeholder {
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1F2937;
    opacity: 1;
}


::-moz-placeholder {
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1F2937;
    opacity: 1;
}

/* Firefox 19+ */

:-moz-placeholder {
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1F2937;
    opacity: 1;
}

/* Firefox 18- */

:-ms-input-placeholder {
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1F2937;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #6B7280;
}

textarea::-moz-placeholder {
    font-size: 14px;
    color: #6B7280;
}

textarea:-moz-placeholder {
    font-size: 14px;
    color: #6B7280;
}

textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #6B7280;
}


.btn {
    font-family: "Montserrat", sans-serif;
    padding: 10px 40px;
    background: #9b2767;
    border: 1px solid #9b2767;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.1;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    column-gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 200px;
    min-height: 55px;
    transition: all 0.2s ease !important;
}

/*.btn:not(.noanim)::before {
    margin-left: 60px;
    content: " ";
    width: 50px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    left: -130px;
    top: -150px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/

@-webkit-keyframes span-2 {
    0% {
        left: -30px;
    }

    30% {
        left: 110%;
    }

    100% {
        left: 110%;
    }
}

@keyframes span-2 {
    0% {
        left: -30px;
    }

    30% {
        left: 110%;
    }

    100% {
        left: 110%;
    }
}

.btn:hover:before {
    -webkit-animation: span-2 1.5s ease-in-out infinite;
    animation: span-2 1.5s ease-in-out infinite;
}

@media (max-width: 1399px) {
    .btn {
        min-height: 50px;
        padding: 10px 30px;
    }
}

@media (max-width: 991px) {
    .btn {
        font-size: 14px;
        min-width: 120px;
    }
}

.btn .icon {
    display: flex;
    width: 26px;
    height: 12px;
}

.btn .icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.btn.btn-white-hover:hover {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}


.ibtn {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    height: 54px;
    width: 200px;
    font-size: 20px;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    background: #9b2767;
    color: #FFFFFF;
    transition: all 0.2s ease !important;
}

.ibtn:hover {
}

.ibtn.ibtn-black {
    background-color: #000000;
    color: #FFFFFF;
}

.ibtn.ibtn-black:hover {
}

.ibtn.ibtn-white {
    color: #000000;
    background: #fff;
}

.ibtn.ibtn-white:hover {

}

.ibtn.ibtn-green {
    color: #000;
    background: #78B828;
}

.ibtn.ibtn-green:hover {
    
}

@media screen and (max-width: 1399px) {
    .ibtn {
        height: 48px;
        line-height: 48px;
    }
}

@media screen and (max-width: 991px) {
    .ibtn {
        font-size: 16px;
        width: 178px;
    }
}

.hover {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.hover:hover {
    opacity: 0.5 !important;
}

.content-wrap {
    display: flex;
    justify-content: flex-start;
        gap: 20px;
}

.container-fluid {
    max-width: 100%;
}

.ws {
    max-width: 270px;
    width: 100%;
}

/*Header*/


.menu-info {
    position: absolute;
    bottom: 5vw;
    font-size: 14px;
    line-height: 150%;
}

.menu-info__adress {
    margin-bottom: 34px;
}

.menu-info__adress span {
    font-weight: 500;
}

.menu-info__adress a {
    text-decoration: underline;
}

.menu-info__adress a:hover {
    text-decoration: none;
}

.menu-info__soc {
    margin-bottom: 24px;
}

.menu-info__soc span {
    max-width: 156px;
    margin-bottom: 15px;
}

.menu-info__icons {
    display: flex;
    column-gap: 10px;
}

.soc-icons__img {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #CFB284;
}

.soc-icons__img:hover {
    opacity: 0.8;
}

.menu-info__schedule a {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

.hero {
    display: flex;
    flex-direction: column;
    min-height: 500px;
    position: relative;
    z-index: 1;
    background: linear-gradient(to bottom, #1a234d, #272248);
}

.hero .hero-wrap {
    flex: 1;
}

@media screen and (max-width: 991px) {
    .hero {
        display: block;
        height: auto;
        min-height: unset;
    }

    .hero-info {
        margin: 30px 0;
    }

    .hero-info__title-img {
        max-width: 200px;
        margin: 0 14px -17px 12px;
    }

   
}

@media screen and (max-width: 767px) {
    .hero-info__title {
        padding: 30px 0 10px 0;
    }

    .hero-info__title-img {
        max-width: 140px;
        margin: 0 10px -12px 10px;
    }


}

@media screen and (max-width: 500px) {
    .hero-info__title-img {
        max-width: 115px;
        margin: 0 10px -10px 8px;
    }

  
}


.btn .icon,
.btn img {
    transition: .2s;
}

.btn:hover .icon,
.btn:hover img {
    transition: .2s;
    transform: translateX(7px);
}



/*Section Novities*/
.novelties {
    overflow-x: hidden;
}

.novelties_inner {
    padding: 64px 0;
}

.novelties-header__wrap {

    flex-grow: 1;
}

.novelties-header__title {
    margin-bottom: 0;
}

.novelties-neader__link, .blog-header__link {
    color: #D0549A;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    display: flex;
    padding-right: 65px;
    flex-shrink: 0;
    align-self: flex-start;
    margin-left: auto;
}

.novelties-neader__link:after, .novelties-item__link:after,
.blog-header__link:after {
    position: absolute;
    width: 49px;
    height: 14px;
    background: url(../img/icons/arrow_right_pink.svg) no-repeat center /contain;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

.novelties-neader__link:hover:after, .novelties-item__link:hover:after {
    transition: .3s;
    right: 5px;
}

.swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.novelties-slider {
    /*margin-right: -160px;*/
    /*width: calc(100% + 160px);*/
    width: 100%;
    padding: 0 0 40px 0;
}

.novelties-slider:not(.swiper-initialized) .swiper-wrapper {
    width: calc(100% + 21px);
    display: grid;
    grid-auto-columns: calc(33.333% - 21px);
    grid-auto-flow: column;
    gap: 21px;
}

.novelties-slider:not(.swiper-initialized) .swiper-scrollbar {
    display: none;
}

.novelties-slider .swiper-slide {
    background: #F8F8F8;
    border-radius: 20px;
}

.novelties-item {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    height: 630px;
    max-width: 100%;
}

.novelties-item__title {
    font-size: 32px;
    font-weight: 600;
    color: #111827;
}

.novelties-item__info {
    padding: 40px 24px;
    position: relative;
    min-height: 180px;
    box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.05);
}

.novelties-item__img {
    width: 100%;
    height: 450px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
}

.novelties-item__img img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
}

.novelties-item__link {
    text-transform: uppercase;
    position: absolute;
    bottom: 24px;
    font-size: 18px;
    color: inherit;
    padding-right: 65px;
}

.novelties-item__link:after {
    right: 0;
}

/*.novelties-slider .swiper-scrollbar {
    bottom: 0;
    left: 0;
    !*width: calc(87% - 160px);*!
    width: 100%;
    height: 4px;
    background: #F9F9F9;
    border-radius: 0;
}

.novelties-slider .swiper-scrollbar-drag {
    height: 100%;
    border-radius: 10px;
    background: #444;
}*/

.swiper-scrollbar {
    width: 70%;
    margin: 0 auto;
    height: 4px;
    background: #F9F9F9;
    border-radius: 0;
}

.swiper-scrollbar-drag {
    height: 100%;
    border-radius: 10px;
    background: #333;
}

.novelties-slider .swiper-button-next, .novelties-slider .swiper-button-prev {
    top: auto;
    bottom: 0px;
    width: 48px;
    height: 14px;
    left: auto;
}

.novelties-slider .swiper-button-next {
    right: 160px
}

.novelties-slider .swiper-button-prev {
    right: calc(6% + 160px);
}


.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after,
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
    content: '';
}

/*.novelties-slider .reviews__nav {
    display: none;
    left: 125px;
}

.novelties-slider .reviews__nav .reviews__button svg path {
    fill: #9CA3AF;
}*/

.swiper .reviews__nav {

    max-width: 784px;
    display: block;
    position: relative;
    margin: 112px auto 0 auto;
}


.novelties-card {
    cursor: pointer;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    border-radius: 20px;
}

.novelties-card .novelties-card__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.novelties-card .novelties-card__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.novelties-card .novelties-card__image .image {
    width: 100%;
    height: 100%;
}

.novelties-card .novelties-card__image .image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.novelties-card .novelties-card__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 25px;
    z-index: 2;
    border-radius: 20px;
    background: transparent;
    transition: background 0.2s ease;
}

.novelties-card:hover .novelties-card__content {
    background: rgba(254, 63, 167, 0.41);
}

.novelties-card .novelties-card__content .novelties-card__subtitle {
    display: flex;
    width: fit-content;
    border-radius: 20px;
    background: #333;
    height: 34px;
    padding: 9px 12px;
    transition: background 0.2s ease;
}

.novelties-card .novelties-card__content .novelties-card__subtitle span {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.03;
    transition: color 0.2s ease;
}

.novelties-card:hover .novelties-card__content .novelties-card__subtitle {
    background: #ffffff;
}

.novelties-card:hover .novelties-card__content .novelties-card__subtitle span {
    color: #000000;
}

.novelties-card .novelties-card__content .novelties-card__title {
    padding: 0;
    transition: color 0.2s ease;
}

.novelties-card__title.main-title-h2 {
    text-align: center;
    margin-bottom: -70px;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    text-transform: none;
    font-size: 20px;
}

.novelties-card:hover .novelties-card__content .novelties-card__title {
    color: #9b2767;
}

@media (max-width: 991px) {
    .novelties-card .novelties-card__content .novelties-card__subtitle {
        height: 30px;
        padding: 8px 12px;
    }

    .novelties-card .novelties-card__content .novelties-card__subtitle span {
        font-size: 14px;
    }

    .novelties-slider:not(.swiper-initialized) .swiper-wrapper {
        width: calc(100% + 15px);
        grid-auto-columns: calc(50% - 15px);
        gap: 15px;
    }
}

@media (max-width: 575px) {
    .novelties .container {
        padding: 0;
    }

    .novelties-slider {
        padding-bottom: 45px;
        padding-left: 15px;
    }

    .novelties-slider:not(.swiper-initialized) {
        padding-right: 15px;
    }

    .novelties .novelties-header__title {
        padding: 0 15px;
    }

    .novelties-slider:not(.swiper-initialized) .swiper-wrapper {
        width: 100%;
        grid-auto-columns: 100%;
        gap: 0;
    }

    .novelties-slider .reviews__nav {
        display: block;
    }
}


/*Section Stylers*/
.cta {
    padding: 173px 0;
}

.cta_stylers {
    background: url(../img/bg_stylers_main.png) no-repeat center top /cover;
}

.ml {
    margin-left: 100px;
}

.cta-info {
    max-width: 800px;
}

.cta-info__subtitle, .cta h4 {
    margin-bottom: 16px;
}

.cta-info__title, .cta h2 {
    margin-bottom: 24px;
    font-size: 40px;
}

.cta-info p {
    margin-bottom: 135px;
    max-width: 700px;
}

/*Section Benefit*/
.cards-list {
    display: flex;
    justify-content: space-between;
    column-gap: 41px;
    flex-wrap: wrap;
}




.benefit-wrap {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.benefit-link {
    color: #79B827;
    background: transparent;
    border: 1px solid #79B827;
}

.benefit-link:hover {
    color: #fff;
    background: #79B827;
}

/*Section Cta_Dryer*/
.cta_dryer {
    background: url(../img/bg_dryer_main.png) no-repeat center top/cover;
}

.cta_dryer p {
    margin-bottom: 100px;
}

/*Section Cta_Rectifier */
.cta_rectifier {
    background: url(../img/bg_rectifier_main.png) no-repeat 5% top /cover;
}

.cta_rectifier .cta-info p {
    margin-bottom: 95px;
}

/*Section Cta_Cleaner*/
.cta_cleaner {
    background: url(../img/bg_cleaners_main.png) no-repeat center top/cover;
}


/*Section Blog*/
.blog {
}

.blog .row {
    margin-top: -25px;
    margin-left: -10px;
    margin-right: -10px;
}

.blog .col {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}

.blog-header__link {
    align-self: flex-end;
}

.blog-header__title {
    padding: 0;
}

.blog-header__subtitle {
    font-size: 20px;
}

.blog-wrapper_inner {
    flex-wrap: wrap;
}

.blog-preview {
    display: block;
    max-width: 424px;
    width: 100%;
    background: #F8F8F8;
    transition: background 0.2s ease;
}



.blog-preview__img img {
    object-fit: contain;
}

.blog-preview__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}


.blog-preview .blog-preview__desc {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    transition: all 0.2s ease;
}

.pagination {
    display: flex;
    column-gap: 16px;
    justify-content: center;
    margin-top: 64px;
}

.pagination a {
    color: inherit;
}

.page-numbers {
    width: 56px;
    height: 56px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 28px;
    border: 1px solid #D1D5DB;
    transition: .3s;
}

.page-numbers.current, .page-numbers:hover {
    border: 1px solid #6B7280;
    transition: .3s;
}

/*Section Answers*/
.answers.answers-home {
    padding: 0 15px;
    margin-bottom: 100px;
}

.answers_inner {
    padding-top: 40px;
    padding-bottom: 168px;
}

.answers_inner .answers-header__title {
    max-width: 820px;
    margin-bottom: 40px;
}

.answers .answers-header__title {
    text-align: left;
    padding: 0;
}

.accordion {
    width: 100%;
}

.answers-home .answers-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 88px;
    align-items: center;
}

.answers-media {
    display: grid;
    /*grid-template-columns: 1fr 279px;*/
    grid-template-columns: 1fr 44.146%;
}

.answers-media .answers-media-images {
    position: relative;
}

.answers-media .answers-media-images .image {
    position: absolute;
}

.answers-media .answers-media-images .image img {
    border-radius: 30px;
}

.answers-media .answers-media-images .image-big {
    top: 69px;
    left: 0;
    width: 62.04%;
}

.answers-media .answers-media-images .image-big .img-rel {
    height: 0;
    padding-bottom: 132.88%;
}

.answers-media .answers-media-images .image-lil {
    top: 207px;
    right: 1px;
    width: 28.896%;
}

.answers-media .answers-media-images .image-lil .img-rel {
    height: 0;
    padding-bottom: 100%;
}

.answers-media .answers-media-images .image-bot {
    left: 23px;
    bottom: 7px;
    width: 69.406%;
}

.answers-media .answers-media-images .image-bot .img-rel {
    height: 0;
    padding-bottom: 55.92%;
}

.answers-media .answers-media-logo .image {
    padding-right: 5px;
}

.answers-media .answers-media-logo .image img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    .answers-home .answers-wrapper {
        gap: 50px;
    }
}

@media (max-width: 991px) {
    .answers .answers-header__title {
        text-align: center;
    }

    .answers.answers-home {
        padding-right: 15px;
    }

    .answers-home .answers-wrapper {
        display: block;
    }

    .answers-media {
        display: none;
    }
    .blog{
      margin-bottom: 70px;
    }
    .blog-preview__content{
        margin-bottom: 30px;
    }
}

.answers-accordion:not(:last-child) {
    margin-bottom: 80px;
}

.accordion__item {
    position: relative;
    border-top: 1px solid #E5E5E5;
    border-radius: 0 !important;
}

.accordion__item:last-child {
    border-bottom: 1px solid #E5E5E5;
}

.accordion__item[data-aos] {
    -webkit-mask-image: none;
}

.accordion__heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    padding: 19px 0 19px 0;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

.accordion__heading .icon {
    position: relative;
    display: block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    margin-top: -1px;
}

.accordion__heading .icon:after,
.accordion__heading .icon:before {
    content: "";
    position: absolute;
    background-color: #000000;
    opacity: 1;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, background-color 0.2s ease;
}

.accordion__heading .icon:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}

.accordion__heading .icon:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}

.accordion__item.active .accordion__heading .icon:after {
    transform: rotate(180deg);
    opacity: 0;
}

.accordion__item.active .accordion__heading .icon:before {
    transform: rotate(90deg);
}

/*.accordion__heading:after {
  width: 8px;
  height: 14px;
  background: url(../img/icons/chevron.svg) no-repeat center;
  right: 24px;
  transition: .3s;
}*/

.accordion__title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.03;
    color: #333;
}

.accordion__title span {
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    color: #DB4E3C;
    padding-right: 23px;

}

.answer-accordion__title {
    margin-bottom: 40px;
}

.accordion__content {
    display: none;
    position: relative;
    z-index: 0;
    padding: 0 0 10px;
}

.accordion__content p {
    font-size: 16px;
    max-width: 900px;
    color: #333;
}

.answers-cta {
    display: flex;
    justify-content: space-between;
}

.answers-cta p {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 29px;
    color: #111827;
}

.answers-btn {
    max-width: 496px;
    width: 100%;
}

/*Page Catalog*/

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4px;
    font-size: 14px;
    line-height: 1;
}

.breadcrumbs a {
    color: #A1A1A1;
}

/*Section About*/
.about-header__title {
    max-width: 1050px;
}

.about-text {
    max-width: 1400px;
    margin: 0 auto;
}

.about-text p {
    font-size: 16px;
}

.about-text p:not(:last-child) {
    margin-bottom: 25px;
}

/*Page Category*/

.cta_category {
    padding: 102px 0 98px 0;
    background: url(../img/category_home.png) no-repeat center top /cover;
}

.cta_category .cta-info p {
    margin-bottom: 0
}

.cta_category .cta-info {
    margin-left: 90px;
}

.product-cards .cards-list {
    flex-wrap: wrap;
    gap: 40px;
}

/*Footer*/




.footer-logo {
   padding: 60px 0;
       display: block;
       text-align: center;
       width: 100%;
}


.footer .footer-container {
    position: relative;
    padding: 60px 0 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer .footer-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #282828;
    z-index: -1;
}

.footer-wrap {
    display: flex;
    align-items: flex-start;
    gap: 35px;
}

.footer-wrap .footer-wrap-item {
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    column-gap: 55px;
    margin: 0;
}

.footer-nav.footer-nav--right {
    width: auto;
}

.footer-nav__item {
    width: 100%;
}

.footer-nav__item > div {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.03;
    margin: 0;
    padding-bottom: 20px;
    text-transform: none;
}

.footer-nav__item ul {
    margin: 0;
}

.footer-nav__item ul li {
    margin-bottom: 16px;
}

.footer-nav__item ul li:last-child {
    margin-bottom: 0;
}

.footer-nav__item ul li,
.footer-nav__item ul li a {
    display: block;
    width: fit-content;
    font-size: 17px;
    color: #FFF;
    font-weight: 300;
    line-height: 1.03;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 3px;
    transition: all 0.2s ease;
}

.footer-nav__item ul li a:hover {
    color: #9b2767;
}

.footer-wrap a {
    color: #E5E7EB;
}

.footer-messengers {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-messengers .footer-messengers__item {
    display: flex;
    width: 35px;
    min-width: 35px;
    height: 35px;
}

.footer-messengers .footer-messengers__item svg {
    display: block;
    width: 100%;
    height: 100%;
}

.footer-messengers .footer-messengers__item svg path {
    transition: all 0.2s ease;
}

.footer-messengers .footer-messengers__item:hover svg path:not(.not-fill) {
    fill: #FFFFFF;
}


.footer-copyrights__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer-copyrights__item {
    display: block;
    color: #686868;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    transition: color 0.2s ease;
}

a.footer-copyrights__item:hover {
    color: #FFFFFF;
}

.footer-link {
    color: inherit;
    font-size: 12px;
    display: flex;
    align-self: flex-end;
    text-decoration: underline;
}

.footer-link:hover {
    text-decoration: none;
}

/*Page Contacts*/
/*Section Contacts*/

.contacts-header, .contacts-header__title {
    margin-bottom: 40px;
}

.contacts-subtitle, .payment-subtitle, .return-subtitle {
    font-size: 20px;
    margin-top: 13px;
}

.contacts-header {
    max-width: 767px;
}

.contacts-header p {
    font-size: 16px;
}

.desc-content h2 {
    margin-bottom: 40px;
}

.contacts-wrap {
    display: flex;
    margin-bottom: 40px;
}

.contacts-content {
    width: 100%;
}

.contacts-desc {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contacts-info {
    max-width: 250px;
    width: 100%;
}

.contacts-info__soc li a,
.contacts-wrap ul li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    column-gap: 14px
}

.messengers {
    margin-bottom: 64px;
}

.messengers__item {
    margin-bottom: 32px;
}

.messengers__item a {
    font-size: 28px;
    color: #1F2937;
}

.messengers__item span {
    display: block;
    font-size: 16px;
    line-height: 150%;
    color: #111827
}

.contacts-info__soc a {
    color: inherit;
    font-size: 18px;
    margin-bottom: 24px;
}

.form {
    max-width: 750px;
    padding-right: 100px;
    width: 100%;
}

.form label {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 4px;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #9CA3AF;
}

.form__input, .form__textarea {
    border: none;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 150%;
    color: #1F2937;
    font-family: 'Futura PT', sans-serif;
    background: transparent;
}

.form__textarea {
    border: none;
    outline: none;
    width: 100%;
    padding: 10px 8px 1px 0;
    resize: none;
    height: 184px;
    border-bottom: 1px solid #9CA3AF;
    margin-bottom: 24px;
}

.form__btn {
    width: 100%;
    margin-bottom: 16px;
    border:0;
}

.map {
    width: 100%;
    height: 405px;
}

#accept, .choice {
    display: none;
}

.form__accept label, .form .form__radio {
    border-bottom: none;
    font-size: 16px;
    color: #374151;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
}

.form__accept label:before, .form .form__radio:before {
    width: 24px;
    height: 24px;
    border: 1px solid #1F2937;
    left: 0;
    background: url(../img/icons/checked.svg) no-repeat center -30px;
}

.accept:checked + label::before, .choice:checked + label:before {
    transition: 0.1s;
    background-position-y: center
}

/*Page Payment*/
.payment-content__subtitle,
.payment-content h2 {
    max-width: 650px;
}

.payment-content__desc {
    color: #1F2937;
}

.payment-content__desc:not(:last-child) {
    margin-bottom: 80px;
}

.payment-content__desc h4 {
    font-size: 28px;
    margin-bottom: 35px;
    line-height: 33px;
}

.payment-content__desc ul {
    margin-bottom: 20px;
}

.payment-content__desc p, .payment-content__desc ul li {
    /*margin-bottom: 10px;*/
}

.desc-content ul li {
    position: relative;
    padding-left: 10px;
}

.desc-content ul li:before {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #1F2937;
    left: 0;
    top: 18px
}

.payment-content__desc h5 {
    font-weight: 400;
    font-size: 20px;
    color: #1F2937;
}

.payment-content__desc h5:not(:last-child) {
    margin-bottom: 20px;
}

/*Page Returns*/
.desc-content {
    max-width: 1330px;
}

.desc-content h4 {
    font-size: 28px;
}

.desc-content ol {
    padding-left: 20px;
}

.desc-content ol li, .desc-content ul li, .desc-content p {
    /*line-height: 200%;*/
}

.desc-content h5 {
    font-size: 24px;
}

.desc-content ul li a, .desc-content ol li a {
    text-decoration: underline;
    color: #D0549A;
}

.desc-content ol li {
    display: list-item;
    line-height: 200%;
}

.desc-content ul li {
    display: block;
    line-height: 200%;
}

.return-content h2 + p {
    margin-bottom: 40px;
}

.return-content h4 {
    margin-bottom: 15px;
}

/*Page Single Product*/
/*Section Product*/



.swiper-small {
    max-height: 160px;
}

.swiper-small .swiper-slide {
    max-width: 160px;
    width: 100% !important;
    height: 160px;
}

.swiper-small .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.points {
    column-gap: 5px;
    margin-bottom: 24px;
}



.points, .points__rating {
    display: flex;
    align-items: flex-end;
}

.points__rating {
    column-gap: 4px;
}

.points__rating .star {
    width: 24px;
    height: 24px;
}

.product-desc__guarantee {
    padding: 34px 0 41px;
}

.product-desc__guarantee .product-desc__guarantee-wrap {
    width: fit-content;
    display: flex;
    border-radius: 10px;
    background: linear-gradient(90.41deg, #D2D2FF 0.08%, #F4D4E6 107.77%);
    padding: 18px 25px 17px 20px;
}

.product-desc__guarantee .product-desc__guarantee-item {
    position: relative;
}

.product-desc__guarantee .product-desc__guarantee-item:first-child {
    padding-right: 16px;
}

.product-desc__guarantee .product-desc__guarantee-item:nth-child(2) {
    padding-left: 18px;
    padding-right: 18px;
}

.product-desc__guarantee .product-desc__guarantee-item:nth-child(2):after,
.product-desc__guarantee .product-desc__guarantee-item:nth-child(2):before {
    content: '';
    top: -6px;
    position: absolute;
    width: 1px;
    height: 100%;
    min-height: 61px;
    background: #FFFFFF;
}

.product-desc__guarantee .product-desc__guarantee-item:nth-child(2):after {
    right: 1px;
}

.product-desc__guarantee .product-desc__guarantee-item:nth-child(2):before {
    left: 1px;
}

.product-desc__guarantee .product-desc__guarantee-item:last-child {
    padding-left: 16px;
}

.product-desc__guarantee .product-desc__guarantee-item .product-desc__guarantee-title {
    position: relative;
    margin-bottom: 8px;
}

.product-desc__guarantee .product-desc__guarantee-item .product-desc__guarantee-title span {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    /*letter-spacing: -0.3px;*/
    background: linear-gradient(180deg, #9b2767 0%, #BA3581 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-desc__guarantee .product-desc__guarantee-item .product-desc__guarantee-text-mobile,
.product-desc__guarantee .product-desc__guarantee-item .product-desc__guarantee-text {
    font-size: 12px;
    line-height: 1;
    color: #231F20;
    margin-bottom: 0;
}

.product-desc__guarantee .product-desc__guarantee-item .product-desc__guarantee-text-mobile {
    display: none;
}

@media screen and (max-width: 1199px) {

    .product-desc__guarantee .product-desc__guarantee-wrap {
        padding: 15px;
    }


    .product-desc__guarantee .product-desc__guarantee-item:nth-child(2):after,
    .product-desc__guarantee .product-desc__guarantee-item:nth-child(2):before {
        top: -4px;
        min-height: 45px;
    }

    .product-desc__guarantee .product-desc__guarantee-item .product-desc__guarantee-title {
        line-height: 1;
    }

    .product-desc__guarantee .product-desc__guarantee-item .product-desc__guarantee-title {
        margin-bottom: 9px;
    }

    .product-desc__guarantee .product-desc__guarantee-item .product-desc__guarantee-title span {
        font-size: 16px;
    }

    .product-desc__guarantee .product-desc__guarantee-item .product-desc__guarantee-text-mobile,
    .product-desc__guarantee .product-desc__guarantee-item .product-desc__guarantee-text {
        font-size: 10px;
    }

}


@media screen and (max-width: 767px) {

    .product-desc__guarantee .product-desc__guarantee-item:first-child .product-desc__guarantee-text {
        display: none;
    }

    .product-desc__guarantee .product-desc__guarantee-item:first-child .product-desc__guarantee-text-mobile {
        display: block;
    }

}

/*Section Product Info*/
.info-section {
    padding: 40px 0;
    border-top: 1px solid #E5E7EB;
}

.info-section__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 71px;
    align-items: flex-end;
    transition: .3s;
}

.info-section__head.noactive {
    margin-bottom: 0px;
    transition: .3s;
}

.info-section__head h2 {
    color: #1F2937;
}

.info-section__collapse {
    text-transform: uppercase;
    line-height: 24px;
    position: relative;
    padding-right: 64px;
    cursor: pointer;
}

.info-section__collapse:after {
    width: 49px;
    height: 14px;
    background: url(../img/icons/arrow_right_pink.svg) no-repeat center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s
}

.info-section__collapse:hover:after {
    right: 5px;
    transition: .3s
}

.character-table {
    width: 100%;
    color: #1F2937;
}

.character-table tr {
    display: flex;
}

.character-table tr {
    border-bottom: 1px solid #9CA3AF;
}

.character-table tr:first-child {
    border-bottom: 4px solid #79B827;
}

.character-table th, td {
    text-align: left;
    font-weight: 400;
    padding: 24px 16px
}

.character-table th {
    text-transform: uppercase;
    width: 400px;
    color: #1F2937;
}

.character-table td:first-child {
    width: 400px;
}

/*Section Equipment */
.equipment-wrap {
    display: flex;
    column-gap: 40px;
    align-items: center;
}

.equipment-img {
    max-width: 750px;
    width: 100%;
    height: 650px;
}

.equipment-img img, .equipment-list__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.equipment-list li:not(:last-child) {
    margin-bottom: 56px;
}

.equipment-list__info {
    display: flex;
    align-items: center;
    color: #1F2937;
    column-gap: 16px
}

.equipment-list__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
}

.equipment-list p {
    font-size: 14px;
    line-height: 150%
}

.equipment-list__img {
    width: 80px;
    height: 80px;
    flex-shrink: 0
}

/*Section Properties*/
.properties-cards {
    display: flex;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
    gap: 40px;
}

.prop-card {
    max-width: 506px;
    width: 100%;
    height: 500px;
    border: 1px solid #E5E7EB;
}

.prop-card__img {
    width: 100%;
    max-height: 280px;
}

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

.prop-card__cont {
    padding: 24px 24px 17px 24px;
}

.prop-card__title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
    color: #1F2937;
}

.prop-card__cont p {
    font-size: 14px;
    line-height: 150%;
}

/*Section Comments*/
.comment-feedback {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
    align-items: center;
}

.comment-feedback__rating {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.comment-feedback__rating span {
    font-size: 36px;
    font-weight: 800;
    color: #699C28;
}

.comment-feedback__rating .star {
    width: 32px;
    height: 32px;
}

.comment-feedback__count {
    font-size: 16px;
    color: #6B7280;
}

.comment, .comment-list__item {
    padding: 24px 24px 48px 24px;
    display: flex;
    column-gap: 24px;
    border: 1px solid #F3F4F6;
    border-radius: 2px;
    margin-bottom: 40px;
}

.comment-wrap {
    flex-shrink: 0;
    max-width: 240px;
    width: 100%;
}

.comment-author {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.comment-content__title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
}

.comment-content p, .comment p {
    font-size: 14px;
    line-height: 150%;
}

.comment-content__meta, .comment-meta {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
}

.comment-content__meta time, .comment-meta time, .comment-content__likes {
    font-size: 16px;
    line-height: 150%;
}

.comment-content__likes {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.like {
    display: flex;
    align-items: center;
    column-gap: 6.5px
}

/*.interesting-products {
    background: #F9FAFB;
}*/

.interesting-products .main-title-h2 {
    text-align: left;
}

/*Page Single-Article*/

.article {
    padding-top: 40px;
    padding-bottom: 128px;
}

.article-subtitle {
    flex-shrink: 0
}

.article-content {
    color: #475467;
    font-size: 16px;
}

.article-content h1 {
    margin-bottom: 64px;
    color: #374151;
    max-width: 800px;
}

.article-content h3 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #101828;
}

.article-content h4 {
    font-size: 28px;
    margin: 32px 0 24px 0;
    color: #101828;
    line-height: 120%
}

.article-content p {
    line-height: 150%;
}

.article-content figure {
    margin: 24px 0;
}

.article-content figure img {
    max-width: 100%;
}

.article-content figcaption {
    font-size: 14px;
    line-height: 150%;
    margin-top: 8px;
    text-align: left;
}

.article-content blockquote {
    font-style: italic;
    margin: 40px 0;
    padding: 0 0 0 40px;
    border-left: 4px solid #D0549A;
    color: #101828;
}

.article-content blockquote p {
    margin-bottom: 64px;
}

.article-content blockquote cite {
    font-style: normal;
    color: #475467;
    font-size: 16px;
}

.article-content ol,
.article-content ul {
    list-style-position: inside;
}

.article-content ol li,
.article-content ul li {
    display: list-item;
    font-size: 16px;
    line-height: 150%;
}

.article-author {
    max-width: 975px;
    width: 100%;
    display: flex;
    column-gap: 16px;
    margin-top: 40px;
}

.article-author__icon, .article-author__info ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #F9FAFB;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.article-author__name {
    text-transform: uppercase;
    font-size: 24px;
    color: #1F2937;
    line-height: 120%;
    margin-bottom: 8px;
}

.article-author__info p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 40px;
}

.article-author__soc, .article-author__info ul {
    display: flex;
    gap: 8px;
    column-gap: 8px;
}

.article-author__info ul li {
    display: block;
}

.article-author__soc li a, .article-author__info ul li a {
    width: 40px;
    height: 40px;
    background: #fff;
    transition: .2s;
}

.article-author__info ul li a:hover {
    transform: scale(1.1);
    transition: .3s;
}

.article-author__info span {
    color: #1F2937;
    font-weight: 600;
    display: block;
    margin-bottom: 16px;
    line-height: 120%;

}

/*Modals*/

.product-form, .call-form,
.comment-form {
    width: 600px;
    padding: 40px;
    position: relative;
    background: #fff;
}

.form__rating {
    margin-bottom: 24px;
}

.form__rating span {
    display: block;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 8px;
}

.form__rating .star {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.form__choice {
    margin-bottom: 40px;
}

.product-form label, .call-form label, .comment-form label {
    margin-bottom: 24px;
}

.product-form .form__radio {
    margin-bottom: 15px;
}

.product-form .form__accept label, .call-form .form__accept label,
.comment-form .form__accept label {
    margin-bottom: 0;
}

.form__radio {
    position: relative;
    column-gap: 16px;
}

.product-form .desc {
    display: flex;
    column-gap: 16px;
    margin-bottom: 24px;
}

.product-form .desc__img {
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.product-form .desc__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-form .desc__content {
    max-width: 304px;
    width: 100%;
}

.product-form .desc__title {
    font-size: 18px;
    line-height: 120%;
    color: #1F2937;
    margin-bottom: 16px;
}

.product-form .desc__price {
    font-weight: 600;
    color: #000;
}

.product-form .desc__price del {
    font-size: 24px;
    font-weight: 400;
    color: #6B7280;
}

.box-modal_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #00000091;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.box-modal_close:after, .box-modal_close:before {
    width: 30px;
    height: 2px;
    border-radius: 2px;
    transform: rotate(45deg);
    background: #fff;
}

.box-modal_close:before {
    transform: rotate(-45deg);
}


label.error {
    display: none !important;
}

input.error {
    border-bottom: 1px solid red !important;
}

#loader {
    position: fixed;
    z-index: 9999999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.81);
    overflow: hidden;
    display: none;
}

#loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10000;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}

.thx {
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px;
    color: #111827;
    z-index: 10;
    border-radius: 10px;
    font-size: 20px;
    max-width: 600px;
    width: 100%;
}

.thx__title {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 40px;
}

.thx p {
    margin-bottom: 122px;
}

.thx__btn {
    width: 100%;
}

.advantage {
    justify-content: center;
    align-items: center;
    z-index: 1;
}

/*-----Media Queries-----*/

/*------1366px  -  1600px-------*/
@media screen and (max-width: 1600px) {
    .container {
        max-width: 1470px;
    }

    .hero-info__text {
        max-width: 600px;
    }

  
  

    h1 {
        font-size: 46px;
    }

    .novelties-head__wrap {
        max-width: 820px;
        flex-grow: 0;
    }

    .novelties-item {
        height: 520px;
    }

    .novelties-item__img {
        width: 100%;
        height: 340px;
    }

    .novelties-item__title {
        font-size: 24px;
    }

    .novelties-neader__link, .blog-header__link {
        font-size: 22px;
    }

    h4 {
        font-size: 21px;
    }

    .cta-info p {
        margin-bottom: 88px;
    }

    .cards-list {
        column-gap: 30px
    }

    .product-cards .cards-list {
        column-gap: 30px
    }

    .ml {
        margin-left: 80px;
    }

    .cta {
        padding: 110px 0;
    }

    .cta_category {
        padding: 102px 0 98px 0;
    }

    .cta_rectifier {
        background: url(../img/bg_rectifier_main.png) no-repeat 5% top /cover;
    }


    .blog-preview h4 {
        font-size: 21px;
    }

    .blog-preview p {
        font-size: 14px;
        line-height: 145%;
    }

    .answers-btn {
        max-width: 425px;
    }

    .swiper-small .swiper-wrapper {
        column-gap: 30px;
    }

    .swiper-small .swiper-slide {
        max-width: 140px;
        height: 140px;
    }
}


/*------1201px  -  1365px-------*/
@media screen and (max-width: 1365px) {

    body {
        font-size: 18px;
    }

    .hero-info__text {
        max-width: 45%;
    }

    h1 {
        font-size: 40px;
    }

    h2, .cta-info__title, .cta h2 {
        font-size: 30px;
    }

    .advantage {
        max-width: 280px;
    }

    .advantage__info h4 {
        font-size: 17px;
    }

    .novelties-neader__link, .blog-header__link {
        font-size: 20px;
        padding-right: 50px;
    }

    .novelties-neader__link::after, .novelties-item__link::after, .blog-header__link::after {
        width: 40px;
    }

    .novelties-item {
        height: 450px;
        max-width: 400px;
    }

    .novelties-item__img {
        padding: 5px 0;
        height: 275px;
    }


    .ml {
        margin-left: 55px;
    }

    .cta-info {
        max-width: 700px;
    }

    .cta_rectifier .cta-info {
        max-width: 620px;
    }

    .cta {
        padding: 90px 0;
    }

    .cta-info p {
        margin-bottom: 70px;
    }

    .cards-list {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .cta_rectifier .cta-info {
        max-width: 620px;
    }

    .cta_rectifier {
        background-position-x: 25%;
    }
}


/*------992px  -  1200px-------*/

@media screen and (max-width: 1200px) {
    .container {
        max-width: 992px;
    }

    .content-wrap {
        flex-wrap: wrap;
    }

    .advantage__info h4 {
        margin-bottom: 10px;
    }

    .advantage {
        /*max-width:320px;*/
    }

    .cta-info {
        max-width: 600px;
    }

    .cta_rectifier {
        background-position-x: 25%;
    }

    

    .blog-preview h4 {
        /*font-size: 19px;*/
    }

    .ws {
        max-width: 230px;
    }

    .footer-wrap,
    .footer-nav {
        gap: 20px;
    }
}

/*------768px  -  991px-------*/

@media screen and (max-width: 991px) {

    .hero {
        padding-top: 0;
    }

    .product-desc__guarantee {
        padding: 24px 0 25px;
    }

    .product-desc__guarantee .product-desc__guarantee-item:first-child {
        padding-right: 11px;
    }

    .product-desc__guarantee .product-desc__guarantee-item:nth-child(2) {
        padding-left: 12px;
        padding-right: 12px;
    }

    .product-desc__guarantee .product-desc__guarantee-item:last-child {
        padding-left: 11px;
    }

    .hero-info__text {
        max-width: 90%;
    }

    .section-header {
        flex-direction: column;
    }

    .novelties-neader__link, .blog-header__link {
        margin: 0 auto;
    }

    .ml {
        margin-left: 20px;
    }

    .ws {
        max-width: auto;
    }

    .subtitle {
        margin-bottom: 8px;
    }

    .cta-info__title, .cta h2, .cta_rectifier .cta-info p {
        margin-bottom: 24px;
        text-shadow: 0 1px #fff;
    }

    .cta_rectifier .cta-info p {
        margin-bottom: 85px;
    }

    .cta_rectifier {
        background-position-x: 52%;
    }

    .cta-info {
        max-width: 580px;
    }

    .review-body p, .review p {
        font-size: 17px;
        line-height: 150%;
    }

    .blog-header {
        align-items: flex-start;
    }

    .blog-wrapper {
        column-gap: 25px;
    }

    .blog-preview {
        max-width: 355px;
    }

    .blog-preview h4 {
        font-size: 19px;
    }


    .footer-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 45px;
    }

    .footer-nav {
        flex-direction: column;
        gap: 45px;
    }

    .footer-messengers {
        flex-direction: row;
    }

 
    .footer-copyrights__wrapper {
        gap: 10px;
        flex-direction: column;
    }
}

/*------576px  -  768px-------*/

@media screen and (max-width: 767px) {
    .novelties-slider {

        padding: 0 15px;
    }

    .novelties-slider .reviews__nav {
        display: block;
        position: absolute;
        top: 50%;
        margin: 0;
        width: 100%;
    }

    .accordion__title span {
        display: block;
        margin-bottom: 6px;
    }

    .product-slider {
        padding: 0 !important;
    }

    .breadcrumbs {
        margin-top: -4px;
    }

    body {
        font-size: 16px;
    }

    h1 {
        font-size: 36px;
    }

    .hero-info__text {
        max-width: 100%;
    }

    .advantage {
        max-width: 260px;
    }


    .footer-logo-container {
        margin-bottom: -63px;
    }




    .footer-nav__item > div {
        font-size: 18px;
    }

    .footer-nav__item ul li a {
        font-size: 15px;
    }

    .blog .row {
        display: block;
    }

    .advantage {
        align-items: flex-start;
    }

    .accordion__title {
        max-width: 280px;
    }

    .answers-media__new {
        display: none;
    }

    .blog-header.section-header {
        margin-bottom: 64px;
    }

    .novelties-card__title.main-title-h2 {
        text-align: right;
    }
}

/*------320px  -  576px-------*/

@media screen and (max-width: 575.9px) {

    .novelties-card__title.main-title-h2 {
        text-align: right;
    }

    .blog-header.section-header {
        margin-bottom: 64px;
    }

    .answers-media__new {
        display: none;
    }

    .accordion__title {
        max-width: 280px;
    }

    .blog .row {
        display: block;
    }

    .advantage {
        align-items: flex-start;
    }

    .product-desc__guarantee {
        margin: 0 -15px;
    }

    .product-desc__guarantee .product-desc__guarantee-wrap {
        width: 100%;
        border-radius: 0;
        display: grid;
        grid-template-columns: 1fr 2fr 1fr;
    }

    .product-desc__guarantee .product-desc__guarantee-item .product-desc__guarantee-title {
        width: fit-content;
    }

    .product-desc__guarantee .product-desc__guarantee-item .product-desc__guarantee-title span {
        white-space: nowrap;
    }

    .product-desc__guarantee .product-desc__guarantee-item .product-desc__guarantee-text-mobile,
    .product-desc__guarantee .product-desc__guarantee-item .product-desc__guarantee-text {
        white-space: nowrap;
    }

    body {
        overflow-x: hidden !important;
    }


    h1.hero__title {
        font-size: 30px;
        color: #fff;
        line-height: 35px;
        max-width: 200px;
        text-align: center;
        margin: 0 auto 20px auto;
    }


    h2 {
        font-size: 24px;
        text-align: center;
    }


}

/*------320px  -  400px-------*/

@media screen and (max-width: 380px) {
    .product-desc__guarantee .product-desc__guarantee-wrap {
        grid-template-columns: 1fr 2fr 2fr;
        padding-left: 20px;
    }

    .product-desc__guarantee .product-desc__guarantee-item .product-desc__guarantee-text-mobile,
    .product-desc__guarantee .product-desc__guarantee-item .product-desc__guarantee-text {
        white-space: normal;
    }
}

.wrap-adapt {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.wrap-adapt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

.modalFind {
    font-size: 15px;
    margin-top: 20px;
    display: block;
}



/****** header & hero *******/
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

header{
    background: #000000;
    color: #000;
}
header .call-icon,
header .menu-wrap{
    display: none;
}
header .header-wrap{
    display: flex;
    align-items: center;
    padding: 17px 0;
}
header .menu {
    display: flex;
    gap: 25px;
    margin: 0;
}
header .menu li a{
    font-family: Futura PT;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #FFFFFF;
}
header .menu li a:hover{
    border-bottom:2px solid #79B827;
}
header .logo{
    height: 34px;
    display: block;
    margin-right: 35px;
}

header .socials{
    margin-left: auto;
    display: flex;
    gap: 20px;
}
header .socials a{
    height: 35px;
}
header .socials a.phone{
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    margin-right: 20px;
}
header .socials a.max{
    background: #222222;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  animation: slideDown 0.4s ease forwards;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Анимация появления */
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.hero-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero-info {
  width: 40%;
}
.hero-info h1{
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #fff;
  margin:20px 0;
}
.hero-info p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #fff;
    margin:0;
}

.hero-img img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-info_btn{
    margin-top: 20px;
}
.hero-info_btn a:first-child{
    margin-right: 20px;
}

@media screen and (max-width: 991px) {
    header .socials{
        display: none;
    }
    header .hamb {
        display: flex;
    }
    .hamburger {
        margin: 0 auto;
        width: 40px;
        height: 40px;
        position: relative;
        cursor: pointer;
    }
    .hamburger .bar {
        display: block;
        position: absolute;
        right: 12px;
        padding: 0;
        width: 20px;
        height: 2px;
        background-color: #fff;
        border-radius: 2px;
        z-index: 1000;
        transition: all 0.2s ease-in-out;
    }
    .hamburger .bar1 {
        top: 14px;
    }
    .hamburger .bar2 {
        top: 19px;
    }
    .hamburger .bar3 {
        top: 24px;
    }
    .hamburger.active {
        background-color: #333;
        border-radius: 50px;
    }
    .hamburger.active .bar {
        right: 12px;
        top: 20px !important;
        width: 16px;
        background-color: #f8f8f8;
    }
    .hamburger.active .bar1 {
        transform: rotate(45deg);
        transform-origin: center;
        top: 16px
    }

    .hamburger.active .bar2 {
        opacity: 0;
        transform: translateX(50px);
    }

    .hamburger.active .bar3 {
        transform: rotate(-45deg);
        transform-origin: center;
        top: 16px
    }
    header .menu-wrap {
        display: block;
        position: fixed;
        top: 56px;
        bottom: 0;
        left: -100%;
        background: #f8f8f8;
        min-height: 100vh;
        width: 100%;
        color: #282828;
        overflow-y: auto;
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 40px;
        z-index: 10151;
        transition: all .3s ease;
    }
    header .menu-wrap.active{
        display: block;
        left: 0;
    }
    header .menu-wrap .menu-nav{
        padding: 0 15px;
    }
    header .menu-wrap .mob-contacts{
        background-color: #fff;
        padding: 40px 15px;
    }
    header .mob-contacts .hi{
        font-weight: 400;
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 0;
    }
    header .mob-contacts .hi a{
        font-weight: 300;
        font-size: 18px;
        line-height: 1.03;
        letter-spacing: 0;
        display: block;
        color: #000000;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    header .mob-socials{
        display: flex;
        justify-content: left;
        gap: 50px;

    }
    
    .header-wrap nav,
    .header-wrap .social {
        display: none;
    }
    header .header-wrap {
        justify-content: space-between;
        padding: 8px 0;
    }
    header .logo{
        margin-right: 0;
    }
    header .menu {
        display: block;
    }
    .header .menu li a {
        justify-content: flex-start;
        font-size: 18px;
        line-height: 1.03;
        font-weight: 500;
        margin-bottom: 30px;
        display: flex;
        color: #000000;
    }
    header .mob-socials a{
        font-weight: 300;
        font-size: 21px;
        color: #000;
        text-align: center;
    }
    header .mob-socials a svg{
        display: block;
        margin: 0 auto 15px;
    }
    .hero-wrap{
        flex-direction: column;
    }
    .hero-info,
    .hero-img {
      width: 100%;
    }
    .hero-info h1{
        font-size: 30px;
    }
    .hero-info p{
        font-size: 16px;
    }
    .hero-info_btn a:first-child{
        margin-right: 0;
    }
    .hero-info_btn{
        display: flex;
        justify-content: space-between;
    }
}



/****** catalog preview *******/
.catalog-preview{
    margin:100px 0 70px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

@media (max-width: 981px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.category-item {
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-item:hover {
  transform: scale(1.02);
}

.category-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.no-image {
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}

.category-title {
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
}


/****** advantages *******/
.advantages{
    margin-bottom: 100px;
}
.advantages-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin: 0;
}
.advantages-wrap .col {
    width: 100% !important;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.advantage {
    max-width: none;
    column-gap: unset;
    flex-grow: 1;
    background: #fff;
    padding: 15px;
}
.advantage__icon {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 50%;
    background: #fff;
}
.advantage .advantage__info {
    max-width: 300px;
}
.advantage h4, .advantage .like_h4 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-transform: unset;
}

.advantage .advantage__info p {
    color: #A0A0A0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
}

@media (max-width: 981px) {
    .advantages{
        margin-bottom: 64px;
    }
    .advantages-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .advantages-title{
        margin-bottom: 20px;
    }
}

/****** big-banner *******/
#bg-0{
    background-color: #e7e7e7;
}
#bg-1{
    background-color: #fff;
}
#bg-2{
    background-color: #ECE7E3;
}
.big-banner-section{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.big-banner-section .big-banner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 110px 0;
}
.big-banner-section .big-banner-info {
  max-width: 425px;
  flex: 1 1 420px;
  color: #fff;
}
.big-banner-section .big-banner-info h3{
    color: #000000;
    font-size: 30px;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.big-banner-section .big-banner-info__desc{
    font-size: 16px;
    margin: 0;
    margin-bottom: 20px;
    color: #000000;
}
.big-banner-section .big-banner-image {
  flex: 0 0 auto;
}
.big-banner-section .big-banner-info__subtitle span,
.product-desc__tip,
.product-desc__stock{
    color: #fff;
    font-size: 15px;
    background-color: #2A64C4;
    padding: 5px 14px;
    line-height: 1.1;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
    max-width: fit-content;
}
.product-desc__stock{
    background-color: #78B828;
}
@media (max-width: 981px) {
		.product-desc__tip,
.product-desc__stock{
    padding: 8px 16px;
    font-weight:500
}
	
    .big-banner-section .big-banner{
        padding: 40px 0 0 0;
        margin: 0 -15px;
    }
    .big-banner-section .big-banner-info{
        padding: 0 15px;
    }
    .big-banner-section .big-banner-image{
        width: 100%;
    }
    .big-banner-section .big-banner-image img{
        display: block;
        margin-left: auto;
        width: 100%;
    }
}

.section-header {
    margin-bottom: 30px;
}
.section-title{
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    color: #282828;
    margin-bottom: 40px;
}


/****** bestsellers *******/
.bestsellers{
    margin: 80px 0;
}
.products-swiper{
    padding-bottom: 10px;
}
.products-swiper,
.product-slider,
.blog-swiper,
.reviews-slider,
.family-slider{
    overflow: hidden;
}
.card-item {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: auto;
    background: #F8F8F8;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  will-change: transform;
}


.card-item:hover {
  transform: scale(1.03);
  z-index: 2;
  position: relative;
}


.card-item .col {
    padding: 0 10px;
}

.card-item .novelties-item__img {
    padding: 0;
    box-shadow: none;
}

.card-item .img-rel {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
}

.card-item .img-rel img {
    object-fit: contain;
}

.card-item__img {
    width: 100%;
    height: 364px;
    overflow: hidden;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.card-item__img img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.card-item__info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-item__info .card-item__btn{
    width: 100%;
}
.card-item__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    transition: all 0.2s ease !important;
    color: #000000;
    margin-bottom: 20px;
}

.card-item__p2p{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.card-item .card-item__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-item .points-block .points__digit {
    transition: all 0.2s ease;
}


.card-item .points-block .points__rating {
    top: -1px;
}

.card-item .points-block .points__rating .star {
    transition: all 0.2s ease;
}


.card-item__price {
    color: #000;
    line-height: 1.2;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    
}
.card-item__price span{
    display: block;
    font-size: 20px;
}

.card-item__price .ibtn{
    width: 100%;
}

.points-block {
    display: flex;
    align-items: center;
    gap: 4px;
}

.points-block .points__rating {
    position: relative;
    top: -2px;
    gap: 0;
}

.points-block .points__rating .star {
    width: 15px;
    height: 15px;
    background: url(../img/icons/star-icon-g.svg) no-repeat center top / contain;
}

.points-block .points__rating .star.star-half {
    background: url(../img/icons/star-icon-g-empty.svg) no-repeat center top / contain;
}

.points-block .points__digit {
    color: #000;
    font-size: 15px;
    line-height: 1;
}

@media (max-width: 981px) {

    


}


/****** reviews *******/

.reviews,
.family{
    margin-bottom: 100px;
}
.reviews .review{
    padding: 20px;
    background: #fff;
    box-sizing: border-box
}
.swiper-slide{
    height: auto;
    display: flex;
}
.review__rating-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.review__rating-item .points-block{
    margin-bottom: 0;
}
.review__author{
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.review__date,
.review__product{
    color: #A1A1A1;
}
.review__body{
    line-height: 1.1;
}
.reviews__button.reviews__button-prev{
    display: none;
}
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
}
@media (max-width: 981px) {

    .section-title{
        font-size: 30px;
        margin-bottom: 20px;
    }
}


/***** faq *******/
.answers-media{
    background-image: url(/wp-content/uploads/2025/11/41d6ff9154c200941d9753e300ed8b6c.webp);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.answers-home .answers-wrapper{
    gap: 40px;
}
.answers-media-mob img{
    width: 100%;
    margin-top: 30px;
}

/******* blog ********/

.blog{
    margin-bottom: 100px;
}
.blog-header .section-title{
    text-align: left;
}
.blog-preview__img{
    margin-bottom: 20px;
}

.blog-preview__title{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.03;
    letter-spacing: 0;
    color: #000;
}

.blog-preview .blog-preview__desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.blog-preview__btn{
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    color: #000;

}

@media (max-width: 981px) {

    
}

/***** pre footer******/
.pre-footer{
    background-color: #282828;
    color: #fff;
    padding: 30px 0;
}

.pre-footer-header .section-title{
    color: #fff;
    text-align: left;
}

.pre-footer__contacts{
    display: flex;
    gap: 112px;
    align-items: flex-end;
}
.pre-footer__contacts-info{
    display: flex;
    gap: 60px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.03;
    letter-spacing: 0;
}
.pre-footer__contacts-info span{
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.03;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.pre-footer__contacts-socials{
    display: flex;
    gap: 120px;
}

.pre-footer__contacts-socials svg{
   display: block;
   margin: 0 auto 10px;
}

.pre-footer__contacts-socials .social{
    font-weight: 300;
    font-size: 18px;
    line-height: 1.03;
    letter-spacing: 0;
    position: relative;
}

.pre-footer__contacts-socials a{
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (max-width: 981px) {

    .pre-footer__contacts,
    .pre-footer__contacts-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .pre-footer__contacts{
        gap: 40px;
    }
    .pre-footer__contacts-socials {
        width: 100%;
        justify-content: space-around;
        gap: unset;
    }
}

/***** footer******/

.footer{
    background-color: #000 ;
}

@media (max-width: 981px) {

    .footer .footer-container{
        padding: 40px 0;
    }
    .footer-nav__item > div{
        font-size: 16px;
        text-align: center;
    }
    .footer-nav__item ul li{
        margin: 0 auto 16px;
    }
    .footer-copyrights{
        text-align: center;
    }
}


/****** catalog *******/

.tax-products_cat .catalog-grid,
.interesting-products .catalog-grid,
.blog-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 100px;
}
.blog-grid{
    grid-template-columns: repeat(3, 1fr);
}
.tax-products_cat h1{
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #282828;
}
.tax-products_cat .big-banner-info__desc{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #686868;
    max-width: 800px;
    margin: 0;
}
.tax-products_cat .big-banner-section-tax{
    margin-bottom: 60px;
}

.tax-products_cat .big-banner-image{
    margin-bottom: 60px;
}
.tax-products_cat .big-banner-image img{
    width: 100%;
    height: auto;
}

.tax-products_cat .big-banner-image {
  aspect-ratio: 16 / 7;
  overflow: hidden;
  position: relative;
}

.tax-products_cat .banner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .tax-products_cat .catalog-grid,
  .interesting-products .catalog-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .tax-products_cat .big-banner-image{
    margin-bottom: 0;
  }
  .tax-products_cat .big-banner-image {
      aspect-ratio: 16 / 12;
  }
}



/******** product page ********/

.product{
    background: #fff;
    padding: 50px 0;
}
.product-wrap {
  display: flex;
  gap: 40px;
}
.product-wrap.fen{
    gap:60px;
}
.product-wrap.fen .block{
    width: 50%;
}
.product-wrap.fen .ibtn{
    width: 70%;
}
.product-desc__title{
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.product-desc__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 30px;
}
.product-desc__text ul{
    padding-left: 1.5em;
        color: #282828;
}
.product-desc__text ul li{
    display: list-item;
    margin-bottom: 10px;
}
.product-desc__points{
    display: flex;
    align-items: center;
    gap:15px;
    margin-bottom: 30px;
}

.product-desc__points .points__comments{
    color: #A1A1A1;
    border-bottom: 1px solid #A1A1A1;
    font-size: 15px;
    line-height: 1.1;
}

.product-desc__points .points-block{
    margin-bottom: 0;
}  

.block {
    width: 33.3333%;
    position: relative;
}

.product .product-slider .swiper-big {
    max-height: 660px;
    height: 100%;
    overflow: hidden;
   
}

.product .product-slider .swiper-big .swiper-slide {
    height: 100%;
    overflow: hidden;
  
}

.product .product-slider .swiper-big .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product .product-slider .swiper-big .swiper-button-prev,
.product .product-slider .swiper-big .swiper-rtl .swiper-button-next {
    left: 0;
}

.product .product-slider .swiper-big .swiper-button-next,
.product .product-slider .swiper-big .swiper-rtl .swiper-button-prev {
    right: 0;
}

.product .product-slider .slider-small {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.product .product-slider .swiper-thumbs {
    overflow: hidden;
    touch-action: pan-y;
    transition: all 0.2s ease;
}

.product .product-slider .swiper-thumbs:not(.swiper-initialized) {
    opacity: 0;
}

.product .product-slider .swiper-thumbs .swiper-slide {
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 3px solid transparent;
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    transition: all 0.2s ease;
}

.product .product-slider .swiper-thumbs .swiper-slide:hover,
.product .product-slider .swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #FFD9ED;
}

.product .product-slider .swiper-thumbs .swiper-slide img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    margin: 0 auto;
    object-fit: cover;
}

.product .product-color .product-color__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 0 3px;
}

.product .product-color .product-color__item {
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.product .product-color .product-color__item.active {
    cursor: default;
    outline-offset: 2px;
}

.product .product-color .product-color__item:after {
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    background: #F9ABD5;
    box-shadow: 0 0 4px rgba(254, 63, 167, 0.40);
    filter: drop-shadow(0px 0px 4px rgba(254, 63, 167, 0.40));
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.2s ease;
}

.product .product-color .product-color__item:hover:after,
.product .product-color .product-color__item.active:after {
    opacity: 1;
    visibility: visible;
}

.product .product-color .product-color__item .product-color__item-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.product .product-color .product-color__item-box {
    position: absolute;
    top: -5px;
    left: -12px;
    width: 22px;
    height: 22px;
    transform: rotate(20deg);
}

.absolute-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.product .product-color{
    margin-bottom: 30px;
}


.product .product-desc__price{
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 30px;
}
.product a.ibtn{
    width: 100%;
}
.product a.ibtn svg{
    margin-right: 12px;
    margin-bottom: -2px;
}
.product-desc__tips{
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}
.product-desc__bt{
    font-family: 'Dyson Sans Modern';
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #444444;
    margin-bottom: 15px;
}
.product-desc__bt span{
    color: #CBAD91;
}
.product-information{
    margin: 80px 0;
}

.kit-wrap{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.kit .kit-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.kit .kit-item {
    display: flex;
    align-items: center;
    gap: 35px;
    border-radius: 5px;
    border: 1px solid #0000001A;
    padding: 10px;
}

.kit .kit-item .kit-item__image {
    flex-shrink: 0;
    width: 70px;
}

.kit .kit-item .kit-item__image .image {
    padding-bottom: 100%;
}

.kit .kit-item .kit-item__desc-title {
    color: #1C1C1F;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
}

.kit .kit-item .kit-item__desc-text {
    margin: 10px 0 0;
}

.kit .kit-item .kit-item__desc-text,
.kit .kit-item .kit-item__desc-text * {
    color: #282828;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}

.kit .kit-item .kit-item__desc-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .kit .kit-item {
        gap: 15px;
    }

    .kit .kit-item .kit-item__desc-text,
    .kit .kit-item .kit-item__desc-text * {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .kit .kit-list {
        grid-template-columns: 1fr;
    }

    .kit .kit-item .kit-item__image {
        width: 45px;
    }
	.product{
    	padding: 10px 0 50px;
	}
    .product-desc__tips {
        margin: 0;
        gap: 15px;
    }
    .product-desc__title{
        line-height: 1.1;
        font-weight: 700;
		font-size:20px;
		margin-bottom: 0;
    }
    .product-desc__buy{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    .product .product-desc__price{
        margin-bottom: 0;
    }
    .product a.ibtn {
        width: 100%;
    }
    .product a.ibtn svg {
        margin-right: 0px;
        margin-bottom: -2px;
        height: 16px;
    }
    .kit-wrap {
        grid-template-columns: 1fr;
    }
    .product-wrap.fen .ibtn{
        width: 100%;
    }
    .product-wrap.fen .block{
        width: 100%;
    }
    .product-wrap{
        gap: 20px;
    }
    .product-desc__bt{
        display: none;
    }
    .product-desc__text {position:relative; overflow:hidden; height:84px; transition:height 0.5s ease}
    .product-desc__text.expanded {
        height:auto
    }
    .product-desc__text::after {
        content:"";
        position:absolute;
        bottom:0;
        left:0;
        right:0;
        height:84px; background:linear-gradient(0deg,#FFF 0,rgba(255,255,255,0.00) 118.75%);
        pointer-events:none;
        transition:opacity 0.2s ease
    }
    .product-desc__text.expanded::after {
        opacity:0
    }
    .product-desc__text-btn {
        cursor:pointer;
        position:relative;
        display:flex;
        justify-content:center
    }
    .product-desc__text-btn .icon {
        display:flex;
        width:19px;
        height:19px
    }
    .product-desc__text-btn .icon svg {
        display:block;
        width:100%;
        height:100%
    }
    .product-desc__text.expanded + .product-desc__text-btn .icon {
        transform:scale(-1)
    }
    .product-desc__points{
        margin: 0;
    }

}

section.chars,
section.kit,
section.product-video-block,
section.product-slider-block{
    margin-bottom: 100px;
}
.chars .chars-list {
    display: grid;
    justify-content: space-between;
    gap: 30px 20px;
}
.chars-list.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.chars-list.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.chars-list.cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
.chars .chars-item{
    border-bottom: 1px solid #D9D9D9;
}

.chars .chars-item .chars-item__name {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.03;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.chars .chars-item .chars-item__val {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .chars .chars-list {
        padding: 20px 0 45px;
        gap: 30px;
    }

    .chars .chars-item .chars-item__val {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .chars .chars-list {
        grid-template-columns: 1fr;
        padding: 25px 0;
        gap: 25px;
    }

    .chars .chars-item .chars-item__name {
        font-size: 14px;
    }

    .chars .chars-item .chars-item__val {
        font-size: 16px;
    }
}

.kit-list .img-rel {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.kit-list .img-rel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
  .product-wrap {
    flex-direction: column;
  }

  .block{
    width: 100%;
  }

  .product-order {
    order: 3;
  }

  .product-slider {
    order: 1;
  }

  .product-desc {
    order: 2;
  }
}

.product-slider-inside {
    
    overflow-x: hidden;
}

.product-slider-inside .product-slider__item {
    padding-bottom: 50%;
    height: 0;
    background-size: cover
}

.product-slider-inside .product-slider__item .product-slider__item-wrap {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    max-width: 595px;
    text-align: center;
    padding: 15px 15px 55px;
    transform: translateX(-50%);
    transition: left 0.65s 0.15s cubic-bezier(0.39, 0.16, 0, 0.99);
}

.product-slider-inside .product-slider__item.swiper-slide-next .product-slider__item-wrap {
    left: 100%;
}

.product-slider-inside .product-slider__item.swiper-slide-prev .product-slider__item-wrap {
    left: 0%;
}

.product-slider-inside .product-slider__item .product-slider__item-subtitle {
    display: block;
    color: #CCAFBF;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.product-slider-inside .product-slider__item .product-slider__item-title {
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
}

.product-slider-inside .product-slider__item .product-slider__item-text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    margin: 15px 0 0;
}

@media (max-width: 991px) {
    .product-slider-inside .product-slider__item .product-slider__item-wrap {
        padding-bottom: 40px;
    }

    .product-slider-inside .product-slider__item .product-slider__item-title {
        font-size: 20px;
    }

    .product-slider-inside .product-slider__item .product-slider__item-text {
        font-size: 14px;
        margin: 10px 0 0;
    }

    .product-slider-inside .product-slider__pagination {
        bottom: 10px !important;
    }
}

@media (max-width: 767px) {
    .product-slider-inside .product-slider__item {
        padding-bottom: 100%;
        min-height: 500px;
        background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
    }
}


.product-video .video_body {
    position: relative;
    padding-bottom: 53.0305%;
    overflow: hidden;
    border-radius: 10px;
}

.product-video .video_body .video-js {
    position: absolute;
    left: 0;
    top: -100px;
    bottom: -100px;
    height: calc(100% + 200px);
    width: 100%;
    object-fit: cover;
    pointer-events: none;
}

.feedback-content__btn .ibtn{
    display: block;
    margin: 30px auto 0;
}

@media (max-width: 767px) {
    .product-video .video_body {
        padding-bottom: 56%;
    }
}


/****** other ********/

#breadcrumbs{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0;  
    padding: 20px 0;
    margin: 0;
    color: #A1A1A1;
}
#breadcrumbs a{

    color: #A1A1A1;
}
#breadcrumbs svg{
    margin: 0 10px;
}
.page-nav{
    border-bottom: 1px solid #E5E5E5;
    background: #fff;
        margin-bottom: 50px;
}
section.return,
section.contacts{
    margin-bottom: 60px;
}

.contacts-desc {
    justify-content: flex-start;
    gap: 40px;
}
.contacts-form .form__title{
    display: none;
}
.form__group p {
    margin: 0 0 10px;
}
input::placeholder {
  font-size: 22px;
  opacity: 1;
  color: #A1A1A1;
}
.form__input{
    margin-top: 5px;
}
.form .form__textarea {
    height: 100px !important;
}   
.form__choice input, .form__accept input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}


.form__choice input:checked + span:before, .form__accept input:checked + span:before {
    background-position: 50% 1px;
}
@media (min-width: 992px) {
    .form__choice input + span:before, .form__accept input + span:before {
        width: 24px;
        height: 24px;
    }
}
.form__choice input + span:before, .form__accept input + span:before {

    top: 11px;
    left: 1px;
    background: url(../img/icons/checked.svg) no-repeat center -30px;
}
@media (min-width: 992px) {
    .form__choice input:checked + span:before, .form__accept input:checked + span:before {
        background-position: 50% 5px;
    }
}



/******* megamenu *******/

/* оболочка, вставляется скриптом */
.mega-wrapper{
    position:fixed;
    left:0;
    width:100%;
    display:none;
    z-index:1000;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

/* 20-пиксельная невидимая полоса – курсор ею «перепрыгивает» */
.mega-wrapper::before{
  content:'';
  position:absolute;
  top:-20px;          /* начинается над самим блоком */
  left:0;
  right:0;
  height:20px;
}

/* показываем */
.mega-wrapper.show{display:block;}

/* Внутренняя сетка — твой обычный .container */
.mega-wrapper .container {
  max-width: 1320px;      /* подгони под свою сетку */
  margin: 0 auto;
  padding: 0 15px;
}

/* Само меню */
.megamenu {
  display: flex;
  gap: 100px;             /* отступ между кол-ками */

  padding: 40px 60px;
  box-sizing: border-box;
}

.megamenu > li {
    flex: 1;
    list-style: none;
}
.megamenu > li > a{
    margin-bottom: 20px;
    cursor: default;
}
.megamenu > li:first-child {
    margin-left: 0;
    max-width: 240px;
}   /* колонка ровно под пунктом */
.megamenu li a {
    display:block;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
    text-decoration:none;
    color:#000000;
}
.megamenu .sub-menu a {
    margin-left: 45px;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 15px;
    max-width: fit-content;
    position: relative;
    transition: none;
}

.megamenu .sub-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 2px; /* толщина линии */
  background-color: #000; /* цвет линии */
}

.megamenu .sub-menu a:hover::after {
  width: 100%;
}
nav .sub-menu {
    display: none;
} 

#menu-item-2093.open .menu-arrow {
  transform: rotate(180deg);
}
#menu-item-2093 .menu-arrow {
    vertical-align: middle;
}

/* конкретные иконки */
.icon-hairdryer::before{
  content:'';
  width:35px;
  height:35px;
  background:url('../img/icons/hairdryer.jpg') no-repeat center / contain;
}
.icon-vacuum::before{
  content:'';
  width:35px;
  height:35px;
  background:url('../img/icons/vacuum.jpg') no-repeat center / contain;
}
.icon-rectifiers::before{
  content:'';
  width:35px;
  height:35px;
  background:url('../img/icons/rectifiers.jpg') no-repeat center / contain;
}
.icon-stylers::before{
  content:'';
  width:35px;
  height:35px;
  background:url('../img/icons/stylers.jpg') no-repeat center / contain;
}
.icon-tech::before{
  content:'';
  width:35px;
  height:35px;
  background:url('../img/icons/tech.jpg') no-repeat center / contain;
}
.icon-headphones::before{
  content:'';
  width:35px;
  height:35px;
  background:url('../img/icons/headphones.jpg') no-repeat center / contain;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}

.modal__descr {
    display: none;
}

.modal__descr.active {
    display: block;
}

.form input,
.form label,
.form textarea {
    margin: 0;
}

.form__group {
    margin-bottom: 5px;
}

.form__rating input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
    margin: 5px 0 !important;
}


.form br {
    display: none !important;
}

.call-form .form__group_email {
    display: none !important;
}

.box-modal input[type="email"] {
    display: none;
}

.form__choice .wpcf7-list-item {
    display: block;
    margin: 0;
}

.form__accept .wpcf7-list-item {
    margin: 0;
}

.form__choice label {
    padding-left: 32px;
    border: none;
    font-size: 16px;
    color: #374151;
    min-height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
}

.form__choice input,
.form__accept input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.form__choice label,
.form__accept label {
    position: relative;
}

.form__choice label:before,
.form__accept label:before {
    display: none;
}

.form__choice input + span:before,
.form__accept input + span:before {
    width: 15px;
    height: 15px;
    border: 1px solid #1F2937;
    top: 9px;
    left: 0;
    background: url(../img/icons/checked.svg) no-repeat center -30px;
}

.form__choice input:checked + span:before,
.form__accept input:checked + span:before {
    background-position: 50% 1px;
}

.form__accept .wpcf7-not-valid-tip {
    font-size: 14px;
}

.wpcf7-response-output {
    margin: 0 !important;
    padding: 15px !important;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red;
}

.wpcf7-spinner {
    display: none;
}

.contacts-form br {
    display: none !important;
}

.wpcf7-not-valid-tip {
        font-size: 14px !important;
    }

    .form__choice input:checked + span:before,
    .form__accept input:checked + span:before {
        background-position: 50% 5px;
    }

    .form__choice input + span:before,
    .form__accept input + span:before {
        width: 24px;
        height: 24px;
    }

    .form label {
        font-size: 14px;
    }

    .breadcrumbs__current span:first-child {
        max-width: 300px;
    }

    .cta__bg {
        display: none;
    }

    .cta_stylers {
        padding: 90px 0;
    }

    .form__input,
    .form__textarea {
        font-size: 16px;
    }

    .form .form__textarea {
        height: 100px !important;
    }

    .form__accept label,
    .form .form__radio {
        font-size: 14px;
    }

    .like_h2 {
        font-size: 28px;
        font-weight: 500;
        padding: 0px 0px 15px 0px;
        margin: 0;
        color: #000;
    }
    .like_h2 p{

        margin: 0;
        
    }

.product-form .form__desc {
        flex-direction: row;
    }

    .product-form .desc__img {
        height: 150px;
        width: 150px;
    }

    .product-form .desc__price {
    font-size: 24px;
}

#ModalProduct .wpcf7-submit{
    margin: -20px 0 20px;
}

@media (max-width: 992px) {

    .product-form,
    .call-form,
    .comment-form {
        width: 100%;
        max-width: none !important;
        padding: 40px 15px 15px !important;
    }
    .arcticmodal-container_i2 {
        padding: 10px;
    }

}

.grecaptcha-badge { 
    visibility: hidden !important;
}
.floating-messengers {
  position: fixed;
  bottom: 28px;
  right: 28px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 14px;
  z-index: 9999;
}
.floating-messengers__toggle {
  position: relative;
  padding: 0;
  border: 0;
}
.floating-messengers__toggle img {
  width: 50%;
  height: 50%;
  object-fit: contain;
  display: block;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.floating-messengers__toggle::before, .floating-messengers__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  margin-top: -1px;
  border-radius: 999px;
  background: #fff;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.floating-messengers.is-open .floating-messengers__toggle {
  background: #333333;
}
.floating-messengers.is-open .floating-messengers__toggle img {
  opacity: 0;
  transform: scale(0.7);
}
.floating-messengers.is-open .floating-messengers__toggle::before {
  opacity: 1;
  transform: rotate(45deg);
}
.floating-messengers.is-open .floating-messengers__toggle::after {
  opacity: 1;
  transform: rotate(-45deg);
}
.floating-messengers__panel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
.floating-messengers__panel[hidden] {
  display: none;
}

.fm-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s, box-shadow 0.25s;
}

.fm-btn:hover {
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}

.fm-btn--max img {
  width: 33px;
  height: 33px;
  object-fit: contain;
  display: block;
  pointer-events: none;
}

.fm-btn.telegram {
  background: #0088cc;
}

.fm-btn svg {
  width: 50%;
  height: 50%;
  fill: currentColor;
  position: relative;
  left: -1px;
}

@media (max-width: 768px){
 .fm-btn {
    width: 48px;
    height: 48px;
  }
  .fm-btn--max img {
    width: 28px;
    height: 28px;
  }
  .floating-messengers {
    bottom: 20px;
    right: 20px;
    gap: 10px;
  }
}


.video-slide video {
  max-width: 100%;
}
.video-slide {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #000;
  border-radius: 10px;
}

.family-slider .swiper-slide {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
}

/* контейнер для двух наложенных <video> */
.video-wrap {position:relative}

.slide-video,
.full-video {
  width:100%;
  height:auto;
  display:block;
}



.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; /* расстояние между карточками */
}

.blog-item {
  flex: 1 1 calc(33.333% - 30px); /* три колонки */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.blog-preview__img {
  width: 100%;
  height: 320px; /* фиксируем высоту */
  overflow: hidden;
}

.blog-preview__img img {
  width: 100%;
  object-fit: cover; /* обрезка, но без искажений */
  display: block;
}

.blog-preview__content {
  flex: 1; /* выравнивает контент по высоте */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding-top: 15px;
}



/* полное видео накладываем поверх */
.full-video {
  position:absolute;
  top:0;left:0;
  opacity:0;
  transition:opacity .35s ease;
  z-index:2;
}

/* когда готово → плавно проявляем */
.full-video.is-ready { opacity:1; }

.video-loader {
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:center;
  background:rgba(0,0,0,.25);
  z-index:3;
}
.video-loader::after {
  content:''; width:32px; height:32px;
  border:3px solid #fff; border-top-color:transparent;
  border-radius:50%; animation:spin .8s linear infinite;
}
@keyframes spin {to{transform:rotate(360deg)}}


@media (max-width: 768px){

.blog-preview__img {
  height: auto; /* фиксируем высоту */
}
}


/* Две колонки на десктопе, одна на мобилке */
.faq-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.faq-column {
  flex: 1 1 45%;
  min-width: 300px;
}

/* Нумерация */
.accordion__title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.accordion__number {
  font-weight: bold;
  color: #0073aa; /* или ваш акцентный цвет */
  flex-shrink: 0;
  width: 24px;
  text-align: right;
}

@media (max-width: 768px) {
  .faq-columns {
    flex-direction: column;
    gap: 0;
  }
  .faq-column {
    flex: 1 1 100%;
  }
  .contacts-desc{
    flex-direction: column;
    gap: 0;
  }
  .contacts-form.form{
    padding: 0;
  }
  .contacts-header h2{
    text-align: left;
  }
}


.product-slider .product-slider__item {
    padding-bottom: 50%;
    height: 0;
}
.product-slider .swiper-wrapper{
    align-items: center;
}
.img-rel {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 991px) {
    .product-slider.b-a .product-slider__item {
        background-position: center;
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .product-slider .product-slider__item {
        padding-bottom: 100%;
        min-height: 500px;
    }
}

.product-slider-inside.ver-2 .product-slider__item .product-slider__item-wrap {
    position: absolute;
    left: 10%;
    bottom: auto;
    top: 10%;
    width: 100%;
    max-width: 712px;
    text-align: left;
    transform: none;
}
.product-slider-inside.ver-2 .product-slider__item .product-slider__item-title {
    color: #000;
    text-align: left;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
}
.product-slider-inside.ver-2 .product-slider__item .product-slider__item-text {
    text-align: left;
    font-size: 15px;
    padding-right: 180px;
    letter-spacing: .4px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.product-guarantee {display:flex; justify-content:space-between; gap:5px; margin-top:45px}
.product-guarantee .product-guarantee__item-title {color:#000; font-size:18px; font-weight:700; line-height:1; margin:0}
.product-guarantee .product-guarantee__item-text {color:#231F20; font-size:15px; font-weight:400; line-height:1; margin:7px 0 0}
.product-guarantee .product-guarantee__item-text.product-guarantee__item-text--mobile {display:none}
@media (max-width:1399px) {
 .product-guarantee .product-guarantee__item-title {font-size:16px}
 .product-guarantee .product-guarantee__item-text {font-size:14px}
}
@media (max-width:1199px) {
 .product-guarantee {margin:30px 0 0}
}
@media (max-width:991px) {
.product-guarantee .product-guarantee__item:last-child {order:-1}
 .product-guarantee .product-guarantee__item-text {margin:5px 0 0}
 .product-guarantee .product-guarantee__item-text.product-guarantee__item-text--mobile {display:block}
 .product-guarantee .product-guarantee__item-text.product-guarantee__item-text--mobile + .product-guarantee__item-text {display:none}
}

.stock-fill{
  --stock-fill-percent: 0; 
  display: inline-block;
}

.stock-fill__title{
  font-family: "Futura PT", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 103%;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 20px 0;
  white-space: nowrap;
  display: inline-block;
}

.stock-fill__track{
  width: 100%;
  height: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #FF0308 0%, #FFDD00 45.55%, #EDF512 67.92%, #78B828 100%);
}

.stock-fill__track::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: calc(var(--stock-fill-percent) * 1%);
  width: calc(100% - (var(--stock-fill-percent) * 1%));
  background: #EDEDED;
  transition: left 280ms ease, width 280ms ease;
}

.stock-fill__fill{
  display: none;
}


@media (max-width: 991px) {
    .product-slider-inside.ver-2 .product-slider__item .product-slider__item-wrap {
        position: absolute;
        left: auto;
        bottom: 0;
        top: auto;
        background: rgba(9, 9, 9, 0.45);
        box-shadow: 1px 0px 8px 5px rgb(0 0 0 / 46%);
        width: 100%;
        max-width: 712px;
        text-align: left;
        transform: none;
    }
    .product-slider-inside.ver-2 .product-slider__item {
            background-position: 80% 100%;
            padding-bottom: 100%;
                    min-height: 500px;
        }
        .product-slider-inside.ver-2 .product-slider__item .product-slider__item-title {
                font-size: 20px;
                text-align: center;
                color: #fff;
            }
            .product-slider-inside.ver-2 .product-slider__item .product-slider__item-text {
                    padding-right: 0;
                    font-size: 14px;
                    text-align: center;
                    margin: 10px 0 0;
                }
}
