.widget-call {
    bottom: 4rem;
}

.button-up {
    position: fixed;
    bottom: 20px;
    right: 1.5rem;
    width: 48px;
    height: 48px;
    background-color: #fd1011;
    cursor: pointer;
    z-index: 100;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}

.button-up:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translateY(25%) rotate(45deg);
}

.categories__item {
    overflow: hidden;
    border-radius: 10px;
}

.categories__item img {
    transition: all .3s linear;
    filter: brightness(50%);
}

.categories__item:hover img {
    filter: brightness(70%);
    transform: scale(1.15);
}

.button-up.scroll {
    opacity: 0.90;
    visibility: visible;
}

.button-up:hover {
    background-color: #ca0202;
}

.v-nalichii {
    font-size: 14px;
    color: rgba(0, 180, 0, .9);
    margin: 15px 0;
}

.m-2 {
    margin: 2rem 0;
}

.mt-4 {
    margin-top: 4rem;
}

.compare {
    position: absolute;
    top: 288px;
    right: 58px;
    color: #e7e7e7;
    cursor: pointer;
}

.favorite {
    cursor: pointer;
    position: absolute;
    color: #e7e7e7;
    right: 32px;
    top: 288px;

}

.favorite1 {
    font-size: 22px;
    cursor: pointer;
    color: #e7e7e7;
}

.compare1 {
    font-size: 22px;
    cursor: pointer;
    margin-left: 15px;
    color: #e7e7e7;
}

.favorite img {
    width: 21px;
}

.list-product__line-category {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}

.list-product__line-title {
    min-height: 22px;
}

.h-icons-area {
    display: flex;
    align-items: center;
}

.h-icons-link {
    display: block;
    padding: 5px 10px;
}

.h-compare .h-icons-link {
    padding-right: 20px;
}

.header-icon {
    width: 22px;
    height: 22px;
}

.h-icons-link:hover .header-icon {
    fill: #A92725;
}

.product-btn-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.series-btn,
.product-btn-block .need-consultant {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0 10px;
    width: calc(100% / 2 - 10px);
    height: 50px;
    font-size: 20px;
    border: 1px solid #C50000;
    border-radius: 8px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    padding: 1px 6px;
}

.product-btn-block .need-consultant {
    margin-top: 20px;
    flex-grow: 1;
}

.product-btn-block .need-consultant span {
    font-weight: normal;
    text-decoration: none;
    font-weight: 400;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.series-btn:hover,
.product-btn-block .need-consultant:hover {
    background-color: #d2322f;
    border-color: #d2322f;
    color: #fff;
}

.center {
    text-align: center;
}

.baner3 .text3d-3 {
    color: #000;
    text-align: center;
}

p.link_1:hover {
    transition: 0.2s;
    transform: scale(1.1);
}

.baner3:hover {
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 30%);
    transition: 0.4s;
}

.box-list-products .line-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.line-filter__sort .line-filter__field:nth-child(2) .box-select-filter {
    width: auto;
}

.line-filter__nav .box-nav {
    position: static;
}

.products-slider_block {
    margin-bottom: 40px;
}

.similar-works {
    margin-top: 40px;
}

.similar-works__title {
    margin-bottom: 30px;
}

.similar-works__block {}

.similar-works__item {
    transform: color .2s ease;
}

.similar-works__img-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.similar-works__img-wrapper picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.similar-works__img-wrapper picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.similar-works__desc {
    margin-bottom: 20px;
}

.similar-works__caption {
    font-weight: 600;
}

.similar-works__item:hover {
    color: #A92725;
}

.similar-works__item:hover .similar-works__img-wrapper picture img {
    transform: scale(1.2);
}

.add__product {
    display: none;
    padding: 6px 10px;
    position: absolute;
    right: -14px;
    bottom: -36px;
    z-index: -1;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 24%);
    box-shadow: 0 0 16px rgb(0 0 0 / 24%);
    white-space: nowrap;
    color: #3c3c3c;
    font-size: 12px;
}

.add__product:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 85%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.prod-item__add:hover>.add__product {
    opacity: 1;
    z-index: 2;
    display: block;
}

.ghtt .prod-item__add {
    position: relative;
}

/* Новый слайдер */
@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("../fonts/gilroy/Gilroy-Black.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("../fonts/gilroy/Gilroy-Light.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("../fonts/gilroy/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

.new-slide {
    position: relative;
    height: 500px;
    display: flex;
    flex-direction: column;
}

.new-slide__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

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

.new-slide__content {
    position: relative;
}

.new-slide__content * {
    font-family: 'Gilroy', sans-serif !important;
}

.new-slide__title {
    font-size: 50px;
    line-height: 1.2;
    max-width: 570px;
    font-weight: 900;
    text-transform: uppercase;
}

.new-slide__title span {
    color: #dd1e1e;
}

.new-slide__desc {
    font-size: 24px;
    font-weight: 600;
}

.new-slide__text {
    font-size: 18px;
}

.slider-btn {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    background-color: #dd1e1e;
    border-radius: 5px;
    box-shadow: 0px 2px 0px 0px #a81010;
    padding: 10px 24px;
    transition: all .2s ease;
    cursor: pointer;
}

.slider-btn:hover {
    background-color: #b41818;
}

a.slider-btn {
    box-shadow: none;
    background-color: rgba(255, 255, 255, .5);
    color: #dd1e1e;
    border: 2px solid #dd1e1e;
    font-weight: 600;
}

a.slider-btn:hover {
    color: #b41818;
    border: 2px solid #b41818;
    background-color: rgba(255, 255, 255, .8);
}

.new-slide--1 {
    justify-content: center;
}

.new-slide--1 .new-slide__image img {
    object-position: right;
}

.new-slide--1 .new-slide__content {
    padding: 20px;
    padding-left: 150px;
}

.new-slide--1 .new-slide__title {
    margin-bottom: 17px;
}

.new-slide--1 .new-slide__desc {
    margin-bottom: 22px;
}

.new-slide--1 .new-slide__text {
    margin-bottom: 30px;
}

.new-slide__benefits {
    list-style: none;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 15px;
    max-width: 625px;
}

.new-slide__benefits li {
    width: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.new-slide--2 .new-slide__content {
    padding: 30px 20px;
    height: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.new-slide--2 .new-slide__title {
    font-size: 35px;
    text-transform: none;
    margin-bottom: 25px;
}

.new-slide--2 .new-slide__btn {
    position: absolute;
    left: 10px;
    top: 10px;
}

.new-slide--3 .new-slide__title {
    font-size: 69px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0 !important;
}

.new-slide--3 .new-slide__title span {
    font-weight: 900;
}

.new-slide__title-small {
    font-weight: 300;
    font-size: 55px;
}

.new-slide__btn--flex {
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: center;
}

.new-slide__btn--flex span,
.new-slide__btn--flex a {
    min-width: 282px;
}

.new-slide--4 .new-slide__title {
    font-size: 50px;
    text-transform: uppercase;
    margin-top: 37px;
}

.new-slide__mark {
    position: absolute;
    top: 0;
    color: #fff;
    text-transform: uppercase;
    background-color: #dd1e1e;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px 9px rgba(221, 30, 30, 0.2);
    box-shadow: 0px 0px 25px 9px rgba(221, 30, 30, 0.2);
    padding: 13px 23px;
    font-size: 18px;
    font-weight: 600;

}

.home-slider .slick-dots {
    bottom: 5px;
}

@media (max-width: 1750px) {
    .new-slide--1 .new-slide__content {
        padding-left: 20px;
    }
}

@media (max-width: 1600px) {
    .main-menu__link {
        font-size: 16px;
    }
}

@media (min-width:1451px) and (max-width:1600px) {

    .new-slide--1 .new-slide__title,
    .new-slide--1 .new-slide__desc {
        max-width: 400px;
    }
}

@media (min-width:768px) and (max-width: 1450px) {
    .new-slide--1 .new-slide__image::after {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        background-color: #fff;
        opacity: .4;
    }
}

@media (max-width: 1400px) {
    .box-list-products .line-filter {
        justify-content: center;
    }

    .line-filter__sort {
        width: 100%;
    }

    .line-filter__nav {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .product-btn-block {
        gap: 0;
    }

    .series-btn,
    .product-btn-block .need-consultant {
        width: 100%;
        margin: 10px 0;
    }
}

@media (max-width:767px) {
    .new-slide--1 {
        justify-content: flex-start;
    }

    .new-slide--1 .new-slide__content {
        padding: 30px 25px;
    }

    .new-slide--1 .new-slide__image img {
        object-position: center;
    }

    .new-slide--1 .new-slide__title {
        margin-bottom: 10px;
    }

    .new-slide--1 .new-slide__desc {
        margin-bottom: 15px;
    }

    .new-slide--2 .new-slide__title {
        font-size: 26px;
        margin-bottom: 0px;
    }

    .new-slide__title {
        font-size: 46px;
        line-height: 1.1;
    }

    .new-slide__desc {
        font-size: 22px;
    }

    .new-slide__content {
        height: 100%;
    }

    .new-slide__btn {
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .new-slide--2 .new-slide__title,
    .new-slide__title-small {
        font-size: 45px;
    }

    .new-slide--3 .new-slide__title {
        margin-top: calc(0.1 * 100vw);
    }

    .new-slide__btn--flex span,
    .new-slide__btn--flex a {
        min-width: auto;
        width: 45%;
        padding: 16px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media (max-width:630px) {
    .new-slide {
        height: 400px;
    }

    .slider-btn,
    .new-slide__btn--flex span,
    .new-slide__btn--flex a {
        font-size: 16px;
        padding: 12px 20px;
    }

    .new-slide__title {
        font-size: 36px;
    }

    .new-slide__desc {
        font-size: 20px;
    }

    .new-slide--1 .new-slide__desc {
        margin-bottom: 10px;
    }

    .new-slide__benefits {
        font-size: 18px;
        gap: 10px;
    }

    .new-slide--2 .new-slide__btn {
        margin-bottom: 0;
    }

    .new-slide--4 .new-slide__title {
        margin-top: calc(0.2 * 100vw);
    }
}

@media (max-width:425px) {
    .new-slide {
        height: 300px;
    }

    .new-slide__title,
    .new-slide--2 .new-slide__title,
    .new-slide__title-small {
        padding-top: 20px;
        font-size: 18px;
    }

    .new-slide__desc {
        font-size: 18px;
    }

    .new-slide--1 .new-slide__content {
        padding: 15px;
    }

    .new-slide--1 .new-slide__title {
        max-width: 290px;
    }

    .new-slide--1 .new-slide__desc {
        font-size: 13px;
        font-weight: 700;
    }

    .new-slide--1 .new-slide__text {
        font-size: 12px;
        font-weight: 600;
    }

    .new-slide--2 .new-slide__content {
        padding: 20px;
    }

    .new-slide__benefits {
        font-size: 16px;
        gap: 6px;
    }

    .new-slide__benefits-icon {
        width: 22px;
        height: 22px;
    }

    .new-slide__mark {
        padding: 6px 20px;
        font-size: 16px;
        font-weight: 500;
    }

    .slider-btn,
    .new-slide__btn--flex span,
    .new-slide__btn--flex a {
        font-size: 12px;
        padding: 7px 18px;
    }

}

button:disabled {
    cursor: not-allowed !important;
    pointer-events: all !important;
}

.text_description h2 {
    font-weight: 700;
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 21px;
    font-family: Open Sans;
}

.text_description h3 {
    font-weight: 700;
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Open Sans;
}

.text_description p {
    line-height: 1.5 !important;
    font: 300 17px/18px Times New Roman;
    font-family: Open Sans;
    margin-bottom: 5px;
}

.text_description ul {
    margin: 5px 0px 5px 20px;
    color: #000;
    line-height: 1.5 !important;
    font: 300 17px/18px Times New Roman;
    font-family: Open Sans;
}

.cookieConsent {
    position: fixed;
    background-color: #898989;
    color: #ffff;
    padding: 10px 0;
    display: none;
    z-index: 20;
    font-size: 14px;
    width: 390px;
    max-width: 90%;
    transform: translateX(-50%);
    left: 50%;
    bottom: 15px;
    line-height: 1.3;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 0.3em;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.cookieConsent button {
    background-color: #C50000;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 20px;
    border-radius: 0.3em;
    color: #fff;
}

.cookieConsent a {
    color: #fff;
    text-decoration: underline;
}


@media(max-width:460px) {
    .cookieConsent {
        bottom: 65px;
    }
}

.reviews-widget {
    margin: 20px 0;
}

.reviews-content {
    margin-bottom: 30px;
}

.reviews-content p {
    font-size: 16px;
    line-height: 1.5;
}



.reviews-widget {
    width: 560px;
    height: 800px;
    overflow: hidden;
    position: relative;
}

.top-social {
    display: flex;
    align-items: center;
}

.social-button .telegram {
    background-color: #76abff;
}

.whatsapp-header.telegram img {
    margin-left: 8px;
}

@media (max-width: 1600px) {
    .main-menu__link {
        font-size: 13px;
    }
}

@media(max-width:460px) {
    .reviews-widget {
        width: 100%;
    }
}