

/* 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/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/menu/catalog/style.css?17469104421288*/
.services-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:20px}@media(max-width: 767.98px){.services-grid{grid-template-columns:repeat(auto-fill, minmax(120px, 1fr));gap:8px}}.services-grid__item{position:relative;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;border-radius:16px;text-decoration:none;color:#000;box-shadow:0 2px 6px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s;overflow:hidden;height:220px}@media(max-width: 767.98px){.services-grid__item{height:160px;border-radius:12px}}.services-grid__item:hover{transform:translateY(-4px);box-shadow:0 6px 12px rgba(0,0,0,.1);color:var(--textPrimary)}.services-grid__image{position:absolute;bottom:0;width:100%;height:72%}.services-grid__image img{width:100%;height:100%;object-fit:cover;object-position:top}.services-grid__title{position:relative;z-index:1;font-weight:700;font-size:1.7rem;line-height:1.3;padding:16px 16px 0 16px}@media(max-width: 767.98px){.services-grid__title{font-size:1.3rem;padding:15px 10px 0 10px}}@media(max-width: 395.98px){.services-grid__title{font-size:1.5rem;padding:15px 15px 0 15px}}@media(max-width: 325.98px){.services-grid__title{font-size:1.7rem;padding:15px 15px 0 15px}}/*# 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 */
/* /local/templates/vecdev/components/bitrix/news/service/style.css?17482070386295 */
/* /local/templates/vecdev/components/bitrix/breadcrumb/breads/style.css?1733221454836 */
/* /local/templates/vecdev/components/bitrix/menu/catalog/style.css?17469104421288 */
/* /local/templates/vecdev/components/bitrix/news.list/service_slider/style.css?17469110102385 */
