﻿

/* Start:/local/templates/main/components/bitrix/catalog/.default/style.css?174176610035095*/
/*color*/
/*font*/
/*animation*/
.area {
    margin-bottom: 60px;
}

.area .cont-page {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 60px;
}

.main-content {
    width: 100%;
    overflow: hidden;
}

.menu-hashtags {
    flex: 0 0 340px;
}

.hashtags {
    position: relative;
    padding-bottom: 50px;
}

.hashtags__list,
.hashtags__list-hide {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
}

.hashtags__item {
    font-family: "Titillium_Rus_Regular";
    font-size: 16px;
    text-decoration: none;
    color: #26242B;
    background: #F8F7F7;
    display: flex;
    align-items: center;
    transition: all 0.3s linear;
    padding: 10px 14px;
    cursor: pointer;
}

.hashtags__item:before {
    content: "";
    transition: all 0.3s linear;
    width: 14px;
    height: 16px;
    margin-right: 8px;
    background-image: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/icon/hashtags.svg);
    background-size: contain;
    cursor: pointer;
}

.hashtags__item:hover {
    color: #9DCD5B;
}

.hashtags__item:hover:before {
    background-image: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/icon/hashtags-h.svg);
}

.hashtags__more {
    font-size: 16px;
    color: #A49996;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s linear;
    position: absolute;
    bottom: 0;
}

.hashtags__more:after {
    content: "";
    width: 16px;
    height: 9px;
    margin-left: 9px;
    background-image: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/icon/hashtags__more.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    transition: all 0.3s linear;
}

.hashtags__more:hover {
    color: #9DCD5B;
}

.hashtags__more:hover:after {
    background-image: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/icon/hashtags__more-h.svg);
}

.hashtags__more span {
    border-bottom: 2px dashed #A49996;
    transition: border 0.3s linear;
}

.hashtags__more:hover span {
    border-bottom: 2px dashed #9DCD5B;
}

.hashtags__more.active-more:after {
    transform: rotate(180deg);
}

.order-block {
    margin-top: 100px;
}

.order-block__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.order-block__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 0;
}

.order-block__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}

.order-block__item img {
    transition: all 0.8s ease 0s;
}

.order-block__item:hover img {
    transform: rotateY(180deg);
}

.order-block__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-block__text {
    width: 300px;
    font-family: "Titillium_Rus_Regular";
    font-size: 20px;
    line-height: 28px;
    color: #26242B;
}

.order-block__text a {
    color: #9DCD5B;
}

.main-content__top-banner {
    position: relative;
}

.swiper-slide__image {
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-slide__image img {
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    display: block;
    overflow: clip;
    overflow-clip-margin: content-box;
}

.swiper-slide__image:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(90deg, rgb(38, 36, 43) 0%, rgba(38, 36, 43, 0) 100%);
    width: 100%;
    height: 100%;
}

.swiper-slide__text {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-table;
    font-family: "Titillium_Rus_Bold";
    color: #9DCD5B;
    text-transform: uppercase;
    margin-left: 100px;
    line-height: 52px;
    font-size: 40px;
    letter-spacing: 0.5px;
}

.swiper-slide__text span {
    font-family: "Titillium_Rus_Bold";
    color: #fff;
    display: block;
    text-transform: lowercase;
}

.catalog-top-banner .swiper-button-prev:after,
.catalog-top-banner .swiper-button-next:after {
    content: "";
    width: 40px;
    height: 40px;
    font-family: auto;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s linear;
}

.catalog-top-banner .swiper-button-prev {
    left: 18px;
}

.catalog-top-banner .swiper-button-prev:after {
    background-image: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/top-banner/swiper-button-prev.svg);
}

.catalog-top-banner .swiper-button-prev:hover:after {
    background-image: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/top-banner/swiper-button-next-h.svg);
    transform: rotate(180deg);
}

.catalog-top-banner .swiper-button-next {
    right: 18px;
}

.catalog-top-banner .swiper-button-next:after {
    background-image: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/top-banner/swiper-button-prev.svg);
    transform: rotate(180deg);
}

.catalog-top-banner .swiper-button-next:hover:after {
    background-image: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/top-banner/swiper-button-next-h.svg);
    transform: rotate(0deg);
}

.catalog-top-banner .swiper-pagination {
    bottom: 11px;
}

.catalog-top-banner .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    border-radius: inherit;
    opacity: 1;
    background: #fff;
    margin: 0 8px !important;
}

.catalog-top-banner .swiper-pagination-bullet-active {
    background: #9DCD5B;
}

.new-catalog {
    margin-top: 78px;
}

.slider-capt {
    font-family: "Titillium_Rus_Bold";
    font-size: 35px;
    color: #26242B;
}

.popular-catalog {
    margin-top: 70px;
}

.popular-catalog__pc-swiper {
    width: 90%;
}

.triple-slider-swiper,
.popular-catalog-swiper {
    overflow: hidden;
}

.triple-slider-swiper .swiper-slide:hover .pc-swiper__block,
.popular-catalog-swiper .swiper-slide:hover .pc-swiper__block {
    background-image: url(../../../../../../local/images/slider/pc-swiper__block-hover.svg);
    background-size: 94%;
    animation: animation-pc-bg-a 0.3s linear;
    transition: all 0.3s linear;
}

.triple-slider-swiper .swiper-slide:hover .pc-swiper__anons,
.popular-catalog-swiper .swiper-slide:hover .pc-swiper__anons {
    font-family: "Titillium_Rus_SemiBold";
    /* font-size: 22px;
    line-height: 24px; */
    transition: all 0.3s linear;
}

.triple-slider-swiper .swiper-slide:hover .pc-swiper__img img,
.popular-catalog-swiper .swiper-slide:hover .pc-swiper__img img {
    transform: scale(1.15);
}

.triple-slider {
    position: relative;
}

.triple-slider {
    margin-top: 40px;
}

.triple-slider .swiper-slide__block {
    width: 300px;
    height: 300px;
}

.triple-slider .swiper-slide__img {
    width: 340px;
    height: 200px;
}

.triple-slider .swiper-slide__img img {
    width: 80%;
    height: auto;
}

.triple-slider .swiper-button-prev {
    left: -50px;
    top: -78px;
    bottom: 0;
    margin: auto;
}

.triple-slider .swiper-button-next {
    right: -51px;
    top: -77px;
    bottom: 0;
    margin: auto;
}

.triple-slider .popular-catalog__pc-swiper {
    width: 86%;
}

.triple-slider-swiper .swiper-slide:hover .pc-swiper__btn {
    background: #26242B;
    color: #9DCD5B;
    border: 1px solid #26242B;
}

.catalog-page .ask-question {
    background: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/form/catalog-page-banner.jpg);
    background-size: cover;
    background-position: center;
    height: 597px;
}

.catalog-page .ask-question:after {
    height: 597px;
}

.catalog-page .ask-question__ask-form {
    margin-left: 75px;
}

.menu {
    margin-bottom: 52px;
}

#accordian {
    width: 100%;
}

#accordian ul {
    margin: 0;
    padding: 0;
}

/* border in menu  start*/
#accordian ul li {
    border-top: 1px solid #A49996;
    border-bottom: 1px solid transparent;
    margin: 0;
    transition: all 0.3s linear;
}



#accordian ul li:last-child {
    border-bottom: 1px solid #A49996;
}

#accordian ul li.active {
    border-top: 1px solid #D1E7A7;
    border-bottom: 1px solid #D1E7A7;
}

#accordian ul li.active+li {
    border-top: 1px solid transparent;
}

#accordian ul li:hover {
    border-top: 1px solid #D1E7A7;
}

#accordian ul li:hover+li {
    border-top: 1px solid #D1E7A7;
}

#accordian ul li:hover:last-child {
    border-bottom: 1px solid #D1E7A7;
}

#accordian ul li.active:hover {
    border-bottom: 1px solid transparent;
}





/* border in menu  start end*/

#accordian ul li a {
    transition: all 0.3s linear;
    cursor: pointer;
}

#accordian ul li a:hover {
    transition: all 0.3s linear;
    color: #9DCD5B;
}

#accordian ul li ul li {
    border: none;
    padding-bottom: 26px;
}

#accordian ul li ul li a {
    font-family: "Titillium_Rus_Regular";
    color: #A49996;
    font-size: 16px;
}

#accordian ul .active li {
    border: none !important;
}

#accordian ul .active ul li {
    border: none;
}

#accordian li.active>ul li ul {
    padding-left: 0;
}

#accordian li.active>ul li ul li a {
    display: block;
    padding-left: 28px;
}

#accordian li.active>ul li ul li:last-child {
    padding: 0;
}

#accordian li.active>ul li ul li:first-child {
    padding-top: 26px;
}



.accordian-item-2-lvl {
    position: relative;
}

.accordian-item-2-lvl a:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/accordian/accordian-item-arrow.svg);
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
    margin: auto;
    top: -3px;
}

.accordian-item-2-lvl ul li a:after {
    display: none;
}

.accordian-item-2-lvl.active a:after {
    background: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/accordian/accordian-item-arrow-h.svg);
    transform: rotate(0deg);
}

.accordian-item-2-lvl.active ul li.active a {
    color: #9DCD5B !important;
}

#accordian h3 {
    margin: 0;
}

#accordian h3 a {
    text-decoration: none;
}

#accordian li {
    list-style-type: none;
}

#accordian ul ul li a,
#accordian h4 {
    text-decoration: none;
}

#accordian ul ul {
    display: none;
}

#accordian li.active>ul {
    display: block;
    padding-left: 105px;
}

#accordian .accordian-item a img {
    transition: all 0.3s ease-in-out;
}

.accordian-item a {
    font-family: "Titillium_Rus_Thin";
    font-size: 18px;
    color: #26242B;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    padding: 24px 11px 15px;
    line-height: 25px;
}

.accordian-item a:before {
    display: none;
}

.accordian-item a:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    background: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/accordian/accordian-item-arrow.svg);
    transform: rotate(0deg);
}

.accordian-item:hover a:after {
    background: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/accordian/accordian-item-arrow-h.svg);
}

.accordian-item a img {
    width: 50px;
    height: 50px;
    font-size: 8px;
    color: gray;
    line-height: 10px;
}

.active .accordian-item a {
    color: #9DCD5B;
}

.active .accordian-item a:after {
    background: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/accordian/accordian-item-arrow-h.svg);
    transform: rotate(0deg);
}

.active .accordian-item:hover a {
    color: #9DCD5B;
}

.active .accordian-item:hover a:after {
    background: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/accordian/accordian-item-arrow-h.svg);
    transform: rotate(0deg);
}

.active .accordian-item_8 a:before {
    background-image: url(/local/templates/main/components/bitrix/catalog/.default/amages/catalog-page/accordian/accordian-item-9-h.svg);
}

.active .accordian-item_8 a:after {
    display: none;
}



.accordian-item-2-lvl.active a {
    color: #9DCD5B !important;
}

.accordian-item-2-lvl.active ul li a {
    color: #A49996 !important;
}

.accordian-item-2-lvl.active ul li a:hover {
    color: #9DCD5B !important;
}

.accordian__after {
    position: relative;
}

.accordian__after a {
    position: relative;
    display: block;
}

.accordian__after a:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 0;
    background: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/accordian/accordian-item-arrow.svg);
    transform: rotate(0deg);
    transition: all 0.3s linear;
}

.accordian__after:hover a:after {
    background: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/accordian/accordian-item-arrow-h.svg);
}

#accordian .active .accordian-item a:after {
    transform: rotate(-180deg);
}

#accordian .active .active .accordian-item a:after {
    transform: rotate(-180deg);
}

.accordian-item-2-lvl.active a:after {
    transform: rotate(-180deg);
}

.page-menu .tabs-content__block:hover .tabs-content__image img {
    transform: scale(1);
}

.catalog-card__list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
}

.catalog-card__item {
    border: 1px solid #EBEBEB;
    transition: all 0.3s linear;
    box-sizing: border-box;
    padding: 20px 20px 40px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box !important;

}

.catalog-card__item:hover {
    box-shadow: 0px 0px 10px 0px rgba(38, 36, 43, 0.2);
}

.catalog-card__item:hover .catalog-card__img img {
    width: 100%;
    transform: scale(1.1);
    transition: all 0.3s linear;
}

.catalog-card__image {
    padding-bottom: 30px;
    margin-top: 4px;
    position: relative;
}

.catalog-card__image:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #EBEBEB;
    position: absolute;
    bottom: 0;
    left: 0;
}

.catalog-card__img {
    width: 100%;
    height: 165px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s linear;
}

.catalog-card__img img {
    max-width: 90%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(1);
    transition: all 0.3s linear;
}

.catalog-card__name {
    font-family: "Titillium_Rus_SemiBold";
    font-size: 20px;
    margin-top: 44px;
}

.catalog-card__specifications {
    margin: 35px 0px 33px;
}

.catalog-card__parameter {
    font-family: "Titillium_Rus_Regular";
    font-size: 16px;
    color: #A49996;
    margin-bottom: 10px;
}

.catalog-card__parameter:last-child {
    margin-bottom: 0px;
}

.catalog-card__parameter span {
    color: #9DCD5B;
}

.catalog-card__btn {
    width: 100%;
    color: #26242B;
}

.catalog-card__btn:first-child {
    margin-bottom: 15px;
}

.catalog-card__btn a {
    font-family: "Titillium_Rus_Regular";
    display: block;
    padding: 12px 0;
    text-decoration: none;
    color: #26242B;
    text-align: center;
    font-size: 18px;
}

.catalog-card__btn_green {
    background: #9DCD5B;
    border: 1px solid #9DCD5B;
    transition: all 0.3s linear;
}

.catalog-card__btn_green:hover {
    animation: a-btn-green-hover 1s linear;
    animation-iteration-count: infinite;
    animation-delay: 0.4s;
}

.catalog-card__btn_light-green {
    background: #fff;
    border: 1px solid #9DCD5B;
    color: #26242B;
    transition: all 0.3s linear;
}

.catalog-card__btn_light-green:hover {
    background: #9DCD5B;
    animation: a-btn-green-hover 1s linear;
    animation-iteration-count: infinite;
    animation-delay: 0.4s;
}

.catalog-card__btn-more {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    margin: 0 auto;
    gap: 10px;
    margin-top: 69px;
    padding: 20px 46px;
    margin-bottom: 60px;
}

.btn-green.catalog-card__btn-more {
    display: flex;
}

.catalog-card__btn-more:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/cards/catalog-card__btn-more.svg);
    transform: rotate(0deg);
}

.catalog-card__btn-more:hover:after {
    animation: a-catalog-card__btn-more 10s linear;
    animation-iteration-count: infinite;
}

@keyframes a-catalog-card__btn-more {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(+1500deg);
    }
}

.page-detail__card {
    display: flex;
    gap: 60px;
}

.page-detail__card-slider {
    width: 455px;
}

.info-text__anons {
    font-size: 18px;
    color: #26242B;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.5px;
}

.info-text__features-capt {
    font-family: "Titillium_Rus_SemiBold";
    font-size: 22px;
    margin-top: 34px;
    margin-bottom: 27px;
}

.info-text__features-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}

.info-text__features-item:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #EBEBEB;
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: 0;
}

.info-text__features-name {
    font-family: "Titillium_Rus_Regular";
    font-size: 18px;
    color: #26242B;
    background: #fff;
    z-index: 10;
    padding-right: 4px;
}

.info-text__features-value {
    font-family: "Titillium_Rus_Regular";
    font-size: 18px;
    color: #A49996;
    background: #fff;
    z-index: 10;
    padding-left: 4px;
}

.card-slider .swiper-slide img {
    max-width: 100%;
}

.card-slider .mySwiper2 .swiper-slide {
    max-height: 366px;
    padding: 37px 0;
    box-sizing: border-box;
    margin-bottom: 16px;
    cursor: pointer;
}

.card-slider__image {
    height: 300px;
    margin-bottom: 4px;
}

.card-slider .mySwiper2 .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.info-text__features-oll {
    margin-bottom: 51px;
}

.info-text__features-oll a {
    font-family: "Titillium_Rus_Regular";
    text-decoration: none;
    font-size: 18px;
    color: #9DCD5B;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s linear;
}

.info-text__features-oll:hover a {
    color: #AADB1E;
}

.info-text__features-oll a:after {
    content: "";
    width: 9px;
    height: 16px;
    background-image: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/icon/info-text__features-oll.svg);
    background-repeat: no-repeat;
}

.info-text__features-order {
    padding: 19px 50px;
    box-sizing: border-box;
}

.swiper-button-next.card-slider__next,
.swiper-button-prev.card-slider__prev {
    width: 9px;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.swiper-button-next.card-slider__next:after,
.swiper-button-prev.card-slider__prev:after {
    font-size: 0;
}

.swiper-button-next.card-slider__next {
    right: -16px;
    background-image: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/icon/slider-arrow-right.svg);
}

.swiper-button-prev.card-slider__prev {
    left: -16px;
    background-image: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/catalog-page/icon/slider-arrow-left.svg);
}

.card-slider__secont {
    width: 93%;
    margin: 0 auto;
    position: relative;
}

.card-slider__secont .swiper-slide {
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    height: 74px;
    cursor: pointer;
    transition: all 0.3s linear;
    border: 1px solid transparent;
}

.card-slider__secont .swiper-slide:hover {
    border: 1px solid #9DCD5B;
}

.card-slider__secont .swiper-slide img {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.card-slider__secont .swiper-slide-thumb-active {
    border: 1px solid #9DCD5B;
}

.card-slider__description {
    font-family: "Titillium_Rus_Light";
    font-size: 14px;
    color: #A49996;
    font-family: "Titillium_Rus_Light";
}

.tabs__tab-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.tabs__trigger {
    font-family: "Titillium_Rus_Regular";
    font-size: 18px;
    color: #26242B;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 8px 0 12px;
    position: relative;
}

.tabs__trigger.is-selected {
    font-family: "Titillium_Rus_SemiBold";
    color: #9DCD5B;
}

.tabs__trigger.is-selected:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #D1E7A7;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tabs__panel {
    display: none;
}

.is-initialized .tabs__panel {
    display: inherit;
}

.tabs__panel.is-hidden {
    display: none;
}

.description-characteristic {
    margin-top: 70px;
}

.description-characteristic .tabs__content {
    margin-top: 42px;
    font-size: 18px;
    line-height: 27px;
    font-family: "Titillium_Rus_Regular";
}

.description-characteristic .tabs__content p {
    font-size: 18px;
    line-height: 27px;
    font-family: "Titillium_Rus_Regular";
}

.description-characteristic .tabs__content b {
    letter-spacing: -1px;
}

.description-characteristic .tabs__content h3 {
    margin: 23px 0 23px;
    letter-spacing: -0.7px;
}

.description-characteristic .tabs__content ul {
    letter-spacing: 0.5px;
    padding-left: 10px;
}

.description-characteristic .tabs__content a {
    transition: color 0.3s linear;
    color: #9DCD5B;
}

.description-characteristic .tabs__content a:hover {
    color: #AADB1E;
}

.description-characteristic .tabs__content .parameter li {
    list-style-image: none;
}

.description-characteristic .tabs__content li {
    padding: 5px 0;
    font-family: "Titillium_Rus_Regular";
    font-size: 18px;
    line-height: 26px;
    /* list-style-image: url(/local/templates/main/components/bitrix/news.detail/news_detail/./images/comments-ul-bullit.svg); */
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.description-characteristic .tabs__content li:before {
    content: '';
    width: 4px;
    height: 5px;
    background: #26242B;
    flex: 0 0 4px;

}

.description-characteristic .tabs__content table tr td {
    font-family: "Titillium_Rus_Regular";
    font-size: 18px;
    line-height: 26px;
    padding: 10px;
}

.description-characteristic .tabs__content li:last-child {
    padding-bottom: 0;
}

.description-characteristic .tabs__content li:first-child {
    padding-top: 0px;
}

.tabs__content {
    max-height: auto;
    overflow: hidden;
    position: relative;
}

.tabs__content.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 64px;
    width: 100%;
    padding-top: 50px;
    z-index: 20;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0) 100%);
}

.tabs__btn-more {
    display: inline-flex;
    gap: 20px;
    font-size: 16px;
    color: #A49996;
    /* border-bottom: 1px dashed #A49996; */
    cursor: pointer;
    position: relative;
}

.tabs__btn-more:after {
    content: "";
    width: 16px;
    height: 9px;
    background-image: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/icon/tabs__btn-more.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s linear;
    position: absolute;
    right: -23px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.tabs__btn-more.active:after {
    transform: rotate(180deg);
    transition: all 0.3s linear;
}

.tabs__btn-more.t-active.active:after {
    display: none;
}

.tabs__content.t-active {
    transition: height 1s linear;
}

.tabs__content.t-active.active {
    transition: height 1s linear;
}

ul.parameter {
    list-style-type: none;
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 0 !important;
    margin: 0 !important;
}

ul.parameter:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #EBEBEB;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 0;
}

ul.parameter li {
    padding: 0;
    margin: 0;
    background: #fff;
    z-index: 10;
}

ul.parameter li:first-child {
    font-size: 18px;
    color: #26242B;
    font-family: "Titillium_Rus_Regular";
    padding-right: 10px;
}

ul.parameter li:last-child {
    font-size: 18px;
    color: #A49996;
    font-family: "Titillium_Rus_Regular";
    padding-left: 10px;
}

/*# sourceMappingURL=catalog.css.map */

/* add new style 11/12/2024*/
.accordian-item a {
    transition: all 0.3s linear;
}

.catalog-circle-block {
    margin: 100px 0px;
}

.catalog-circle-block .slider-capt {
    margin-bottom: 60px;
}

#order-form-modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 80px;
    border: 1px solid #888;
    max-width: 560px;
    position: relative;
    box-sizing: border-box;
}

@media screen and (max-width: 600px) {
    .modal-content {
        width: 90%;
        padding: 40px 16px 16px 16px;
    }

    .modal-content .modal-content__capt {
        font-size: 30px;
        line-height: 42px;
    }

    .modal-content .btn-green {
        width: 100%;
        justify-content: center;
    }

    .modal-content .modal-content__anons {
        margin: 15px 0;
        font-size: 16px;
        line-height: 26px;
    }
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
}

.modal-content__capt {
    font-family: "Titillium_Rus_Bold";
    font-size: 35px;
    line-height: 42px;
    color: #26242B;
}

.modal-content__anons {
    font-family: "Titillium_Rus_Regular";
    font-size: 18px;
    line-height: 26px;
    color: #26242B;
    margin: 20px 0px;
}

.diff-form__field input {
    width: 100%;
    height: 60px;
    border: 1px solid #A49996;
    /* color: #A49996; */
    color: #26242B;
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px;
    font-family: "Titillium_Rus_Regular";
    box-sizing: border-box;
    transition: all 0.3s linear;
}

.diff-form__field {
    display: flex;
    flex-direction: column;
}

.modal-content__row .diff-form__field {
    margin-bottom: 25px;
}

.modal-content__row .now-news__form-btn {
    margin-bottom: 25px;
}

.modal-content__row a {
    color: #9DCD5B;
}

.modalForm .diff-form__field span {
    opacity: 0;
    transition: all 0.3s linear;
    color: transparent;
    font-size: 14px;
    font-family: "Titillium_Rus_Regular";
    display: block;
}

.modal-content__block.excellent .modal-content__capt,
.modal-content__block.excellent .modal-content__anons {
    display: none;
}

.modal-content__block.excellent .excellent__text {
    display: block;
}

.modal-content__block.excellent .excellent__caption {
    font-family: "Titillium_Rus_Bold";
    font-size: 40px;
    line-height: 48px;
    color: #9DCD5B;
}

.modal-content__block.excellent .excellent__anons {
    font-family: "Titillium_Rus_Regular";
    font-size: 20px;
    color: #26242B;
    margin-top: 15px;
}

.modalForm.error .inputSubmit {
    background-color: #DDDDDD;
    border: 1px solid #DDDDDD;
    cursor: default;
    color: #A49996;
    animation: none;
    pointer-events: none;
}

.modalForm.error .inputSubmit:hover {
    background-color: #DDDDDD;
    border: 1px solid #DDDDDD;
    cursor: default;
    color: #A49996;
    animation: none;
    pointer-events: none;
}

.modalForm.error .inputSubmit.no-active {
    background-color: #DDDDDD;
    cursor: default;
    color: #A49996;
    animation: none;
    pointer-events: none;
}

.modalForm.error .inputPhone {
    border: 1px solid #F62E2E;
}

.modalForm.error span {
    color: #F62E2E;
    opacity: 1;
}

.tabs__content.t-active:after {
    opacity: 1;
    transition: all 0.3s linear;
}

.tabs__content.t-active.active:after {
    opacity: 0;
}

.tabs__content+.tabs__btn-more {
    opacity: 0;
}

.tabs__content.t-active+.tabs__btn-more {
    opacity: 1;
}

.zoom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1500;
}

.modal-image {
    max-width: 90%;
    max-height: 90%;
}

.zoom-modal__close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

/*# sourceMappingURL=search.css.map */

.tabs__btn-more,
.tabs__content.t-active:after {
    display: none;
}

.tabs__readmore,
.tabs__btn-more,
.tabs__content+.tabs__btn-more {
    display: inline-block;
    opacity: 1;
}

.tabs__readmore {
    background: transparent;
    border: none;
    font-size: 16px;
    display: inline-block;
    border-bottom: 2px dashed #A49996;
    color: #A49996;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s linear;
}

.tabs__readmore:hover {
    border-bottom: 2px dashed #9DCD5B;
    color: #9DCD5B;
}

.tabs__content {
    max-height: auto;
    overflow: hidden;
    position: relative;
}

.tabs__content.t-active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 64px;
    width: 100%;
    padding-top: 50px;
    z-index: 20;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0) 100%);
}

.tabs__btn-more {
    display: inline-flex;
    gap: 20px;
    font-size: 16px;
    color: #A49996;
    /* border-bottom: 1px dashed #A49996; */
    cursor: pointer;
    position: relative;
    cursor: pointer;
}

.tabs__btn-more:after {
    content: "";
    width: 16px;
    height: 9px;
    background-image: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/icon/tabs__btn-more.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s linear;
    position: absolute;
    right: -23px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.tabs__btn-more:hover::after {
    background-image: url(../../../../../../local/templates/main/components/bitrix/catalog/.default/images/icon/tabs__btn-more-h.svg);
}

.t-active-block:after {
    transform: rotate(180deg);
    transition: all 0.3s linear;
}

.tabs__btn-more:hover .tabs__readmore {
    color: #9DCD5B;
}

.tabs__btn-more,
.abs__readmore {
    cursor: pointer;
}

.tabs__content_description {
    max-height: 698px;
}

.tabs__content_description.t-active {
    max-height: 100%;
}

@media screen and (max-width: 1440px) {
    .header_inner-page+.bread-crumb {
        margin: 100px 0 0 0;
    }

    .bread-crumb,
    .title__inner-page,
    .area .cont-page {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .area .cont-page {
        gap: 20px;
    }

    .menu-hashtags {
        flex: 0 0 290px;
    }

    /* 4 блока */
    .order-block {
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .order-block__text {
        width: 100%;
    }

    .catalog-card__list {
        grid-gap: 10px;
    }

    #accordian ul li a {
        padding-right: 24px;
    }
}

@media screen and (max-width: 1200px) {
    .catalog-card__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

    .bread-crumb__list,
    .title__inner-page .cont-page,
    .area .cont-page {
        padding: 0 20px !important;
        box-sizing: border-box;
    }

    .area .cont-page {
        flex-direction: column;
    }

    .catalog-circle-block {
        margin: 0;
    }

    /* блок с баннером */
    .catalog-top-banner {
        display: none;
    }

    .menu-hashtags {
        flex: 0 0 100%;
        width: 100%;
    }

    .hashtags {
        display: none;
    }

    /* 4 блока */
    .order-block__list {
        gap: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 35px;
    }

    .order-block__item {
        /* width: 50%; */
        flex: 1 1 50%;
        /* Каждый элемент будет занимать 50% ширины контейнера */
        box-sizing: border-box;
        /* Учитываем padding и border в ширине элемента */
    }

    .tabs-content-item {
        gap: 20px !important;
        justify-content: center;
    }

    .tabs-content__block {
        height: 270px !important;
        flex-basis: 40% !important;
    }

    .catalog-circle-block,
    .slider-capt {
        text-align: center;
    }

    .catalog-card__btn-more {
        display: flex !important;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .capton-page {
        font-size: 35px;
        line-height: 50px;
    }

    /* блок с формой */
    .ask-question .cont-page {
        padding: 0 20px !important;
    }

    /* 4 блока */
    .order-block__text {
        font-size: 16px;
        line-height: 22px;
    }

    .order-block__image {
        width: 60px;
        height: 60px;
    }

    .order-block__image img {
        width: 100%;
    }

    /* детальная */
    .page-detail__card {
        flex-direction: column;
    }

    .triple-slider .popular-catalog__pc-swiper {
        width: 92%;
    }
}

@media screen and (max-width: 640px) {
    .order-block__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .ask-question .cont-page {
        padding: 0 !important;
    }

    .title__inner-page .cont-page {
        font-size: 35px;
        line-height: 42px;
    }

    .bread-crumb,
    .title__inner-page,
    .area .cont-page {
        padding: 0 10px;
        box-sizing: border-box;
    }

    /**/
    .catalog-card__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .catalog-card__item:hover img {
        width: auto !important;
    }

    .bread-crumb__list,
    .title__inner-page .cont-page,
    .area .cont-page {
        padding: 0 10px !important;
    }

    .bread-crumb__list {
        padding: 0 !important;
    }

    .title__inner-page .cont-page {
        padding: 0 !important;
    }

    .bread-crumb__list {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 10px;
        gap: 0 !important;
    }

    .bread-crumb__item a:after {
        position: static !important;
        margin: 0 10px;
    }

    .bread-crumb__list::-webkit-scrollbar {
        width: 2px;
        height: 4px;
    }

    .bread-crumb__list::-webkit-scrollbar-track {
        background: #ddd;
    }

    .bread-crumb__list::-webkit-scrollbar-thumb {
        background: #9DCD5B;
    }

    .bread-crumb__item {
        display: flex;
        align-items: flex-start;
        text-wrap: nowrap;
    }

    .popular-catalog__pc-swiper .swiper-button-prev {
        left: -20px !important;
    }

    .popular-catalog__pc-swiper .swiper-button-next {
        right: -20px !important;
    }


}

@media screen and (max-width: 500px) {
    .page-detail__card-slider {
        width: 94%;
        margin: 0 auto;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.element/.default/style.css?1741766100647*/
.zoom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1500;
}

.modal-modal__image {
    max-width: 90%;
    max-height: 90%;
}

.zoom-modal__close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    cursor: pointer;
}


.tabs__btn-more_description.hidden,
.tabs__btn-more_characteristic.hidden {
    display: none !important;
}

.tabs__btn-more {
    cursor: pointer;
}

.tabs__content.after-hidden::after {
    display: none;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/catalog_slider_list/style.css?17423748005321*/
.section_popular-catalog {
    margin-top: 100px;
    margin-bottom: 44px;
}

.pc-swiper__btn {
    margin: 16px auto 0;
}

.pc-swiper__btn a {
    transition: all 0.3s linear;
    font-family: "Titillium_Rus_SemiBold";
    text-decoration: none;
    color: #26242B;
}

.pc-swiper__btn:hover a {
    color: #9DCD5B;
}

.preview-catalog__btn {
    text-align: center;
    margin: 100px 0 50px;
}

.popular-catalog__pc-swiper {
    position: relative;
    width: 1315px;
    margin: 0 auto;
}

.popular-catalog__btn {
    margin-top: 70px;
    text-align: center;
}

.pc-swiper__img {
    width: 100%;
    height: 215px;
    overflow: hidden;
    position: relative;
}

.pc-swiper__img img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s linear;
}

.pc-swiper {
    overflow: hidden;
}

.pc-swiper .swiper-slide:hover .pc-swiper__block {
    background-image: url(../../../../../../local/images/slider/pc-swiper__block-hover.svg);
    background-size: 98%;
    animation: animation-pc-bg-a 0.3s linear;
    transition: all 0.3s linear;
}

.pc-swiper .swiper-slide:hover .pc-swiper__anons {
    font-family: "Titillium_Rus_SemiBold";
    /* font-size: 20px; */
    /* line-height: 24px; */
    transition: all 0.2s linear;
}

.pc-swiper .swiper-slide:hover .pc-swiper__img img {
    transform: scale(1.15);
}

.pc-swiper .swiper-slide:hover .pc-swiper__btn {
    background: #26242B;
    color: #9DCD5B;
    border: 1px solid #26242B;
}

@keyframes animation-pc-bg-a {
    0% {
        background-size: 90%;
    }

    30% {
        background-size: 91%;
    }

    60% {
        background-size: 92%;
    }

    100% {
        background-size: 94%;
    }
}

.pc-swiper__block {
    width: 300px;
    height: 300px;
    background-image: url(../../../../../../local/images/slider/pc-swiper__block.svg);
    background-position: center center;
    background-size: 90%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.2s linear;
    animation: animation-pc-bg-f 1s linear;
    display: block;
    margin: 0 auto;
}

@keyframes animation-pc-bg-f {
    0% {
        background-size: 98%;
    }

    30% {
        background-size: 96%;
    }

    60% {
        background-size: 93%;
    }

    100% {
        background-size: 90%;
    }
}

.pc-swiper__anons {
    width: 70%;
    font-family: "Titillium_Rus_Light";
    font-size: 20px;
    transition: all 0.5s linear;
    max-height: 70px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    text-align: center;
    transition: all 0.5s linear;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popular-catalog__pc-swiper .swiper-button-prev,
.popular-catalog__pc-swiper .swiper-button-next {
    width: 38px;
    height: 34px;
}

.popular-catalog__pc-swiper .swiper-button-prev:after,
.popular-catalog__pc-swiper .swiper-button-next:after {
    width: 38px;
    height: 34px;
    font-size: 0px;
    transition: all 0.3s linear;
}

.popular-catalog__pc-swiper .swiper-button-prev {
    left: -52px;
    top: -77px;
    bottom: 0;
    margin: auto;
}

.popular-catalog__pc-swiper .swiper-button-prev:after {
    background-image: url(/local/images/slider/pc-swiper/ps-arrow-left.svg);
}

.popular-catalog__pc-swiper .swiper-button-prev:hover:after {
    background-image: url(/local/images/slider/pc-swiper/ps-arrow-left-a.svg);
}

.popular-catalog__pc-swiper .swiper-button-next {
    right: -52px;
    top: -77px;
    bottom: 0;
    margin: auto;
}

.popular-catalog__pc-swiper .swiper-button-next:after {
    background-image: url(/local/images/slider/pc-swiper/ps-arrow-right.svg);
}

.popular-catalog__pc-swiper .swiper-button-next:hover:after {
    background-image: url(/local/images/slider/pc-swiper/ps-arrow-right-a.svg);
}

@media screen and (max-width: 1500px) {
    .popular-catalog__pc-swiper {
        width: 90%;
    }

    .pc-swiper .swiper-slide:hover .pc-swiper__img img {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1024px) {
    .section_popular-catalog {
        margin-top: 50px;
    }

    .popular-catalog__pc-swiper {
        margin: 0 auto;
    }

    .popular-catalog__pc-swiper {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .popular-catalog__pc-swiper {
        width: 88%;
    }

    .popular-catalog__pc-swiper .swiper-button-next {
        right: -20px;
    }

    .popular-catalog__pc-swiper .swiper-button-prev {
        left: -20px;
    }
}

@media screen and (max-width: 640px) {
    .popular-catalog__pc-swiper .swiper-button-prev {
        left: -20px !important;
    }

    .popular-catalog__pc-swiper .swiper-button-next {
        right: -20px !important;
    }

    .popular-catalog__pc-swiper {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .popular-catalog__pc-swiper {
        width: 80%;
    }
}

@media screen and (max-width: 400px) {
    .popular-catalog__pc-swiper {
        width: 73%;
    }

    .pc-swiper__block {
        width: 260px;
        height: 260px;
    }

    .pc-swiper__img {
        height: 185px;
    }

    .pc-swiper__btn {
        margin: 10px auto 0;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/order_form/style.css?17417661009045*/
/*ask-question*/
.section_ask-question {
    position: relative;
}

.ask-question {
    width: 100%;
    height: 524px;
    overflow: hidden;
    /* background-attachment: fixed; */
    /* display: flex; */
    position: relative;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.ask-question .cont-page {
    height: 100%;
    z-index: 50;
    display: flex;
    align-items: center;
    position: relative;
    margin: auto;
    padding-left: 100px;
    box-sizing: border-box;
}

.ask-question:after {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 524px;
    background: rgb(38, 36, 43);
    background: linear-gradient(90deg, rgb(38, 36, 43) 0%, rgba(38, 36, 43, 0) 100%);
}

.ask-question__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#26242b+0,000000+100&1+10,0+100 */
    background: linear-gradient(to right, rgb(38, 36, 43) 0%, rgb(34, 32, 39) 10%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 30;
}

.ask-question__ask-form {
    width: 580px;
    margin: auto 0;
    opacity: 1;
    transition: all 0.1s linear;
}

.ask-form__capt {
    font-family: "Titillium_Rus_Bold";
    font-size: 40px;
    color: #fff;
}

.ask-form__anons {
    font-family: "Titillium_Rus_Regular";
    font-size: 20px;
    color: #fff;
}

.ask-form__confidentiality {
    font-family: "Titillium_Rus_Regular";
    font-size: 14px;
    color: #9DCD5B;
    line-height: 24px;
}

.ask-form__input {
    position: relative;
}

.ask-form__input input {
    font-family: "Titillium_Rus_Regular";
    font-size: 16px;
    width: 100%;
    height: 64px;
    background: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 20px;
    box-sizing: border-box;
    color: #26242B;
}

.ask-form__error {
    opacity: 0;
}

.ask-form__modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 500;
}

.ask-form__pop-up {
    display: none;
    position: absolute;
    width: 300px;
    height: 300px;
    background: #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 700;
    padding: 20px;
    box-sizing: border-box;
}

.ask-form__mask {
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 600;
}

.ask-form__modal-capt {
    font-size: 20px;
    font-family: "Titillium_Rus_SemiBold";
    margin-bottom: 10px;
    color: #26242B;
}

.ask-form__modal-anons {
    font-size: 16px;
    font-family: "Titillium_Rus_Regular";
    color: #26242B;
}

.ask-form__modal-btn-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.ask-form__modal-btn-close:hover:after,
.ask-form__modal-btn-close:hover:before {
    background: #9DCD5B;
}

.ask-form__modal-btn-close:after,
.ask-form__modal-btn-close:before {
    content: "";
    width: 30px;
    height: 3px;
    background: #26242B;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s linear;
}

.ask-form__modal-btn-close:after {
    transform: rotate(-45deg);
}

.ask-form__modal-btn-close:before {
    transform: rotate(45deg);
}

.ask-form__confidentiality {
    font-family: "Titillium_Rus_Regular";
    font-size: 14px;
    color: #fff;
    transition: all 0.5s ease;
    width: 50%;
}

.ask-form__confidentiality a {
    font-family: "Titillium_Rus_Regular";
    font-size: 14px;
    color: #9DCD5B;
}

.ask-form__confidentiality a:hover {
    color: #fff;
}

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

.ask-form__capt {
    margin-bottom: 10px;
}

.ask-form__button,
.ask-form__input {
    margin-top: 30px;
}

form.ask-question__ask-form .ask-form__error {
    font-size: 14px;
    color: #F62E2E;
    opacity: 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    transition: all 0.3s ease;
    animation: a-ask-form__error-text 1s linear;
    animation-iteration-count: infinite;
}

@keyframes a-ask-form__error-text {
    0% {
        color: #F62E2E;
    }

    50% {
        color: #ff0000;
    }

    100% {
        color: #F62E2E;
    }
}

.ask-form__input_phone {
    border: 1px solid transparent;
}

form.ask-question__ask-form.error .ask-form__error {
    opacity: 1;
}

form.ask-question__ask-form.error .ask-form__input_phone {
    border: 1px solid #F62E2E;
    color: #F62E2E;
}

form.ask-question__ask-form.error .ask-form__input_phone input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #F62E2E;
}


form.ask-question__ask-form.error .ask-form__input_phone input:-moz-placeholder {
    color: #F62E2E;
    opacity: 1;
}


form.ask-question__ask-form.error .ask-form__input_phone input::-moz-placeholder {
    color: #F62E2E;
    opacity: 1;
}

form.ask-question__ask-form.error .ask-form__input_phone input:-ms-input-placeholder {
    color: #F62E2E;
}


form.ask-question__ask-form.error .ask-form__input_phone input::-ms-input-placeholder {
    color: #F62E2E;
}

form.ask-question__ask-form.error .ask-form__input_phone input::-moz-placeholder {
    color: #F62E2E;
}

form.ask-question__ask-form.error .ask-form__input_phone input::placeholder {
    color: #F62E2E;
}

.section_ask-question.excellent .ask-question__ask-form {
    opacity: 0;
    transition: all 0.1s linear;
}

.section_ask-question.excellent .excellent__text {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 100px;
    z-index: 10;
}

.section_ask-question.excellent .excellent__caption {
    font-family: "Titillium_Rus_Bold";
    font-size: 40px;
    line-height: 48px;
    color: #9DCD5B;
}

.section_ask-question.excellent .excellent__anons {
    font-family: "Titillium_Rus_Regular";
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}

.ask-form__input_phone input:required:invalid~button.login {
    opacity: 0.65;
    pointer-events: none;
}

.ask-question__ask-form.error .ask-form__btn {
    background-color: #DDDDDD;
    border: 1px solid #DDDDDD;
    cursor: default;
    color: #A49996;
    animation: none;
}

.ask-question__ask-form.error .ask-form__btn:hover {
    background-color: #DDDDDD;
    border: 1px solid #DDDDDD;
    cursor: default;
    color: #A49996;
    animation: none;
}

.ask-question__ask-form.error .ask-form__btn.no-active {
    background-color: #DDDDDD;
    cursor: default;
    color: #A49996;
    animation: none;
}

.catalog-page .ask-question__ask-form {
    margin-left: 75px;
}

.excellent__text {
    display: none;
}

.ask-question__ask-form.sent {
    display: none;
}

.section_ask-question.sent .excellent__text {
    display: block;
}

@media screen and (max-width: 1440px) {
    .ask-question__ask-form {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .ask-question {
        height: 454px;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }

    .ask-question__mask {
        background: linear-gradient(to right, rgb(38, 36, 43) 20%, rgb(34, 32, 39) 40%, rgba(0, 0, 0, 0) 100%);
    }
}

@media screen and (max-width: 768px) {
    .ask-form__confidentiality {
        width: 40%;
    }

    .section_ask-question .ask-question__ask-form {
        width: 100%;
        padding: 0 20px;
        margin-right: 0px;
    }

    .ask-form__button,
    .ask-form__input {
        margin-top: 25px;
    }
}

@media screen and (max-width: 640px) {
    .ask-question {
        height: 500px;
    }

    .ask-question__ask-form {
        margin-right: 20px;
        width: 100%;
    }

    .ask-form__button {
        flex-direction: column;
    }

    .ask-form__btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0;
        height: 60px;
    }

    .section_ask-question .ask-form__confidentiality {
        width: 100%;
        padding-top: 20px;
    }

    .section_ask-question .ask-form__confidentiality br {
        display: none;
    }

    .ask-form__button,
    .ask-form__input {
        margin-top: 20px;
    }

    .ask-form__input_error span {
        font-size: 12px;
        bottom: -17px;
    }
}

@media (max-width: 600px) {
    .section_ask-question.excellent .excellent__text {
        padding-left: 16px;
    }

    .section_ask-question.excellent .excellent__caption {
        font-size: 30px;
        line-height: 42px;
    }

    .section_ask-question.excellent .excellent__anons {
        font-size: 16px;
    }

}
/* End */
/* /local/templates/main/components/bitrix/catalog/.default/style.css?174176610035095 */
/* /local/templates/main/components/bitrix/catalog.element/.default/style.css?1741766100647 */
/* /local/templates/main/components/bitrix/news.list/catalog_slider_list/style.css?17423748005321 */
/* /local/templates/main/components/bitrix/form.result.new/order_form/style.css?17417661009045 */
