/*Новое обнуление, удалены списки ul li, удалены фиксированные размеры текстовых тегов*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus, :active {
    outline: none;
}

a:focus, a:active {
    outline: none;
}

nav, footer, header, aside {
    display: block;
}

html, body {
    height: 100%;
    width: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

p,
.content{
    font-family: Bellota_Text, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

input, button, textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*ul li,li,ul{list-style: none;}*/
img {
    vertical-align: top;
    object-fit: cover;
}

/*--------------------*/

/* Add here all your css styles (customizations) */
:root {
    --firm-yellow: rgba(248, 153, 0, 1);
    --firm-red: rgba(165, 0, 3, 1);
}

body {
    font-family: Bellota_Text, sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.simple-page a {
    color: var(--firm-red);
}

.container {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 20px;
}

.header {
    z-index: 50;
}

.index-header {
    position: fixed;
    inset: 0 0 auto 0;
    background-color: rgba(255, 255, 255, 0.3);
    transition: 1s ease background-color;
}

.simple-header {
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
    transition: 1s ease background-color;
}

.simple-header.fixed {
    position: fixed;
    inset: 0 0 auto;
}

.header-static.fixed {
    background-color: #fff;
    transition: 1s ease background-color;
}

.header__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 110px;
    justify-content: space-between;
}

.header__logo {
    flex: 0 0 275px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.header__logo p {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: var(--firm-yellow);
    text-transform: uppercase;
    font-family: Bellota, sans-serif;
}

.header__logo p::first-line {
    color: rgba(0, 0, 0, 0.6);
}

.header__logo img {
    object-fit: contain;
}

.header__menu {
    margin: 0 12px;
}

.header__menu > ul,
.header__menu > div{
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-bottom: 0;
}

.header__menu > div > ul{
    display: contents;
    list-style: none;
}

.multi-menu {
    color: rgba(0, 0, 0, 0.7);
}

.menu-item {
    position: relative;
    list-style: none;
}

.header__menu a {
    padding: 39px 12px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    display: block;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.7);
}

.multi-menu__drop {

}


.header-links {
    flex: 0 0 231px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.header-phone,
.contacts--phone {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: rgba(0, 0, 0, 0.6);
    gap: 8px;
    position: relative;
    padding: 0 0 0 28px;
}

.header-static .wa-icon:before,
.footer-phone.wa-icon:before,
.contacts--phone.wa-icon:before {
    content: "";
    mask: url("../assets/icons/wa-icon-white.svg") no-repeat;
    height: 20px;
    width: 20px;
    display: block;
    -webkit-mask-size: cover;
    mask-size: cover;
    transition: 1s ease all;
    position: absolute;
    top: 4px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}


.index-header .wa-icon:before {
    background-color: #fff;
}

.header-static.fixed .wa-icon:before,
.contacts--phone.wa-icon:before {
    background-color: rgba(0, 0, 0, 0.4);
}

.footer-phone.wa-icon:before {
    background-color: #fff;
}

.header-social__row > div:first-child,
.footer-side__bot > div {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

/*
.header-static.fixed .wa-icon:before,
.simple-header .wa-icon:before,
.contacts--phone.wa-icon:before {
    content: url("../assets/icons/wa-icon-color.svg");
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
*/

.header-email {
    color: rgba(0, 0, 0, 0.6);
    margin: 0 0 0 28px;
}

.header-side {
    flex: 0 0 140px;
    margin: 0 0 0 20px;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.header-callback__btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    padding: 4px 5px;
    display: block;
    width: fit-content;
}

.header-search__icon {
    content: "";
    mask: url("../assets/icons/search-icon-white.svg") no-repeat;
    height: 20px;
    width: 20px;
    display: block;
    -webkit-mask-size: cover;
    mask-size: cover;
    transition: 1s ease all;
    background-color: #fff;
}

.header-static.fixed .header-search__icon,
.simple-header .header-search__icon {
    background-color: rgba(0, 0, 0, 0.4);
}

.header-static .header-callback__btn {
    border: 1px dashed #fff;
    transition: 1s ease all;
}

.header-static.fixed .header-callback__btn,
.simple-header .header-callback__btn {
    border: 1px dashed rgba(0, 0, 0, 0.4);
}

main {
    overflow-x: hidden;
}

.header-social__row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.header-social {

}

.header-static .tg-icon,
.footer .tg-icon {
    content: "";
    mask: url("../assets/icons/tg-icon-white.svg") no-repeat;
    height: 20px;
    width: 20px;
    display: block;
    -webkit-mask-size: cover;
    mask-size: cover;
    transition: 1s ease all;
}

.header-static .tg-icon,
.header-static .vk-icon {
    background-color: #fff;
}

.footer .tg-icon,
.footer .vk-icon {
    background-color: rgba(255, 255, 255, 0.6);
}

.footer .tg-icon,
.footer .vk-icon,
.footer-phone.wa-icon:before {
    opacity: 0.6;
}

.header-static.fixed .tg-icon,
.simple-header .tg-icon {
    background-color: rgba(0, 0, 0, 0.4);
}

.header-static .vk-icon,
.footer .vk-icon {
    content: "";
    mask: url("../assets/icons/vk-icon-white.svg") no-repeat;
    height: 20px;
    width: 20px;
    display: block;
    -webkit-mask-size: cover;
    mask-size: cover;
    transition: 1s ease all;
}

.header-static.fixed .vk-icon,
.simple-header .vk-icon {
    background-color: rgba(0, 0, 0, 0.4);
}

/* footer */

.footer {
    background: rgba(0, 0, 0, 0.7);
}

.footer__wrap {
    display: flex;
    flex-direction: row;
    padding: 40px 0 80px;
}

.footer-logo img {
    object-fit: contain;
    height: fit-content;
}

.footer-logo {
    flex: 0 0 275px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin: 0 40px 0 0;
}

.footer-logo p {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
}

.footer-logo p:first-line {
    color: rgba(255, 255, 255, 0.6);
}

.footer-side {
    flex: 0 0 235px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-side__top {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-phone {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    padding: 0 0 0 28px;
}

.footer-callback__btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #fff;
    border-radius: 8px;
    padding: 4px 5px;
    display: block;
    border: 1px dashed #fff;
    width: fit-content;
}

.footer-side__bot {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-email {
    color: #fff;
}

.footer-social {

}

.footer-menu {
    margin: 0 60px;
}

.footer-menu ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-menu a {
    padding: 39px 12px;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.footer-menu a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.6);
}


/* index-banner */

.index-banner {
    position: relative;
}

.ibSlider{
    position: relative;
}

.index-banner img {
    height: 1024px;
}

.index-banner img {
    width: 100%;
    object-fit: cover;
}

.index-banner img[src=""]{
    display: none;
}

.products-list__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-banner__content {
    position: absolute;
    inset: 110px 0 0 0;
    z-index: 4;
}


.index-banner__text {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 700px;
    justify-content: center;
    gap: 12px;
    padding: 23px;
}

.index-banner__text p {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: rgba(111, 111, 111, 1);
}

.index-banner__text h1 {
    font-size: 96px;
    font-weight: 700;
    line-height: 86px;
    color: var(--firm-red);
    font-family: Bellota, sans-serif;
}

.btn {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding: 16px 32px;
    border-radius: 8px;
    width: fit-content;
    transition: 0.4s ease all;
    background: none;
    display: block;
    text-align: center;
    cursor: pointer;
}

.index-banner__text .btn {
    margin: 30px 0 0 0;
}


.btn-red {
    border: 1px solid var(--firm-red);
    color: var(--firm-red);
}

.btn-red:hover,
a.fd__chars-value:hover,
a.pl-item--value:hover,
.products-detail__item-txt a:hover {
    color: #fff;
    background: var(--firm-red);
    transition: 0.8s ease all;
}

.products-detail__item:nth-child(n+4){
    display: none;
}

.products-detail__item.showup{
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
}

a.fd__chars-value:hover:after {

}

/* advantages */

.advantages {
    padding: 80px 0;
}

.advantages__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.advantages__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

.advantages__item p {
    margin: 0 40px 0 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.advantages__item:before {
    width: 120px;
    height: 120px;
    flex: 0 0 120px;
}

.advantages__item.paw-icon:before {
    content: "";
    background: url("../assets/icons/adv-paw.svg") no-repeat;
    background-size: cover;
}

.advantages__item.health-icon:before {
    content: "";
    background: url("../assets/icons/adv-health.svg") no-repeat;
    background-size: cover;
}

.advantages__item.stars-icon:before {
    content: "";
    background: url("../assets/icons/adv-stars.svg") no-repeat;
    background-size: cover;
}

/* feedback */

.section-feedback {
    background: var(--firm-yellow);
    padding: 52px 20px;
    position: relative;
    overflow: hidden;
}

.s-feedback__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    padding: 0 20px;
    position: relative;
}

.s-feedback__item {
    padding: 10px 0;
}

.s-feedback__item p,
.s-feedback__item h3{
    color: #fff;
}

.s-feedback__item:nth-child(2) {
    margin: 0 auto;
}

.s-feedback__item p {
    font-family: Bellota_Text, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 8px;
}

.s-feedback__item h3 {
    font-family: Bellota, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 43px;
}

.s-feedback__grid:after {
    position: absolute;
    content: "";
    background: url(../assets/icons/feedback-paw.svg) no-repeat 100% 100%;
    background-size: cover;
    width: 420px;
    height: 420px;
    inset: 50% 0px 50% auto;
    transform: translate(0px, -45%);
}

/* about */

.section-about {
    padding: 80px 0;
}

.s-about__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
    padding: 0 40px;
}

.s-about__txt,
.s-about__video {
    flex: 1 1 50%;
}

.s-about__txt-title {
    font-family: Bellota, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 57px;
    color: var(--firm-red);
    max-width: 450px;
    margin: 0 0 35px;
}

.s-about__txt-points {
    font-family: Bellota_Text, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    list-style: none;
}

.s-about__txt-points li {
    margin: 0 0 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.s-about__txt-points li:before {
    content: url("../assets/icons/list-paw.svg");
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}

.s-about__video iframe {
    width: 100%;
    height: 380px;
}

/* reward */

.section-reward {
    background: url("../assets/content/revards-back.png") no-repeat;
    background-size: cover;
    position: relative;
    padding: 72px 0;
}

.section-reward:after {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    background: rgb(165, 0, 3);
    opacity: 0.8;
    z-index: 1;
}

.s-reward__row {
    display: flex;
    flex-direction: row;
    z-index: 3;
    position: relative;
    gap: 35px;
    padding: 0 40px;
    justify-content: space-between;
}

.s-reward__item {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.s-reward__item h2 {
    font-family: Bellota, sans-serif;
    font-size: 96px;
    font-weight: 700;
    line-height: 100px;
    color: #fff;
}

.s-reward__item p {
    font-family: Bellota_Text, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);
}

.s-reward__item:before,
.s-reward__item img{
    width: 80px;
    height: 80px;
    display: block;
    padding: 10px 0;
    flex: 0 0 80px;
}

.cat-icon:before {
    background: url("../assets/icons/cat-svgrepo-com 1.svg") no-repeat;
    background-size: cover;
    content: "";
}

.crown-icon:before {
    background: url("../assets/icons/crown-svgrepo-com 1.svg") no-repeat;
    background-size: cover;
    content: "";
}

.cup-first-icon:before {
    background: url("../assets/icons/cup-first-svgrepo-com.svg") no-repeat;
    background-size: cover;
    content: "";
}

.cup-star-icon:before {
    background: url("../assets/icons/cup-star-svgrepo-com.svg") no-repeat;
    background-size: cover;
    content: "";
}

/* gallery */

.section-gallery,
.section-news {
    padding: 80px 0;
    position: relative;
}

.simple-page {
    position: relative;
    z-index: 2;
}

.section-gallery:before,
.section-news:before,
.bg-fluffy:before {
    content: "";
    background: url(../assets/content/gallery-background.png) no-repeat;
    background-size: cover;
    width: 100%;
    opacity: 20%;
    height: initial;
    z-index: -1;
    position: absolute;
    display: block;
    inset: 0 0 0 0;
}

.bg-fluffy{
    position: relative;
    z-index: 1;
}

.bg-gray {
    background-color: rgba(236, 236, 236, 1);
}

.s-gallery__grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    z-index: 2;
    position: relative;
    gap: 20px;
    grid-template-areas:
    "uq1 uq1 uq1 uq1 uq2 uq2 uq3 uq3"
    "uq1 uq1 uq1 uq1 uq2 uq2 uq3 uq3"
    "uq1 uq1 uq1 uq1 uq2 uq2 uq5 uq5"
    "uq1 uq1 uq1 uq1 uq4 uq4 uq5 uq5"
    "uq1 uq1 uq1 uq1 uq4 uq4 uq5 uq5";
}

.s-gallery__item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.s-gallery__item.uq1 {
    grid-area: uq1;
}

.s-gallery__item.uq2 {
    grid-area: uq2;
}

.s-gallery__item.uq3 {
    grid-area: uq3;
}

.s-gallery__item.uq4 {
    grid-area: uq4;
}

.s-gallery__item.uq5 {
    grid-area: uq5;
}

/* reviews */

.section-reviews {
    padding: 80px 0;
}

.s-reviews__wrap {
    gap: 48px;
    display: flex;
    flex-direction: column;
}

h2.section-title {
    font-family: Bellota, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 57px;
    color: rgba(0, 0, 0, 0.7);
}

h3.sub-title,
h3.products-list__item-title {
    font-family: Bellota, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.7);
}

h2.section-title.title-red {
    color: var(--firm-red);
}

.s-reviews__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.reviews {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 28px 0 60px;
}

.reviews__col {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.s-reviews__item,
.reviews__item {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.s-reviews__item p,
.reviews__item p,
.products-detail__item-txt {
    font-family: Bellota_Text, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.s-reviews__item img,
.reviews__item img {
    flex: 0 0 128px;
    object-fit: cover;
    height: 128px;
    width: 128px;
    border-radius: 50%;
    aspect-ratio: 5 / 5;
}

.s-reviews__author,
.reviews__author {
    margin: 16px 0 0;
}

.s-reviews__author span,
.reviews__author span {
    font-family: Bellota, sans-serif;
    color: rgba(0, 0, 0, 0.8);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.s-reviews-more,
.s-news-more,
.products-detail--more {
    margin: 0 auto;
}

.s-reviews-more .btn,
.s-news-more .btn {
    margin: 0;
}

/* secction news */

.s-news__wrap {
    display: flex;
    flex-direction: column;
    gap: 48px;
    z-index: 2;
    position: relative;
}

.s-news__grid,
.news__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 24px;
}

.s-news__item,
.news__item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.s-news__item-img {

}

.s-news__item-img img,
.news__item-img img {
    object-fit: cover;
    width: 100%;
    height: 290px;
}

.s-news__item-bot,
.news__item-bot {
    padding: 16px 24px 24px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    height: 100%;
}

.s-news__item-bot span,
.news__item-bot span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.s-news__item-bot p,
.news__item-bot p {
    color: rgba(255, 255, 255, 1);
    margin: 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* крошки */

.simple-page {
    padding: 20px 0;
}

.breadcrumbs {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    background: none;
    border-bottom: none;
}

.breadcrumbs a:not(:last-child) {
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    margin: 0 16px 0 0;
}

.breadcrumbs a:not(:last-child):after {
    content: "/";
    margin: 0 0 0 16px;
}

.breadcrumbs a:last-child {
    color: rgba(0, 0, 0, 0.4);
}

/* news */

.news {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 28px 0 50px;
}

.news__inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.news .page-pagination {
    margin: -40px 0 0;
}

/* pagin */

.page-pagination {
    padding: 28px 0;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    font-family: Bellota, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.page-pagination .pag-item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    padding: 6px;
    transition: 0.6s ease all;
}

.page-pagination .pag-item,
.page-pagination .pag-item:visited,
.page-pagination .pag-item:active {
    color: rgba(0, 0, 0, 0.6);
}

.pag-prev {
    content: url("../assets/icons/icon-pag-prev.svg");
}

.pag-prev,
.pag-next {
    width: 32px;
    height: 32px;
    padding: 8px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.6s ease all;
}

.page-pagination .pag-active {
    background-color: var(--firm-yellow);
    transition: 0.6s ease all;
}

.pag-next {
    content: url("../assets/icons/icon-pag-prev.svg");
    transform: rotate(180deg);
}

.pag-prev:hover,
.pag-next:hover,
.pag-item:hover {
    background-color: var(--firm-yellow);
    transition: 0.6s ease all;
}

/* news detail */

.news-detail {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 28px 0 40px;
}

.news-detail__image {

}

.news-detail__image img,
.about__image img {
    object-fit: cover;
    width: 100%;
}

.news-detail__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.news-detail__text,
.news-detail__text a,
.about__txt,
.about__txt a {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.6);
}

.news-detail__text a,
.about__txt a {
    text-decoration: underline;
}

.clamp-120 {
    padding: 0 120px;
}

.news-detail--back:before {
    content: "⇠";
    color: rgba(0, 0, 0, 0.6);
}

.news-detail--back {
    font-family: Ballota_Text, sans-serif;
    color: var(--firm-red);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

/* rewards */

.rewards {
    padding: 28px 0 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.rewards__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.rewards__item,
.gallery__item,
.factures__item {
    position: relative;
}

.rewards__item-image {
}

.rewards__item-image img,
.gallery__item-img img,
.gallery-detail__item img,
.factures__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.factures__item-img img{
    max-height: 320px;
}

.rewards__item-date,
.gallery__item-bot,
.factures__item-bot {
    position: absolute;
    inset: auto 0 0 0;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: rgba(255, 255, 255, 1);
    padding: 8px 16px;
}

.factures__item-bot p,
.gallery__item-bot p,
.rewards__item-date p{
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

/* about */

.about,
.gallery,
.gallery-detail,
.contacts,
.factures,
.facture-detail,
.products-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 28px 0 80px;
}

.about__txt {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.gallery__item-img {
    aspect-ratio: 5 / 5;
}

.gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.gallery-detail__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.gallery-detail__item {
    height: 100%;
}

.gallery-detail_large-item {
    grid-column: span 2;
}

.gallery-detail_large-item {
    aspect-ratio: 10 / 5;
}

.gallery-detail__video {
    position: relative;
    z-index: 1;
}

.gallery-detail__video:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    inset: 0 0 0 0;
    z-index: 2;
}

.gallery-detail__video:before {
    position: absolute;
    content: url("../assets/icons/videoplay-icon.svg");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

/* contacts */

.contacts__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.contacts--mail {
    font-family: Bellota_Text, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.contacts__item div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-family: Bellota_Text, sans-serif;
    font-size: 24px;
    line-height: 30px;
}

.contacts__item p {
    font-weight: 400;
    margin: 0;
}

.contacts__item b {
    font-weight: 700;
}

.contacts__col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* manufactures */

.factures__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/*  */
.facture-detail__main {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.facture-detail__chars {
    flex: 0 0 440px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fd__chars-row,
.links-icon {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.fd__chars-type {
    white-space: nowrap;
}

.fd__chars-type {
    min-width: 120px;
}

.fd__chars-type,
.fd__chars-value,
.products-detail__item-txt,
.products-detail__main-description {
    font-family: Bellota_Text, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.fd__chars-value,
.pl-item--value {
    font-weight: 700;
}

.links-icon:after {
    content: "";
    mask: url("../assets/icons/linky-icon.svg") no-repeat;
    height: 24px;
    width: 24px;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: rgba(248, 153, 0, 1);
    transition: 1s ease all;
}

.links-icon:hover:after {
    background-color: rgba(255, 255, 255, 0.7);
    transition: 1s ease all;
}

.facture-detail__slider {
    width: calc(100% - 160px);
    position: relative;
}

.swiper.fdSlider {
    height: 510px;
    padding: 0 0 30px;
}

.facture-detail__tree {
    padding: 64px 0;
}

.facture-detail__slider .facture-detail__pag {
    display: flex;
    bottom: 10px;
}

.facture-detail__pag .swiper-pagination-bullet-active {
    width: 60px;
    border-radius: 5px;
    background-color: darkgray;
}

/* tree */

.tree-card {
    max-height: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    position: relative;
    left: 115px;
    width: 350px;
}

.tree-card__img,
.products-detail__item-img {
    flex: 0 0 120px;
    height: 120px;
    width: 120px;
    position: relative;
}

.tree-card__img img,
.products-detail__item-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.cat-sex__sigh:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    content: "";
}

.sex-female:before {
    background: rgba(248, 153, 0, 1) url("../assets/icons/female-white-icon.svg") no-repeat center center;
    background-size: 12px;
    padding: 4px;
}

.sex-male:before {
    background: rgba(33, 148, 161, 1) url("../assets/icons/male-white-icon.svg") no-repeat center center;
    background-size: 14px;
    padding: 4px;
}

.tree-card__txt {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: rgba(0, 0, 0, 1);
}

.tree-card__txt h4 {
    font-family: Bellota, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.tree-card__txt span {
    font-family: Bellota_Text, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
}

.tf-tree .tf-nc, .tf-tree .tf-node-content {
    padding: 0 !important;
    border: none !important;
}

.tf-custom .tf-nc:before,
.tf-custom .tf-nc:after {
    border-color: rgba(179, 179, 179, 1);
}

.tf-custom li li:before {
    border-color: rgba(179, 179, 179, 1);
}

/* width */
.tf-custom::-webkit-scrollbar {
    height: 5px;
}

/* Track */
.tf-custom::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.tf-custom::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.tf-custom::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.tf-tree.tf-custom li {
    position: relative;
    left: -52px;
}

.swiper.fdSlider img {
    object-fit: cover;
    aspect-ratio: 5 / 5;
    width: 100%;
    height: 100%;
}

/* products */

.products-list {

}

.products-list__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 40px;
}

.products-list__item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.products-list__item-img {
    height: 380px;
}

.products-list__item-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.products-list__item-bottom > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.pl-item--type,
.pl-item--value,
.pl-item--txt {
    font-family: Bellota_Text, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.6);
}

.pl-item--value {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
}

.red-borders {
    color: var(--firm-red);
    padding: 4px 12px;
    border-radius: 8px;
    border: 1px solid var(--firm-red);
    width: fit-content;
}

/* product-detail */

.products-detail__main,
.products-detail,
.products-detail__main-chars,
.products-detail__bottom,
.products-detail__item-txt {
    display: flex;
    flex-direction: column;
}

.products-detail__main {
    gap: 24px;
}

.products-detail {
    gap: 40px;
    padding: 28px 0 80px;
}

.products-detail {
    padding: 28px 0 80px;
}

.products-detail__main-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.products-detail__main-image {
    flex: 0 0 50%;
}

.products-detail__main-image img {
    width: 100%;
    object-fit: cover;
}

.products-detail__main-description {
    flex: 1 1 calc(50% - 24px);
}

.products-detail__main-chars {
    gap: 16px;
    margin: 0 0 40px 0;
}

.products-detail__main-chars > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.products-detail__main .fd__chars-type,
.products-detail__bottom .fd__chars-type {
    min-width: auto;
}

.products-detail__bottom {
    gap: 40px;
}

.products-detail__main-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.products-detail__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.products-detail__item {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
}

.products-detail__item-txt {
    gap: 16px;
}

.products-detail__item-txt > div {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.products-detail--more {
    margin: 40px auto 0 auto;
}

.header-usage {
    display: flex;
    flex-direction: row;
}

.call-menu,
.call-usage {
    display: none;
    width: 60px;
    height: 60px;
    padding: 8px;
}

.call-usage {
    content: url("../assets/icons/header-phone-yellow.svg");
}

.call-menu {
    content: url("../assets/icons/burger-menu.svg");
}


/* модалкис */

.modal {
    position: fixed;
    inset: 0 0 0 0;
    z-index: 999;
}

.modal:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    inset: 0 0 0 0;
    z-index: 998;
}

.modal-call {
    display: none;
}

.modal-call.active {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-wrap {
/*    width: 754px;
    margin: 20vh auto;*/
    padding: 56px 40px;
    z-index: 1000;
    position: relative;
}

.modal-wrap:after {
    content: "";
    background: url(../assets/content/modal-cover.jpg) no-repeat 50% top;
    background-size: cover;
    display: block;
    width: 100%;
    position: absolute;
    inset: 0 0 0 0;
}

.modal-wrap:before {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    inset: 0 0 0 0;
    z-index: 1001;
}


.modal-inner {
    z-index: 1002;
    position: relative;
    display: flex;
    flex-direction: column;
}

.modal-inner label div {
    font-family: Bellota_Text, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 7px 0;
}

.modal-inner input[type="text"],
.modal-inner input[type="tel"],
.modal-inner input[type="email"],
.modal-inner textarea {
    border-radius: 8px;
    border: 1px solid #B3B3B3;
    padding: 14px;
    width: 100%;
}

.modal-inner textarea {
    height: 110px;
}

.modal-inner [for="agree"] {
    padding: 20px 0;
}

h2.modal-title {
    font-family: Bellota, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 43px;
    padding: 0 0 42px;
    color: #000000;
}

.terms-block{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.modal-success {
    padding: 30px 0;
}

.req {
    color: var(--firm-red);
}

.modal-inner [type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 32px;
    height: 32px;
    background: #fff;
    position: absolute;
    border-radius: 4px;
}

.modal-inner [type="checkbox"]:checked:after {
    content: "";
    background: var(--firm-red);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    border-radius: 4px;
    width: 16px;
    height: 16px;
}

.modal-inner [type="submit"] {
    width: fit-content;
    border-color: #aa0719;
    padding: 16px 32px;
}

.modal-inner label[for="agree"] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.modal-inner label[for="agree"] div {
    margin: 0 0 0 40px;
}

.modal-close {
    position: absolute;
    right: -10px;
    top: -20px;
    background: url(../assets/icons/modal-cross.svg) no-repeat;
    background-size: cover;
    z-index: 1002;
    padding: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

body.lock {
    overflow: hidden;
}

h2.extra-title {
    font-family: Bellota, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 57px;
    padding: 28px 0 40px;
    margin: 0;
}

.wrap-404 {
    padding: 0 0 40px;
}

.ibs-prev:after,
.ibs-next:after {
    color: rgba(111, 111, 111, 1);
}

.image-404 {
    max-width: 500px;
    margin: 0 auto;
}

.image-404 img {
    object-fit: cover;
    width: 100%;
}

.text-404 {
    font-family: Bellota_Text, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

a,
a:hover{
    color: var(--firm-red);
}

.modal.fade .modal-dialog{
    z-index: 1100;
}
.modal-backdrop{
    z-index: 998;
}

/* menu */
@media screen and (min-width: 991px) {
    .multi-menu__drop {
        height: 0px;
        overflow: hidden;
        transition: 3s ease all;
        width: fit-content;
    }

    .multi-menu:hover .multi-menu__drop {
        height: 800px;
        transition: 3s ease all;
    }

    .footer-menu a {
        position: relative;
    }

    .menu-selected{
        position: relative;
    }

    .menu-item:after,
    .footer-menu a:after,
    .menu-selected:after {
        content: "";
        height: 3px;
        width: 0px;
        inset: auto 0 0 0;
        position: absolute;
        background-color: rgba(248, 153, 0, 1);
        transition: 1s ease all;
    }


    .footer-menu a:after {
        height: 1px;
    }

    .menu-item:hover {
        background-color: rgba(255, 255, 255, 1);
        transition: 1s ease all;
    }

    .menu-item:hover:after,
    .footer-menu a:hover:after,
    .menu-selected:after {
        width: 100%;
        transition: 1s ease all;
    }

    .multi-menu__drop {
        position: absolute;
        inset: 100% 0 0 0;
    }

    .header__menu .multi-menu__drop li {
        list-style: none;
    }

    .header__menu .multi-menu__drop a {
        padding: 16px 12px;
        background: #fff;
        color: rgba(0, 0, 0, 0.7);
        width: 100%;
        min-width: 200px;
    }

    .multi-menu:hover a.multi-menu__head,
    .header__menu .multi-menu__drop a:hover {
        color: var(--firm-red);
    }
}


@media screen and (max-width: 1560px) {
    .products-detail__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-menu a {
        white-space: nowrap;
        padding: 12px;
    }

    .footer-menu ul {
        flex-wrap: wrap;
    }

    .header__wrap {
        padding: 20px 0 0;
        height: auto;
        flex-wrap: wrap;
    }

    .header__logo {
        order: 1;
    }

    .header-usage,
    .call-usage {
        order: 2;
    }

    .header-usage {
        margin: 0 0 0 auto;
    }

    .header__menu,
    .call-menu {
        order: 3;
    }

    .header__menu {
        width: 100%;
    }

    .header__menu a {
        padding: 20px 12px;
    }

    .index-banner__content {
        inset: 165px 0 0 0;
    }

    .s-reward__row {
        padding: 0 20px;
    }

    .s-reward__item h2 {
        font-size: 80px;
        line-height: 85px;
    }

    .section-reward {
        padding: 56px 0;
    }

    .s-reward__item {
        gap: 16px;
    }

    .s-reward__item p {
        white-space: unset;
    }
}

@media screen and (max-width: 1200px) {
    .products-list__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .facture-detail__tree .sub-title {
        padding: 0 0 40px;
    }

    .swiper.fdSlider {
        height: auto;
    }

    .facture-detail__slider {
        width: 100%;
    }

    .facture-detail__main {
        flex-direction: column-reverse;
    }

    .gallery__grid,
    .gallery-detail__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reviews__col {
        gap: 40px;
    }

    .section-reviews,
    .advantages,
    .section-gallery,
    .section-news {
        padding: 60px 0;
    }

    .advantages__item p {
        margin: 0;
    }

    .advantages__item:before {
        width: 80px;
        height: 80px;
        flex: 0 0 80px;
    }

    .s-feedback__grid:after {
        transform: translate(50%, -50%);
    }

    .s-reward__row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .s-reward__item > div {
        flex-direction: row;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .s-reviews__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .rewards__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .header-static .header-callback__btn {
        border: 1px dashed rgba(248, 153, 0, 1) !important;
    }

    .header-static .wa-icon::before,
    .header-static .tg-icon, .header-static .vk-icon,
    .header-search__icon,
    .simple-header .header-search__icon {
        background-color: rgba(248, 153, 0, 1) !important;
    }

    body.lock {
        overflow: hidden;
    }

    .menu-close,
    .usage-close {
        display: none;
        content: "";
        background: url("../assets/icons/akar-icons_cross.svg") no-repeat;
        background-size: cover;
        width: 70px;
        height: 70px;
        position: absolute;
        top: 35px;
        right: 35px;
        padding: 10px;
        z-index: 100;
    }

    .header__menu.mobile-menu .menu-close,
    .header-usage.mobile-usage .usage-close {
        display: block;
    }

    .multi-menu__drop {
        overflow: hidden;
        max-height: 0px;
        transition: 1s ease max-height;
    }

    .multi-menu__drop.unwrap-menu {
        max-height: 800px;
        transition: 1s ease max-height;
    }

    .products-detail__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-menu {
        margin: 0;
        display: none;
    }

    .index-banner img {
        height: 700px;
    }

    .index-banner__text p {
        font-size: 24px;
        line-height: 28px;
    }

    .index-banner__text h1,
    h2.section-title {
        font-size: 60px;
        line-height: 60px;
    }

    .index-banner__text .btn {
        margin: 12px 0 0;
    }

    .index-banner__content {
        inset: 110px 0 0 0;
    }

    .header__wrap {
        height: 110px;
        padding: 0;
    }


    .header__menu,
    .header-usage {
        position: fixed;
        inset: -200vh 0 auto 0;
        transition: 1s ease all;
        background: #fff;
    }

    .call-menu,
    .call-usage {
        display: block;
    }

    .advantages {
        padding: 40px 0;
    }

    .advantages__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .advantages__item:before {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
    }

    .advantages__item p {
        font-size: 20px;
        line-height: 25px;
    }

    .s-feedback__grid {
        grid-template-columns: repeat(1, 1fr);
        padding: 0;
    }

    .s-feedback__item .btn {
        margin: 20px 0 0;
    }

    .s-feedback__item:nth-child(2) {
        width: 100%;
    }

    .section-feedback {
        padding: 62px 0px;
    }

    .s-feedback__grid:after {
        width: 300px;
        height: 300px;
    }

    .section-about {
        padding: 60px 0;
    }

    .s-about__row {
        flex-direction: column;
    }

    .s-about__txt-title {
        font-size: 60px;
        line-height: 60px;
    }

    .s-gallery__grid {
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas:
        "uq1 uq1 uq1 uq1"
        "uq1 uq1 uq1 uq1"
        "uq2 uq2 uq3 uq3"
        "uq2 uq2 uq5 uq5"
        "uq4 uq4 uq5 uq5";

    }

    .s-news__grid,
    .news__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .s-news__item-img img,
    .news__grid img {
        height: 440px;
    }

    .contacts__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* menu */
    .header__menu.mobile-menu,
    .header-usage.mobile-usage {
        display: flex;
        position: fixed;
        inset: 0 0 0 0;
        margin: 0;
        padding: 120px 60px 60px;
        z-index: 99;
        transition: 1s ease all;
        overflow: scroll;
    }

    .header__menu > ul {
        flex-direction: column;
    }

    .multi-menu__drop ul,
    .multi-menu__drop li {
        list-style: none;
    }

    .multi-menu__drop.unwrap-menu {
        display: block;
        padding: 0 0 16px;
    }

    .multi-menu__drop.unwrap-menu a {
        padding: 12px 40px;
    }

    .header-usage {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .header-side,
    .header-links {
        display: contents;
    }

    .header-social__row {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .header-social__row,
    .header-callback__btn {
        margin: 0 28px;
    }

    .header-callback__btn {
        margin: 0 28px 10px;
    }

    .header-phone {
        order: 1;
    }

    .header-callback__btn {
        order: 2;
    }

    .header-email {
        order: 3;
    }

    .header-social__row {
        order: 4;
    }
}

@media screen and (max-width: 768px) {
    .iframe-content iframe{
        width: 400px !important;
        height: 320px !important;
    }
    h2.extra-title{
        font-size: 50px;
        line-height: 52px;
    }

    .ibs-prev:after,
    .ibs-next:after {
        display: none;
    }

    .modal-success {
        padding: 20px 0;
    }

    h2.modal-title {
        font-size: 30px;
        line-height: 30px;
        padding: 0 0 10px;
    }

    .modal-wrap {
        width: 100%;
        padding: 20px 14px;
    }

    /*.modal-inner {
        gap: 6px;
    }*/

    .modal-inner input[type="text"], .modal-inner input[type="tel"], .modal-inner input[type="email"], .modal-inner textarea {
        padding: 6px;
    }

    .modal-inner textarea {
        height: 60px;
    }

    .menu-close,
    .usage-close {
        width: 50px;
        height: 50px;
        top: 25px;
        right: 25px;
    }

    .header__menu.mobile-menu,
    .header-usage.mobile-usage {
        padding: 75px 20px 40px;
    }

    .header__menu a {
        padding: 16px 12px;
    }

    .products-list__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .gallery-detail_large-item {
        grid-column: inherit;
    }

    .gallery__grid,
    .gallery-detail__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-side {
        flex: auto;
    }

    .footer-logo {
        flex: 0;
    }

    .footer__wrap {
        flex-direction: column;
        gap: 40px;
    }

    .s-news__item-bot p, .news__item-bot p {
        -webkit-line-clamp: initial;
    }

    .s-reviews__item p, .reviews__item p, .products-detail__item-txt {
        font-size: 20px;
        line-height: 20px;
    }

    .index-header {
        position: relative;
    }

    .index-header.fixed {
        position: fixed;
    }

    .header__wrap {
        height: 76px;
        gap: 20px;
    }

    .header__logo img {
        height: 70px;
    }

    .header__logo {
        flex: 1 1 auto;
    }

    .index-banner img {
        width: 100%;
        height: 100%;
    }

    .index-banner {
        display: flex;
        flex-direction: column;
    }

    .index-banner__content {
        position: relative;
        inset: 0 0 0 0;
        margin: 0;
    }

    .container {
        padding: 0 16px;
    }

    .index-banner__text {
        padding: 24px 0;
    }

    .btn {
        padding: 12px 24px;
    }

    .index-banner__text {
        gap: 4px;
    }

    .index-banner__text .btn {
        margin: 20px 0 0;
    }

    .index-banner__text h1,
    .s-about__txt-title,
    .s-feedback__item h3,
    h2.section-title {
        font-size: 40px;
        line-height: 36px;
    }

    .index-banner__text p,
    .s-feedback__item p,
    .s-about__txt-points {
        font-size: 20px;
        line-height: 25px;
    }

    .s-about__row {
        padding: 0;
        gap: 24px;
    }

    .s-about__txt-points {
        padding: 0 16px;
    }

    .s-feedback__item h3 {
        max-width: 200px;
    }

    .section-about {
        padding: 40px 0;
    }

    .s-about__video {
        margin: 0 -16px;
    }

    .s-reward__row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 0;
    }

    .s-reward__item h2 {
        font-size: 56px;
        line-height: 70px;
    }

    .section-reward,
    .section-gallery,
    .section-reviews,
    .section-news {
        padding: 40px 0;
    }

    .s-reward__item:before {
        width: 60px;
        height: 60px;
        flex: 0 0 60px;
    }

    .s-reviews__item:not(:first-child) {
        display: none;
    }

    .s-reviews__item,
    .reviews__item {
        flex-direction: column;
    }

    .s-news__item-bot, .news__item-bot,
    .pl-item--type, .pl-item--value, .pl-item--txt {
        font-size: 20px;
        line-height: 25px;
    }

    .s-news__item-img img,
    .news__grid img {
        height: 290px;
    }

    .s-news__grid, .news__grid,
    .news, .s-news__wrap,
    .news-detail,
    .s-reviews__wrap,
    .reviews__col,
    .reviews,
    .rewards,
    .about, .gallery, .gallery-detail, .contacts, .factures, .facture-detail, .products-list {
        gap: 24px;
    }

    .simple-page {
        padding: 10px 0;
    }

    .breadcrumbs {
        padding: 14px 0;
    }

    .products-detail,
    .news,
    .news-detail,
    .reviews,
    .rewards,
    .about, .gallery, .gallery-detail, .contacts, .factures, .facture-detail, .products-list {
        padding: 14px 0 30px;
    }

    .page-pagination {
        padding: 24px 0;
    }

    .news .page-pagination {
        margin: -20px 0 0;
        padding: 24px 0;
    }

    .news-detail__text, .news-detail__text a, .about__txt, .about__txt a,
    .s-reviews__author span, .reviews__author span,
    .fd__chars-type, .fd__chars-value, .products-detail__item-txt, .products-detail__main-description {
        font-size: 20px;
        line-height: 25px;
    }

    .clamp-120 {
        padding: 0;
    }

    .rewards__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contacts__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .facture-detail__tree {
        padding: 40px 0;
    }

    .facture-detail__chars {
        flex: initial;
    }

    h3.products-list__item-title {
        font-size: 24px;
        line-height: 21px;
    }

    .products-detail__main-row {
        flex-direction: column;
    }

    .products-detail,
    .products-detail__bottom {
        gap: 24px;
    }

    .products-detail__item-txt,
    .products-detail__item {
        gap: 8px;
    }

    .products-detail--more {
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .iframe-content iframe{
        width: 320px !important;
        height: 265px !important;
    }
    h2.extra-title{
        font-size: 36px;
        line-height: 38px;
        padding: 10px 0 18px;
    }
    .products-detail__main-chars {
        gap: 8px;
        margin: 0 0 10px;
    }

    .products-detail__item,
    .products-detail__main-chars > div {
        flex-direction: column;
    }

    .products-detail__main-chars > div {
        align-items: start;
        gap: 0;
    }

    .header__wrap {
        height: 56px;
        gap: 10px;
        flex-wrap: nowrap;
    }

    .header__logo img {
        height: 46px;
        width: 145px;
    }

    .call-menu, .call-usage {
        width: 50px;
        height: 50px;
        padding: 4px;
    }

    .s-news__item-img img,
    .news__grid img {
        height: 190px;
    }

    .rewards__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .fd__chars-row {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }

    .products-list__item-bottom > div {
        flex-direction: column;
        gap: 0;
        align-items: start;
    }

    .products-list__item-bottom {
        gap: 8px;
    }

    .products-list__item-img {
        height: 240px;
    }
}

@media (min-width: 768px) {
    .container {
        width: inherit;
    }
}
@media (min-width: 992px) {
    .container {
        width: inherit;
    }
}
@media (min-width: 1200px) {
    .container {
        width: inherit;
    }
}