@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");@-webkit-keyframes blick{0%{left:-80%}100%{left:160%}}@keyframes blick{0%{left:-80%}100%{left:160%}}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotation{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}html,body{height:100%;font-family:"Roboto",sans-serif;color:#424242}.title{font-size:30px;line-height:120%;font-family:"Oswald",sans-serif;font-weight:400;text-transform:uppercase;padding-bottom:50px}@media (min-width:375px){.title{font-size:40px;font-size:calc(0.0081632653 * 100vw + 26.9387755102px)}}@media (min-width:1600px){.title{font-size:40px}}@media (min-width:375px){.title{padding-bottom:40px;padding-bottom:calc(-0.0081632653 * 100vw + 53.0612244898px)}}@media (min-width:1600px){.title{padding-bottom:40px}}.title--small{font-size:18px}@media (min-width:375px){.title--small{font-size:30px;font-size:calc(0.0097959184 * 100vw + 14.3265306122px)}}@media (min-width:1600px){.title--small{font-size:30px}}.title--lg{font-size:25px}@media (min-width:375px){.title--lg{font-size:35px;font-size:calc(0.0081632653 * 100vw + 21.9387755102px)}}@media (min-width:1600px){.title--lg{font-size:35px}}.title--white{color:#fff}.title span{font-weight:400}.button{display:flex;align-items:center;font-family:"Roboto",sans-serif;background:#21b224;color:#fff;overflow:hidden;position:relative;transition:.3s;text-transform:uppercase;font-weight:600;text-align:center;justify-content:center;box-shadow:0 8px 13px rgba(67,163,77,.49),inset 0 -4px 1px #43a34d;border-radius:12px}.button--big{height:70px;padding-left:30px;padding-right:30px;font-size:16px}@media (min-width:375px){.button--big{font-size:18px;font-size:calc(0.0016326531 * 100vw + 15.387755102px)}}@media (min-width:1600px){.button--big{font-size:18px}}@media (max-width:998px){.button--big{height:70px}}.button--lg{padding-left:30px;padding-right:30px;height:50px;font-size:15px}@media (min-width:375px){.button--lg{font-size:16px;font-size:calc(0.0008163265 * 100vw + 14.693877551px)}}@media (min-width:1600px){.button--lg{font-size:16px}}@media (max-width:998px){.button--lg{height:50px}}.button--small{padding-left:30px;padding-right:30px;height:50px;font-size:15px}@media (min-width:375px){.button--small{font-size:16px;font-size:calc(0.0008163265 * 100vw + 14.693877551px)}}@media (min-width:1600px){.button--small{font-size:16px}}@media (max-width:998px){.button--small{height:40px}}.button--center{margin:0 auto;width:max-content}.button--inverse{background-color:rgba(189,189,189,.2509803922);border:1px solid;color:#fff;border-radius:0;box-shadow:none;width:max-content}.button:after{content:"";position:absolute;top:0;left:0;width:1.1864583333vw;height:300%;-webkit-transition:.3s;transition:.3s;background-color:rgba(255,255,255,.1882352941);animation:blick 3s linear infinite;transform:rotate(45deg) translateY(-50%)}.button.disabled{pointer-events:none;opacity:.7}.button--btn{box-shadow:none}.button--btn:after{display:none}.button.disabled:after{display:none}.section{margin-bottom:60px}@media (min-width:375px){.section{margin-bottom:80px;margin-bottom:calc(0.0163265306 * 100vw + 53.8775510204px)}}@media (min-width:1600px){.section{margin-bottom:80px}}.breadcrumbs{margin-top:30px}.breadcrumbs ul{display:flex;align-items:center;margin-bottom:30px;gap:5px;list-style:none}.breadcrumbs ul li{display:flex;gap:5px;align-items:center}.breadcrumbs ul li:before{width:5px;height:5px;background:#21b224;border-radius:500px;display:block;content:""}.breadcrumbs ul li:first-child:before{display:none}@media (max-width:998px){.breadcrumbs ul{flex-wrap:wrap}}.breadcrumbs ul a{color:inherit;text-decoration:underline}.content-page ul,.content-page ol{margin-bottom:25px;display:flex;flex-direction:column;gap:5px}.content-page ul li,.content-page ol li{display:flex;align-items:center;gap:10px}.content-page ul li:before,.content-page ol li:before{content:"";width:5px;height:5px;border-radius:500px;background:#21b224;flex-shrink:0}.content-page h2,.content-page h3,.content-page h4{font-family:"Oswald",sans-serif;text-transform:uppercase;font-weight:400;margin-bottom:25px}.content-page p{margin-bottom:25px}.content-page h2{font-size:22px}@media (min-width:375px){.content-page h2{font-size:24px;font-size:calc(0.0016326531 * 100vw + 21.387755102px)}}@media (min-width:1600px){.content-page h2{font-size:24px}}.content-page h3{font-size:21px}@media (min-width:375px){.content-page h3{font-size:23px;font-size:calc(0.0016326531 * 100vw + 20.387755102px)}}@media (min-width:1600px){.content-page h3{font-size:23px}}.content-page h4{font-size:20px}@media (min-width:375px){.content-page h4{font-size:22px;font-size:calc(0.0016326531 * 100vw + 19.387755102px)}}@media (min-width:1600px){.content-page h4{font-size:22px}}body{display:flex;flex-direction:column;min-height:100vh}.main{flex:1}.header{padding-top:30px;padding-bottom:30px;background:#ecebeb}@media (max-width:998px){.header{padding-top:20px;padding-bottom:20px}}.header__address{font-size:14px}@media (max-width:998px){.header__address{display:none}}.header__address-mobile{font-size:14px;margin-top:20px;margin-bottom:20px}.header__box{display:flex;align-items:center;justify-content:space-between}.header__phone{font-size:14px;display:block;font-weight:700;color:inherit;text-align:right}.header__phone a{color:inherit}@media (max-width:998px){.header__phone{display:none}}.header__phone-mobile{font-size:14px;margin-top:20px;color:inherit;margin-bottom:20px}.header__phone-mobile a{color:inherit}.header__mail{font-size:14px;display:block;color:inherit}.header__mail a{color:inherit}@media (max-width:998px){.header__mail{display:none}}.header__mail-mobile{font-size:14px;margin-top:20px;margin-bottom:20px;color:inherit}.header__mail-mobile a{color:inherit}@media (max-width:998px){.header__logo{width:120px;object-fit:cover}}@media (max-width:1365px){.header__button{display:none}}.header__burger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;background:0 0;border:none;padding:0;cursor:pointer;z-index:1001}@media (max-width:1365px){.header__burger{display:flex}}.header__burger-line{height:3px;width:100%;background:#000;display:block;border-radius:2px;transition:all .3s ease}.mobile-menu{position:fixed;top:0;right:-320px;width:320px;height:100vh;background:#fff;transition:right .3s ease;z-index:9999;color:#424242;box-shadow:-2px 0 10px rgba(0,0,0,.2)}.mobile-menu_opened{right:0}.mobile-menu__container{padding:20px;height:100%}.mobile-menu__close-btn{color:#fff;width:30px;height:30px;border-radius:50%;font-weight:700;background:#ccc;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:auto;transition:transform .3s ease}.mobile-menu__close-btn:hover{transform:rotate(90deg)}.mobile-menu__close-icon{font-size:28px;line-height:1}.mobile-menu__nav{margin-top:30px}.mobile-menu__list{list-style:none;padding:0;margin:0}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999;opacity:0;visibility:hidden;transition:all .3s ease;cursor:pointer}.overlay_active{opacity:1;visibility:visible}.mobile-menu__list,.mobile-menu__sublist{list-style:none;padding:0;margin:0}.mobile-menu__item{position:relative}.mobile-menu__item.open>.mobile-menu__arrow{transform:rotate(90deg)}.mobile-menu__link{display:flex;justify-content:space-between;align-items:center;padding:8px;text-decoration:none;color:#424242}.mobile-menu__arrow{cursor:pointer;width:10px;height:10px;border-right:2px solid #424242;border-bottom:2px solid #424242;transform:translateY(-50%) rotate(45deg);transition:transform .3s ease}.mobile-menu__arrow.open{transform:rotate(225deg)}.mobile-menu__sublist{display:none}.mobile-menu__sublist .mobile-menu__item{padding-left:20px}.mobile-menu__sublist .mobile-menu__item .mobile-menu__sublist .mobile-menu__item{padding-left:40px}.mobile-menu__item.open>.mobile-menu__sublist{display:block}.nav{display:flex;align-items:center;background:#fff;gap:20px;box-shadow:0 0 100px rgba(198,198,198,.37);margin-top:30px;padding:0 20px}.nav__logo{display:flex;align-items:center;flex-shrink:0}@media (max-width:1365px){.nav{display:none}}.menu{list-style:none;margin:0;display:flex;justify-content:space-between;width:100%;box-sizing:border-box}.menu--level-1{display:flex;gap:24px}.menu--level-2,.menu--level-3{position:absolute;top:100%;left:0;padding:15px;min-width:220px;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.08);opacity:0;display:flex;flex-direction:column;visibility:hidden;gap:20px;transform:translateY(10px);transition:.2s ease;z-index:10}.menu--level-3{top:0;left:100%}.menu__item{position:relative;display:flex;align-items:center}.menu__item--has-children .menu__link{position:relative;display:flex;align-items:center;gap:10px}.menu__item--has-children .menu__link-level{color:inherit}.menu__item--has-children .menu__link:after{content:"";margin-right:10px;flex-shrink:0;width:10px;height:10px;border-right:2px solid #424242;border-bottom:2px solid #424242;transform:translateY(-50%) rotate(45deg);transition:transform .3s ease}.menu__item--has-children .menu__link:hover:after{border-right:2px solid #21b224;border-bottom:2px solid #21b224}.menu__item--has-children:hover>.menu{opacity:1;visibility:visible;transform:translateY(0)}.menu__item--active .menu__link{background:#ecebeb;color:#21b224}.menu__link{display:block;padding:22px 16px;text-decoration:none;text-transform:uppercase;font-size:15px;color:inherit;font-weight:600;white-space:nowrap;transition:background .2s}.menu__link:hover,.menu__link.is-active{background:#ecebeb;color:#21b224}.container{max-width:1270px;margin:0 auto;width:100%;padding-right:20px;padding-left:20px;box-sizing:border-box}@media (max-width:998px){.container{width:100%;box-sizing:border-box}}.container--header{display:flex;justify-content:space-between;align-items:center}.form__item{display:flex;gap:20px}@media (max-width:998px){.form__item{flex-direction:column}}.form__title{font-size:20px;color:#fff;margin-bottom:15px}@media (max-width:998px){.form__title{font-size:18px}}.form .wpcf7-list-item-label{color:#fff}.form-index{background:#1c1c1c;padding-bottom:40px;padding-top:40px}.form-index__box{display:flex;position:relative;justify-content:space-between;overflow:hidden}@media (max-width:998px){.form-index__bg{display:none}}.form-index__content{position:absolute;height:100%;display:flex;flex-direction:column;gap:40px;justify-content:space-between;box-sizing:border-box;padding:40px 40px 40px 50px}@media (max-width:998px){.form-index__content{position:relative;width:100%;padding:20px}}.form-index__title{font-size:30px;font-weight:400;font-family:"Oswald",sans-serif;line-height:140%;color:#fff;text-transform:uppercase}@media (min-width:375px){.form-index__title{font-size:50px;font-size:calc(0.0163265306 * 100vw + 23.8775510204px)}}@media (min-width:1600px){.form-index__title{font-size:50px}}.form-index__ul{font-size:20px;display:flex;color:#fff;flex-direction:column;gap:5px;margin-bottom:auto}@media (max-width:998px){.form-index__ul{font-size:18px}}.form-index__ul li{list-style:inside}.input{display:flex;align-items:center;font-family:"Roboto",sans-serif;border-radius:12px;background:#fff;width:100%;box-sizing:border-box}.input::placeholder{color:#424242}.input--big{height:70px;padding-left:30px;padding-right:30px;font-size:18px}@media (min-width:375px){.input--big{font-size:20px;font-size:calc(0.0016326531 * 100vw + 17.387755102px)}}@media (min-width:1600px){.input--big{font-size:20px}}.banners{background:#ecebeb;position:relative}.banners__content{display:flex;padding-left:max(20px, (100vw - 1270px) / 2 + 20px);padding-right:50px;flex-direction:column;height:100%;justify-content:center;gap:20px;box-sizing:border-box;position:absolute;padding-bottom:40px;padding-top:50px}@media (max-width:998px){.banners__content{padding:20px}}.banners__button{width:max-content}@media (max-width:998px){.banners__button{width:inherit}}.banners__img{height:490px;width:100%;object-fit:cover}@media (min-width:375px){.banners__img{height:590px;height:calc(0.0816326531 * 100vw + 459.387755102px)}}@media (min-width:1600px){.banners__img{height:590px}}.banners__title{font-weight:400;text-transform:uppercase;margin-top:auto;font-family:"Oswald",sans-serif;font-size:30px}@media (min-width:375px){.banners__title{font-size:50px;font-size:calc(0.0163265306 * 100vw + 23.8775510204px)}}@media (min-width:1600px){.banners__title{font-size:50px}}.banners__subtitle{font-size:20px;margin-top:auto}@media (max-width:998px){.banners__subtitle{color:#fff}}.action__item{position:relative}.action__content{position:absolute;height:100%;color:#fff;padding:40px;z-index:2;display:flex;flex-direction:column;gap:20px}.action__content:before{background:rgba(29,33,41,.4);content:"";position:absolute;width:100%;height:100%;z-index:1;top:0;border-radius:10px;left:0}@media (max-width:998px){.action__content{padding:20px}}.action__img{position:relative;object-fit:cover;z-index:1;width:80%;border-radius:10px}.action__title{font-weight:600;font-size:25px;z-index:2}.action__description{max-width:180px;z-index:2}.action__href{color:#fff;margin-top:auto;font-weight:600;display:flex;z-index:2;gap:5px;align-items:center}.action__href:after{display:block;content:"";width:19px;height:19px;flex-shrink:0;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.1646 8.3086L0.884766 8.30859L0.884766 10.0781L17.1646 10.0781L17.1646 8.3086Z' fill='%2331B939'%3e%3c/path%3e%3cpath d='M14.0596 13.5751L12.8083 12.3238L15.9115 9.22063L12.8083 6.11748L14.0596 4.86621L18.414 9.22063L14.0596 13.5751Z' fill='%2331B939'%3e%3c/path%3e%3c/svg%3e")}.catalog-index{display:grid;justify-content:space-between;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:40px}@media (max-width:1365px){.catalog-index{grid-template-columns:repeat(2,1fr)}}@media (max-width:998px){.catalog-index{grid-template-columns:1fr}}.catalog-index__item{position:relative}.catalog-index__item:before{position:absolute;width:100%;height:100%;z-index:0;content:"";background:rgba(29,33,41,.4)}.catalog-index__item img{width:100%;min-height:375px;object-fit:cover;display:block}@media (max-width:998px){.catalog-index__item img{min-height:325px}}.catalog-index__item--no-thumb{background:#424242;height:100%;min-height:205px}.catalog-index__content{position:absolute;height:100%;padding:30px;display:flex;flex-direction:column;gap:10px;color:#fff;box-sizing:border-box}.catalog-index__title{text-transform:uppercase;font-size:30px;color:#fff;font-family:"Oswald",sans-serif;font-weight:400}@media (max-width:998px){.catalog-index__title{font-size:25px}}.catalog-index__description{margin-top:auto}.catalog-index--page{gap:25px}.catalog-index--page .catalog-index__title{font-size:25px}.step{display:grid;justify-content:space-between;grid-template-columns:repeat(4,1fr);gap:40px;margin-top:30px}@media (max-width:1365px){.step{grid-template-columns:repeat(3,1fr)}}@media (max-width:998px){.step{grid-template-columns:1fr}}.step__button{cursor:pointer}.step__item{position:relative}.step__item-back{position:absolute;z-index:1;left:0;top:0}@media (max-width:998px){.step__item-back{width:100%}}.step__text{margin-top:auto;font-size:18px;max-width:250px}.step__num{background-color:#1d2129;font-weight:600;color:#fff;font-size:19px;width:max-content;padding:10px 20px}.step__button{margin-top:auto}.step__img{position:relative;z-index:2;height:610px;object-fit:cover;bottom:0}@media (max-width:998px){.step__img{width:100%}}.step__content{padding:30px;position:absolute;z-index:3;width:100%;height:100%;display:flex;flex-direction:column;box-sizing:border-box;gap:20px}@media (max-width:998px){.step__content{padding:20px}}.step__title{font-size:22px;font-weight:600}.step__title a{color:inherit}.step__title a:hover{color:#21b224}.step__decsription{color:#7d838a;font-size:16px;max-width:250px}.step__top{min-height:80px;display:flex;gap:20px;flex-direction:column}.video{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}@media (max-width:1365px){.video{grid-template-columns:repeat(3,1fr)}}@media (max-width:998px){.video{grid-template-columns:1fr}}.video img{border-radius:10px}@media (max-width:998px){.video img{height:350px;width:100%;object-fit:cover}}.tabs-block__items{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-top:30px}@media (max-width:1365px){.tabs-block__items{grid-template-columns:repeat(3,1fr)}}@media (max-width:998px){.tabs-block__items{grid-template-columns:1fr}}.tabs-block__photo{position:relative;cursor:pointer;overflow:hidden}.tabs-block__photo img{border-radius:10px;width:100%;object-fit:cover}.tabs-block__photo span{position:absolute;width:40px;height:40px;top:50%;left:50%;transform:translate(-50%,-50%);background:#21b224 url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.43601 18.4791H2.57967L6.86393 14.2003L5.7916 13.1204L1.51745 17.3891V15.5539H0V20H4.43601V18.4791Z' fill='white'%3e%3c/path%3e%3cpath d='M15.5639 18.4791V20H19.9999V15.5539H18.4825V17.3891L14.2083 13.1204L13.136 14.2003L17.4203 18.4791H15.5639Z' fill='white'%3e%3c/path%3e%3cpath d='M1.51745 2.6109L5.7916 6.87959L6.86393 5.79975L2.57967 1.52091H4.43601V0H0V4.44613H1.51745V2.6109Z' fill='white'%3e%3c/path%3e%3cpath d='M14.2083 6.87452L18.4825 2.60583V4.44106H19.9999V0H15.5639V1.52091H17.4203L13.136 5.79975L14.2083 6.87452Z' fill='white'%3e%3c/path%3e%3c/svg%3e") no-repeat center center;border-radius:500px;z-index:2;opacity:0;transition:.3s}.tabs-block__photo span:hover{transform:translate(-50%,-50%) scale(1.3)}.tabs-block__photo:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:.3s;border-radius:0 0 10px 10px;background:linear-gradient(180deg,rgba(49,185,57,0) 29.64%,#21b224 100%)}.tabs-block__photo:hover:after{opacity:1}.tabs-block__photo:hover span{opacity:1}.tab-content{display:none}.active-tab{display:block}.tab-buttons{display:flex;list-style:none;padding:0;gap:20px}@media (max-width:998px){.tab-buttons{flex-direction:column}}.tab-button{margin:0;background-color:#f5f8f9;cursor:pointer;color:#707070}.active-button{background:#21b224;color:#fff}.footer{padding-top:30px;padding-bottom:30px;background-color:#f7f7f7}.footer .menu-footer{display:flex;flex-direction:column;gap:10px}.footer .menu-footer a{color:inherit}.footer__subtitle{margin-bottom:10px}.footer__address{line-height:140%}@media (max-width:998px){.footer__address{text-align:center}}.footer .header__logo{width:175px;object-fit:cover;margin-bottom:20px}.footer__phone{margin-bottom:5px;display:block}@media (max-width:998px){.footer__phone{text-align:center}}.footer__phone a{color:#424242}.footer__mail a{color:#424242}.footer__box{display:flex;gap:20px;justify-content:space-between}@media (max-width:998px){.footer__box{flex-direction:column}}.swiper-pagination{position:relative !important;margin-top:40px}.swiper-button-next,.swiper-button-prev{color:#21b224 !important}.swiper-pagination-bullet{width:10px !important;height:10px !important}.swiper-pagination-bullet-active{background:#21b224 !important}.modal{display:none;position:fixed;z-index:99;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.5);animation:fadeIn .4s ease-in-out}.modal.hidden{animation:fadeOut .4s ease-in-out}.modal-content{background-color:#eef0ef;margin:15% auto;padding:20px;border:1px solid #888;width:max-content}.modal .close{color:#888;float:right;font-size:28px;font-weight:700;cursor:pointer}.modal .close:hover,.modal .close:focus{color:#000;text-decoration:none;cursor:pointer}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.menu-left{padding:12px;background:#f5f5f5}.menu-left ul{margin:0;padding:0}.menu-left li{list-style:none;position:relative;margin-bottom:6px}.menu-left li.active>a,.menu-left li.current_page_item>a{color:#21b224}.menu-left li>ul{display:none;padding-left:14px;margin-top:6px}.menu-left li.open>ul{display:block}.menu-left li.open>a i{transform:rotate(90deg)}.menu-left a{display:flex;align-items:center;justify-content:space-between;gap:10px;text-decoration:none;color:#333;padding:6px 8px;transition:color .2s ease}.menu-left a:hover{color:#21b224}.menu-left a i{display:inline-flex;width:25px;height:25px;flex-shrink:0;cursor:pointer;position:relative;transition:transform .2s ease;content:"";background:url("data:image/svg+xml;charset=UTF-8,%3csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 1.06245L1.04108 -9.53674e-07L6.71157 5.79036C6.80297 5.88314 6.87551 5.99347 6.92502 6.11501C6.97452 6.23654 7 6.36687 7 6.4985C7 6.63013 6.97452 6.76046 6.92502 6.88199C6.87551 7.00352 6.80297 7.11385 6.71157 7.20663L1.04108 13L0.000980854 11.9375L5.32314 6.5L0 1.06245Z' fill='%2321B224'/%3e%3c/svg%3e ") no-repeat center center}.menu-left li:not(:has(ul))>a i{display:none}.two-cols{display:grid;grid-gap:25px;grid-template-columns:minmax(auto, 340px) 1fr}@media (max-width:998px){.two-cols{grid-template-columns:1fr}}.services-page h2,.services-page h3,.services-page h4{font-family:inherit !important;text-transform:none !important}.services-page h2{font-size:24px}@media (min-width:375px){.services-page h2{font-size:28px;font-size:calc(0.0032653061 * 100vw + 22.7755102041px)}}@media (min-width:1600px){.services-page h2{font-size:28px}}.services-page h3{font-size:18px}@media (min-width:375px){.services-page h3{font-size:20px;font-size:calc(0.0016326531 * 100vw + 17.387755102px)}}@media (min-width:1600px){.services-page h3{font-size:20px}}.services-page h4{font-size:16px}@media (min-width:375px){.services-page h4{font-size:18px;font-size:calc(0.0016326531 * 100vw + 15.387755102px)}}@media (min-width:1600px){.services-page h4{font-size:18px}}.services-page__peculiar{margin-bottom:40px}.services-page__peculiar-box{display:grid;grid-gap:40px;grid-template-columns:repeat(4,1fr);justify-content:space-between}@media (max-width:998px){.services-page__peculiar-box{grid-template-columns:1fr}}.services-page__peculiar-item{display:flex;flex-direction:column;gap:10px}.services-page__series{margin-bottom:40px}.services-page__series-box{display:grid;grid-gap:40px;grid-template-columns:repeat(4,1fr);justify-content:space-between}.services-page__series-item{display:flex;flex-direction:column;gap:10px}.services-page__select{margin-bottom:40px}.services-page__select-box{display:flex;flex-direction:column;gap:40px}.services-page__select-gallery{display:grid;grid-gap:40px;grid-template-columns:repeat(4,1fr);justify-content:space-between}@media (max-width:998px){.services-page__select-gallery{grid-template-columns:1fr}}.services-page__select-gallery p{margin-bottom:0 !important;margin-top:10px !important}.services-page__select-gallery img{border-radius:10px;border:1px solid #ccc}.services-page__color{margin-bottom:40px}.services-page__color-box{display:flex;flex-wrap:wrap;gap:40px}.services-page__color-item{display:flex;flex-direction:column;justify-content:center;gap:10px}.services-page__color-preview{width:185px;height:140px;border-radius:10px}.services-page__color-name{text-align:center}.services-page__color img{border-radius:10px}.services-page__series{display:flex;flex-direction:column;gap:70px}.services-page__series-item{display:grid;grid-template-columns:400px auto;grid-gap:50px}@media (max-width:998px){.services-page__series-item{grid-template-columns:1fr}}.services-page__series-heading{color:#22b323}.services-page__series-img{border-radius:10px}.services-page__series-content{display:flex;flex-direction:column}.services-page__series-config{margin-top:auto}.services-page__series-config strong{color:#8b8484}.services-page__top{display:grid;margin-bottom:40px;gap:40px;grid-template-columns:400px auto}@media (max-width:998px){.services-page__top{grid-template-columns:1fr}}.gallery-page{margin-top:50px}.action-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width:998px){.action-list{grid-template-columns:1fr}}.action-list__title{margin-top:10px;margin-bottom:0 !important}.action-list__title a{color:inherit}.gallery-wrapper{display:grid;grid-gap:20px;grid-template-columns:repeat(2,1fr)}@media (max-width:998px){.gallery-wrapper{grid-template-columns:1fr}}.gallery-wrapper .gallery-item img{height:271px;width:100%;object-fit:cover}.request-form{border:1px solid #dcdcdc;padding:20px;width:70%;margin-bottom:30px}.request-form__box{display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}@media (max-width:998px){.request-form__box{grid-template-columns:1fr;gap:0}}@media (max-width:998px){.request-form{width:100%;box-sizing:border-box}}.request-form br{display:none}.request-form__title{margin-bottom:12px;font-size:32px;font-weight:700;line-height:1.2;color:#111}.request-form__subtitle{margin:0 0 32px;font-size:16px;line-height:1.5;color:#666}.request-form__field{margin-bottom:20px}.request-form__label{display:block;font-size:14px;font-weight:500;line-height:1.4;color:#222}.request-form__input,.request-form__textarea{width:100%;margin-top:10px;padding:16px 20px;border:1px solid #dcdcdc;border-radius:14px;background:#fff;outline:none;font-size:15px;line-height:1.4;transition:.25s ease}.request-form__input::placeholder,.request-form__textarea::placeholder{color:#9a9a9a}.request-form__input:focus,.request-form__textarea:focus{border-color:#111}.request-form__textarea{height:120px;resize:none}.request-form__file{margin-top:10px}.request-form__file-hint{display:block;margin-top:8px;font-size:13px;color:#888}.request-form__submit{margin-bottom:0}.request-form .wpcf7-spinner{display:none}.request-form__button{width:100%;padding:18px 24px;border:none;border-radius:14px;background:#21b224 !important;cursor:pointer;color:#fff;font-size:16px;font-weight:600;transition:.25s ease}.request-form__button:hover{transform:translateY(-2px)}.request-form__consent{display:flex;gap:12px;align-items:flex-start;font-size:14px;line-height:1.5;color:#333}.request-form__consent .wpcf7-list-item{margin:0}.request-form__consent input[type=checkbox]{position:relative;margin-bottom:-4px;margin-right:3px;width:18px;height:18px;margin-top:2px;appearance:none;border:1px solid #cfcfcf;border-radius:4px;cursor:pointer}.request-form__consent input[type=checkbox]:checked{background:#111;border-color:#111}.request-form__consent input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;color:#fff;font-size:12px;transform:translate(-50%,-50%)}.request-form__link{color:#111;text-decoration:underline;transition:.2s}.request-form__link:hover{opacity:.7}.request-form .wpcf7-form-control-wrap{display:block}.request-form .wpcf7-not-valid{border-color:#e53935}.request-form .wpcf7-not-valid-tip{margin-top:6px;font-size:13px}.request-form .wpcf7-spinner{margin-top:10px}@media (max-width:768px){.request-form{padding:24px}.request-form__title{font-size:26px}.request-form__input,.request-form__textarea{padding:14px 16px}.request-form__button{padding:16px}}