.page h2 {font-size:30px;}
iframe {
    display:block;
}
body.page-with-sticky,
.page-with-sticky #wrapper {
    overflow:visible !important;
}
.header__nav {
    flex-wrap: wrap;
}
.about__content-twocol ul {
    display:block;
    margin:30px 0 10px 0;
}
.about__content-twocol ul li {
    display:block;
    margin-bottom:20px;
    page-break-inside: avoid;
    break-inside: avoid;
    text-align:left;
    position:relative;
    padding-left:18px;
}
.about__content-twocol ul li:before {
    content:"-";
    position:absolute;
    top:0;
    left:0;
    font-size: 28px;
    line-height: 26px;
}
.about__content-twocol ul {
    column-count: 2;
}

.breadcrumb {
    display: flex;
    gap:  1em;
    flex-wrap: wrap;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb span span {
    opacity: 0.7;
}

.breadcrumb a:hover {
    opacity: 0.7;
}

.bread_windows {
    display: flex;
    gap:  1em;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: -30px;
}

.breadcrumb_project a {
    color: #000;
}

.breadcrumb_project span span {
    opacity: 0.7;
}

.breadcrumb_project a:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 768px) {
    .scroll-top {
        display: flex;
        bottom:16px;
        right:16px;
    }
    .about__content-twocol ul {
        columns:1;
    }
    .title_contacts {  
        padding-top: 30%; 
        text-align: center;
    }
}

@media screen and (max-width: 995px), screen and (max-height: 700px) {
    .section__full {
        padding:60px 0;
    }
}


/* .follow-cursor */
.follow-cursor {
  display: block;
  width: 120px;
  height: 120px;
  border: none;
  border-radius: 50%;
  background:#00A32C;
  transform: translateY(-50%) translateX(-50%) scale(0);
  position: absolute; 
  z-index: 999; 
  pointer-events: none; 
  transition: transform 0.2s;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:30px;
}
.follow-cursor img._icon {
    position:relative;
    transform:rotate(45deg);
}
.follow-cursor_active {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.projects-page {
    display:flex;
}
.projects-page .projects-filter {
    width:266px;
    flex-shrink:0;
}
.projects-page .projects-grid {
    flex:1;
}
.projects-grid {
    display:flex;
    flex-wrap:wrap;
    transition:opacity .6s ease;
}
.projects-grid .item {
    float:left;
    width:40%;
    margin-left:10%;
    margin-bottom:140px;
}
.projects-grid .item:hover {
    cursor:none;
}
.projects-grid .item:nth-child(even) {
    margin-bottom:0;
    margin-top:140px;
}
.projects-grid .item__content {
    padding-top:36px;
    display:flex;
    flex-direction:column
}
.projects-grid .item__category {
    color:#828282;
    font-size:14px;
    margin-bottom:28px;
    position:relative;
}
/*.projects-grid .item__category:after {
    content:"";
    position:absolute;
    top:9px;
    right:0;
    width:98%;
    height:1px;
    background:#828282;
    z-index:1;
    opacity: .3;
}*/
/*.projects-grid .item__category span {
    background:#fff;
    position:relative;
    padding-right:10px;
    z-index:3;
}*/
.projects-grid .item__title {
    font-size:36px;
    font-weight:600;
    margin-bottom:20px;
    line-height: 1.2;
}
.projects-grid .item__desc {
    color:#828282;
    font-size:14px;
}
.projects-grid .item__tags {
    margin-top:30px;
}

.projects-filter .filters-block {
    position:sticky;
    top:90px;
}
.contacts {
    overflow-x:hidden;
}
.ymaps-2-1-79-map {
    width:100% !important;
}

.filters-block .radio-input {
    margin-bottom:12px;
}
.filters-block .radio-input:last-child label .icon:before{
    display:none !important;
}
.radio-input input[type="radio"]{
    position:absolute;
    display:none;
    pointer-events:none;
    width:0;
    height:0;
}
.radio-input label {
    position:relative;
    padding-left:25px;
    cursor:pointer;
}
.radio-input label .icon {
    width:19px;
    height:19px;
    border:2px solid #fff;
    position:absolute;
    top:0;
    left:0;
    border-radius:50%;
    transition:all .2s ease;
}
.radio-input label .icon:before {
    content:"";
    position:absolute;
    height:10px;
    width:1px;
    background:#DBDBDB;
    top:20px;
    left:7px;
    pointer-events:none;
}
.radio-input label .icon:after {
    content:"";
    width:7px;
    height:7px;
    border-radius:50%;
    background:#DBDBDB;
    margin-left:4px;
    margin-top:4px;
    display:block;
    transition:all .2s ease;
}
.radio-input input:checked+label {
    color:#00A32C;
    font-weight:600;
}
.radio-input input:checked+label .icon {
    border-color:#00A32C;
}
.radio-input input:checked+label .icon:after {
    background:#00A32C;
}



.radio-input button {
    background:transparent;
    padding:0;
    height:auto;
    width:auto;
    border:none;
        font-family: "Montserrat",Arial,sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #2F3942;
    padding-left:25px;
    position:relative;
}
.radio-input button.active {
    color:#00A32C;
    font-weight:600;
}


.radio-input button .icon {
    width:19px;
    height:19px;
    border:2px solid #fff;
    position:absolute;
    top:0;
    left:0;
    border-radius:50%;
    transition:all .2s ease;
}
.radio-input button .icon:before {
    content:"";
    position:absolute;
    height:10px;
    width:1px;
    background:#DBDBDB;
    top:20px;
    left:7px;
    pointer-events:none;
}
.radio-input button .icon:after {
    content:"";
    width:7px;
    height:7px;
    border-radius:50%;
    background:#DBDBDB;
    margin-left:4px;
    margin-top:4px;
    display:block;
    transition:all .2s ease;
}
.radio-input button.active {
    color:#00A32C;
    font-weight:600;
}
.radio-input button.active .icon {
    border-color:#00A32C;
}
.radio-input button.active .icon:after {
    background:#00A32C;
}


.intro-detail-page {
    padding:320px 0 100px 0 !important;
    text-align:center;
    overflow:hidden;
}
.intro-detail-page:after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.6);
    z-index:1;
}

.intro-detail-page-light::after {
    position: static;
}

.intro-detail-page__content {
    width:100%;
    max-width:100%;
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
}
.intro-detail-page__content.detail {
    flex-direction:column;
    justify-content:flex-end;
    align-items:flex-start;
}
.intro-detail-page__category.tags-list .tag {
    border-color:#fff;
}
.intro-detail-page__title h1{
    text-transform:uppercase;
    text-align:left;
    line-height: 1.2;
    font-size: 52px;
    margin-bottom:0;
}
.intro-detail-page__content.detail .intro-detail-page__title h1 {
    margin-bottom:40px;
}
.intro-detail-page__content.detail .intro-detail-page__category {
    margin-top:40px;
}
.intro-detail-page__content .category {
    margin-top:60px;
}
.intro-detail-page__content .category__value {
    display:inline-block;
    padding:0 16px;
    height:32px;
    border-radius:16px;
    line-height:30px;
    border:1px solid #fff;
    color:#fff;
}

.intro-detail-page__content .go-bottom {
    font-size: 14px;
}
.intro-detail-page__content .go-bottom .scroll {
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items: flex-end;
    text-align:right;
    cursor:pointer;
}
.intro-detail-page__content .go-bottom .scroll ._icon{
    transform: rotate(90deg);
    width:32px;
    height:32px;
    position: relative;
    display: inline-block;
    font-size: 32px;
    margin-top:10px;
}

/*detail*/

.intro-detail-page.detail:after {
    display:none !important;
}


.project-detail-slider .services-block__img{
    width:100%;
}

.project-detail-slider .services-block__img .slide {
    height:575px;
}

.project-detail__main {
    display:flex;
}
.project-detail__main .detail-photos-list {
    padding-right:30px;
    display:flex;
    flex-direction:column;
    width:65%;
}
.project-detail__main.reverse .detail-photos-list {
    padding-left:30px;
    padding-right:0;
}

.project-detail__main .detail-photos-list .detail-photos-list__item:not(:last-child) {
    margin-bottom:60px;
}

.project-detail__main .project-detail__content {
    padding-left:30px;
    width:35%;
}
.project-detail__main.reverse .project-detail__content {
    padding-left:0;
    padding-right:30px;
}
.project-detail__main .project-detail__content .content {
    position:sticky;
    min-height:100vh;
    top:0;
    display:flex;
    flex-direction:column;
    justify-content:center
}
/*.project-detail__main .project-detail__content .content ._content-block {
    color:#828282;
}*/

/*.project-detail__main .detail-photos-list .detail-photos-list__item:nth-child(even) {
    padding-left:20%;
}*/

.follow-cursor__link {
    cursor:none !important;
}


.other-projects {
    padding-top:60px;
    margin-top:60px;
    border-top:1px solid #D7D7D7;
}
.other-projects .section__head {
    margin-bottom: 70px;
}

.project-detail-text-block .project-detail-text-block__title {
    padding-right:60px;
}
.project-detail-text-block .project-detail-text-block__content {
    padding-left:60px;
}

@media only screen and (max-width: 1400px) {
    .intro-detail-page__content {
        max-width:100%;
    }
}

@media only screen and (max-width: 992px) {
    .project-detail__main {
        flex-direction:column-reverse;
    }
    .project-detail__main .detail-photos-list {
        padding-right: 0;
        width: 100%;
    }
    .project-detail__main .project-detail__content {
        padding-left:0;
        padding-right:20px;
        width: 100%;
        margin-bottom:60px;
    }
    .project-detail__main .project-detail__content .content {
        min-height:unset;
    }
    .projects-page {
        flex-direction:column
    }
    .projects-grid .item {
        float: left;
        width: 45%;
        margin-left: 0;
        margin-right:5%;
        margin-bottom: 120px;
    }
    .projects-grid .item:nth-child(even) {
        margin-bottom: 0;
        margin-top: 120px;
        margin-left: 5%;
        margin-right:0;
    }
}

@media only screen and (max-width: 768px) {
    .projects-grid .item {
        float: left;
        width: 100%;
        margin-left: 0;
        margin-right:0;
        margin-bottom: 80px;
    }
    .projects-grid .item:nth-child(even) {
        margin-bottom: 80px;
        margin-top: 0;
        margin-left: 0;
        margin-right:0;
    }
    .projects-page .projects-filter {
        width:100%;
        margin-bottom:40px;
    }
    .radio-input button .icon:before,
    .radio-input label .icon:before {
        display:none !important;
    }
    .filters-block .radio-input {
        width:auto;
        margin-bottom:16px;
        margin-right:16px;
    }
    .project-detail-text-block .project-detail-text-block__title {
        padding-right:16px;
    } 
    .project-detail-text-block .project-detail-text-block__content {
        padding-left: 10px;
        color: #828282;
    }
    
    .header__logo-main {
        width: 80px;
    }
}

.video-block__cover {
    height:0;
    padding-top:60%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    cursor:pointer;
    border-radius:10px;
    overflow:hidden;
}
.video-block__cover::after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.25);
    z-index:1;
}
.video-block__icon {
    width:80px;
    height:60px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-30px;
    margin-left:-40px;
    background-image:url('../img/video-icon.svg');
    background-repeat:no-repeat;
    background-position:center;
    background-size:96%;
    z-index:3;
    transition:all .2s ease;
}
.video-block__cover:hover .video-block__icon{
    background-size:80%;
}
.tags-list {
    display:flex;
    flex-wrap:wrap;
}
.tags-list .tag {
    display:inline-block;
    margin:4px 10px 4px 0;
    white-space:nowrap;
    height:30px;
    line-height:28px;
    border:1px solid #828282;
    border-radius:15px;
    padding:0 12px;
}
.projects-grid .tag{
    font-size: 12px;
    margin: 3px 6px 3px 0;
    height: 26px;
    line-height: 24px;
}

.detail-inline-slider .slide {
    margin-bottom:40px;
}
.slide .slide__desc {
    position:absolute;
    bottom:-35px;
    left:0;
    right:0;
    display:flex;
    justify-content:center;
    z-index:4;
}
.slide .slide__desc span {
    display:inline-block;
    white-space:nowrap;
}

.detail-inline-slider {
    margin-top:60px;
}
.detail-inline-slider .slide {
    height:0;
    padding-top:70%;
    float:left;
    width:100%;
    position:relative;
}

.detail-inline-slider.has-only-one-picture .slide {
    padding-top:50%;
}
.detail-inline-slider__arrows {
    position:relative;
    top:auto;
    left:auto;
    margin:0;
    justify-content:center;
    margin-top:30px;
}



.haz-zoom {
	position: relative;
	/*overflow: hidden;*/
	cursor:pointer;
}
.haz-zoom::after {
	content: '';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 2;
	background: rgba(0,0,0,0.2);
	opacity: 0;
	transition: all .2s ease;
}
.haz-zoom .zoom {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	z-index: 3;
	pointer-events: none;
	background: #00A32C;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	transform: scale(0);
	transition: all .3s ease;
}
.haz-zoom:hover .zoom {
	transform: scale(1);
}
.haz-zoom:hover::after {
	opacity: 1;
}

.slide .slide__video-link {
    cursor:pointer;
}
.slide .slide__video-link ._icon{
    width:140px;
    height:140px;
    border-radius:50%;
    background-color:#f00;
    position:absolute;
    display:flex;
    align-items:center;
    justify-content:center;
    top:50%;
    left:50%;
    margin-top:-50px;
    margin-left:-50px;
    color:#fff;
    font-size:56px;
}

.slider-arrows.disabled, .owl-nav.disabled {
    display:none !important;
}
.intro-detail-page.detail {
    margin-bottom:80px;
}
.services-block__slider .slide .slide__desc {
    bottom:0;
    width:100%;
    height:auto;
    padding:16px;
    border-radius:0;
    background:#fff;
}
.services-block__slider .slide .slide__desc span {
    border-radius:0;
    padding:0;
    border-radius:0;
    background:transparent;
}
@media only screen and (max-width: 992px) {
    .intro-detail-page__content {
        flex-direction:column;
        justify-content:flex-end;
        align-items:flex-start;
    }
    .intro-detail-page__content .go-bottom .scroll {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        cursor: pointer;
        margin-top: 40px;
    }
    
    .detail-page .services-block__img .slider-arrows {
       bottom: 65px;
    }
    
}
@media only screen and (max-width: 768px) {
    .intro-detail-page__content.detail .intro-detail-page__title h1 {
        font-size: 34px;
    }
    .intro-detail-page.detail {
        margin-bottom: 0px;
    }
    /*.slide .slide__desc {
        bottom:auto;
        top:30px;
    }*/
    section.second-block,
    section.third-block,
    section.fourth-block,
    section.fifth-block,
    section.sixth-block,
    section.seventh-block{
        padding-top:0;
    }
    section.second-block .section{
        padding-top:0;
    }
    .project-detail__main.reverse .detail-photos-list {
        padding-left: 0;
        padding-right: 0;
    }
    .project-detail__main.reverse {
        flex-direction: column;
    }
}


.intro-detail-page__bg {
    transform:scale(1.7);
    transition:all 4s ease;
}
.intro-detail-page__bg.show {
    transform:scale(1);
}

.detail-page .section {
    padding: 30px 0;
}

.akc_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -1% 0;
}
.akcii_it {
    width: 31.3333%;
    margin: 10px 1% 30px;
}
.akcii_it img {
    width: 100%;
    max-width: 100%;
    height: 350px;
    object-fit: cover;
}
.akc_it_title {
    font-size: 1.3em;
    margin: 15px 0 0;
    font-weight: 600;
}
.akc_it_intro {
    margin-top: 5px;
    font-size: 0.9em;
    color: #8b8b8b;
}
.akc_it_date {
    margin-top: 5px;
    font-size: 0.9em;
    color: #8b8b8b;
}
#pdopage .btn-more, .akc_btn_nav {
    color: #fff;
    background: #00A32C;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 35px;
    width: 200px;
    max-height: 100%;
    margin: 30px auto 0;
    height: auto;
    line-height: 1;
    font-family: "Montserrat",Arial,sans-serif;
    position: relative;
    display: inline-block;
    border: 2px solid #00A32C;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px;
    text-transform: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
}
.akcii_nav {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px;
    text-align: center;
}
.akc_btn_nav {
    margin: 5px 10px 0;
    filter: grayscale(10);
    opacity: 0.8;
}
.akc_btn_nav.active {
    filter: grayscale(0);
    opacity: 1;
}
.akc_btn_nav:hover {
    transform: translateY(-3px);
}
.akcii_block {
    display: none;
}
.akcii_block.active {
    display: block;
}
#reasons {
    padding: 200px 0 100px;
}
.owl-item .akcii_it {
    width: 100%;
    margin: 0;
}
.home_ackii_sec {
    padding: 80px 0 180px;
}
.no_vision {
    visibility: hidden;
    height: 0;
    width: 0;
    display: block;
}
.salon_map {
    width: 100%;
    height: 600px;
}
.salon_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -1%;
}
.salon_it {
    width: 31.3333%;
    margin: 10px 1%;
    box-shadow: 0 5px 15px -5px #00000020;
}
.salon_img {
    width: 100%;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
}
.salon_content {
    padding: 20px 25px;
}
.salon_row {
    margin: 10px 0;
    font-size: 0.9em;
}
.salon_row a {
    color: #479e3b;
    font-weight: 600;
}
.salon_soc {
    font-size: 1.3em;
}
.salon_soc a {
    margin: 5px;
}



@media only screen and (max-width: 991px) {
    .home_ackii_sec {
        padding: 40px 0 20px;
    }
}
@media only screen and (max-width: 768px) {
    .akcii_it {
        width: 48%;
    }
    .salon_map {
        height: 500px;
    }
    .salon_it {
        width: 48%;
    }
}
@media only screen and (max-width: 575px) {
    .akcii_it img {
        height: 250px;
    }
    .salon_content {
        padding: 10px 15px;
    }
    .salon_wrap {
        margin: 30px -1% 0;
    }
}
@media only screen and (max-width: 420px) {
    .akcii_it {
        width: 98%;
    }
    .akc_btn_nav {
        padding: 15px;
        font-size: 1em;
    }
    .salon_map {
        height: 350px;
    }
    .salon_it {
        width: 98%;
    }
    .salon_img {
        height: 200px;
    }
}


.blog_item {
    flex: 1 1 350px;
    max-width: 500px;
    width: unset;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.blog_text-content img {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.blog_item img {
    width: 100%;
    height: 400px;
    max-height: 500px;
    object-fit: cover;
}

.blog_container .owl-carousel .owl-item img {
    max-height: 420px;
}

.blog_container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 50px;
}

.blog_item_title,
.blog_item_intro {
    color: #2F3942;
}

.blog_item_intro {
    margin: 10px 0px 30px;
}

.blog_item_title {
    margin: 20px 0px 10px;
    font-size: 22px;
    line-height: 1.1;
}
.blog_item .button {
    margin-top: auto;
    align-self: flex-start;
}


.blog_more_link {
    font-size: 22px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 50px;
}

table tbody tr td h2{
    color: #00a32c;
    text-align: left;
}

table tbody tr td h4{
    color: #00a32c;
    text-align: left;
}

table {
    margin-bottom: 2%;
}

#owl-carousel_blog .owl-stage-outer {
    overflow-x: hidden !important;
}

#owl-carousel_blog .owl-prev {
    left: -10%;
}

#owl-carousel_blog .owl-next {
    right: -10%;
}

ul.pagination {
    display: flex;
    align-items: center;
    margin: 60px -3px 0;
}
ul.pagination li {
    padding-left: 0;
    margin: 0 3px;
}
ul.pagination li:not(:last-child) {
    margin: 0 3px;
}
ul.pagination li::after {
    display: none;    
}
ul.pagination li.disabled {
    display: none;
}
ul.pagination li a {
    padding: 5px 10px;
    line-height: 1;
    /*border: solid 2px;
    border-radius: 5px;*/
    font-size: 1rem;
    color: #479e3b;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
ul.pagination li a:hover,
ul.pagination li.active a {
    color: #F26021;
}


@media only screen and (max-width: 450px) {
    .blog_item img {
        height: 300px;
    }
}
.uk{
    padding:15px;
    background-color: #f8f8f8;
}
.uk-card{
    border-radius:10px;
}
ul.uk-accordion {
    margin-bottom: 15px;
}
.uk-accordion-content{
    margin-top: 15px;
}
.uk-accordion-title {
    position: relative;
    width: 100%;
    display: flex;
 
}
.uk-accordion-title::before {
content: ' ';
    background-image: url(/img/plus.svg);
    position: absolute;
    right: 0;
    width: 15px;
    height: 15px;
    color: red;
    background-size: contain;
    transition:all 0.3s;
}
.uk-open .uk-accordion-title::before{
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity:0.8;
}
.block-grid{
    display:flex;
   
    gap:30px;
}
.block-grid>div{
    padding:40px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    background-color: #f8f8f8;
    width:33%;
    min-width:320px;
}

.block-grid>div:nth-child(2){
 clip-path: polygon(90% 0,100% 10%,100% 100%,10% 100%,0 90%,0 0);
 background-color: #262e36;
 color:#fff;
}
.block-grid2{
    display: flex;
    flex-wrap:wrap;
    gap: 20px;
}
.block-grid2>div{
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    transition:all 0.3s;
    padding:15px;
    width: 32%;
    min-width: 320px;
    clip-path: polygon(90% 0,100% 10%,100% 100%,10% 100%,0 90%,0 0);
}
.block-grid2>div:hover{
    background-color:#262e36;
    color:#fff;
    
}
.block-grid2>div:hover svg {
    fill:#fff;
}
.block-grid2 h4{
    display:flex;
    align-items:center;
    gap:8px;
}
.block-grid2 h4 img{
    max-width:45px;
}
.designer-video{
    display:flex;
    gap:30px;
}
.designer-video video {
    width:50%;
}
.blog-owl-carousel .owl-nav div{

    background-color: #ffffffd6;
}

.design_direct_sec {
    background: #f8f8f8;
}
.design_direct_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.design_direct_l {
    width: 73%;
    border-radius: 1rem;
    background: #fff;
    padding: 3rem 5rem 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}
.design_direct_cont {
    position: relative;
}
.qu_ico {
    position: absolute;
    z-index: 1;
    width: 50px;
    filter: brightness(0.9);
    top: -1rem;
    left: 0;
}
.design_direct_r {
    width: 25%;
}
.design_qu {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: right;
    margin-left: auto;
    width: 90%;
    position: relative;
    z-index: 3;
}
.disign_aut {
    margin-top: 2rem;
    text-align: right;
    font-weight: 700;
    font-size: 1.3rem;
    position: relative;
    z-index: 3;
}
.disign_aut_intro {
    margin-top: .5rem;
    text-align: right;
    font-style: italic;
    position: relative;
    z-index: 3;
}
.director_img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center top;
    border-radius: 1rem;
}
.sert_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1rem;
}
.sert_l {
    width: 48%;
}
.sert_r {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sert_r a {
    width: 49%;
}
.sert_img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    object-fit: cover;
}
ul.decor li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 28px;
    line-height: 16px;
}
ul.decor li {
    display: block;
    margin-bottom: 16px;
    page-break-inside: avoid;
    break-inside: avoid;
    text-align: left;
    position: relative;
    padding-left: 18px;
    line-height: 1.2;
}
.button_center {
    width: 350px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto 50px;
    transition: all .3s;
}
.button_center:hover {
    background: transparent;
    color: #00A32C;
}
.mrb0 {
    margin-bottom: 0 !important;
}
.pdb0 {
    padding-bottom: 0 !important;
}
.pdt0 {
    padding-top: 0 !important;
}
.design_ytb {
    width: 50%;
    flex-shrink: 0;
    border-radius: 1rem;
    cursor: pointer;
}
.design_ytb img {
    max-width: 100%;    
    max-height: 450px;
    object-fit: cover;
    border-radius: 1rem;
}
.expo_link {
    position: absolute;
    z-index: 5;
    bottom: 2rem;
    right: 2rem;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.expo_link img {
    width: 50px;
    margin-left: 10px;
    animation-name: rotation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.expo_txt {
    color: #fff;
    text-align: right;
    transition: all .3s;
}
.expo_txt:hover {
    text-decoration: underline;
}
@keyframes rotation {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}
.gall_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.gall_it {
    width: 31.3333%;
    margin: 10px 1%;
    border-radius: .7rem;
}
.gall_it img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 0.7rem;
}

@media (max-width: 1100px){
    .block-grid>div {
        padding: 30px;
               min-width: 280px;
        width:47%;
    }
    .block-grid{
        flex-wrap:wrap;
    }
    .block-grid>div:last-child{
        flex:1;
    }
    .block-grid2>div{
        width:31%;
        min-width:250px;
    }
}
@media (max-width: 980px){
    .gall_it img {
        height: 300px;
    }
}
@media (max-width: 850px){
    .block-grid2>div{
        width:48%;
    }
    .design_direct_l {
        width: 59%;
        padding: 2rem;
    }
    .design_direct_r {
        width: 39%;
    }
    .design_qu {
        width: 100%;
        font-size: 1.3rem;
    }
    .sert_l {
        width: 60%;
    }
    .sert_r {
        width: 30%;
    }
    .sert_r a {
        width: 100%;
        margin-left: auto;
        margin-bottom: .5rem;
    }
}
@media (max-width: 767px){
    .title_contacts.design_header {
        padding-top: 8rem;
    }
}
@media (max-width: 700px){
    .designer-video video{
        width:100%;
    }
    .designer-video {
        flex-direction:column;
    }
    .design_ytb {
        width: 100%;
    }
    .design_ytb img {
        margin: 0 auto;
    }
}
@media (max-width: 640px){
    .block-grid{
        flex-direction:column;
    }
    .block-grid>div {
        width:100%;
    }
    .block-grid2{
        flex-wrap:nowrap;
        overflow-x: scroll;
    }
    .block-grid2>div{
        min-width:320px;
    }
    .gall_it {
        width: 48%;
    }
}
@media (max-width: 575px){
    .design_direct_l {
        width: 100%;
        padding: 2rem;
    }
    .design_direct_r {
        width: 100%;
        margin-top: 1rem;
    }
    .design_qu {
        width: 100%;
        font-size: 1.2rem;
    }
    .sert_l {
        width: 100%;
    }
    .sert_r {
        width: 100%;
        margin-top: 1rem;
    }
    .sert_r a {
        width: 49%;
        margin: 0;
    }
    .expo_link {
        bottom: 4rem;
        left: 2rem;
        justify-content: center;
        flex-direction: row;
    }
    .expo_link img {
        margin: 0 10px 0 0;
        flex-shrink: 0;
    }
    .expo_txt {
        text-align: left;
    }
    .expo_txt br {
        display: none;
    }
}
@media (max-width: 500px){
    .gall_it {
        margin: 5px 1%;
    }
    .gall_it img {
        height: 250px;
    }
}
@media (max-width: 450px){
    .design_qu {
        width: 100%;
        font-size: 1.1rem;
        text-align: left;
    }
    .design_direct_l {
        padding: 2rem 1.5rem;
    }
    .disign_aut {
        margin-top: 1.5rem;
        font-size: 1.1rem;
    }
}
@media (max-width: 420px){
    .gall_it img {
        height: 200px;
    }
}


/* полоса прокрутки (скроллбар) */
.block-grid2::-webkit-scrollbar {
 
    height: 4px; /* высота для горизонтального скролла */
    background-color: #fff;
}

/* ползунок скроллбара */
.block-grid2::-webkit-scrollbar-thumb {
    background-color: #2F3942;
    border-radius: 9em;
    
}

.page-sub--title p {
    text-align: left;
    font-size: 20px;
    line-height: 1.1;
    max-width: 365px;
    font-weight: 300;
    margin-top: 30px;
    opacity: 0.9;
}

.w-windows_items {
    display: flex;
    flex-wrap: wrap;
    column-gap: clamp(1.875rem, 1.088rem + 3.94vw, 5.813rem);
    row-gap: clamp(1.875rem, 1.438rem + 2.19vw, 4.063rem);
}

.w-window__item {
    flex: 1 450px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.w-window__item img.ico {
    width: 58px;
    height: 58px;
}

.w-window__item--title {
    font-weight: 600;
    font-size: 20px;
}

.w-window_card_title {
    text-transform: uppercase;
    margin-bottom: clamp(1.25rem, 0.95rem + 1.5vw, 2.75rem);
    font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
}

.w-window_card .w-window_card_disc {
    padding: 0;
    max-width: 60%;
    color: #828282;
    line-height: 1.3;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

.w-window__item--subtitle {
    color: #828282;
    margin: 0;
}

.w-window__item--subtitle p {
    margin: 0;
}

.w-window_slide, .w-window_slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.w-window_wrapper .w-window_card {
    margin: 0;
}
.w-window_wrapper .w-window_card .services-block__img  {
    flex: 1 1 350px;
}
.w-window_wrapper .w-window_card:last-child {
    margin-bottom: 100px;
}
.w-window_wrapper .w-window_card:nth-child(odd) {
    flex-direction: row;
}
.w-window_wrapper .w-window_card:nth-child(even) {
    flex-direction: row-reverse;
}
.w-window_wrapper .single-product_content_text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    flex: 1 350px;
    padding: 15px;
}
.owl-carousel .owl-item .w-window_slide.owl-lazy {
    opacity: 1;
}

.w-wrapper_price {
    margin-bottom: 100px;
}

.w-window_price__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -1.5rem;
}
.w-window_price__card {
    width: calc(50% - 2.5rem);
    margin: 1rem 1.25rem;
    min-height: auto;
    background-color: #F0F0F0;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.win_price_l {
    width: 30%;
    text-align: center;
}
.win_price_r {
    width: 65%;
    font-size: 1rem;
}

.w-configs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -1.5rem;
}
.w-config_card {
    width: calc(50% - 2.5rem);
    margin: 1rem 1.25rem;
    background-color: #F0F0F0;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.w-config_card__info {
    max-width: 208px;
}

.w-window_price__card--title {
    margin-bottom: 5px;
    font-weight: 700;
}

.w-window_price__card--size {
    font-size: 14px;
    color: #828282;
    padding-bottom: 12.5px;
    border-bottom: 1px solid #2f39422e;
}

.w-window_price__card .price-more {
    margin-top: 14.5px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
}

.w-window_price__card .price-more .w-window_price__card--price {
    background-color: #fff;
    border-radius: 30px;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 12px;
    text-wrap: nowrap;
}

.w-window_price__card--more {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #00A32C;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 14px;
}

.w-window_price__card--more:hover {
    text-decoration: underline;
}

.w-window_price__card--img {
    width: 100%;
    padding-bottom: 25px;    
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.w-window_price__card--img img {
    max-width: 100%;
    object-fit: contain;
}

.w-configs--title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.w-configs--disc {
    color: #828282;
}

.w-configs--img {
    position: absolute;
    right: -50px;
    bottom: -50px;
}

.window_card_sec h3 {
    font-size: 40px;
}
.win_projects_title {
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.win_projects_title .slider-arrows {
    right: 0;
    left: auto;
    width: auto;
    top: 15px;
}
.win_proj_img {
    height: 500px;
}
.win_proj_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.win_projects {
    overflow: hidden;
}
.win_projects .section__head {
    margin-bottom: 60px;
}
.sec_title_desc {
    width: 800px;
    max-width: 100%;
    opacity: .7;
    margin: -10px 0 10px;
}
.window_material_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.25rem;
}
.window_material_wrap .w-config_card {
    width: calc(25% - 2.5rem);
    margin: 1.25rem;
}
.window_material_wrap .w-config_card {
    position: relative;
}
.window_material_wrap .w-config_card__info {
    width: 70%;
    position: relative;
    z-index: 3;
}
.window_material_wrap .w-configs--img {
    bottom: 0;
    right: 0;
    max-width: 50%;
    z-index: 1;
}
.window_open_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.25rem;
}
.window_open_wrap .w-config_card {
    width: calc(50% - 2.5rem);
    margin: 1.25rem;
}
.window_open_wrap .w-config_card {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: auto;
    flex-direction: row;
    min-height: auto;
}
.window_open_wrap .w-config_card__info {
    width: calc(100% - 150px);
    max-width: 100%;
    position: relative;
    z-index: 3;
}
.window_open_wrap .w-configs--img {
    bottom: auto;
    left: 0;
    width: 125px;
    height: 125px;
    border-radius: 5px;
    overflow: hidden;
    object-fit: cover;
    z-index: 1;
    position: relative;
}
.window_open_wrap .w-configs--disc {
    margin-bottom: 15px;
}
.window_open_wrap .w-configs--disc:last-child {
    margin-bottom: 0;
}
.window_proj_wrap {
    margin: 5rem -2rem 0;
    justify-content: space-between;
}
.window_proj_wrap .item {
    margin: 0 2rem;
}

.w_calc_row_title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.w_calc_row {
    margin-top: 2rem;
}
.w_calc_check_wrap {
    display: flex;
    flex-wrap: wrap;
}
.w_calc_check {
    margin: 0 0 1rem;
}
.w_calc_check input {
    display: none;
}
.w_calc_check label {
    display: inline-flex;
    padding: 15px 20px;
    align-items: center;
    border: solid 2px #F0F0F0;
    border-radius: 5px;
    margin-right: 1rem;
    cursor: pointer;
    position: relative;
    transition: all .3s;
}
.w_calc_check label img {
    height: 35px;
    margin-right: 15px;
}
.w_calc_check input:checked + label {
    border-color: #00A32C;
}
.calc_check_ico {
    width: 30px;
    height: 30px !important;
    margin-right: 0 !important;
    position: absolute;
    z-index: 3;
    right: -15px;
    top: -15px;
    opacity: 0;
    transition: all .3s;
}
.w_calc_check input:checked + label .calc_check_ico {
    opacity: 1;
}
.w_calc_res_wrap {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.w_calc_res {
    width: 45%;
}
.w_calc_price {
    font-size: 40px;
    font-weight: 700;
    color: #00A32C;
}
.w_calc_complect {
    margin-top: 30px;
}
.w_calc_form {
    width: 45%;
}
.w_calc_form .form__row {
    margin-bottom: 1rem;
}
.w_calc_form .form__input {
    background: #F0F0F0;
}
.w_calc_form_textarea {
    position: relative;
    clear: both;
    background: #F0F0F0;
    padding-bottom: 20px;
    min-height: 160px;
    border-radius: 5px;
}
.w_calc_form_textarea textarea {
    border: none;
}
.w_calc_form_textarea .button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: transparent;
    border: 2px solid #00A32C;
    color: #00A32C;
    z-index: 3;
}
.w_calc_form_textarea .button:hover {
    color: #fff;
    background: #00A32C;
}
.w_calc_form .politic {
    font-size: 12px;
    margin-top: 1rem;
}
.w_calc_form .politic a {
    color: #00A32C;
}
.w_conf_gall, .w_conf_gall:hover {
    display: inline-block;
    margin-top: auto;
    color: #00A32C;
    padding: 5px 10px;
    border: solid 1px;
    margin: 5px;
    align-self: self-start;
    border-radius: 5px;
    cursor: pointer;
    font-size: .9rem;
}
.w_conf_gall:hover {
    color: #fff;
    background: #00A32C;
}
.w_conf_gall_hide {
    display: none;
}
.w_tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 2rem -10px 0;
}
.w_tag a {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: #00A32C;
    margin: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s;
}
.w_tag a:hover {
    filter: brightness(1.2);
}
.pr_ico_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem -1.5% 0;
}
.pr_ico_it {
    width: 30.3333%;
    margin: 1rem 1.5%;
    text-align: center;
}
.pr_ico_it img {
    width: 50px;
    max-width: 100%;
    margin: 0 auto 10px;
}
.pr_ico_title {
    font-size: 1rem;
}
.remm_btn {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    background: #00A32C;
    margin: 15px auto 0;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s;
}
.remm_btn:hover {
    filter: brightness(1.2);
}
.pop_text {
    width: auto;
    max-width: 1500px;
}
.pop_text h2:first-child, .pop_text h3:first-child {
    margin-top: 0;
}
.pop_text ol {
    padding: 0 0 0 30px;
    margin-bottom: 15px;
    counter-reset:item;
}
.pop_text ol li {
    margin: 10px 0;
    list-style-type:none;
    counter-increment:item;
}
.pop_text ol>li:before {
    display:inline-block;
    width:auto;
    padding-right:0.5em;
    font-weight:bold;
    text-align:right;
    content:counter(item) ".";
}
.w-config_card_btns {
    display: flex;
    flex-wrap: wrap;
    margin: auto -5px 0;
    position: relative;
    z-index: 3;
}
.w-config_card ._content-block {
    font-size: 1rem;
}
.table_wrap {
    max-width: 100%;
    overflow-x: auto;
}
.table_wrap table {
    min-width: 800px;
}
.pop_text table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden;
    font-size: 14px;
    background: #fff;
}
.pop_text tr:nth-child(2n+1) {
    background: #fafafa;
}
.pop_text td, .pop_text th {
    padding: 0.5em .7em;
    border: solid 1px #bbb;
    text-align: center;
    vertical-align: middle;
}
.pop_text th {
    background: #00A32C;
    color: #fff;
    padding: 1em;
    font-weight: 600;
}
.pop_text td:not(:last-child) {
    border-right: solid 1px #f7f7f7;
}
.paket_img_wrap {
    margin: 2rem -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.paket_img_it {
    width: 350px;
    max-width: 100%;
    margin: 15px 10px 0;
}
.paket_img_it img {
    width: 100%;
    max-width: 100%;
}
.paket_img_it_title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}
.winter_card {
    width: calc(100% - 2.5rem);
}
.winter_card .w-config_card__info {
    max-width: 60%;
}
.winter_card .w-configs--img {
    width: 35%;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}
.w_open_btn {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #00A32C;
    transition: all .3s;
    cursor: pointer;
    align-items: center !important;
    justify-content: center !important;
}
.w_open_btn:hover {
    filter: brightness(1.2);
    color: #fff !important;
}
.header__nav li {
    margin: 5px 10px;
}
.header__nav li:not(:last-child) {
    margin-right: 15px;
}
.header__nav li a {
    height: auto;
}
.header.fixed .header__nav li {
    margin: 3px 10px;
}
.header.fixed .header__nav li a {
    height: auto;
}
.header.fixed {
    height: auto;
    padding: 10px 0;
}
.section__full {
    height: auto;
}
.title_contacts {
    padding-left: calc((100% - 2060px) / 2 + 60px);
    padding-right: calc((100% - 2060px) / 2 + 60px);
    padding-top: 140px;
}
body.page #wrapper {
    padding-top: 140px;
}
.design_header {
    padding-bottom: 80px;
}
.projects-grid .item__img img {
    width: 100%;
}
.main_bg {
    position: relative;
}
.main_bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0,0,0,.6);
}
.main_bg .container {
    position: relative;
    z-index: 3;
}
.main_bg .page-sub--title p {
    line-height: 1.3;
}
.text-center {
    text-align: center;
}
.pdt180 {
    padding-top: 180px;
}
.pdt120 {
    padding-top: 120px;
}
.prod_gal_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.prod_gal {
    border-radius: 10px;
    min-height: 350px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.prod_gal::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0,0,0,.5);
    transition: all .5s;
}
.prod_gal_title {
    font-weight: 400;
    font-size: 2.5rem;
    position: relative;
    z-index: 3;
    width: 100%;
    color: #fff !important;
}
.prod_gal_desc {
    font-size: 1.1rem;
    font-weight: 300;
    margin-top: 5px;
    width: 100%;
    position: relative;
    z-index: 3;
    color: #fff !important;
}
.prod_gal_img {
    position: absolute;
    z-index: 1;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 1s;
}
.prod_gal:hover .prod_gal_img {
    transform: scale(1.1);
}
.prod_gal:hover::before {
    background: rgba(0,0,0,.3);
}
.container_1800 {
    max-width: 100%;
    width: 1800px;
}
.header_vk {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    font-size: 24px;
    color: #fff;
}
.header__row-right {
    justify-content: flex-end;
}
.header.fixed .header_vk {
    color: #000;
}
.header.fixed .header_vk:hover {
    color: #00A32C;
}
.header_btn {
    background: transparent;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 8px;
    display: block;
    margin: 10px 0 0 auto;
    width: 220px;
    text-align: center;
    line-height: 1.2;
    cursor: pointer;
    display: block;
    transition: all .3s;
}
.header_btn:hover {
    background: #fff;
    color: #333;
}
.header.fixed .header_btn {
    display: none;
}
.gray_txt {
    color: #828282;
}
.gray_txt h1, .gray_txt h2, .gray_txt h3, .gray_txt h4 {
    color: #2F3942;
}
.step_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 80px 0;
    margin: 90px -3% 0;
}
.step_it {
    width: 27.3333%;
    margin: 0 3%;
    text-align: center;
    padding: 0 15px;
}
.step_numb {
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    /*-webkit-text-stroke: #00A32C 1px;
    text-stroke: #00A32C 1px;*/
    text-shadow:
    -1px -1px 0 #00A32C,
    1px -1px 0 #00A32C,
    -1px 1px 0 #00A32C,
    1px 1px 0 #00A32C;
}
.step_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
}
.mater_it {
    margin: 15px 0;
    background: #f0f0f0;
    border: solid 2px #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s;
}
.mater_it:not(.open):hover {
    background: #d9d9d9;
    border-color: #d9d9d9;
}
.mater_title_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 20px 5%;
    transition: all .3s;
}
.mater_title {
    padding-right: 20px;
    font-size: 20px;
    font-weight: 500;
    opacity: .7;    
    transition: all .3s;
}
.mater_title_wrap img {
    width: 24px;
    opacity: .5;
    transition: all .5s;
}
.mater_it.open {
    background: transparent;
    border-color: #00A32C;
    border-radius: 20px;
}
.mater_it.open .mater_title {
    opacity: 1;    
}
.mater_it.open .mater_title_wrap img {
    opacity: 1;
    transform: rotate(180deg);
}
.mater_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px 0;
    margin: 10px -1.5% 0;
}
.mater_list_it {
    width: 17%;
    margin: 0 1.5% 0;
}
.mater_img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1;
    max-height: 300px;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}
.mater_label {
    margin-top: 10px;
    color: #8f8f8f;
}
.mater_list_wrap {
    padding: 0 5% 20px;
    display: none;
}
.faq_content {
    color: #828282;
}
.faq_sec_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.faq_l {
    width: 47%;
}
.faq_r {
    width: 50%;
}
.pdb180 {
    padding-bottom: 180px;
}
.faq_l h2 {
    margin-top: 20px;
    margin-left: 15%;
}
.hide_gal_img {
    display: none;
}
.material_alert {
    background: #00a32c;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 15px;
}
.material_intro_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.material_intro {
    font-size: 16px;
    padding: 15px;
    border-radius: 12px;
    color: #00a32c;
    border: solid 2px #00a32c;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}



@media only screen and (max-width: 2060px) {
    .title_contacts {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media only screen and (max-width: 1600px) {
    .pr_ico_it {
        width: 97%;
    }
    .w-window_wrapper .w-window_card .services-block__img .row {
        height: 100% !important;
    }
    .w-window_wrapper .w-window_card .services-block__img img {
        height: 100%;
        object-fit: cover;
    }
}
@media only screen and (max-width: 1400px) {
    .title_contacts {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 1299px) {
    
}
@media only screen and (max-width: 1160px) {
    .window_card_sec h3 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 992px) {
    .window_proj_wrap .item {
        width: calc(50% - 4rem);
    }
    .window_proj_wrap .item:nth-child(even) {
        margin: 0 2rem;
    }
    .window_card_sec h3 {
        font-size: 2rem;
    }
    .pop_text {
        max-width: 90%;
    }
    .w-window_price__card {
        width: calc(100% - 2.5rem);
    }
    .w_conf_gall, .w_conf_gall:hover {
        background: #f0f0f0;
    }
    .window_material_wrap .w-config_card {
        width: calc(50% - 2.5rem);
    }
    .header__logo {
        margin-right: 15px;
    }
    .pdt180 {
        padding-top: 80px;
    }
    .pdt120 {
        padding-top: 40px;
    }
    .step_wrap {
        gap: 50px 0;
        margin: 50px -3% 0;
    }
    .mater_list_it {
        width: 22%;
    }
    .faq_l {
        width: 100%;
    }
    .faq_r {
        width: 100%;
    }
    .faq_l h2 {
        margin-top: 0;
        margin-left: 0;
        text-align: center;
    }
    .pdb180 {
        padding-bottom: 80px;
    }
    .step_it {
        width: 44%;
    }
}
@media only screen and (max-width: 768px) {
    .window_material_wrap {
        margin: 0 -1rem;
    }
    .window_material_wrap .w-config_card {
        width: calc(50% - 2rem);
        margin: 1rem;
    }
    .window_open_wrap .w-config_card {
        width: calc(100% - 2.5rem);
        margin: 1rem 1.25rem;
    }
    .w-window_card .w-window_card_disc {
        max-width: 100%;
    }
    .w-config_card {
        width: calc(100% - 2.5rem);
    }
    .header {
        padding: 15px 0;
    }
    body.page #wrapper {
        padding-top: 110px;
    }
    .title_contacts {
        padding-top: 110px;
        padding: 110px 15px 15px;
    }
    .title_contacts .breadcrumb {
        font-size: 13px;
    }
    .step_title {
        font-size: 1rem;
    }
    .step_numb {
        font-size: 40px;
    }
}
@media only screen and (max-width: 600px) {
    .window_material_wrap .w-config_card {
        width: calc(100% - 2rem);
        margin: .5rem 1rem;
    }
    .window_open_wrap .w-config_card {        
        margin: .5rem 1.25rem;
    }
    .w_calc_res_wrap {
        margin-top: 3rem;
    }
    .w_calc_res {
        width: 100%;
    }
    .w_calc_form {
        width: 100%;
        margin-top: 2rem;
    }
    .window_proj_wrap .item {
        width: calc(100% - 4rem);
        margin-bottom: 2rem;
    }
    .win_price_l {
        width: 100%;
        margin-bottom: 15px;
    }
    .win_price_r {
        width: 100%;
    }
    .winter_card .w-config_card__info {
        max-width: 100%;
    }
    .winter_card .w-configs--img {
        position: relative;
        width: 100%;
        height: 200px;
        margin-bottom: 15px;
        border-radius: 10px;
    }
    .intro-detail-page__title h1 {
        font-size: 3rem;
    }
}
@media only screen and (max-width: 575px) {
    .window_open_wrap .w-configs--img {        
        width: 80px;
        height: 80px;
    }
    .window_open_wrap .w-config_card__info {
        width: 100%;
        margin-top: 10px;
    }
    .w-configs--title {
        font-size: 18px;
    }
    .window_open_wrap .w-configs--disc {
        font-size: 1rem;
    }
    .window_open_wrap .w-config_card {
        flex-wrap: wrap;
    }
    .intro-detail-page__title h1 {
        font-size: 33px;
        hyphens: auto;
    }
    .intro-detail-page__title {
        max-width: 100%;
    }
    .prod_gal_title {
        font-size: 2rem;
    }
    .mater_title {
        font-size: 1rem;
    }
    .mater_list_it {
        width: 30.333%;
    }
    .material_intro {
        font-size: 12px;
        padding: 10px;
        border-width: 1px;
    }
    .material_alert {
        font-size: 12px;
    }
}
@media only screen and (max-width: 450px) {
    .w_calc_check {
        width: 100%;
    }
    .w_calc_check label {
        width: 100%;
        margin-right: 0;
    }
    .services-block .word {
        flex-wrap: wrap;
    }
    .lettering span.char {
        min-width: 1px;
    }
    .services-block__content-title .h1 {
        font-size: 26px;
    }
    .intro-detail-page__title h1 br {
        display: none;
    }
    .step_it {
        width: 94%;
    }
    .step_wrap {
        gap: 30px 0;
        margin: 40px -3% 0;
    }
    .win_projects_title .slider-arrows {
        top: 55px;
    }
    .prod_gal_wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .prod_gal {
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 380px) {
    .intro-detail-page__title h1 {
        font-size: 30px;
    }
}