/*!
Theme Name: Ecolit - ProgsTheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ecolit-progstheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ecolit - ProgsTheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------


html {  height: 101%; background: #FFFFFF;} /* always display scrollbars */


@font-face {
  font-family: Michroma;
  font-display: swap;
  src: url("/wp-content/themes/ecolit-white/fonts/Michroma-Regular.woff2") format("woff2"), url("/wp-content/themes/ecolit-white/fonts/Michroma-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("/wp-content/themes/ecolit-white/fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("/wp-content/themes/ecolit-white/fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("/wp-content/themes/ecolit-white/fonts/Montserrat-Bold.woff2") format("woff2"), url("/wp-content/themes/ecolit-white/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("/wp-content/themes/ecolit-white/fonts/Montserrat-Medium.woff2") format("woff2"), url("/wp-content/themes/ecolit-white/fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("/wp-content/themes/ecolit-white/fonts/Montserrat-Light.woff2") format("woff2"), url("/wp-content/themes/ecolit-white/fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("/wp-content/themes/ecolit-white/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/wp-content/themes/ecolit-white/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("/wp-content/themes/ecolit-white/fonts/Montserrat-Regular.woff2") format("woff2"), url("/wp-content/themes/ecolit-white/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

body {  overflow-x: hidden; margin: 0 !important; font-size: 62.5%; line-height: 1; font-family: Montserrat, serif; width: 100%; display: flex; flex-direction: column; align-items: center;
}

ol, ul { list-style: none; }

blockquote, q { quotes: none; }
strong { font-weight: bold; }

input { outline: none; }

table { border-collapse: collapse; border-spacing: 0; }
img { 
    border: 0; 
    max-width: 100%; 
    border-radius: 20px;
    object-fit: cover;
}
p {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 30px;
    line-height: 160%;
    letter-spacing: 0px;
}

a {
    text-decoration: none;
    color: inherit;
}
a:hover { text-decoration: underline; }

.mobile{
    display: none !important;
}

.invisible_link_white{
    color: #FFFFFF;
}
section{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    color: #262626;
}

.container{
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 100%;
    position: relative;
}
.about_us_section,
.why_choose_ecolit,
.construction_technologies,
.projects,
.reviews,
.custom_sheds_information_container,
.custom_sheds_after_information_container {
    max-width: 1920px;
}
.installation_process_main_container,
.installation_process_bottom_text,
.statistics {
    max-width: 1726px;
}
.contact_information_window {
    max-width: 1010px;
}
.projects_container {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 100%;
    position: relative;
}
.projects_container h3 {
    margin-bottom: 50px;
}

/*Шапка старт*/

header {
    /*width: 100%;
    max-width: 1440px;*/
    height: 73px;
    margin: 50px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*border-radius: 25px;
    background: #000000;*/
    position: absolute;
    z-index: 1000;
    width: 90%;
    max-width: 1726px;
}
.header_nav_wrapper {
    display: flex;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 40px;
    padding-right: 40px;
    gap: 60px;
    border-radius: 80px;
    background-color: white;
}

.header_mobile {
    display: none;
    width: 100%;
    margin: 40px 10px 0 10px;
}

/* Для мобильного header */
sidebar {
    /*display: none;*/
    position: fixed;
    top: 0;
    right: -500px;
    width: calc(435px - 100px);
    height: 100vh;
    background-color: #F7F7F7;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    padding: 20px;
    padding-right: 80px;
    transition: right 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    align-items: end;
}
sidebar.open {
    right: 0;
}
sidebar .header_menu {
    width: 100%;
    right: 0px;
}
sidebar .menu {
    display: flex;
    flex-direction: column;
    text-align: end;
    gap: 50px;
}
sidebar .menu a {
    color: #262626;
}
sidebar .call-back {
    flex-direction: column;
    align-items: end;
    margin-top: 50px;
    right: 0px;
    gap: 50px;
}
.sidebar_close_btn {
    width: fit-content;
    background: 0;
    border: 0;
    cursor: pointer;
    margin-bottom: 50px;
    margin-top: 20px;
}
.socials {
    gap: 40px;
    display: flex;
    align-items: center;
}

.burger {
    right: 5px;
    position: relative;
}
.hamburger_sidebar_btn {
    border: 0;
    background: 0;
    cursor: pointer;
}

.burger {
    right: 5px;
    position: relative;
}


nav {
    /*width: clamp(400px, 55%, 100%);
    position: relative;
    right: 60px;*/
    display: flex;
    justify-content: right;
}

header nav ul {
    display: flex;
    gap: 30px;
}

nav a {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer;
    transition: 0.5s;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    position: relative;
}

a:hover {
    text-decoration: none;
}

.custom_link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #ffffff;
    transition: width 0.5s;
}

.custom_link:hover::after {
    width: 100%;
}

.call-back {
    display: flex;
    gap: 20px;
    position: relative;
    /*right: 41px;*/
}

.call-back .custom_link::after {
    background-color: #4CBD38;
    max-width: 120px;
}

.call {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #4CBD38;
    transition: 0.5s;
    position: relative;
}

/*header animations */
.header_nav_wrapper {
    transition: background-color 0.3s ease;
}

header .logo a svg path {
    transition: fill 0.3s ease, stroke 0.3s ease;
}

/*Шапка энд*/

/*Кнопки старт*/
.button{
    width: 250px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 40px;
    border: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    cursor: pointer;
    transition: 0.75s;
}

.button svg path{
    transition: 0.75s;
}

.green_btn{
    border: 1px solid #54FF65;
    color: inherit;
}

.white_btn{
    color: #000000;
    border: 1px solid #000000;
}

.black_btn{
    color: #ffffff;
    border: 1px solid #FFFFFF;
}

.centered_btn {
    margin: auto;
    margin-top: 35px;
    margin-bottom: 78px;
}

.white_btn svg path{
    stroke: #000000;
}

.green_btn:hover{
    background: #54FF65;
    color: #000000;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
}
.green_btn:hover svg path{
    stroke: #000000;
}

.white_btn:hover{
    background: #000000;
    color: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
.white_btn:hover svg path{
    stroke: #ffffff;
}

.black_btn:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    border: none;
    background: #ffffff;
    color: #000000;
}
.black_btn:hover svg path{
    stroke: #000000;
}
/*Кнопки конец*/

/*Заголовки начало*/

h1{
    font-size: 62px;
    font-weight: 700;
    line-height: 74px;
}

h2, h3, h4, h5, h6{
   /* font-family: "Michroma", serif;*/
}

h2{
    font-size: 56px;
    font-weight: 400;
    line-height: 80px;
}

h3{
    font-size: 50px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
}

/* Вместо h4 элемента - т.к стили не работают в браузерах которые базируются на хроме*/
.sub-title{
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 72px !important;
}

span.info-title{
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
}

span.custom-info-title{
  /*  font-family: Michroma, serif;*/
    font-size: 30px;
    font-weight: 400;
    line-height: 43px;
}

span.proj_title, span.cat_title, span.news_title{
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    height: auto;
    text-transform: uppercase;
}

span.cat_title{
    text-align: center;
}

td.small-text, p.small-text, li.middle-text{
    /*
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    */
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
}
p.small-text-bold{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}
p.middle-text{
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}
a.middle-text-bold, p.middle-text-bold{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}
p.big-text{
    font-size: 30px;
    font-weight: 300;
    line-height: 37px;
}

.black_text{
    color: #000000;
}

.white_text{
    color: #FFFFFF;
}

.green_text{
    color: #4CBD38;
}
/*Заголовки конец*/

/*Товар шаблон в каталоге и категория шаблон в каталоге начало*/

/*
.project_block, .category_block, .news_mass_block, .features_block{
*/
    /*width: 320px!important;*/
    /*height: auto!important;
    border-radius: 20px;
    background: #262626;
    display: flex !important;
    flex-direction: column;
    gap: 40px;
    padding: 0 0 30px 0;
    transition: 0.5s;
    flex: 0 0 calc(33.333% - 17px);
}
*/
  /*.wpcf7-form .wpcf7-text, .wpcf7-form textarea {width: auto!important;display: block;}*/
.fancybox-inner {
    overflow: hidden!important;
}
    .fancybox-inner, .wpcf7-form{width: 100%;}
.wpcf7-not-valid-tip {    font-size: 14px;}
.project_block {
    /*width: 415px !important;*/
    /*height: 563px !important;*/
    
    display: flex!important;
    flex-direction: column;
    flex: 0 0 calc(33.333% - 17px);
    justify-content: space-between;
    gap: 40px;
    
    background: #F5F5F5;
    color: #262626;
    
    border-radius: 20px;
    
    padding: 0 0 30px 0;
    transition: 0.5s;
}
.features_block{
    gap: 25px;
    /*max-width: 340px;*/
    flex: 0 0 calc(25% - 12px);
}
.news_mass_block {
    background: none;
}

.proj_img, .cat_img, .news_mass_img, .features_img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 20px;
}
.proj_img {
    /*height: 300px!important;*/
    height: 400px!important;
}
.cat_img {
    height: 250px;
}
.news_mass_img, .cat_img {
    height: 400px;
}
.proj_img_wrapper {
    position: relative;
}
.proj_img {
    display: block;
    transition: opacity 0.3s ease;
}

.features_img{
    height: 230px;
}

.proj_about, .cat_about, .news_mass_about, .features_about{
    margin-left: 23px;
    margin-right: 23px;
    display: flex;
    gap: 25px;
    flex-direction: column;
    position: relative;
}

.features_about{
    max-width: 280px;
    height: 125px;
}
.features_about .small-text-bold {height: 40px;}
.cat_about{
    margin: 0;
}

table.proj_info {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
}

table.proj_info td {
    text-align: right;
    line-height: 0.8;
}

table.proj_info td:first-child {
    border-right: 2px solid #FFFFFF;
    text-align: left;
    width: 65%;
}

table.proj_info td:nth-child(2){
    text-align: left;
    padding-left: 20px;
}

.proj_link, .cat_link, .news_link{
    color: #41BC4E;
    transition: 0.5s;
    position: relative;
    display: flex;
    gap: 20px;
    vertical-align: middle
}

.proj_about .custom_link::after, .cat_about .custom_link::after, .news_mass_about .custom_link::after{
    background-color: #41BC4E;
    max-width: 160px;
}
/*
   .main::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(30, 30, 30, 0.4);
    }
    */
.cat_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    row-gap: 40px;
}

/*
.category_block:hover, .news_mass_block:hover{
    box-shadow: 0 10px 10px 7px rgba(0, 0, 0, .3);
}
*/
.fancybox-inner {height: auto;}
/*Товар шаблон в каталоге - Конец*/

/*Формы*/ 
.fancybox-skin {
    border-radius: 15px;    background-color: #1E1E1E;
}
  .wpcf7 .wpcf7-text, .wpcf7 .wpcf7-tel, .wpcf7-mask {
    padding: 10px;
    border-radius: 20px;
    color: gray;
    border: 4px solid #e6e6e6;
    
}
.vlog {justify-content: space-between!important;}
.wpcf7-submit {
    border: 1px solid #54FF65;
    color: #fff;
    width: 250px;
    background: #1E1E1E;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    cursor: pointer;
    transition: 0.75s;
    margin: auto;
    position: relative;
    top: 15px;
}

/* Scrollbar fix */
.wpcf7-form::-webkit-scrollbar, .wpcf7::-webkit-scrollbar {
    display: none;
}
.wpcf7-form, .wpcf7 {
    border: none!important;
    -ms-overflow-style: none;
    scrollbar-width: none;
    /*
    display: flex;
    flex-direction: column;
    gap: 30px;
    */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}
    
/*Каталог, карточка проета*/
.products{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.projects .product{
    width: 320px;
    height: auto;
    border-radius: 20px;
    background: #F5F5F5;
    display: flex !important;
    flex-direction: column;
    gap: 20px;
    padding: 0 0 30px 0;
    transition: 0.5s;
    color: #262626;
    margin: 20px 10px;
}
.horizontal_proj_attr_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    font-size: 20px;
}
.single_proj_attr {
    font-size: 20px;
}
.woocommerce-loop-product__title{
    font-size: 24px;
    padding-top: 15px;
    font-weight: 500;
    line-height: 30px;
    height: 60px;
    text-transform: uppercase;color: #fff;
}
.a_col_txt{
    /*color: #fff;*/
}
.card_descrip{
    margin-left: 23px;
    margin-right: 23px;
    display: flex;
    gap: 25px;
    flex-direction: column;
    position: relative;
}
 .attachment-woocommerce_thumbnail{
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 20px;
}
.a_col1,.a_col2,.a_col3,.a_col5,.a_col6{
    display: flex;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    /*color: #fff;*/
    justify-content: space-between;
}
.add_to_cart_button{
    color: #54FF65;
    transition: 0.5s;
    position: relative;
    display: flex;
    gap: 20px;
    vertical-align: middle;
}
.content-area {
    margin-top: 150px;
}

/*Блок новости*/

.news_block{
    width: 400px!important;
    height: auto!important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: 0.5s;
    cursor: pointer;
    z-index: 1;
}
.owerflow{
    display: flex;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    transition: 0.5s;
    z-index: 3;
    width: 400px;
    height: 250px;
    border-radius: 14px;
    border: 2px solid #FFFFFF;
}
.img_news_block, .img_techno_block{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 254px;
}
.img_news_block iframe {
    pointer-events: none;
}

.news_img{
    width: 100%;
    height: 250px;
    border-radius: 12px;
    transition: 0.5s;
}

.play{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
}
.play path{
    transition: 0.5s;
}
/*
.news_block:hover{
    color: #54FF65 !important;
}

.news_block:hover .play path{
    fill: #54FF65;
}

.news_block:hover .owerflow{
    background: rgba(84, 255, 101, 0.3);
    border: 2px solid #54FF65;
}

.news_block .text-block{
    text-decoration: underline;
}
*/
.gallery .swiper-slide {max-width: 540px;}
/*Блок новости - конец*/


/*Вёрстка - главная страница*/

.main{
    height: 1137px;
    max-height: 1137px;
    /*background-image: url("/wp-content/themes/ecolit-white/img/hero/hero.avif");
    background-repeat: no-repeat;
    background-size: cover;*/
    /*background-position-y: -140px;*/
    color: #FFFFFF;
    position: relative;
    
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
}
.main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0;
}
.title_block {
    display: flex;
    flex-direction: column;
    align-items: start;
    
    position: absolute;
    top: 500px;
}
.title_block_header {
    width: 772px;
    
    margin-bottom: 20px;
    
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -2.16px;
    vertical-align: middle;
    text-transform: uppercase;
}
.title_block_text {
    width: 718px;
    
    margin-bottom: 48px;
    
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.statistics {
    display: flex;
    padding-top: 45px;
    padding-bottom: 45px;
    position: absolute;
    width: 90%;
    height: fit-content;
    background: white;
    top: 1025px;
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
}
.statistics > div {
    border-right: 1px black solid;
    /*
    padding-left: 100px;
    padding-right: 100px;
    */
    padding-left: 5.8%;
    padding-right: 5.8%;
    text-align: center;
}
.statistics p {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
#statistics > div:nth-child(1) {
    padding-left: 0px;
}
#statistics > div:nth-child(4) {
    padding-right: 0px;
    border-right: 0px;
}
.statistics_number {
    font-family: Michroma;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #41BC4E;
}
.about_us_section{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5.7292%;/*110px;*/
    margin-top: 100px;
    margin-bottom: 155px;
}
.logo_container {
    display: flex;
    gap: 22px;
    align-items: center;
}
.main_text {
    width: 39.5833%;/*760px;*/
}
.about_us_h {
    text-transform: uppercase;
}
.about_us_p {
    line-height: 160%;
}

p.about_us_p:nth-child(3) {
    margin-bottom: 78px;    
}

.main_img_wrapper {
    height: 638px;
    width: 49.375%;/*948px*/
}
.main_img_wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.why_choose_ecolit {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 130px;
}
.why_choose_ecolit h3 {
    margin-bottom: 50px;
}
#why_choose_ecolit > p:nth-child(2) {
    width: 730px;
    
    margin-bottom: 32px;
    
    font-family: Montserrat;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
}
.why_choose_ecolit_information_container {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 24px;
    width: 100%;
}
.why_choose_ecolit_text_container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: end;
    width: 49%;
}
.why_choose_ecolit_card {
    width: calc(45% - 60px);/*calc(422px - 60px);*/
    height: calc(279px - 60px);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #F7F7F7;
    border-radius: 20px;
}
.why_choose_ecolit_card > p:nth-child(2) {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
.why_choose_ecolit_card > p:nth-child(3) {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
}
.why_choose_ecolit_img {
    width: 49%;/*951px;*/
    height: 881px;
    object-fit: cover;
    border-radius: 20px;
}
.construction_technologies {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 91%;
}
.construction_technologies_top_text {
    display: flex;
    gap: 30px;
}
.construction_technologies_top_text h3, .construction_technologies_top_text p {
    flex: 1;
}
.construction_technologies_top_text p {
    /*width: 893px;*/
    width: 50%;
}
.construction_technologies_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
div.construction_technologies_step:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}
div.construction_technologies_step:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / 3;
}
div.construction_technologies_step:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
}
.construction_technologies_step {
    display: flex;
    align-items: center;
    gap: 37px;
}
div.construction_technologies_step:nth-child(3) > img:nth-child(1) {
    align-self: flex-end;
}
.about_lgsf_presentation {
    position: relative; 
    width: 100%; 
    margin: auto;
    z-index: -1;
}
.about_lgsf_presentation_metal_img {
    height: 475px;
    width: 351px;
    rotate: 8.63deg;
}
.about_lgsf_presentation_text_container {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
}
.about_lgsf_presentation_text_container_text {
    font-weight: 500;
    font-size: 20px;
}
.lgsf_presentation_arrow_mobile {
    display: none;
}
div.construction_technologies_step:nth-child(2) {
    flex-direction: column;
}
div.construction_technologies_step:nth-child(2) > img:nth-child(1) {
    /*width: 730px;*/
    width: 80%;
    height: 411px;
}
div.construction_technologies_step:nth-child(2) > img:nth-child(3),
div.construction_technologies_step:nth-child(3) > img:nth-child(1) {
    /*width: 782px;*/
    width: 90%;
    height: 502px;
}
.construction_technologies_bottom {
    margin-top: 65px;
    margin-bottom: 121px;
}
.construction_technologies_bottom > p:nth-child(1) {
    color: #41BC4E;
}
.custom_sheds {
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 76px;
    padding-bottom: 110px;
}
.custom_sheds_information_container {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 70px
}
.custom_sheds_text_container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    
    width: 35.4%;/*680px;*/
    
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0px;
    vertical-align: middle;
}
.custom_sheds_top_text {
    margin-bottom: 56px;
}
.custom_sheds_top_text h3 {
    width: 516px;
    margin-bottom: 20px;
}
.custom_sheds_text_container > p {
    width: 100%;/*680px;*/
    margin-bottom: 56px;
}
.custom_sheds_list_title {
    font-weight: 600;
    margin-bottom: 20px;
}
.custom_sheds_list {
    display: flex;
    flex-direction: column;
    gap: 30px
}
.custom_sheds_list li::before {
    content: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2730%27%20height%3D%2723%27%20viewBox%3D%270%200%2030%2023%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M10%2017.9502L3.05%2011.0002L0.683334%2013.3502L10%2022.6669L30%202.66689L27.65%200.316895L10%2017.9502Z%27%20fill%3D%27%2341BC4E%27/%3E%3C/svg%3E");
    display: inline-block;
    margin-right: 34px;
    vertical-align: middle;
    width: 30px;
}
.custom_sheds_list li {
    display: flex;
}
.custom_sheds_img {
    width: 57%;/*1081px;*/
    height: 862px;
    object-fit: cover;
    border-radius: 20px;
}
.custom_sheds_after_information_container {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 96%;
    margin-top: 83px;
    margin-left: 35px;
}
.custom_sheds_after_text {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0px;
    vertical-align: middle;
    
    width: 1022px;
}

.installation_process {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F7F7F7;
    padding-top: 55px;
    padding-bottom: 72px;
}
.installation_process_header h3 {
    width: 659px;
    text-align: center;
    margin-bottom: 30px;
}
.installation_process_header p {
    width: 683px;
    text-align: center;
}
.installation_process_main_container {
    display: flex;
    width: 90%;
    gap: 24px;
    margin-top: 69px;
}
.installation_process_information_segment {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 29px;
}
.installation_process_mobile {
    display: none!important;
}
/*
div.installation_process_information_segment:nth-child(2) {
    width: 422px;
}
*/
.installation_process_information_segment_text_container {
    display: flex;
    align-items: center;
    gap: 46px;
}
div.installation_process_information_segment:nth-child(2) > div:nth-child(1) {
    flex-direction: column;
    gap: 37px;
    justify-content: space-between;
    flex: 1;
}
div.installation_process_information_segment:nth-child(2) > div:nth-child(1) .installation_process_information_segment_text_block {
    width: calc(100% - 50px);
}
div.installation_process_information_segment_text_container:nth-child(2) {
    justify-content: end;
    margin-top: auto;
}
.installation_process_information_segment_text_block {
    border-radius: 20px;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
    /*width: calc(422px - 25px * 2);*/
    width: 66%;
}
div.installation_process_information_segment:nth-child(2) > div:nth-child(1) > div:nth-child(3) {
    padding-top: 6px;
    /*padding-bottom: 1px;*/
}

.installation_process_information_segment_text_block h3 {
    font-family: Montserrat;
    font-weight: 600;
    /*font-size: 50px;
    line-height: 140%;*/
    text-transform: uppercase;
    color: #53AC3B;
}
.installation_process_information_segment_text_block p:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #53AC3B;
}
.installation_process_information_segment_text_block p:nth-child(3) {
    font-size: 20px;
}
img.installation_process_information_segment_img:nth-child(2) {
    width: 100%;
    /*width: 608px;*/
    height: 336px;
}
img.installation_process_information_segment_img:nth-child(1) {
    width: 100%;
    /*width: 587px;*/
    height: 333px;
}
.installation_process_bottom_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin-top: 93px;
}
.reviews {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    padding-top: 93px;
    padding-bottom: 143px;
}
.reviews_top {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 55px;
}
.reviews_top h3 {
    margin-bottom: 40px;
}
.reviews_top > p:nth-child(2) {
    width: 866px;
}
.reviews_score {
    display: flex;
    gap: 21px;
    margin-top: 13px;
}
.reviews_score_star {
    display: flex;
    gap: 2px;
}
.comment_slide {
    width: 424px!important;
}
.comment_box {
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0px 4px 10px 0px #5252521A;
}
.comment_box_stars {
    display: flex;
    gap: 2px;
    margin-bottom: 15px;
}
.comment_box_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 136%;
}
.person_review {
    display: flex;
    gap: 16px;
    margin-top: 30px;
}
.person_review_pfp {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.person_review_name {
    font-weight: 600;
    font-size: 16px;
}
.person_review_where_from {
    font-weight: 400;
    font-size: 16px;
}
.cta_n_swiper_navigation {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: end;
    margin-top: 47px;
    width: 80%;
    gap: 285px;
    margin: auto;
    margin-top: 82px;
}
.swiper_nav_btns {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 64px;
}
/*
.swiper-button-next, .swiper-button-prev {
    position: relative !important;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
}
*/
.swiper-scrollbar {
    display: none!important;
    margin-top: 50px !important;
    position: relative !important;
}
.contact_information {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 67px;
}
.contact_information_wrapper{
    width: 100%;
    height: 1025px;
    max-height: 1025px;
    
    background-image: url("/wp-content/themes/ecolit-white/img/contact_information/contact_information.avif");
    background-repeat: no-repeat;
    background-size: cover;

    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
    
    border-radius: 20px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_information_window {
    background-color: white;
    width: fit-content;
    border-radius: 20px;
    padding: 40px;
    
    display: flex;
    gap: 135px;
}
.contact_information_container {
    display: flex;
    flex-direction: column;
    gap: 54px;
}
.contact_information_text p {
    font-size: 16px;
}
.contact_information_text h3 {
    color: #41BC4E;
}
div.contact_information_text:nth-child(2) > p:nth-child(1), 
div.contact_information_text:nth-child(4) > p:nth-child(1),
div.contact_information_text:nth-child(5) > p:nth-child(1) {
    font-size: 20px;
}
div.contact_information_text:nth-child(4) {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
div.contact_information_text:nth-child(4) a {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
}
div.adress:nth-child(2) > p:nth-child(2),
div.adress:nth-child(3) > p:nth-child(2),
div.adress:nth-child(4) > p:nth-child(2) {
    font-weight: 400;
}
.wpcf7-form label {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.wpcf7-form .wpcf7-text, .wpcf7-form textarea {
    /*background-color: #F7F7F7;
    border: 0!important;*/
    /*
    border: 0;
    border-bottom: 1px solid #a5a5a5;
    background: none;
    border-radius: 0!important;
    width: calc(100% - 20px)!important;
    font-weight: 700;
    color: gray;
    padding: 10px;
    */
    background-color: transparent;
    border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-radius: 0 !important;
    border-bottom: 1px solid #a5a5a5;
    color: inherit;
    padding: 10px;
    width: 100%;
    
    outline: none;
}
.wpcf7-form textarea {
    font-family: Montserrat;
}
/*#wpcf7-f16-o1 > form:nth-child(2) > p:nth-child(7) > input:nth-child(1)*/
.wpcf7-submit {
    background-color: white!important;
    border: 2px solid #41BC4E!important;
    border-radius: 80px!important;
    color: #333333;
    width: 100%;
}
.contact_us_here_text {
    font-weight: 400;
    font-style: Light;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
}
.contact_us_here_text a {
    font-weight: 800;
    text-decoration: underline;
}



.selected-flag {     background-color:unset!important;}
 #filter   {background: #0000004d;
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    max-height: 75vh;}

.bgvideo {
      position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    width: fit-content;
    z-index: -9999;
    min-height: 100%;
    height: auto;
    top: 50%;
    
}
/*
.title_block{
    width: 100%;
    margin: 25vh auto 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.title_block h1{
    width: 100%;
    max-width: 900px;
    text-transform: uppercase;

}*/



/*Стрелочки - старт*/
.arrow-7 {
    display: none;
    margin: 60px auto 10px auto;
    width: auto;
    height: 50px;
}
.arrow-7 span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(90deg);
    margin: -16px 0;
    animation: arrow-7 2s infinite;
}
.arrow-7 span:nth-child(2){
    animation-delay: -0.2s;
}
@keyframes arrow-7 {
    0%{
        opacity: 0;
        transform: translate(0,-20px) rotate(45deg);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: translate(0,20px) rotate(45deg);
    }
}
/*Стрелочки End*/

.row_title{
    display: flex;
    width: 100%;
    margin: 60px 0 40px 0;
    gap: 60px;
    align-items: flex-end;
}

.row_title .small-text{
    max-width: 500px;
    margin-left: 60px;
}

.row_blocks{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.features_block_min{
    display: flex;
    width: 320px;
    height: auto;
}

.industries .container{
    gap: 60px;
}

.column_blocks{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.industries_block{
    width: 100%;
    height: 310px;
    display: flex;
    align-items: center;
}
.industries_img{
    width: 500px;
    height: 360.47px;
    border-radius: 20px;
    z-index: 5;
}

.industries_svg{
    position: absolute;
}

.industries_text{
    margin-left: 36px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.industries_text .big-text{
    max-width: 770px;
}

.projects .container{
    gap: 40px;
}

.stages .container{
    gap: 100px;
}
.stage_container {
    display: flex;
    gap: 35px;
    border-bottom: 1px solid #262626;
    padding-top: 35px;
    padding-bottom: 35px;
    justify-content: space-between;
}

.stage_container > img {
    border-radius: 20px;
    width: 386px;
    height: 189px;
    object-fit: cover;
}

.stage{
    width: 500px;
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    align-items: center;
    gap: 45px;
}
/*
.stage_text{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.stage_text .small-text{
    max-width: 250px;
}
*/
.stage_text_container {
    width: 70%;
}
.stage_text_information_container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.stage_text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    border-top: 1px solid #262626;
    height: 60%;
}
.swiper-scrollbar-drag {
background: #4CBD38!important;

}
.swiper-scrollbar {
    display: block;
    margin-top: 50px!important;
    position: relative!important;
}
.techno_img{
    max-width: 800px;
    width: 100%;
    height: 500px;
    border-radius: 20px;
    cursor: pointer;
}

.img_techno_block{
    max-width: 800px;
    height: 500px;
    transition: 0.5s;
}

.img_techno_block:hover .play path{
    fill: #54FF65;
}

.techno_text{
    max-width: 500px;
    height: 500px;
    display: flex;
    flex-direction: column;
    padding: 0 0 20px 0;
}

.techno_text .small-text-bold{
    text-transform: none;
    margin-top: 30px;
}

.techno_text .button{
    margin-top: auto;
    margin-bottom: 20px;
}

/*
Использую вместо meta, т.к изменил галерею под эти стили
Для 4 картинок в строчку должна быть одна из этих комбинаций:
big middle small small
big big small small
*/
.gallery_big{
    width: 540px!important;
    height: 320px!important;
    object-fit: cover;
}

.gallery_middle{
    width: 480px!important;
    height: 320px!important;
    object-fit: cover;
}

.gallery_small{
    width: 380px!important;
    height: 320px!important;
    object-fit: cover;
}
/*
.gallery_meta {
    width: 22%!important;
    object-fit: cover;
}
*/

.events {
  padding-top: 20px;
}

.events__title {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.events-wrapper {
  padding: 80px 0;
  background-color: var(--gray-300);
}

.events__swiper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  overflow: visible !important;
}

.events .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.events__item {
  max-width: 424px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.events__item-img {
  width: 100%;
  height: 424px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.events__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  font-weight: 300;
}

.events__item-title {
  font-weight: 500;
  font-size: 24px;
  color: var(--text-color);
  line-height: 1.2;
}

.events__item-descr {
  max-width: 377px;
  font-size: 16px;
}
.events__item-date {
    font-size: 16px;
}

.fancybox-inner {
    height: 100% !important;
}
footer{
   /* max-width: 1920px;*/
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.footer-container {
    justify-content: space-around;
}

.footer_copyright_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    
    margin-top: 30px;
}

footer .container{
    border-top: 1px solid #FFFFFF;
}

.foot_menu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*max-width: 500px;*/
    gap: 60px;
}

.foot_menu ul {
    display: block;
}

.foot_menu ul li{
    max-width: 250px;
    padding-bottom: 20px;
}

.call-back-footer{
    max-width: 230px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 70px;
}

.social-icons-footer{
    display: flex;
    gap: 40px;
}

.icon {
  fill: transparent;
  stroke: transparent;
  width: 18px;
  height: 18px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
  content: none !important;
}

/* Убрать дефаулт стили для стрелок swiper */
.swiper-button-next,
.swiper-button-prev {
  background: none;
  color: inherit;
  width: auto;
  height: auto;
  padding: 0;
}

.icon--swiper-arrow {
  width: 40px;
  height: 40px;
  stroke: var(--text-color);
}

/* blog стили */
.single-post {
    background-color: #1e1e1e;
}
.alignright{
    max-width: 50%;
    height: auto;
    float: right;
    padding: 20px;
}
.alignleft   { 
    max-width: 50%;
    height: auto;
    float: left;
    padding: 20px;
}
.aligncenter {
    max-width: 100%;
    height: auto;
    margin: auto;
    padding: 20px;
}
.body_index {
    margin-top: 25vh;
    font-size: 16px;
    color: #fff;
}
.body_index p {
    font-size: 1.4em;
    line-height: 1.2;
    padding: 20px;
}
/* Blog стили END */

/* Contact form styles */

.contact-us__top {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.contact-us__title {
    font-size: 40px;
    line-height: 46px;
    font-weight: 400;
    text-align: center;
    display: block;
    /*width: 100%;*/
}

.contact-us__subtitle {
  color: #444;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.1em;
}

.contact-us__input {
    width: 100%;
}

.small {
  font-weight: 400;
  font-size: 13px;
  color: #444;
}
.small a {
    font-weight: 800;
    text-decoration: underline;
    color: inherit;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.woocommerce-breadcrumb{
    display: flex;
    /*max-width: 1420px;*/
    position: relative;
    right: 0;
    width: 100%;
    justify-content: normal;
    align-items: baseline;
    padding-bottom: 10px;
    font-size: 12px;
}
/* Breadcrumb fix */
.woocommerce-breadcrumb a {
    color: black;
    font-size: 12px;
    font-weight: 400;
}

.site-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.product-sorting {
    width: calc(20% - 10px);
    margin-right: 20px;
}

.product-row-blocks-wrapper {
    width: 79%;
    height: min-content;
}

.woocommerce-pagination {
    padding-top: 20px;
    padding-bottom: 30px;
}

.page-numbers {
    color: #1e1e1e;
}

.current {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.irs--round .irs-bar {
    background-color:#4fa44e!important;
}

.irs--round .irs-handle {
    border:4px solid #4fa44e!important;
}

.irs-from::before, .irs-to::before {
    border-top-color: #5aa959d4!important;
}
.irs-from, .irs-to, .irs-single {
    background:#5aa959d4!important;
}

.thank_you_section {
    background-color: #F7F7F7;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
    padding-top: 110px;
    padding-bottom: 110px;
    gap: 32px;
}
.thank_you_section h3 {
    font-size: 30px;
    line-height: 160%;
    text-transform: uppercase;
}
.thank_you_section p {
    font-weight: 600;
    font-size: 30px;
    line-height: 160%;
}
.after_thank_you_text {
    font-weight: 500;
    font-size: 30px;
    line-height: 160%;
    text-align: center;
}
.after_thank_you_text a {
    color: #41BC4E;
}
.thank_you_btn {
    width: 25%;
    margin: auto;
    margin-top: 70px;
}

@media screen and (max-width: 1600px) and (min-width: 940px) {
    header {
        gap: 60px;
    }
    .header_nav_wrapper {
        padding-left: 20px;
        padding-right: 20px;
        gap: 20px;
    }
    .call-back {
        right: 0px;
    }
    header nav ul {
        gap: 20px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 940px) {
    .main {
        height: 820px;
    }
    /*
    .title_block {
        top: 250px;
    }
    */
    .statistics {
        top: 706px;
    }
    .container {
        align-items: center;
    }
    .about_lgsf_presentation_text_container_text {
        /*font-size: 16px;*/
        font-size: 1.2em;
    }
    .title_block {
        margin: auto;
        width: 95%;
        top: 250px;
    }
    .contact_information_wrapper {
        height: 820px;
    }
    .thank_you_section {
        width: 80%;
    }
    .after_thank_you_text {
        width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .row_blocks:has(.swiper-slide) {
        flex-wrap: nowrap;
    }
    .project_block {
        flex: 0 0 calc(50% - 17px);
    }
    .lgsf_presentation_arrow > svg {
        width: 5vw;
    }
}

@media screen and (max-width: 1200px) and (min-width: 940px) {
    .row_blocks:has(.swiper-slide) {
        justify-content: left;
    }
    .category_block {
        flex: 0 0 48.8%;
    }
    .about_us_h {
        font-size: 4.5em;
    }
    .about_us_p {
        font-size: 2.5em;
    }
    .statistics > div {
        padding-left: 4%;
        padding-right: 4%;
    }
    div.why_choose_ecolit_card:nth-child(2) > p:nth-child(1) {
        font-size: 2.5em;
    }
    .why_choose_ecolit_card > p:nth-child(3) {
        font-size: 1.5em;
    }
    .construction_technologies_top_text h3{
        font-size: 3em;
    }
    .construction_technologies_top_text p {
        font-size: 2em;
    }
    .about_lgsf_presentation_text_container {
        gap: 2px;
    }
    div.about_lgsf_presentation_text_container:nth-child(4) > p:nth-child(4) {
        padding-top: 20px;
    }
    .column_blocks h3 {
        width: 100%!important;
    }
    .custom_sheds_text_container {
        font-size: 2em;
    }
    .custom_sheds_top_text h3 {
        font-size: 2em;
        width: 100%;
    }
    .custom_sheds_top_text p {
        font-size: 1em;
    }
    .custom_sheds_text_container > p:nth-child(2) {
        font-size: 1em;
    }
    .custom_sheds_list_title {
        font-size: 1em;
    }
    .custom_sheds_list_horizontal {
        font-size: 2em;
    }
    .custom_sheds_list_horizontal li {
        font-size: 1em;
    }
    .custom_sheds_list li::before, .custom_sheds_list_horizontal li::before {
        margin-right: 10px;
    }
    .custom_sheds_after_text {
        font-size: 2em;
        width: 50%;
    }
    .under_title {
        width: 90%;
    }
    
    .about_lgsf_presentation_metal_img {
        height: auto;
        width: 70%;
    }
    .about_lgsf_presentation_text_container {
        gap: 2px;
    }
    div.about_lgsf_presentation_text_container:nth-child(2) {
        top: 5% !important;
        left: 63% !important;
    }
    div.about_lgsf_presentation_text_container:nth-child(3) {
        top: 35% !important;
        left: 37% !important;
    }
    div.about_lgsf_presentation_text_container:nth-child(4) {
        top: 65% !important;
        left: 21% !important;
    }
    .lgsf_presentation_arrow > svg {
        width: 5vw;
    }
    .installation_process_main_container {
        width: 100%;
        gap: 10px;
    }
    div.installation_process_information_segment:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3),
    div.installation_process_information_segment:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3) {
        font-size: 1.7em;
    }
    .installation_process_information_segment_text_container {
        gap: 0!important;
        flex: 1;
    }
    div.installation_process_information_segment:nth-child(2) > div:nth-child(1) {
        justify-content: space-between;
    }
    
    div.installation_process_information_segment_text_container:nth-child(2) > div:nth-child(3) {
        margin-top: auto;
    }
    .installation_process_information_segment_text_block {
        padding-top: 6px;
    }
    .installation_process_information_segment_text_block p:nth-child(2),
    .installation_process_information_segment_text_block p:nth-child(3) {
        font-size: 1.7em;
    }
}

@media screen and (max-width: 1100px) {
    .PC{
        display: none !important;
    }
    .mobile{
        display: flex !important;
    }
    /*Адаптив шапка старт*/
    header {
        display: none;
    }
    .header_mobile {
        display: flex;
        padding-left: 57px;
        padding-right: 57px;
        width: calc(100% - 57px - 57px);
        justify-content: space-between;
        gap: 0;
    }
    .logo {
        left: 5px;
    }
    .call-back {
        display: flex!important;
    }
    /*Адаптив шапка энд*/
}

@media screen and (max-width: 939px) {
    .PC{
        display: none !important;
    }
    .mobile{
        display: flex !important;
    }
    /*Адаптив шапка старт*/
    header {
        display: none;
    }
    .row_blocks {
        flex-wrap: nowrap;
    }
.vlog {justify-content: center!important;}
    .header_mobile {
        display: flex;
        padding-left: 57px;
        padding-right: 57px;
        width: calc(100% - 57px - 57px);
        justify-content: space-between;
        gap: 0;
    }
    .logo {
        left: 5px;
    }
    /*Адаптив шапка энд*/
    /*Адаптив заголовки*/
    h1{
        /*font-family: Michroma, serif;*/
        font-size: 28px;
        font-weight: 400;
        line-height: 40px;
    }
    h2{
        font-size: 28px;
        line-height: 40px;
    }
    h3{
        font-family: Montserrat;
        font-weight: 500;
        font-size: 50px;
        line-height: 140%;
        letter-spacing: 0px;
        text-transform: uppercase;
    }
    .sub-title {
        font-size: 23px!important;
        line-height: 38px!important;
    }
    span.info-title{
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
    }
    span.custom-info-title{
        font-size: 20px;
        line-height: 28px;
    }
    span.proj_title, span.cat_title{
        font-size: 20px;
        line-height: 24px;
    }
    p.small-text-bold{
        font-weight: 500;
    }
    p.middle-text{
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
    }
    p.middle-text-bold{
        font-size: 16px;
        line-height: 20px;
    }
    p.big-text{
        font-size: 14px;
        font-weight: 300;
        line-height: 17px;
    }

    /*Адаптив заголовки энд*/

    /*Адаптив товара старт*/
    .project_block, .category_block, .news_mass_block{
        width: 315px;
        flex: auto;
    }
    .proj_img{
        height: 235px;
    }
    .cat_img, .news_mass_img{
        height: 200px;
    }
    /*Адаптив товара конец*/
    /*Адаптив новости старт*/
    .news_block{
        width: 320px;
        gap: 20px;
        justify-content: center;
    }
    .img_news_block{
        height: 200px;
    }
    .img_news_block iframe {border-radius: 15px;}
    .news_img{
        width: 100%;
        height: 200px;
        border-radius: 12px;
        transition: 0.5s;
    }
    .owerflow{
        width: 320px;
        height: 200px;
    }
    .news_block .text-block{
        text-align: center;
        max-width: 245px;
        margin: 20px auto;
    }
    /*Адаптив новости конец*/
    
    .container {
        align-items: center;
    }
    .main {
        height: 773px;
        background-position-y: 0;
    }
    .title_block {
        top: 165px;
        margin: 0;
        max-width: unset;
        width: 95%;
        gap: 20px;
        margin: auto;
    }
    /*
    .title_block_header {
        font-size: 45px;
    }*/
    .title_block_header, .title_block_text {
        width: 100%;
    }
    .title_block_header {
        font-size: 5.3vw;
    }
    .title_block_text {
        font-size: 2.4vw;   
    }
    
    .statistics {
        width: 95%;
        top: 604px;
        flex-wrap: wrap;
    }
    .statistics > div {
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        box-sizing: border-box;
    }
    #statistics div {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .about_us_section {
        flex-direction: column;
        width: 95%;
        margin-top: 240px;
        z-index: 100;
    }
    .main_text {
        width: 100%;
    }
    .main_img_wrapper {
        width: 100%;
        height: 551px;
    }
    .why_choose_ecolit {
        width: 95%;
    }
    #why_choose_ecolit > p:nth-child(2) {
        width: 100%;
    }
    .why_choose_ecolit_information_container {
        flex-direction: column;
    }
    .why_choose_ecolit_text_container {
        justify-content: center;
        width: 100%;
    }
    .why_choose_ecolit_card {
        width: calc(352px - 60px);
    }
    .why_choose_ecolit_img {
        width: 100%;
        height: 515px;
    }
    .construction_technologies {
        width: 95%;
    }
    .construction_technologies_top_text {
        flex-direction: column;
        gap: 23px;
    }
    .construction_technologies_top_text p {
        width: 100%;
    }
    .construction_technologies_content {
        display: flex;
        flex-direction: column;
    }
    .construction_technologies_step {
        width: 100%;
    }
    div.construction_technologies_step:nth-child(1) {
        flex-direction: column;
    }
    div.construction_technologies_step:nth-child(3) {
        flex-direction: column-reverse;
        /* margin-top on the last element, instead of
        gap: 30px due to large white space on second img
        with gap it gives impression that the actual gap between 1 and 2 much bigger*/
        margin-top: 30px;
    }
    /* rotate arrow icons */
    div.construction_technologies_step:nth-child(1) > div:nth-child(2) {
        rotate: 90deg;
    }
    div.construction_technologies_step:nth-child(3) > div:nth-child(2) {
        rotate: -90deg;
    }
    .custom_sheds {
        align-items: center;
    }
    /*
    .custom_sheds_top_text h3 {
        font-size: 50px;
        line-height: 140%;
    }
    */
    .custom_sheds_information_container {
        flex-direction: column;
        width: 95%;
    }
    .custom_sheds_text_container {
        width: 100%;
    }
    .custom_sheds_text_container > p {
        width: 100%;
    }
    .custom_sheds_img {
        width: 100%;
        height: 541px;
    }
    .custom_sheds_after_information_container {
        flex-direction: column-reverse;
        align-items: center;
        width: 95%;
        gap: 42px;
    }
    .custom_sheds_after_text {
        width: 100%;
    }
    
    .projects_container {
        width: 95%;
    }
    
    .installation_process_header {
        width: 95%;
    }
    .installation_process_header h3, .installation_process_header p {
        width: 100%;
    }
    .installation_process_main_container {
        width: 95%;
        flex-direction: column;
    }
    .installation_process_mobile {
        display: flex!important;
    }
    div.installation_process_information_segment:nth-child(2),
    img.installation_process_information_segment_img:nth-child(1){
        display: none!important;
    }
    img.installation_process_information_segment_img:nth-child(2) {
        width: 100%;
    }
    .installation_process_information_segment_text_container {
        gap: 0;
        align-items: stretch;
    }
    div.installation_process_information_segment_text_block:nth-child(3),
    div.installation_process_information_segment_text_block:nth-child(3) {
        padding: 25px;
        justify-content: center;
    }
    .installation_process_information_segment_icon {
        margin: auto;
    }
    .installation_process_bottom_text {
        width: 95%;
    }
    .reviews_top {
        width: 95%;
    }
    .reviews_top > p:nth-child(2) {
        width: 100%;
    }
    .cta_n_swiper_navigation {
        flex-direction: column-reverse;
        width: 95%;
        gap: 54px;
    }
    .cta_n_swiper_navigation .swiper_nav_btns {
        display: none;
    }
    .swiper-scrollbar {
        display: block!important;
    }
    
    .contact_information_wrapper {
        height: auto;
        max-height: unset;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .contact_information_window {
        width: calc(95% - 80px);
        flex-direction: column-reverse;
        align-items: center;
    }
    
    /*
    .main{
        height: 525px;
          background-image: url("/wp-content/themes/ecolit-progstheme/img/main-bg-mobile.png");
        background-size: cover;
        background-position: center; 
        padding: 0 0 20px 0;
    }
    */

  
    /*
    .title_block{
        margin: 130px 0 0 30px;
        width: 100%;
        max-width: 310px;
        gap: 30px;
    }
    */
    b.green_text{
        font-size: 28px !important;
    }
    .arrow-7{
        display: block;
    }
    .row_title{
        margin: 30px 0 30px 0;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .row_title svg{
        display: none;
    }
    .row_title .small-text{
        text-align: center;
        margin: 0;
        max-width: 270px;
    }

    .row_blocks {
        justify-content: start;
        gap: 0!important;
    }
    /*
    .row_blocks > div {
        width: fit-content!important;
    }
    */
    
    .technologies .container .row_blocks {
        justify-content: center;
    }
    
    .industries .container{
        gap: 50px;
        align-items: center;
    }
    .industries .container h3{
        max-width: 200px;
    }

    .industries_svg, .industries_img{
        display: none;
    }
    .column_blocks{
        gap: 30px;
    }
    .industries_block{
        height: auto;
        justify-content: center;
    }
    .industries_text{
        margin: 0;
        max-width: 300px;
        justify-content: center;
    }
    .industries_text .big-text , .industries_text .custom-info-title{
        text-align: center;
    }
    .projects .container .row_blocks {
        flex-wrap: nowrap!important;
        justify-content: flex-start;
    }
    .stages .container{
        gap: 60px;
    }
    .stage{
        max-width: 320px;
        gap: 30px;
    }
    .stage img{
        width: 100px;
        height: 90px;
    }
    .stages .container .row_blocks{
        gap: 40px;
    }
    .techno_img{
        max-width: 330px;
        height: 250px;
    }
    .img_techno_block{
        max-width: 330px;
        height: auto /*250px*/;
    }
    .techno_text{
        max-width: 330px;
        align-items: center;
        height: 350px;
    }
    .techno_text .small-text-bold{
        text-align: center;
    }
    .techno_text .button{
        margin: 30px auto 0 auto;
    }
    .technologies .container .row_blocks{
        gap: 80px !important;
    }
    .video_block_about .container .row_blocks{
        align-items: center
    }
    .video_block_about .container .row_blocks .button, .video_block_about .container .row_blocks svg{
        display: none;
    }
    .events {
        padding: 40px 0;
        background-color: var(--gray-300);
    }
    
    .events-wrapper {
        padding: 0;
    }
    
    .events__title {
        margin-bottom: 20px;
        text-align: left;
    }
    
    .events__item {
        max-width: 320px;
    }
    
    .events__item-img {
        height: 320px;
    }
    
    .events__item-info {
        font-size: 16px;
    }
    /* Blog стили */
    .alignright, .alignleft, .aligncenter  {    max-width: 100%;padding:0px;margin-bottom: 20px}
    
    .stage_container {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
    }
    .stage_text_container {
        width: 100%;
    }
    .stage_text {
        padding-top: 20px;
        padding-bottom: 20px;
        height: 80%;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 17px;
    }
    .stage_text h2 {
        font-size: 50px;
    }
    .stage_text_information_container {
        width: 100%;
        flex-wrap: wrap;
        justify-content: start;
        gap: 10px;
    }
    div.stage_container:nth-child(1) > div:nth-child(1) > div:nth-child(2), div.stage_text_container:nth-child(2) > div:nth-child(2) {
        border-bottom: 1px solid #262626;
    }
    div.stage_container:nth-child(2) {
        flex-direction: column-reverse;
    }
    .stage_container img {
        width: 100%;
        height: 275px;
    }
    .stage_text_information_container p {
        width: 100%;
    }
    div.construction_technologies_step:nth-child(3) > img:nth-child(1) {
        align-self: center;
    }
    
    /*Thank you template*/
    .thank_you_section {
        width: 90%;
        margin: auto;
    }
    .after_thank_you_text {
        width: 90%;
        margin: auto;
    }
    .thank_you_btn {
        width: 50%;
    }
    .call-back-footer {
        margin-top: 25px;
        flex-direction: row-reverse;
        max-width: 100%;
        align-items: center;
    }
   
    /* Footer */
    .footer-container {
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer_copyright_text {
        width: 88%;
    }
    
    .about_lgsf_presentation_text_container {
        gap: 5px;
    }
    .about_lgsf_presentation_text_container_text {
        font-size: 0.8rem;
    }
}


@media screen and (max-width: 480px) {
    
    .header_mobile {
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% - 40px);
    }
    sidebar {
        width: 65%;
        padding-right: 20px;
    }
    
    h2, h3 {
        font-size: 28px;
    }
    p {
        font-size: 20px;
    }
    .title_block_header {
        font-size: 28px;
    }
    .title_block_text {
        font-size: 16px;
    }
    .statistics_number {
        font-size: 28px;
    }
    .about_us_section {
        gap: 44px;
        margin-bottom: 60px;
        margin-top: 125px;
    }
    .main_img_wrapper {
        height: 291px;
    }
    .why_choose_ecolit_information_container {
        width: 100%;
    }
    .why_choose_ecolit_text_container {
        width: 100%;
    }
    .why_choose_ecolit_img {
        height: 340px;
    }
    
    div.construction_technologies_step:nth-child(2) > img:nth-child(1) {
        height: 200px;
    }
    div.construction_technologies_step:nth-child(2) > img:nth-child(3),
    div.construction_technologies_step:nth-child(3) > img:nth-child(1) {
        height: 255px;
    }
    .lgsf_presentation_arrow {
        display: none;
    }
    .lgsf_presentation_arrow_mobile {
        display: block;
    }
    .about_lgsf_presentation {
        width: 100%; 
        margin: auto;
        padding-bottom: 350px;
    }
    .about_lgsf_presentation_metal_img {
        height: 291px;
        width: 192px;
        rotate: 53.7deg;
        display: block;
        margin: auto;
    }
    .about_lgsf_presentation_text_container {
        display: flex;
        align-items: center;
        gap: 10px;
        position: absolute; 
        top: 80px; 
        left: 342px;
    }
    div.about_lgsf_presentation_text_container:nth-child(2) {
        top: 150px!important;
        left: 200px!important;
        flex-direction: column;
    }
    div.about_lgsf_presentation_text_container:nth-child(3) {
        top: 160px!important;
        left: 0px!important;
        flex-direction: column;
    }
    div.about_lgsf_presentation_text_container:nth-child(4) {
        top: 165px!important;
        left: -210px!important;
        flex-direction: column;
    }
    .about_lgsf_presentation_text_container_text {
        font-weight: 500;
        font-size: 16px;
        width: 50%;
    }
    div.about_lgsf_presentation_text_container:nth-child(2) > p:nth-child(4) {
        width: 80%;
    }
    div.about_lgsf_presentation_text_container:nth-child(4) > p:nth-child(4) {
        padding-left: 200px;
    }
    .custom_sheds_top_text h3 {
        width: 100%;
    }
    .custom_sheds_text_container {
        font-size: 20px;
    }
    .custom_sheds_img {
        height: 252px;
    }
    .custom_sheds_after_information_container {
        margin-left: 10px;
    }
    .custom_sheds_after_text {
        font-size: 20px;
    }
    .proj_about {
        margin-left: 15px;
        margin-right: 15px;
    }
    .proj_about > .horizontal_proj_attr_container:nth-child(3) > p:nth-child(1) {
        font-size: 16px!important;
        width: 150px;
    }
    .installation_process_information_segment_text_container {
        flex-direction: column;
    }
    .installation_process_information_segment_text_block {
        width: calc(100% - 50px)
    }
    .installation_process_information_segment_icon {
        rotate: 90deg;
    }
    img.installation_process_information_segment_img:nth-child(3) {
        height: 255px;
    }
    .reviews_score {
        align-items: center;
        gap: 2px
    }
    .comment_slide {
        width: 95%!important;
    }
    .innovate .container .row_blocks{
        flex-wrap: nowrap;
        justify-content: flex-start;
        /*justify-content: center;*/
    }
    /*
    .innovate .container .row_blocks .features_block{
        margin-left: 0px!important;
    }*/
    .features_block{
        flex: auto;
    }
    .stage_container {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
    }
    .stage_text_container {
        width: 100%;
    }
    .stage_text {
        padding-top: 20px;
        padding-bottom: 20px;
        height: 80%;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 17px;
    }
    .stage_text h2 {
        font-size: 50px;
    }
    .stage_text_information_container {
        width: 100%;
        flex-wrap: wrap;
        justify-content: start;
        gap: 10px;
    }
    div.stage_container:nth-child(1) > div:nth-child(1) > div:nth-child(2), div.stage_text_container:nth-child(2) > div:nth-child(2) {
        border-bottom: 1px solid #262626;
    }
    div.stage_container:nth-child(2) {
        flex-direction: column-reverse;
    }
    div.stage_container:nth-child(3) > img:nth-child(2) {
        display: none;
    }
    .embeded_yt_video_techno_block {
        height: 150%;
    }
    .gallery .container {
        align-items: normal!important;
    }
    .gallery_img_container {
        flex-direction: row!important;
    }
    .gallery_img_container row_blocks {
        display: flex;
        flex-direction: row;
    }
    .gallery_meta {
        width: /*362px*/100%!important;
        object-fit: cover;
    }
    .video_blocks {
        justify-content: center!important;
        gap: 25px!important;
    }
    .events .events-wrapper .container {
        gap: 80px;
    }
    .contact_info_block {
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }
    .footer-container {
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        gap: 20px !important;
    }
    .foot_menu {
        width: 100%;
        right: 0;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 10px;
    }
    .foot_menu ul {
        flex-direction: column;
        gap: 15px;
    }
    .foot_menu ul li {
        max-width: 160px;
        padding-bottom: 20px;
    }
    .foot_menu ul li a {
        font-size: 14px;
        font-weight: 300;
        line-height: 120%;
    }
    .call-back-footer {
        align-items: center;
        flex-direction: column;
        gap: 25px;
    }
    .logo_footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .woocommerce-breadcrumb {
        padding-left: 10px;
    }
    .product-sorting {
        width: 90%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .product-row-blocks-wrapper {
        width: 95%;
    }
    .products {
        gap: 20px!important;
    }
    .row_blocks:not(.swiper-wrapper) {
        width: 320px;
        margin: auto;
        gap: 20px !important;
    }
    ..swiper-wrapper {    justify-content: center;}
    .cat_img, .news_mass_img {
        height: 320px;
    }
    
    .thank_you_section h3 {
        font-size: 20px;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .thank_you_section p {
        font-size: 20px;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .after_thank_you_text {
        font-size: 20px;
    }
    .thank_you_btn {
        width: 90%;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 940px) and (max-width: 1380px) {
    /*Адаптив шапка старт*/
    .call-back {
        display: none;
    }
    header{
	margin: 50px 0px 0 0px !important;
	width: 90%;
    }
    .title_block{
        margin-left:30px;
    }
    .main{
        background-position: center;
    }

    /*Адаптив шапка энд*/
    
    #statistics > div:nth-child(1) {
        margin-left: 10px;
    }
    #statistics > div:nth-child(4) {
        margin-right: 10px;
    }
    
    .custom_sheds_after_information_container {
        gap: 30px;
    }
    .custom_sheds_after_text {
        flex: 1;
    }
}

@media screen and (min-width: 1381px) and (max-width: 1408px) {
    header nav ul,
    .call-back {
        gap: 10px;
    }
}


.filter_block{
    max-width: 500px;
	width: 100%;
    display: flex;
    flex-direction: column;
}
