:root{--black:#000;--green:#81c041;--gray:#66707f;--white:#fff;--beige:#f8eedb;--font:"helveticaneue",sans-serif}*,::after,::before{box-sizing:border-box;padding:0;margin:0}body,html{margin-top:0!important;width:100%;box-sizing:border-box;font-family:var(--font);font-weight:400;font-size:16px;color:var(--black);scroll-behavior:smooth;overflow-anchor:none;font-variant-numeric:lining-nums;font-feature-settings:"lnum"}html.lock{overflow:hidden}img,svg{max-width:100%;display:block}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6{font-weight:400}li,ol,ul{list-style:none;padding:0;margin:0}input,textarea{font:inherit;border:none;outline:0;margin:0;padding:0;background:0 0;min-width:10px;width:100%}button{margin:0;padding:0;border:none;outline:0;background:0 0;font:inherit;font-weight:400;color:inherit;cursor:pointer;text-align:inherit;line-height:inherit;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%}textarea{resize:none}label{margin:0;padding:0;font-size:12px}select{outline:0;border:none;background:0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wrapper{display:flex;flex-direction:column;min-height:100vh;position:relative}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}picture{display:flex;width:100%;height:100%}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--gray)}::-webkit-scrollbar-thumb{background:var(--green);border-radius:0}.main{display:flex;flex-direction:column;flex:1 1 auto;padding-top:81px}.main.blur:before{opacity:1;visibility:visible}.main::before{content:"";position:fixed;bottom:0;left:0;width:100vw;height:calc(100vh - 180px);z-index:3;background:rgba(255,255,255,.1);backdrop-filter:blur(5px);opacity:0;visibility:hidden;transition:.3s linear}::-moz-placeholder{color:rgba(0,0,0,.6)!important;font-size:14px!important;font-weight:500!important}::placeholder{color:rgba(0,0,0,.6)!important;font-size:14px!important;font-weight:500!important}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}span{color:var(--green)}ol{margin-left:25px}ol li{list-style:decimal;padding:7px 0;line-height:145%;font-size:18px}ol li:first-child{padding-top:0}ol li:last-child{padding-bottom:0}@font-face{font-family:helveticaneue;src:url("/wp-content/themes/hamak/fonts/HelveticaNeueBold.woff2") format("woff2"),url("/wp-content/themes/hamak/fonts/HelveticaNeueBold.woff") format("woff");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:helveticaneue;src:url("/wp-content/themes/hamak/fonts/HelveticaNeueMedium.woff2") format("woff2"),url("/wp-content/themes/hamak/fonts/HelveticaNeueMedium.woff") format("woff");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:helveticaneue;src:url("/wp-content/themes/hamak/fonts/HelveticaNeueRoman.woff2") format("woff2"),url("/wp-content/themes/hamak/fonts/HelveticaNeueRoman.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}.burger{display:flex;align-items:center}.burger__menu{display:flex;justify-content:flex-start;width:30px;height:24px;position:relative;z-index:15}.burger__menu span{position:absolute;left:0;top:50%;width:100%;height:2px;border-radius:3px;background-color:var(--green);transform:translate(0,-50%);transition:transform .3s ease-in-out}.burger__menu::after,.burger__menu::before{display:block;content:"";left:50%;transform:translate(-50%,0);height:2px;width:100%;background-color:var(--green);border-radius:5px;position:absolute;transition:transform .3s linear}.burger__menu::before{top:0}.burger__menu::after{bottom:0}.burger.active .burger__menu span{transform:scale(0)}.burger.active .burger__menu::before{top:50%;transform:translate(-50%,-50%) rotate(45deg)}.burger.active .burger__menu::after{top:50%;transform:translate(-50%,-50%) rotate(-45deg)}.header{position:absolute;top:0;left:0;background:var(--white);width:100%}.header-content__upper{margin-top:20px;display:none;justify-content:center;overflow:hidden;transition:.3s linear}.header-content__bottom{display:flex;align-items:center;justify-content:space-between;padding:20px 0 30px}.header-content__navigation{display:flex;align-items:center}.header-content__menu{margin-bottom:10px}.header-content__contact{display:flex;align-items:center}.header-content__list>li:not(:last-child){margin-bottom:10px}.header-content__list>li:first-child{margin-left:0}.header-content__list>li>a{font-size:20px;line-height:130%;color:var(--black);transition:.3s}.header .header-content__list{display:none}.scroll-up{position:fixed;animation-duration:.5s;animation-name:header_fixed;z-index:5}.scroll-up .header-content__upper{max-height:0}.scroll-up .sub-menu{top:79px}@keyframes header_fixed{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}.primary-btn{display:flex;flex-wrap:nowrap;align-items:center;padding:15px 25px;background:var(--black);border-radius:100px;border:1px solid var(--black);transition:.3s;cursor:pointer}.primary-btn__svg{max-width:16px;min-width:16px;height:14px;transition:.3s;margin-left:15px;color:var(--white)}.primary-btn__link{display:flex;font-weight:700;font-size:14px;line-height:130%;color:var(--white);white-space:nowrap;transition:.3s}.btn-light .primary-btn{background:var(--white);border:1px solid transparent}.btn-light .primary-btn__link,.btn-light .primary-btn__svg{color:var(--black)}.error-page{padding-top:40px;padding-bottom:40px}.error{display:flex;flex-direction:column;align-items:center;justify-content:center}.error__img{width:300px;height:300px;display:flex;justify-content:center;margin-bottom:40px}.error__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.error__text{font-size:24px}.error__btn{margin-top:25px;display:flex}.sidebar__item{padding:45px 15px;border-radius:4px;background:#fcf7ee;overflow:hidden;margin-bottom:25px}.sidebar__item:last-child{margin-bottom:0}.sidebar__item_sc .sidebar__title{margin-top:20px!important}.sidebar__item_sc .sidebar__btn{display:flex;justify-content:flex-end;margin-top:20px}.sidebar__item_sc .sidebar__btn .text-btn__link{padding-bottom:0}.sidebar__item_sc .sidebar__btn .text-btn__link:after{display:none}.sidebar__title{font-size:20px;font-weight:700;line-height:130%}.sidebar__subtitle{font-size:12px;line-height:130%;font-style:italic}.sidebar__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sidebar__list-item .text-btn__link{padding-bottom:0}.sidebar__list-item .text-btn__link:after{display:none}.sidebar h3{margin:0!important}.language-switcher{display:flex;align-items:center;margin-top:15px}.language-switcher li{display:flex;align-items:center}.language-switcher li a{font-size:14px;transition:.3s}.language-switcher li a.active,.language-switcher li a:hover{color:var(--green)}.language-switcher li+li::before{content:" - ";padding:0 5px;line-height:130%}.mobile-menu .header-content__list:not(:last-child){margin-bottom:10px}.mobile-menu .language-switcher{justify-content:center}.otgs-development-site-front-end{display:none}.menu-item-has-children{width:100%;position:relative}.menu-item-has-children:after{content:"";position:absolute;width:13px;height:8px;top:10px;right:0;background:url("/wp-content/themes/hamak/img/svg/dist/arrow-mini.svg") center top/cover no-repeat;transition:.3s linear}.menu-item-has-children a{pointer-events:none}.menu-item-has-children.active:after{transform:rotate(180deg)}.sub-menu{max-height:0;transition:.7s;overflow:hidden}.sub-menu__wrapper{position:relative;background-color:var(--white)}.sub-menu__img{display:none}.sub-menu__body{position:relative;margin-left:10px;width:100%;display:grid;grid-template-columns:repeat(1,1fr);row-gap:15px;padding:10px 25px 10px 0;overflow:hidden}.sub-menu__body ul{display:grid;gap:10px}.sub-menu__body ul li a{font-size:18px}.section-hero{overflow:hidden}.section-hero__body{position:relative;transform:scale(1.1)}.section-hero__image{border-radius:8px;overflow:hidden;aspect-ratio:16/13}.section-hero__image_desktop{display:none}.section-hero__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-hero__text{padding:65px 0;position:relative;z-index:2}.section-hero__untitle{max-width:305px;font-weight:500;font-size:12px;letter-spacing:.17em;text-transform:uppercase;line-height:122%;color:var(--green);margin-bottom:15px}.section-hero__title{font-weight:700;font-size:36px;line-height:100%;color:var(--black);margin-top:25px}.section-hero__btn{display:flex;margin-top:40px}.section-who{overflow:hidden}.section-who__wrapper{padding-top:40px;padding-bottom:40px;position:relative;overflow:hidden}.section-who__img{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:cover}.section-who__img:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.25)}.section-who__body{position:relative;z-index:2}.section-who__title{color:var(--white);margin-bottom:20px}.section-who__text{font-weight:400;font-size:16px;line-height:130%;color:var(--white)}.section-who__btn{display:flex;justify-content:center;margin-top:35px}.section-title{font-size:24px;line-height:120%;font-weight:700}.section-video{padding-top:40px;padding-bottom:40px;overflow:hidden}.section-video__video{display:flex;justify-content:center;align-items:center;border-radius:4px;overflow:hidden;aspect-ratio:16/10}.section-video__video iframe,.section-video__video p{width:100%;height:100%}video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.accordeon{padding:50px 0}.accordeon__item{padding-top:20px;padding-bottom:20px;transition:background .3s linear;cursor:pointer}.accordeon__item.active{background:var(--beige)}.accordeon__item.active .accordeon__body .accordeon__btn{opacity:1;visibility:visible}.accordeon__item.active .accordeon__body:after{transform:rotate(180deg)}.accordeon__body{position:relative;padding-right:40px}.accordeon__body:after{content:"";position:absolute;width:15px;height:10px;top:15px;right:0;background:url("/wp-content/themes/hamak//img/svg/dist/arrow-mini.svg") center top/cover no-repeat;transition:.3s linear}.accordeon__content{max-height:0;overflow:hidden;transition:.3s linear}.accordeon__title{display:inline;font-weight:700;font-size:24px;color:var(--black);cursor:pointer}.accordeon__inner{margin-top:15px}.accordeon__text{width:100%;max-width:765px;font-weight:400;font-size:16px;line-height:130%;color:var(--black)}.accordeon__btn{margin-top:35px;transition:.3s}.text-btn{display:inline-flex}.text-btn__link{position:relative;padding-bottom:5px;font-weight:700;font-size:14px;line-height:130%;color:var(--black);transition:.3s linear;white-space:nowrap}.text-btn__link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:var(--black);transition:.3s linear}.text-btn__svg{margin-left:15px;max-width:16px;min-width:16px;height:18px;color:var(--black);transition:.3s linear}.text-btn:hover .text-btn__link,.text-btn:hover .text-btn__svg{color:var(--green)}.text-btn:hover .text-btn__link:after{background:var(--green)}.section-rangers{overflow:hidden}.section-rangers__wrapper{padding-top:40px}.section-rangers__title{color:var(--black);text-align:center;width:100%;max-width:530px;margin:0 auto}.section-rangers__btn{display:flex;justify-content:center;margin-top:20px}.section-rangers__body{margin-top:50px}.section-rangers .section-title{text-align:center}.main-slider{width:100%;max-width:1040px;margin:0 auto;position:relative}.main-slider:after,.main-slider:before{content:"";position:absolute;top:-10px;width:1000px;height:100%;background:rgba(255,255,255,.5);filter:blur(4px);z-index:1}.main-slider:before{right:-1010px}.main-slider:after{left:-1010px}.main-slider__slide{display:flex;flex-direction:column}.main-slider__slide:hover .main-slider__img img{transform:scale(1.05)}.main-slider__slide:hover .main-slider__title{color:var(--green)}.main-slider__img{aspect-ratio:10/14;border-radius:4px;overflow:hidden;height:100%}.main-slider__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s linear}.main-slider__text{margin-top:15px}.main-slider__text-upper{font-weight:500;font-size:12px;letter-spacing:.17em;text-transform:uppercase;color:var(--black)}.main-slider__text-bottom{display:inline-flex;margin-top:5px}.main-slider__title{font-weight:700;font-size:20px;line-height:120%;color:var(--black);transition:.3s linear}.main-slider .splide__arrows{display:none;justify-content:center;margin-top:35px;gap:25px}.main-slider .splide__arrow{position:relative;top:0;justify-content:center;width:55px;height:55px;transform:translateY(0)}.main-slider .splide__arrow--next{right:0}.main-slider .splide__arrow--prev{left:0}.splide__track{height:100%;overflow:visible}.splide__arrow{background:var(--green);border:1px solid var(--green);border-radius:100%;transition:.3s linear;opacity:1;z-index:2;transform:translateY(0)}.splide__arrow svg{fill:var(--white);transition:.3s linear}.splide__arrow:hover{background:var(--white);opacity:1}.splide__arrow:hover svg{fill:var(--green)}.splide__arrow:hover:not(:disabled){opacity:1}.splide__arrow:disabled:hover{opacity:.3!important;background:var(--green)}.splide__arrow:disabled:hover svg{fill:var(--white)}.section-environment{padding-top:60px;padding-bottom:60px;overflow:hidden}.section-environment__img{border-radius:8px;overflow:hidden;width:100%;aspect-ratio:16/10}.section-environment__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-environment__content{margin-top:20px}.section-environment__title{text-align:left;margin-bottom:20px}.section-environment__text{color:var(--black);font-size:16px;font-weight:400;line-height:130%}.section-environment__btn{padding-top:20px;display:flex;justify-content:center}.section-sertificat{overflow:hidden}.section-sertificat__wrap{background:rgba(248,238,219,.47);padding-top:50px;padding-bottom:50px}.section-sertificat__body{margin:-5px}.section-sertificat__column{padding:5px}.section-sertificat__column_title{width:100%;margin-bottom:35px;text-align:center}.section-sertificat__title{margin-bottom:20px}.section-sertificat__btn{display:flex;justify-content:center}.section-sertificat__icon{height:100px;display:flex;align-items:flex-end;margin-bottom:20px}.section-sertificat__content-title{color:var(--black);font-size:12px;font-weight:500;line-height:120%;letter-spacing:2.057px;text-transform:uppercase;margin-bottom:8px}.section-sertificat__content-text{color:var(--black);font-size:16px;font-weight:400;line-height:130%}.section-sertificat__image{position:relative}.section-sertificat__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;padding-bottom:58%;background-repeat:no-repeat;background-size:cover}.section-sertificat__reviews,.section-sertificat__reviews_join{padding-top:50px;padding-bottom:50px}.page-template-tpl-join .section-faq{padding-bo:0!important}.reviews-thumbnail{display:none;margin-top:25px;overflow:hidden}.reviews-thumbnail__img{aspect-ratio:16/10;width:100%;overflow:hidden;border-radius:5px}.reviews-thumbnail__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reviews{width:100%;color:var(--black)}.reviews__cont{width:100%}.reviews__untitle{margin-bottom:25px;font-size:12px;font-weight:500;line-height:120%;letter-spacing:2.057px;text-transform:uppercase}.reviews__text{font-size:20px;font-weight:400;line-height:130%}.reviews__footer{margin-top:25px}.reviews__title{margin-bottom:10px;font-size:16px;font-weight:700;line-height:120%}.reviews__position{font-size:16px;font-weight:400;line-height:120%}.reviews .reviews-thumbnail__img{display:flex;margin-top:20px}.reviews .splide__arrows{display:none;justify-content:center;gap:35px}.reviews .splide__arrow{position:relative;top:0;margin-top:25px;width:55px;height:55px}.reviews .splide__arrow--prev{left:0}.reviews .splide__arrow--next{right:0}.section-main{padding-top:40px;overflow:hidden!important}.section-main__untitle{margin-bottom:12px;color:var(--green);font-size:12px;font-weight:500;line-height:122%;letter-spacing:.17em;text-transform:uppercase}.section-main__slider{margin-top:35px}.section-main__subtitle{margin-bottom:35px}.section-main__video{margin-top:40px;border-radius:4px;overflow:hidden;aspect-ratio:16/9}.section-main__content{margin-top:40px}.section-main__title{margin-bottom:25px}.section-main__text{width:100%;line-height:130%}.section-main__btn{margin-top:35px;display:flex;align-items:flex-end;justify-content:center;width:100%}.overflow{overflow:hidden}.page-title{color:var(--black);font-size:30px;font-weight:700;line-height:100%}.section-order{padding-top:60px;padding-bottom:60px}.section-order__title{margin-bottom:25px}.section-order__body{color:var(--white);position:relative;height:1826px}.section-order__item{padding:60px 20px;border-radius:8px;overflow:hidden}.section-order__item:not(:last-child){margin-bottom:27px}.section-order__item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:-1}.section-order__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.section-order__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-order__block-title{margin-bottom:25px;font-size:20px;font-weight:700;line-height:120%}.section-order__block-text{font-size:16px;font-weight:400;line-height:130%}.section-order__block-text p{padding-top:5px;padding-bottom:5px}.section-order__block-text p:last-child{padding-bottom:0}.section-order__block-text p:first-child{padding-top:0}.section-claim{padding-top:60px;padding-bottom:60px;background:rgba(248,238,219,.47);overflow:hidden}.section-claim__title{margin-bottom:35px}.section-claim__body{display:grid;gap:40px}.section-claim__item-inner{color:var(--black)}.section-claim__item-title{font-size:12px;font-weight:500;line-height:130%;letter-spacing:2.057px;text-transform:uppercase;margin-bottom:13px}.section-claim__item-icon{display:flex;margin-bottom:15px}.section-claim__item-text{font-size:16px;font-weight:400;line-height:130%}.section-other{width:100%;max-width:1040px;margin:0 auto;padding-top:60px;overflow:hidden}.section-other__title{margin-bottom:25px}.product-slider{position:relative;padding-bottom:60px}.product-slider__slide{display:flex;flex-direction:column;height:auto}.product-slider__slide:hover .product-slider__title{color:var(--green)}.product-slider__img{aspect-ratio:10/14;border-radius:4px;overflow:hidden}.product-slider__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-slider__text{margin-top:15px}.product-slider__text-upper{font-weight:500;font-size:12px;letter-spacing:.17em;text-transform:uppercase;color:var(--black)}.product-slider__text-bottom{display:inline-flex;margin-top:5px}.product-slider__title{font-weight:700;font-size:20px;line-height:120%;color:var(--black);transition:.3s linear}.swiper-nav{display:none}.swiper-button-next,.swiper-button-prev{position:relative;top:0;justify-content:center;width:55px;height:55px;transform:translateY(0);background:var(--green);border:1px solid var(--green);border-radius:100%;transition:.3s linear;z-index:2;margin-top:0}.swiper-button-next:after,.swiper-button-prev:after{display:none}.swiper-button-next svg,.swiper-button-prev svg{height:1.2em;width:1.2em;fill:var(--white);transition:.3s linear}.swiper-button-prev{left:0;transform:rotate(180deg)}.swiper-button-next{right:0}.section-faq{padding-bottom:60px}.section-faq__body{padding-top:60px}.section-faq__title{font-weight:700;font-size:20px;line-height:130%;margin-bottom:25px}.section-faq__item:not(:last-child){margin-bottom:40px}.section-faq__header-title{display:inline-flex;font-size:16px;font-weight:500;line-height:130%;padding-left:30px;position:relative;cursor:pointer;transition:.3s linear}.section-faq__header-title:hover{color:var(--green)}.section-faq__header-title:hover:after{background:url("/wp-content/themes/hamak/img/svg/dist/arrow-green.svg") center top/cover no-repeat}.section-faq__header-title:after{content:"";position:absolute;top:50%;transform:translate(0,-50%);left:0;width:18px;height:16px;background:url("/wp-content/themes/hamak/img/svg/dist/arrow.svg") center top/cover no-repeat;transition:.3s linear}.section-faq__header-title.active{color:var(--green)}.section-faq__header-title.active:after{transform:translate(0,-50%) rotate(90deg);background:url("/wp-content/themes/hamak/img/svg/dist/arrow-green.svg") center top/cover no-repeat}.section-faq__wrapper{overflow:hidden;max-height:0;transition:.3s;padding-left:30px}.section-faq__inner{margin-top:25px;line-height:130%}.section-main__image{margin-top:20px;display:flex;justify-content:center;align-items:center;aspect-ratio:16/8;overflow:hidden;border-radius:8px}.section-main__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-posts{padding-top:40px;padding-bottom:60px;overflow:hidden}.section-posts__untitle{margin-bottom:23px;font-size:12px;font-weight:500;letter-spacing:2.057px;text-transform:uppercase}.post-slider{visibility:visible;overflow:hidden}.post-slider__wrapper{display:flex;flex-wrap:nowrap;overflow-x:auto;padding:10px 0;scrollbar-width:none;-ms-overflow-style:none}.post-slider__wrapper::-webkit-scrollbar{display:none}.post-slider__slide{color:var(--black);font-size:14px;font-weight:700;line-height:130%;position:relative;transition:.3s;padding-bottom:5px;white-space:nowrap}.post-slider__slide:not(:last-child){margin-right:25px}.post-slider__slide:after{content:"";position:absolute;left:0;bottom:1px;width:100%;height:.5px;background:var(--black);transition:.3s}.section-posts__body{margin-top:25px}.section-posts__item{padding-top:25px}.section-posts__wrapper{border-radius:4px;background:rgba(248,238,219,.47);padding:50px 20px;position:relative}.section-posts__title{font-size:12px;font-weight:500;letter-spacing:2.057px;text-transform:uppercase;margin-bottom:15px}.section-posts__subtitle{font-size:20px;font-weight:700;line-height:130%;margin-bottom:24px}.section-posts__text{margin-top:25px;font-size:16px;font-weight:400;line-height:130%}.section-posts__image{display:flex;justify-content:center;align-items:center;aspect-ratio:16/9;overflow:hidden;border-radius:8px;position:relative}.section-posts__image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.2) 100%);z-index:1}.section-posts__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-posts__btn{display:flex;justify-content:center;margin-top:35px}.single-body__body{margin-top:25px;padding-bottom:60px}.single-body__item{padding-top:25px;padding-bottom:60px;border-bottom:.5px solid var(--black)}.single-body__item:first-child{padding-top:0}.single-body__item:last-child{padding-bottom:0;border-bottom:0}.single-body__left{margin-bottom:25px}.single-body__title{font-size:20px;font-weight:700;line-height:130%}.single-body__right p{padding:10px 0;font-weight:400;line-height:130%}.single-body__right p:first-child{padding-top:0}.single-body__right p:last-child{padding-bottom:0}.single-body__right strong{font-weight:500}.single-body__right img{border-radius:8px;aspect-ratio:16/8.2;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin-bottom:45px}.single-body__btn{display:flex;justify-content:center;margin-top:30px}.sertification-body{padding-top:60px}.sertification-body__wrapper{padding-bottom:60px;border-bottom:.5px solid var(--black)}.sertification-body__left{margin-bottom:25px}.sertification-body__title{font-size:20px;font-weight:700;line-height:130%;text-align:center}.sertification-body__right-item{margin-top:25px}.sertification-body__right-item:first-child{margin-top:0}.sertification-body__block-icon{display:flex;justify-content:center;margin-bottom:15px}.sertification-body__block-title{margin-bottom:10px;font-size:12px;font-weight:700;letter-spacing:2.057px;text-transform:uppercase;text-align:center}.sertification-body__block-text{font-weight:400;line-height:130%;text-align:center}.single-service .section-faq__left{width:40%}.section-contform{padding-bottom:60px}.section-contform__body{padding-top:60px;border-top:.5px solid var(--black)}.section-contform__title{font-weight:700;font-size:20px;line-height:130%;margin-bottom:25px}.page-template-tpl-career .section-who{padding-bottom:0}.page-template-tpl-career .section-who__btn{margin-top:35px}.career{margin-top:55px;padding-bottom:60px}.career__item{border-radius:4px;background:rgba(248,238,219,.47);min-height:160px;padding:40px 15px}.career__item:not(:last-child){margin-bottom:20px}.career__title{font-size:20px;font-weight:700;line-height:130%}.career__text{margin-top:10px;font-size:16px;font-weight:400;line-height:130%}.career__btn{margin-top:15px}.section-wait{margin-top:60px;overflow:hidden}.section-wait__content{padding-top:40px;padding-bottom:60px;background:rgba(248,238,219,.47)}.section-wait__title{font-size:20px;font-weight:700;line-height:130%;margin-bottom:25px;text-align:center}.section-wait__body{display:grid;grid-template-columns:repeat(1,1fr);row-gap:40px}.section-wait__icon{display:flex;justify-content:center;align-items:flex-end;height:60px;margin-bottom:15px}.section-wait__text{text-align:center;font-size:12px;font-weight:500;line-height:125%;letter-spacing:2.057px;text-transform:uppercase}.section-accordeon{padding-top:40px;padding-bottom:40px}.section-accordeon__item{padding:20px 15px;border-radius:5px;transition:.3s linear;background:0 0;cursor:pointer}.section-accordeon__item.active,.section-accordeon__item:hover{background:var(--beige)}.section-accordeon__title{text-align:left!important}.section-accordeon__wrapper{max-height:0;overflow:hidden;transition:max-height .3s}.section-accordeon__text{margin-top:10px;width:100%;max-width:980px;line-height:130%}.section-team{overflow:hidden;padding-bottom:60px}.section-team__body{padding-top:60px;border-top:.5px solid var(--black)}.section-team__body_bottom{border-top:none}.section-team__title-wrap{margin-bottom:25px}.section-team__text{margin-top:25px;line-height:130%}.section-team__btn{display:flex;justify-content:center;width:100%;margin-top:20px}.section-team__image{aspect-ratio:16/10;overflow:hidden;border-radius:8px}.section-team__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-value{padding-top:40px;background:rgba(248,238,219,.47);overflow:hidden}.section-value__body{padding-bottom:60px}.section-value__title{text-align:center;margin:0 auto}.section-value__content{margin-top:25px;display:grid;grid-template-columns:repeat(1,1fr);row-gap:25px}.section-value__block-icon{display:flex;align-items:flex-end;width:52px;height:52px;margin:0 auto 15px}.section-value__block-title{margin-bottom:10px;font-size:12px;font-weight:500;letter-spacing:2.057px;text-transform:uppercase;text-align:center}.section-value__block-text{line-height:130%;text-align:center}.section-bottom{overflow:hidden}.section-history{padding-top:40px;padding-bottom:40px;overflow:hidden}.section-history__title{margin-bottom:20px}.history-gallery{width:100%;overflow:hidden;aspect-ratio:16/8.1}.history-gallery__img{display:flex;justify-content:center;align-items:center;width:100%;height:100%;border-radius:4px;overflow:hidden}.history-gallery__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.history-thumb-gallery{padding-top:75px;position:relative;overflow:hidden}.history-thumb-gallery:before{content:"";position:absolute;top:-20px;left:-100%;width:100%;height:200%;background:var(--white);z-index:4}.history-thumb-gallery__slide{width:100%}.history-thumb-gallery__slide.is-active .history-thumb-gallery__content:after{background:var(--green)}.history-thumb-gallery__content{position:relative;padding-top:40px}.history-thumb-gallery__content:before{content:"";position:absolute;top:0;left:0;width:140%;height:.5px;background:var(--black)}.history-thumb-gallery__content:after{content:"";position:absolute;top:-18px;left:0;width:35px;height:35px;background:var(--white);border:1px solid var(--green);border-radius:50%}.history-thumb-gallery__year{color:var(--green);font-size:12px;font-weight:500;letter-spacing:2.057px;text-transform:uppercase;margin-bottom:15px}.history-thumb-gallery__title{font-size:20px;font-weight:700;line-height:130%;margin-bottom:15px}.history-thumb-gallery__text{line-height:130%}.history-thumb-gallery .splide__arrows{position:relative}.history-thumb-gallery .splide__arrow{top:-38px;width:75px;height:75px}.history-thumb-gallery .splide__arrow--prev{display:none}.history-thumb-gallery .splide__list{transition:.3s}.history-body{padding-top:60px}.history-body__title{text-align:center;font-size:12px;font-weight:500;letter-spacing:2.057px;text-transform:uppercase;margin-bottom:15px}.history-body__subtitle{width:100%;max-width:725px;line-height:120%;text-align:center}.history-body__list{margin-top:35px}.history-body__item{padding-top:20px;padding-bottom:20px}.history-body__item:not(:last-child){border-bottom:.5px solid var(--black)}.history-body__item:first-child{padding-top:0}.history-body__item-year{display:flex;align-items:flex-end;margin-bottom:15px;font-size:12px;font-weight:500;line-height:125%;letter-spacing:2.057px;text-transform:uppercase}.history-body__item-title{font-size:18px;line-height:120%}.swiper-container .history-thumb-gallery__content{padding-right:0!important}.swiper-slide-active .history-thumb-gallery__content:after{background:var(--green)}.section-sertifications{background:rgba(248,238,219,.47);padding-top:40px;padding-bottom:60px;overflow:hidden}.section-sertifications__body{width:100%;max-width:1170px}.section-sertifications__title{margin-bottom:45px}.section-sertifications__content{display:flex;flex-wrap:wrap;margin:-20px}.section-sertifications__item{width:100%;padding:20px}.section-sertifications__icon{display:flex;align-items:flex-end;height:100px;margin-bottom:40px}.section-sertifications__item-title{margin-bottom:11px;font-size:12px;font-weight:500;letter-spacing:2.057px;text-transform:uppercase}.section-sertifications__text{font-weight:400;line-height:130%}.product-body{margin-top:30px;padding-bottom:60px}.product-body__gallery-wrapper{overflow:hidden}.product-body__about{margin-top:25px}.product-body__item{padding-bottom:40px;border-bottom:.5px solid var(--black);overflow:hidden}.product-body__item:not(:first-child){margin-top:20px}.product-body__item:last-child{padding-bottom:0;border-bottom:none}.product-body__single{aspect-ratio:10/10;overflow:hidden;border-radius:4px}.product-body__single img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-body__text h3{font-size:20px;font-weight:700;line-height:130%;margin-bottom:25px}.product-body__text p{line-height:130%;font-size:16px}.product-body__text ul{display:flex;flex-wrap:wrap;margin:-5px 0}.product-body__text ul li{line-height:130%;width:100%;position:relative;padding:5px 0 5px 20px}.product-body__text ul li:before{content:"";position:absolute;top:50%;transform:translate(0,-50%);left:0;width:4px;height:4px;border-radius:50%;background:var(--black)}.product-body__btn{display:flex;margin-top:25px}.product-body__item-title{font-size:20px;font-weight:700;line-height:130%;margin-bottom:25px}.product-body__list{display:grid;gap:20px;margin-top:35px}.product-body__list-item{width:100%;text-align:center}.product-body__list-icon{display:flex;justify-content:center;height:42px!important}.product-body__list-title{margin-top:15px;font-size:12px;font-weight:500;letter-spacing:2.057px;text-transform:uppercase}.product-body__list-text{margin-top:15px;font-weight:400;line-height:130%}.product-gallery{aspect-ratio:10/10}.product-gallery__img{border-radius:4px;width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.product-gallery__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-thumb-gallery{margin-top:13px;overflow:hidden}.product-thumb-gallery__slide.is-active .product-thumb-gallery__img{border:3px solid var(--green)}.product-thumb-gallery__img{border-radius:4px;aspect-ratio:10/10;overflow:hidden}.product-thumb-gallery__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.splide__track--nav>.splide__list>.splide__slide,.splide__track--nav>.splide__list>.splide__slide.is-active{border:0}.section-similar{overflow:hidden}.section-similar__title{margin-bottom:30px;text-align:center!important}.section-similar__wrapper{padding-bottom:60px}.single-output .section-faq{padding-top:40px}.single-output .section-faq__body{border-top:.5px solid var(--black)}.cat-post{margin-top:30px}.cat-post:hover .cat-post__img img{transform:scale(1.1)}.cat-post:hover .text-btn__link,.cat-post:hover .text-btn__svg{color:var(--green)}.cat-post__img{display:flex;justify-content:center;align-items:center;border-radius:8px;overflow:hidden;aspect-ratio:16/10;margin-top:25px}.cat-post__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s linear}.cat-post__date{font-size:12px;font-weight:500;letter-spacing:2.057px;text-transform:uppercase;margin-bottom:15px}.cat-post__title{font-size:20px;font-weight:700;line-height:130%;margin-bottom:25px}.cat-post__excerpt{margin-top:25px;line-height:130%}.cat-post__btn{display:flex;margin-top:25px}.cat-post__btn .text-btn__link{padding:0}.cat-post__btn .text-btn__link:after{display:none}.section-body{padding-top:60px;padding-bottom:60px}.section-body__container{padding-bottom:50px;position:relative}.section-body__container:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:300px;background:linear-gradient(180deg,rgba(255,255,255,0) 16.3%,#fff 100%)}.section-body__container.no-more-posts::after{display:none}.section-body__item:last-child .section-body__link{padding-bottom:0;border-bottom:0}.section-body__item:first-child .section-body__link{padding-top:0}.section-body__link{display:flex;flex-direction:column;padding:40px 0;border-bottom:.5px solid var(--black)}.section-body__link:hover .section-body__date,.section-body__link:hover .section-body__title,.section-body__link:hover .text-btn__link,.section-body__link:hover .text-btn__svg{color:var(--green)}.section-body__date{width:100%;max-width:200px;display:flex;align-items:center;font-size:12px;font-weight:500;letter-spacing:2.057px;text-transform:uppercase;margin-bottom:10px;transition:.3s linear}.section-body__title{font-size:18px;font-weight:400;line-height:130%;transition:.3s linear}.section-body__btn{margin-top:25px}.section-body__btn .text-btn__link{padding:0}.section-body__btn .text-btn__link:after{display:none}.infinite-scroll-request img{display:block;margin:50px auto 0;width:35px;height:35px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.section-form{padding-top:40px}.section-form__body{padding-bottom:40px}.section-form__content{margin-top:25px}.section-form__sidebar{width:100%;background:rgba(248,238,219,.47);border-radius:8px;padding:20px;position:relative;margin-top:25px}.section-form__sidebar-item{margin-top:20px}.section-form__sidebar-item:first-child{margin-top:0}.section-form__sidebar-item h2{font-size:20px;font-weight:700;line-height:130%}.section-form__sidebar-item h3{font-size:12px;font-weight:500;letter-spacing:2.057px;text-transform:uppercase;margin-top:30px;margin-bottom:10px;opacity:.6}.section-form__sidebar-item a,.section-form__sidebar-item p{color:var(--black);font-size:16px;font-weight:400;line-height:130%;transition:color .3s}.section-form__sidebar-item a{display:inline;position:relative;text-decoration:none;background-image:linear-gradient(to right,transparent 100%,transparent 0);background-repeat:no-repeat;background-position:0 100%;background-size:100% 1px;transition:background-image .3s linear,color .3s linear}.section-form__sidebar-item a:hover{color:var(--green);background-image:linear-gradient(to right,var(--green) 100%,transparent 0)}.section-form__sidebar-left{width:100%;max-width:230px}.section-form__sidebar-right{margin-bottom:30px}.section-form__sidebar-right img{width:100%;height:100%}.section-form__sidebar-social{margin-top:60px}.section-form__sidebar-social .social__svg{color:var(--black)}.section-map{aspect-ratio:16/9}.section-map iframe,.section-map p{width:100%;height:100%}.gform-theme--framework .gform-field-label--type-inline{font-size:10px!important;margin-left:0!important}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){width:10px!important;height:10px!important;margin-right:9px!important}.gfield_label_before_complex,.gform_description,.gform_required_legend,.gform_title{display:none}.gform-theme--foundation .gform_fields{row-gap:20px!important}.gform-theme--framework .gfield_list_group_item::before,.gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])){gap:0!important}.gform-theme--framework .gform-field-label>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform_editor legend.gform-field-label>span>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){color:var(--black)!important;font-size:16px!important}.gform-theme--framework .gfield--type-choice.field_description_above.gfield--no-description:where(:not(.field_validation_above.gfield_error):not(:has(.gfield_choice_limit_message))) .gform-field-label:where(:not([class*=gform-field-label--type-])),.gform-theme--framework .gfield--type-choice.field_description_below:where(:not(.field_validation_above.gfield_error):not(:has(.gfield_choice_limit_message))) .gform-field-label:where(:not([class*=gform-field-label--type-])),.gform_validation_errors{display:none!important}.gform_button{background:var(--black)!important;padding:15px 65px 15px 35px!important;border-radius:100px!important;border:1px solid var(--black)!important;transition:.3s!important;color:var(--white)!important;position:relative!important}.gform_button:after{content:""!important;position:absolute!important;width:18px!important;height:16px!important;top:50%!important;right:30px!important;transform:translate(0,-50%)!important;background:url("/wp-content/themes/hamak/img/svg/dist/arrow-white.svg") center top/cover no-repeat}.gform_button:hover{background:var(--white)!important;border:1px solid var(--green)!important;color:var(--green)!important}.gform_button:hover:after{transform:translate(10px,-50%)!important;background:url("/wp-content/themes/hamak/img/svg/dist/arrow-green.svg") center top/cover no-repeat}.gform-theme--foundation .gform_footer,.gform-theme--foundation .gform_page_footer{margin-block-start:35px!important}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{color:var(--green)!important;font-size:9px!important}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{box-shadow:none!important;border-color:var(--green)!important}.gform-theme--framework input:checked{border-color:var(--green)!important}.gchoice{cursor:pointer!important}.gform_confirmation_message{color:var(--green)!important}.ginput_container{cursor:pointer!important}.form-input-file .ginput_container_fileupload{position:relative;width:100%}.form-input-file .ginput_container_fileupload:before{position:absolute;top:19px;left:15px;transform:translateY(-50%);font-size:16px;color:rgba(0,0,0,.5);pointer-events:none;transition:color .3s ease-in-out;z-index:5}.form-input-file .ginput_container_fileupload input{color:transparent!important}.form-input-file .ginput_preview{display:none!important}.form-input-file input[type=file]{position:relative;width:100%;max-width:610px;content-visibility:hidden}.form-input-file input[type=file]:after{content:"";position:absolute;right:12px;top:50%;transform:translate(0,-50%);width:22px;height:20px;background:url("/wp-content/themes/hamak/img/svg/dist/upload.svg");z-index:5}.form-input-file input[type=file]::file-selector-button{display:none!important}.form-input-file .file-name{position:absolute;top:13px;left:15px;pointer-events:none;color:rgba(0,0,0,.6);font-size:14px;font-weight:500;z-index:5}#gfield_upload_rules_2_20{display:none!important}.ginput_container_fileupload.with-file::before{color:transparent!important}.section-info{padding-top:30px}.section-info__body{width:100%;max-width:820px;margin-top:30px;padding-bottom:25px}.section-info__item{margin-bottom:30px}.section-info__item:last-child{margin-bottom:0}.section-info__item-title{font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:2.057px;text-transform:uppercase;margin-bottom:25px}.section-info__item-text{line-height:130%}.section-info__item-text ul li{position:relative;padding-left:10px}.section-info__item-text ul li:after{content:"";position:absolute;top:10px;left:0;width:3px;height:3px;border-radius:100px;background-color:var(--black)}.section-info__form{padding-top:25px;padding-bottom:50px;width:100%;max-width:610px}.section-info__btn{margin-top:30px;display:flex;justify-content:center}.section-info .return-btn{margin-bottom:50px}.footer{padding-top:50px;padding-bottom:50px;background:rgba(129,192,65,.1)}.footer-content__logo{width:100%}.footer-content__logo-img{display:flex;margin-bottom:25px;width:100%;max-width:250px}.footer-content__logo-img img{width:100%;height:100%}.footer-content__slogan{color:var(--green);font-size:12px;font-weight:500;letter-spacing:2.057px;line-height:120%;text-transform:uppercase;margin-bottom:20px}.footer-content__contacts{display:flex;flex-direction:column}.footer-content__contacts-item blockquote p{display:inline-flex;position:relative}.footer-content__contacts-item a,.footer-content__contacts-item p{color:var(--black);font-size:16px;font-weight:400;line-height:150%;transition:.3s linear}.footer-content__contacts-item blockquote a{position:relative}.footer-content__contacts-item blockquote a:after{content:"";position:absolute;bottom:3px;left:0;width:100%;height:1px;background-color:var(--black);transition:.3s linear}.footer-content__contacts-item blockquote a:hover:after{background-color:var(--green)}.footer-content__contacts-item a:hover{color:var(--green)}.footer-content__menu{width:100%;margin-top:35px}.footer-content__menu-untitle{margin-bottom:20px;color:var(--black);font-size:12px;font-weight:500;line-height:120%;letter-spacing:2.057px;text-transform:uppercase}.footer-content__navigation li{padding:15px 0 25px;border-bottom:1px solid #a4b77f}.footer-content__navigation li a{color:var(--black);font-size:24px;font-weight:400;line-height:120%;transition:.3s}.footer-content__bottom{display:flex;flex-direction:column-reverse;margin-top:50px}.footer-content__social{margin-top:50px}.footer-content__social-title{margin-bottom:20px;color:var(--black);font-size:12px;font-weight:500;letter-spacing:2.057px;text-transform:uppercase}.footer-content__button{display:flex;justify-content:center;width:100%}.footer-content__footer-bottom{margin-top:85px;padding-top:30px;border-top:1px solid #a4b77f}.footer-content__bot-left{display:flex;justify-content:center;margin-top:35px;color:var(--black);font-size:14px;font-weight:400;line-height:120%}.footer-content__bot-left span{color:var(--black);text-transform:uppercase}.footer-content__bot-left a{color:var(--black);font-size:14px;font-weight:400;line-height:120%;transition:.3s linear}.footer-content__bot-left a:hover{color:var(--green)}.page-link{display:flex}.page-link__link{color:var(--black);font-size:14px;font-weight:400;line-height:150%;transition:.3s linear}.page-link__link:hover{color:var(--green)}.social{display:flex;align-items:center}.social__item{display:flex;margin-left:15px}.social__item:first-child{margin-left:0}.social__item_tw{width:24px;height:21px}.social__item_in{width:25px;height:25px}.social__item_fb{width:28px;height:28px}.social__item:hover .social__svg{color:var(--green)}.social__svg{width:100%;height:100%;transition:.3s;color:var(--gray)}.popup-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;transition:.3s;z-index:5;overflow-x:hidden;opacity:0;visibility:hidden}.popup-wrapper:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0;visibility:hidden;z-index:-2;transition:.3s}.popup-wrapper.open{opacity:1;visibility:visible}.popup-wrapper.open:after{opacity:.8;visibility:visible}.popup-wrapper__container{display:flex;width:100%;min-height:100%}.mobile-menu__header{display:flex;justify-content:space-between;position:fixed;width:100%;top:0;right:0;z-index:8;padding:20px;background-color:var(--white);transition:.3s linear;transform:translateX(100%)}.mobile-menu__body{position:fixed;width:100%;height:100%;top:0;right:0;z-index:7;background-color:var(--white);transition:.3s linear;transform:translateX(100%);padding:120px 20px 50px;overflow-y:auto}.mobile-menu__body .footer-content__social{margin-top:50px}.mobile-menu__body .footer-content__social-title{margin-bottom:20px}.mobile-menu__logo{display:flex;height:60px;width:auto}.mobile-menu__logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left}.mobile-menu__block{margin-bottom:30px}.mobile-menu__block:last-child{margin-bottom:0}.mobile-menu__block-title{font-size:20px;line-height:100%;text-transform:uppercase;margin-bottom:10px}.mobile-menu__btn{display:flex;width:30px;height:24px}.mobile-menu.open .mobile-menu__body,.mobile-menu.open .mobile-menu__header{transform:translateX(0)}.close{display:none;position:relative}.close::after,.close::before{display:block;content:"";top:50%;left:50%;transform:translate(-50%,0);height:2px;width:100%;background-color:var(--green);border-radius:5px;position:absolute;transition:transform .3s linear}.close::before{transform:translate(-50%,0) rotate(45deg)}.close::after{transform:translate(-50%,0) rotate(-45deg)}.menu-scroll .close{display:flex}.editor{padding-top:40px;padding-bottom:40px;overflow:hidden}.editor p{font-size:18px;padding:4px 0;line-height:130%}.editor p:first-child{padding-top:0}.editor p:last-child{padding-bottom:0}.editor a{color:var(--green);transition:.3s}.editor a:hover{color:var(--green)}.editor h2,.editor h3,.editor h4,.editor h5,.editor h6{margin:10px 0}.editor ul li{font-size:18px;line-height:130%;width:100%;position:relative;padding:2px 0 2px 15px}.editor ul li:after{content:"";position:absolute;top:10px;left:0;width:4px;height:4px;border-radius:100px;background-color:var(--green-main)}.editor .main-slider{padding:50px 0}.editor .main-slider .splide__arrow--next{right:0!important}.editor .main-slider .splide__arrow--prev{left:0!important}.editor-post__header{border-radius:4px;background:#fcf7ee;overflow:hidden}.editor-post__img{aspect-ratio:16/12;overflow:hidden;display:flex;justify-content:center;align-items:center}.editor-post__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.editor-post__title{margin:25px 20px}.editor-post__body{display:flex;flex-direction:column-reverse;padding-top:40px}.editor-post__sidebar{margin-top:25px}.editor-post__content{overflow:hidden}.editor-post .page-title{text-align:left}.editor-title{margin-bottom:30px}.editor ul{margin-left:10px;padding:10px 0}.editor ul li:before{content:"";position:absolute;top:50%;transform:translate(0,-50%);left:0;width:4px;height:4px;border-radius:50%;background:var(--black)}.editor ol{padding-left:15px}.editor ol li{line-height:130%;width:100%;position:relative;padding:2px 0}.return-btn{display:flex;margin-bottom:20px}.return-btn__link{display:flex;align-items:center}.return-btn__link:hover .return-btn__svg,.return-btn__link:hover .return-btn__text{color:var(--green)}.return-btn__svg{width:16px;height:18px;margin-right:10px;transform:rotate(180deg);color:var(--black);transition:.3s linear}.return-btn__text{color:var(--black);font-size:14px;font-weight:700;line-height:130%;transition:.3s linear}@media (min-width:320px){.error-page{padding-top:calc(2.1276595745vw + 33.1914893617px);padding-bottom:calc(2.1276595745vw + 33.1914893617px)}.section-hero__title{font-size:calc(2.6086956522vw + 27.652173913px)}.section-who__wrapper{padding-top:calc(6.5217391304vw + 19.1304347826px);padding-bottom:calc(4.347826087vw + 26.0869565217px)}.section-who__btn{margin-top:calc(13.5869565217vw + -8.4782608696px)}.section-title{font-size:calc(1.3043478261vw + 19.8260869565px)}.section-video{padding-top:calc(4.347826087vw + 26.0869565217px);padding-bottom:calc(4.347826087vw + 26.0869565217px)}.accordeon__item{padding-top:calc(2.7173913043vw + 11.3043478261px);padding-bottom:calc(2.7173913043vw + 11.3043478261px)}.accordeon__title{font-size:calc(1.3043478261vw + 19.8260869565px)}.section-rangers__wrapper{padding-top:calc(4.347826087vw + 26.0869565217px)}.section-environment{padding-top:calc(7.0652173913vw + 37.3913043478px);padding-bottom:calc(7.0652173913vw + 37.3913043478px)}.section-environment__btn{padding-top:calc(2.7173913043vw + 11.3043478261px)}.section-sertificat__wrap{padding-top:calc(13.0434782609vw + 8.2608695652px);padding-bottom:calc(9.7826086957vw + 18.6956521739px)}.section-sertificat__title{margin-bottom:calc(2.7173913043vw + 11.3043478261px)}.section-sertificat__reviews{padding-top:calc(10.8695652174vw + 15.2173913043px);padding-bottom:calc(5.4347826087vw + 32.6086956522px)}.section-sertificat__reviews_join{padding-top:calc(5.4347826087vw + 32.6086956522px);padding-bottom:calc(4.347826087vw + 36.0869565217px)}.reviews__footer{margin-top:calc(5.9782608696vw + 5.8695652174px)}.reviews .splide__arrow{margin-top:calc(1.6304347826vw + 19.7826086957px)}.section-main{padding-top:calc(2.1739130435vw + 33.0434782609px)}.section-main__slider{margin-top:calc(1.6304347826vw + 29.7826086957px)}.section-main__subtitle{margin-bottom:calc(1.6304347826vw + 29.7826086957px)}.section-main__content,.section-main__video{margin-top:calc(2.1739130435vw + 33.0434782609px)}.page-title{font-size:calc(2.1739130435vw + 23.0434782609px)}.section-order{padding-top:calc(7.6086956522vw + 35.652173913px);padding-bottom:calc(4.347826087vw + 46.0869565217px)}.section-order__title{margin-bottom:calc(2.1739130435vw + 18.0434782609px)}.section-order__item{padding-top:calc(13.0434782609vw + 18.2608695652px);padding-bottom:calc(13.0434782609vw + 18.2608695652px)}.section-order__block-text p{padding-top:calc(.6195652174vw + 3.0173913043px);padding-bottom:calc(.6195652174vw + 3.0173913043px)}.section-claim{padding-top:calc(1.0869565217vw + 56.5217391304px);padding-bottom:calc(5.4347826087vw + 42.6086956522px)}.section-claim__title{margin-bottom:calc(3.8043478261vw + 22.8260869565px)}.section-other{padding-top:calc(8.152173913vw + 33.9130434783px)}.section-other__title{margin-bottom:calc(2.1739130435vw + 18.0434782609px)}.product-slider{padding-bottom:calc(8.152173913vw + 33.9130434783px)}.section-faq{padding-bottom:calc(4.347826087vw + 46.0869565217px)}.section-faq__body{padding-top:calc(4.347826087vw + 46.0869565217px)}.section-main__image{margin-top:calc(2.7173913043vw + 11.3043478261px)}.section-posts{padding-top:calc(1.0869565217vw + 36.5217391304px);padding-bottom:calc(3.2608695652vw + 49.5652173913px)}.section-posts__wrapper{padding-left:calc(3.2608695652vw + 9.5652173913px);padding-right:calc(3.2608695652vw + 9.5652173913px)}.single-body__body{margin-top:calc(7.0652173913vw + 2.3913043478px);padding-bottom:calc(4.347826087vw + 46.0869565217px)}.single-body__item{padding-top:calc(7.0652173913vw + 2.3913043478px);padding-bottom:calc(4.347826087vw + 46.0869565217px)}.sertification-body{padding-top:calc(4.347826087vw + 46.0869565217px)}.sertification-body__wrapper{padding-bottom:calc(4.347826087vw + 46.0869565217px)}.sertification-body__right-item{margin-top:calc(5.9782608696vw + 5.8695652174px)}.section-contform{padding-bottom:calc(4.347826087vw + 46.0869565217px)}.section-contform__body{padding-top:calc(4.347826087vw + 46.0869565217px)}.career{padding-bottom:calc(5.4347826087vw + 42.6086956522px)}.career__text{margin-top:calc(1.6304347826vw + 4.7826086957px)}.career__btn{margin-top:calc(1.6304347826vw + 9.7826086957px)}.section-wait{margin-top:calc(4.347826087vw + 46.0869565217px)}.section-wait__content{padding-top:calc(3.2608695652vw + 29.5652173913px);padding-bottom:calc(2.7173913043vw + 51.3043478261px)}.section-wait__title{margin-bottom:calc(3.2608695652vw + 14.5652173913px)}.section-accordeon{padding-top:calc(3.2608695652vw + 29.5652173913px);padding-bottom:calc(3.2608695652vw + 29.5652173913px)}.section-accordeon__item{padding-top:calc(3.2608695652vw + 9.5652173913px);padding-bottom:calc(3.2608695652vw + 9.5652173913px);padding-left:calc(2.7173913043vw + 6.3043478261px);padding-right:calc(2.7173913043vw + 6.3043478261px)}.section-team{padding-bottom:calc(8.4782608696vw + 32.8695652174px)}.section-team__body{padding-top:calc(5.652173913vw + 41.9130434783px)}.section-value{padding-top:calc(3.2608695652vw + 29.5652173913px)}.section-value__body{padding-bottom:calc(5.4347826087vw + 42.6086956522px)}.section-value__content{margin-top:calc(3.8043478261vw + 12.8260869565px)}.section-history{padding-top:calc(4.8913043478vw + 24.347826087px);padding-bottom:calc(4.347826087vw + 26.0869565217px)}.section-history__title{margin-bottom:calc(2.7173913043vw + 11.3043478261px)}.history-body{padding-top:calc(11.9565217391vw + 21.7391304348px)}.history-body__title{margin-bottom:calc(1.4130434783vw + 10.4782608696px)}.history-body__list{margin-top:calc(2.1739130435vw + 28.0434782609px)}.history-body__item{padding-top:calc(1.6304347826vw + 14.7826086957px);padding-bottom:calc(2.3913043478vw + 12.347826087px)}.section-sertifications{padding-top:calc(3.2608695652vw + 29.5652173913px);padding-bottom:calc(7.6086956522vw + 35.652173913px)}.section-sertifications__content{margin-top:calc(-.8152173913vw + -17.3913043478px);margin-left:calc(-4.6195652174vw + -5.2173913043px);margin-right:calc(-4.6195652174vw + -5.2173913043px);margin-bottom:calc(-.8152173913vw + -17.3913043478px)}.section-sertifications__item{padding-top:calc(.8152173913vw + 17.3913043478px);padding-left:calc(4.6195652174vw + 5.2173913043px);padding-right:calc(4.6195652174vw + 5.2173913043px);padding-bottom:calc(.8152173913vw + 17.3913043478px)}.section-sertifications__icon{margin-bottom:calc(-2.7173913043vw + 48.6956521739px)}.product-body{padding-bottom:calc(8.6956521739vw + 32.1739130435px)}.product-body__item{padding-bottom:calc(2.1739130435vw + 33.0434782609px)}.product-body__item:not(:first-child){margin-top:calc(2.1739130435vw + 13.0434782609px)}.product-body__btn{margin-top:calc(1.6304347826vw + 19.7826086957px)}.product-body__list{gap:calc(2.1739130435vw + 13.0434782609px);margin-top:calc(4.8913043478vw + 19.347826087px)}.section-similar__title{margin-bottom:calc(2.1739130435vw + 23.0434782609px)}.section-similar__wrapper{padding-bottom:calc(3.8043478261vw + 47.8260869565px)}.single-output .section-faq{padding-top:calc(4.8913043478vw + 24.347826087px)}.cat-post{margin-top:calc(3.2608695652vw + 19.5652173913px)}.cat-post__btn{margin-top:calc(2.1739130435vw + 18.0434782609px)}.section-body{padding-top:calc(4.347826087vw + 46.0869565217px);padding-bottom:calc(4.347826087vw + 46.0869565217px)}.section-body__container:after{height:calc(19.5652173913vw + 237.3913043478px)}.section-form{padding-top:calc(2.1739130435vw + 33.0434782609px)}.section-form__body{padding-bottom:calc(2.1739130435vw + 33.0434782609px)}.section-form__content{margin-top:calc(4.8913043478vw + 9.347826087px)}.section-form__sidebar-item{margin-top:calc(2.1739130435vw + 13.0434782609px)}.section-info{padding-top:calc(2.7173913043vw + 21.3043478261px)}.section-info__body{margin-top:calc(2.1739130435vw + 23.0434782609px);padding-bottom:calc(3.8043478261vw + 12.8260869565px)}.section-info__item{margin-bottom:calc(2.1739130435vw + 23.0434782609px)}.section-info__form{padding-top:calc(3.8043478261vw + 12.8260869565px);padding-bottom:calc(5.4347826087vw + 32.6086956522px)}.footer{padding-top:calc(4.8913043478vw + 34.347826087px);padding-bottom:calc(.5434782609vw + 48.2608695652px)}.footer-content__logo-img{margin-bottom:calc(2.1739130435vw + 18.0434782609px)}.footer-content__slogan{margin-bottom:calc(1.6304347826vw + 14.7826086957px)}.footer-content__menu-untitle{margin-bottom:calc(2.1739130435vw + 13.0434782609px)}.footer-content__bottom{margin-top:calc(5.4347826087vw + 32.6086956522px)}.footer-content__social-title{margin-bottom:calc(2.7173913043vw + 11.3043478261px)}.footer-content__footer-bottom{margin-top:calc(8.6956521739vw + 57.1739130435px)}.editor{padding-top:calc(2.1276595745vw + 33.1914893617px);padding-bottom:calc(2.1276595745vw + 33.1914893617px)}.editor p{padding-top:calc(.5319148936vw + 3.2978723404px);padding-bottom:calc(.5319148936vw + 3.2978723404px)}.editor ul{margin-left:calc(1.3829787234vw + 2.5744680851px)}.editor-post__body{padding-top:calc(6.3829787234vw + 19.5744680851px)}.editor-title{margin-bottom:calc(2.1276595745vw + 23.1914893617px)}}@media (min-width:420px){.primary-btn{padding:15px 35px}.primary-btn__link{font-size:16px}}@media (min-width:520px){.burger{margin-left:50px}.section-claim__body{grid-template-columns:repeat(2,1fr)}.section-wait__body{grid-template-columns:repeat(2,1fr);-moz-column-gap:0px;column-gap:0}.section-wait__icon{justify-content:flex-start}.section-wait__text{text-align:left;max-width:205px}.section-value__title{text-align:left;margin:0}.section-value__content{grid-template-columns:repeat(2,1fr);-moz-column-gap:20px;column-gap:20px}.section-value__block-icon{margin:0 0 15px}.section-value__block-title{text-align:left}.section-value__block-text{text-align:left;max-width:295px}.history-thumb-gallery__content{padding-right:60px}.product-body__text ul li{width:50%}.product-body__list{grid-template-columns:repeat(2,1fr)}.product-body__list-item{text-align:left}.product-body__list-icon{justify-content:flex-start}.section-form__sidebar-right{position:absolute;top:50%;transform:translate(30%,-50%) rotate(90deg);right:0;margin-top:0;margin-bottom:0}.mobile-menu__body,.mobile-menu__header{max-width:400px}}@media (min-width:520px) and (min-width:320px){.section-wait__body{-moz-column-gap:calc(13.0434782609vw + -41.7391304348px);column-gap:calc(13.0434782609vw + -41.7391304348px)}.section-value__content{-moz-column-gap:calc(10.8695652174vw + -14.7826086957px);column-gap:calc(10.8695652174vw + -14.7826086957px)}}@media (min-width:540px){.history-gallery{max-width:400px}.history-thumb-gallery{overflow:visible}.history-thumb-gallery__slide{max-width:460px}.swiper-container .history-thumb-gallery__content{max-width:400px}}@media (min-width:768px){.section-hero__image{aspect-ratio:16/10}.section-who__content{width:100%;max-width:400px}.section-sertificat__body{display:flex;flex-wrap:wrap;margin:-10px}.section-sertificat__column{padding:10px}.section-sertificat__column_item{display:flex;width:33.333%}.section-main__image{aspect-ratio:16/6}.sertification-body__title{text-align:left}.sertification-body__block-icon{justify-content:flex-start}.sertification-body__block-text,.sertification-body__block-title{text-align:left}.career__item{display:flex;justify-content:space-between;align-items:center;padding:40px 50px}.career__content{padding-right:25px}.history-body__subtitle,.history-body__title,.section-wait__title{text-align:left}.history-body__item{display:flex}.history-body__item-year{margin-bottom:0;margin-right:90px;padding-left:30px}.product-body{display:flex;justify-content:space-between;gap:20px}.product-body__gallery{width:100%;max-width:505px}.product-body__gallery-wrapper{position:sticky;top:60px}.product-body__about{width:100%;max-width:610px;margin-top:0}.product-body__text{width:100%;max-width:500px}.section-body__wrap{display:flex;justify-content:space-between;width:100%}.section-body__title{padding-right:30px}.section-body__btn{margin-top:0}.section-info__btn{justify-content:left}.footer-content__bottom{display:flex;flex-direction:row}.footer-content__social{width:30%;margin-top:0}.footer-content__button{width:70%;margin-top:0}.footer-content__bot-right{display:flex;justify-content:space-between}.mobile-menu__body .footer-content__social{width:100%!important}}@media (min-width:920px){.section-wait__body{grid-template-columns:repeat(3,1fr)}}@media (min-width:960px){.header-content__logo{margin-right:15px}.primary-btn__link{font-size:14px}.sidebar__item{padding:45px}.section-hero{padding-top:40px;padding-bottom:40px}.section-hero__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-hero__image_desktop{display:block}.section-hero__image_mobile{display:none}.section-hero__text{margin-left:100px}.section-hero__untitle{margin:0 0 15px}.section-hero__title{max-width:520px;margin-top:0}.section-hero__btn{justify-content:flex-start}.section-who__content{margin-left:100px}.section-who__btn{justify-content:flex-end}.section-who__btn .primary-btn{margin-right:100px}.section-video__video{aspect-ratio:16/8}.accordeon{padding:0}.accordeon__title-wrap{padding-right:220px}.accordeon__body{padding-right:0}.accordeon__body .accordeon__btn{position:absolute;right:0;top:10px;opacity:0;visibility:hidden}.accordeon__body:after{display:none}.accordeon__inner{display:flex;justify-content:space-between}.accordeon__text{padding-right:230px}.accordeon__btn{margin-top:0}.main-slider .splide__arrows{display:flex}.section-environment__body{display:flex;align-items:center;justify-content:space-between;gap:50px}.section-environment__img{max-width:610px;aspect-ratio:16/15}.section-environment__content{width:100%;max-width:500px;margin-top:0}.section-environment__content-wrapper{width:100%;max-width:400px}.section-environment__btn{justify-content:flex-start}.section-sertificat__img{padding-bottom:37.97%}.reviews-wrapper{display:flex;justify-content:space-between;align-items:center;gap:50px}.reviews-thumbnail{width:65%;max-width:590px;margin-top:0;display:flex}.reviews-thumbnail__img{aspect-ratio:16/14}.reviews{width:35%;max-width:600px}.reviews__cont{max-width:400px;margin:0 auto}.reviews .reviews-thumbnail__img{display:none;margin-top:0}.reviews .splide__arrows{display:flex;justify-content:flex-start}.section-main__video{aspect-ratio:16/7}.section-main__text-wrapper{display:flex}.section-main__text{max-width:500px}.section-main__btn{margin-top:0}.section-order__title{width:100%;max-width:690px}.section-order__item{min-height:590px;display:flex;align-items:center}.section-order__content{display:flex;justify-content:space-between;width:100%;max-width:990px;margin:0 auto;gap:0}.section-order__block-title{margin-bottom:0;width:100%;max-width:375px}.section-order__block-text{width:100%;max-width:520px}.section-claim__body{grid-template-columns:repeat(4,1fr)}.swiper-nav{display:flex;justify-content:center;margin-top:35px;gap:25px}.section-faq__body{display:flex;justify-content:space-between;gap:20px}.section-faq__left{width:100%;max-width:0;margin-bottom:0}.section-faq__title{position:sticky;top:60px}.section-faq__content{width:60%;max-width:700px}.section-faq__content-wrapper{width:100%;max-width:605px}.section-posts__wrapper{display:flex;align-items:center;gap:0}.section-posts__content{margin-left:50px;max-width:63%}.section-posts__text{margin-top:0}.section-posts__image{aspect-ratio:462/346;max-width:462px}.section-posts__btn{margin-top:0;position:absolute;bottom:95px;right:90px;z-index:3}.single-body__item,.single-body__item-block{display:flex;justify-content:space-between;gap:20px}.single-body__left{margin-bottom:0;width:40%;max-width:475px}.single-body__title{position:sticky;top:120px}.single-body__right{width:60%;max-width:610px}.single-body__btn{justify-content:flex-start}.sertification-body__item{display:flex;justify-content:space-between;gap:20px}.sertification-body__left{margin-bottom:0;width:40%;max-width:475px}.sertification-body__title{position:sticky;top:60px}.sertification-body__right,.single-service .section-faq__content{width:60%;max-width:610px}.single-service .section-contform__right,.single-service .section-faq__content,.single-service .sertification-body__right,.single-service .single-body__right{margin-right:25px}.section-contform__body{display:flex;justify-content:space-between;gap:20px}.section-contform__left{width:40%;max-width:475px}.section-contform__title{margin-bottom:0;position:sticky;top:60px}.section-contform__right{width:60%;max-width:610px}.page-template-tpl-career .section-who__btn{margin-top:12px}.career__btn{margin-top:0!important}.section-team__body{display:flex;justify-content:space-between;align-items:center}.section-team__title-wrap{width:100%;max-width:530px;display:flex;flex-direction:column;align-items:center;margin-bottom:0}.section-team__title{max-width:350px}.section-team__text{width:100%;max-width:350px}.section-team__btn{max-width:350px;margin-top:35px;justify-content:flex-start}.section-team__image{width:100%;max-width:705px;aspect-ratio:16/13}.section-value__content{grid-template-columns:repeat(3,1fr);row-gap:40px}.history-thumb-gallery__slide{max-width:530px}.history-thumb-gallery__content{padding-right:130px}.section-sertifications__item{width:50%}.product-body{gap:50px}.cat-post{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.cat-post__img{aspect-ratio:16/11;max-width:610px;margin-top:0}.cat-post__body{max-width:505px}.cat-post__excerpt{margin-top:0}.section-body__link{flex-direction:row}.section-body__date{margin-bottom:0}.section-form__body{margin-top:12px;display:flex;justify-content:space-between;gap:20px}.section-form__content{width:100%;max-width:610px}.section-form__sidebar{margin-top:0;padding:80px 40px 80px 80px;max-width:505px}.section-map{aspect-ratio:16/7}.footer-content__upper{display:flex;justify-content:space-between;gap:50px}.footer-content__logo{max-width:295px}.footer-content__contacts{max-width:280px}.footer-content__menu{max-width:790px;margin-top:0}.footer-content__footer-bottom{display:flex;justify-content:space-between}.footer-content__bot-right{width:50%}.footer-content__bot-left{margin-top:0;justify-content:flex-end;width:60%}.editor .main-slider .splide__arrow{position:relative;top:0;width:55px;height:55px}.editor-post__header{padding:20px}.editor-post__header-wrap{display:flex;align-items:center;gap:30px}.editor-post__img{aspect-ratio:16/16;width:100%;max-width:480px;border-radius:8px}.editor-post__title{max-width:500px}.editor-post__body{display:flex;justify-content:space-between;flex-direction:row;gap:30px}.editor-post__sidebar{width:100%;max-width:400px;margin-top:0}.editor-post__content{width:100%;max-width:690px}}@media (min-width:960px) and (min-width:320px){.section-hero{padding-top:calc(2.1739130435vw + 33.0434782609px);padding-bottom:calc(5.4347826087vw + 22.6086956522px)}.section-order__content{gap:calc(10.3260869565vw + -33.0434782609px)}.section-faq__left{max-width:calc(54.347826087vw + -173.9130434783px)}.section-posts__wrapper{gap:calc(13.0434782609vw + -41.7391304348px)}.single-service .section-contform__right,.single-service .section-faq__content,.single-service .sertification-body__right,.single-service .single-body__right{margin-right:calc(8.152173913vw + -1.0869565217px)}.editor-post__header{padding:calc(2.1276595745vw + 13.1914893617px)}}@media (min-width:1024px){.menu-item-has-children{width:auto;position:static}.menu-item-has-children:hover .sub-menu{opacity:1;visibility:visible}}@media (min-width:1025px){.main{padding-top:116px}.burger{display:none}.header-content__upper{display:flex;margin-top:0;justify-content:flex-end}.header-content__menu{margin-bottom:0}.header-content__list{display:flex;align-items:center}.header-content__list>li{margin-left:20px}.header-content__list>li:not(:last-child){margin-bottom:0}.header-content__list>li>a{font-size:16px}.header .header-content__list{display:flex}.menu-item-has-children:after{display:none}.menu-item-has-children a{pointer-events:auto}.mobile-item{display:none}.sub-menu{position:absolute;top:115px;left:0;width:100%;height:calc(100vh - 107px);opacity:0;visibility:hidden;z-index:7;transition:.3s linear;overflow:visible;background-color:var(--white)}.sub-menu::after{content:"";position:absolute;top:-37px;left:0;width:100%;height:40px}.sub-menu__img{display:block;position:absolute;bottom:0;right:25px;overflow:hidden;z-index:5;width:496px;height:80px}.sub-menu__img img{position:absolute;left:0;bottom:-37px;width:100%;height:100%}.sub-menu__body{position:relative;width:100%;max-width:1280px;padding-top:45px;padding-bottom:115px;margin:0 auto;list-style:none;z-index:2;padding-left:230px}.sub-menu__body ul{display:grid;grid-template-columns:repeat(2,max-content);-moz-column-gap:120px;column-gap:120px;row-gap:20px}.sub-menu__body ul>li>a{color:var(--black);font-size:18px;font-weight:700;line-height:130%;white-space:nowrap;transition:.3s linear}.sub-menu__body ul>li>a:hover{color:var(--green)}.mobile-menu{display:none}}@media (min-width:1025px) and (min-width:1025px){.sub-menu__body{padding-left:260px}.sub-menu__body ul>li>a{font-size:14px}}@media (min-width:1100px){.header-content__logo{margin-right:50px}.header-content__list>li{margin-left:30px}.section-sertificat__column{width:25%}.section-sertificat__column_title{width:25%;margin-bottom:0;text-align:left}.section-sertificat__column_item{width:25%}.section-sertificat__btn{justify-content:flex-start}.section-posts__wrapper{min-height:450px}}@media (min-width:960px) and (min-width:1240px){.section-hero{padding-top:60px;padding-bottom:90px}.section-order__content{gap:95px}.section-faq__left{max-width:500px}.section-posts__wrapper{gap:120px}.single-service .section-contform__right,.single-service .section-faq__content,.single-service .sertification-body__right,.single-service .single-body__right{margin-right:100px}}@media (min-width:1240px){.section-hero__title{font-size:60px}.section-who__wrapper{padding-top:100px;padding-bottom:80px}.section-who__btn{margin-top:160px}.section-title{font-size:36px}.section-video{padding-top:80px;padding-bottom:80px}.accordeon__item{padding-top:45px;padding-bottom:45px}.accordeon__title{font-size:36px}.section-rangers__wrapper{padding-top:80px}.section-environment{padding-top:125px;padding-bottom:125px}.section-environment__btn{padding-top:45px}.section-sertificat__wrap{padding-top:170px;padding-bottom:140px}.section-sertificat__title{margin-bottom:45px}.section-sertificat__reviews{padding-top:150px;padding-bottom:100px}.section-sertificat__reviews_join{padding-top:100px;padding-bottom:90px}.reviews__footer{margin-top:80px}.reviews .splide__arrow{margin-top:40px}.section-main{padding-top:60px}.section-main__slider{margin-top:50px}.section-main__subtitle{margin-bottom:50px}.section-main__content,.section-main__video{margin-top:60px}.page-title{font-size:50px}.section-order{padding-top:130px;padding-bottom:100px}.section-order__title{margin-bottom:45px}.section-order__item{padding-top:180px;padding-bottom:180px}.section-order__block-text p{padding-top:10.7px;padding-bottom:10.7px}.section-claim{padding-top:70px;padding-bottom:110px}.section-claim__title{margin-bottom:70px}.section-other{padding-top:135px}.section-other__title{margin-bottom:45px}.product-slider{padding-bottom:135px}.section-faq{padding-bottom:100px}.section-faq__body{padding-top:100px}.section-main__image{margin-top:45px}.section-posts{padding-top:50px;padding-bottom:90px}.section-posts__wrapper{padding-left:50px;padding-right:50px}.single-body__body{margin-top:90px;padding-bottom:100px}.single-body__item{padding-top:90px;padding-bottom:100px}.sertification-body{padding-top:100px}.sertification-body__wrapper{padding-bottom:100px}.sertification-body__right-item{margin-top:80px}.section-contform{padding-bottom:100px}.section-contform__body{padding-top:100px}.career{padding-bottom:110px}.career__text{margin-top:25px}.career__btn{margin-top:30px}.section-wait{margin-top:100px}.section-wait__content{padding-top:70px;padding-bottom:85px}.section-wait__title{margin-bottom:55px}.section-accordeon{padding-top:70px;padding-bottom:70px}.section-accordeon__item{padding:50px 40px}.section-team{padding-bottom:138px}.section-team__body{padding-top:112px}.section-value{padding-top:70px}.section-value__body{padding-bottom:110px}.section-value__content{margin-top:60px}.section-history{padding-top:85px;padding-bottom:80px}.section-history__title{margin-bottom:45px}.history-body{padding-top:170px}.history-body__title{margin-bottom:28px}.history-body__list{margin-top:55px}.history-body__item{padding-top:35px;padding-bottom:42px}.section-sertifications{padding-top:70px;padding-bottom:130px}.section-sertifications__content{margin:-27.5px -62.5px}.section-sertifications__item{padding:27.5px 62.5px}.section-sertifications__icon{margin-bottom:15px}.product-body{padding-bottom:140px}.product-body__item{padding-bottom:60px}.product-body__btn,.product-body__item:not(:first-child){margin-top:40px}.product-body__list{gap:40px;margin-top:80px}.section-similar__title{margin-bottom:50px}.section-similar__wrapper{padding-bottom:95px}.single-output .section-faq{padding-top:85px}.cat-post{margin-top:60px;gap:120px}.cat-post__btn{margin-top:45px}.section-body{padding-top:100px;padding-bottom:100px}.section-body__container:after{height:480px}.section-form{padding-top:60px}.section-form__body{padding-bottom:60px}.section-form__content{margin-top:70px}.section-form__sidebar-item{margin-top:40px}.section-info{padding-top:55px}.section-info__body{margin-top:50px;padding-bottom:60px}.section-info__item{margin-bottom:50px}.section-info__form{padding-top:60px;padding-bottom:100px}.footer{padding-top:95px;padding-bottom:55px}.footer-content__logo-img{margin-bottom:45px}.footer-content__slogan{margin-bottom:35px}.footer-content__menu-untitle{margin-bottom:40px}.footer-content__bottom{margin-top:100px}.footer-content__social-title{margin-bottom:45px}.footer-content__footer-bottom{margin-top:165px}.editor-post__header-wrap{gap:100px}.editor-post__body{gap:120px}}@media (min-width:520px) and (min-width:1240px){.section-value__content,.section-wait__body{-moz-column-gap:120px;column-gap:120px}}@media (min-width:1260px){.error-page{padding-top:60px;padding-bottom:60px}.editor{padding-top:60px;padding-bottom:60px}.editor p{padding-top:10px;padding-bottom:10px}.editor ul{margin-left:20px}.editor-post__body{padding-top:100px}.editor-title{margin-bottom:50px}}@media (min-width:960px) and (min-width:1260px){.editor-post__header{padding:40px}}@media (min-width:1340px){.main-slider .splide__arrow{position:absolute;top:20%;width:75px;height:75px;z-index:3}.main-slider .splide__arrow--next{right:-45px}.main-slider .splide__arrow--prev{left:-45px}.swiper-button-next,.swiper-button-prev{position:absolute;top:20%;width:75px;height:75px}.swiper-button-prev{left:-45px}.swiper-button-next{right:-45px}}@media (max-width:1025px){.wrapper{overflow:hidden}}@media (hover:hover){.header-content__list>li:hover>a{color:var(--green)}.primary-btn:hover{background:var(--white);border:1px solid var(--green)}.primary-btn:hover .primary-btn__link{color:var(--green)}.primary-btn:hover .primary-btn__svg{color:var(--green);transform:translateX(10px)}.btn-light .primary-btn:hover{border:1px solid var(--green)}.accordeon__item:hover{background:var(--beige)}.accordeon__item:hover .accordeon__body .accordeon__btn{opacity:1;visibility:visible}.post-slider__slide:hover{color:var(--green)}.post-slider__slide:hover:after{background:var(--green)}.footer-content__navigation li a:hover{color:var(--green)}}