

/* Start:/local/templates/vecdev/components/bitrix/news/service/style.css?17482070386295*/
.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/news/service/bitrix/news.detail/.default/style.css?17482034217503*/
.service-detail{position:relative;z-index:2;margin-top:20px}@media(max-width: 991.98px){.service-detail{margin-bottom:0 !important}.service-detail .container{padding:0}}.service-detail__grid{display:grid;grid-template-columns:4fr 4fr 2fr;grid-column-gap:20px;align-items:start;grid-template-areas:"Slider Name Actions" "Slider Props Actions"}@media(max-width: 1091.98px){.service-detail__grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-template-areas:"Slider Name" "Slider Actions" "Slider Props"}}@media(max-width: 767.98px){.service-detail__grid{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"Slider" "Name" "Props" "Actions"}}.service-detail__slider{grid-area:Slider}.service-detail__total{grid-area:Actions;position:sticky;top:50px}.service-detail__name{grid-area:Name;margin-bottom:20px}@media(max-width: 767.98px){.service-detail__name{margin-top:30px;padding:0 12px}}.service-detail__name h1{font-size:2.8rem;line-height:1.2;color:var(--textPrimary);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;transition:max-height .3s ease-in-out;max-height:4.4em;padding-right:15px}@media(max-width: 1199.98px){.service-detail__name h1{font-size:2.6rem}}.service-detail__description{font-size:1.3rem;line-height:1.3;color:var(--gray600)}.service-detail__offers{grid-area:Props}.service-detail__slider{grid-area:Slider;position:sticky;top:50px}@media(min-width: 1200px){.service-detail__slider{display:grid;grid-template-columns:60px auto;grid-gap:10px;align-items:start}}@media(max-width: 767.98px){.service-detail__slider{position:unset}}@media(max-width: 767.98px){.service-detail__slider__container{padding:0 12px}}.service-detail__slider .catalog-detail__slider-image a{display:block;border-radius:12px;overflow:hidden}.service-detail__slider .catalog-detail__slider-image img{width:100%;height:100%;object-fit:contain}.service-detail__slider .splide__track{height:100%;border-radius:22px;overflow:hidden}.service-detail__slider-thumbs{overflow:hidden;border-radius:3px}@media(max-width: 1199.98px){.service-detail__slider-thumbs{display:none}}.service-detail__slider-thumbs .catalog-detail__slider-image.is-active{border:1px solid var(--buttonPrimary) !important}.service-detail__slider-thumbs a{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:99%;height:99%;display:block;padding:3px;overflow:hidden;pointer-events:none}.service-detail__slider-thumbs a img{object-fit:cover !important}.service-detail__slider-thumbs .splide__arrow{align-items:center;display:flex;justify-content:center;padding:0;z-index:1;position:absolute;transition:background ease,border-color ease;border:none;height:30px;cursor:pointer;width:100%;border-radius:0;background:rgba(0,0,0,0)}.service-detail__slider-thumbs .splide__arrow svg{fill:var(--gray800)}.service-detail__slider-thumbs .splide__arrow:disabled{display:none}.service-detail__slider-thumbs .splide__arrow--prev{top:0 !important}.service-detail__slider-thumbs .splide__track{transition:transform .3s ease}.service-detail__slider-thumbs:not(.is-at-start) .splide__track{transform:translateY(30px)}.service-detail__steps{margin-top:30px}@media(min-width: 992px){.service-detail__content{display:grid;grid-template-columns:auto 25%;grid-gap:30px}}.service-detail__intro-text{background:#fff;padding:20px;margin-top:30px;border-radius:22px}.service-detail__intro-text p{font-size:1.6rem;line-height:1.57;padding-bottom:10px}.service-detail__intro-text ul,.service-detail__intro-text ol{padding-left:20px}.service-detail__intro-text ul li,.service-detail__intro-text ol li{font-size:1.6rem;line-height:1.4;margin-bottom:6px}.service-detail__intro-text h2{font-size:2rem;font-weight:600;color:var(--textHeader);margin:10px 0}.service-detail__intro-text b,.service-detail__intro-text strong{font-weight:600}.service-detail__feedback{margin-top:20px;padding:30px 20px 30px 20px;background:#fff;border-radius:22px}@media(max-width: 991.98px){.service-detail__feedback{margin-top:0;margin-bottom:10px;padding:30px 15px 30px 15px}}.service-detail__feedback__title{margin-bottom:8px;font-size:2rem;font-weight:700;text-align:center}@media(min-width: 768px){.service-detail__feedback__title{padding-top:0;font-weight:500}}.service-detail__feedback ul{list-style:none}.service-detail__feedback ul li{margin-top:15px;padding-left:30px;font-size:1.6rem;line-height:1.5}.offers__group{padding:15px;background:var(--white);border-radius:12px;margin-bottom:12px}.offers__title{font-size:1.6rem;font-weight:600}.offers__list{display:grid;align-items:start;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));flex-wrap:wrap;gap:12px;margin-top:16px}.offers__btn{display:flex;background:var(--gray0);border-radius:10px;text-align:center;transition:.3s;overflow:hidden;height:100%;border:2px solid var(--gray100);cursor:pointer;padding:10px 10px 10px 33%;position:relative;flex-direction:column}.offers__btn button{background:rgba(0,0,0,0);outline:none;border:none}.offers__btn:hover{transform:translateY(-2px);border:2px solid var(--gray300)}.offers__btn.is-active{border:1px solid var(--blueLight);box-shadow:0 0 3px 0 var(--bluePrimary)}.offers__btn.is-active .offers__quantity{display:grid !important}.offers__btn__img{position:absolute;left:0;top:0;background-size:contain;background-position:center;background-repeat:no-repeat;width:80px;height:90%;bottom:0;margin:auto 0}@media(max-width: 767.98px){.offers__btn__img{width:60px;height:70%}}.offers__btn__title{display:block;font-size:1.5rem;font-weight:600;color:var(--gray800);line-height:1.1}.offers__btn__price{font-size:1.4rem;color:var(--gray600)}.offers__quantity{display:none;position:relative;grid-template-columns:2fr 3fr 2fr;flex-wrap:nowrap;margin-top:6px;margin-bottom:10px}.offers__quantity__plus,.offers__quantity__minus{display:flex;align-items:center;justify-content:center;position:relative;height:30px;border-radius:4px;background-color:rgba(156,214,255,.36);color:#fff;vertical-align:middle;text-align:center;cursor:pointer;transition:background 300ms ease,opacity 300ms ease;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.offers__quantity__plus svg,.offers__quantity__minus svg{height:40%;width:40%;fill:var(--gray700)}.offers__quantity__plus:hover,.offers__quantity__minus:hover{background:rgba(111,193,250,.36)}.offers__quantity__field{display:block;padding:0;height:auto;width:100%;color:#000;vertical-align:middle;text-align:center;font-weight:bold;font-size:2rem;line-height:1;background:var(--backgroundPrimary);border-radius:4px;border:none}@media(min-width: 768px){.offers__quantity__field{background:#fff}}.offers__quantity__field:focus{outline:none !important}.offers__quantity__unit{position:absolute;bottom:-18px;margin:0 auto;left:0;right:0;font-size:1.2rem;color:var(--gray600)}.total{padding:15px;border-radius:12px;background:var(--white)}.total__title{font-size:1.7rem;font-weight:600}.total__value{font-size:2.4rem;font-weight:700;color:var(--textHeader)}.total__info{margin-top:20px;padding-top:20px;border-top:1px solid var(--gray300)}.total__subtitle{font-size:1.5rem;font-weight:600;margin-bottom:15px}.total__list__item{font-size:1.3rem;color:var(--gray700);line-height:1.2;padding-bottom:6px}.total__description{color:var(--redPrimary);font-size:1.4rem;line-height:1.3}.total__btn{text-align:center}.total__btn .ui__btn{width:100%}/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/news.list/service_slider/style.css?17469110102385*/
.popular-services{padding-top:20px;padding-bottom:40px;background:var(--white);margin-top:60px}.popular-services .block-title{margin-top:35px}@media(max-width: 767.98px){.popular-services{padding-bottom:80px}}.service-card{display:flex;flex-direction:column;height:100%;background:#fff}.service-card:hover{color:var(--textPrimary)}.service-card__image{border-radius:12px;overflow:hidden;height:270px}.service-card__image img{width:100%;height:100%;object-fit:cover}.service-card__info{display:flex;flex-direction:column;justify-content:flex-start;margin-top:auto;padding:10px 0}.service-card__price{display:flex;flex-direction:row;gap:5px;align-items:center;line-height:1;margin-bottom:10px}.service-card__price-current{font-size:1.5rem;color:var(--redPrimary);font-weight:700}.service-card__price-old{font-size:1.3rem;text-decoration:line-through;color:var(--gray400)}.service-card__price-discount{color:var(--redPrimary);font-weight:600;font-size:1.5rem}.service-card__name{font-weight:600;font-size:1.4rem;margin-bottom:5px;line-height:1.2}.service-card__rating{font-size:12px;margin-bottom:10px}.service-card__rating .star{color:#fc0;margin-right:4px}.service-card__rating .reviews{color:#888;margin-left:4px}.service-card__btn{display:inline-block;background-color:#f30;color:#fff;padding:8px 12px;border-radius:8px;font-size:14px;text-decoration:none;transition:background-color .3s}.service-card__btn:hover{background-color:rgb(204,40.8,0)}.popular-services .splide__slide{height:auto}.popular-services .splide__slide{min-height:100%}.popular-services .splide__arrows button{width:40px;height:40px;background:#fff;border-radius:50%;box-shadow:0 4px 10px rgba(0,0,0,.1);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .3s}.popular-services .splide__arrows button svg{width:14px;height:14px;fill:var(--gray700)}.popular-services .splide__arrows button:hover{box-shadow:0 6px 15px rgba(0,0,0,.15)}@media(max-width: 767.98px){.popular-services .splide__arrows button{bottom:-50px;top:auto}}.popular-services .splide__arrow--prev{transform:scaleX(-1);left:-15px}@media(max-width: 767.98px){.popular-services .splide__arrow--prev{left:35%}}.popular-services .splide__arrow--next{transform:scaleX(-1);right:-15px}@media(max-width: 767.98px){.popular-services .splide__arrow--next{right:35%}}/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/news.list/banner_content/style.css?1747564513770*/
.banners-content{border-radius:8px;overflow:hidden;margin-bottom:30px}@media(max-width: 767.98px){.banners-content{position:absolute !important;left:0;top:0;width:100%;border-radius:0}}.banners-content__item{display:block;object-fit:cover;height:auto;margin-bottom:10px;border-radius:16px;overflow:hidden}@media(max-width: 991.98px){.banners-content__item{border-radius:0;max-height:320px}}@media(max-width: 575.98px){.banners-content__item{border-radius:0;max-height:310px}}@media(max-width: 435.98px){.banners-content__item{border-radius:0;max-height:260px}}.banners-content__item img{width:100%;height:100%;object-fit:contain}@media(max-width: 767.98px){.banners-content__item img{object-position:bottom center;object-fit:cover}}/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/news.list/service_all/style.css?17482059041971*/
.all-services{padding-top:20px;padding-bottom:40px;background:var(--white);margin-top:60px}.all-services .block-title{margin-top:35px}.all-services__grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:20px}@media(max-width: 767.98px){.all-services__grid{gap:12px;grid-template-columns:repeat(auto-fill, minmax(150px, 1fr))}}.all-services__trigger{display:flex;justify-content:center;flex-wrap:nowrap}.all-services__loader{display:flex;flex-direction:row;align-items:center;font-size:1.6rem;color:var(--gray600);font-weight:500;gap:10px;margin:10px 0;white-space:nowrap;flex-wrap:nowrap;margin-left:-35px}.all-services__loader svg{width:35px;height:35px;margin:auto}.service-card{display:flex;flex-direction:column;height:100%;background:#fff}.service-card:hover{color:var(--textPrimary)}.service-card__image{border-radius:12px;overflow:hidden;height:270px}.service-card__image img{width:100%;height:100%;object-fit:cover}.service-card__info{display:flex;flex-direction:column;justify-content:flex-start;margin-top:auto;padding:10px 0}.service-card__price{display:flex;flex-direction:row;gap:5px;align-items:center;line-height:1;margin-bottom:10px}.service-card__price-current{font-size:1.5rem;color:var(--redPrimary);font-weight:700}.service-card__price-old{font-size:1.3rem;text-decoration:line-through;color:var(--gray400)}.service-card__price-discount{color:var(--redPrimary);font-weight:600;font-size:1.5rem}.service-card__name{font-weight:600;font-size:1.4rem;margin-bottom:5px;line-height:1.2}.service-card__rating{font-size:12px;margin-bottom:10px}.service-card__rating .star{color:#fc0;margin-right:4px}.service-card__rating .reviews{color:#888;margin-left:4px}.service-card__btn{display:inline-block;background-color:#f30;color:#fff;padding:8px 12px;border-radius:8px;font-size:14px;text-decoration:none;transition:background-color .3s}.service-card__btn:hover{background-color:rgb(204,40.8,0)}/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/news.list/blog_top/style.css?17468721321433*/
.blog-top{padding:40px;background-color:var(--white);border-radius:12px}.blog-top .block-title{font-size:24px;font-weight:700;margin-bottom:20px;margin-top:0 !important}.blog-top__list{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:20px}.blog-top__item{overflow:hidden;border-radius:12px}.blog-top__image{position:relative;padding-top:56%;background-size:cover;background-position:center;border-radius:12px;display:flex;flex-direction:column;justify-content:space-between;color:#fff}.blog-top__bg{position:absolute;left:0;top:0;bottom:0;right:0;z-index:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent)}.blog-top__tags{position:absolute;z-index:1;top:10px;left:10px;display:flex;gap:5px}.blog-top__tags span{background-color:rgba(0,0,0,.6);padding:4px 8px;border-radius:6px;font-size:12px;color:var(--gray100)}.blog-top__info{position:absolute;z-index:1;left:0;bottom:0;right:0;padding:15px;border-radius:0 0 12px 12px}.blog-top svg{width:16px;height:16px;fill:var(--gray200)}.blog-top__meta{display:flex;justify-content:space-between;margin-bottom:5px;position:absolute;z-index:1;right:15px;top:15px;font-size:1.4rem;align-items:center;gap:10px}.blog-top__title-text{font-weight:700;font-size:16px;margin-bottom:5px}.blog-top__date,.blog-top__views,.blog-top__comments{font-size:14px;display:flex;align-items:center;gap:4px;color:var(--gray200)}/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/vecdev/components/bitrix/news/service/style.css?17482070386295 */
/* /local/templates/vecdev/components/bitrix/news/service/bitrix/news.detail/.default/style.css?17482034217503 */
/* /local/templates/vecdev/components/bitrix/news.list/service_slider/style.css?17469110102385 */
/* /local/templates/vecdev/components/bitrix/news.list/banner_content/style.css?1747564513770 */
/* /local/templates/vecdev/components/bitrix/news.list/service_all/style.css?17482059041971 */
/* /local/templates/vecdev/components/bitrix/news.list/blog_top/style.css?17468721321433 */
