

/* Start:/local/templates/vecdev/components/bitrix/news/service/style.css?17541524936359*/
.service{margin:15px 0}.service .breadcrumbs{margin-bottom:10px}.service-section{background:var(--white);border-radius:12px;margin-top:15px;overflow:hidden}@media(min-width: 768px){.service-section__content{display:flex;align-items:stretch;justify-content:space-between;gap:40px;flex-wrap:wrap}}.service-section__text{padding:20px}@media(min-width: 768px){.service-section__text{flex:1 1 50%;padding:40px 0 40px 40px}}.service-section__subtitle h2{font-size:2.4rem;font-weight:700;color:var(--textHeader)}.service-section h1{font-size:2.4rem;font-weight:700;color:var(--textHeader);margin-bottom:16px;line-height:1.2}.service-section p{font-size:1.4rem;color:var(--gray700);line-height:1.3;margin-bottom:24px}.service-section__grid{display:flex;gap:20px;align-items:flex-start;flex-direction:column}@media(min-width: 768px){.service-section__grid{flex-direction:row;align-items:center}}.service-section__btn{order:1}@media(min-width: 768px){.service-section__btn{order:0}}.service-section__benefits{display:grid;grid-template-columns:repeat(2, 1fr);align-items:center;gap:12px 24px;list-style:none;padding:0;order:0}@media(min-width: 768px){.service-section__benefits{order:1}}.service-section__benefits svg{width:30px;height:30px}.service-section__benefits span{display:block;font-size:1.4rem}.service-section__benefit{display:flex;align-items:center;gap:10px;font-size:15px}.service-section__image{flex:1 1 40%;text-align:right}.service-section__img{height:100%;background-size:cover;background-position:bottom center;background-repeat:no-repeat}.service-section__list{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:12px;justify-items:center;margin-top:15px}@media(min-width: 768px){.service-section__list{grid-template-columns:repeat(4, 1fr);grid-gap:30px}}.service-section__list__block{position:relative;display:block;width:100%}.service-section__list__block a{display:block;position:relative;background:var(--gray100);border-radius:12px;height:120px;overflow:hidden;background:var(--white)}@media(max-width: 991.98px){.service-section__list__block a{height:120px;border-radius:10px}}.service-section__list__block__image{position:absolute;z-index:0;right:0;top:0;display:block;height:110%;width:110%;background-repeat:no-repeat;background-position:bottom right;background-size:contain;border-radius:8px}@media(max-width: 991.98px){.service-section__list__block__image{height:70%;width:70%;bottom:0;top:auto}}.service-section__list__block__name{position:relative;z-index:1;display:block;font-size:1.5rem;font-weight:600;padding:12px 12px;color:var(--gray700);width:60%;line-height:1.2}@media(max-width: 991.98px){.service-section__list__block__name{font-size:1.6rem}}.service-section__blocks{padding:40px 0;display:flex;flex-direction:column;gap:20px}.service-section__card{margin-bottom:20px}@media(max-width: 767.98px){.service-section__card{margin-bottom:12px}}.service-section__card__header{position:relative;display:flex;align-items:stretch;border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s;cursor:pointer;z-index:1}@media(min-width: 992px){.service-section__card__header:hover{transform:translateY(-4px);box-shadow:0 6px 12px rgba(0,0,0,.1);color:var(--textPrimary)}}.service-section__card__header.show .service-section__card__icon svg{transform:scale(-1)}@media(max-width: 767.98px){.service-section__card__header{border-radius:12px}}.service-section__card__icon{background:#2767c7;flex:0 0 40px;display:flex;align-items:center;justify-content:center;padding:10px}.service-section__card__icon svg{width:36px;height:36px;fill:#fff}@media(max-width: 767.98px){.service-section__card__icon{flex:0 0 30px}.service-section__card__icon svg{width:24px;height:24px}}.service-section__card__content{position:relative;padding:15px 15px}@media(min-width: 992px){.service-section__card__content{width:70%;padding:20px 30px}}.service-section__card__title{font-size:2.4rem;font-weight:700;color:var(--textHeader);margin-bottom:10px}@media(max-width: 767.98px){.service-section__card__title{font-size:1.8rem;line-height:1.3;margin-bottom:0;font-weight:500;color:var(--textPrimary)}}.service-section__card__text{color:#444;font-size:1.5rem;line-height:1.5}@media(max-width: 767.98px){.service-section__card__text{display:none}}.service-section__card__btn{display:inline-block !important;background:rgba(0,0,0,0);color:var(--redPrimary);font-weight:600;font-size:1.4rem;margin-top:15px}@media(max-width: 767.98px){.service-section__card__btn{display:none !important}}.service-section__card__image{position:absolute;right:0;top:0;width:300px;height:100%}.service-section__card__image__src{height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}@media(max-width: 767.98px){.service-section__card__image{display:none}}.service-section__card__more{overflow:hidden;max-height:0;opacity:0;transform:translateY(-10px);transition:all .4s ease;margin-top:-20px;z-index:0}.service-section__card__more.show{max-height:2000px;opacity:1;transform:translateY(0)}.service-section__card__more__content{background:var(--white);border-radius:0 0 20px 20px;padding:40px 30px}.service-section__card__more__content p{font-size:1.6rem;line-height:1.57;padding-bottom:10px}.service-section__card__more__content ul,.service-section__card__more__content ol{padding-left:20px}.service-section__card__more__content ul li,.service-section__card__more__content ol li{font-size:1.6rem;line-height:1.4;margin-bottom:6px}.service-section__card__more__content h3{font-size:2rem;font-weight:600;color:var(--textHeader);margin:10px 0}.service-section__card__more__content b,.service-section__card__more__content strong{font-weight:600}.service-section__description{margin-top:30px;margin-bottom:30px;background:#fff;padding:20px;border-radius:22px}.service-section__description p{font-size:1.6rem;line-height:1.57;padding-bottom:10px}.service-section__description ul,.service-section__description ol{padding-left:20px}.service-section__description ul li,.service-section__description ol li{font-size:1.6rem;line-height:1.4;margin-bottom:6px}.service-section__description h3{font-size:2rem;font-weight:600;color:var(--textHeader);margin:10px 0}.service-section__description b,.service-section__description strong{font-weight:600}/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/breadcrumb/breads/style.css?1733221454836*/
﻿.hren{display:block}.breadcrumbs{display:flex}@media(max-width: 991.98px){.breadcrumbs{display:none;flex-wrap:wrap;margin:10px 0}}.breadcrumbs__item{width:auto;display:flex;flex-shrink:0}.breadcrumbs__item a{cursor:pointer;user-select:none;transition:color .2s linear;position:relative;color:var(--gray600);line-height:1}.breadcrumbs__item a:hover{color:var(--gray700)}.breadcrumbs .breadcrumb__item-span:before{content:"—";margin:0 8px;color:var(--gray500);font-size:1rem}.breadcrumbs__back-btn{grid-area:hMenu;display:flex;flex-direction:row;align-items:center;font-size:1.7rem;gap:10px;color:var(--gray600)}@media(min-width: 992px){.breadcrumbs__back-btn{display:none}}.breadcrumbs__back-btn svg{width:25px;height:25px;fill:var(--gray300);margin-left:5px;margin-top:3px;transform:scale(-1)}/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/news.list/banners_content/style.css?1732980630263*/
.banners-content{border-radius:12px;overflow:hidden;margin-bottom:20px}.banners-content__item{display:block;object-fit:cover;height:auto;margin-bottom:10px}.banners-content__item img{width:100%;height:100%;object-fit:contain}/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/news/service/bitrix/news.list/.default/style.css?17541528881728*/
.service-list__content{display:flex;flex-direction:row;flex-wrap:nowrap;justify-items:center}@media(max-width: 991.98px){.service-list__content{overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.service-list__content::-webkit-scrollbar{display:none}}@media(max-width: 991.98px)and (pointer: coarse){.service-list__content .container{-webkit-overflow-scrolling:touch}}.service-list__item{position:relative;width:33%;padding:10px}@media(max-width: 991.98px){.service-list__item{flex:0 0 45%;padding-left:0}}@media(max-width: 767.98px){.service-list__item{flex:0 0 90%;padding-left:0}}.service-list__item:hover{color:var(--textPrimary)}.service-list__item__content{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:8px;overflow:hidden}.service-list__item__content:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:#000;background:linear-gradient(39deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%);z-index:0}.service-list__item__title{position:relative;padding:140px 20px 20px 20px;font-size:1.7rem;color:var(--white);text-transform:uppercase;font-weight:500;line-height:1;z-index:1}@media(min-width: 576px){.service-list__item__title{padding:160px 20px 20px 20px}}@media(min-width: 768px){.service-list__item__title{padding:160px 20px 20px 20px}}@media(min-width: 1200px){.service-list__item__title{padding:180px 20px 20px 20px}}.service-list__item__title span{display:block;font-weight:600;font-size:2rem;line-height:1}.service-list__tag{position:absolute;top:20px;right:20px;background:var(--buttonSecondary);padding:4px 10px;border-radius:6px;text-transform:uppercase;font-size:1rem}/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog.item/section/style.css?173922164210295*/
.catalog-section{padding-bottom:15px}.catalog-section__card{display:flex;flex-direction:column}.catalog-section__card__image-container{display:block;position:relative}.catalog-section__card__image{border-radius:12px;overflow:hidden;position:relative;height:100%}.catalog-section__card__image img{width:100%;height:100%;object-fit:cover}.catalog-section__card__image__overview{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;flex-direction:row;z-index:1;width:100%}.catalog-section__card__image__overview__item{flex:1 1 auto;height:100%}.catalog-section__card__image__dots{position:absolute;bottom:-8px;left:0;width:100%;display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:4px}.catalog-section__card__image__dots span{width:5px;height:5px;background:var(--gray400);border-radius:100%}.catalog-section__card__image__dots span.active{background:var(--linkHover)}.catalog-section__card__labels{position:absolute;left:10px;top:10px;display:flex;flex-direction:column;gap:2px;align-items:flex-start}@media(min-width: 992px){.catalog-section__card__labels{left:15px;top:20px}}.catalog-section__card__label{display:flex;flex-direction:row;align-items:center;gap:4px;color:var(--white);border-radius:4px;font-size:1.2rem;font-weight:500;padding:0 6px 0 2px}@media(min-width: 992px){.catalog-section__card__label{font-size:1.3rem;padding:2px 10px 2px 4px}}.catalog-section__card__label svg{width:14px;height:14px;fill:var(--white)}.catalog-section__card__label svg path{fill:var(--white)}.catalog-section__card__label_star{background:#32bb61}.catalog-section__card__label_fire{background:#fa0d58}.catalog-section__card__label_weight{background:#6674e9}.catalog-section__card__price{display:flex;flex-direction:row;align-items:center;gap:4px;margin-top:15px;white-space:nowrap}@media(min-width: 992px){.catalog-section__card__price{gap:10px;margin-top:10px}}.catalog-section__card__price__current{font-size:1.8rem;font-weight:700}@media(min-width: 992px){.catalog-section__card__price__current{font-size:1.8rem}}.catalog-section__card__price__current_cost{color:var(--redPrimary)}.catalog-section__card__price__old{position:relative;font-size:1.4rem;font-weight:500;color:var(--gray400)}.catalog-section__card__price__old:after{content:"";position:absolute;top:0;bottom:0;height:1px;width:100%;left:0;background:var(--gray500);margin:auto 0}@media(max-width: 991.98px){.catalog-section__card__price__old_range{display:none}}.catalog-section__card__price__discount{font-size:1.4rem;font-weight:600;color:var(--redPrimary)}.catalog-section__card__price__note{display:flex;justify-content:flex-start;margin-top:2px;color:var(--gray700)}.catalog-section__card__price__note span{display:block;background:var(--gray200);border-radius:4px;padding:2px 8px;line-height:1;font-size:1.2rem}.catalog-section__card__price__note svg{width:10px;height:10px;fill:var(--gray700)}.catalog-section__card__name{font-size:1.6rem;font-weight:500;margin-top:6px;line-height:1.2;margin-bottom:6px}@media(min-width: 992px){.catalog-section__card__name{font-size:1.7rem}}.catalog-section__card__avaliable{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:4px}.catalog-section__card__avaliable svg{height:12px;width:12px}.catalog-section__card__avaliable_yes{color:var(--buttonPrimary)}.catalog-section__card__avaliable_yes svg{fill:var(--buttonPrimary)}.catalog-section__card__avaliable_no{color:var(--redPrimary)}.catalog-section__card__avaliable_no svg{fill:var(--redPrimary)}.catalog-section__card__footer{margin-top:2px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:6px;justify-content:space-between;width:100%}@media(min-width: 992px){.catalog-section__card__footer{margin-top:6px}}.catalog-section__card__btn{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;background:var(--greenPrimary2);border-radius:100%;outline:none;gap:4px;color:var(--white);font-weight:500;font-size:1.5rem;position:absolute;right:10px;bottom:-15px;width:55px;height:55px;justify-content:center;border:2px solid var(--white);z-index:2}.catalog-section__card__btn:hover{background:var(--buttonAccent)}.catalog-section__card__btn svg{width:30px;height:30px;fill:var(--textPrimary)}.catalog-section__card__rating{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:10px}.catalog-section__card__rating__star{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;font-weight:500}.catalog-section__card__rating__star svg{fill:var(--yellowPrimary);height:14px;width:14px}.catalog-section__card__rating__count{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;color:var(--gray400);font-weight:500}.catalog-section__card__rating__count svg{fill:var(--gray400);height:16px;width:16px}.catalog-section .splide__arrow{display:flex;align-items:center;justify-content:center;padding:0;transform:translateY(-50%);z-index:1;position:absolute;top:50%;border:none;border-radius:50%;width:36px;height:36px;background:#fff;box-shadow:0 5px 10px rgba(0,0,0,.05),0 10px 45px rgba(0,0,0,.08);cursor:pointer}.catalog-section .splide__arrow:disabled{opacity:0}.catalog-section .splide__arrow svg{width:40%;height:40%}@media(min-width: 1200px){.catalog-section .splide__arrow{width:50px;height:50px}}@media(max-width: 575.98px){.catalog-section .splide__arrow{top:100%;margin-top:20px}}.catalog-section .splide__arrow--next{right:-12px}@media(max-width: 575.98px){.catalog-section .splide__arrow--next{right:15px}}.catalog-section .splide__arrow--prev{left:-12px}@media(max-width: 575.98px){.catalog-section .splide__arrow--prev{left:15px}}.catalog-section .splide__pagination{bottom:-20px}.catalog-section .splide__pagination button{background:var(--gray400);border:0;border-radius:0;display:inline-block;height:4px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:15px}.catalog-section .splide__pagination button.is-active{background:var(--gray600);transform:none}.catalog-section .product-card{height:100%;display:grid;grid-template-rows:250px auto auto}@media(min-width: 426px){.catalog-section .product-card{grid-template-rows:260px auto auto}}@media(min-width: 446px){.catalog-section .product-card{grid-template-rows:280px auto auto}}@media(min-width: 476px){.catalog-section .product-card{grid-template-rows:320px auto auto}}@media(min-width: 526px){.catalog-section .product-card{grid-template-rows:360px auto auto}}@media(min-width: 576px){.catalog-section .product-card{grid-template-rows:235px auto auto}}@media(min-width: 626px){.catalog-section .product-card{grid-template-rows:250px auto auto}}@media(min-width: 676px){.catalog-section .product-card{grid-template-rows:320px auto auto}}@media(min-width: 726px){.catalog-section .product-card{grid-template-rows:310px auto auto}}@media(min-width: 776px){.catalog-section .product-card{grid-template-rows:350px auto auto}}@media(min-width: 868px){.catalog-section .product-card{grid-template-rows:370px auto auto}}@media(min-width: 992px){.catalog-section .product-card{grid-template-rows:320px auto auto}}@media(min-width: 1092px){.catalog-section .product-card{grid-template-rows:330px auto auto}}@media(min-width: 1142px){.catalog-section .product-card{grid-template-rows:350px auto auto}}@media(min-width: 1200px){.catalog-section .product-card{grid-template-rows:300px auto auto}}@media(min-width: 1300px){.catalog-section .product-card{grid-template-rows:330px auto auto}}@media(min-width: 1440px){.catalog-section .product-card{grid-template-rows:350px auto auto}}.catalog-modal{height:100%;width:100%}.item-popup{max-height:80vh;overflow-y:auto}@media(min-width: 768px){.item-popup{max-height:100vh}}.item-popup__title{color:var(--textPrimary);font-size:2rem;margin-bottom:20px}.item-popup__card{display:grid;grid-template-columns:2fr 1fr 2fr;column-gap:10px;padding-bottom:20px;border-bottom:1px solid var(--gray300);margin-bottom:20px;grid-template-areas:"popupPict popupName popupName" "popupPict popupQuantity popupPrice"}@media(min-width: 768px){.item-popup__card{grid-gap:20px;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-areas:"popupPict popupName popupQuantity popupPrice"}}.item-popup__card__pict{grid-area:popupPict;height:140px}.item-popup__card__pict img{width:100%;height:100%;object-fit:contain;object-position:top center}.item-popup__card__info{grid-area:popupName}.item-popup__card__name{font-size:1.7rem;font-weight:700}.item-popup__card__category{font-size:1.2rem;color:var(--gray400);line-height:1}.item-popup__card__quantity{grid-area:popupQuantity;text-align:center}.item-popup__card__total{font-size:2rem;font-weight:600}.item-popup__card__group{display:flex;flex-wrap:nowrap;gap:6px}.item-popup__card__old-price{text-decoration:line-through;color:var(--gray500)}.item-popup__card__price{grid-area:popupPrice}.item-popup__card__percent{color:var(--redAccent)}.item-popup__rel{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--gray300)}.item-popup__rel__title{color:var(--textPrimary);font-size:2rem;margin-bottom:20px}.item-popup__rel__item{position:relative;display:grid;grid-gap:12px;border-radius:22px;background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.07);padding:20px 15px;margin-top:10px;grid-template-rows:120px 1fr auto;grid-template-columns:1fr}.item-popup__rel__item img{width:100%;height:120px;object-fit:contain;object-position:top center}.item-popup__rel__price{font-size:2rem;font-weight:600;color:var(--textPrimary);line-height:1}.item-popup__rel__name{color:var(--textPrimary);font-size:1.5rem;line-height:1.2}.item-popup__btn-container{display:flex;gap:12px;justify-content:flex-end}.item-popup__btn-container span,.item-popup__btn-container a{display:block;padding:.7em 1em;transition:all .2s ease;cursor:pointer;border-radius:5px;white-space:nowrap;line-height:1;font-size:1.5rem}.item-popup__btn-container span{color:var(--greenPrimary);background:rgba(0,0,0,0);border:1px solid var(--greenPrimary)}.item-popup__btn-container span:hover{color:var(--greenAccent);border:1px solid var(--greenAccent)}.item-popup__btn-container a{background:var(--greenPrimary);color:var(--textWhite);border:1px solid var(--greenPrimary)}.item-popup__btn-container a:hover{color:var(--textWhite);background:var(--greenAccent)}/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/news.list/banners_double/style.css?1732716683296*/
@media(min-width: 992px){.content-banner{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:20px}}.content-banner__item{display:block;object-fit:cover;height:auto;margin-bottom:10px}.content-banner__item img{width:100%;height:100%;object-fit:contain}/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/news.list/reviews/style.css?17358562703787*/
@media (max-width: 575.98px){.reviews-blocks .page-block__title{align-items:flex-start}}.reviews{display:grid;padding-bottom:20px;margin-bottom:20px}@media (min-width: 768px){.reviews{margin:0 10px}}@media (min-width: 1200px){.reviews{margin:0 30px}}.reviews__header{font-size:1.6rem;font-weight:500;display:flex;flex-direction:row;gap:20px}.reviews__header__block{display:flex;flex-direction:column}.reviews__item{padding-right:4px}.reviews__avatar{width:30px;height:30px;border-radius:100%;overflow:hidden}@media (min-width: 992px){.reviews__avatar{width:50px;height:50px}}.reviews__avatar img{width:100%;height:100%;object-fit:cover}.reviews__name{font-size:1.6rem;font-weight:600}.reviews__date{font-size:1.3rem;color:var(--gray600)}.reviews__rating{display:flex;flex-direction:row;gap:2px}.reviews__rating__star svg{width:20px;height:20px;fill:var(--yellowPrimary)}.reviews .splide__arrow{display:flex;align-items:center;justify-content:center;padding:0;transform:translateY(-50%);z-index:1;position:absolute;top:50%;border:none;border-radius:50%;width:36px;height:36px;background:#fff;box-shadow:0 5px 10px rgba(0,0,0,0.05),0 10px 45px rgba(0,0,0,0.08);cursor:pointer}.reviews .splide__arrow:disabled{opacity:0}.reviews .splide__arrow svg{width:40%;height:40%}@media (min-width: 1200px){.reviews .splide__arrow{width:50px;height:50px}}@media (max-width: 575.98px){.reviews .splide__arrow{top:100%;margin-top:20px}}.reviews .splide__arrow--next{right:-40px}@media (max-width: 575.98px){.reviews .splide__arrow--next{right:15px}}.reviews .splide__arrow--prev{left:-40px}@media (max-width: 575.98px){.reviews .splide__arrow--prev{left:15px}}.reviews .splide__pagination{bottom:0}.reviews .splide__pagination button{background:var(--gray400);border:0;border-radius:0;display:inline-block;height:4px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:15px}.reviews .splide__pagination button.is-active{background:var(--gray600);transform:none}.reviews__title{padding-right:60px}@media (min-width: 576px){.reviews__title{display:flex;flex-direction:row;gap:10px;padding-right:15px;align-items:flex-start}}@media (min-width: 768px){.reviews__title{align-items:center}}.reviews__yandex{display:flex;width:115px;height:40px;background:transparent !important;padding:0 !important}@media (min-width: 576px){.reviews__yandex{justify-content:left;width:auto;height:50px}}.reviews__yandex svg{width:auto;height:100%}.reviews__text{font-size:1.6rem}.reviews__product{display:flex;flex-wrap:nowrap;flex-direction:row;gap:10px;padding:6px 3px;box-shadow:var(--boxShadowPrimary);border-radius:12px;margin-bottom:10px}.reviews__product__title{margin-top:10px;font-size:1.4rem;color:var(--gray600);font-weight:600}.reviews__product__img{height:50px;width:50px;border-radius:4px;overflow:hidden}.reviews__product__img img{width:100%;height:100%;object-fit:cover}.reviews__product__name{font-size:1.3rem;font-weight:500}.reviews__product__prices{display:flex;flex-wrap:nowrap;flex-direction:row;align-items:center;gap:4px;margin-top:6px}.reviews__product__price_current{font-size:1.3rem}.reviews__product__price_has-discount{color:var(--redPrimary);font-weight:600}.reviews__product__price_old{position:relative;font-size:1.2rem;color:var(--gray400)}.reviews__product__price_old:after{content:"";position:absolute;top:0;bottom:0;height:1px;width:100%;left:0;background:var(--gray400);margin:auto 0}.reviews__product__price_discount{font-size:1.3rem;color:var(--redPrimary);font-weight:600}.reviews__btn{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;margin-top:20px}.reviews__btn a{display:block;background:var(--gray200);border-radius:12px;padding:15px 40px;color:var(--bluePrimary);font-weight:600}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/news.list/articles_top/style.css?17327166841996*/
.article-blocks__content{display:flex;flex-direction:row;flex-wrap:nowrap;justify-items:center}@media(max-width: 991.98px){.article-blocks__content{overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.article-blocks__content::-webkit-scrollbar{display:none}}@media(max-width: 991.98px)and (pointer: coarse){.article-blocks__content .container{-webkit-overflow-scrolling:touch}}.article-blocks__item{position:relative;width:33%;padding:10px}@media(max-width: 991.98px){.article-blocks__item{flex:0 0 45%;padding-left:0}}@media(max-width: 767.98px){.article-blocks__item{flex:0 0 90%;padding-left:0}}.article-blocks__item:hover{color:var(--textPrimary)}.article-blocks__item__content{display:block;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:8px;overflow:hidden;height:260px}.article-blocks__item__content:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:#000;background:linear-gradient(31deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 47%);z-index:0}.article-blocks__item__title{position:absolute;left:0;bottom:20px;padding:0 20px;font-size:2rem;color:var(--white);font-weight:600;line-height:1.1;z-index:1}.article-blocks__time{display:flex;flex-direction:row;align-items:center;gap:6px;font-size:1.3rem;text-transform:lowercase;padding-top:10px}.article-blocks__time svg{width:20px;height:20px;fill:var(--white)}.article-blocks__tags{position:absolute;top:18px;left:18px}.article-blocks__tags a{background:rgba(0,0,0,.6);padding:4px 10px;border-radius:6px;text-transform:lowercase;font-size:1.3rem;line-height:1;color:var(--white)}.article-blocks__statistic{position:absolute;right:18px;top:18px;display:flex;flex-wrap:nowrap;flex-direction:row;gap:10px;color:var(--white)}.article-blocks__statistic svg{width:18px;height:18px;fill:var(--white)}.article-blocks__statistic__item{display:flex;flex-wrap:nowrap;flex-direction:row;font-size:1.4rem;gap:4px}/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/vecdev/components/bitrix/news/service/style.css?17541524936359 */
/* /local/templates/vecdev/components/bitrix/breadcrumb/breads/style.css?1733221454836 */
/* /local/templates/vecdev/components/bitrix/news.list/banners_content/style.css?1732980630263 */
/* /local/templates/vecdev/components/bitrix/news/service/bitrix/news.list/.default/style.css?17541528881728 */
/* /local/templates/vecdev/components/bitrix/catalog.item/section/style.css?173922164210295 */
/* /local/templates/vecdev/components/bitrix/news.list/banners_double/style.css?1732716683296 */
/* /local/templates/vecdev/components/bitrix/news.list/reviews/style.css?17358562703787 */
/* /local/templates/vecdev/components/bitrix/news.list/articles_top/style.css?17327166841996 */
