/*!
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 { overflow-x: hidden; height: 100%; /*background: #FFFFFF;*/} /* always display scrollbars */

@font-face {
  font-family: Michroma;
  font-display: swap;
  src: url("/wp-content/themes/ecolit-progstheme/fonts/Michroma-Regular.woff2") format("woff2"), url("/wp-content/themes/ecolit-progstheme/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-progstheme/fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("/wp-content/themes/ecolit-progstheme/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-progstheme/fonts/Montserrat-Bold.woff2") format("woff2"), url("/wp-content/themes/ecolit-progstheme/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-progstheme/fonts/Montserrat-Medium.woff2") format("woff2"), url("/wp-content/themes/ecolit-progstheme/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-progstheme/fonts/Montserrat-Light.woff2") format("woff2"), url("/wp-content/themes/ecolit-progstheme/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-progstheme/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/wp-content/themes/ecolit-progstheme/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-progstheme/fonts/Montserrat-Regular.woff2") format("woff2"), url("/wp-content/themes/ecolit-progstheme/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;
}
    .main {         width: 100%;
    overflow: hidden; /* Скрывает содержимое, выходящее за границы */
    position: relative;   }

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%; }

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: #fff;
}

.container{
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    margin: auto;
}
.single_blog_post_container {
    display: block;
}

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

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: fixed;
    z-index: 1000;
}
section{padding: 0 0 100px 0;}
.logo {
    left: 41px;
    position: relative;
}

.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: #1E1E1E;
    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 {
    flex-direction: column;
    text-align: end;
    gap: 50px;
}
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%);*/
    width: clamp(400px, 65%, 100%);
    position: relative;
    right: 60px;
    display: flex;
    justify-content: right;
}

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: #ffffff;
    position: relative;
}

a:hover {
    text-decoration: none;
}
.swiper-container-desktop{gap: 80px; align-items: center; max-width:100vw;}
.gallery {
    padding: 60px 0 0px 0;
    background-color: #1E1E1E;
}

.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;
}

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

/*Кнопки старт*/
.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: #ffffff;
}

.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: 400;
    line-height: 72px;
}

/* Вместо 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: 24px;
    font-weight: 500;
    line-height: 30px;
    height: auto;
    text-transform: uppercase;
}

span.cat_title{
    text-align: center;
    height: 60px;
}

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;

}
span.middle-text-bold, p.middle-text-bold, a.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);
}
.project_block {
    /*width: 415px !important;*/
    flex: 0 0 calc(33.333% - 17px);
    /*height: 563px !important;*/
    justify-content: space-between;
    background: #1E1E1E;
    color: #fff;
}
/*projects in projects category page*/
li.project_block {
    flex: 0 0 calc(50% - 17px);
}
.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;
}
.news_mass_img {
    object-fit: none;
    max-width: 420px;
}
.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;
}
.proj_img_wrapper .proj_img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}
/* Show the hover image only on hover */
.proj_img_wrapper:hover .proj_img.hover {
    opacity: 1;
}
/* Hide the main image only if hover exists */
.proj_img_wrapper:hover .proj_img.main_thumbnail {
    opacity: 0;
}

.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: #54FF65;
    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: #54FF65;
    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,.wpcf7-tel {
    padding: 10px;
    border-radius: 20px;
    color: gray;
    border: 4px solid #e6e6e6;
    
}
.fancybox-inner{    overflow: hidden!important;  }
.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;
}
    .wpcf7-form {border: none!important;}
    
/*Каталог, карточка проета*/
.products{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.prod_video .vjs-tech {border-radius: 25px;}
.projects .product{
    width: 320px;
    height: auto;
    border-radius: 20px;
    background: #262626;
    display: flex !important;
    flex-direction: column;
    gap: 20px;
    padding: 0 0 30px 0;
    transition: 0.5s;color: #fff;margin: 20px 10px;
}
.tags {
    /*width: 25%;*/
    display: flex;
    gap: 15px;
}
.tag-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 27px;
    padding-right: 27px;
    border: 1px solid white;
    border-radius: 40px;
}
.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;*/
    width: 30%;
    min-width: 280px;
    max-width: 400px;
    height: auto!important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: 0.5s;
    cursor: pointer;
    z-index: 1;
    gap: 30px;
}
.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;*/
}

.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: 90vh;
    
    /*
    height: 75vh;
    max-height: 1270px;
    */
    /*background-image: url("/wp-content/themes/ecolit-progstheme/img/main-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -140px;*/
}

.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%;
        overflow-x: hidden;
        width: 100%;
    height: 100%;
    object-fit: cover; /* Убедитесь, что видео заполняет контейнер без искажений */
    max-width: 100%; /* Ограничивает ширину видео */
    box-sizing: border-box; /* Учитывает padding и border в ширине */
    
}


.title_block{
    width: 100%;
    /*margin: 25vh auto 0 auto;*/
    margin: 30% 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;
    /*padding-bottom: 50px;*/
}
.news_row_news_page .news_block {
    display: flex;
}
.news_row_news_page .news_block .text-block {
    text-align: left;
    max-width: none;
    margin: 0;
    text-decoration: none;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

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

.industries .container{
    gap: 90px;
}

.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;
}
*/

#projects > div:nth-child(1) > h3:nth-child(1) {
    margin-bottom: 40px;
}
.projects .container h3 {
    margin-bottom: 50px;
}

.stages .container{
    gap: 25px;
}
.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: 20px!important;
    margin-bottom: 30px;
    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: 100px;
}

.events-wrapper {
  padding: 80px 0;
  padding-bottom: 0px;
  background-color: var(--gray-300);
}
.body_index_single_blog_post .events-wrapper {
    padding: 100px 0;
    border-top: 1px solid #D9D9D9;
}

.body_index_single_blog_post img[data-dominant-color]:not(.has-transparency) {
    background-color: transparent!important;
}

.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;
  height: auto;
}

.events__item {
  max-width: 424px;
  width: 100%;
  height: 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;
  flex: 1;
  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;
}

.contact_info_block {
    justify-content: space-between;
    gap: 20px !important;
}
.contact_information_text p {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.adress> p:nth-child(1) {
    font-weight: 500;
}
.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: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}
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;
}
footer{
   /* max-width: 1920px;*/
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

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 стили */
.tag-filter {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.blog_metadata_display {
    display: flex;
    gap: 34px;
    align-items: flex-end;
    margin-top: 100px;
}
.post-date-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.post-date-container .post-date {
    padding: 0px;
}
.line-divider {
    flex: 1;
    width: 100%;
    background: #D9D9D9;
    height: 1px;
}
.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;
}
.horizontalimg {
    width: 100%;
    height: 551px;
    object-fit: cover;
}
.body_index {
    margin-top: 25vh;
    font-size: 16px;
    color: #fff;
}
.body_index h1 {
    padding: 20px;
}
.body_index p {
    font-size: 1.4em;
    line-height: 130%;
    padding: 20px;
}

.body_index_single_blog_post .body_index p 
{
font-size: 16px;
font-weight: 400;
line-height: 1.6;
padding: 20px;
}

p.post-date:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.body_index img {
    border-radius: 50px;
}
.see_all_btn {
    position: absolute;
    right: 0;
    top: 35px;
}
.see_all_btn_mobile {
    display: none;
}
/* 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*/inherit;
    font-size: 12px;
    font-weight: 400;
}

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

.site-main:has(.product-sorting) {
    flex-direction: row;
}

.product-sorting {
    width: calc(27% - 40px);
    margin-right: 30px;
    margin-left: 20px;
}

.product-row-blocks-wrapper {
    width: 72%;
    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;
}
.post-navigation {
    display: flex; 
    justify-content: center; 
    margin-top: 2rem; 
    gap: 40px;
}
.single_blog_post_container img{
    border-radius: 50px;
}
.woof_container_inner h4 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.woof_checkbox_label  {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}
.woof_list_checkbox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 150px;
}
.woof_select_radio_check:has(dt.woof_select_radio_check_opened) ul.woof_list {
    display: flex!important;
} 
.woof_container_inner_rooms > div:nth-child(2) > ul:nth-child(1) {
    /*height: 180px;*/
}
.woof_list {
    height: 100%;
}
.woof_select_radio_check dt.woof_select_radio_check_opened a, .woof_container_inner dl dt a {
    background-color: white;
    color: black!important;
    border: 0;
}
.woof_select_radio_check dt.woof_select_radio_check_opened a span, .woof_container_inner dl dt a span {
    text-align: left;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.woof_select_radio_check dd ul.woof_list {
    position: unset;
}
.woof_submit_search_form_container {
    margin-top: 40px;
    flex-wrap: wrap-reverse;
    gap: 20px;
    justify-content: center;
}
.woof_submit_search_form_container button.button:last-of-type {
    background: white;
    border: 1px solid #41BC4E;
}
.woof_submit_search_form_container button.button:first-of-type:not(:last-of-type) {
    background: white;
    border: none
}
p.woocommerce-result-count, form.woocommerce-ordering {
    display: none;
}
div.product-row-blocks-wrapper:last-of-type {
    margin-bottom: 50px;
}
.thank_you_section {
    background-color: #1E1E1E;
    border: 1px solid #54FF65;
    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;
}

@media screen and (max-width: 1400px) {
    .stage_text_information_container .small-text {
        text-align: right;
    }
    .technologies_block {
        justify-content: center!important;
    }
}

@media screen and (max-width: 1199px) {
    .row_blocks:has(.swiper-slide) {
        flex-wrap: nowrap;
    }
    .stage_text_information_container .small-text {
        text-align: right;
    }
    .features_about {
        height: auto;
    }
    .features_about .small-text-bold {
        height: auto;
    }
    .technologies_block, .contact_info_block {
        justify-content: center!important;
    }
    .site-main:has(.product-sorting) {
        flex-direction: column;
        align-items: center;
    }
    .product-sorting {
        width: 100%;
    }
}

@media screen and (max-width: 899px) {
    .black_btn {margin: 25px;}
    .see_all_btn {
        margin: 0px;
    }

    .PC{
        display: none !important;
    }
    .mobile{
        display: flex !important;
    }
    .innovate .row_blocks {
        flex-wrap: nowrap;
    }
    .features_block {
        flex: auto;
    }
    /*Адаптив шапка старт*/
    header {
        display: none;
    }
    .gallery .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);
    }
    .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-size: 28px;
        line-height: 40px;
    }
    .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;
        padding: 29px;
        font-size: 16px !important;
    }
    p.middle-text-bold{
        font-size: 16px;
        line-height: 20px;
    }
    p.big-text{
        font-size: 14px;
        font-weight: 300;
        line-height: 17px;
    }

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

    /*Адаптив товара старт*/
    .project_block, .news_mass_block{
        width: 315px;
        flex: auto;
    }
    .page-template-projects .row_blocks {
        justify-content: center;
        gap: 20px
    }
    .category_block {
        width: calc(50% - 20px)!important;
        flex: none;
    }
    .news_blocks {
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% - 40px);
        gap: 20px !important;
    }
    .news_mass_block {
        width: 320px!important;
    }
    .proj_img{
        height: 235px;
    }
    .cat_img, .news_mass_img{
        height: 200px;
    }
    .news_mass_img {
        height: 320px;
    }
    /*Адаптив товара конец*/
    /*Адаптив новости старт*/
    .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: 0 auto;
    }
    /*Адаптив новости конец*/

    .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;
    }
    .technologies_block {
        align-content: center;
    }
    .techno_img{
        max-width: 330px;
        height: 250px;
    }
    .img_techno_block{
        /*max-width: 330px;*/
        /*height: auto 250px*/;
        width: 95%!important;
        height: 450px;
    }
    .techno_text{
        max-width: unset;
        align-items: center;
        height: auto;
    }
    .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;
        justify-content: center!important;
        gap: 30px;
    }
    .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: 30px;
        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;}
    
    .body_index img {
        height: /*249px*/ 500px;
        border-radius: 25px;
        width: 100%;
        object-fit: cover;
    }
    .body_index p:has(img.horizontalimg) {
        padding: 0;
    }
    
    .body_index p:has(br) {
        display: none;
    }
    
    .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%;
    }
    .stage_text_information_container .small-text {
        text-align: left;
    }
    
    .contact_info_block {
        justify-content: center;
    }
    .contact_info_block > div p {
        padding: 0;
    }
    div.contact_information_text:nth-child(2) > p:nth-child(1) {
        font-size: 20px;
    }
    .contact_information_text .adress p {
        font-size: 16px;
        line-height: 150%;
    }
    .body_index {
        padding-left: 58px;
        padding-right: 58px;
        width: calc(100% - 58px - 58px);
    }
    .blog_metadata_display {
        margin-bottom: 50px;
    }
    .events__item img {
        height: 320px;
    }
    .events__inner .swiper-scrollbar {
        margin-top: 10px !important;
    }
    .tag-filter > li > a:nth-child(1) {
        margin: 0px;
    }
    .see_all_btn {
        top: 0px;
        right: 0px;
        width: 133px;
    }
    .blog_metadata_display {
        gap: 20px
    }
    .line-divider {
        width: 25%;
    }
    .tags {
        gap: 10px;
    }
    .tag-link {
        padding-left: 20px;
        padding-right: 20px;
    }
    .product-row-blocks-wrapper {
        width: 100%;
    }
    .product-row-blocks-wrapper ul.row_blocks {
        flex-wrap: nowrap;
        gap: 0px!important;
    }
    li.project_block {
        flex: none;
        width: 450px;
    }
    .product-sorting {
        margin-right: 0px;
        width: 50%;
    }
    .projects .container h3 {
        margin-bottom: 30px;
    }
    .woocommerce-breadcrumb {
        width: 80%;
    }
    /*Footer*/
    .footer-container {
        flex-direction: column;
        justify-content: center;
        align-content: center;
        gap: 40px;
    }
    .logo_footer {
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .foot_menu {
        flex-wrap: nowrap;
        right: 0;
        /*width: fit-content;*/
        justify-content: center;
    }
    .footer-nav-1 {
        display: flex!important;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
    .logo_footer > img {
        width: 50%;
        margin: auto;
    }
    .call-back-footer {
        max-width: unset;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    
    /*Thank you template*/
    .thank_you_section {
        width: 90%;
        margin: auto;
    }
    .after_thank_you_text {
        width: 90%;
        margin: auto;
    }
    .thank_you_btn {
        width: 50%;
    }
}

@media screen and (max-width: 650px) and (min-width: 480px) {
    .body_index {
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% - 40px);
    }
    .see_all_btn {
        display: none;
    }
    .see_all_btn_mobile {
        margin: auto;
        display: flex;
    }
}

@media screen and (max-width: 480px) {
    .gallery {padding: 80px 0 0 0;}
    section{padding: 0;}

    .header_mobile {
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% - 40px);
    }
    sidebar {
        width: calc(285px - 40px);
        padding-right: 20px;
    }
    .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;
    }
    .site-main{padding: 0 15px 0 15px;}
    .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: 100%;
    }
    .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 {
        padding-bottom: 0px!important;
    }
    .events .events-wrapper .container {
        gap: 20px;
    }
    .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: 0px;
    }
    .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;
        gap: 25px;
    }
    .woocommerce-breadcrumb {
        padding-left: 10px;
    }
    .product-sorting {
        width: 90%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .product-row-blocks-wrapper {
        width: 100%;
    }
    .product-row-blocks-wrapper ul.row_blocks {
        flex-wrap: nowrap;
        gap: 0px!important;
    }
    li.project_block {
        flex: none;
        width: 350px;
    }
    .products {
        gap: 20px!important;
    }
    .row_blocks:not(.swiper-wrapper) {
       /* width: 98%;*/
        margin: auto;
        gap: 20px !important;
    }
    .page-template-projects .row_blocks {
        width: 90%;
    }
    .category_block {
        width: fit-content !important;
    }
    .techno_text .small-text-bold {
    margin-top: 50px;}
    .cat_img, .news_mass_img {
        height: 320px;
    }
    .body_index {
        margin-top: 15vh;
    }
    .body_index_single_blog_post {
        width: 100%;
    }
    .single_blog_post_container {
        max-width: none;
        /*
        padding-left: 10px;
        padding-right: 10px;
        */
        width: auto;
        text-align: left;
    }
    .post-navigation {
        margin-bottom: 50px;
        gap: 30px;
        flex-wrap: wrap;
    }
    .see_all_btn {
        display: none;
    }
    .see_all_btn_mobile {
        margin: auto;
        display: flex;
    }
    .blog_metadata_display {
        flex-wrap: wrap;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 30px;
    }
    .tag-filter > li > a:nth-child(1) {
        margin: 0px;
    }
    .line-divider {
        flex: 1 1 50%;
    }
    .tags {
        width: 100%;
    }
    .tag-link {
        padding-left: 15px;
        padding-right: 15px;
    }
    .news_row_news_page .news_block {
        width: 100% !important;
    }
    
    .video_block_about h3 {
        margin-bottom: 30px;
    }
    
    .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: 900px) and (max-width: 1380px) {
    /*Адаптив шапка старт*/
    .product-sorting {
    width: calc(24% - 50px);
    margin-right: 30px;
    margin-left: 20px;}
    .contact_info_block {
        justify-content: center!important;
    }
    .row_blocks {  justify-content: left;}
    .call-back {
        display: none;
    }
    header{
	margin: 50px 30px 0 30px !important;
    }
    .title_block{
        margin-left:30px;
    }
    .main{
        background-position: center;
    }
    /*Адаптив шапка энд*/
    
    .techno_text {
        height: auto;
        gap: 50px;
    }
    .techno_text .small-text-bold,
    .techno_text .button {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 900px) and (max-width: 1100px) {
    .features_block {
        flex: 0 0 35%;
    }
    .industries_img {
        width: 70%;
        height: auto;
    }
    .project_block {
        flex: 0 0 40%;
    }
}


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