@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Medium.woff2') format('woff2'),
        url('fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Regular.woff2') format('woff2'),
        url('fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Black.woff2') format('woff2'),
        url('fonts/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Light.woff2') format('woff2'),
        url('fonts/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('fonts/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Bold.woff2') format('woff2'),
        url('fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-SemiBold.woff2') format('woff2'),
        url('fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Italic.woff2') format('woff2'),
        url('fonts/Inter-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-BoldItalic.woff2') format('woff2'),
        url('fonts/Inter-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}



html { min-width:320px;}

 body {position: relative; background:#fff; color: #464443; font-size: 16px; line-height: 24px; margin: 0; padding: 0px 0 0 0; height: auto !important; min-height: 100%; font-family:  'Inter', 'Helvetica', sans-serif;}
 html > body {padding: 0;}
 img {padding: 0; margin: 0; border: 0;}
 .cleaner {clear: both;}
 a:hover {text-decoration: none;}
input::-moz-placeholder {opacity: 1; color: #7D7A78;}
input::-webkit-input-placeholder {opacity: 1; color: #7D7A78;}
input:focus::-moz-placeholder {opacity: 0;}
input:focus::-webkit-input-placeholder {opacity: 0;}
textarea::-moz-placeholder {opacity: 1; color: #7D7A78;}
textarea::-webkit-input-placeholder {opacity: 1; color: #7D7A78;}
textarea:focus::-moz-placeholder {opacity: 0;}
textarea:focus::-webkit-input-placeholder {opacity: 0;}
a {color: #006BCF;}
* {box-sizing: border-box; outline: none; max-height: 999999px; -webkit-appearance: none!important;}
.all {width:100%; max-width: 1440px; margin: 0 auto; padding: 0 40px; box-sizing: border-box;}
form {padding: 0; margin: 0; border: 0;}
form fieldset {padding: 0; margin: 0; border: 0;}
button, a {transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}

.container {margin: 0 auto; position: relative; width:100%; margin: 0 auto; padding: 0; overflow: hidden; padding-top: 102px;}
.container.text-page {padding: 30px 0;}
.container.match {background: #49494B;}
p {padding: 0; margin: 0;}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

body.pop-open {height: 100dvh; overflow: hidden;}
body.pop-open:before {content: ''; display: block; position: fixed; top: 0; left: 0; bottom: 0; width: 100%;}

header {background: #fff; position: fixed; top: 0; left: 0; width: 100%; z-index: 50; box-shadow: 0px 2px 4px 0px #00000014;}
header .all {height: 102px; max-height: 102px; transition: all 0.1s ease; display: flex; align-items: center; justify-content: space-between;}
header.small .all {max-height: 70px;}
header .left, header .right {display: flex; align-items: center;}
header .logo {margin: 0 64px 0 0; display: block;}
header nav ul {display: flex; padding: 0; margin: 0; list-style-type: none;}
header nav ul li:not(:last-child) {margin: 0 32px 0 0;}
header nav ul li a {font-size: 14px; line-height: 20px; text-transform: uppercase; text-decoration: none; color: #464443;}
header nav ul li a:hover {color: #9FBE67;}
header .btn {margin: 0 0 0 32px; line-height: 38px; display: table; color: #fff; text-decoration: none; border-radius: 20px; border: 1px solid #9FBE67; background: #9FBE67; font-size: 14px; padding: 0 24px; text-transform: uppercase;}
header .btn:hover {background: none; color: #9FBE67;}
header .phone {position: relative; line-height: 24px; padding: 0 0 0 32px; color: #464443; font-size: 14px;}
header .phone:before {content: ''; display: block; position: absolute; width: 24px; height: 24px; left: 0; top: 0; background: url(img/call-ic.svg) center center no-repeat; transition: all 0.3s ease; filter: grayscale(100%) brightness(40%);}
header .phone:hover {color: #9FBE67; text-decoration: none;}
header .phone:hover:before {filter: none;}
header .menu-ic, header .soc-block {display: none;}

.fscreen {margin: 0 0 40px; font-size: 18px; line-height: 28px; display: flex; align-items: center; height: 700px; position: relative; background: url(img/topbg.webp?ver3) center center/cover no-repeat;}
.fscreen:before {content: ''; display: block; position: absolute; top: 0 ; left: 0; bottom: 0; width: 100%; background: linear-gradient(0deg, rgba(244, 238, 224, 0.3), rgba(244, 238, 224, 0.3)), linear-gradient(252.85deg, rgba(255, 255, 255, 0) 26.41%, rgba(255, 255, 255, 0.8) 100%);}
.fscreen .txt {position: relative;}
.fscreen .label {display: table; margin: 0 0 16px; padding: 0 16px; line-height: 38px; background: #fff; border-radius: 18px; font-size: 14px; color: #7D7A78;}
.fscreen h1 {font-size: 48px; line-height: 58px; font-weight: bold; margin: 0 0 32px; padding: 0; max-width: 650px;}
.fscreen .btns {margin: 64px 0 0 0; display: flex; align-items: center;}
.fscreen .btns a + a {margin-left: 8px;}

.beige-btn {white-space: nowrap; font-family: inherit; cursor: pointer; transition: all 0.3s ease; border: 0; font-size: 16px; display: flex; align-items: center; height: 56px; padding: 0 32px; border-radius: 8px; background: #F4EEE0; color: inherit; text-decoration: none; color: #464443;}
.beige-btn:hover {background: #9FBE67; color: #fff;}
.beige-btn:hover img {filter: grayscale(100%) brightness(800%);}
.beige-btn img {transition: all 0.2s ease; display: block; height: 24px; margin: 0 8px 0 0;}
.beige-btn.long {width: 100%; justify-content: center;}

.show-more span.hid {display: none;}
.open .show-more span.hid {display: inline;}
.open .show-more span {display: none;}


.green-btn {font-size: 16px; display: flex; align-items: center; height: 56px; padding: 0 32px; border-radius: 8px; background: #9FBE67; color: inherit; text-decoration: none; color: #fff; border: 1px solid #9FBE67;}
.green-btn:hover {background: none; color: #9FBE67;}
.green-btn:hover img {filter: none;}
.green-btn img {transition: all 0.2s ease; display: block; height: 24px; margin: 0 8px 0 0; filter: grayscale(100%) brightness(800%);}


.counts-block {margin: 0 0 40px; display: flex; justify-content: space-between;}
.counts-block .block {color: #7D7A78; width: calc(100% / 3 - 13px); padding: 24px; border-radius: 16px; background: #F7F4F0; text-align: center;}
.counts-block .block .ic {width: 56px; height: 56px; margin: 0 auto 24px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: #9FBE67;}
.counts-block .block .ic img {display: block; max-width: 100%; max-height: 100%;}
.counts-block .block .big {color: #464443; font-size: 36px; line-height: 42px; margin: 0 0 12px; font-weight: bold;}
.counts-block .block .big span {color: #9FBE67;}

.green-block {position: relative; color: #fff; padding: 40px 0; text-align: center;}
.green-block:before {background: url(img/green-bg.webp) center center/cover no-repeat; content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); width: 100vw; }
.green-block>* {position: relative;}
.green-block .title {display: flex; align-items: center; margin: 0 0 24px; justify-content: center; font-weight: bold; font-size: 36px; line-height: 42px;}
.green-block .title .label {display: flex; align-items: center; margin: 0 12px 0 0; color: #9FBE67; padding: 0 32px; height: 72px; background: #fff; border-radius: 40px;}
.green-block .title .label img {display: block; height: 54px; margin: 0 12px 0 0;}
.green-block .title span {max-width: calc(100% - 365px);}
.green-block .descr {max-width: 1050px; margin: 0 auto;}

.advantages-block {padding: 50px 0 80px; position: relative; display: flex; justify-content: space-between;}
.advantages-block:before {background: #F7F4F0; content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); width: 100vw; }
.advantages-block .block {border-radius: 16px; padding: 24px; background: #fff; position: relative; width: calc(20% - 16px); text-align: center;}
.advantages-block .block .ic {width: 56px; height: 56px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: #9FBE67;}
.advantages-block .block .ic img {display: block; max-width: 100%; max-height: 100%;}

.eco-block {margin: 0 0 80px; position: relative; color: #fff; height: 700px; display: flex; align-items: center;}
.eco-block:before {background: #F7F4F0 url(img/peisage.webp) top center/cover no-repeat; content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); width: 100vw; }
.eco-block > * {position: relative;}
.eco-block .txt {max-width: 598px; border: 1px solid rgba(255,255,255,0.3); padding: 32px; border-radius: 16px; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(5px);}
.eco-block .txt .title {margin: 0 0 16px; font-size: 28px; line-height: 36px; font-weight: bold; display: flex; align-items: center;}
.eco-block .txt .title .ic {border-radius: 8px; background: #9FBE67; width: 48px; height: 48px; margin: 0 20px 0 0; display: flex; align-items: center; justify-content: center;}
.eco-block .txt .title .ic img {display: block; max-width: 100%; max-height: 100%;}
.eco-block .txt ul.check {margin: 40px -8px -8px 0; padding: 0; width: calc(100% + 8px); list-style-type: none; display: flex; flex-wrap: wrap;}
.eco-block .txt ul.check li {margin: 0 8px 8px 0; display: table; line-height: 120%; padding: 6px 12px 6px 30px; background: #fff url(img/check-ic.svg) left 4px center no-repeat; border-radius: 20px; position: relative; color: #464443; font-size: 12px;}

.content h2 {font-size: 36px; line-height: 42px; font-weight: bold; color: #464443; margin: 0 0 20px; padding: 0;}
.content .flex-title {margin: 0 0 40px; display: flex; align-items: center; justify-content: space-between;}
.content .flex-title h2 {margin: 0;}
.content .flex-title .btns {display: flex; align-items: center;}
.content .flex-title a + a {margin-left: 8px;}
.content .txt-descr {color: #7D7A78; margin: 0 0 40px;}

.fibers-block {margin: 0 0 80px;}
.fibers-block .blocks {margin: 0 -20px -20px 0; width: calc(100% + 20px); display: flex; flex-wrap: wrap;}
.fibers-block .blocks .block {display: block; text-decoration: none; font-size: 14px; line-height: 20px; color: #7D7A78; width: calc(100% / 3 - 20px); margin: 0 20px 20px 0; padding: 32px; background: #F7F4F0; border-radius: 16px;}
.fibers-block .blocks .block .pic {height: 270px; border-radius: 16px; overflow: hidden; margin: 0 0 24px;}
.fibers-block .blocks .block .pic img {width: 100%; height: 100%; object-fit: cover;}
.fibers-block .blocks .block .chars {margin: 0 0 12px; display: flex; align-items: center; justify-content: space-between;}
.fibers-block .blocks .block .chars .title {transition: all 0.3s ease; color: #464443; font-size: 24px; line-height: 32px; font-weight: bold; max-width: calc(100% - 60px);}
.fibers-block .blocks a.block:hover .chars .title {color: #9FBE67;}
.fibers-block .blocks .block .chars .width {line-height: 28px; padding: 0 8px; background: #9FBE67; border-radius: 8px; color: #fff; font-size: 14px; font-weight: 600;}


.beige-bg {position: relative; color: #fff; padding: 80px 0; text-align: center;}
.beige-bg h2.left {text-align: left;}
.beige-bg .txt-descr.left {text-align: left;}
.beige-bg.margin {margin: 0 0 80px;}
.beige-bg:before {background: #F7F4F0; content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); width: 100vw; }
.beige-bg>* {position: relative;}

.two-slides .owl-carousel {position: static; max-width: 906px; overflow: visible;}
.two-slides .owl-carousel .owl-stage-outer {overflow: visible;}
.two-slides .owl-carousel .in {position: relative;}
.two-slides .item {text-align: left; color: #fff; text-decoration: none; overflow: hidden; display: block; position: relative; height: 320px; border-radius: 16px; background: center center/cover no-repeat;}
.two-slides .item.top-bg {background-position: top center;}
.two-slides .item.top-bg:before {display: none;}
.two-slides .item:before {content: ''; display: block; position: absolute; top: 0; left: 0; bottom: 0; width: 100%; background: #000; opacity: 0.15;}
.two-slides .item .txt {width: 100%; max-width: 500px; border-radius: 16px; padding: 24px; background: rgba(0, 0, 0, 0.32); backdrop-filter: blur(5px); position: absolute; left: 24px; bottom: 24px;}
.two-slides .item .txt .title {font-size: 24px; line-height: 32px; margin: 0 0 12px; font-weight: bold;}
.two-slides .item .txt .title:last-child {margin: 0;}

body .owl-carousel .owl-dots {display: none;}
body .owl-carousel .owl-nav button.owl-prev.disabled,
body .owl-carousel .owl-nav button.owl-next.disabled {cursor: default;}
body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel .owl-nav button.owl-next {width: 40px; height: 40px; top: 50%; margin-top: -20px; left: -20px; border-radius: 8px; position: absolute; display: block; background: #F7F4F0;}
body .owl-carousel .owl-nav button.owl-next {transform: scale(-1,1); left: auto; right: -20px;}
body .owl-carousel .owl-nav button.owl-prev:not(.disabled):hover,
body .owl-carousel .owl-nav button.owl-next:not(.disabled):hover {background: #9FBE67;}
body .owl-carousel .owl-nav button.owl-prev:before,
body .owl-carousel .owl-nav button.owl-next:before {transition: all 0.2s ease; content: ''; display: block; position: absolute; top: 0; left: 0; bottom: 0; width: 100%; background: url(img/slider-arr.svg) center center no-repeat;}
body .owl-carousel .owl-nav button.owl-prev:not(.disabled):hover:before,
body .owl-carousel .owl-nav button.owl-next:not(.disabled):hover:before {filter: grayscale(100%) brightness(900%);}

.modif-list {padding: 0 0 60px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.modif-list .block {font-size: 14px; line-height: 20px; color: #7D7A78; margin: 0 0 20px; width: calc(50% - 10px); padding: 32px; border-radius: 16px; background: #F7F4F0;}
.modif-list .block .pic {height: 435px; margin: 0 0 24px; border-radius: 16px; overflow: hidden;}
.modif-list .block .pic img {width: 100%; height: 100%; object-fit: cover;}
.modif-list .block .title {font-weight: bold; font-size: 24px; line-height: 32px; color: #464443; margin: 0 0 12px;}
.modif-list .block ul {color: #464443; margin: 20px 0 0 0; padding: 0; list-style-type: none;}
.modif-list .block ul li {position: relative; padding-left: 28px; background: url(img/check-ic.svg) left top no-repeat;}
.modif-list .block ul li + li {margin-top: 8px;}

.tech-list {padding: 0 0 60px; display: flex; flex-wrap: wrap; margin: 0 -20px 0 0; width: calc(100% + 20px);}
.tech-list .block {font-size: 14px; line-height: 20px; color: #7D7A78; width: calc(100% / 3 - 20px); margin: 0 20px 20px 0; padding: 32px; background: #F7F4F0; border-radius: 16px;}
.tech-list .block .title {font-size: 18px; line-height: 28px; color: #464443; font-weight: bold; margin: 0 0 16px; align-items: center; display: flex;}
.tech-list .block .title .ic {border-radius: 8px; background: #9FBE67; width: 48px; height: 48px; margin: 0 20px 0 0; display: flex; align-items: center; justify-content: center;}
.tech-list .block .title .ic img {display: block; max-width: 100%; max-height: 100%;}
.tech-list .block .title span {max-width: calc(100% - 68px);}


.catalog-block {margin: 0 0 80px; font-size: 18px; line-height: 28px; display: flex; align-items: center; height: 700px; position: relative; }
.catalog-block:after {content: ''; display: block; position: absolute; top: 0 ; left: 50%; transform: translateX(-50%);  bottom: 0; width: 100vw;   background: linear-gradient(0deg, rgba(244, 238, 224, 0.3), rgba(244, 238, 224, 0.3)), linear-gradient(252.85deg, rgba(255, 255, 255, 0) 26.41%, rgba(255, 255, 255, 0.8) 100%);}
.catalog-block:before {content: ''; display: block; position: absolute; top: 0 ; left: 50%; transform: translateX(-50%);  bottom: 0; width: 100vw;  background: url(img/catalog-bg.webp?ver3) center center/cover no-repeat;}
.catalog-block .txt {position: relative; z-index: 2;}
.catalog-block .txt p {max-width: 700px;}
.catalog-block .btns {margin: 48px 0 0 0; display: flex; align-items: center;}
.catalog-block .btns a + a {margin-left: 8px;}

.serts-block {padding: 0 0 60px; display: flex; flex-wrap: wrap; margin: 0 -20px 0 0; width: calc(100% + 20px);}
.serts-block .block {border-radius: 16px; overflow: hidden;  display: block; color: inherit; font-weight: bold; text-decoration: none;  width: calc(100% / 3 - 20px); margin: 0 20px 20px 0;}
.serts-block .block:hover {color: #9FBE67;}
.serts-block .block .pic {margin: 0 0 16px; height: 200px; background: #F7F4F0; border-radius: 8px; position: relative; overflow: hidden;}
.serts-block .block .pic img {position: absolute; border-radius: 5px; box-shadow: 9px 9px 20px 0px #00000040; top: 24px; left: 50%; transform: translateX(-50%); width: 170px;}


ul.tabs {-ms-overflow-style: none; scrollbar-width: none; overflow: auto; flex-wrap: wrap; display: flex; padding: 0 40px; margin: 0 -40px 32px; list-style-type: none; width: calc(100% + 80px);}
ul.tabs::-webkit-scrollbar {width: 0; height: 0;}
ul.tabs li {margin: 0 8px 8px 0;}
ul.tabs a {white-space: nowrap; display: table; padding: 0 16px; background: #F4EEE0; color: inherit; text-decoration: none; line-height: 36px; border-radius: 8px; font-size: 14px; font-weight: 600;}
ul.tabs li:not(.active) a:hover {color: #9FBE67;}
ul.tabs li.active a {color: #fff; background: #9FBE67;}

.tabs-content {margin: 0 0 110px;}


.tabs-list {position: relative;}
.tabs-list .tab {transition: opacity 0.3s ease; width: 100%;}
.tabs-list .tab:not(.active) {position: absolute; top: -999999px; left: -99999px; opacity: 0;}

.project-block {display: flex; justify-content: space-between;}
.project-block .gallery {width: calc(50% - 10px);}
.project-block .gallery .big-pic {margin: 0 0 8px; height: 392px; border-radius: 16px; overflow: hidden;}
.project-block .gallery img {display: block; width:100%; height: 100%; object-fit: cover;}
.project-block .gallery .thumbs {display: flex; flex-wrap: wrap; margin: 0 -8px 0 0; width: calc(100% + 8px);}
.project-block .gallery .thumbs div {overflow: hidden; cursor: pointer; width: 56px; height: 56px; border-radius: 8px; margin: 0 8px 8px 0;}
.project-block .inf {width: calc(50% - 10px); display: flex; flex-wrap: wrap;}
.project-block .inf .bg-block {width: 100%; padding: 32px; background: #F7F4F0; border-radius: 16px;}
.project-block .inf .bg-block + .bg-block {margin-top: 20px;}
.project-block .inf h2 {font-size: 24px; line-height: 32px; margin: 0 0 20px;}
.project-block .inf h3 {font: inherit; padding: 0 0 8px; margin: 0; font-weight: bold;}
.project-block .inf p:not(:last-child) {padding-bottom: 16px;}

.reviews-block {margin: 0 0 80px; flex-wrap: wrap; display: flex; justify-content: space-between;}
.reviews-block .block {overflow: hidden; transition: all 0.3s ease; width: calc(50% - 10px); margin: 0 0 20px; display: flex; flex-direction: column; padding: 32px 32px 32px 104px; position: relative; border-radius: 16px; background: #F7F4F0 url(img/rev-bg.svg) top 32px left 32px no-repeat;}
.reviews-block:not(.open) .block:nth-child(n+3) {margin: 0; padding-top: 0; padding-bottom: 0; opacity: 0; max-height: 0;}
.reviews-block .block .name {font-weight: bold; margin-top: auto;}
.reviews-block .block .post {margin: 4px 0 0 0; font-size: 14px; line-height: 20px; color: #7D7A78;}
.reviews-block .block .txt {margin: 0 0 24px;}
.beige-btn.show-more {margin-top: 20px;}

.form-block {position: relative; color: #fff; padding: 80px 0; }
.form-block:before {background: #F1EAD8 url(img/form-bg.webp) center center/cover no-repeat; content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); width: 100vw; }
.form-block {position: relative;}
.form-block .into {max-width: 800px; margin: 0 auto; position: relative; border-radius: 16px; background: #fff; padding: 32px;}

.form {font-size: 14px; line-height: 20px; color: #464443; display: flex; justify-content: space-between; flex-wrap: wrap;}
.form .outer {width: calc(50% - 10px); margin: 0 0 24px;}
.form .outer.long {width: 100%;}
.form p {padding: 0 0 8px;}
.content .form-block .txt-descr {margin-bottom: 32px; max-width: 700px;}
.inp-txt input, .inp-txt textarea {transition: all 0.3s ease; color: #464443; font-size: 16px; border: 0; width: 100%; font-family: inherit; padding: 0 24px; height: 56px; border-radius: 8px; background: #F7F4F0;}
.inp-txt input:hover, .inp-txt textarea:hover {background: #F4EEE0;}
.inp-txt textarea {height: 172px; resize: none; overflow: hidden; padding: 16px 24px;}

label.checkbox {font-size: 14px; line-height: 20px; padding: 0 0 0 32px; margin: 8px 0 32px; position: relative; display: block;}
label.checkbox input {position: absolute; top: 0; left: 0; width: 32px; height: 32px; opacity: 0; z-index: 2; cursor: pointer;}
label.checkbox input:checked ~ .i {background: #9FBE67 url(img/checked-ic.svg) center center no-repeat;}
label.checkbox .i {background: center center no-repeat; display: block; position: absolute; top: 0; left: 0; width: 20px; height: 20px; border-radius: 4px; border: 2px solid #7D7A78; transition: all 0.3s ease;}
label.checkbox:hover .i {border-color: #9FBE67;}

footer {color: #fff; padding: 80px 0 32px; background: #464443;  margin: 0 auto;}
footer .logo {height: 54px; margin: 0 0 24px; display: block;}
footer p {padding: 0 0 24px;}
footer p.bold {padding: 0 0 16px; font-weight: bold;}
footer .bottom {font-size: 14px; line-height: 20px; color: #7D7A78; display: flex; align-items: center; justify-content: space-between; margin: 32px 0 0 0; padding: 32px 0 0 0; border-top: 1px solid #7D7A78;}
footer .bottom a {color: #fff; text-decoration: none;}
footer .bottom .links {display: flex; align-items: center;}
footer .bottom .links a + a {margin-left: 24px;}
footer p.cont {padding: 0 0 12px; display: flex; align-items: flex-start;}
footer p.cont .ic {width: 24px; height: 28px; margin: 0 8px 0 0; display: flex; align-items: center; justify-content: center;}
footer p.cont .ic img {display: block; max-width: 100%; max-height: 100%;}
footer p.cont a {text-decoration: none; color: inherit;}
footer p.cont span {max-width: calc(100% - 36px);}

.soc-block {display: flex; flex-wrap: wrap;}
.soc-block img {display: block; height: 28px;}
.soc-block a + a {margin-left: 8px;}

.custom-select {max-width: 498px; z-index: 5; position: relative; margin: 0 0 32px;}
.custom-select select {position: absolute; left: -999999px; top: -999999px;}
.custom-select .drop-outer {-ms-overflow-style: none; scrollbar-width: none; max-height: 320px; overflow: auto; color: #464443; border-radius: 12px; background: #F7F4F0; padding: 8px; min-width: 100%; position: absolute; left: -999999px; top: -999999px; opacity: 0; transition: opacity 0.3s ease;}
.custom-select .drop-outer::-webkit-scrollbar {width: 0; height: 0;}
.custom-select .drop-outer ul {padding: 8px 16px 8px 8px; margin: 0; list-style-type: none;}
.custom-select .drop-outer li {background: center right 24px no-repeat; position: relative; transition: all 0.3s ease; padding: 0 16px; border-radius: 8px; line-height: 48px; white-space: nowrap; cursor: pointer; }
.custom-select .drop-outer li.sel {background-color: #fff; background-image: url(img/check-ic.svg);}
.custom-select .drop-outer li:hover {color: #9FBE67;}
.custom-select .open .drop-outer {opacity: 1; top: calc(100% + 8px); left: 0;}
.custom-select .sel-btn {display: block; cursor: pointer; position: relative; line-height: 56px; padding: 0 52px 0 24px; border-radius: 8px; background: #F7F4F0; font-size: 16px; color: #464443; transition: all 0.3s ease;}
.custom-select .sel-btn:after {content: ''; display: block; position: absolute; width: 24px; height: 24px; right: 24px; top: 50%; margin-top: -12px; transition: all 0.3s ease; background: url(img/sel-arr.svg) center center no-repeat;}
.custom-select .open .sel-btn:after {transform: scale(1,-1);}
.custom-select .sel-btn:hover {background: #F4EEE0;}


.contacts-block {display: flex; justify-content: space-between;}
.contacts-block .left {width: calc(50% - 10px); max-width: 620px;}
.contacts-block .map {border-radius: 16px; overflow: hidden; width: calc(50% - 10px); max-width: 620px;}

.text-page {padding: 50px 0;}
.text-page h1 {line-height: 130%; padding: 0 0 20px; margin: 0;}

.tabs-contacts {position: relative; padding: 0 0 20px;}
.tabs-contacts .tab {transition: opacity 0.3s ease; width: 100%;}
.tabs-contacts .tab:not(.active) {position: absolute; top: -999999px; left: -99999px; opacity: 0;}

/*owl carousel*/ .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*facybox/*/body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

/*custom scrollbar*/.jspContainer{overflow:hidden;position:relative}.jspPane{position:relative; margin-left: 0!important; width: 100%!important;}
.jspVerticalBar{position:absolute;top:8px; right:6px;width: 4px;height:calc(100% - 16px); overflow: hidden; background: none; border-radius: 5px;}
.jspHorizontalBar:before {content: ''; display: block; position: absolute; left: 0; top: -33px; width: 18px; height: 18px; background: url(../img/drag-ic.svg) center center/contain no-repeat;}
.jspHorizontalBar{display: none!important; position:absolute;bottom: 3px;left:0; width: calc(100% - 15px);height:3px;background:#fff; border-radius: 3px;}.jspCap{display:none}.jspHorizontalBar .jspCap{float:left}.jspTrack{position:relative}
.jspDrag{background: #9fbe67; border-radius: 2px; position:relative;top:0;left:px;cursor:pointer;  width: 4px;}.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:3px}.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;padding:0;margin:0}.jspArrow.jspDisabled{cursor:default;background:#80808d}.jspVerticalBar .jspArrow{height:16px}.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%}.jspVerticalBar .jspArrow:focus{outline:none}.jspCorner{background:#eeeef4;float:left;height:100%}* html .jspCorner{margin:0 -3px 0 0} .jspHorizontalBar .jspTrack {height: 1px;}
.jspPane {left: 0!important;}

.fancybox-content .pdf {position: absolute; bottom: 24px; right: 24px; width: 48px; height: 48px; border-radius: 8px; background: #9FBE67 url(img/pdf-ic.svg) center center no-repeat;}

body .ymaps-2-1-79-controls__toolbar {display: none!important;}

.popup {z-index: 999; display: flex; align-items: center; justify-content: center; position: fixed; top: -999999px; left: -99999px; opacity: 0; transition: opacity 0.3s ease; width: 100%; height: 100dvh; background: rgba(0, 0, 0, 0.32);}
.popup.visible .ovlay {position: absolute; top: 0; left: 0; width: 100%; bottom: 0;}
.popup.visible {left: 0; top: 0; opacity: 1;}
.popup .into {width: 100%; max-width: 480px; background: #fff; border-radius: 16px; padding: 32px; position: relative;}
.popup .close:not(.btn) {cursor: pointer; width: 24px; height: 24px; position: absolute; top: 24px; right: 24px; transition: all 0.3s ease;  background: url(img/pop-close-ic.svg) center center no-repeat;}
.popup .close:not(.btn):hover {filter: brightness(60%);}
.popup .close:not(.btn) span {display: none;}
.popup .title {font-size: 28px; line-height: 36px; margin: 0 0 32px; font-weight: bold;}
.popup .form .outer {width: 100%;}
.popup .hidden {display: none;}

.thanks-block {display: none; font-size: 14px; line-height: 20px; text-align: center;}
.thanks-block.visible {display: block;}
.thanks-block .title {margin: 0 0 16px;}
.thanks-block .thanks-ic {display: table; margin: 0 auto 16px;}
.thanks-block .beige-btn {padding: 0 32px; width: auto; display: table; margin: 24px auto 0; line-height: 56px;}
.thanks-block p {color: #7D7A78;}
.thanks-block .mob-txt {display: none;}

@media all and (max-width:1350px) {
header nav ul li:not(:last-child) {margin: 0 20px 0 0;}
.all {padding: 0 24px;}
header .logo {height: 46px; margin: 0 32px 0 0;}
.fscreen h1 {font-size: 44px; line-height: 125%;}
.green-block .title, .content h2 {font-size: 32px; line-height: 125%;}

}

@media all and (max-width:1200px) {
header .btn {padding: 0 16px; margin: 0 0 0 24px; font-size: 12px;}
header .logo {height: 42px; margin-right: 20px;}
header .all {height: 90px;}
.container {padding-top: 90px;}
header nav ul li a {font-size: 12px;}
header nav ul li:not(:last-child) {margin: 0 10px 0 0;}
.fscreen {height: 550px; }
.fscreen h1 {font-size: 36px;}
.green-block .title, .content h2 {font-size: 28px; line-height: 36px;}
.green-block .title .label img {height: 40px;}
.green-block .title .label {height: 60px; padding: 0 20px; font-size: 28px; }
.green-block .title span {max-width: calc(100% - 290px);}
.eco-block {height: 550px;}
.fibers-block .blocks .block .pic {height: 230px;}
.modif-list .block .pic {height: 380px;}
.catalog-block {height: 550px;}
.beige-btn, .green-btn {padding: 0 20px; font-size: 14px;}
.project-block .inf .bg-block {padding: 24px;}
.project-block .inf h2 {font-size: 20px; line-height: 125%;}
}

@media all and (max-width:1010px) {
ul.tabs {flex-wrap:nowrap; -ms-overflow-style: none; scrollbar-width: none; padding: 0 24px; margin-left: -24px; margin-right: -24px; width: calc(100% + 48px);}
ul.tabs::-webkit-scrollbar {width: 0; height: 0;}
.thanks-block .mob-txt {display: inline;}
.thanks-block .beige-btn span:not(.mob-txt) {display: none;}
.popup {left: 0; top: 0; opacity: 1;visibility: hidden;}
.popup .close:not(.btn) {font-size: 16px; line-height: 24px; color: #9FBE67; right: auto; left: 16px; top: 10px; padding: 0 0 0 28px; background: url(img/back-ic.svg) center left no-repeat;}
.popup .close:not(.btn) span {display: block;}
.popup {align-items: flex-start; background: none; visibility: hidden;}
.popup .into {padding: 56px 16px 24px; visibility: visible; transform: translateX(110vw); transition: all 0.3s ease; border-radius: 0; top: 80px; height: calc(100dvh - 80px);}
.popup .title {font-size: 24px; line-height: 32px; margin: 0 0 24px;}
.popup.visible .into {transform: none;}
header .all {max-height: calc(100dvh - 80px)!important; justify-content: flex-start; padding-bottom: 40px; overflow: auto; align-items: flex-start; flex-direction: column; position: fixed; left: 110vw; padding-top: 132px; transition: left 0.3s ease; height: calc(100dvh - 80px); top: 80px; background: #fff; z-index: 90;}
.pop-open header .all {left: 0;}
header .all .btn {position: absolute; width: calc(100% - 32px); left: 16px; top: 36px; text-align: center; margin: 0; line-height: 54px; border-radius: 30px;  font-size: 14px;}
header {height: 80px;}
header .menu-ic {display: block; height: 64px; position: fixed; top: 8px; right: 8px; width: 64px; background: url(img/menu-ic.svg) center center no-repeat;}
.pop-open header .menu-ic {background: url(img/close-ic.svg) center center no-repeat;}
header .logo {position: fixed; height: 48px; left: 16px; top: 16px;}
header .logo {position: fixed; height: 48px; left: 16px; top: 16px;}
header nav ul {display: block;}
header nav ul li:not(:last-child) {margin: 0 0 32px;}
header nav ul li a {font-size: 18px; line-height: 28px; display: block;}
header .soc-block {display: flex;}
header .phone {display: table; margin: 40px 0;}
.all {padding: 0 16px;}
.container {padding-top: 80px;}
.fscreen {height: calc(100dvh - 80px); min-height: 700px;}
.fscreen .label {line-height: 32px; font-size: 12px; margin: 0 0 12px;}
.fscreen h1 {font-size: 32px; line-height: 38px; margin: 0 0 24px;}
.fscreen .btns {margin-top: 48px;}
.counts-block .block {font-size: 14px; line-height: 20px; padding: 24px; }
.counts-block .block .ic {width: 48px; height: 48px; margin: 0 auto 20px;}
.counts-block .block .ic img {max-width: 40px; max-height: 40px;}
.counts-block .block .big {font-size: 28px; line-height: 36px;}
.green-block .title {flex-direction: column;}
.green-block .title .label {margin: 0 auto 8px;}
.green-block .title span {max-width: 100%;}
.advantages-block {-ms-overflow-style: none; scrollbar-width: none; background: #F7F4F0; padding: 80px 16px; width: calc(100% + 32px); margin-left: -16px; margin-right: -16px; overflow: auto;}
.advantages-block::-webkit-scrollbar {width: 0; height: 0;}
.advantages-block .block {min-width: 220px; margin: 0 20px 0 0;}
.fibers-block .blocks {display: block; margin-right: 0; width: 100%;}
.fibers-block .blocks .block {width: 100%;}
.fibers-block .blocks .block .pic {min-height: 40vw;}
.content .flex-title {flex-direction: column; align-items: flex-start;}
.content .flex-title h2 {text-align: left; margin: 0 0 24px;}
.modif-list {display: block;}
.modif-list .block {width: 100%;}
.two-slides .owl-carousel {max-width: calc(100% - 100px);}
.tech-list .block {width: calc(50% - 20px);}
.catalog-block .btns {flex-wrap: wrap;}
.catalog-block .btns a {margin: 0 8px 8px 0;}
.catalog-block .btns a + a {margin-left: 0;}
.project-block {display: block;}
.project-block .gallery {width: 100%; margin: 0 0 32px;}
.project-block .inf {width: 100%;}
.project-block .gallery .big-pic {min-height: 55vw;}
.reviews-block .block {padding: 92px 24px 24px; background-position: top 24px left 24px; background-size: 48px auto;}
.contacts-block {display: block;}
.contacts-block .left {max-width: 100%; width: 100%; margin: 0 0 32px;}
.contacts-block .map {max-width: 100%; width: 100%; height: 450px;}
footer .bottom {display: block;}
footer .bottom .links {margin-top: 24px;}
.modif-list .block .pic {max-height: 50vw;}
}

@media all and (max-width:700px) {
.green-block .title {margin-bottom: 12px;}
.beige-btn {justify-content: center;}
.fscreen .btns {display: block;}
.fscreen .btns a + a {margin: 8px 0 0 0;}
.green-block {padding: 40px 0;}
.fscreen {align-items: flex-end; padding: 0 0 40px; margin: 0 0 40px;}
.counts-block {margin: 0 0 40px; display: block;}
.counts-block .block + .block {margin-top: 12px;}
.counts-block .block {font: inherit; padding: 24px; width: 100%;}
.green-block {padding: 40px 0;}
.advantages-block {padding: 40px 16px;}
.advantages-block .block {min-width: 320px; margin: 0 12px 0 0;}
.advantages-block .block .ic {width: 48px; height: 48px; margin: 0 auto 16px;}
.advantages-block .block .ic img {max-width: 32px; max-height: 32px;}
.eco-block {margin-bottom: 40px; height: 700px;}
.eco-block .txt {padding: 24px;}
.eco-block .txt .title {font-size: 24px; line-height: 32px; margin: 0 0 12px; display: block;}
.eco-block .txt .title .ic {width: 48px; height: 48px; margin: 0 0 16px;}
.eco-block .txt .title .ic img {max-width: 32px; max-height: 32px;}
.content .txt-descr {margin-bottom: 32px;}
.fibers-block {margin-bottom: 60px;}
.fibers-block .blocks .block {margin-bottom: 12px; padding: 24px;}
.fibers-block .blocks .block .pic {margin: 0 0 16px;}
.fibers-block .blocks .block .chars {margin: 0 0 8px;}
.fibers-block .blocks .block .chars .title {font-size: 20px; line-height: 28px;}
.fibers-block .blocks .block .chars .width {font-size: 12px; line-height: 24px;}
.beige-bg {padding: 40px 0;}
.beige-bg.margin {margin-bottom: 40px;}
.content .flex-title .beige-btn {width: 100%; justify-content: center;}
body .owl-carousel .owl-nav {display: none;}
.two-slides .item {height: 420px;}
.two-slides .owl-carousel {max-width: calc(100% - 40px);}
.two-slides .item .txt {max-width: calc(100% - 48px);}
.two-slides .item .txt .title {font-size: 20px; line-height: 28px; margin: 0 0 8px;}
.content .flex-title .btns {width: 100%; display: block;}
.content .flex-title .btns a + a {margin: 8px 0 0 0;}
.content .flex-title .btns a {width: 100%; justify-content: center;}
.modif-list .block {padding: 24px; margin: 0 0 12px 0;}
.modif-list .block .pic {max-height: 70vw;}
.modif-list .block .title {font-size: 20px; line-height: 28px; margin: 0 0 8px;}
.modif-list {padding: 0 0 28px;}
.tech-list {-ms-overflow-style: none; scrollbar-width: none; flex-wrap: nowrap; padding: 0 16px; margin: 0 -16px 40px; width: calc(100% + 32px); overflow: auto;}
.tech-list::-webkit-scrollbar {width: 0; height: 0;}
.tech-list .block {width: 320px; min-width: 320px; margin: 0 12px 0 0;}
.catalog-block {height: 700px; align-items: flex-end; padding: 40px 0;}
.green-block .title {margin-bottom: 16px;}
.catalog-block {margin-bottom: 40px; font-size: 16px; line-height: 24px;}
.catalog-block .btns {margin-top: 32px;}
.catalog-block .btns a {margin-right: 0; width: 100%;}
.serts-block {-ms-overflow-style: none; scrollbar-width: none; flex-wrap: nowrap; padding: 0 16px; margin: 0 -16px 64px; width: calc(100% + 32px); overflow: auto;}
.serts-block::-webkit-scrollbar {width: 0; height: 0;}
.serts-block .block {width: 320px; min-width: 320px; margin: 0 12px 0 0;}
ul.tabs {padding: 0 16px; margin: 0 -16px 32px; width: calc(100% + 32px);}
.project-block .gallery .big-pic {height: 400px; border-radius: 0; margin: 0 -16px; width: calc(100% + 32px);}
.project-block .gallery .thumbs {-ms-overflow-style: none; scrollbar-width: none; flex-wrap: nowrap; padding: 8px 16px; margin: 0 -16px; width: calc(100% + 32px); overflow: auto; }
.project-block .gallery .thumbs::-webkit-scrollbar {width: 0; height: 0;}
.project-block .gallery .thumbs div {min-width: 56px;}
.tabs-content {margin: 0 0 76px;}
.reviews-block .block {width: 100%; margin: 0 0 12px;}
.reviews-block {margin-bottom: 40px;}
.beige-btn.show-more {margin-top: 24px;}
.form-block {padding: 40px 0;}
.form-block .into {padding: 24px;}
.form .outer {width: 100%; margin: 0 0 16px;}
.form .beige-btn {width: 100%;}
.inp-txt textarea {height: 132px;}
footer {padding: 40px 0 24px;}
.contacts-block .map {border-radius: 0; width: calc(100% + 32px); max-width: calc(100% + 32px); margin: 0 -16px 24px;}
footer .bottom {display: flex; flex-direction: column; padding: 0; margin: 0; border: 0;}
footer .bottom .links {display: block; margin: 0 0 16px; order: 1;}
footer .bottom .links a {display: table; margin: 0 auto;}
footer .bottom .links a + a {margin-top: 16px;}
footer .bottom .copy {order: 2;}
}