body {
    font-family: "Inter", sans-serif;
    background: #FFFFFF;
    font-weight: 400;
    line-height: 1.2;
}

.container {
    width: 83.75rem;
    margin: 0 auto;
    padding: 0;
    max-width: unset;
}
section {
    margin-bottom: 3rem;
}

/* header */
header {
    width: 100%;
    position: absolute;
    top: 1rem;
}

.header-inner {
    width: 82.6875rem;
    margin: 0 auto;
    display: flex;
    height: 4.1875rem;
    padding: 1.25rem 0.625rem;
    justify-content: space-between;
    align-items: center;
    border-radius: 1.25rem;
    background: #FFFFFF;
    position: relative;
    transition: all 0.35s;
    border: 1px solid transparent;
}
.shadow .header-inner, .header-inner.border_header{
    border-color: #367A0B;
}
.header-inner.border_header{
    width: 83.75rem;
}
.btn_img{
    width: 1.15rem;
    margin-right: 0.5rem;
}
.logo-header {
    width: 4.8rem;
    /*height: 3rem;*/
    margin-left: 1rem;
}
.contacts_page section{
    margin-bottom: 2rem;
}
.navbar {
    gap: 2.2rem;
}
.navigation {
    font-weight: 400;
    transition: all 0.2s ease;
    font-size: 0.9rem;
}
.navbar a:hover {
    color: #367A0B;
}
.navbar a.active{
    font-weight: 600;
    color: #367A0B;
}
.consultation-btn {
    color: #fff;
    transition: all 0.3s ease-in;
    background: #367A0B;
}
.consultation-btn:hover span {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 7%;
    text-underline-offset: 16.5%;
    background: #367A0B;
}

.head-icon i {
    font-size: 1.4rem;
    color: #367A0B;
    transition: all 0.35s ease-in;
}
.head-icon2 i {
    font-size: 1.5rem;
}

.head-icon i:hover {
    background: linear-gradient(180deg, #367A0B 0%, #2e7e30 105.73%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.catalog_dropdown{
    width: 27.8rem;
    display: block;
    justify-content: space-between;
    position: absolute;
    z-index: 200;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    top: 120%;
    list-style-type: none;
    margin: 0;
}
.catalog_dropdown.first_dropdown{
    top: 120%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s;
}
.catalog_dropdown.first_dropdown.active{
    top: 100%;
    opacity: 1;
    pointer-events: painted;
}
.catalog_dropdown li .catalog_dropdown{
    left: 100%;
    top: 0;
    position: absolute;
    display: none;
}
.catalog_dropdown li:hover > .catalog_dropdown{
    display: block;
}
.catalog_dropdown a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 0;
    border-bottom: 1px solid rgba(43, 101, 204, 0.30);
}
.catalog_dropdown a span{
    width: calc(100% - 30px);
    padding-right: 1rem;
}
.catalog_dropdown li{
    padding: 0 1.88rem;
    position: relative;
}

.catalog_dropdown li:last-child > a{
    border: none;
}

.head-drop {
    width: 27.8rem;
    padding: 1.88rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: space-between;
    position: absolute;
    z-index: 200;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
}

.head-drop.active {
    opacity: 1;
    pointer-events: auto;
}

.head-drop-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 700;
    padding-bottom: 1.2rem;
    color: black;
    transition: all 0.35s ease-in;
    border-bottom: 0.1rem solid rgba(43, 101, 204, 0.3);
}
.head-drop-pos1 {
    left: -1rem;
    top: 4.5rem;
    transition: all 0.35s ease-in;
}
.navbar-hover {
    transition: all 0.35s ease-in;
}

.head-drop-pos2 {
    left: 27.8rem;
    top: 10.8rem;
}
.head-drop-pos3 {
    left: 55.6rem;
    top: 10.8rem;
}

.head-drop-page:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.head-drop-page:hover {
    color: #367A0B;
    opacity: 0.8;
}
.head-drop-page:hover .icon-next {
    fill: #367A0B;
}

/* main page hero */
.main-hero {
    /*background-image: url("../img/hero-main.jpg");*/
    height: 40.5rem;
    border-radius: 1.875rem;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: end;
    padding: 0 1.25rem;
    padding-bottom: 2.2rem;
    justify-content: space-between;
}

.hero-box1 {
    color: white;
    gap: 3.5rem;
}

.hero-box1-txt {
    gap: 2rem;
}
.hero-box1-txt p {
    font-weight: 500;
    font-size: 1.25rem;
}
.heading {
    font-weight: 600;
    font-size: 2rem;
    text-transform: uppercase;
    color: #367A0B;
}
.white-heading {
    color: white;
}
.hero-btns {
    gap: 0.5rem;
}

.hero-btn {
    width: 14rem;
    padding: 1rem;
}
.hero-btn1 {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid white;
}
.hero-btn2 {
    background: #FFFFFF;
    color: #367A0B;
    position: relative;
    overflow: hidden;
}
.hero-btn2 span {
    z-index: 1;
}
.hero-btn1:hover, .hero-btn2:hover {
   background: #367A0B;
    color: #FFFFFF;
}


.hero-imgs {
    gap: 0.4rem;
}
.hero-imgs img {
    border-radius: 0.75rem;
    width: 10.85713rem;
}

/* main about */
.main-about-card {
    display: flex;
    width: 20rem;
    padding: 1.25rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    border-radius: 1.25rem;
    background: #F6FAF4;
    justify-content: space-between;
}

.main-about-card div {
    font-size: 1.1rem;
    font-weight: 700;
    color: #367A0B;
}
.main-about-card p {
    font-weight: 400;
    font-size: 0.85rem;
    opacity: 0.7;
}

/* appartunities section */
.main-about-card div.main-card-sec-text {
    font-size: 2rem;
}
.main-card-sec {
    gap: 0.5rem;
    width: 13.27rem;
}
.head-mar1 {
    margin-bottom: 1.65rem;
}
.appor-right p {
    font-size: 0.9rem;
    font-weight: 400;
}
.contacts-card{
    position: relative;
    overflow: hidden;
}
.contacts-card:after{
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(0,0,0, 0.7);
}
.contacts-grid{
    position: relative;
    z-index: 1;
}
/* direction-container */
.head-name {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}
.head-link {
    color: #367A0B;
    font-size: 0.9rem;
}
.head-link:hover {
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 7%;
    text-underline-offset: 16.5%;
}

.direction-card {
    display: flex;
    height: 100%;
    padding: 1.25rem;
    flex-direction: column;
    border-radius: 1.25rem;
    background: #F6FAF4;
    justify-content: space-between;
    gap: 1.25rem;
}
.direction-card-img {
    height: 12.3125rem;
    width: 100%;
    border-radius: 0.94rem;
    object-fit: cover;
}

.direction-card-title {
    font-size: 1.25rem;
    opacity: 0.8;
    font-weight: 600;
    text-transform: uppercase;
}

.direction-card-text {
    font-weight: 400;
    font-size: 0.9rem;
}

/* service card */
.service-card {
    display: flex;
    height: 28rem;
    padding: 1.875rem;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    background: white;
    border-radius: 1.875rem;
}


.ser-card-text {
    display: none;
}

.service-card-title {
    text-transform: uppercase;
    color: #367A0B;
    opacity: 0.8;
}
.service-card-img {
    width: 16.875rem;
    height: 11.25rem;
    border-radius: 1.25rem;
    margin: 0 auto;
}



/* choose-card */
.choose-box {
    padding-left: 5px;
    padding-right: 5px;
}
.choose-card {
    height: 7.0625rem;
    padding: 1.25rem;
    align-items: center;
    border-radius: 1rem;
    background: #F6FAF4;
}

.choose-card-img {
    width: 4rem;
    height: 4rem;
}
.choose-card-txt div {
    font-size: 1.25rem;
    font-weight: 700;
    opacity: 0.8;
    color: #367A0B;
}
.choose-card-txt p {
    font-size: 0.9rem;
    font-weight: 400;
    opacity: 0.8;
}

/* request-container */
.request-container {
    background-image: url("../img/back-img1.jpg");
    padding: 1.875rem;
    border-radius: 1.875rem;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.heading-white {
    color: white;
}
.request-direc {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
}
.contacts_row{
    margin: 0 -1.5rem;
}
.contacts_row > div{
    padding: 0 1.5rem;
}
.request-inpt {
    border: none;
    background: none;
    color: white;
    font-size: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid white;
    font-weight: 400;
    width: 100%;
}
.request-inpt::placeholder {
    color: white;
    opacity: 0.6;
    font-weight: 400;
}
.form-size {
    width: 55%;
}

.result p{
    font-size: 0.9rem;
    margin-bottom: 1rem!important;
}
.politic-text {
    color: white;
    font-size: 0.7rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.politic-text a{
    color: white;
    text-decoration: underline;
}
.politic-text a:hover{
    text-decoration: none;
}
.politic-text span {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.request-num {
    text-align: end;
}

.request-num p {
    opacity: 0.7;
    font-size: 0.9rem;
    font-weight: 400;
    color: white;
    margin-bottom: 1rem;
}
.request-num a {
    font-size: 2rem;
    color: white;
}
/*.request-num a:first-child() {*/
/*    margin-bottom: 1.88rem;*/
/*}*/
.request-num a:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 7%;
    text-underline-offset: 16.5%;
}

/* contacts */

.contacts-card {
    background-image: url("../img/contacts-back.jpg");
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    border-radius: 1.875rem;
}
.contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.44rem;
    margin-bottom: 1.44rem;
}
.contact-dev {
    color: #fff;
    font-weight: 400;
    font-size: 0.9rem;
    opacity: 0.7;
    margin-bottom: 0.62rem;
}
.contact-info {
    font-size: 1.15rem;
    font-weight: 600;
    color: white;
    transition: all 0.35s ease-in;
}
.contacts-card .head-name{
    margin-bottom: 4rem;
}
.contact-info:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 7%;
    text-underline-offset: 16.5%;
}

.contacts-map {
    height: 100%;
    border-radius: 1.875rem;
    overflow: hidden;
}

/* footer */
footer {
    width: 100%;
    background: #367A0B;
    color: white;
    padding: 1.88rem 0;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}
.foot-img {
    width: 9rem;
    /*height: 5rem;*/
}

.foot-gap {
    display: flex;
    flex-direction: column;
    gap: 1.62rem;
}
.foot-nav {
    display: flex;
    flex-direction: column;
}
.foot-nav p {
    font-size: 0.9rem;
    font-weight: 700;
    opacity: 0.5;
    margin-bottom: 2.5rem;
}
.foot-nav a {
    font-size: 0.9rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1.3rem;
    transition: all 0.35s ease-in;
}
.foot-nav a:last-child {
    margin-bottom: 0;
}
.foot-nav a:hover, .foot-nav a.active {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 7%;
    text-underline-offset: 16.5%;
}

.foot-height-inner {
    height: 100%;
}

.foot-line {
    width: 83.75rem;
    height: 0.0625rem;
    background: #fff;
    margin: 1.5rem 0;
}

.footer-links {
    font-weight: 400;
    opacity: 0.6;
    font-size: 0.9rem;
    transition: all 0.3s ease-in;
    color: white;
}
.footer-links:hover {
    opacity: 1;
}

.page {
    padding-top: 7rem;
    padding-bottom: 2.4rem;
}
.border_img {
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.about_page .breadcrumbs {
    margin-bottom: 0;
}
.breadcrumbs li {
    font-size: 0.8rem;
    font-weight: 500;
}

.section_title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.8rem;
    color: #367A0B;
    text-transform: uppercase;
}

strong,
b {
    font-weight: 700;
}
.about_us_text_block .content strong {
    font-size: 1.25rem;
    font-weight: 500;
}
.about_us_block {
    margin-bottom: 1.8rem;
}
.about_us_block.second .content {
    font-size: 0.875rem;
    font-weight: 400;
}
.about_us_block.second {
    padding-top: 1.1rem;
    padding-bottom: 3.3rem;
}
.about_us_second_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.about_us_block .hero-btns {
    margin-top: 3rem;
}
.about_us_block.second .main-about-card p {
    white-space: nowrap;
}
#request_form {
    padding-top: 1.5rem;
}
.form_with_padding #request_form {
    padding-top: 4rem;
}
.section_title img {
    width: 1.5rem;
    margin: 0 0.5rem;
}
.category_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.25rem;
    font-weight: 700;
}
.category_title img {
    width: 1.5rem;
    transition: all 0.35s;
}
.category_title span {
    width: calc(100% - 1.5rem);
    padding-right: 0.5rem;
}
.category_title:hover,
.category_title.active,
.category_menu_item ul li a:hover {
    color: #367A0B;
}
.category_title.factive img {
    transform: rotate(-180deg);
}
.category_menu_item ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 1.8rem;
    font-size: 0.875rem;
    font-weight: 400;
    padding-top: 1.2rem;
    display: none;
}
.category_menu_item ul li:not(:last-child) {
    margin-bottom: 1.5rem;
}
.category_menu_item ul li a {
    display: inline-block;
    min-height: 1rem;
}
.category_menu_item ul li a.active {
    font-weight: 700;
}
.category_menu_item {
    margin-bottom: 1.9rem;
}

.prod_item {
    display: block;
    height: 100%;
    background: #F6FAF4;
    border-radius: 20px;
    padding: 1.25rem;
}
.prod_img {
    border: 1px solid rgba(54, 122, 11, 0.30);
    height: 17.938rem;
    border-radius: 15px;
    overflow: hidden;
    background: white;
}
.prod_title {
    font-size: 1.25rem;
    margin-top: 1rem;
    font-weight: 500;
    opacity: 0.8;
}

.category_filter_item {
    position: relative;
    padding-bottom: 0.35rem;
    z-index: 3;
}
.category_filter_toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.5rem;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0 1.2rem;
}
.category_filter_toggle img {
    width: 1.5rem;
    transition: all 0.35s;
}
.filter_dropdown {
    position: absolute;
    left: 0;
    width: 100%;
    top: 120%;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
    padding: 0.4rem 1.4rem;
    font-size: 0.875rem;
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s;
}

.filter_dropdown input {
    display: none;
}
.filter_dropdown label {
    font-weight: 500;
    display: block;
    border-bottom: 1px solid rgba(43, 101, 204, 0.3);
    padding: 1rem 0;
    transition: all 0.35s;
    cursor: pointer;
}
.filter_dropdown label:has(:checked){
    color: #367A0B;
}
.filter_dropdown label.active,
.filter_dropdown label:hover {
    color: #367A0B;
}
.filter_dropdown label:last-child {
    border-bottom: none;
}

.border_img .hero-imgs {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2rem;
    gap: unset;
    justify-content: space-between;
}
.border_img .hero-imgs img {
    width: 32.133%;
    height: auto;
}

.info-left-box {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.info-left-box img {
    border-radius: 1.875rem;
}

.info-text p,
.info-text li {
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.info-text2 p,
.info-text2 li {
    font-size: 0.88rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
}

.info-text strong {
    font-weight: 700;
}
.info-text ul {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}
.ser-card-text ul{
    margin-bottom: 0!important;
}
.ser-card-text ul li{
    margin: 0;
}
.ul-mb_0 {
    margin-bottom: 0 !important;
}
.ul-mb_0 li {
    margin-bottom: 0;
}
.info-text.white {
    color: #fff;
}

.info-right-box {
    padding: 1.25rem 1.375rem;
    border-radius: 1.875rem;
    background: #F6FAF4;
    align-items: center;
}
.info-right-box div {
    font-size: 1.25rem;
    color: #367A0B;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.info-right-box a:not(.btn-style) {
    margin-bottom: 0.9rem;
    font-size: 0.9rem;
    font-weight: 400;
}
.info-right-box a:hover {
    font-weight: 700;
}
.info-right-box i {
    color: #367A0B;
    font-size: 1.1rem;
    margin-right: 0.5rem;
}

.info-right-box .fa-envelope {
    font-size: 1.2rem;
}

.spec-table {
    width: 56rem;
    margin: 0 auto;
}
.spec-row {
    display: grid;
    grid-template-columns: 8rem 8.5rem 10rem 8rem 5rem 7rem;
    background: #cbd9f1;
    padding: 1.25rem;
    border-radius: 0.625rem;
}
.spec-header {
    display: grid;
    color: #ffffff;
    background: #367A0B;
}
.spec-header,
.spec-row {
    column-gap: 1.2rem;
}
.spec-row.alt {
    background: #dee8f5;
}
.spec-row div {
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.7;
}
.spec-header div {
    opacity: 1;
}
.info-left-box .no_img{
    height: 20rem;
    border-radius: 15px;
}
.sec-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
}

.modal .request-inpt{
    width: 100%;
}
.form-group{
    margin-bottom: 1.5rem;
}
.modal_text{
    margin-bottom: 1rem;
}
.no_img{
    width: 100%;
    height: 100%;
    background: #e8e8e8;
}
.selected_filter_item{
    font-size: 0.85rem;
    margin-right: 1rem;
}
:root {
    --main-color: #367A0B;
}
.selected_filter_item a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-color);
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    border-radius: 15px;
}
.selected_filter_item i{
    color: red;
    font-size: 1rem;
    margin-left: 0.35rem;
}
.selected_filters{
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}
.direction-card:hover .btn-style {
    background: #367A0B;
    color: white;
}
.head-hover{
    display: flex;
    align-items: center;
}
.head-hover img{
    width: 9px;
    margin-left: 0.35rem;
    position: relative;
    top: 1px;
}
.service-btn{
    transition: all 1s;
}

.page_content{
    font-weight: 400;
    font-size: 0.9rem;
}

.border_btn{
    background: transparent;
    border: 1px solid #367A0B;
    color: #367A0B;
}

.brand_item{
    display: block;
}
.brand_img{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 10rem;
    background: black;
}
.op06{
    opacity: 0.4;
}
.brand_logo{
    position: absolute;
    inset: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand_title{
    font-size: 1.25rem;
    font-weight: 500;
    color: #367A0B;
    margin: 0.6rem 0;
}
.brand_anons{
    font-size: 0.875rem;
}
.brand_img > img, .brand_logo img{
    transition: all 0.35s;
}
.brand_item:hover .brand_img > img{
    opacity: 0.6;
    transform: scale(1.05);
}
.brand_item:hover .brand_logo img{
    transform: scale(0.95);
}
.title_flex{
    margin-bottom: 2rem;
}
.news_item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    border: 1px solid #367A0B;
    padding: 1.25rem;
}
.news_img{
    height: 15.313rem;
    border-radius: 10px;
    overflow: hidden;
}
.news_bottom{
    margin-top: 1rem;
}
.news_title{
    font-size: 1.25rem;
    font-weight: 500;
}
.news_top{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}
.news_date{
    font-size: 0.875rem;
    opacity: 0.5;
}
.title_more{
    font-weight: 600;
    border-bottom: 1px solid #367A0B;
    color: #367A0B;
}
.title_more:hover{
    border-color: transparent;
}
.news_page_row{
    margin-bottom: 2rem;
}
.news_page_image{
    border-radius: 20px;
    overflow: hidden;
    height: 8.25rem;
}
.rev_page_preim{
    background: #F6FAF4;
    border-radius: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.2rem 1.5rem;
    font-size: 0.875rem;
}
.rev_page_preim img{
    width: 3.125rem;
    display: block;
}
.rev_page_preim span{
    width: calc(100% - 3.125rem);
    padding-left: 1.1rem;
    opacity: 0.8;
}

.mission_image{
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
}
.mission_item .content{
    font-size: 0.875rem;
}
.mission_item .content strong{
    font-size: 1.25rem;
}
.content strong, .content b{
    font-weight: 600;
}
.mission_left{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
}
.mission_item_preims{
    row-gap: 20px;
}
.brands_row{
    margin-bottom: -20px;
}
.mission_item_preim{
    border-radius: 20px;
    background: #F6FAF4;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem;
}
.mission_item_preim p{
    margin: 0;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #367A0B;
}
.mission_item_preim span{
    opacity: 0.7;
    font-size: 0.875rem;
}
.cert_width{
    width: 41.25rem;
    margin: 0 auto;
    position: relative;
}
.cert_slider{
    border-radius: 20px;
    overflow: hidden;
}
.cert_slider a{
    display: block!important;
    height: 28.125rem;
}
.cert_arrow{
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #367A0B;
    pointer-events: painted;
}
.cert_arrow img{
    width: 1.8rem;
}
.cert_control{
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -8rem;
    right: -8rem;
    display: flex;
    justify-content: space-between;
    width: auto;
}

.cert_control.rev_control{
    position: static;
    margin-top: 1.5rem;
    transform: none;
    justify-content: center;
    gap: 1rem;
}
.rev_slider{
    margin: 0;
    display: block;
}
.rev_slider .mb_30{
    margin: 0;
    height: 100%;
    -ms-flex: none;
    flex: none;
    max-width: unset;
}
.rev_slider .slick-list{
    display: flex;
    margin: 0 -10px;
}
.rev_slider .slick-track{
    display: flex;
}
.rev_slider .slick-slide > div{
    height: 100%;
}
.rev_slider .review{
    height: 100%;
}

.video_reviews .cert_slider a{
    position: relative;
    height: 29.25rem;
}
.video_reviews .cert_slider a img{
    filter: blur(3px);
}
.cert_slider a:hover .play_btn{
    color: #367A0B;
    /*border-color: #367A0B;*/
}
.play_btn{
    width: 10rem;
    height: 10rem;
    border: 5px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding-left: 0.25rem;
    z-index: 2;
    transition: all 0.35s;
}
.category_row {
    margin-top: 3rem;
}
.prod_anons{
    margin-top: 0.5rem;
    opacity: 0.6;
}

.product_accors{
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 1.5rem;
}
.product_accor_item{
    border: 1px solid #367A0B;
    border-radius: 15px;
}
.product_accor_item_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 1rem;
    color: #367A0B;
}
.product_accor_item_title img{
    width: 1rem;
    transition: all 0.35s;
}
.product_accor_item.active .product_accor_item_title img{
    transform: rotate(180deg);
}
.product_accor_item_body{
    opacity: 0.5;
    padding: 1rem;
    padding-top: 0;
    display: none;
}
.product_video a{
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    display: block;
    height: 29.25rem;
}
.product_video a img{
    filter: blur(3px);
}
.projects_slider .slick-list{
    margin: 0 -10px;
    display: flex;
}
.projects_slider .slick-track{
    display: flex;
}
.projects_slider .slick-slide > div{
    height: 100%;
    padding: 0 10px;
}
.project_item{
    border-radius: 20px;
    overflow: hidden;
    background: #F6FAF4;
    display: flex!important;
    padding: 0.5rem;
}
.project_image{
    width: 14.25rem;
    border-radius: 10px;
    overflow: hidden;
    height: 10.875rem;
}
.project_info{
    width: calc(100% - 14.25rem);
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: space-between;
    color: #367A0B;
}
.project_info_title{
    font-size: 1.25rem;
    font-weight: 700;
    padding-top: 0.5rem;
}
.project_info_top{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.z_block .section_title{
    margin-bottom: 0.8rem;
}
.z_block{
    margin-bottom: 2rem;
}
.title_flex .cert_control{
    position: static;
    transform: none;
    justify-content: flex-end;
    gap: 0.65rem;
}
.title_flex .cert_control button{
    width: 2.875rem;
    height: 2.875rem;
}
.title_flex .cert_arrow img {
    width: 1.3rem;
}
.z_content .steps_list{
    margin-top: 2rem;
    gap: 3rem;
}
.z_content .steps_item_num{
    opacity: 0.5;
    color: #367A0B;
    font-weight: 500;
}
.z_content .steps_item {
    grid-template-columns: 9rem 1fr;
}

.z_content .steps_list:before {
    bottom: 0.45rem;
}
.steps_content.z_content  {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}