@font-face {
    font-family: "Cera Pro";
    src: url("../fonts/CeraPro-Regular.eot");
    src: url("../fonts/CeraPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CeraPro-Regular.woff2") format("woff2"),
    url("../fonts/CeraPro-Regular.woff") format("woff"),
    url("../fonts/CeraPro-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cera Pro";
    src: url("../fonts/CeraPro-Bold.eot");
    src: url("../fonts/CeraPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CeraPro-Bold.woff2") format("woff2"),
    url("../fonts/CeraPro-Bold.woff") format("woff"),
    url("../fonts/CeraPro-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat-extrabold.eot");
    src: url("../fonts/montserrat-extrabold?#iefix") format("embedded-opentype"),
    url("../fonts/montserrat-extrabold.woff2") format("woff2"),
    url("../fonts/montserrat-extrabold.woff") format("woff"),
    url("../fonts/montserrat-extrabold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

.mobile-navs__filter,
.aside__tab,
.footer__link,
.alert__close,
.alert__content,
.slider__arrow,
.btn {
    cursor: pointer;
    transition: all 0.2s;
}

.mobile-navs__filter:hover,
.aside__tab:hover,
.footer__link:hover,
.alert__close:hover,
.alert__content:hover,
.slider__arrow:hover,
.btn:hover {
    opacity: 0.8;
}

.aside__checkboxes input[type="checkbox"] {
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.aside__checkboxes input[type="checkbox"]::after {
    content: "";
    height: 18px;
    width: 18px;
    background-image: url("/assets/images/checkbox-0.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}

.aside__checkboxes input[type="checkbox"]:checked::after {
    background-image: url("/assets/images/checkbox-1.svg");
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

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

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: "Cera Pro";
}

.container {
    padding: 0 130px;
}

.heading {
    font-family: "Montserrat";
    color: #f55181;
    font-weight: 800;
    letter-spacing: -0.006em;
    text-transform: uppercase;
    line-height: 78px;
    font-size: 64px;
}

.service .heading {
    margin-left: -4px;
}


.minititle {
    letter-spacing: 0.01em;
    color: #9c9c9c;
    font-size: 14px;
}

.text {
    color: #626262;
    width: 80%;
    font-size: 24px;
    line-height: 36px;
}

.btn {
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: fit-content;
    color: #fff;
}

.btn_violet {
    background-color: #a595ff;
    font-weight: 400;
}

.btn_red {
    background-color: #f55181;
}

.btn_pink {
    background-color: #f55181;
    font-weight: 400;
}

.btn_green {
    background-color: #58d37b;
}

.btn_green.outline {
    border: 1px solid #e2e1e6;
    color: #58d37b;
    background-color: #fff;
    font-weight: 700;
}

.title {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 16px;
    letter-spacing: -0.006em;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.tabs__item {
    color: #65676e;
    padding: 8px 16px;
    border: 1px solid #e2e1e6;
    border-radius: 30px;
    font-size: 14px;
}

.blog .tabs__item {
    /* padding: 4px 8px;*/
}

.cn-padding {
    padding-left: 6%;
}

.blog .content__container .c-padding.content__bigtext {
    padding-left: 6%;
}

.blog .content-cards__item {
    display: flex;
    flex-direction: column;
}

.blog .content-cards__info {
    height: 100%;
}

.blog .content-cards__title {
    line-height: 140%;
}

.blog .content-cards__text {
    line-height: 140%;
}

.slider__arrow {
    height: 45px;
    width: 45px;
}

.slider__arrow.active {
    display: none;
}

.header-btn {
    height: 25px;
    width: 25px;
    cursor: pointer;
    margin-right: 25px;
    display: none;
}

.divider {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 35px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    color: #96989d;
    font-size: 14px;
    letter-spacing: 0.01em;
}

.breadcrumb__link {
    padding-right: 15px;
    position: relative;
}

.breadcrumb__link::after {
    content: "/";
    position: absolute;
    right: 0;
}

.badge {
    border-radius: 16px;
    border: 1.5px solid rgba(0, 0, 0, 0);
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 10px;
    padding: 4px 5px;
}

.badge_violet {
    color: #a595ff;
    border-color: #a595ff;
}

.badge_red {
    color: #f55181;
    border-color: #f55181;
}

.badge_green {
    color: #58d37b;
    border-color: #58d37b;
}

@font-face {
    font-family: "Cera Pro";
    src: url("../fonts/CeraPro-Regular.eot");
    src: url("../fonts/CeraPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CeraPro-Regular.woff2") format("woff2"),
    url("../fonts/CeraPro-Regular.woff") format("woff"),
    url("../fonts/CeraPro-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cera Pro";
    src: url("../fonts/CeraPro-Bold.eot");
    src: url("../fonts/CeraPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CeraPro-Bold.woff2") format("woff2"),
    url("../fonts/CeraPro-Bold.woff") format("woff"),
    url("../fonts/CeraPro-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat-extrabold.eot");
    src: url("../fonts/montserrat-extrabold?#iefix") format("embedded-opentype"),
    url("../fonts/montserrat-extrabold.woff2") format("woff2"),
    url("../fonts/montserrat-extrabold.woff") format("woff"),
    url("../fonts/montserrat-extrabold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

.alert {
    background-color: #fee152;
    height: fit-content;
}

.alert__inner {
    position: relative;
}

.alert__content {
    display: flex;
    justify-content: center;
    gap: 22px;
    font-size: 14px;
    align-items: center;
    color: #f55181;
    width: fit-content;
    margin: auto;
}

.alert__close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header {
    padding: 17px 0;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
}

.header_shadow {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.13);
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__actions {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header__menus {
    position: relative;
    display: none;
}

.header__menus.active .header__dropdown {
    visibility: visible;
    opacity: 1;
}

.header__dropdown {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 40px;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
    border-radius: 18px;
    padding: 35px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 250px;
    z-index: 9;
}

.header__nav {
    display: flex;
    align-items: center;
    gap: 45px;
}

.header__btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #58d37b;
}

.header__link {
    letter-spacing: 0.008em;
    color: #65676e;
}

.header__actions {
    color: #96989d;
}

.header__action {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

.header__popover {
    position: absolute;
    top: 40px;
    background: #fff;
    border-radius: 47px;
    color: #9c9c9c;
    font-size: 14px;
    padding: 14px 24px;
    width: max-content;
    left: -78%;
    display: none;
    filter: drop-shadow(0px 2px 30px rgba(0, 0, 0, 0.25));
}

.header__popover::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("/assets/images/pointer.png");
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    background-size: contain;
}

.header__popover.active {
    display: block;
}

.header .btn {
    font-weight: 400;
}

.main {
    height: 480px;
    width: 100%;
    border-radius: 24px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
}

.main__title {
    color: #fff;
    font-weight: 800;
    font-family: "Montserrat";
    margin-bottom: 36px;
    font-size: 48px;
    line-height: 57px;
    letter-spacing: -0.01em;
}

.main .btn {
    display: flex;
    gap: 30px;
}

.company {
    margin-bottom: 50px;
}

.company .text {
    margin: 30px 0 20px;
}

.category {
    margin-bottom: 120px;
}

.category__content {
    position: relative;
    padding-bottom: 20px;
}

.category__inner {
    padding-left: 130px;
    gap: 35px;
}

.category__item {
    border-radius: 18px;
    height: 470px;
    width: 100%;
    padding: 20px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat";
    font-weight: 800;
    line-height: 59px;
    font-size: 48px;
    letter-spacing: -0.01em;
}

.category__shadow {
    background: linear-gradient(
            269.01deg,
            #f7f7f9 0.94%,
            rgba(246, 245, 243, 0) 99.24%
    );
    position: absolute;
    height: 470px;
    top: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    z-index: 99;
}

.newest {
    margin-bottom: 120px;
}

.newest__top {
    display: flex;
    align-items: center;
    gap: 50px;
}

.newest__wrapper {
    position: relative;
}

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

.newest__detail {
    margin-top: 8px;
    font-size: 14px;
    color: #626262;
}

.newest .title {
    margin-bottom: 0;
}

.newest__view {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #e2e1e6;
    font-size: 14px;
    padding: 10px 20px;
    width: max-content;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #58d37b;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.newest__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 33px 28px;
    margin-top: 45px;
}

.newest__inner_three {
    grid-template-columns: repeat(3, 1fr);
}

.newest__img {
    height: 180px;
    width: 200px;
    margin: auto;
    display: block;
    object-fit: contain;
}

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

.newest__badges {
    display: flex;
    gap: 10px;
}

.newest__name {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 6px;
}

.newest__heart {
    cursor: pointer;
}

.newest__heart svg {
    transition: all 0.2s;
}

.newest__heart:hover svg,
.newest__heart.active svg {
    fill: #58d37b;
}

.newest__info {
    color: #626262;
    font-size: 11px;
}

.newest__item:hover .newest__view {
    visibility: visible;
    opacity: 1;
}

.newest__btns {
    display: flex;
    align-items: center;
    gap: 21px;
    margin-top: 45px;
}

.newest__bottom {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    margin-top: 30px;
    background: #eff0f3;
    border-radius: 30px;
}

.newest__bottom .btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newest__price {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
}

.newest__item {
    position: relative;
    padding: 18px;
    /*border: 1px solid #ededef;*/
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    transition: all 0.2s;
}

.newest__item:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}

.newest__item:hover .newest__detail,
.newest__item:hover .newest__bottom {
    visibility: visible;
    opacity: 1;
}

.newest__left {
    position: relative;
}

.newest__left .newest__heart {
    position: absolute;
    right: 0px;
    top: 0px;
}

.slider-wrap_horizontal {
    margin-top: 25px;
    display: grid;
    gap: 25px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.slider-wrap_horizontal .newest__info {
    font-size: 14px;
}

.slider-wrap_horizontal .newest__name {
    margin-bottom: 5px;
    margin-top: 20px;
}

.slider-wrap_horizontal .newest__item {
    flex-direction: row;
}

.slider-wrap_horizontal .newest__item {
    gap: 40px;
}

.slider-wrap_horizontal .newest__price {
    padding-left: 10px;
}

.slider-wrap_horizontal .newest__left {
    flex: 1;
    position: relative;
}

.slider-wrap_horizontal .newest__center {
    flex: 3;
}

.slider-wrap_horizontal .newest__right {
    flex: 2;
}

.slider-wrap_horizontal .newest__info {
    width: 60%;
}

.slider-wrap_horizontal.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.slider-wrap_horizontal.active .newest__wider {
    display: none;
}

.slider-wrap_horizontal.active .newest__item {
    flex-direction: column;
    gap: 10px;
}

.slider-wrap_horizontal.active .newest__righ {
    display: none;
}

.service .minititle {
    margin-top: 10px;
}

.service__top {
    position: relative;
}

.service__bonus {
    position: absolute;
    right: -20px;
    top: -20px;
    height: 100px;
    width: 100px;
    object-fit: contain;
}

.service__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 45px;
}

.service__box {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    padding: 45px 39px;
}

.service__title {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.01em;
}

.service__content {
    width: 60%;
}

.service__details {
    font-size: 14px;
    color: #a1a1a1;
    margin-top: 5px;
    margin-bottom: 20px;
}

.service__text {
    font-size: 18px;
    line-height: 160%;
    color: #626262;
    margin-bottom: 25px;
}

.service__img {
    width: 220px;
    height: 160px;
    object-fit: contain;
}

.service__info {
    display: flex;
    align-items: center;
}

.hit {
    margin-top: 120px;
    margin-bottom: 120px;
}

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

.hit .title {
    margin-bottom: 0;
}

.hit__wrapper {
    position: relative;
}

.hit__view {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #e2e1e6;
    font-size: 14px;
    padding: 10px 20px;
    width: max-content;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #58d37b;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.hit__inner {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}

.hit .slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.hit .slider__prev {
    left: -20px;
}

.hit .slider__next {
    right: -10px;
}

.blog .hit__info,
.blog .hit__name {
    color: #000;
}

.blog .slider-wrap .hit__name {
    flex: initial;
}

.hit__img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.hit__detail {
    margin-top: 8px;
    font-size: 14px;
    color: #626262;
}

.hit__bottom {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    margin-top: 30px;
    background: #fff;
    border-radius: 30px;
}

.hit__bottom .btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hit__price {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
}

.hit__box {
    background: #fff0c6;
    border-radius: 20px;
    min-height: 330px;
    padding: 15px;
}

.hit__box:hover .hit__view {
    visibility: visible;
    opacity: 1;
}

.hit__badges {
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
}

.hit__badge {
    border-radius: 16px;
    border: 2px solid rgba(0, 0, 0, 0);
    text-transform: uppercase;
    background-color: #fff;
    font-family: "Montserrat";
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 10px;
    width: fit-content;
    padding: 4px 5px;
    line-height: 100%;
}

.hit__badge_violet {
    color: #a595ff;
    border-color: #a595ff;
}

.hit__badge_red {
    color: #f55181;
    border-color: #f55181;
}

.hit__badge_green {
    color: #58d37b;
    border-color: #58d37b;
}

.hit__name {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 18px;
    padding-bottom: 6px;
}

.hit .slick-slide {
    margin-right: 18px;
}

.hit__info {
    font-size: 11px;
}

@keyframes showUp {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.clients {
    margin-bottom: 120px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.clients__show {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-top: 36px;
}

.clients__item {
    height: 60px;
}

.clients .btn {
    margin-top: 60px;
}

.price {
    background-image: url("/assets/images/price.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 430px;
    margin-top: 50px;
}

.price__inner {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding-bottom: 60px;
}

.price__title {
    text-align: center;
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 48px;
    line-height: 59px;
    padding-bottom: 38px;
}

.price .btn {
    margin: auto;
}

.price__item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.price__num {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 48px;
    line-height: 59px;
    color: #a595ff;
}

.footer {
    background-color: #fee152;
}

.footer__inner {
    padding: 45px 0;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.footer__title {
    font-family: "Montserrat";
    font-weight: 800;
    color: #a595ff;
    font-size: 24px;
    margin-bottom: 22px;
}

.footer__phone {
    display: block;
    margin: 30px 0 20px;
}

.footer__socials {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}

.footer__mail,
.footer__address {
    font-style: normal;
    font-size: 18px;
    margin: 16px 0;
}

.footer__links {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 35px;
}

.footer__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__bottom {
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.footer__copyriths {
    display: flex;
    flex-direction: column;
}

.banner {
    border-radius: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 280px;
    padding: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 17px;
}

.banner__title {
    font-weight: 800;
    font-size: 42px;
    font-family: "Montserrat";
    letter-spacing: -0.006em;
    color: #fff;
}

.banner__badge {
    background-color: #fff;
    color: #a595ff;
    font-family: "Montserrat";
    font-weight: 800;
    text-transform: uppercase;
    font-size: 10px;
    padding: 4px 5px;
    width: fit-content;
    border-radius: 24px;
    margin-bottom: 5px;
    letter-spacing: 0.075em;
}

.banner__discount {
    color: #a595ff;
    font-size: 32px;
}

.banner .btn {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 16px;
}

.aside__title {
    display: block;
    margin-top: -4px;
    margin-bottom: 20px;
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 36px;
    color: #a595ff;
}

.aside .btn {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.aside__heading {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 400;
}

.aside__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
    margin-bottom: 30px;
}

.aside__current {
    display: flex;
    align-items: center;
    gap: 5px;
}

.aside__current img {
    transition: all 0.2s linear;
    cursor: pointer;
}

.aside__content {
    display: none;
    flex-direction: column;
    gap: 10px;
    padding-left: 30px;
    margin-top: 16px;
}

.aside__accordion.active .aside__content {
    display: flex;
}

.aside__accordion.active .aside__current img {
    transform: rotate(180deg);
}

.aside__tabs {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.aside__tab {
    background: #ededef;
    border-radius: 30px;
    padding: 10px 20px;
    border: 1px solid #9c9c9c;
}

.aside__bold {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 800;
    margin-top: 25px;
}

.aside__checkboxes {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.aside__check {
    display: flex;
    align-items: center;
    gap: 8px;
}

.aside__popover {
    position: relative;
}

.aside__trigger {
    cursor: pointer;
    margin-bottom: -5px;
}

.aside__showbox {
    position: absolute;
    width: 250px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.2);
    border-radius: 10px;
    padding: 12px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.aside__showbox.active {
    visibility: visible;
    opacity: 1;
}

.aside__minilink.active {
    color: #58d37b;
}

#catalog-filter .aside__heading,
#catalog-filter .aside__bold {
    margin-bottom: 10px;
}

.content__head {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.blog .content__head {
    /* flex-direction: row;*/
}

.blog__category__list {
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    gap: 14px;
}

.blog__category__item {
    border-radius: 30px;
    border: 1px solid #EDEDEF;
    font-size: 14px;
    line-height: 100%;
    padding: 10px 19px 8px;
    white-space: nowrap;
    color: #65676e;
}

.content__title {
    font-family: "Montserrat";
    font-weight: 800;
    line-height: 44px;
    font-size: 36px;
    letter-spacing: -0.01em;
}

.content__heading {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 35.6px;
    line-height: 43px;
}

.content__subheading {
    color: #626262;
    font-size: 18px;
    letter-spacing: 0.01em;
    margin-top: 10px;
}

.content__datas {
    margin-bottom: 50px;
    margin-top: 20px;
    background: #f7f6f4;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr 0.6fr;
}

.content__datas iframe {
    border-radius: 20px;
}

.content__datas_white {
    background-color: #fff;
}

.content__details {
    padding: 32px;
}

.content__text {
    margin: 16px 0 19px;
    color: #626262;
    font-size: 18px;
    line-height: 140%;
}

.content__miniheading {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 25px;
}

.content__img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
}

.content__sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content__change {
    display: flex;
    align-items: center;
    gap: 15px;
}

.content__act {
    height: 20px;
    width: 20px;
    object-fit: contain;
    cursor: pointer;
}

.content__banner {
    height: 400px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 24px;
    padding: 16px;
}

.content__badges {
    display: flex;
    align-items: center;
    gap: 10px;
}

.content__badge {
    background: #fff;
    border-radius: 30px;
    color: #58d37b;
    font-size: 10.6px;
    line-height: 13px;
    letter-spacing: 0.05em;
    padding: 6px 8px;
}

.content__share {
    display: flex;
    margin-top: 30px;
    align-items: center;
    gap: 22px;
    color: #878794;
}

.content__socials {
    display: flex;
    align-items: center;
    gap: 16px;
}

.content__social {
    height: 25px;
    width: 25px;
}

.content__social img {
    height: inherit;
    width: inherit;
    object-fit: contain;
}

.content__bigtext {
    font-size: 24px;
    line-height: 36px;
    color: #626262;
    margin: 68px 0;
}

.content__container {
    width: auto;
    margin-left: auto;
}

.content__container .c-padding {
    padding-left: 20%;
}

.content__subheading {
    font-size: 28px;
    letter-spacing: -0.01em;
    color: #000;
    margin-bottom: 20px;
}

.content__paragraph {
    font-size: 18px;
    line-height: 28px;
    color: #626262;
}

.content__alert, .c-selected-text {
    background: #fee152;
    color: #000;
    border-radius: 20px;
    height: auto;
    min-height: 255px;
    margin: 64px 0;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 60px;
}

.content-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 24px;
}

.content-cards img {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: 200px;
    transition: all 0.1s ease-in;
    object-fit: cover;
}

.content-cards__info {
    background: linear-gradient(0deg, #f7f7f9, #f7f7f9),
    linear-gradient(0deg, #f7f7f9, #f7f7f9),
    linear-gradient(0deg, #f7f7f9, #f7f7f9), #f7f7f9;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    margin-top: -5px;
}

.content-cards__title {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 7px;
}

.content-cards__text {
    letter-spacing: -0.03em;
    color: #878794;
    font-size: 14px;
}

.content-cards__item:hover img {
    filter: brightness(70%);
}

.slider-wrap,
.slider-wrap_four {
    display: grid;
    margin-top: 40px;
}

.slider-wrap .slick-slide,
.slider-wrap_four .slick-slide {
    margin-right: 18px;
}

.slider-wrap .slider__arrow,
.slider-wrap_four .slider__arrow {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: 2222;
}

.slider-wrap .slider__prev,
.slider-wrap_four .slider__prev {
    left: -25px;
}

.slider-wrap .slider__next,
.slider-wrap_four .slider__next {
    right: -5px;
}

.mobile-navs {
    margin: 40px 0 10px;
    display: none;
}

.mobile-navs__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.mobile-navs__filter {
    border-radius: 24px;
    border: 1px solid rgba(98, 98, 98, 0.5);
    padding: 12px 18px;
    color: #58d37b;
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
}

.mobile-navs__content {
    overflow-x: auto;
    padding-bottom: 30px;
}

.mobile-navs__tabs {
    display: flex;
    gap: 16px;
    width: max-content;
}

.mobile-navs .btn {
    gap: 15px;
}

.mobile-navs .breadcrumb {
    margin-bottom: 15px;
    margin-top: 15px;
}

.filter-modal {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    z-index: 9999;
}

.filter-modal__close {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 50px;
}

.filter-modal .aside__categories {
    position: relative;
    background-color: #fff;
    height: 100%;
    width: 350px;
    padding: 50px 40px;
    transform: translateX(-100%);
    transition: all 0.3s linear;
    overflow-y: auto;
}

.filter-modal.active {
    visibility: visible;
    opacity: 1;
}

.filter-modal.active .aside__categories {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.item-card {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-card__popup:not(.active):not(.item-card.item-card__page) {
    opacity: 0;
    pointer-events: none;
    z-index: -9999;
}

.item-card__popup.active {
    z-index: 99999;
}

.item-card__inner-place-for-paste {
    padding: 40px;
    background-color: #fff;
    display: grid;
    grid-template-columns: 600px 1fr;
    box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    width: 100%;
    height: 80%;
    overflow-y: auto;
    gap: 10px;
}

.item-card__inner {
    position: relative;
}

.item-card.item-card__page {
    background: unset;
    position: unset;
    inset: unset;
    height: fit-content;
    height: -moz-fit-content;
    flex-direction: column;
}

.item-card__page .item-card__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    background: unset;
    box-shadow: unset;
    border-radius: unset;
    width: 100%;
    height: 100%;
    overflow: unset;
}

.item-card__title {
    font-family: "Montserrat";
    font-size: 29px;
    line-height: 30px;
    letter-spacing: 0.01em;
    font-weight: 800;
    margin-bottom: 15px;
}

.item-card__minis {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 70px
}

.item-card__minis .slick-current .item-card__minibox {
    border: 1px solid #58d37b;
}

.item-card__view {
    display: flex;
}

.item-card__page .item-card__info {
    width: 54%;
}

.item-card__minibox {
    padding: 6px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    height: 65px;
    width: 65px !important;
    cursor: pointer;
}

.item-card__minibox img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.item-card__slider {
    overflow: hidden;
    margin-left: 30px;
    width: 400px;
    max-width: 100%;
}

.item-card__slider .slick-slide {
    margin-right: 10px;
}

.item-card__close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}

.item-card__img {
    height: 400px;
    width: 400px !important;
    object-fit: contain;
}

.item-card__top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.item-card__artikul {
    color: #626262;
}

.item-card__data {
    color: #626262;
    margin-bottom: 10px;
}

.item-card__amount {
    display: flex;
    align-items: center;
    gap: 10px;
}

.item-card__pill {
    border: 1px solid #cfcfcf;
    border-radius: 30px;
    padding: 15px 20px;
}

.item-card__pay {
    background: #eff0f3;
    border-radius: 30px;
    display: flex;
    width: fit-content;
}

.item-card__add {
    margin-bottom: 5px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.item-card__save {
    cursor: pointer;
}

.item-card__save:hover path,
.item-card__save.active path {
    fill: #58d37b;
}

.item-card__price {
    padding: 10px 15px;
    font-family: "Montserrat";
    font-weight: 800;
    display: flex;
    align-items: center;
}

.item-card__all {
    margin-bottom: 15px;
    font-size: 14px;
    color: #626262;
}

.item-card__box {
    margin-bottom: 15px;
}

.item-card__minititle {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 10px;
}

.item-card__text {
    color: #626262;
    width: 60%;
}

.item-card__more {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.item-card__more.active img {
    transform: rotateX(180deg);
}

.product-card-show_more:not(.active) {
    display: none;
}

.product-card-show_more {
    margin-top: 24px;
}

.item-card__tabs {
    margin-top: 30px;
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.item-card__tab {
    border: 1px solid #cfcfcf;
    border-radius: 30px;
    padding: 10px 15px;
}

.item-card .slick-dots {
    display: flex;
    gap: 5px;
    margin-left: 60px;
}

.item-card .slick-dots li button {
    font-size: 0;
    width: 60px;
    background-color: #c9cace;
    border: none;
    height: 4px;
    cursor: pointer;
}

.item-card .slick-dots .slick-active button {
    background-color: #64676e;
}

.content-banner {
    height: 280px;
    padding: 32px 38px;
    border-radius: 30px;
    margin-top: 10px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-banner.mt {
    margin-top: 100px;
}

.content-banner__title {
    font-family: "Montserrat";
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
}

.content-banner__text {
    line-height: 29px;
    font-size: 18px;
    width: 35%;
    margin-bottom: auto;
}

.content-banner__link {
    background: #fff;
    border-radius: 30px;
    color: #58d37b;
    padding: 10px 20px;
    font-size: 18px;
    display: block;
    width: fit-content;
}

.selected {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
}

.selected__close {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
}

.selected__text {
    padding-left: 10px;
}

.selected__item {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 2px solid #58d37b;
    background-color: #58d37b;
    border-radius: 30px;
    color: #fff;
    padding: 2px 0;
}

.selected__item_disable {
    background-color: #eff0f3;
    border-color: #eff0f3;
    color: #58d37b;
}

.selected__item_disable .selected__close {
    background-color: #58d37b;
}

.selected__item_disable .selected__close path {
    stroke: #fff;
}

.slider-wrap_four .newest__item {
    border: none;
    padding: 10px;
}

.slider-wrap_four .newest__name {
    font-size: 16px;
    min-height: 37px;
}

.slider-wrap_four .slick-track {
    padding: 15px;
}

.slider-wrap_four .slider__next {
    right: -25px;
}

.slider-wrap_four .newest__price {
    font-size: 16px;
}

.slider-wrap_four .newest__bottom,
.slider-wrap_four .newest__detail {
    visibility: hidden;
    opacity: 0;
}

.hit__bottom,
.hit__detail {
    display: none !important;
}

/*.hit__box {
    min-height: 300px;
}*/

.contact__claim {
    font-size: 24px;
    color: #626262;
    width: 70%;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 70px;
    line-height: 36px;
    text-align: center
}

.contact__inbox {
    margin: 70px 0
}

.contact__inbox .title {
    text-align: center
}

.contact__inbox .contact__claim {
    margin: 0 auto;
    margin-top: 30px
}

.contact__mobile {
    margin-top: 40px;
    display: none
}

.contact__mobile .contact-aside {
    display: grid;
    grid-template-columns:repeat(2, 1fr)
}

.contact-aside {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.contact-aside__title {
    font-family: "Montserrat";
    font-size: 28px;
    line-height: 34px;
    color: #000;
    font-weight: 800;
    margin-bottom: 8px
}

.contact-aside__name {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    color: #58d37b;
    margin-bottom: 4px
}

.contact-aside__info {
    font-size: 18px;
    line-height: 140.5%;
    color: #6d6e73
}

.contact-aside__socials {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 40px
}

.contact-card {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 100px
}

.contact-card__item {
    border-radius: 20px;
    overflow: hidden
}

.contact-card__map {
    width: 100%;
    height: 280px
}

.contact-card__content {
    background: #f7f7f9;
    padding: 38px
}

.contact-card__title {
    font-family: "Montserrat";
    font-size: 28px;
    line-height: 34px;
    color: #000;
    font-weight: 800;
    margin-bottom: 14px
}

.contact-card__info {
    font-size: 18px;
    line-height: 30px;
    color: #6d6e73
}

.error {
    margin: 70px 0;
    display: flex;
    gap: 120px;
    justify-content: space-between;
    align-items: center
}

.error__img {
    height: 430px;
    width: 430px
}

.error__title {
    font-family: "Montserrat";
    font-size: 35px;
    line-height: 43px;
    font-weight: 800
}

.error__text {
    font-size: 24px;
    line-height: 134.5%;
    color: #6d6e73;
    margin-top: 35px
}

.error .btn {
    margin-top: 30px;
    font-weight: normal
}

.family {
    margin: 100px 0
}

.family .title_family {
    display: none
}

.family__wrapper {
    gap: 77px;
    display: grid;
    grid-template-columns:repeat(2, 1fr)
}

.family__img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.family__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.family__title {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px
}

.family__text {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px
}

.programm__inner {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 32px;
    margin-top: 50px
}

.programm__item {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .16);
    border-radius: 20px;
    padding: 32px 21px;
    position: relative
}

.programm__img {
    height: 190px;
    width: 100%;
    object-fit: contain
}

.programm__discount {
    height: 110px;
    width: 110px;
    background-image: url("/assets/images/discount.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: .02em;
    text-align: center;
    position: absolute;
    top: -30px;
    right: -30px
}

.programm__discount span {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.04em
}

.programm__title {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    margin: 10px 0
}

.programm__text {
    font-size: 18px;
    line-height: 26px;
    color: #626262
}

.calc {
    background: #f7f7f9;
    border-radius: 20px;
    overflow: hidden;
    display: grid;
    grid-template-columns:repeat(2, 1fr)
}

.calc__city {
    padding: 32px 35px
}

.calc__price {
    background: #58d37b;
    padding: 32px 35px;
    border-radius: 20px;
    color: #fff
}

.calc__title {
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    margin-bottom: 30px
}

.calc__wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between
}

.calc .rub {
    font-size: 19.6875px;
    line-height: 23px;
    letter-spacing: -0.04em;
    color: #e4e4e4
}

.calc input, .calc select {
    background: #fff;
    border-radius: 10px;
    height: 48px;
    width: 100%;
    border: none;
}

.calc select {
    padding: 0 16px;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url("/assets/images/arrow-green-down.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 25px !important;
    outline: none;
}

.calc select option {
    color: #000
}

.calc select option:first-child {
    color: #737373
}

.calc select:focus {
    background-position: right 15px center !important;
    background-size: 14px !important;
    background-image: url("/assets/images/arrow-green-up.svg") !important
}

.calc input {
    padding: 0 16px;
    font-size: 24.9492px;
    line-height: 31px;
    letter-spacing: -0.02em
}

.calc__price input,
.calc input {
    background: #fff;
    opacity: 1;
}

.count-on {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center
}

.count-on__link img {
    height: 140px;
    object-fit: contain
}

.sub-category-banner__wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub-category-banner__wrap > * {
    width: 48% !important;
}

.sub-category-banner {
    margin-top: 24px;
    margin-bottom: 50px;
}

.sub-category-banner__wrap img {
    border-radius: 30px;
}

.catalog-back-link {
    color: #58d37b;
}

.catalog-back-link svg path {
    fill: #58d37b;
}

.aside__checkboxes .aside__check:has(input[type="checkbox"]:disabled) {
    cursor: not-allowed;
    opacity: .4;
}

.form h2 {
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 24px;
}

.form {
    width: 400px;
    max-width: 90%;
    padding: 24px;
}

.form_element input {
    display: block;
    font-family: "Cera Pro";
    font-weight: 700;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    outline: none !important;
    border: none;
    border-bottom: 1px solid;
}

.form_element {
    margin: 0 auto 24px;
}

.form_privacy {
    font-family: "Cera Pro";
    font-size: 14px;
    text-align: justify;
}

.form input[type=submit] {
    border: none;
    margin: 24px auto 0;
}

.mobile-navs__content .aside__heading {
    margin-bottom: 12px;
}

.content__sort .content__head {
    margin-top: 0;
}

.slider-wrap .slick-slide > div:first-child, .slider-wrap_four .slick-slide > div:first-child {
    height: 100%;
}

.slider-wrap .hit__box, .slider-wrap .newest__item, .slider-wrap_four .hit__box, .slider-wrap_four .newest__item {
    height: 100%;
    display: flex !important;
    flex-direction: column;
}

.slider-wrap .hit__name, .slider-wrap .newest__name, .slider-wrap_four .hit__name, .slider-wrap_four .newest__name {
    flex: 1 0 auto;
}

.newest__top {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}

.slider-wrap_four .newest__top {
    top: 10px;
    left: 10px;
}

.newest__view {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: fit-content;
    transform: unset;
}

.newest__item {
    position: relative;
}

#catalog > .content__data:first-of-type .content__head {
    margin: 0;
}

.content {
    margin-top: -7px;
}

.content .content-banner {
    margin-bottom: 50px;
}

.slick-track {
    margin-left: unset;
    margin-right: unset;
}

.content__paragraph .c-padding h2 {
    font-size: 28px;
    letter-spacing: -0.01em;
    color: #000;
    margin-bottom: 20px;
    margin-top: 60px;
}

.content__paragraph .c-padding p {
    font-size: 18px;
    line-height: 28px;
    color: #626262;
    margin-top: 30px;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 24px;
    width: 24px;
    background-size: 24px 24px;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon {
    background: url(/assets/images/vk.svg) !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon {
    background: url(/assets/images/tg.svg) !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon, .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.newest__info, .hit__info {
    font-size: 14px;
    margin-top: auto;
}

.header__logo img {
    width: 160px;
}

.grecaptcha-badge {
    display: none !important;
}

.category .owl-stage {
    padding-left: 0 !important;
}

.content__data {
    width: 100%;
}

.bb1 {
    border-radius: 20px;
    padding: 75px;
    text-align: center;
    font-size: 24px;
    color: #000;
    margin-bottom: 65px;
    margin-top: 90px;
}

.content__paragraph h2 {
    color: #000;
    margin-bottom: 20px;
    line-height: 148%;
}

.bb2 {
    padding: 22px 40px 35px;
    border-radius: 22px;
    color: #fff;
    margin-top: 120px;
    margin-bottom: 90px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bb2 h2 {
    font-weight: 800;
    font-size: 36px;
    color: #fff;
}

.bb2 p {
    max-width: 48%;
}

.bb2 a {
    display: block;
    color: #58D37B;
    border-radius: 30px;
    background-color: #fff;
    width: fit-content;
    padding: 10px 20px;
    margin-top: 37px;
}

.blog .tabs {
    align-items: start;
}

.content__paragraph h2.content__title {
    margin-bottom: 0px;
}

/* NEW YEAR */

.header_ny {
    background-image: url("/assets/images/new-year/ny03_comp.png");
    background-size: Auto 50px;
    background-position: center -10px;
    background-repeat: repeat-x;
    padding: 34px 0 17px;
}

.header_ny .header__inner {
    position: relative;
}

.header_ny .header__inner::before {
    position: absolute;
    content: '';
    width: 400px;
    height: 50px;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("/assets/images/new-year/ny01_comp.png");
    background-size: Auto 50px;
    background-position: center top;
    background-repeat: no-repeat;
}

.header_ny .header__logo {
    position: relative;
}

.header_ny .header__logo::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    top: -10px;
    left: 100%;
    transform: translateX(-50%);
    background-image: url("/assets/images/new-year/ny02.png");
    background-size: 50px 50px;
    background-position: center top;
    background-repeat: no-repeat;
}

.header_ny .header__nav {
    z-index: 10;
}

@media (max-width: 1600px) {
    .divider {
        grid-template-columns: 290px 1fr;
        gap: 16px;
    }

    .slider-wrap_horizontal .newest__item {
        gap: 20px;
    }

    .blog .content__paragraph .content__head {
        flex-direction: column;
    }

    .blog .slider-wrap .hit__name {
        min-height: 62px;
    }
}

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

    .category__inner {
        padding-left: 70px;
    }

    .newest__top {
        gap: 10px;
    }

    .newest__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .newest__inner {
        grid-template-columns: repeat(3, 1fr);
    }

    .title {
        font-size: 22px;
    }

    .heading {
        font-size: 48px;
    }

    .header__nav {
        gap: 12px;
    }

    .header__actions {
        gap: 12px;
    }

    .service__box {
        padding: 20px;
    }

    .divider {
        grid-template-columns: auto 1fr;
        gap: 16px;
    }

    .mobile-navs {
        display: block;
    }

    .divider {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .aside > * /*:not(#catalog-filter)*/
    {
        display: none !important;
    }

    .item-card__inner {
        grid-template-columns: 450px 1fr;
    }

    .item-card__img {
        width: 300px !important;
    }

    .price {
        margin-top: 0;
    }

    .contact__mobile {
        display: block
    }

    .contact__claim {
        width: 100%
    }

    .contact-card {
        gap: 24px;
        grid-template-columns:1fr
    }

    .contact-card__content {
        padding: 25px
    }

    .contact-aside__get {
        grid-column-start: span 2
    }

    .content_nomt {
        margin-top: 0
    }

    .content__heading_hide {
        display: none
    }

    .content__banner {
        margin-top: 0
    }

    .error {
        gap: 65px
    }

    .error__img {
        height: 350px;
        width: 350px
    }

    .family__wrapper {
        gap: 35px
    }

    .aside {
        display: none;
    }

    .section-content__box {
        display: none;
    }
}

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

    .main {
        height: 380px;
        border-radius: 0;
        background-position: left bottom;
        background-image: url("/assets/images/header-bg.jpg") !important;
    }

    .banner {
        border-radius: 0;
    }

    .company .text {
        width: 100%;
    }

    .header-btn {
        display: block;
    }

    .container_collapse {
        padding: 0 !important;
    }

    .header {
        padding: 20px 50px;
        display: flex;
        justify-content: space-between;
    }

    .header .container {
        width: 100%;
        padding: 0;
    }

    .header__nav {
        display: none;
    }

    .header__action {
        font-size: 0;
    }

    .header__menus {
        display: block;
    }

    .header__popover {
        left: -90px;
    }

    .header__actions {
        /*flex: 1;*/
    }

    .header__phone {
        margin-right: auto;
        order: -1;
    }

    .category__inner {
        padding-left: 50px;
        gap: 16px;
    }

    .category {
        margin-bottom: 60px;
    }

    .category__item {
        height: 440px;
    }

    .tabs {
        flex-wrap: wrap;
    }

    .newest {
        margin-bottom: 60px;
    }

    .newest__head {
        align-items: flex-start;
        gap: 20px;
    }

    .newest__inner {
        overflow-x: scroll;
        display: flex;
        align-items: stretch;
        gap: 6px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-top: 20px;
    }

    .newest__item {
        border: none;
        margin-top: 8px;
    }

    .newest__img {
        width: 180px;
        height: 140px;
    }

    .newest__name {
        font-size: 15px;
        line-height: 18px;
    }

    .service__info {
        flex-direction: column-reverse;
        flex: 1 0 auto;
    }

    .service__img {
        margin: 20px 0;
        height: 150px;
        width: 150px;
    }

    .service__content {
        width: 100%;
    }

    .service__title {
        font-size: 25px;
        line-height: 30px;
        padding-right: 50px;
    }

    .service__bonus {
        top: -30px;
        right: -30px;
    }

    .service__box {
        display: flex;
        flex-direction: column;
    }

    .service__inner {
        gap: 30px;
    }

    .hit__inner {
        padding-bottom: 20px;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        gap: 16px;
    }

    .hit__img {
        width: 300px;
    }

    .clients__show {
        padding-bottom: 20px;
        overflow-x: auto;
        display: flex;
        gap: 50px;
    }

    .clients__link {
        width: 200px;
    }

    .price__inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .price__link {
        display: none;
    }

    .footer__inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .content {
        overflow-x: auto;
    }

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

    .content__title {
        font-size: 32px;
        line-height: 39px;
    }

    .content__heading {
        font-size: 32px;
        line-height: 39px;
    }

    .slider-wrap,
    .slider-wrap_four {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        padding-bottom: 20px;
    }

    .content-cards {
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        padding-bottom: 20px;
    }

    /*.content-cards img {
        width: 300px;
    }*/
    .item-card__inner {
        grid-template-columns: 350px 1fr;
    }

    .item-card__img {
        width: 300px !important;
        display: block !important;
        margin: auto;
    }

    .item-card__minis {
        display: none;
    }

    .item-card__text {
        width: 100%;
    }

    .item-card__add {
        gap: 16px;
    }

    .item-card__title {
        font-size: 24px;
        line-height: 30px;
    }

    .item-card .slick-dots {
        margin-left: 0;
        justify-content: center;
    }

    .content-banner {
        padding: 27px;
    }

    .content-banner__title {
        font-size: 32px;
    }

    .content-banner__text {
        line-height: 25px;
        font-size: 16px;
    }

    .content-banner__link {
        font-size: 16px;
    }

    .slider-wrap_four .newest__bottom,
    .slider-wrap_four .newest__detail {
        visibility: visible;
        opacity: 1;
    }

    .slider-wrap .hit__box, .slider-wrap .newest__item, .slider-wrap_four .hit__box, .slider-wrap_four .newest__item {
        height: auto;
        margin-top: 20px;
    }

    .content__container {
        margin: 0;
        width: 100%;
    }

    .content__container .c-padding {
        padding-left: 0;
    }

    .content__banner {
        height: 280px
    }

    .error__img {
        width: 240px;
        height: 240px
    }

    .error__title {
        font-size: 29.1972px;
        line-height: 36px
    }

    .error__text {
        font-size: 11.1122px;
        line-height: 124%;
        margin-top: 20px
    }

    .family .title_family {
        display: block
    }

    .family__wrapper {
        gap: 40px;
        grid-template-columns:1fr
    }

    .family__wrapper .title {
        display: none
    }

    .family__img {
        height: 400px;
        object-position: 20% 80%
    }

    .family__content {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        gap: 40px
    }

    .family__title {
        font-size: 24px;
        line-height: 29px
    }

    .family__text {
        font-size: 16px;
        line-height: 24px
    }

    .content__deliver iframe {
        height: 290px
    }

    .programm__inner {
        display: flex;
        overflow-y: hidden;
        overflow-x: auto;
        padding: 50px 20px
    }

    .programm__img {
        width: 290px;
        height: 150px
    }

    .count-on__link img {
        width: 150px
    }

    .item-card__page .item-card__inner {
        flex-direction: column;
        align-items: center;
    }

    .item-card__page .item-card__inner > div {
        width: 100%;
    }

    .item-card__view {
        display: initial;
    }

    .item-card__slider {
        margin-bottom: 30px;
        margin: 0 auto 0;
    }

    .item-card__popup {
        height: 100vh;
    }

    .item-card__inner-place-for-paste {
        flex-direction: row;
        display: flex;
    }

    .item-card__popup .item-card__inner {
        height: 100%;
        width: 96%;
    }

    .item-card__inner-place-for-paste {
        height: 96%;
        margin-top: 1%;
    }

    .product-element-wrap-slider {
        width: calc(100vw - 100px);
    }

    .content-cards__item {
        min-width: 300px;
    }

    .blog .content__head {
        flex-direction: column;
        gap: 13px;
    }

    .bb2 {
        margin: 65px 0;
    }

    .cn-padding {
        visibility: visible;
        opacity: 1;
        padding-left: 0;
    }

    .blog .content__container .c-padding.content__bigtext {
        visibility: visible;
        opacity: 1;
        padding-left: 0;
    }

    .blog .content-cards__item {
        width: 260px;
    }
}

@media (max-width: 768px) {
    .item-card__inner {
        display: block;
    }

    .item-card__slider {
        margin-bottom: 30px;
    }

    .content__datas_white {
        flex-direction: column;
    }

    .slider-wrap_horizontal {
        padding: 10px;
    }

    .slider-wrap_horizontal .newest__item {
        display: grid;
        grid-template-areas: "img info" "price info";
    }

    .slider-wrap_horizontal .newest__info {
        width: 100%;
    }

    .slider-wrap_horizontal .newest__right {
        grid-area: price;
    }

    .slider-wrap_horizontal .newest__center {
        grid-area: info;
    }

    .slider-wrap_horizontal .newest__left {
        grid-area: img;
    }

    .slider-wrap_horizontal.active {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
    }

    .slider-wrap_horizontal.active .newest__item {
        display: flex;
    }

    .content-banner {
        height: auto;
        min-height: 210px;
        padding: 15px;
    }

    .content-banner__title {
        font-size: 22px;
    }

    .content-banner__text {
        font-size: 13px;
        line-height: 15px;
        width: 50%;
    }

    .content-banner__link {
        margin-top: 10px;
    }

    .hit__box {
        min-height: auto;
    }

    .hit__img {
        width: 200px;
        height: 150px;
    }

    .contact__claim {
        font-size: 22px;
        line-height: 34px
    }

    .contact-card__title {
        font-size: 28px;
        line-height: 34px
    }

    .contact-aside__title {
        font-size: 24px;
        line-height: 29px
    }

    .contact-aside__name {
        font-size: 16px;
        line-height: 20px
    }

    .contact-aside__info {
        font-size: 16px;
        line-height: 25px
    }

    .content__bigtext {
        margin: 58px 0;
        font-size: 22px;
        line-height: 34px
    }

    .content__subheading {
        font-size: 22px;
        line-height: 27px
    }

    .content__paragraph {
        font-size: 18px;
        line-height: 28px
    }

    .content-banner.mt {
        margin-top: 0;
        margin: 30px 0
    }

    .content__alert, .c-selected-text {
        font-size: 22px;
        line-height: 34px;
        min-height: 210px
    }

    .content-cards {
        gap: 15px
    }

    /*.content-cards img{
        width:260px
    }*/
    .content-cards__item {
        height: auto
    }

    .content-cards__title {
        font-size: 14px;
        line-height: 18px
    }

    .content-cards__text {
        font-size: 12.3px;
        line-height: 16px
    }

    .sub-category-banner__wrap .content-banner__text {
        margin-top: 24px;
    }

    .sub-category-banner__wrap > * {
        width: 100% !important;
    }

    .item-card__inner-place-for-paste {
        flex-direction: column;
    }

    .category__item {
        font-size: 40px;
        line-height: 48px;
    }

    .header_ny {
        background-position: center -20px;
    }
}

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

    .alert {
        font-size: 12px;
    }

    .alert__content {
        margin: 0;
        padding-right: 35px;
        gap: 10px;
    }

    .main {
        padding: 15px;
        height: 320px;
        background-position: center center;
    }

    .main__title {
        font-size: 36px;
        line-height: 36px;
    }

    .header {
        padding: 10px 15px;
    }

    .header_ny {
        padding: 40px 15px 10px;
    }

    .header_ny .header__inner::before {
        top: -40px;
    }

    .header__phone {
        display: none;
    }

    .header__actions {
        display: none;
    }

    .header__popover {
        left: unset;
        right: -50px;
    }

    .header__popover::after {
        left: unset;
        right: 35px;
    }

    .category__inner {
        padding-left: 15px;
    }

    .category__item {
        height: 230px;
        font-size: 30px;
    }

    .service__inner {
        grid-template-columns: 1fr;
    }

    .content__datas iframe {
        height: 300px;
    }

    .newest__btns {
        margin-top: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .newest__img {
        width: 200px;
        height: 150px;
    }

    .newest__name {
        font-size: 13px;
    }

    .tabs {
        flex-wrap: wrap;
    }

    .price {
        background-position: right -650px bottom;
    }

    .price__inner {
        display: none;
    }

    .price__title {
        padding-bottom: 20px;
        font-size: 36px;
        line-height: 44px;
    }

    .price .btn {
        padding: 15px 60px;
    }

    .clients {
        margin-bottom: 30px;
    }

    .clients__item {
        height: 30px;
    }

    .hit {
        margin-top: 40px;
    }

    .hit__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .hit__img {
        height: 160px;
        width: 200px;
    }

    .hit__name {
        font-size: 13px;
    }

    .hit__box {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .footer__inner {
        grid-template-columns: 1fr;
    }

    .mobile-navs__top {
        margin: 20px 0;
    }

    .mobile-navs__filter {
        padding: 5px 15px;
        height: 40px;
        font-size: 0;
        gap: 0;
    }

    .mobile-navs .btn {
        padding: 7px 12px;
    }

    .mobile-navs .btn img {
        height: 20px;
        width: 20px;
    }

    .mobile-navs__tabs {
        gap: 10px;
    }

    .mobile-navs__tabs .aside__tab {
        font-size: 14px;
        padding: 7px 12px;
    }

    .btn {
        font-size: 14px;
    }

    .tabs {
        gap: 12px;
    }

    .banner {
        padding: 30px 16px;
        height: fit-content;
    }

    .banner__title {
        font-size: 35px;
    }

    .banner__discount {
        font-size: 26px;
    }

    .banner .btn {
        padding: 7px 12px;
    }

    .content__datas {
        grid-template-columns: 1fr;
        background-color: #fff;
    }

    .content__heading {
        font-size: 22px;
        line-height: 27px;
    }

    .content__img {
        height: 300px;
    }

    .content__details {
        padding: 24px 0;
    }

    .item-card__inner {
        padding: 30px 20px;
    }

    .item-card__img {
        width: 250px !important;
        height: 300px;
    }

    .item-card__slider {
        margin-left: 0;
    }

    .item-card__add {
        gap: 5px;
    }

    .item-card__title {
        font-size: 22px;
        line-height: 30px;
    }

    .item-card .slick-dots {
        margin-left: 0;
    }

    .heading {
        font-size: 35px;
        line-height: 43px;
    }

    .text {
        font-size: 18px;
        line-height: 24px;
    }

    .content__bigtext {
        margin: 35px 0;
        font-size: 18px;
        line-height: 24px
    }

    .content__paragraph {
        font-size: 14px;
        line-height: 21px;
        margin-top: 20px
    }

    .content__alert, .c-selected-text {
        font-size: 22px;
        line-height: 34px;
        min-height: 240px;
        font-size: 18px;
        line-height: 24px;
        padding: 28px
    }

    .content-cards img {
        height: 130px;
        /*width:190px*/
    }

    .content-cards__info {
        padding: 15px 10px
    }

    .error {
        flex-direction: column;
        justify-content: unset;
        gap: 25px;
        margin: 25px 0
    }

    .error__img {
        width: 200px;
        height: 200px
    }

    .error__title {
        font-size: 25.3593px;
        line-height: 31px
    }

    .error__text {
        font-size: 11.1122px;
        line-height: 124%;
        margin-top: 20px
    }

    .container_family {
        padding: 0
    }

    .family {
        margin: 50px 0;
        padding: 70px 15px;
        background: #fff0c6
    }

    .family__wrapper {
        gap: 30px
    }

    .family__img {
        height: 220px
    }

    .family__content {
        display: grid;
        grid-template-columns:1fr;
        gap: 30px
    }

    .family__title {
        font-size: 22px;
        line-height: 27px
    }

    .family__text {
        font-size: 14px;
        line-height: 21px
    }

    .calc {
        grid-template-columns:1fr
    }

    .programm__title {
        font-size: 22px;
        line-height: 27px
    }

    .programm__text {
        font-size: 14px;
        line-height: 21px
    }

    .programm__img {
        width: 200px
    }

    .programm__discount {
        height: 80px;
        width: 80px;
        font-size: 9px;
        line-height: 11px
    }

    .programm__discount span {
        font-size: 24px;
        line-height: 30px
    }

    .count-on__link img {
        width: 100px
    }

    .header-searchbar__dropdown {
        padding: 30px;
        overflow-y: auto;
        height: 500px
    }

    .header-searchbar__recent img {
        margin: 0 10px
    }

    .header-searchbar__item {
        gap: 15px
    }

    .header-searchbar__item img {
        width: 40px;
        height: 40px
    }

    .item-card__popup .item-card__inner {
        padding: 0;
    }

    .header__dropdown {
        left: unset;
        right: 18px;
    }

    .product-element-wrap-slider {
        width: calc(100vw - 30px);
    }

    .category__item {
        font-size: 24px;
        line-height: 29px;
    }

    .bb2 {
        margin: 30px 0;
    }
}

@media (max-width: 480px) {
    .slider-wrap_horizontal .newest__item {
        display: grid;
        grid-template-areas: "img img" "info info" "price price";
    }

    .contact__claim {
        font-size: 18px;
        line-height: 24px
    }

    .contact-card__img {
        height: 240px
    }

    .contact-card__title {
        font-size: 16px;
        line-height: 20px
    }

    .contact-card__info {
        font-size: 14px;
        line-height: 140%
    }

    .contact-aside {
        display: flex !important;
        flex-direction: column
    }

    .contact-aside__title {
        font-size: 18px;
        line-height: 22px
    }

    .contact-aside__name {
        font-size: 14px;
        line-height: 17px
    }

    .contact-aside__info {
        font-size: 14px;
        line-height: 140.5%;
        width: 60%
    }

    .item-card__slider {
        width: 300px;
        margin: 0 auto 30px;
    }

    .blog .content-cards__item {
        width: 190px;
    }
}

@media (max-width: 350px) {

    .blog .content-cards__item {
        width: calc(100vw - 102px);
    }

    Ъ