@font-face{font-family:"Proxima Nova";font-weight:400;font-style:normal;src:url(../fonts/ProximaNova-Regular.woff);font-display:swap}@font-face{font-family:"Proxima Nova";font-weight:600;font-style:normal;src:url(../fonts/ProximaNova-Semibold.woff);font-display:swap}@font-face{font-family:"Sommet Rounded";font-weight:700;font-style:normal;src:url(../fonts/SommetRoundedBold.woff);font-display:swap}@font-face{font-family:"Sommet Rounded";font-weight:900;font-style:normal;src:url(../fonts/SommetRoundedBlack.woff);font-display:swap}:root{--green:#01ff5f;--green-accent:#0fd159;--white:#fff;--black:#000;--gray:#231f20}*,::after,::before{box-sizing:border-box}html{height:100%;scroll-behavior:smooth}body{margin:0;padding:0;font-size:16px;line-height:18px;font-weight:400;font-family:Roboto,Arial,sans-serif;color:var(--gray);background-color:var(--white-lilac);display:flex;flex-direction:column;height:100%}a{text-decoration:none;color:var(--green);transition:.4s}img{max-width:100%;height:auto}.btn{background:0 0;border:none;cursor:pointer;font-family:inherit;padding:0;outline:0}.nav-toggle{width:42px;height:42px;display:none;align-items:center;justify-content:center;flex-direction:column;row-gap:7px}.nav-toggle--white .nav-toggle__item{background-color:var(--white)}.nav-toggle__item{display:block;width:32px;height:3px;border-radius:10px;background-color:var(--black);transition:.4s}.nav-toggle--active .nav-toggle__item:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle--active .nav-toggle__item:nth-child(2){opacity:0}.nav-toggle--active .nav-toggle__item:nth-child(3){transform:translateY(-13px) rotate(-45deg)}.container{width:100%;max-width:1320px;padding-right:15px;padding-left:15px;margin:0 auto}#footer,#header{flex:0 0 auto}#content{flex:1 0 auto}.metal-btn{display:flex;align-items:center;justify-content:center;background-color:var(--green);color:var(--black);transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out}.metal-btn--radius{border-radius:5px;border:1px solid transparent}.metal-btn:hover{background-color:var(--green-accent)}.section--gap{padding:60px 0}.section--gap-zero-top{padding-top:0!important}.section--gap-zero-bottom{padding-bottom:0!important}.section__header{margin-bottom:40px}.section__header--center{text-align:center}.section__subtitle{color:#7d7d7d;font-weight:300}.section--gray{background-color:#f4f4f4}.section__title{margin:0;color:var(--black);font-size:48px;line-height:1.15;font-weight:700;text-transform:uppercase}.section__title--small{font-size:36px}.section__title--gray{color:#343434}.page__title{margin:0 0 70px;font-size:48px;line-height:1.55}.sidebar{position:fixed;left:0;right:0;bottom:0;top:0;z-index:333;visibility:hidden;opacity:0;transition:.4s}.sidebar__inner{position:fixed;z-index:333;right:0;background-color:#111;overflow-y:auto;width:260px;padding:42px 25px 25px;top:0;display:flex;flex-direction:column;height:100%;transform:translate3d(300px,0,0);transition:.5s cubic-bezier(.685,.0473,.346,1)}.sidebar__logo-img{width:130px}.sidebar__content{margin-top:30px;margin-bottom:40px}.sidebar__nav-list{flex-direction:column;font-size:18px}.sidebar__nav-link{display:block;padding:15px 0;color:var(--white);border-bottom:1px solid #282828}.sidebar__nav-link:hover{color:var(--green)}.sidebar__nav-item--has-children>a{position:relative}.sidebar__nav-item--has-children>a::after{content:"";display:inline-block;width:16px;height:16px;background-image:url(../img/icons/caret-down.svg);background-repeat:no-repeat;background-size:contain;background-position:center;display:inline-flex;align-items:center;justify-content:center;position:absolute;right:0;z-index:1;transition:.4s}.sidebar__nav-item--has-children--active>.sidebar__nav-submenu{max-height:1000px;transition:max-height .5s ease-in}.sidebar__nav-item--has-children--active>a{color:var(--green)}.sidebar__nav-item--has-children--active>a::after{transform:rotate(180deg)}.sidebar__bottom{display:flex;align-items:flex-start;flex-direction:column;row-gap:15px;margin-top:auto}.sidebar__bottom-link{display:inline-flex;align-items:center;border:1px solid var(--white);color:var(--white);border-radius:30px;padding:0 24px;height:45px;font-size:14px;font-weight:500}.sidebar__bottom-link:hover{color:var(--green)}.sidebar__nav-submenu{max-height:0;transition:max-height .5s ease-in;overflow:hidden;margin:0;padding:0 0 0 15px;list-style:none}.sidebar__nav-submenu-link{font-size:14px;display:block;padding:15px 0;color:var(--white)}.sidebar__nav-submenu-link:hover{color:var(--green)}.sidebar__close{position:absolute;width:26px;height:26px;display:flex;align-items:center;justify-content:center;top:16px;right:16px;font-size:0}.sidebar__close::after,.sidebar__close::before{content:"";position:absolute;width:26px;height:2px;background-color:var(--white)}.sidebar__close::before{transform:rotate(45deg)}.sidebar__close::after{transform:rotate(-45deg)}.header{border-bottom:1px solid #eaeaea;padding-bottom:15px;color:var(--black)}.header .nav__submenu-link,.header a{color:var(--black)}.header:not(.header--white) .nav__item--has-children>a::after{filter:brightness(0)}.header--absolute{position:absolute;left:0;right:0;z-index:2}.header--white{color:#fff;border-bottom:1px solid #1f1f1f}.header--white a{color:#fff}.header--white .header__lang-link{color:var(--white)}.header--white .social__icon svg path{fill:var(--white)}.header--white .contacts__link{color:var(--white)}.header__inner{display:flex;flex-direction:column}.header__top{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.header__contacts{flex-grow:1;font-size:18px;font-weight:300}.contacts{margin:0;padding:0;list-style:none;display:flex;-moz-column-gap:15px;column-gap:15px}.contacts__link{color:var(--black)}.contacts__link:hover{color:var(--green)}.social{margin:0;padding:0;list-style:none;display:flex;align-items:center}.social--white .social__icon svg path{fill:var(--white)}.social--gray .social__icon svg path{fill:#7d7d7d}.social__icon{display:inline-block;width:26px;height:26px;transition:.4s}.social__icon:hover{opacity:.4}.header__social{margin-right:30px}.header__social .social__item:not(:last-child){margin-right:15px}.lang{margin:0;padding:0;list-style:none;display:flex;align-items:center;-moz-column-gap:15px;column-gap:15px;font-weight:300}.lang__link{display:inline-block;border:1px solid transparent;padding:5px 7px}.lang__link--current{border-color:var(--green);color:var(--green)}.lang__link:hover{color:var(--green)}.header__bottom{display:flex;align-items:center;justify-content:space-between}.nav__list{margin:0;padding:0;list-style:none;display:flex}.header__nav-list{-moz-column-gap:30px;column-gap:30px;font-weight:300}.nav__item--has-children{position:relative}.nav__item--has-children>a{position:relative;margin-right:10px}.nav__item--has-children>a::after{content:"";position:absolute;right:-20px;width:10px;height:16px;background-image:url(../img/icons/caret-down.svg);background-repeat:no-repeat;background-size:contain}.nav__item--has-children:hover>a{color:var(--green)}.nav__item--has-children:hover>.nav__submenu{visibility:visible;opacity:1}.nav__submenu{margin:0;padding:20px;list-style:none;display:flex;flex-direction:column;position:absolute;min-width:270px;background-color:var(--white);row-gap:15px;box-shadow:0 0 7px 0 rgba(0,0,0,.2);transition:.4s;opacity:0;visibility:hidden;z-index:2}.nav__submenu-link{color:var(--black)}.nav__submenu-link:hover{color:var(--green-accent)}.header__nav-link{color:var(--white);text-transform:uppercase}.header__nav-link:hover{color:var(--green)}.intro{position:relative;min-height:700px;overflow:hidden;z-index:0;display:flex;align-items:center;justify-content:center}.intro::before{content:"";position:absolute;width:100%;height:100%;left:0;right:0;bottom:0;top:0;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.7));z-index:1}.intro__video{min-height:700px;width:100%;position:absolute;overflow:hidden;z-index:-1}.intro__bg{width:100%;height:100%;position:absolute;background-repeat:no-repeat;background-size:cover;background-position:center;z-index:-1;display:none}.intro__video-item{height:1300px;width:1920px;margin-top:-300px}.intro__inner{color:var(--white);position:relative;z-index:2;display:flex;-moz-column-gap:180px;column-gap:180px;padding-top:150px}.intro__left,.intro__right{display:flex;flex-direction:column}.intro__title{margin:0;color:#fff;font-size:48px;font-family:Roboto,Arial,sans-serif;line-height:1.55;font-weight:700;word-wrap:break-word}.intro__description{max-width:560px;margin-top:70px;font-size:18px;line-height:1.55}.intro__link--top{margin-top:auto}.intro__features{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;row-gap:48px}.intro__feature{display:flex;align-items:center}.intro__feature-icon{display:inline-block;width:41px;height:41px;background-repeat:no-repeat;background-size:contain;background-position:center;flex-shrink:0;margin-right:28px}.intro__feature-title{font-weight:300;font-size:16px}.intro__bottom-arrow{position:absolute;z-index:3;left:50%;bottom:30px;transform:translate(-50%,-50%);transition:.2s ease-in-out;-webkit-animation:1.7s infinite pulse-top-bottom;animation:1.7s infinite pulse-top-bottom}.intro__bottom{display:none;-moz-column-gap:30px;column-gap:30px;row-gap:15px;margin-top:30px}.calculate{position:relative;background-color:#e4e9ed}.calculate::before{content:"";position:absolute;background-image:url(../img/main-page/people.svg);top:0;bottom:0;right:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;left:calc(50% - 600px + -590px)}.calculate__inner{position:relative}.calculate__inner::after{content:"";position:absolute;width:147px;height:147px;background-image:url(../img/icons/arrow.png);background-repeat:no-repeat;background-size:contain;top:70%;left:37%;transform:rotate(315deg)}.calculate__text{position:absolute;bottom:30px;display:flex;flex-direction:column;left:33%;row-gap:10px}.calculate__form-wrap{padding:40px;background-color:#fff;max-width:660px;width:100%;margin-left:50%}.calculate-form__title{margin:0 0 30px;font-size:36px;line-height:1.1;font-weight:700}.form__group{display:flex;flex-direction:column;align-items:flex-start}.form__group:not(:last-child){margin-bottom:24px}.form__label{font-size:14px;padding-bottom:5px;padding-right:10px}.form__field{font-size:16px;font-weight:400;height:50px;border:1px solid #d6d6d6;background-color:#fff;padding:0 15px;width:100%;outline:0}.form__field::-moz-placeholder{color:#d6d6d6}.form__field:-ms-input-placeholder{color:#d6d6d6}.form__field::placeholder{color:#d6d6d6}.form__field-textarea{padding:15px;min-height:150px}.form__file{width:100%;display:flex;align-items:center;margin-top:15px}.form__field-choose-file{max-width:165px;width:100%;height:40px;flex-shrink:0}.form__field-file{display:none}.form__file-name{margin-left:15px;max-width:350px;display:inline-block;word-break:break-all;font-size:14px}.form__submit{width:100%;font-size:18px;height:70px;font-weight:600;text-transform:uppercase;padding:0 15px}.services{background-color:#e1e1e1}.services__inner{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;row-gap:30px}.services_col{flex:0 0 33.333333%;max-width:33.333333%;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.service-card{border:1px solid #c9c9c9;padding:30px;display:flex;flex-direction:column;height:100%}.service-card__header{margin-bottom:25px;display:flex;align-items:center}.service-card__icon{display:inline-block;width:50px;height:50px;background-repeat:no-repeat;background-size:contain;background-position:center;margin-right:30px;flex-shrink:0}.service-card__title{margin:0;color:#343434;font-size:22px;line-height:1.55;font-weight:400}.service-card__description{margin:0 0 10px;font-size:14px;line-height:1.55}.service-card__link{margin-top:auto;text-align:center;height:50px;font-weight:300}.quote{background-repeat:no-repeat;background-size:cover;z-index:0;position:relative;overflow:hidden}.quote::after{content:"";position:absolute;left:0;right:0;bottom:0;top:0;width:100%;background-color:rgba(0,0,0,.8);z-index:-1}.quote__video{width:100%;position:absolute;overflow:hidden;z-index:-1;top:0;bottom:0}.quote__inner{display:flex;flex-direction:column;max-width:800px;margin-left:auto;margin-right:auto;color:var(--white);text-align:center}.quote__author{display:flex;flex-direction:column;align-items:center}.quote__author-img{width:175px;height:175px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--green)}.quote__author-info{display:flex;flex-direction:column;text-align:center;margin-top:15px}.quote__author-name{font-size:21px;line-height:32px}.quote__author-position{font-size:14px}.quote__heading{font-size:36px;line-height:42px}.quote__text{font-size:22px;line-height:26px}.contacts-page__map{margin-top:auto}.contacts-page__map iframe{width:100%;height:250px}.contacts-page__contact{flex-direction:column;row-gap:30px}.contacts-page__contact-link{color:#707070;font-size:20px}.contacts-page__social{margin-top:30px;-moz-column-gap:30px;column-gap:30px}.contacts-page__social-icon{width:60px;height:60px}.contacts-page__right{display:flex;flex-direction:column;height:100%}.contacts-page__inner{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;row-gap:30px}.contacts-page__col{flex:0 0 50%;max-width:50%;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.feedback-form__title{margin:0 0 30px;font-size:32px}.feedback-form{max-width:500px}.feedback-form__submit{height:50px}.category__intro{background-color:#fcfcfc}.category__intro-inner{display:flex;flex-wrap:wrap;align-items:center;margin-right:-15px;margin-left:-15px;row-gap:30px}.category__intro-info{flex:0 0 40%;max-width:40%;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.category__intro-thumb{flex:0 0 60%;max-width:60%;width:100%;min-height:1px;padding-right:15px;padding-left:15px;display:flex;justify-content:center}.category__intro-header{max-width:450px}.category__intro-top-text{margin:0 0 20px;font-size:24px;line-height:.95;font-weight:400;text-transform:uppercase}.category__intro-title{font-size:36px;margin:0;line-height:1.15;font-weight:700;color:var(--gray);text-transform:uppercase}.category__intro-img{max-width:537px}.category__features{margin-top:30px}.features{display:flex;flex-wrap:wrap;align-items:center}.features__item{width:33.3333%;display:flex;align-items:center}.features__item-icon{display:inline-block;width:32px;height:32px;background-repeat:no-repeat;background-size:contain;background-position:center;margin-right:15px;flex-shrink:0}.category__catalog-link{margin-top:30px;height:71px;max-width:376px;font-size:20px;text-transform:uppercase}.category__product{padding:30px 0}.category__product-inner{display:flex;align-items:center}.category__product:nth-child(2n){background-color:#f4f4f4}.category__product-thumb{max-width:420px;width:100%;margin-right:30px;flex-shrink:0;display:flex;justify-content:center}.category__product-img{-o-object-fit:contain;object-fit:contain;max-height:350px}.category__product-info{display:flex;flex-direction:column}.category__product-title{font-size:42px;color:var(--black);line-height:1.25;margin-bottom:15px}.category__product-title:hover{color:var(--green)}.category__product-subtitle{font-size:22px;font-weight:300;line-height:1.55;color:var(--black)}.category__feedback{background-repeat:no-repeat;background-size:cover;background-position:center;background-color:var(--black)}.category__feedback-inner{color:var(--white);max-width:450px;margin-left:50%;padding:30px 0}.category__feedback-text-top{font-size:24px;line-height:1.15;margin-bottom:20px;display:block}.category__feedback-title{line-height:1.15;font-size:48px;margin:0 0 30px;text-transform:uppercase}.category__feedback-subtitle{font-size:18px;line-height:1.2;margin:0}.category__calculate{background-color:#f4f4f4}.category__calculate-inner{max-width:700px;margin:0 auto}.breadcrumbs{margin:30px 0}.breadcrumbs__item{font-size:14px;color:#c4c4c4}.breadcrumbs__item:not(:last-child)::after{content:"/";margin:0 15px}.breadcrumbs__link{color:#c4c4c4}.breadcrumbs__link:hover{color:var(--black)}.breadcrumbs__list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center}.product__heading{display:flex;flex-direction:column;align-items:center}.product__features{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;row-gap:30px;margin-top:30px}.product__feature-col{flex:0 0 33.333333%;max-width:33.333333%;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.product__feature{display:flex;align-items:center}.product__feature-icon{display:inline-block;width:50px;height:50px;background-repeat:no-repeat;background-size:contain;background-position:center;margin-right:15px;flex-shrink:0}.product__feature-text{color:#343434;font-size:16px;font-weight:300}.product__title{text-align:center;color:#343434;font-size:36px;padding-bottom:50px;position:relative;margin:0}.product__title::after{content:"";position:absolute;width:100%;height:3px;background-color:var(--green);bottom:0;left:50%;transform:translate(-50%,-50%)}.product__calculate{font-size:20px;line-height:1.55;text-transform:uppercase;max-width:375px;width:100%;height:71px;margin-top:50px}.product__info{padding:30px 0;font-weight:300;display:flex;justify-content:space-between;border-bottom:1px solid var(--green)}.product__info strong{font-weight:700}.product__text{width:50%}.product__thumb{margin-left:30px;flex-shrink:0;width:50%;display:flex;justify-content:center}.product__img{-o-object-fit:contain;object-fit:contain;max-height:400px}.product__related{margin-top:30px;padding:15px 0 30px;background-color:#f4f4f4;border-bottom:1px solid #e9e9e9}.product__related-inner{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;row-gap:30px;margin-top:30px}.product__related-col{flex:0 0 25%;max-width:25%;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.product__related-item{display:flex;flex-direction:column;align-items:center}.product__related-thumb{display:flex}.product__related-img{max-width:260px;height:171px;-o-object-fit:cover;object-fit:cover}.product__related-title{color:var(--black);text-align:center;margin-top:15px;font-size:20px;line-height:1.17;font-weight:600}.product__related-title:hover{color:var(--green)}.page__intro{position:relative;overflow:hidden}.page__intro:not(.page__intro--two-columns) .page__intro-img{max-height:300px}.page__intro-top-text{font-size:24px;margin-bottom:10px;text-transform:uppercase}.page__intro-inner{display:flex;flex-direction:column;align-items:center}.page__intro-title{color:#343434;text-align:center;max-width:1000px;margin:0;text-transform:uppercase}.page__intro-title span{background-color:var(--green)}.page__intro-features{max-width:600px;width:100%;margin:30px 0}.page__intro-links{margin-top:50px}.page__intro-link:first-child{margin-bottom:15px}.page__intro--two-columns .page__intro-inner{width:50%;align-items:flex-start}.page__intro--two-columns .page__intro-wrap{display:flex;flex-wrap:wrap}.page__intro--two-columns .page__intro-title{text-align:left;word-break:break-word}.page__intro--two-columns .page__intro-subtitle{font-size:25px;font-weight:300;margin-top:20px;line-height:120%}.page__intro--two-columns .page__intro-subtitle span{background-color:var(--green)}.page__intro--two-columns .page__intro-links{margin-top:20px}.page__intro--two-columns .page__intro-right{width:50%}.discount__inner{position:relative}.discount__image{width:100%}.discount__image-mobile{display:none}.discount__button{position:absolute;width:344px;height:71px;bottom:30px;right:30px;font-size:20px}.calculate-button{padding:0 15px;width:376px;height:71px;text-transform:uppercase;font-size:20px;line-height:1.55}.calculate-button--small{font-size:16px}.calculate-button--gray{background-color:#dfdfdf}.kind__top{background-color:#f4f4f4;padding-top:50px}.kind__tabs-header{margin-top:50px}.kind__tabs-content{padding:70px 0}.tabs__header{display:flex;flex-wrap:wrap}.tabs__buttons{display:flex;flex-wrap:wrap;justify-content:center;width:100%}.tabs__button{flex-grow:1;padding:15px;font-size:16px;transition:.3s}.tabs__button--active{background-color:var(--white);font-weight:700}.tabs__select{display:none;width:100%;height:40px;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),linear-gradient(to bottom,#fff 0,#e5e5e5 100%);background-repeat:no-repeat,repeat;background-position:right .7em top 50%,0 0;background-size:.65em auto,100%;padding:0 15px;background-color:#fff;box-shadow:0 1px 0 1px rgba(0,0,0,.04);border-radius:.5em;outline:0;font-weight:700}.tabs__content:not(.tabs__content--active){display:none}.tabs__content-title{text-align:center;font-weight:300;color:grey;font-size:20px;margin:0 0 20px}.tabs__order{width:100%;max-width:300px;position:relative;text-align:center}.tabs__columns{display:flex;flex-wrap:wrap;align-items:center;margin-right:-15px;margin-left:-15px}.tabs__columns--five .tabs__column{flex:0 0 20%;max-width:20%}.tabs__columns--four .tabs__column{flex:0 0 25%;max-width:25%}.tabs__columns--two .tabs__column{flex:0 0 50%;max-width:50%}.tabs__column{display:flex;flex-direction:column;align-items:center;padding-right:15px;padding-left:15px;margin-bottom:30px}.tabs__column:not(.tabs__column--reverse) .tabs__column-img{margin-bottom:20px}.tabs__column-text{font-size:24px;color:#696969;margin-top:auto}.tabs__column-text span{color:#343434;font-size:36px;font-weight:700;margin-right:15px}.tabs__column--reverse{flex-direction:column-reverse}.tabs__column--reverse .tabs__column-text{margin-bottom:20px}.tabs__column--order{position:relative}.tabs__column--order .tabs__column-order-text{background-color:var(--green);position:absolute;z-index:-1;padding:20px 20px 20px 50px;color:#343434;font-size:24px;right:0;top:10px}.gallery{overflow:hidden}.gallery__inner{display:flex;flex-wrap:wrap}.gallery__item{flex:0 0 25%;max-width:25%;display:flex}.gallery__img{cursor:zoom-in;width:100%;min-height:357px;transition:transform .15s}.gallery__img:hover{transform:scale(1.04);position:relative;z-index:2;box-shadow:0 2px 20px 2px rgba(0,0,0,.45)}.video{position:relative;overflow:hidden}.video__bg{position:relative;background:#000;overflow:hidden;height:700px}.video__bg iframe{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;height:60vw}.video__bg::after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.5)}.video__inner{position:absolute;width:100%;height:100%;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--white);z-index:2}.video__title{margin:0;font-size:48px;line-height:1.55;font-weight:600;text-transform:uppercase}.video__subtitle{font-weight:300;font-size:35px}.video__play{margin-top:80px;font-size:0;width:117px;height:72px;background-color:var(--green);border-radius:8px;transition:.4s;display:flex;align-items:center;justify-content:center}.video__play svg{width:24px}.video__play svg path{transition:.4s}.video__play:hover{background-color:var(--green-accent)}.video__play:hover svg path{fill:var(--white)}.scope__inner{display:flex;flex-wrap:wrap}.scope__subtitle{margin-top:15px;font-size:26px;line-height:1.55}.scope__item{margin:0 15px 30px;flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}.scope__item:first-child{flex:0 0 calc(50% - 30px);max-width:calc(50% - 30px)}.scope__item-img{width:100%;margin-bottom:20px}.scope__item-title{margin:0;font-size:18px;font-weight:400;color:#343434}.catalog__inner{display:flex;flex-wrap:wrap}.catalog__item{margin:0 15px 30px;flex:0 0 calc(25% - 30px);max-width:calc(25% - 30px)}.catalog__item-inner{background-color:#f5f5f5;display:inline-block;color:#231f20;font-size:15px;width:210px;height:160px;background-repeat:no-repeat;background-position:center;background-size:contain;padding:15px;border:2px solid var(--white);transition:.4s}.catalog__item-inner:focus,.catalog__item-inner:hover{border-color:var(--green)}.modal{position:fixed;width:100%;height:100%;top:0;bottom:0;left:0;right:0;z-index:333;display:flex;align-items:center;justify-content:center;transition:.5s;opacity:0;visibility:hidden;background-color:rgba(0,0,0,.3)}.modal--active{opacity:1;visibility:visible}.modal__close{position:absolute;font-size:0;width:36px;height:36px;border-radius:50%;background-color:var(--black);display:flex;align-items:center;justify-content:center;top:30px;right:30px}.modal__close::after,.modal__close::before{content:"";position:absolute;width:80%;height:4px;background-color:var(--white);transform:rotate(45deg);border-radius:8px}.modal__close::after{transform:rotate(-45deg)}.parameters{display:none}.parameters.modal--active{display:flex}.parameters__inner{max-width:565px;width:98%}.choose{background-color:var(--green)}.choose__inner{max-width:768px;width:100%;display:flex;flex-direction:column;align-items:center;position:relative;margin-left:auto;margin-right:auto}.choose__title{display:inline-block;font-size:36px;line-height:.95;font-weight:400;color:var(--black);position:relative;margin-bottom:150px}.choose__title::before{content:"";width:122px;height:169px;position:absolute;background-image:url(../img/icons/arrow-left.svg);background-repeat:no-repeat;background-position:center;transform:rotate(3deg);opacity:.3;left:-50%;top:-10px}.choose__title::after{content:"";width:122px;height:169px;position:absolute;background-image:url(../img/icons/arrow-right.svg);background-repeat:no-repeat;background-position:center;transform:rotate(3deg);opacity:.3;right:-50%;top:-10px}.choose__links{display:flex;align-items:center;width:100%;justify-content:space-between}.choose__link{display:inline-block;border-radius:5px;border:1px solid transparent;transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;background-color:var(--black);color:#00ff5f;width:100%;max-width:300px;height:85px;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1.55;text-transform:uppercase}.choose__link:hover{background-color:var(--green);border-color:var(--black);color:var(--black)}.social-buttons{position:fixed;z-index:33;left:30px;bottom:30px}.social-buttons__toggle{font-size:0;width:60px;height:60px;background-color:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px 0 rgba(0,0,0,.3);transition:.2s;-webkit-animation:2s ease-out infinite pulse;animation:2s ease-out infinite pulse}.social-buttons__toggle svg{transition:.3s ease-in-out;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0}.social-buttons__toggle svg.social-buttons-toggle-icon--close{opacity:0;visibility:hidden;transform:scale(.1)}.social-buttons__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column}.social-buttons__link{display:inline-block;width:50px;height:50px;border-radius:50%;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden}.social-buttons__link:hover{box-shadow:0 0 20px 0 rgba(0,0,0,.4)}.social-buttons__link:hover .social-buttons__tooltip{opacity:.85}.social-buttons__tooltip{position:absolute;left:70px;white-space:nowrap;padding:6px 9px;font-size:13px;border-radius:3px;transform:translateX(0) translateY(-50%);top:50%;background:#292929;color:#fff;opacity:0;transition:.1s linear}.social-buttons__tooltip::after{content:'';position:absolute;width:0;height:0;border:10px solid transparent;top:50%;left:-19px;transform:translateY(-50%);border-right-color:#292929}.social-buttons--active .social-buttons__toggle{-webkit-animation:none;animation:none;background-color:var(--white)}.social-buttons--active .social-buttons__toggle svg{transition:.3s ease-in-out;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transform:scale(.1)}.social-buttons--active .social-buttons__toggle svg.social-buttons-toggle-icon--close{opacity:1;visibility:visible;transform:scale(1)}.social-buttons--active .social-buttons__link{opacity:1;visibility:visible}.social-buttons--active .social-buttons__link:nth-of-type(1){transition:.2s ease-in-out;transform:translate(0,-135%)}.social-buttons--active .social-buttons__link:nth-of-type(2){transition:225ms ease-in-out;transform:translate(0,-255%)}.social-buttons--active .social-buttons__link:nth-of-type(3){transition:.25s ease-in-out;transform:translate(0,-375%)}.social-buttons--active .social-buttons__link:nth-of-type(4){transition:275ms ease-in-out;transform:translate(0,-495%)}.social-buttons--active .social-buttons__link:nth-of-type(5){transition:.3s ease-in-out;transform:translate(0,-615%)}.footer{padding:40px 0;background-color:#f4f4f4;color:#7d7d7d}.footer a{color:#7d7d7d}.footer a:hover{color:var(--green-accent)}.footer__social .social__item:not(:last-child){margin-right:15px}.footer__inner{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;row-gap:30px}.footer__col{flex:0 0 33.333333%;max-width:33.333333%;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.footer__company{display:flex;flex-direction:column}.footer__company-text{display:flex;flex-direction:column;margin-left:18px}.footer__company-subtext{font-size:11px;line-height:1.55;font-weight:300;margin-top:5px}.footer__company-copyright{font-size:11px}.footer__nav-list{flex-direction:column;row-gap:15px}.footer__nav-link{font-weight:300}.footer__contacts-top{display:flex;flex-direction:column;row-gap:10px}.footer__contacts-link{font-weight:300;padding-left:40px;position:relative}.footer__contacts-link::before{content:"";position:absolute;width:16px;height:16px;background-repeat:no-repeat;background-size:contain;left:15px;top:50%;transform:translate(-50%,-50%)}.footer__contacts-link-phone::before{background-image:url(../img/icons/phone.svg)}.footer__contacts-link-email::before{background-image:url(../img/icons/envelope.svg)}.footer__contacts-link-address::before{background-image:url(../img/icons/map.svg)}.footer__contacts{display:flex;flex-direction:column}.footer__bottom{display:flex;justify-content:space-between;margin-top:20px}.footer__lang-link{font-size:14px}.footer__lang-link.lang__link--current{border-color:var(--green-accent);color:var(--green-accent)}@-webkit-keyframes pulse{0%,50%{transform:scale(1,1)}25%{transform:scale(1.1,1.1)}}@keyframes pulse{0%,50%{transform:scale(1,1)}25%{transform:scale(1.1,1.1)}}@-webkit-keyframes pulse-top-bottom{50%{transform:translateY(10px) translate(-50%,-50%)}}@keyframes pulse-top-bottom{50%{transform:translateY(10px) translate(-50%,-50%)}}@media (max-width:1366px){.quote__video{width:unset;height:100%}.calculate__inner::after{content:none}.calculate__form-wrap{margin-left:30%}.calculate__text{display:none}.gallery__item{flex:0 0 50%;max-width:50%}.gallery__img{min-height:15vh}}@media (max-width:1200px){.intro__inner{-moz-column-gap:70px;column-gap:70px}.intro__title{font-size:42px}.service-card__icon{margin-right:15px}.category__intro-top-text{font-size:20px}.category__intro-title{font-size:36px}.category__catalog-link{width:270px;height:60px;font-size:17px}.video__bg{height:600px}}@media (max-width:992px){body.overflow-hidden{overflow:hidden}.page__title,.section__title{margin-bottom:40px;font-size:36px;line-height:1.2}.nav-toggle{display:flex}.sidebar--active{background-color:rgba(0,0,0,.8);opacity:1;visibility:visible}.sidebar--active .sidebar__inner{transform:translateZ(0)}.header__nav{display:none}.header__logo-img{width:180px}.contacts__link{font-size:16px}.header__contacts{flex-direction:column}.intro__inner{flex-direction:column;padding-top:170px;padding-bottom:70px}.intro__video{display:none}.intro__bg{display:block}.intro__description{margin-top:20px}.intro__link--top{display:none}.intro__features{row-gap:20px}.intro__bottom{display:flex}.calculate-button{height:50px}.intro__bottom-arrow{bottom:15px}.calculate::before{content:none}.calculate__form-wrap{margin-left:0;background-color:unset;padding:0}.form__field-choose-file{max-width:145px;font-size:14px}.calculate-form__title{font-size:30px}.form__label{font-size:14px}.form__field{height:40px}.calculate-form__submit{height:50px;font-size:16px}.services_col{flex:0 0 50%;max-width:50%}.quote__heading{font-size:24px;line-height:29px}.quote__text{font-size:18px;line-height:22px}.feedback-form__title{font-size:22px;margin-bottom:15px}.category__intro-info{flex:0 0 100%;max-width:100%;order:1}.category__intro-thumb{flex:0 0 100%;max-width:100%}.category__catalog-link{margin-left:auto;margin-right:auto}.category__intro-header{max-width:unset;display:flex;flex-direction:column;align-items:center;text-align:center}.category__intro-thumb{display:flex;justify-content:center}.category__intro-img{max-width:500px;width:100%}.category__features{justify-content:center}.category__product-thumb{max-width:320px}.category__product-title{font-size:26px}.category__feedback-text-top,.category__product-subtitle{font-size:20px}.category__feedback-title{font-size:36px}.category__feedback-subtitle{font-size:16px}.product__calculate{width:270px;height:60px;font-size:17px}.product__text{order:1}.product__thumb{margin-left:0;margin-right:30px;max-width:300px}.product__related-col{flex:0 0 50%;max-width:50%}.discount__button{right:0;bottom:3px;height:44px;font-size:16px}.kind__tabs-content{padding:40px 0}.tabs__columns--four .tabs__column{flex:0 0 50%;max-width:50%}.tabs__columns--five .tabs__column{flex:0 0 33.333333%;max-width:33.333333%}.tabs__column-text{font-size:20px}.tabs__column-text span{font-size:24px}.page__intro-top-text{font-size:18px}.page__intro--two-columns .page__intro-title{margin-bottom:0}.page__intro--two-columns .page__intro-subtitle{font-size:18px}.page__intro--two-columns .page__intro-wrap{flex-direction:column-reverse}.page__intro--two-columns .page__intro-inner,.page__intro--two-columns .page__intro-right{width:100%}.page__intro--two-columns .page__intro-links{margin-top:0;width:100%;display:flex;justify-content:center}.video{display:flex;align-items:center;justify-content:center;text-align:center;padding-bottom:60px!important}.video__bg{display:none}.video__bg-mobile{position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover}.video__bg-mobile::after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.5)}.video__inner{position:relative}.video__title{font-size:32px}.video__subtitle{font-size:22px}.video__play{margin-top:40px;width:85px;height:50px}.video__play svg{width:16px}.scope__title{margin-bottom:0}.scope__item{flex:0 0 calc(50% - 30px);max-width:calc(50% - 30px)}.scope__subtitle{font-size:22px}.catalog__item{flex:0 0 calc(33.3333% - 30px);max-width:calc(33.3333% - 30px)}.footer__col{flex:0 0 50%;max-width:50%}.footer__col:last-child{flex:0 0 100%;max-width:100%}.footer__company-img{width:200px}.footer__contacts{flex-direction:row-reverse;justify-content:space-between}.footer__contacts-top{order:1}.footer__bottom{justify-content:unset;flex-direction:column-reverse;row-gap:15px;margin-bottom:20px;margin-top:0}}@media (max-width:768px){.section__title{font-size:24px;line-height:26px;margin-bottom:30px}.header__social{margin-right:15px}.header__contacts-item--address{display:none}.intro__inner{padding-top:140px}.intro__bottom{flex-direction:column}.calculate-button{width:100%}.intro__title{font-size:24px}.intro__description{font-size:16px}.intro__bottom-arrow svg{width:26px}.section--gap{padding:40px 0}.services_col{flex:0 0 100%;max-width:100%}.services__inner{row-gap:15px}.service-card{padding:20px}.service-card__icon{width:40px;height:40px}.service-card__title{font-size:20px}.quote__heading{font-size:21px;line-height:24px}.quote__text{font-size:16px;line-height:19px}.contacts-page__col{flex:0 0 100%;max-width:100%}.contacts-page__col:first-child{order:1}.contacts-page__social{margin:15px 0}.feedback-form{max-width:unset}.contacts-page__contact{row-gap:15px}.contacts-page__contact-link{font-size:18px;line-height:22px}.category__intro-top-text{font-size:16px}.category__features{row-gap:20px;margin-top:0}.category__feature{width:100%;justify-content:center}.category__product-inner{flex-direction:column;align-items:flex-start}.category__product-thumb{margin-bottom:20px}.category__product-title{font-size:20px;margin-bottom:5px}.category__product-subtitle{font-size:16px}.breadcrumbs{margin:15px 0}.product__features{max-width:450px}.product__feature-col{flex:0 0 100%;max-width:100%;display:flex}.product__title{font-size:24px;line-height:26px;padding-bottom:20px}.product__feature-icon{width:40px;height:40px}.product__feature-text{font-size:14px}.product__info{flex-direction:column}.product__text{font-size:14px;width:100%}.product__thumb{margin:0 auto 15px;width:100%}.product__related-col{flex:0 0 100%;max-width:100%}.page__intro-features{margin-top:0}.page__intro-feature{justify-content:center;width:100%}.page__intro-feature:not(:last-child){margin-bottom:15px}.discount__inner{display:flex;flex-direction:column}.discount__image{display:none}.discount__image-mobile{display:block}.discount__button{position:static;width:100%;color:var(--green);background-color:#000}.discount__button:hover{color:#000}.kind__tabs-header{margin-top:0}.tabs__select{display:block;margin-bottom:30px}.tabs__buttons{display:none}.tabs__columns--four .tabs__column{flex:0 0 100%;max-width:100%}.tabs__columns--five .tabs__column{flex:0 0 50%;max-width:50%}.tabs__columns--two .tabs__column{flex:0 0 100%;max-width:100%}.video__title{font-size:22px}.video__subtitle{font-size:16px}.scope__title{margin-bottom:0}.scope__item{flex:0 0 100%;max-width:100%;margin:0 0 30px}.scope__item:first-child{flex:0 0 100%;max-width:100%;margin-bottom:40px}.scope__subtitle{font-size:17px}.catalog__item{margin:0 7px 15px;flex:0 0 calc(50% - 15px);max-width:calc(50% - 15px)}.catalog__item-inner{width:100%}.choose__title{font-size:28px}.choose__title::after,.choose__title::before{width:199px;height:135px;background-size:contain;top:30px}.choose__link{width:220px;height:65px}.social-buttons{left:15px;bottom:15px}.category__intro-header{margin-bottom:10px}.category__features{flex-direction:column}.category__product-thumb{justify-content:flex-start}.category__product-img{max-height:250px}.footer__col{flex:0 0 100%;max-width:100%}.footer__col:nth-child(2){order:1}.footer__company{align-items:center;text-align:center}.footer__contacts{flex-direction:column;align-items:center}.footer__lang{justify-content:center}}@media (max-width:576px){.header__social{display:none}.calculate-button{height:40px;font-size:16px}.service-card__link{height:40px}.category__feedback-inner{margin-left:20%}.modal__close{width:26px;height:26px}.choose__title{margin-bottom:120px}.choose__title::before{left:-30%}.choose__title::after{right:-30%}.choose__title::after,.choose__title::before{width:159px;height:85px}.choose__links{justify-content:space-around}.choose__link{width:150px;height:40px;font-size:16px}.choose__link:first-child{margin-right:20px}}@media (min-width:768px){.container{max-width:750px}}@media (min-width:992px){.container{max-width:970px}}@media (min-width:1024px){.container{max-width:1230px}}@media (min-width:1920px){.intro__video-item{height:unset;width:100%}}