.crosh ul li:not(:last-child):after{
    margin-right: 5px;
}
.products_tab.active{
    color: #045b41!important;
}

a {color: #008b51;cursor:pointer;}

.main_txt_img{
    float: left;
    margin-bottom: 25px;
    margin-right: 25px;
    width: 300px;
}
.main_txt a {
    color: #008B51;
}
.main_txt p{
    margin-bottom: 20px;
}
.main_txt ul{
    margin-left: 25px;
    margin-bottom: 20px;
}
.main_txt li + li{
    margin-bottom: 15px;
}
.main_txt h2, .main_txt h3{
    font-size: 1.2rem;
}
.main_txt_section{
    margin-bottom: 50px;
}
.null{
    clear: both;
}
.news_grid{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.news_grid .news_item{
    width: calc(100% / 4 - 20px * 3 / 4);
}
.news_full_section{
    margin-bottom: 50px;
}
.development_item_img_container .development_item_img{
    right: 0;
    left: auto;
}
nav ul li a{
    white-space: nowrap;
}

.swiper-wrapper {
    position: relative;
    width: 99%;
    height: 100%;
    z-index: 1;
    display: flex
;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
    gap: 12px;
}

.product_item_title {
    color: rgb(0, 0, 0);
    height: 91px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    padding-bottom: 14px;
    text-decoration: none;
    display: block;
    margin-bottom: 26px;
}

.paginator li.active {
    background: #008b51;
    border-color: transparent;
    color: #fff
}
.paginator li a{
    color: inherit;
    text-decoration: none;
}
.paginator li.disabled{
    pointer-events: none;
}
.search_form{
    position: absolute;
    right: 0;
    bottom: -50px;
    display: none;
}
.search_form input{
    height: 47px;
    background: #FFFFFF;
    border: 3px solid #D2D5DA;
    border-radius: 9px;
    padding: 0 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 158%;
    letter-spacing: 0.02em;
    color: #333333;
}
header .wrapper{
    position: relative;
}
.search_item{
    color: #008b51;
}
.search_item + .search_item{
    margin-top: 20px;
}
.search_item a{
    color: inherit;
}
.search_grid{
    margin-top: 30px;
}
.search_main_section{
    margin-bottom: 100px;
}
.contacts_item img{
    object-fit: scale-down;
}
.numbers_txt::before{
    flex-shrink: 0;
}
.about_conclusion{
    font-weight: 400;
}


.swiperin {
    width: 100%;
    height: 456px;
    position: absolute;
    z-index: 9;
    padding: 67px 0;
}
.swiperin .swiper-slide {
    height: 456px;
}






@media screen and (max-width: 1200px) {
    .main_txt_img{
        width: 100%;
        margin-right: 0;
    }
    .news_grid .news_item{
        width: 100%;
    }
    header nav{
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 100dvh;
        z-index: -1;
        background: #fff;
        display: flex;
        padding: 0 20px;
        padding-top: 120px;
        display: none;
        overflow: auto;
    }
    header nav.active{
        display: block;
    }
    nav ul{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
    }
    .submenu .submenu_container{
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
    }
    .top_line{
        position: relative;
        z-index: 12;
    }
    .logo{
        z-index: 12;
        position: relative;
    }
    .burger{
        z-index: 12;
    }
}

.review {margin-top: 36px; display: flex;
  flex-direction: column; gap: 36px;}
.review h2 {color: #242424;
    font-size: 1.94rem;
    font-weight: 500;
    line-height: 128%;}
.review .review_text {font-size: 16px;}
.review .review_text p {margin-bottom: 36px;}
.review .review_text ul {margin-bottom: 36px; margin-left: 36px;}
.review .review_text ul li {margin-bottom: 6px;}



table.table {width: 100%; border: 1px solid #008b51; line-height: 24px; font-size: 18px;}
table.table tr th {background: #008b51; font-weight: bold; color: #FFF; padding: 6px 16px 6px 16px;}
table.table tr td {background: #daf7f7; padding: 6px;}




@media (max-width: 576px) {
    
    .swiperin {
        width: 100%;
        height: 400px;
        position: relative;
        z-index: 9;
        padding: 0;
        margin-bottom: 0px;
    }
    .swiperin .swiper-slide {
        height: 400px;
    }
    .news_item {
        height: auto !important;
    }
    .news_img {
      width: 100%;
      height: auto !important;
    }
    
}
