/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


@font-face{
    font-family: 'Noah';
    src: url('../fonts/Noahregular.woff2') format('woff2'),
         url('../fonts/Noahregular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Noah';
    src: url('../fonts/Noahbold.woff2') format('woff2'),
         url('../fonts/Noahbold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

p,
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    padding: 0;
    font-weight: 400;
}
html{
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
*{outline:none;}
*,
*::before,
*::after{
    box-sizing: inherit;
}
body{
    overflow-x: hidden;
    font-family: 'Noah';
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.container{
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
}
.header{
    position: relative;
    z-index:10;
}

.header.fixed {
    position: fixed;
    background: white;
    width: 100%;
}

.header_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1850px;
    padding: 15px 0 45px;
    margin: 0 auto;
}
.header_logo-img{
    display: flex;
    margin-right: 35px;
}
.header_logo{
    display: flex;
    align-items: center;
}
.header_text{
    width: 221px;
    padding-left: 35px;
    border-left: 1px solid #E4E4E4;
    font-size: 16px;
    color: #23322C;
    line-height: 20px;
}
.header_menu{
    display: flex;
}
.header_menu a{
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #23322C;
    font-weight: 700;
    margin-right: 55px;
}
.header_menu li:last-child a{
    margin-right: 0;
}
.header_order{
    display: flex;
    flex-direction: column;
}
.header_number{
    font-size: 24px;
    color: #23322C;
    line-height: 20px;
    display: block;
    margin-bottom: 9px;
    position: relative;
}

.header_number span{
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    left: -28px;
}
.header_inner{
    display: flex;
}
.header_order-btn{
    font-size: 15px;
    line-height: 15px;
    color: #00A568;
    font-weight: 700;
}
.header_messages{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 38px;
}
.header_links{
    display: flex;
    align-items: center;

}
.header_message{
    display: flex;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-left: 10px;
}
.header_message img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.menu_wrapper{
    position: absolute;
    border-radius: 15px;
    width: 1360px;
    bottom: 0;
    right: 50%;
    transform: translate(50%,50%);
    padding:  40px 50px;
    background-image: url(../img/menu.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1;
}
/*
.menu_wrapper.fixed{
    position: fixed;
    top: 46px;
    bottom: auto;
    z-index: 10;
    transform: none;
    right: 0;
    width: 100%;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 50px;
    animation: headerAnim 0.6s;
}
*/



/*
.header_menu_fixed {
    display:none;
    position: fixed;
    top: 0;
    bottom: auto;
    z-index: 10;
    transform: none;
    right: 0;
    width: 100%;
    border-radius: 0;
    align-items: center;
    padding: 5px 50px;
    animation: headerAnim 0.6s;
    justify-content: center;
    background: #fff;
}
.fixed .header_menu_fixed{
   display:flex; 
}
.header_menu_fixed .header_menu a::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #00a567;
    opacity: 0.85;
    box-shadow: 1px 2px 23px rgb(67 157 82 / 74%);
    border-radius: 1px;
    right: -33px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

 .header_menu_fixed .header_menu li:last-child a::before{
    display: none;
}
@keyframes headerAnim{
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0%);
    }
}

.menu_wrapper .header_order{
    display: none;
}
.menu_wrapper.fixed .header_order{
    display: flex;
}
.menu_wrapper.fixed .menu{
    justify-content: flex-start;
}
.menu_wrapper.fixed .menu a{
    margin-right: 62px;
}
.menu_wrapper.fixed .header_number{
    color: #fff;
    padding-bottom:5px;
}

*/
.menu{
    display: flex;
    justify-content: space-between;
}
.menu a{
    font-size: 19px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 700;
    position: relative;
}
.menu a::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    opacity: 0.25;
    box-shadow: 1px 2px 23px rgba(67, 157, 82, 0.74);
    border-radius: 1px;
    right: -33px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.menu li:last-child a::before{
    display: none;
}


.main{
    padding: 90px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}
.main_img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
.main_img img{
    width: 100%;
    height: 100%;
   object-fit:cover;
}
.main::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(21, 24, 23, 0.92), rgba(21, 24, 23, 0.92));
}
.main_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_left{
    width: 675px;
    position: relative;
    z-index: 1;
}
.main h1, .main-h1{
    font-size: 60px;
    color: #FFFFFF;
    line-height: 66px;
    margin-bottom: 25px;
}
.main h1 span, .main-h1 span{
    color: #00A568;
}
.main_option{
    line-height: 51px;
    color: #FFFFFF;
    text-shadow: 8px 12px 63px rgba(0, 0, 0, 0.05);
    font-size: 26px;
    padding-left: 50px;
    position: relative;
}
.main_option span{
    font-weight: 700;
}
.main_option::before{
    position: absolute;
    content: "";
    background-image: url(../img/main_option.svg);
    background-size: cover;
    width: 13px;
    height: 15px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.main_items{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255, 0.12);
    width: 600px;
}
.main_item{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 22px;
    position: relative;
    padding-left: 51px;
    margin-bottom: 20px;
}
.main_item::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background-color: rgba(255,255,255, 0.12);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main_item:last-child{
    margin-bottom: 0;
}
.main_form{
    position: relative;
    z-index: 1;
    height: 670px;
    width: 670px;
    box-shadow: 0px 18px 73px rgba(0, 0, 0, 0.07);
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 85px;
    background-image:url(../img/logo-round.png);
    background-size:100% 100%;
}
.main_form-circle{
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: circleAnim 2s infinite linear;
    z-index: -1;
}
.main_form-circle:nth-child(2){
    animation: circleAnim 2s 1s infinite linear;
}
@keyframes circleAnim{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.15);
        opacity: 0;
    }
}
.main_form::before{
    position: absolute;
    content: "";
    top: 26px;
    right: 26px;
    bottom: 26px;
    left: 26px;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 18px 73px rgba(0, 0, 0, 0.07);
    z-index: -1;
}
.main_form-title{
    font-size: 34px;
    line-height: 42px;
    color: #23322C;
    margin-bottom: 25px;
    text-align: center;
}
.main_form-text{
    font-size: 18px;
    text-align: center;
    color: #7B7B7B;
    line-height: 26px;
    margin-bottom: 40px;
}
.main_form-text span{
    font-weight: 700;
    color: #23322C;
}
.main_form-inp{
    width: 345px;
    background: #F4F4F4;
    border-radius: 15px;
    margin: 0 auto 15px;
    height: 65px;
    display: block;
    padding-left: 23px;
    border: none;
}
.main_form-btn{
    width: 345px;
    background: #00A568;
    border-radius: 15px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    transition: all 0.3s;
}
.main_form-btn:hover{
    opacity: 0.8;
}
.main_form-soc{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 24px;
}
.main_form-ok{
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 24px;
}
.main_form-chek{
    display: none;
}
.main_form-span{
    width: 20px;
    background: #F4CD00;
    border-radius: 5px;
    height: 20px;
    display: block;
    margin-right: 11px;
    cursor: pointer;
    position: relative;
}
.main_form-chek:checked + .main_form-span::before{
    position: absolute;
    content: "";
    background-image: url(../img/chek.svg);
    background-size: cover;
    width: 10px;
    height: 8px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.main_form-ok_text{
    color: #7B7B7B;
}
.main_form-ok_link{
    margin-left: 4px;
    color: #23322C;
}

.catalog{
    padding: 100px 0 80px;
    background: #F9F9F9;
}
.catalog_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}
.catalog_title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    margin-bottom: 20px;
    line-height: 54px;
}
.catalog_text{
    font-size: 20px;
    text-align: center;
    color: #7B7B7B;
    margin-bottom: 50px;
    line-height: 28px;
}
.catalog_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.catalog_item{
    width: 32%;
    margin-right: 2%;
    border-radius: 25px;
    background: #FFFFFF;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.catalog_item:hover{
    box-shadow: 8px 12px 78px rgba(0, 0, 0, 0.08);
}
.catalog_item:nth-child(3n){
    margin-right: 0;
}
.catalog_item-img{
    width: 100%;
    height: 290px;
    border-radius: 25px 25px 50px 0px;
    overflow: hidden;
    display: flex;
}
.catalog_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.catalog_item-info{
    padding: 50px 60px 60px;
    height: calc(100% - 290px);
    display: flex;
    flex-wrap: wrap;
}
.catalog_item-title{
    font-size: 28px;
    color: #23322C;
    line-height: 34px;
    margin-bottom: 25px;
      width: 100%;
}
.catalog_item-title span{
    display: block;
}
.catalog_item-title span{
    font-weight: 700;
}
.catalog_item-option{
    display: flex;
    justify-content: space-between;
    font-size: 19px;
    color: #7B7B7B;
    line-height: 24px;
}
.catalog_item-option span{
    color: #23322C;
    text-align:right;
    min-width:30%;
}
.catalog_item-options{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
      width: 100%;
}
.catalog_item-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
      width: 100%;
}
.catalog_item-price_title{
    font-size: 19px;
    color: #7B7B7B;
    line-height: 24px;
    max-width:70%;
}
.catalog_item-price_value{
    font-size: 19px;
    color: #23322C;
    line-height: 24px;
}
.catalog_item-price_value span{
    color: #00A568;
}
.catalog_item-btns{
    display: flex;
    justify-content: space-between;
    align-self: flex-end;
    width: 100%;
}
.catalog_item-more{
    width: 125px;
    border: 1px dashed #00A568;
    border-radius: 7px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #00A568;
    font-weight: 700;
}
.wrap-btn_right .catalog_item-more{
    width: 225px;
}
.catalog_item-more:hover{
    border: 1px solid #00A568;
}
.catalog_item-btn{
    width: 180px;
    background: #00A568;
    border-radius: 7px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 13px;
    transition: all 0.3s;
}
.catalog_item-btn:hover{
    opacity: 0.8;
}

.about{
    padding: 100px 0;
}
.about_wrapper{
    display: flex;
    justify-content: space-between;
}
.about_left{
    width: 555px;
}
.about_right{
    width: 730px;
}
.about_img{
    width: 100%;
    height: 715px;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 60px;
}
.about_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height:712px;
}
.about_links{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.messages_number{
    font-size: 24px;
    color: #23322C;
    padding-left: 27px;
    line-height: 20px;
    position: relative;
    margin-right: 50px;
}
.messages_number::before{
    position: absolute;
    content: "";
    background-image: url(../img/phone.svg);
    background-size: cover;
    width: 17px;
    height: 17px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.abouts_messages{
    display: flex;
}
.about_message{
    display: flex;
    margin-left: 10px;
}
.about_btn{
    width: 345px;
    background: #00A568;
    border-radius: 15px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    transition: all 0.3s;
}
.about_btn:hover{
    opacity: 0.8;
}
.about_title{
    font-size: 44px;
    color: #23322C;
    margin-bottom: 50px;
    line-height: 54px;
}
.about_options{
    width: 559px;
    background: #F9F9F9;
    border-radius: 25px;
    margin-bottom: 50px;
    padding: 50px;
}
.about_option{
    font-size: 20px;
    color: #23322C;
    line-height: 28px;
    margin-bottom: 12px;
    padding-left: 38px;
    position: relative;
}
.about_options .about_option a {border-bottom: none;}
.about_option::before{
    position: absolute;
    content: "";
    background-image: url(../img/about_option.svg);
    background-size: cover;
    width: 21px;
    height: 21px;
    left: 0;
    top: 4px;
}
.about_option:last-child{
    margin-bottom: 0;
}
.about_subtitle{
    font-size: 26px;
    color: #23322C;
    line-height: 38px;
    padding-left: 40px;
    width: 550px;
    margin-bottom: 45px;
    border-left: 3px solid #00A568;
}
.about_diplom {
    font-size: 26px;
    color: #23322C;
    line-height: 38px;
    padding-left: 40px;
    margin-bottom: 45px;
}
.about_text{
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
    margin-bottom: 20px;
}
.about_desc{
    font-size: 20px;
    color: #23322C;
    line-height: 28px;
    margin-bottom: 20px;
}
.about_desc span{
    font-weight: 700;
}
.about_desc:last-child{
    margin-bottom: 0;
}

.system{
    padding: 100px 0;
    background: #F9F9F9;
    position: relative;
}
.system::before{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_top.svg);
    top: 0;
    right: 0;
    transform: translateY(-50%);
}
.system::after{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_bot.svg);
    bottom: 0;
    right: 0;
    transform: translateY(50%);
}
.system_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}
.system_title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    line-height: 54px;
    margin-bottom: 20px;
}
.system_text{
    font-size: 20px;
    text-align: center;
    color: #7B7B7B;
    margin-bottom: 60px;
    line-height: 28px;
}
.system_wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.system_wrapper_diplom {
    display: flex;
    justify-content: space-around;
    margin-bottom: 60px;
}
.system_item{
    width: 24%;
    background: #FFFFFF;
    box-shadow: 8px 12px 63px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
}
.system_item-img{
    position: relative;
    width: 100%;
    border-radius: 25px 25px 25px 0px;
    height: 250px;
    display: flex;
    overflow: hidden;
}
.diplomas_slide .system_item-img{
    height: auto;
}
.system_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.system_item-tag{
    position: absolute;
    bottom: 25px;
    right: 25px;
}
.system_item-text{
    padding: 30px 40px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #23322C;
}
.system_item-text span{
    font-weight: 700;
}
.system_btn{
    width: 453px;
    background: #00A568;
    border-radius: 15px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0 auto;
    transition: all 0.3s;
}
.system_btn:hover{
    opacity: 0.8;
}
.landscape{
    padding: 100px 0;
}
.landscape_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700 ;
}
.landscape_title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    margin-bottom: 60px;
    line-height: 54px;
}
.landscape_wrapper{
    display: flex;
    justify-content: space-between;
}
.landscape_content{
    width: 900px;
    border-radius: 25px;
    background-size: cover;
    padding: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.landscape_content img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -2;
    object-fit: cover;
}
.landscape_content::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 67.05%, rgba(0, 0, 0, 0.77) 100%);
    top: 0;
    right: 0;
    z-index: -1;
}
.landscape_name{
    font-size: 44px;
    color: #FFFFFF;
    margin-bottom: 40px;
    line-height: 54px;
}
.landscape_btn{
    height: 50px;
    border: 1px solid #00A568;
    border-radius: 7px;
    width: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #00A568;
    font-weight: 700;
}
.landscape_tabs{
    width: 440px;
}
.landscape_tab{
    width: 100%;
    height: 102px;
    margin-bottom: 20px;
    border-radius: 25px 25px 25px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 34px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-position: center;
    transition: all 0.3s;
}
.landscape_tab:last-child{
    margin-bottom: 0;
}
.landscape_tab::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
    top: 0;
    right: 0;
    z-index: -1;
}
.landscape_tab:hover::before{
    background: linear-gradient(0deg, rgba(0, 165, 104, 0.93), rgba(0, 165, 104, 0.93));
}
.landscape_content{
    display: none;
}
.landscape_content.active{
    display: flex;
}

.care{
    padding: 100px 0;
      position: relative;
}
.care_img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
.care_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.care_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}
.care_text{
    font-size: 44px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 70px;
    line-height: 54px;
}
.care_wrapper{
    display: flex;
    justify-content: center;
}
.care_left{
    width: 555px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31));
    border-radius: 25px;
    height: 370px;
    display: flex;
    overflow: hidden;
    margin-right: 80px;
    position: relative;
    cursor: pointer;
}

.care_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.care_right{
    width: 435px;
    position: relative;
}
.care_left::before{
    position: absolute;
    content: "";
    background-image: url(../img/play-red.svg);
    background-size: cover;
    width: 80px;
    height: 88px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.youtube_icon {
  /**  position: relative;*/
    cursor: pointer;
}
.youtube_icon::before {
    position: absolute;
    content: "";
    background-image: url(../img/play-red.svg);
    background-size: cover;
    width: 80px;
    height: 88px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.care_right-title{
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 17px;
    font-weight: 700;
}
.care_right-item{
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 15px;
    line-height: 28px;
    position: relative;
    padding-left: 38px;
}
.care_right-item::before{
    position: absolute;
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(../img/care_right-item.svg);
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.care_rightb-btn{
    margin-top: 50px;
    width: 380px;
    background: #00A568;
    border-radius: 15px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    transition: all 0.3s;
}
.care_rightb-btn:hover{
    opacity: 0.8;
}
.how{
    padding: 100px 0 40px;
}
.how_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}
.how_title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    margin-bottom: 60px;
    line-height: 54px;
}
.how_wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.how_item{
    width: 328px;
    height: 328px;
    border-radius: 50%;
    margin: 0 30px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 40px 40px 80px;
    color: #fff;
    position: relative;
    background-size: cover;
}
.how_item-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
.how_item-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.how_item:nth-child(3n)::after{
    display: none;
}
.how_item-start{
    position: absolute;
    background-image: url(../img/how_item-start.svg);
    width: 93px;
    height: 93px;
    left: -119px;
    top: 50%;
    transform: translateY(-50%);
}
.how_item::after{
    position: absolute;
    content: "";
    background-image: url(../img/how_item-arrow.svg);
    background-size: cover;
    width: 9px;
    height: 16px;
    right: -35px;
    bottom: 60px;
}
.how_item-img{
    position: absolute;
    bottom: 60px;
    right: 50%;
    transform: translateX(50%);
}
.how_item::before{
    position: absolute;
    content: "";
    border: 2px dashed #E4E4E4;
    top: -16px;
    left: -16px;
    bottom: -16px;
    right: -16px;
    border-radius: 50%;
}
.how_item-number{
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px;
}
.how_item-text{
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
}
.how_item:nth-child(5){
    color: #23322C;
}

.services{
    padding: 100px 0;
    background: #F9F9F9;
}
.services_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}
.services_title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    margin-bottom: 55px;
    line-height: 54px;
}
.services_wrapper{
    padding: 60px;
    border-radius: 25px;
    background: #FFFFFF;
}
.services_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.services_item:last-child{
    margin-bottom: 0;
}
.services_item-img{
    width: 580px;
    border-radius: 25px;
    height: 340px;
    overflow: hidden;
}
.services_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services_item-info{
    width: 575px;
}
.services_item-title{
    font-size: 28px;
    color: #23322C;
    margin-bottom: 22px;
    line-height: 34px;
}
.services_item-text{
    font-size: 20px;
    color: #7B7B7B;
    margin-bottom: 40px;
    line-height: 28px;
}
.services_item-inner{
    display: flex;
    align-items: center;
}
.services_item-btn{
    width: 157px;
    background: #00A568;
    border-radius: 7px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    transition: all 0.3s;
}
.services_item-btn:hover{
    opacity: 0.8;
}

.services_item-price{
    margin: 0 35px;
    font-size: 17px;
    color: #23322C;
    line-height: 24px;
}
.services_item-price span{
    font-size: 27px;
    color: #00A568;
}
.services_item:nth-child(2){
    flex-direction: row-reverse;
}
.services_item:nth-child(2) .services_item-info{
    text-align: right;
}
.services_item:nth-child(2) .services_item-inner{
    flex-direction: row-reverse;
}

.confidence{
    padding-top: 100px;
    position: relative;
}
.confidence_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.confidence_bg img{
    width: 100%;
    height: calc(100% - 145px);
    
}
.confidence_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.confidence_img{
    width: 670px;
    border-radius: 25px;
    height: 300px;
    overflow: hidden;
}
.confidence_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.confidence_info{
    width: 540px;
    padding-left: 120px;
    position: relative;
}
.confidence_info::before{
    position: absolute;
    content: "";
    background-image: url(../img/confidence_info.svg);
    background-size: cover;
    width: 80px;
    height: 108px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.confidence_title{
    font-size: 28px;
    color: #FFFFFF;
    line-height: 34px;
    margin-bottom: 25px;
}
.confidence_text{
    font-size: 20px;
    color: #B9B9B9;
    line-height: 28px;
}
.confidence_inner{
    border-radius: 25px;
    padding: 80px 80px 90px;
    background-image: url(../img/confidence_inner.jpg);
    background-size: cover;
}
    @supports (background-image: url(../img/confidence_inner.webp)) {
        .confidence_inner{
        background-image: url(../img/confidence_inner.webp);
        }
    }
.confidence_inner-title{
    font-size: 44px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 54px;
}
.confidence_inner-text{
    font-size: 20px;
    text-align: center;
    color: #9FD9C3;
    line-height: 28px;
    margin-bottom: 50px;
}
.confidence_inner-text span{
    color: #fff;
}
.confidence_inner-inps{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.confidence_inner-inp{
    width: 384px;
    background: #FFFFFF;
    border-radius: 15px;
    height: 65px;
    padding-left: 23px;
    border: none;
}
.confidence_inner-btn{
    width: 383px;
    background: #23322C;
    border-radius: 15px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
}
.confidence_inner .main_form-ok{
    justify-content: center;
  
}
.confidence_inner .main_form-ok_text{
    color: #9FD9C3;
}
.confidence_inner .main_form-ok_link{
    color: #FFFFFF;
}



.works{
    margin: 100px 0;
}
.works_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    font-weight: 700;
    margin-bottom: 10px;
}
.works_title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    margin-bottom: 60px;
    padding: 0 15px;
    line-height: 54px;
}
.works_slide{

    width: 1130px;
    margin: 0 10px;
    position: relative;
}

.works_slide-img{
    width: 100%;
    height: 620px;
    border-radius: 25px;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}
.works_slide-img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.7));
}
.works_slide.slick-active .works_slide-img{
    height: 680px;
    margin-top: 0;
}
.works_slide.slick-active .works_slide-img::before{
    display: none;
}
.works_slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.works_slide-info{
    background: #FFFFFF;
    box-shadow: 8px 12px 63px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    width: 670px;
    transform: translateY(-42px);
    margin: 0 auto;
    padding: 50px 80px;
    display: none;
    justify-content: space-between;
    position: relative;
}
.works_slide.slick-active .works_slide-info{
    display: flex;
}
.works_slide-info::before{ 
    position: absolute;
    content: "";
    height: calc(100% - 100px);
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%);
    width: 1px;
    background-color: #000;
    opacity: 0.09;
}
.works_slide-options{
    width: 45%;
    text-align: right;
}
.works_slide-items{
    width: 45%;
}
.works_slide-option{
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
    margin-bottom: 10px;
}
.works_slide-option span{
    color: #23322C;
}
.works_slide-option:last-child{
    margin-bottom: 0;
}
.works_slide-items_title{
    font-size: 20px;
    color: #7B7B7B;
    margin-bottom: 15px;
    line-height: 28px;
}
.works_slide-item{
    /* font-size: 20px;
    color: #23322C;
    line-height: 28px;
    position: relative;
    padding-left: 38px;
    margin-bottom: 12px; */
    
    position: relative;
    margin-bottom: 10px;
    color: #23322C;
    font-size: 18px;
    padding-left: 38px;
    line-height: 18px;
}
.works_slide-item::before{
    position: absolute;
    content: "";
   /* background-image: url(../img/works_slide-item.svg);*/
   background-image: url(../img/about_option.png);
    background-size: cover;
    width: 21px;
    height: 21px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.works_slide-item:last-child{
    margin-bottom: 0;
}
.works_slider .slick-arrow, .diplomas_slide .slick-arrow{
    position: absolute;
    background: rgba(255,255,255, 0.16);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    border: none;
    font-size: 0;
    top: 315px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
.works_slider .slick-prev, .diplomas_slide .slick-prev{
    left: calc(50% - 700px);
    background-image: url(../img/arrow_left.svg);
}
.works_slider .slick-next, .diplomas_slide .slick-next, .diplomas_slide .slick-next, .diplomas_slide .slick-next{
    right: calc(50% - 700px);
    background-image: url(../img/arrow_right.svg);
}
.works_slider .slick-arrow:hover, .diplomas_slide .slick-arrow:hover, .diplomas_slide .slick-arrow:hover, .diplomas_slide .slick-arrow:hover{
    background-color: #00A568;
}
.works_inner{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.works_slider{
    margin-bottom: 25px;
}
.works_inner-title{
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #23322C;
    padding-right: 39px;
    position: relative;
    line-height: 60px;
    margin-bottom: 10px;
}
.works_inner-title::before{
    position: absolute;
    content: "";
    background-image: url(../img/works_inner-title.svg);
    background-size: cover;
    width: 24px;
    height: 34px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.works_inner-text{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #23322C;
    font-weight: 700;
    margin-bottom: 35px;
}
.works_inner-text span{
    color: #00A568;
}
.works_inner-btn{
    width: 265px;
    background: #00A568;
    border-radius: 15px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 24px;
    transition: all 0.3s;
}
.works_inner-btn:hover{
    opacity: 0.8;
}
.wrap-btn_right {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #fff;
    z-index: 2;
    padding-top: 10px;
}


.reviews{
    padding: 100px 0;
    position: relative;
    background: #F9F9F9;
}
.reviews::before{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_top.svg);
    top: 0;
    right: 0;
    transform: translateY(-50%);
}
.reviews::after{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_bot.svg);
    bottom: 0;
    right: 0;
    transform: translateY(50%);
}
.reviews_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}
.reviews_title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    margin-bottom: 20px;
    line-height: 54px;
}
.reviews_text{
    font-size: 20px;
    text-align: center;
    color: #7B7B7B;
    margin-bottom: 40px;
    line-height: 28px;
}
.reviews_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 0;
}
.reviews_slider{
    width: 670px;
    margin-right: 20px;
}
.reviews_slide{
    height: 500px;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}
.reviews_slide::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  
}
.reviews_slide::after{
    position: absolute;
    content: "";
    background-image: url(../img/play.svg);
    width: 80px;
    height: 88px;
    background-size: cover;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.reviews_dots{
    width: 440px;
}
.reviews_dot{
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    width: 100%;
    padding: 53px 0;
    margin: 10px 0;
    cursor: pointer;
    position: relative;
    border: none;
}
.reviews_dots .slick-arrow{
    position: absolute;
    font-size: 0;
    right: 50%;
    transform: translateX(50%);
    border: none;
    cursor: pointer;
    background: none;
    width: 19px;
    height: 10px;
    background-size: cover;
    opacity: 0.4;
    transition: all 0.3s;
}
.reviews_dots .slick-arrow:hover{
    opacity: 1;
}
.reviews_dots .slick-prev{
    background-image: url(../img/slider_left.svg);
    top: -35px;
}
.reviews_dots .slick-next{
    background-image: url(../img/slider_right.svg);
    bottom: -35px;
}
.reviews_dot::before{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    top: -1px;
    right: -1px;
    left: -1px;
    bottom: -1px;
    border-radius: 25px;
}
.reviews_dot:hover::before{
    background: linear-gradient(0deg, rgba(0, 165, 104, 0.81), rgba(0, 165, 104, 0.81));
}
.reviews_dot:hover::after{
    position: absolute;
    content: "";
    height: 22px;
    width: 20px;
    background-image: url(../img/play.svg);
    background-size: cover;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.reviews_btn{
    width: 251px;
    background: #00A568;
    border-radius: 15px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px auto 0 ;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    transition: all 0.3s;
}
.reviews_btn:hover{
    opacity: 0.8;
}
.why{
    padding: 100px 0;
}
.why_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}
.why_title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    margin-bottom: 60px;
    line-height: 54px;
}
.why_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.why_item{
    width: 32%;
    background: #FFFFFF;
    box-shadow: 8px 12px 63px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    margin-bottom: 20px;
    margin-right: 2%;
}
.why_item:nth-child(3n){
    margin-right: 0;
}
.why_item-img{
    border-radius: 25px 25px 50px 0px;
    width: 100%;
    height: 290px;
    overflow: hidden;
}
.why_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why_item-title{
    padding: 35px 50px 40px;
    font-size: 20px;
    text-align: center;
    color: #23322C;
    line-height: 28px;
}
.why_item-title span{
    font-weight: 700;
}
.steps{
    padding: 100px 0;
}
.steps_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}
.steps_title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    margin-bottom: 20px;
    line-height: 54px;
}
.steps_text{
    font-size: 20px;
    text-align: center;
    color: #7B7B7B;
    margin-bottom: 60px;
    line-height: 28px;
}
.steps_item{
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    position: relative;
}
.steps_item::before{
    position: absolute;
    content: "";
    height: calc(100% - 92px);
    width: 1px;
    border-left: 1px dashed #00A568;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
}
.steps_item-left{
    width: 465px;
    text-align: right;
}
.steps_item-right{
    width: 465px;
}
.steps_item-number{
    height: 72px;
    width: 77px;
    margin: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/steps-item.svg);
    background-size: cover;
    font-size: 23px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    padding-bottom: 9px;
    position: relative;
}
.steps_item-subtitle{
    margin-top: 25px;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.09em;
    color: #00A568;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.steps_item-title{
    margin-top: 15px;
    font-size: 28px;
    color: #23322C;
    line-height: 34px;
    margin-bottom: 16px;
}
.steps_item-text{
    font-size: 20px;
    line-height: 28px;
    color: #7B7B7B;
}
.steps_item-text span{
    color: #23322C;
    font-weight: 700;
}
.steps_item-link{
    margin-top: 28px;
    font-size: 20px;
    color: #23322C;
    font-weight: 700;
    line-height: 28px;
    display: block;
    padding-left: 28px;
    position: relative;
}
.steps_item-link::before{
    position: absolute;
    content: "";
    background-image: url(../img/steps_item-link.svg);
    background-size: cover;
    width: 18px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.steps_item:last-child::before{
    display: none;
}

.form{
    padding: 100px 0;
    background-image: url(../img/form_bg.jpg);
    background-size: cover;
    background-position: center;
}
    @supports (background-image: url(../img/form_bg.webp)) {
        .form{
        background-image: url(../img/form_bg.webp);
        }
    }
.form_title{
    font-size: 44px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 54px;
}
.form_text{
    font-size: 20px;
    text-align: center;
    color: #9FD9C3;
    margin-bottom: 60px;
    line-height: 28px;
}
.form_inps{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.form_inp{
    width: 439px;
    border-radius: 15px;
    background: #FFFFFF;
    height: 65px;
    padding-left: 23px;
    border: none;
}
.form_btn{
    width: 440px;
    background: #23322C;
    border-radius: 15px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    border: none;
}
.form_inner .main_form-ok{
    justify-content: center;
}
.form_inner .main_form-ok_text{
    color: #9FD9C3;
}
.form_inner .main_form-ok_link{
    color: #ffffff;
}

.contacts{
    padding: 100px 0;
    position: relative;
}
.contacts_wrapper{
    display: flex;
    justify-content: flex-end;
}
.contacts_inner{
    background: #FFFFFF;
    border-radius: 25px;
    width: 440px;
    padding: 60px 60px 90px;
    position: relative;
    z-index: 1;
}
.map{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    filter: grayscale(100%);
}
.map iframe{
    width: 100%;
    height: 100% !important;
}
.contacts_title{
    font-size: 44px;
    color: #23322C;
    margin-bottom: 30px;
    line-height: 54px;
}
.contacts_number{
    font-size: 24px;
    color: #23322C;
    line-height: 20px;
    display: flex;
    margin-bottom: 15px;
    padding-left: 28px;
    position: relative;
}
.contacts_number::before{
    position: absolute;
    content: "";
    background-image: url(../img/phone.svg);
    background-size: cover;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contacts_mail{
    font-size: 15px;
    line-height: 20px;
    color: #00A568;
    margin-bottom: 30px;
    font-weight: 700;
    display: block;
}
.contacts_messages{
    display: flex;
}
.contacts_message{
    display: flex;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.contacts_message img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.foooter{
    padding: 80px 0 75px;
}
.foooter_wrapper{
    display: flex;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.foooter_logo{
    display: flex;
    align-items: center;
    margin-right: 80px;
}
.foooter_logo-img{
    display: flex;
    margin-right: 35px;
    width: 215px;
}
.foooter_logo-img img{
    width: 100%;
    height: 100%;
}
.foooter_logo-info{
    padding-left: 35px;
    border-left: 1px solid #E4E4E4;
}
.foooter_logo-title{
    font-size: 18px;
    color: #7B7B7B;
    line-height: 20px;
    margin-bottom: 20px;
}
.foooter_logo-text{
    font-size: 18px;
    color: #23322C;
    line-height: 20px;
}
.foooter_menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 430px;
}
.foooter_menu li{
    width: 48%;
}
.foooter_menu a{
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    color: #23322C;
}
.foooter_inner{
    display: flex;
    padding-top: 50px;
}
.foooter_items{
    margin-right: 125px;
}
.foooter_item{
    font-size: 16px;
    color: #7B7B7B;
    line-height: 24px;
}
.foooter_item span{
    color: #23322C;
}
.menu_burger{
    display: none;
}
.crumbs{
    margin-top: 100px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.crumb{
    font-size: 16px;
    color: #23322C;
    line-height: 20px;
    margin-right: 20px;
    position: relative;
}
.crumb::before{
    position: absolute;
    content: "/";
    font-size: 16px;
    right: -15px;
}
.crumb:last-child{
    color: #7B7B7B;
    margin-right: 0;
}
.crumb:last-child::before{
    display: none;
}
.rolled{
    margin-bottom: 100px;
}
.rolled h1{
    font-size: 44px;
    color: #23322C;
    margin-bottom: 60px;
    line-height: 54px;
}
.rolled_wrapper{
    display: flex;
    justify-content: space-between;
}
.rolled_left{
    width: 440px;
}
.rolled_img{
    border-radius: 25px;
    height: 330px;
    overflow: hidden;
    margin-bottom: 50px;
}
.rolled_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rolled_right{
    width: 830px;
}
.rolled_left-text{
    padding: 40px 50px 50px 80px;
    border-radius: 25px;
    background: #F9F9F9;
    position: relative;
}
.rolled_left-text::before{
    position: absolute;
    content: "";
    background-image: url(../img/rolled_left.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
    top: 40px;
    left: 40px;
}
.rolled_left-text p{
    font-size: 20px;
    color: #23322C;
    line-height: 28px;
    margin-bottom: 25px;
}
.rolled_left-text p span{
    font-weight: 700;
}
.rolled_left-text p:last-child{
    margin-bottom: 0;
}
.rolled_title{
    font-size: 26px;
    color: #23322C;
    padding-left: 40px;
    line-height: 38px;
    margin-bottom: 45px;
    border-left: 3px solid #00A568;
}
.rolled_right p{
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
    margin-bottom: 30px;
}
.rolled_right.rolled_right__black p {
    color: #000000;
}
.rolled_right p span{
    color: #23322C;
}
.rolled_right p:last-child{
    margin-bottom: 0;
}
.rolled_btn{
    width: 325px;
    height: 65px;
    display: flex;
    justify-content: center;
    background: #00A568;
    border-radius: 15px;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    transition: all 0.3s;
}
.rolled_btn:hover{
    opacity: 0.8;
}

.sun{
    margin: 100px 0;
    text-align: center;
}
.sun_img{
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
}
.sun_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}
.sun_title{
    font-size: 44px;
    color: #23322C;
    margin-bottom: 40px;
    line-height: 54px;
}
.sun_text{
    font-size: 20px;
    line-height: 28px;
    color: #7B7B7B;
}
.sun_text span{
    color: #23322C;
}


.varieties{
    padding: 100px 0;
    background: #F9F9F9;
    position: relative;
}
.varieties::before{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_top.svg);
    top: 0;
    right: 0;
    transform: translateY(-50%);
}
.varieties::after{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_bot.svg);
    bottom: 0;
    right: 0;
    transform: translateY(50%);
}
.varieties_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}
.varieties_title{
    font-size: 44px;
    line-height: 54px;
    color: #23322C;
    text-align: center;
    margin-bottom: 60px;
}
.varieties_wrapper{
    display: flex;
    justify-content: space-between;
}
.varieties_left{
    width: 440px;
}
.varieties_img{
    width: 100%;
    border-radius: 25px;
    height: 380px;
    overflow: hidden;
    margin-bottom: 90px;
}
.varieties_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.varieties_left-text{
    font-size: 26px;
    text-align: right;
    color: #23322C;
    line-height: 38px;
    margin-bottom: 60px;
}
.varieties_left-inner{
    padding: 50px 50px 50px 125px;
    border-radius: 25px;
    background: #FFFFFF;
    position: relative;
}
.varieties_left-inner::before{
    position: absolute;
    content: "";
    background-image: url(../img/varieties_left-inner.svg);
    background-size: cover;
    width: 49px;
    height: 42px;
    top: 50px;
    left: 50px;
}
.varieties_left-inner p{
    font-size: 20px;
    color: #7B7B7B;
    margin-bottom: 30px;
    line-height: 28px;
}
.varieties_left-inner p:last-child{
    margin-bottom: 0;
}
.varieties_left-inner p span{
    color: #23322C;
    font-weight: 700;
}
.varieties_right{
    width: 820px;
}
.varieties_item{
    padding-left: 170px;
    position: relative;
    margin-bottom: 50px;
}
.varieties_item-img{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 25px;
    overflow: hidden;
}
.varieties_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.varieties_item-title{
    font-size: 28px;
    color: #23322C;
    margin-bottom: 20px;
    line-height: 34px;
}
.varieties_item-text{
    font-size: 20px;
    line-height: 28px;
    color: #7B7B7B;
}
.varieties_item:last-child{
    margin-bottom: 0;
}

.advantages{
    margin: 100px 0;
}
.advantages_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}
.advantages_title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    line-height: 54px;
    margin-bottom: 60px;
}
.advantages_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advantages_item{
    width: 32%;
    background: #FFFFFF;
    box-shadow: 8px 12px 63px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    margin-bottom: 20px;
    text-align: center;
    padding: 60px;
}
.advantages_item-number{
    font-size: 39px;
    color: #00A568;
    margin-bottom: 20px;
    line-height: 34px;
}
.advantages_item-title{
    font-size: 28px;
    color: #23322C;
    line-height: 34px;
    min-height: 68px;
    margin-bottom: 25px;
}
.advantages_item-text{
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
}
.rolled_card{
    margin: 100px 0;
}
.rolled_card-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.rolled_card-img{
    width: 440px;
    border-radius: 25px;
    height: 390px;
    overflow: hidden;
}
.rolled_card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rolled_card-info{
    width: 830px;
}
.rolled_card-title{
    font-size: 44px;
    color: #23322C;
    line-height: 54px;
    margin-bottom: 50px;

}
.rolled_card-text{
    font-size: 26px;
    color: #23322C;
    padding-left: 40px;
    line-height: 38px;
    border-left: 3px solid #00A568;
    margin-bottom: 45px;
    max-width: 725px;
}
.rolled_card-info p{
    font-size: 20px;
    color: #7B7B7B;
    margin-bottom: 20px;
    line-height: 28px;
}
.rolled_card-info p:last-child{
    margin-bottom: 0;
}
.rolled_card-info p span{
    color: #23322C;
}

.types{
    padding: 100px 0;
    text-align: center;
    background-image: url(../img/types.jpg);
    background-size: cover;
    background-position: center;
}
.types_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}
.types_title{
    font-size: 44px;
    color: #FFFFFF;
    line-height: 54px;
    margin-bottom: 40px;
}
.types_text{
    font-size: 20px;
    line-height: 28px;
    color: #B9B9B9;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.types_text span{
    color: #fff;
}
.types_desc{
    font-size: 26px;
    line-height: 38px;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.types_btn{
    width: 380px;
    background: #00A568;
    border-radius: 15px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    transition: all 0.3s;
}
.types_btn:hover{
    opacity: 0.8;
}
.types_messages{
    display: flex;
    justify-content: center;
}
.types_message{
    display: flex;
    margin: 0 5px;
}
.composition{
    padding: 100px 0;
    background: #F9F9F9;
    position: relative;
}
.composition::before{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_top.svg);
    top: 0;
    right: 0;
    transform: translateY(-50%);
}
.composition::after{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_bot.svg);
    bottom: 0;
    right: 0;
    transform: translateY(50%);
}
.composition_subtitle{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    color: #00A568;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.composition_title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    margin-bottom: 40px;
    line-height: 54px;
}
.composition_texts{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.composition_texts p{
    width: 48%;
}
.composition p{
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
}
.composition p span{
    color: #23322C;
}
.composition_logo{
    width: 190px;
    height: 90px;
    background: #FFFFFF;
    box-shadow: 8px 12px 63px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    padding: 25px 30px;
    margin: 0 auto 40px;
}
.composition_text{
    font-size: 28px;
    text-align: center;
    color: #23322C;
    margin-bottom: 80px;
    line-height: 34px;
}
.composition_inner{
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.composition_inner-item{
    width: 48%;
    position: relative;
}
.composition_inner-item_title{
    position: relative;
    padding-left: 85px;
    font-size: 20px;
    line-height: 28px;
    color: #23322C;
    margin-bottom: 40px;
    font-weight: 700;
}
.composition_inner-item_title span{
    position: absolute;
    width: 55px;
    background: #00A568;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #FFFFFF;
    line-height: 34px;
}
.composition_desc{
    font-size: 20px;
    text-align: center;
    color: #23322C;
    line-height: 28px;
    margin-bottom: 60px;
}
.composition_items{
    padding: 60px;
    background: #FFFFFF;
    box-shadow: 8px 12px 63px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
}
.composition_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.composition_item:last-child{
    margin-bottom: 0;
}
.composition_item-img{
    width: 440px;
    border-radius: 25px;
    display: flex;
    height: 310px;
    overflow: hidden;
}
.composition_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.composition_item-info{
    width: 740px;
}
.composition_item-title{
    font-size: 28px;
    color: #23322C;
    margin-bottom: 25px;
    line-height: 34px;
}
.composition_item-text{
    font-size: 20px;
    color: #7B7B7B;
    margin-bottom: 30px;
    line-height: 28px;
}
.composition_item-text span{
    color: #23322C;
}
.composition_item-time{
    padding-left: 33px;
    position: relative;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #23322C;
    font-size: 14px; 
}
.composition_item-time::before{
    position: absolute;
    content: "";
    background-image: url(../img/composition_item-time.svg);
    background-size: cover;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.composition_item-time span{
    color: #00A568;
}
.maintenance{
    padding: 100px 0;
}
.maintenance_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}
.maintenance_title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    margin-bottom: 50px;
    line-height: 54px;
}
.maintenance_inner{
    display: flex;
    margin-bottom: 100px;
    align-items: center;
    justify-content: center;
}
.maintenance_left{
    margin-right: 70px;
    width: 555px;
}
.maintenance_left p{
    font-size: 20px;
    line-height: 28px;
    text-align: right;
    color: #7B7B7B;
    margin-bottom: 30px;
}
.maintenance_left p:last-child{
    margin-bottom: 0;
}
.maintenance_left p span{
    color: #23322C; 
}
.maintenance_left-text{
    font-size: 20px;
    line-height: 28px;
    color: #23322C; 
    text-align: right;
    font-weight: 700;
}
.maintenance_right{
    width: 535px;
}
.maintenance_right-item{
    font-size: 20px;
    color: #23322C;
    padding-left: 75px;
    position: relative;
    line-height: 28px;
    margin-bottom: 65px;
}
.maintenance_right-item img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.maintenance_right-item:last-child{
    margin-bottom: 0;
}
.maintenance_wrapper{
    display: flex;
    justify-content: space-between;
}
.maintenance_img{
    width: 440px;
    height: 390px;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
}
.maintenance_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.maintenance_info{
    width: 830px;
}
.maintenance_info-title{
    font-size: 28px;
    color: #23322C;
    margin-bottom: 30px;
    line-height: 34px;
}
.maintenance_info-option{
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: #23322C;
    padding-left: 38px;
    margin-bottom: 12px;
}
.maintenance_info-option:last-child{
    margin-bottom: 0;
}
.maintenance_info-option::before{
    position: absolute;
    content: "";
    background-image: url(../img/works_slide-item.svg) ;
    background-size: cover;
    width: 21px;
    height: 21px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.maintenance_info-options{
    padding-bottom: 50px;
 /**   margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);*/
}
.maintenance_info-text{
    font-size: 20px;
    line-height: 28px;
    color: #7B7B7B;
}
.maintenance_info-text span{
    color: #00A568;
    font-weight: 700;
    display: inline-block;
}
.maintenance_info-text strong{
    color: #23322C;
}

.result{
    padding: 100px 0;
    background: #F9F9F9;
    position: relative;
}
.result::before{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_top.svg);
    top: 0;
    right: 0;
    transform: translateY(-50%);
}
.result_subtitle{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
}
.result_title{
    font-size: 44px;
    line-height: 54px;
    text-align: center;
    color: #23322C;
    margin-bottom: 60px;
}
.result_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.result_wrapper-img{
    width: 440px;
    border-radius: 25px;
    height: 390px;
    display: flex;
    overflow: hidden;
}
.result_wrapper-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.result_wrapper-info{
    width: 830px;
}
.result_text{
    font-size: 26px;
    color: #23322C;
    margin-bottom: 45px;
    padding-left: 40px;
    line-height: 38px;
    border-left: 3px solid #00A568;
}
.result p{
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
    margin-bottom: 30px;
}
.result p span{
    color: #23322C;
}
.result p:last-child{
    margin-bottom: 0;
}
.result_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.result_left{
    width: 830px;
}
.result_inner-title{
    font-size: 28px;
    color: #23322C;
    margin-bottom: 25px;
    line-height: 34px;
}
.result_inner-img{
    display: flex;
    width: 440px;
    border-radius: 25px;
    height: 725px;
    overflow: hidden;
}
.result_inner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catalog_desc{
    font-size: 26px;
    color: #23322C;
    margin-bottom: 45px;
    line-height: 38px;
    padding-left: 40px;
    border-left: 3px solid #00A568;
}

.catalog p{
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
    margin-bottom: 40px;
}
.catalog p span{
    color: #23322C;
}
.catalog_rolled{
    position: relative;
}
.catalog_rolled::before{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_bot.svg);
    bottom: 0;
    right: 0;
    transform: translateY(50%);
}
.catalog_rolled .catalog_title{
    margin-bottom: 60px;
}
.catalog_inner{
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}
.catalog_inner-left{
    text-align: right;
    width: 855px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.catalog_inner-title{
    font-size: 20px;
    color: #23322C;
    line-height: 28px;
    margin-bottom: 50px;
}
.catalog_inner-left p{
    margin-bottom: 50px;
}
.catalog_inner-left p span{
    color: #00A568;
    font-weight: 700;
}
.catalog_inner-btn{
    width: 269px;
    background: #00A568;
    border-radius: 15px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    transition: all 0.3s;
}
.catalog_inner-btn:hover{
    opacity: 0.8;
}
.catalog_inner-right{
    width: 440px;
}
.catalog_inner-subtitle{
    font-size: 20px;
    color: #7B7B7B;
    margin-bottom: 15px;
    line-height: 28px;
}
.catalog_inner-item{
    font-size: 20px;
    color: #23322C;
    margin-bottom: 15px;
    line-height: 28px;
    padding-left: 38px;
    position: relative;
}
.catalog_inner-item::before{
    position: absolute;
    content: "";
    background-image: url(../img/works_slide-item.svg);
    background-size: cover;
    width: 21px;
    height: 21px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.catalog_inner-item:last-child{
    margin-bottom: 0;
}
.supervision{
    padding: 100px 0;
}
.supervision_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}
.supervision_title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    margin-bottom: 60px;
    line-height: 54px;
}
.supervision_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.supervision_item:last-child{
    margin-bottom: 0;
}
.supervision_item-img{
    width: 440px;
    height: 390px;
    overflow: hidden;
    display: flex;
    border-radius: 25px;
}
.supervision_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.supervision_item-info{
    width: 830px;
}
.supervision_text{
    font-size: 26px;
    color: #23322C;
    margin-bottom: 45px;
    line-height: 38px;
    padding-left: 40px;
    border-left: 3px solid #00A568;
}
.supervision_item p{
    font-size: 20px;
    line-height: 28px;
    color: #7B7B7B;
    margin-bottom: 20px;
}
.supervision_item p:last-child{
    margin-bottom: 0;
}
.supervision_item p span{
    color: #00A568;
}
.supervision_item-title{
    font-size: 28px;
    line-height: 34px;
    color: #23322C;
    margin-bottom: 25px;
}
.supervision_item p a{
    font-weight: 700;
    color: #23322C;
}
.system_rolled::after{
    display: none;
}
.system_rolled .system_title{
    margin-bottom: 60px;
}
.system_rolled .system_item{
    width: 32%;
}
.system_rolled  .system_item-text{
    padding: 30px 10px;
}

.portfolio{
    margin-bottom: 100px;
}
.portfolio h1{
    font-size: 44px;
    color: #23322C;
    margin-bottom: 60px;
    line-height: 54px;
}
.portfolio_wrapper{
    display: flex;
    justify-content: space-between;
}
.portfolio_imgs{
    width: 600px;
}
.portfolio_info{
    width: 670px;
}
.portfolio_img{
    width: 100%;
    border-radius: 25px;
    height: 420px;
    overflow: hidden;
    margin-bottom: 15px;
}
.portfolio_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.portfolio_dots{
    display: flex;
    flex-wrap: wrap;
}
.portfolio_dot{
    display: flex;
    width: 24%;
    height: 138px;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
   margin-right: 1.3333%;
    position: relative;
    margin-bottom: 5px;
}
.portfolio_dot:nth-child(4n){
    margin-right: 0;
}
.portfolio_dot.active::before{
    display: none;
}
.portfolio_dot::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    top: 0;
    right: 0;
}
.portfolio_dot img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.portfolio_info-subtitle{
    font-size: 28px;
    color: #23322C;
    margin-bottom: 30px;
    line-height: 34px;
}
.portfolio_info-item{
    font-size: 20px;
    line-height: 28px;
    position: relative;
    color: #23322C;
    margin-bottom: 12px;
    padding-left: 38px;
}
.portfolio_info-item a {color: #23322C;}
.portfolio_info-item::before{
    position: absolute;
    content: "";
    background-image: url(../img/works_slide-item.svg);
    background-size: cover;
    width: 21px;
    height: 21px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.portfolio_info-item:last-child{
    margin-bottom: 0;
}
.portfolio_info-items{
    margin-bottom: 45px;
}
.portfolio_info p{
    font-size: 20px;
    line-height: 28px;
    color: #7B7B7B;
    margin-bottom: 45px;
}
.portfolio_info p:last-child{
    margin-bottom: 0;
}
.portfolio_option{
    padding-left: 33px;
    position: relative;
    margin-bottom: 25px;
}
.portfolio_option:last-child{
    margin-bottom: 0;
}
.portfolio_option-title{
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #23322C;
    font-weight: 700;
    margin-bottom: 15px;
}
.portfolio_option-title:last-child{
    margin-bottom: 0;
}
.portfolio_option span{
    color: #00A568;
}
.portfolio_option-text{
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
}
.portfolio_option-img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ortfolio_btn{
    width: 325px;
    background: #00A568;
    border-radius: 15px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
}
.care_right-text{
    font-size: 28px;
    color: #FFFFFF;
    margin-top: 45px;
    line-height: 34px;
}
.portfolio_reviews{
    margin: 100px 0;
}
.portfolio_reviews-subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}
.portfolio_reviews-title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    line-height: 54px;
    margin-bottom: 60px;
}
.portfolio_reviews-body{
    display: flex;
    width: 670px;
    border-radius: 25px;
    height: 450px;
    margin: 0 auto;
    position: relative;
}
.portfolio_reviews-body span{
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: -30px;
    right: -30px;
    border-radius: 25px;
    z-index: -1;
    background: #F2F2F2;
}
.portfolio_reviews-body::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    border-radius: 25px;
    top: 0;
    right: 0;
}
.portfolio_reviews-body::after{
    position: absolute;
    content: "";
    background-image: url(../img/play.svg);
    background-size: cover;
    height: 88px;
    width: 80px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.portfolio_reviews-body img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.why_btn{
    width: 265px;
    background: #00A568;
    border-radius: 15px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    margin: 40px auto 0;
}
.watering{
    margin-bottom: 100px;
}
.watering h1{
    font-size: 44px;
    color: #23322C;
    margin-bottom: 60px;
    line-height: 54px;
}
.watering_item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.watering_item:nth-child(2n){
    flex-direction: row-reverse;
}
.watering_item:last-child{
    margin-bottom: 0;
}
.watering_item-img{
    width: 440px;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
}
.watering_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.watering_item-info{
    width: 830px;
}
.watering_item-text{
    font-size: 26px;
    color: #23322C;
    padding-left: 40px;
    line-height: 38px;
    margin-bottom: 45px;
    border-left: 3px solid #00A568;
}
.watering_item-info p{
    line-height: 28px;
    color: #7B7B7B;
    margin-bottom: 30px;
    font-size: 20px;
}
.watering_item-info p span{
    color: #23322C;
}
.watering_item-info p:last-child{
    margin-bottom: 0;
}
.watering_item-subtitle{
    font-size: 20px;
    line-height: 28px;
    color: #23322C;
    margin-bottom: 20px;
    font-weight: 700;
}

.mounting{
    padding: 100px 0;
    background: #F9F9F9;
    position: relative;
}
.mounting::before{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_top.svg);
    top: 0;
    right: 0;
    transform: translateY(-50%);
}
.mounting_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    font-weight: 700;
    margin-bottom: 10px;
}
.mounting_title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    margin-bottom: 60px;
    line-height: 54px;
}
.mounting_tabel{
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 8px 12px 63px rgba(0, 0, 0, 0.05);
    background: #FFFFFF;
}
.mounting_tabel-titles{
    display: flex;
    justify-content: space-between;
    background: #00A568;
    padding: 32px 40px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
}
.mounting_tabel-title{
    width: 20%;
}
.mounting_tabel-title:nth-child(4){
    width: 30%;
}
.mounting_tabel-title:last-child{
    width: 10%;
    position: relative;
    padding-left: 24px;
}
.mounting_tabel-title:last-child::before{
    position: absolute;
    content: "";
    background-image: url(../img/time.svg);
    background-size: cover;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.mounting_tabel-item{
    display: flex;
    justify-content: space-between;
    padding: 26px 40px;
    border-bottom: 1px solid #EEEEEE;
}
.mounting_tabel-item:last-child{
    border-bottom: none;
}
.mounting_tabel-value{
    width: 20%;
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
}
.mounting_tabel-value:nth-child(4){
    width: 30%;
}
.mounting_tabel-value:first-child{
    color: #23322C; 
}
.mounting_tabel-value:last-child{
    width: 10%;
    color: #23322C;
    font-weight: 700;
}
.care_watering .care_right{
    width: 610px;
}
.care_watering .care_left{
    height: 100%;
}
.automation{
    padding: 100px 0;
    background: #F9F9F9;
    position: relative;
}
.automation::before{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_top.svg);
    top: 0;
    right: 0;
    transform: translateY(-50%);
}
.automation::after{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_bot.svg);
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
}
.automation_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}
.automation_title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    margin-bottom: 20px;
    line-height: 54px;
}
.automation_text{
    font-size: 20px;
    text-align: center;
    color: #7B7B7B;
    margin-bottom: 60px;
    line-height: 28px;
}
.automation_items{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.automation_item{
    width: 24%;
    background: #FFFFFF;
    box-shadow: 8px 12px 63px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
}
.automation_item-img{
    width: 100%;
    height: 230px;
    border-radius: 25px 25px 25px 0px;
    overflow: hidden;
}
.automation_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.automation_item-info{
    padding: 40px;
}
.automation_item-title{
    font-size: 20px;
    line-height: 28px;
    color: #23322C;
    margin-bottom: 13px;
    font-weight: 700;
}
.automation_item-text{
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
}
.automation_btn{
    width: 493px;
    background: #00A568;
    border-radius: 15px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    transition: all 0.3s;
}
.automation_btn:hover{
    opacity: 0.8;
}

.automation_wrapper{
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.automation_wrapper-item{
    width: 48%;
}
.automation_wrapper-title{
    font-size: 44px;
    color: #23322C;
    margin-bottom: 50px;
    line-height: 54px;
}
.automation_wrapper-text{
    font-size: 26px;
    color: #23322C;
    padding-left: 40px;
    line-height: 38px;
    border-left: 3px solid #00A568;
    margin-bottom: 45px;
}
.automation p{
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
}
.automation p span{
    color: #23322C;
}
.automation_wrapper-option{
    font-size: 20px;
    color: #23322C;
    padding-left: 84px;
    position: relative;
    line-height: 28px;
    margin-bottom: 30px;
}
.automation_wrapper-option span{
    color: #23322C;
    font-weight: 700;
}
.automation_wrapper-option:last-child{
    margin-bottom: 0;
}
.automation_wrapper-option img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.automation_wrapper-options{
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #CBCBCB;
}
.automation_wrapper-desc{
    font-size: 20px;
    color: #23322C;
    line-height: 28px;
}

.automation_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 8px 12px 63px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    padding: 60px;
}
.automation_inner-img{
    width: 380px;
    border-radius: 25px;
    height: 270px;
    overflow: hidden;
    display: flex;
}
.automation_inner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.automation_inner-info{
    width: 780px;
}
.automation_inner-title{
    font-size: 28px;
    line-height: 34px;
    color: #23322C;
    margin-bottom: 30px;
}
.automation_inner-text{
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
}
.system_item-inner{
    display: flex;
    justify-content: space-between;
    padding: 0 40px 40px;
}
.system_item-more{
    width: 125px;
    border: 1px dashed #00A568;
    border-radius: 7px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #00A568;
    font-weight: 700;
}
.system_item-btn{
    width: 220px;
    background: #00A568;
    border-radius: 7px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    transition: all 0.3s;
}
.system_item-btn:hover{
    opacity: 0.8;
}
.system.white{
    background: none;
}
.system.white::before{
    display: none;
}
.system.white::after{
    display: none;
}
.mounting.white{
    background: none;
}
.mounting.white::before{
    display: none;
}
.mounting.white::after{
    display: none;
}
.lighting{
    margin-bottom: 100px;
}
.lighting h1{
    font-size: 44px;
    color: #23322C;
    margin-bottom: 60px;
    line-height: 54px;
}
.lighting_item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.lighting_item:last-child{
    margin-bottom: 0;
}
.btn{
    border-radius: 15px;
    background: #00A568;
    padding: 20px 35px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s;
}
.btn:hover{
    opacity: 0.8;
}
.lighting_item-img{
    width: 440px;
    border-radius: 25px;
    overflow: hidden;
}
.lighting_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lighting_item-info{
    width: 830px;
    align-self: center;
}
.lighting_item-text{
    font-size: 26px;
    color: #23322C;
    line-height: 38px;
    margin-bottom: 45px;
    padding-left: 40px;
    border-left: 3px solid #00A568;
}
.lighting p{
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
    margin-bottom: 25px;
}
.lighting p span{
    color: #23322C;
}
.lighting p:last-child{
    margin-bottom: 0;
}
.lighting_item-btn{
    margin-top: 25px;
}
.variation{
    padding: 100px 0;
    background: #F9F9F9;
    position: relative;
}
.variation::before{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_top.svg);
    top: 0;
    right: 0;
    transform: translateY(-50%);
}
.variation::after{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_bot.svg);
    bottom: 0;
    right: 0;
    transform: translateY(50%);
}

.variation_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}
.variation_title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    margin-bottom: 50px;
    line-height: 54px;
}
.variation_text{
    font-size: 20px;
    text-align: center;
    color: #7B7B7B;
    margin: 0 auto 70px;
    line-height: 28px;
    max-width: 1130px;
}
.variation_text span{
    color: #23322C;
}
.variation_item{
    display: flex;
    justify-content: space-between;
    border-radius: 25px;
    background: #FFFFFF;
    overflow: hidden;
    margin-bottom: 30px;
}
.variation_item:last-child{
    margin-bottom: 0;
}
.variation_item-img{
    display: flex;
    width: 440px;
    height: inherit;
}
.variation_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.variation_item-info{
    width: calc(100% - 440px);
    padding: 50px 70px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.variation_item-title{
    font-size: 28px;
    color: #23322C;
    margin-bottom: 30px;
    line-height: 34px;
    position: relative;
    padding-left: 78px;
}
.variation_item-title span{
    position: absolute;
    width: 55px;
    background: #00A568;
    height: 55px;
    left: 0;
    top: -10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    text-align: center;
    color: #FFFFFF;
    line-height: 34px;
}
.variation_item-text{
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
    margin-bottom: 30px;
}
.variation_item-text span{
    color: #23322C;
}
.variation_item-text:last-child{
    margin-bottom: 0;
}
.variation_inner{
    margin: 100px auto 0;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.variation_inner-title{
    font-size: 26px;
    text-align: center;
    color: #23322C;
    margin-bottom: 20px;
    line-height: 38px;
}
.variation_inner-text{
    font-size: 20px;
    line-height: 28px;
    color: #7B7B7B;
    margin-bottom: 50px;    
    text-align: center;
}
.manufacturers{
    padding: 100px 0;
}
.manufacturers_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}
.manufacturers_title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    margin-bottom: 60px;
    line-height: 54px;
}
.manufacturers_slider{
    margin-bottom: 100px;
}
.manufacturers_slide{
    background: #F9F9F9;
    border-radius: 25px;
    height: 227px;
    margin: 0 10px;
    padding: 45px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    filter: grayscale(100);
    transition: all 0.3s;
}
.manufacturers_slide:hover{
    filter: grayscale(0);
}
.manufacturers_slide img{
    max-width: 100%;
    max-height: 100%;
    
}
.manufacturers_slider .slick-arrow{
    position: absolute;
    background: #F9F9F9;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    border: none;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
.manufacturers_slider .slick-prev{
    left: -90px;
    background-image: url(../img/arrow_left.svg);
}
.manufacturers_slider .slick-next{
    right: -90px;
    background-image: url(../img/arrow_right.svg);
}
.manufacturers_slider .slick-arrow:hover{
    background-color: #00A568;
}

.manufacturers_items{
    display: flex;
    justify-content: space-between;
}
.manufacturers_item{
    width: 32%;
    background: #FFFFFF;
    box-shadow: 8px 12px 63px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    padding: 50px;
}
.manufacturers_item-img{
    display: flex;
    margin-bottom: 30px;
}
.manufacturers_item-title{
    font-size: 28px;
    color: #23322C;
    margin-bottom: 30px;
    line-height: 34px;
}
.manufacturers_item-text{
    font-size: 20px;
    line-height: 28px;
    color: #7B7B7B;
    margin-bottom: 40px;
}
.manufacturers_item-text:last-child{
    margin-bottom: 0;
}
.manufacturers_item-text span{
    color: #23322C;
}
.mounting_text{
    font-size: 20px;
    line-height: 28px;
    color: #7B7B7B;
    margin: 0 auto 60px;
    text-align: center;
    max-width: 1130px;
}
.mounting_text span{
    color: #23322C;
}
.mounting_lighting .mounting_tabel{
    max-width: 900px;
    margin: 0 auto 70px;
}
.mounting_lighting .mounting_tabel .mounting_tabel-title:last-child{
    padding-left: 0;
    width: 17%;
}
.mounting_lighting .mounting_tabel .mounting_tabel-title:last-child::before{
    display: none;
}
.mounting_lighting .mounting_tabel .mounting_tabel-title:first-child{
    padding-left: 30px;
  
    position: relative;
}
.mounting_lighting .mounting_tabel .mounting_tabel-title:first-child::before{
    position: absolute;
    content: "";
    background-image: url(../img/mounting_lighting1.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.mounting_lighting .mounting_tabel .mounting_tabel-value:first-child{
    padding-left: 30px;
    position: relative;
    width: 80%;
}
.mounting_lighting .mounting_tabel .mounting_tabel-value:first-child::before{
    position: absolute;
    content: "";
    background-image: url(../img/mounting_lighting2.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.mounting_lighting .mounting_tabel .mounting_tabel-value:last-child{
    padding-left: 0;
    width: 17%;
}
.mounting_lighting-btn{
    width: 585px;
    margin: 0 auto;
    display: flex;
}
.works_slide-btn{
    transform: translateY(-50%);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    width: 207px;
}

.drainage{
    margin-bottom: 100px;
}
.drainage h1{
    font-size: 44px;
    color: #23322C;
    margin-bottom: 60px;
    line-height: 54px;
}
.drainage_wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.drainage_wrapper-left{
    width: 440px;
}
.drainage_wrapper-img{
    display: flex;
    border-radius: 25px;
    height: 475px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.drainage_wrapper-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.drainage_wrapper-btn{
    width: 100%;
}



.drainage_wrapper-right{
    width: 830px;
}
.drainage_wrapper-text{
    font-size: 26px;
    margin-bottom: 45px;
    padding-left: 40px;
    color: #23322C;
    line-height: 38px;
    border-left: 3px solid #00A568;
}
.drainage p{
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
    margin-bottom: 30px;
}
.drainage p:last-child{
    margin-bottom: 0;
}
.drainage p span{
    color: #23322C;
}
.drainage_inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.drainage_inner-left{
    width: 830px;
}
.drainage_inner-right{
    width: 440px;
}
.drainage_inner-subtitle{
    font-size: 20px;
    line-height: 28px;
    color: #23322C;
    margin-bottom: 30px;
    font-weight: 700;
}
.drainage_inner-item{
    font-size: 20px;
    color: #23322C;
    margin-bottom: 12px;
    line-height: 28px;
    padding-left: 38px;
    position: relative;
}
.drainage_inner-item::before{
    position: absolute;
    content: "";
    background-image: url(../img/works_slide-item.svg);
    background-size: cover;
    width: 21px;
    height: 21px;
    left: 0;
    top: 3px;
}
.drainage_inner-item:last-child{
    margin-bottom: 0;
}
.drainage_inner-items{
    margin-bottom: 40px;
}
.drainage_inner-img{
    border-radius: 25px;
    height: 580px;
    width: 100%;
    overflow: hidden;
    display: flex;
    margin-bottom: 60px;
}
.drainage_inner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.drainage_inner-text{
    font-size: 26px;
    color: #23322C;
    line-height: 38px;
}
.drainage_item{
    display: flex;
    justify-content: space-between;
    border-radius: 25px;
    overflow: hidden;
}
.drainage_item-img{
    width: 440px;
    display: flex;
}
.drainage_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.drainage_item-info{
    width: calc(100% - 440px);
    padding: 55px 70px;
}
.drainage_item-title{
    font-size: 20px;
    line-height: 28px;
    color: #23322C;
    margin-bottom: 20px;
    font-weight: 700;
}

.sewerage{
    margin: 100px 0;
}
.sewerage_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}
.sewerage_title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    margin-bottom: 40px;
    line-height: 54px;
}
.sewerage_text{
    font-size: 20px;
    text-align: center;

    color: #7B7B7B;
    line-height: 28px;
    width: 1080px;
    margin: 0 auto 60px;
}
.sewerage_text span{
    color: #23322C;
}
.sewerage_img{
    max-width: 900px;
    margin: 0 auto;
    display: flex;
}
.sewerage_img img{
    width: 100%;
    height: 100%;
}
.mounting_drainage .mounting_tabel{
    max-width: 900px;
    margin: 0 auto 60px;
}
.mounting_drainage .mounting_tabel-title:first-child{
    width: 50%;
}
.mounting_drainage .mounting_tabel-title:last-child{
    width: 35%;
    padding-left: 0;
}
.mounting_drainage .mounting_tabel-title:last-child::before{
    display: none;
}

.mounting_drainage .mounting_tabel-value:first-child{
    width: 50%;
}
.mounting_drainage .mounting_tabel-value:last-child{
    width: 35%;
}
.mounting_inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.mounting_inner-img{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.mounting_inner-title{
    font-size: 26px;
    text-align: center;
    color: #23322C;
    margin-bottom: 20px;
    line-height: 38px;
}
.mounting_inner-title span{
    color: #00A568;
}
.mounting_inner-text{
    font-size: 20px;
    text-align: center;
    color: #7B7B7B;
    margin-bottom: 40px;
    line-height: 28px;
}
.recovery{
    margin-bottom: 100px;
}
.recovery h1{
    font-size: 44px;
    color: #23322C;
    margin-bottom: 60px;
    line-height: 54px;
}
.recovery_wrapper{
    display: flex;
    justify-content: space-between;
}
.recovery_img{
    width: 440px;
height: 629px;
    border-radius: 25px;
    display: flex;
    overflow: hidden;
}
.recovery_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recovery_info{
    width: 830px;
}
.recovery_text{
    font-size: 26px;
    color: #23322C;
    margin-bottom: 45px;
    padding-left: 50px;
    line-height: 38px;
    border-left: 3px solid #00A568;
}
.recovery p{
    font-size: 20px;
    color: #7B7B7B;
    margin-bottom: 30px;
    line-height: 28px;
}
.recovery_subtitle{
    font-size: 20px;
    line-height: 28px;
    color: #23322C;
    margin-bottom: 40px;
    font-weight: 700;
}
.recovery_item{
    margin-bottom: 40px;
    position: relative;
    padding-left: 210px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.recovery_item-img{
    width: 170px;
    height: 120px;
    border-radius: 25px;
    display: flex;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.recovery_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recovery_item-title{
    font-size: 28px;
    color: #23322C;
    margin-bottom: 15px;
    line-height: 34px;
}
.recovery_item-text{
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
}

.cards_block{
    padding: 100px 0;
    background: #F9F9F9;
    position: relative;
}
.cards_block::before{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_top.svg);
    top: 0;
    right: 0;
    transform: translateY(-50%);
}
.cards_block::after{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_bot.svg);
    bottom: 0;
    right: 0;
    transform: translateY(50%);
}
.cards_item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.cards_item:last-child{
    margin-bottom: 0;
}
.cards_item-img{
    width: 440px;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
}
.cards_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cards_item-info{
    width: 830px;
}
.cards_item-title{
    font-size: 44px;
    color: #23322C;
    margin-bottom: 50px;
    line-height: 54px;
}
.cards_item-text{
    font-size: 26px;
    color: #23322C;
    margin-bottom: 45px;
    padding-left: 40px;
    line-height: 38px;
    border-left: 3px solid #00A568;
}
.cards_item-text span{
    font-weight: 700;
    color: #00A568;
}
.cards_item-text strong{
    color: #23322C;
}
.cards_item p{
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
    margin-bottom: 25px;
}
.cards_item p:last-child{
    margin-bottom: 0;
}
.cards_item p span{
    color: #23322C;
}
.cards_item-subtitle{
    font-size: 20px;
    line-height: 28px;
    color: #23322C;
    margin-bottom: 20px;
    font-weight: 700;
}
.verticulation{
    margin: 100px 0;
}
.verticulation p{
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
    margin-bottom: 25px;
}
.verticulation p:last-child{
    margin-bottom: 0;
}
.verticulation p strong{
    color: #23322C;
    display: inline-block;
}
.verticulation p span{
    color: #23322C;
}
.verticulation_inner{
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #E4E4E4;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.verticulation_inner-title{
    font-size: 26px;
    line-height: 38px;
    color: #23322C;
    margin-bottom: 20px;
}
.verticulation_inner-title span{
    color: #00A568;
}
.verticulation_inner-text{
    font-size: 20px;
    color: #7B7B7B;
    margin-bottom: 50px;
    line-height: 28px;
}
.warning{
    padding: 100px 0;
    background-size: cover;
    background-position: center;
}
.warning_subtitle{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
}
.warning_title{
    font-size: 44px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 65px;
    line-height: 54px;
}
.warning_wrapper{
    display: flex;
    justify-content: space-between;
}
.warning_img{
    width: 440px;
    border-radius: 25px;
    height: 373px;
    display: flex;
    overflow: hidden;
}
.warning_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.warning_info{
    width: 850px;
}
.warning_item{
    padding-left: 38px;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.warning_item::before{
    position: absolute;
    content: "";
    background-image: url(../img/warning_item.svg);
    background-size: cover;
    width: 21px;
    height: 21px;
    left: 0;
    top: 4px;
}
.warning_item span{
    font-weight: 700;
    display: flex;
}
.warning_item:last-child{
    margin-bottom: 0;
}
.mounting_recovery .mounting_tabel{
    max-width: 900px;
    margin: 0 auto 70px;
}
.mounting_recovery .mounting_tabel-title:first-child{
    width: 50%;
}
.mounting_recovery .mounting_tabel-title:last-child{
    width: 15%;
    padding-left: 0;
}
.mounting_recovery .mounting_tabel-title:last-child::before{
    display: none;
}
.mounting_recovery .mounting_tabel-value:first-child{
    width: 50%;
}
.mounting_recovery .mounting_tabel-value:last-child{
    width: 15%;
}
.mounting_recovery .mounting_inner-title{
    margin-bottom: 40px;
}
.wrap-youtube-center {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
#go-top {
    position: fixed;
    bottom: 25px;
    right: 10px;
    cursor: pointer;
    display: none;
    width: 50px;
    height: 50px;
    text-decoration: none;
    transition: all .3s ease-out;
    border: 25px solid transparent;
    border-bottom-color: #00a567;
    background: transparent;
    border-bottom-width: 49px;
    border-radius: 35%;
}

/* #go-top:before{
    content: '▲';
    font-size: 2.9em;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border-color: inherit;
    transition: transform .5s ease-in;
} */
#go-top:hover{
	opacity: 0.8;
}


.feed{
    padding: 100px 0;
    background: #F9F9F9;
    position: relative;
}
.feed::before{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_top.svg);
    top: 0;
    right: 0;
    transform: translateY(-50%);
}
.feed::after{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_bot.svg);
    bottom: 0;
    right: 0;
    transform: translateY(50%);
}
.feed_title{
    font-size: 44px;
    color: #23322C;
    margin-bottom: 60px;
    line-height: 54px;
    text-align: center;
}
.feed_wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.feed_left{
    width: 595px;
}
.feed_img{
    display: flex;
    border-radius: 25px;
    height: 270px;
    overflow: hidden;
    margin-bottom: 65px;
    width: 100%;
}
.feed_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feed_text{
    font-size: 26px;
    margin-bottom: 45px;
    color: #23322C;
    line-height: 38px;
    padding-left: 40px;
    border-left: 3px solid #00A568;
}
.feed_right{
    width: 670px;
}
.feed p{
    font-size: 20px;
    line-height: 28px;
    color: #7B7B7B;
    margin-bottom: 30px;
}
.feed p:last-child{
    margin-bottom: 0;
}
.feed p span{
    color: #23322C;
}
.feed_item-subtitle{
    font-size: 20px;
    line-height: 28px;
    color: #23322C;
    font-weight: 700;
    margin-bottom: 40px;
}
.feed_item{
    padding: 15px 0 40px 117px;
    position: relative;
}
.feed_item::before{
    position: absolute;
    content: "";
    height: calc(100% - 97px);
    width: 1px;
    border-left: 1px dashed #00A568;
    bottom: 10px;
    left: 38px;
}
.feed_item:last-child:before{
    display: none;
}
.feed_item-number{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 77px;
    background-image: url(../img/steps_item.svg);
    background-size: cover;
    height: 72px;
    padding-bottom: 8px;
    font-size: 23px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
}
.feed_item-title{
    font-size: 28px;
    color: #23322C;
    line-height: 34px;
    margin-bottom: 16px;
}
.feed_item-text{
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
}
.feed_inner{
    background: #FFFFFF;
    border-radius: 25px;
    padding: 60px;
    display: flex;
    justify-content: space-between;
}
.feed_inner-info{
    width: 780px;
}
.feed_inner-title{
    font-size: 20px;
    line-height: 28px;
    color: #23322C;
    font-weight: 700;
    margin-bottom: 20px;
}
.feed_inner span span{
    color: #00A568;
    font-weight: 700;
    display: inline-block;
}
.feed_inner-img{
    width: 390px;
    border-radius: 25px;
    height: 376px;
    display: flex;
    overflow: hidden;
}
.feed_inner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup_btn{
    cursor: pointer;
}
#order_polit{
    width: 1000px;
    border-radius: 25px;
}
.polit_title{
    margin-bottom: 25px;
    font-size: 26px;
}
#order_polit p {
    font-size: 18px;
    color: #323436;
    line-height: 22px;
    margin-bottom: 25px;
}
#order_polit  li {
    font-size: 18px;
    color: #323436;
    line-height: 22px;
    position: relative;
    padding-left: 27px;
    margin-bottom: 25px;
}
.popup_btn{
    cursor: pointer;
}
.popup_body{
    width: 500px;
    background-color: rgba(0,0,0, 0.6);
    background-image: url(../img/confidence_inner.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    border-radius: 25px;
}
    @supports (background-image: url(../img/confidence_inner.webp)) {
        .popup_body{
        background-image: url(../img/confidence_inner.webp);
        }
    }

.popup_body-title{
    text-align: center;
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-family: 'DelaGothicOne';
    margin-bottom: 25px;
}
.popup_body-inp{
    width: 100%;
    height: 70px;
    border-radius: 6px;
    margin-bottom: 20px;
    background: #FFFFFF;
    padding-left: 27px;
    border: none;
    font-size: 18px;
}
.popup_body-area{
    width: 100%;
    height: 170px;
    border-radius: 6px;
    margin-bottom: 20px;
    background: #FFFFFF;
    padding-left: 27px;
    border: none;
    font-size: 18px;
    padding: 20px;
    resize: none;
}
.popup_body-btn{
    height: 70px;
    width: 100%;
    margin-bottom: 43px;
    cursor: pointer;
    border: none;
    background: rgb(35, 50, 44);
}
.popup_body-text{
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}
.popup_body-ok{
    height: 70px;
    cursor: pointer;
}
.popup_body .main_form-ok{
    justify-content: center;
}
.popup_body .main_form-ok_text {
    color: #9FD9C3;
}
.popup_body .main_form-ok_link {
    color: #FFFFFF;
}
.popup_body-ok{
    background: rgb(35, 50, 44);
    height: 70px;
    width: 200px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.catalog_item-popup{
    max-width: 700px;
    border-radius: 25px;
}

.catalog_item-popup p{
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.catalog_item-popup p:last-child{
    margin-bottom: 0;
}
.catalog_item-popup p span{
    color: #23322C;
}
.popup_video{
    padding: 45px 0 0 ;
    display: flex;
    width: 800px;
    height: 450px;
    background: none;
}
.popup_video iframe{
    width: 100%;
    height: 100%;
    display: flex;
}
.popup_video .fancybox-close-small{
    color: #fff;
}
.popup_body-btns{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.popup_body-step .title_info_qviz {
    display: block;
    margin-bottom: 15px;
}
.popup_body-next,
.popup_body-prev{
    background: rgb(35, 50, 44);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    border-radius: 7px;
    cursor: pointer;
}
.popup_body-step{
    display: none;
}
.popup_body-step.active{
    display: block;
}
.popup_check-inp{
    display: none;
}
.popup_check-span{
    width: 20px;
    background: #F4CD00;
    border-radius: 5px;
    height: 20px;
    display: block;
    margin-right: 11px;
    cursor: pointer;
    position: relative;
}
.popup_check-inp:checked + .popup_check-span::before{
    position: absolute;
    content: "";
    background-image: url(../img/chek.svg);
    background-size: cover;
    width: 10px;
    height: 8px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.popup_check-title{
    width: calc(100% - 31px);
}
.popup_check{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

#popup_quiz{
    width: 450px;
}
.popup_checks{
    margin-bottom: 40px;
}
.popup_body-last{
    background: rgb(35, 50, 44);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    border-radius: 7px;
    cursor: pointer;
    color: #fff;
    border: none;

}













@media(max-width:1600px){
    .header_menu a {
        font-size: 16px;
        margin-right: 25px;
    }
    .header_menu_fixed .header_menu a {
        margin-right: 40px;
    }
    .header_menu_fixed .header_menu a::before {
        right: -24px;
    }
    .header_logo-img{
        margin-right: 20px;
    }
    .header_text{
        padding-left: 20px;
    }
    .header_messages{
        margin-left: 10px;
    }
    .header_order{
        margin-left: 20px;
    }
    .menu_wrapper.fixed .menu a {
        margin-right: 30px;
    }
    .menu a {
        font-size: 16px;
        line-height: 18px;
    }
    .menu a::before{
        right: -30px;
    }
}
@media(max-width:1400px){
    .container{
        max-width: 1180px;
    }
    .menu_wrapper,
    .header_wrapper{
        max-width: 1150px;   
    }
    .header_logo-img{
        width: 180px;
    }
    .header_logo-img img{
        width: 100%;
        height: 100%;
    }
    .header_text{
        display: none;
    }
    .menu_wrapper.fixed{
        max-width: 100%;
    }
    .menu_wrapper.fixed .header_order{
        display: none;
    }
    .main_left {
        width: 525px;
    }
    .main_form {
        height: 600px;
        width: 600px;
    }
    .main h1 {
        font-size: 48px;
        line-height: 1.2;
    }
    .main_items{
        width: 100%;
    }
    .main_item {
        font-size: 16px;
        line-height: 18px;
    }
    .menu_wrapper.fixed .menu{
        width: 100%;
        justify-content: space-between;
    }
    .catalog_item-info{
        padding: 20px;
        height: calc(100% - 245px);
    }
    /*
    .catalog_item-img{
        height: 245px;
    }
    */
    .about_right {
        width: 600px;
    }
    .about_left {
        width: 520px;
    }
    .system_item-img{
        height: 212px;
    }
    .system_item-text{
        padding: 25px;
    }
    .landscape_content {
        width: 770px;
    }
    .landscape_tabs {
        width: 355px;
    }
    .landscape_tab{
        height: 75px;
    }
    .how_item {
        width: 300px;
        height: 300px;
    }
    .how_item-text {
        font-size: 18px;
        line-height: 22px;
    }
    .services_item-info {
        width: 495px;
    }
    .services_item-img {
        width: 500px;
        height: 300px;
    }
    .confidence_img{
        width: 590px;
    }
    .confidence_inner{
        padding: 50px;
    }

    .confidence_inner-btn,
    .confidence_inner-inp {
        width: 336px;
    }
    .works_slide {
        width: 760px;
    }   
    .works_slide.slick-active .works_slide-img {
        height: 470px;
    }
    .works_slide-img{
        height: 410px;
    }
    .works_slide-info {
        width: 600px;
        padding: 35px 30px;
    }
    .works_slider .slick-prev, .diplomas_slide .slick-prev {
        left: calc(50% - 490px);
    }
    .works_slider .slick-next, .diplomas_slide .slick-next {
        right: calc(50% - 490px);
    }     
    .works_slider .slick-arrow, .diplomas_slide .slick-arrow {
        top: 215px;
    }   
    .form_btn,.form_inp{
        width: 33%;
    }
    .foooter_menu a{
        font-size: 18px;
    }
    .rolled_right {
        width: 680px;
    }
    .varieties_right {
        width: 700px;
    }
    .varieties_left {
        width: 410px;
    }
    .varieties_left-text {
        font-size: 22px;
        line-height: 30px;
    }
    .advantages_item{
        padding: 30px;
    }
    .rolled_card-info {
        width: 675px;
    }
    .composition_item-info {
        width: 620px;
    }
    .composition_item-img {
        width: 380px;
        height: 270px;
    }
    .maintenance_info {
        width: 685px;
    }
    .maintenance_left {
        width: 525px;
    }
    .result_wrapper-info {
        width: 685px;
    }
    .result_left{
        width: 685px;   
    }
    .catalog_inner-left{
        width: 680px;
    }
    .supervision_item-info {
        width: 680px;
    }
    .portfolio_info {
        width: 520px;
    }
    .watering_item-info {
        width: 650px;
    }
    .automation_item-info{
        padding: 20px;
    }
    .automation_item-text {
        font-size: 18px;
        line-height: 24px;
    }
    .automation_inner{
        padding: 30px;
    }
    .automation_inner-info {
        width: 680px;
    }
    .system_item-inner{
        padding: 0 20px 20px;
    }
    .system_item-btn{
        width: 190px;
    }
    .lighting_item-info {
        width: 660px;
    }
    .variation_item-info{
        padding: 30px 30px 40px;
    }
    .manufacturers_slider .slick-prev{
        left: -10px;
    }
    .manufacturers_slider .slick-next{
        right: -10px;
    }
    .manufacturers_slider{
        padding: 0 50px;
    }
    .manufacturers_slide{
        height: 190px;
    }
    .manufacturers_item{
        padding: 20px;
    }
    .drainage_inner-left,
    .drainage_wrapper-right {
        width: 685px;
    }
    .recovery_info {
        width: 675px;
    }
    .cards_item-info {
        width: 680px;
    }
    .warning_info {
        width: 675px;
    }
    .feed_left {
        width: 455px;
    }
    .feed_inner-info {
        width: 605px;
    }
}
@media(max-width:1199px){
    .container{
        max-width: 998px;
    }
    .header_number {
        font-size: 18px;
    }
    .header_message {
        margin-left: 5px;
    }
    .catalog_item-info {
        height: calc(100% - 205px);
    }
    .menu_wrapper.fixed,
    .menu_wrapper{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        border-radius: 0;
        padding: 15px;
        width:100%;
    }
    .header_logo-img {
        width: 140px;
    }
    .header_wrapper{
        padding: 20px 15px;
    }
    .main_wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    .main_left{
        width: 650px;
        margin-bottom: 45px;
    }
    .main_form{
        margin: 0 auto;
    }
    .main{
        padding-top: 60px;
    }
    /*
    .catalog_item-img{
        height: 205px;
    }
    */
    .catalog_item-title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .catalog_item-option {
        font-size: 16px;
        line-height: 20px;
    }
    .catalog_item-more {
        width: 110px;
    }
    .catalog_item-btn {
        width: 155px;
    }
    .catalog_item-price{
        margin-bottom: 30px;
    }
    .about_right {
        width: 515px;
    }
    .about_left {
        width: 430px;
    }
    .about_img {
        height: 555px;
    }
    .about_title {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .about_options{
        width: 100%;
        padding: 30px;
        margin-bottom: 30px;
    }
    .about_subtitle{
        width: 100%;
        padding-left: 30px;
    }
    .system_item-img{
        height: 178px;
    }
    .system_item-tag{
        bottom: 10px;
        right: 10px;
    }
    .system_item-text{
        padding: 15px;
        font-size: 18px;
        line-height: 22px;
    }
    .landscape_content {
        width: 655px;
        padding: 30px;
    }
    .landscape_tabs {
        width: 295px;
    }
    .landscape_tab {
        height: 64px;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .care_left{
        margin-right: 0;
        width: 500px;
    }
    .care_right {
        width: 400px;
    }
    .care_wrapper{
        justify-content: space-between;
    }
    .how_item {
        width: 276px;
        height: 276px;
        margin: 0 20px 40px;
    }
    .how_item::before{
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
    }
    .how_item::after{
        right: -20px;
    }
    .how_item-start{
        left: -85px;
        z-index: -1;
    }
    .services_wrapper{
        padding: 30px;
    }
    .services_item-info {
        width: 440px;
    }
    .services_item-img {
        width: 450px;
        height: 270px;
    }
    .services_item-text {
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 24px;
    }
    .confidence_img {
        width: 500px;
    }
    .confidence_info {
        width: 435px;
        padding-left: 100px;
    }
    .confidence_inner-btn, .confidence_inner-inp {
        width: 33%;
    }
    .reviews_dots {
        width: 355px;
    }
    .reviews_slider {
        width: 585px;
    }
    .why_item-img{
        height: 208px;
    }
    .why_item-title{
        padding: 20px;
    }
    .steps_item-left {
        width: 400px;
    }
    .steps_item-right{
        width: 400px;
    }
    .foooter_logo{
        margin-right: 40px;
    }
    .foooter_logo-img{
        margin-right: 20px;
    }
    .foooter_logo-info{
        padding-left: 20px;
    }
    .foooter_logo-title {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .foooter_logo-img{
        width: 170px;
    }
    .foooter_logo-img img{
        width: 100%;
        height: 100%;
    }
    .foooter{
        padding: 50px 0;
    }
    .rolled_left {
        width: 380px;
    }
    .rolled_right {
        width: 565px;
    }
    .varieties_right {
        width: 600px;
    }
    .varieties_left {
        width: 345px;
    }
    .varieties_img{
        height: 285px;
        margin-bottom: 40px;
    }
    .varieties_left-text {
        font-size: 20px;
        line-height: 26px;
    }
    .varieties_item{
        padding-left: 140px;
    }
    .varieties_left-inner{
        padding: 30px 30px 30px 80px;
    }
    .varieties_left-inner::before{
        top: 20px;
        left: 20px;
    }
    .advantages_item-title {
        font-size: 22px;
        line-height: 24px;
        min-height: 48px;
        margin-bottom: 15px;
    }
    .advantages_item-text {
        font-size: 18px;
        line-height: 22px;
    }
    .rolled_card-info {
        width: 590px;
    }
    .rolled_card-img {
        width: 340px;
        height: 305px;
    }
    .composition_items{
        padding: 30px;
        
    }
    .composition_item-info {
        width: 505px;
    }
    .maintenance_right {
        width: 415px;
    }
    .maintenance_left {
        width: 475px;
    }
    .maintenance_info {
        width: 550px;
    }
    .maintenance_img {
        width: 390px;
        height: 345px;
    }
    .result_wrapper-info {
        width: 545px;
    }
    .result_wrapper-img{
        width: 400px;
        height: 355px;
    }
    .result_left{
        width: 545px; 
    }
    .result_inner-img{
        width: 400px;
        height: 660px;
    }
    .result p {
        font-size: 18px;
        line-height: 24px;
    }
    .catalog_inner-left {
        width: 590px;
    }
    .catalog_inner-right {
        width: 345px;
    }
    .catalog_inner-title br{
        display: none;
    }
    .supervision_item-info {
        width: 560px;
    }
    .supervision_item-img {
        width: 385px;
        height: 340px;
    }
    .supervision_item p {
        font-size: 18px;
        line-height: 24px;
    }
    .portfolio_imgs {
        width: 450px;
    }
    .portfolio_info {
        width: 490px;
    }
    .portfolio_img{
        height: 340px;
    }
    .portfolio_dot{
        height: 108px;
    }
    .crumbs{
        margin-top: 50px;
    }
    .watering_item-info {
        width: 555px;
    }
    .watering_item-img {
        width: 365px;
    }
    .watering_item-info p {
        line-height: 22px;
        font-size: 16px;
    }
    .watering_item-text {
        font-size: 22px;
        line-height: 30px;
    }
    .mounting_tabel-titles{
        padding: 20px;
    }
    .mounting_tabel-item{
        padding: 20px;
    }
    .mounting_tabel-titles{
        font-size: 12px;
    }
    .mounting_tabel-value {
        font-size: 18px;
        line-height: 24px;
    }
    .care_watering .care_right{
        width: 400px;
    }
    .automation_item-img{
        height: 170px;
        display: flex;
    }
    .automation_inner-info {
        width: 485px;
    }
    .system_item-more {
        width: 100px;
    }
    .system_item-btn {
        width: 160px;
    }
    .lighting_item-img {
        width: 375px;
    }
    .lighting_item-info {
        width: 570px;
    }
    .lighting_item-text {
        font-size: 22px;
        line-height: 30px;
    }    
    .variation_item-img{
        width: 340px;
    }
    .variation_item-info {
        width: calc(100% - 340px);
    }
    .manufacturers_item-text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
    }
    .manufacturers_item-btn{
        font-size: 12px;
    }
    .drainage_inner-left, .drainage_wrapper-right {
        width: 585px;
    }
    .drainage_inner-right,
    .drainage_wrapper-left {
        width: 350px;
    }
    .drainage_item-info{
        padding: 20px 30px;
        width: calc(100% - 350px);
    }
    .drainage_item-img {
        width: 350px;
    }
    .sewerage_text{
        width: 100%;
    }
    .recovery_info {
        width: 570px;
    }
    .recovery_img {
        width: 365px;
    }
    .cards_item-info {
        width: 570px;
    }
    .cards_item-img {
        width: 365px;
    }
    .warning_info {
        width: 570px;
    }
    .warning_img{
        width: 365px;
        height: 340px;
    }
    .feed_left {
        width: 400px;
    }
    .feed_right {
        width: 540px;
    }
    .feed_inner{
        padding: 30px;
    }
    .feed_inner-info {
        width: 565px;
    }
    .feed_inner-img {
        width: 315px;
        height: 370px;
    }
}
@media(max-width:991.98px){
    .container{
        max-width: 720px;
    }
    .header_links .header_order-btn{
       display: none;
    }
    .header_links .header_number{
        margin-bottom: 0;
        font-size: 0;
        width: 24px;
        height: 24px;
    }
     .header_links .header_number span{
         width: 100%;
         height: 100%;
         left: 0;
         top: 0;
         transform: none;
         width: 24px;
         height: 24px;
     }
        .header_links .header_number span svg{
            width: 100%;
            height: 100%;
        }
    .menu_wrapper.fixed, .menu_wrapper{
        padding: 23px;
        display: flex;
        background-image: none;
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
        position: fixed;
        opacity: 0;
        visibility: hidden;
        flex-direction: column;
        width: 100%;
        right: 0;
        align-items: center;
      transform: none;
      top: 270px;
    }
    .menu a {
        font-size: 19px;
        margin-right: 0;
        margin-bottom: 25px;
        display: block;
        color:#000;
        text-align: center;
        margin-right: 0;
        width: 275px;
        text-align: right;
    }
    .menu_wrapper.fixed .header_order{
        display: flex;
    }
    .menu_wrapper.fixed .header_number{
           color:#000;
    }
    .menu_wrapper.fixed .header_order-btn {
       color: #00A568;
    }
    .menu_wrapper.fixed .menu a{
        margin-right: 0;
    }
    .menu_wrapper.active{
        opacity: 1;
        visibility: visible;
    }
    .menu{
        flex-direction: column;
    }
    .header_messages{
        margin-right: 60px;
    }
    .header{
        position: fixed;
        z-index: 10;
        background-color: #fff;
        width: 100%;
        top: 0;
        right: 0;
        
    }
    .header_wrapper{
        max-width: 720px;
        padding: 10px 15px;
        position: relative;
    }
    .header_menu{
        position: fixed;
        width: 100%;
        height: 100%;
        right: 0;
        transition: all 0.6s;
        top: 62px;
        opacity: 0;
        visibility: hidden;
        flex-direction: column;
        background-color: #fff;
        border-top: 1px solid #00A568;
        padding-top: 50px;
    }
    .header_menu li{
        max-width: 720px;
        margin: 0 auto;
    }
    .header_menu a{
        font-size: 20px;
        margin-right: 0;
        margin-bottom: 25px;
        display: block;
        color: #000;
        width: 275px;
        text-align:left;
    }
    .header_menu.active{
      opacity: 1;
      visibility: visible;
    }

    .menu_wrapper .header_order{
        display: flex;
    }
    .header_number{
        margin-bottom: 20px;
    }
    .header_order.active{
        opacity: 1;
        visibility: visible;
    }
    .main{
        padding-top: 130px;
    }
    .menu_burger{
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 22px;
        z-index: 11;
        right: 15px;
    }
    .menu_burger::before{
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #00A568;
        right: 0;
        top: 0;
        transition: all 0.3s;
    }
    .menu_burger::after{
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #00A568;
        bottom: 0;
        right: 0;
        transition: all 0.3s;
    }
    .menu_burger span{
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background-color: #00A568;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s;
    }
    .menu_burger.active::before{
        transform: rotate(45deg);
        top: 10px;
    }
    .menu_burger.active::after{
        transform: rotate(-45deg);
        bottom: 10px;
    }
    .menu_burger.active span{
        transform: translateY(-50%) scale(0);
    }
    .catalog_item{
        width: 48%;
        margin-right: 0;
    }
    .catalog_wrapper {
        justify-content: space-between;
    }
    .about_wrapper{
        flex-direction: column-reverse;
    }
    .about_right{
        width: 100%;
        margin-bottom: 35px;
    }
    .system_wrapper{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .system_item{
        width: 48%;
        margin-bottom: 30px;
    }
    .landscape_title br{
        display: none;
    }
    .landscape_wrapper{
        flex-direction: column-reverse;
    }
    .landscape_tabs{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .landscape_tab{
        width: 32%;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 18px;
        margin-right: 2%;
    }
    .landscape_tab:nth-child(3n){
        margin-right: 0;
    }
    .landscape_content{
        width: 100%;
        padding:200px 20px 20px;
    }
    .care_wrapper{
        flex-direction: column;
    }
    .care_left{
        width: 100%;
        margin-bottom: 35px;
    }
    .care_text br{
        display: none;
    }
    .care_right{
        width: 100%;
    }
    .how_item:nth-child(3n)::after{
        display: block;
    }
    .how_item:nth-child(2n)::after{
        display: none;
    }
    .services_item{
        margin-bottom: 35px;
        flex-direction: column-reverse;
        position: relative;
        padding-bottom: 70px;
    }
    .services_item-info{
        width: 100%;
    }
    .services_item:nth-child(2){
        flex-direction: column-reverse;
    }
    .services_item:nth-child(2) .services_item-info{
        text-align: left;
    }
    .services_item-inner{
        position: absolute;
        bottom: 0;
    }
    .services_item-img{
        width: 100%;
        height: 320px;
    }
    .services_title br{
        display: none;
    }
    .services_item:nth-child(2) .services_item-inner{
        flex-direction: row;
    }
    .confidence_wrapper{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 50px;
    }
    .confidence_img{
        margin-bottom: 35px;
    }
    .confidence_info {
        width: 100%;
    }
    .confidence_title {
        font-size: 26px;
    }
    .confidence_inner-inps{
        flex-direction: column;
        margin-bottom: 20px;
    }
    .confidence_inner-btn, .confidence_inner-inp{
        width: 60%;
        margin: 0 auto 10px;
    }
    .works_slide {
        width: 520px;
    }
    .works_slide.slick-active .works_slide-img{
        height: 320px;
    }
    .works_slide-img {
        height: 280px;
        margin-top: 20px;
    }
    .works_slide-info {
        width: 465px;
        padding: 20px 15px;
    }
    .works_slide-item {
        font-size: 18px;
        line-height: 24px;
    }
    .works_slide-option {
        line-height: 1.4;
        font-size: 16px;
    }
    .works_slider .slick-prev, .diplomas_slide .slick-prev {
        left: calc(50% - 350px);
    }
    .works_slider .slick-next, .diplomas_slide .slick-next {
        right: calc(50% - 350px);
    }
    .works_slider .slick-arrow, .diplomas_slide .slick-arrow {
        top: 135px;
    }
    .works_slide{
        margin: 0 5px;
    }
    .reviews_wrapper{
        flex-direction: column;
    }
    .reviews_dots{
        width: 100%;
    }
    .reviews_slider{
        width: 100%;
        margin-bottom: 25px;
        margin-right: 0;
    }
    .reviews_dot{
        margin: 0 5px;
        padding: 40px 0;
    }
    .reviews_dots .slick-arrow{
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }
    .reviews_dots .slick-next{
        right: -25px;
        transform: translateY(-50%) rotate(-90deg); 
    }
    .reviews_dots .slick-prev{
        left: -25px;
        transform: translateY(-50%) rotate(-90deg); 
    }
    .reviews_btn{
        margin-top: 0;
    }
    .why_wrapper{
        justify-content: space-between;
    }
    .why_item {
        width: 48%;
        margin-right: 0;
    }
    .why_title br{
        display: none;
    }
    .steps_item-right,
    .steps_item-left{
        width: 250px;
    }
    .steps_item-text {
        font-size: 16px;
        line-height: 22px;
    }
    .steps_item-link {
        font-size: 16px;
        line-height: 18px;
    }
    .form_inps{
        flex-direction: column;
        margin-bottom: 20px;
    }
    .form_btn, .form_inp{
        width: 60%;
        margin: 0 auto 10px;
    }
    .map{
        position: relative;
        height: 400px;
    }
    .contacts_wrapper{
        justify-content: flex-start;
    }
    .contacts{
        padding: 0;
    }
    .contacts_inner{
        padding: 50px 0;
    }
    .foooter_wrapper{
        flex-direction: column;
    }
    .foooter_logo{
        margin: 0 auto 25px;
    }
    .foooter_menu{
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .foooter_logo-info{
        position: absolute;
        bottom: 25px;
        padding-left: 0;
        border-left: none;
        width: 100%;
        right: 0;
        text-align: center;
    }
    .foooter{
        position: relative;
        padding-bottom: 120px;
    }
    .rolled_wrapper{
        flex-direction: column-reverse;
    }
    .rolled_left{
        width: 100%;
      
    }
    .rolled_right{
        width: 100%;
          margin-bottom: 35px;
    }
    .rolled_img{
        width: 60%;
    }
    .sun_title br{
        display: none;
    }
    .varieties_wrapper{
        flex-direction: column;
    }
    .varieties_left{
        width: 100%;
        margin-bottom: 25px;
    }
    .varieties_left-text{
        text-align: left;
    }
    .varieties_right{
        width: 100%;
    }
    .advantages_item{
        width: 48%;
    }
    .rolled_card-wrapper{
        flex-direction: column;
    }
    .rolled_card-img {
        width: 375px;
        margin-bottom: 35px;
    }
    .rolled_card-info{
        width: 100%;
    }
    .composition_texts{
        flex-direction: column;
    }
    .composition_texts p{
        width: 100%;
        margin-bottom: 20px;
    }
    .composition_texts{
        margin-bottom: 20px;
    }
    .composition_inner{
        flex-direction: column;
    }
    .composition_inner-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .composition_inner{
        padding-bottom: 40px;
    }
    .composition_items{
        padding: 20px;
    }
    .composition_item{
        flex-direction: column;
        align-items: flex-start;
    }
    .composition_item-info{
        width: 100%;
        margin-top: 25px;
    }
    .maintenance_title br{
        display: none;
    }
    .maintenance_inner{
        flex-direction: column;
        margin-bottom: 60px;
    }
    .maintenance_left{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .maintenance_left p{
        text-align: left;
    }
    .maintenance_left-text{
        text-align: left;
    }
    .maintenance_right{
        width: 100%;
    }
    .maintenance_wrapper{
        flex-direction: column;
    }
    .maintenance_info{
        width: 100%;
        margin-top: 35px;
    }
    .result_wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    .result_wrapper-info{
        width: 100%;
        margin-top: 35px;
    }
    .result_inner{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .result_inner-img{
        width: 400px;
        height: 355px;
    }
    .result_left{
        width: 100%;
        margin-top: 35px;
    }
    .catalog_title br{
        display: none;
    }
    .catalog_inner{
        flex-direction: column;
        margin-top: 60px;
    }
    .catalog_inner-left{
        text-align: left;
        align-items: flex-start;
        margin-bottom: 35px;
    }
    .catalog_inner-right{
        width: 100%;
    }
    .supervision_item{
        flex-direction: column;
        align-items: flex-start;
    }
    .supervision_item:nth-child(2n){
        flex-direction: column-reverse;
    }
    .supervision_item-info{
        width: 100%;
        margin-top: 35px;
    }
    .system_rolled .system_item{
        width: 48%;
    }
    .portfolio_wrapper{
        flex-direction: column;
    }
    .portfolio_imgs{
        margin: 0 auto 25px;
        width: 550px;
    }
    .portfolio_info{
        width: 100%;
    }
    .crumbs{
        margin-top: 100px;
    }
    .watering_item:nth-child(2n),
    .watering_item{
        flex-direction: column;
    }
    .watering_item-info{
        width: 100%;
        margin-top: 25px;
    }
    .watering_item-img{
        height: 370px;
    }
    .mounting_tabel{
        overflow: auto;
    }
    .mounting_tabel-item,
    .mounting_tabel-titles{
        width: 840px;
    }
    .care_watering .care_right{
        width: 100%;
    }
    .automation_items{
        flex-wrap: wrap;
    }
    .automation_item{
        width: 48%;
        margin-bottom: 25px;
    }
    .automation_wrapper{
        flex-direction: column;

    }
    .automation_wrapper-item{
        width: 100%;
        margin-bottom: 45px;
    }
    .automation_inner{
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .automation_inner-info{
        width: 100%;
        margin-top: 25px;
    }
    .lighting_item{
        flex-direction: column;
        align-items: flex-start;
    }
    .lighting_item:last-child{
        flex-direction: column-reverse;
    }
    .lighting_item-info{
        width: 100%;
        margin-top: 35px;
    }
    .lighting_item-img{
        width: 360px;
        height: 300px;
    }
    .variation_item-img{
        width: 240px;
    }
    .variation_item-info {
        width: calc(100% - 240px);
    }
    .variation_item-title {
        font-size: 22px;
        margin-bottom: 24px;
        padding-left: 65px;
    }
    .variation_item-text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .manufacturers_items{
        flex-wrap: wrap;
    }
    .manufacturers_item {
        width: 48%;
        margin-bottom: 20px;
    }
    .drainage_wrapper{
        flex-direction: column;
    }
    .drainage_inner-left, .drainage_wrapper-right{
        width: 100%;
    }
    .drainage_wrapper-left{
        margin-bottom: 35px;
    }
    .drainage_inner{
        flex-direction: column-reverse;
    }
    .drainage_inner-right{
        width: 100%;
        margin-bottom: 25px;
    }
    .drainage_inner-img{
        width: 350px;
        height: 400px;
        margin-bottom: 30px;
    }
    .drainage_item-img {
        width: 245px;
    }
    .drainage_item-info {
        width: calc(100% - 245px);
    }
    .drainage p {
        font-size: 16px;
        line-height: 22px;
    }
    .recovery_wrapper{
        flex-direction: column;
    }
    .recovery_info{
        width: 100%;
        margin-top: 35px;
    }
    .cards_item-info{
        width: 100%;
        margin-bottom: 25px;
    }
    .cards_item{
        flex-direction: column;
    }
    .warning_wrapper{
        flex-direction: column;
    }
    .warning_info{
        width: 100%;
        margin-top: 35px;
    }
    .feed_wrapper{
        flex-direction: column;
    }
    .feed_left{
        width: 100%;
    }
    .feed_right{
        width: 100%;
    }
    .feed_inner{
        flex-direction: column-reverse;
    }
    .feed_inner-info{
        width: 100%;
        margin-top: 35px;
    }
}
@media (max-width: 767.98px) {
    .container {
		max-width: 540px;
	}
    .main_left{
        width: 100%;
    }
    .main_form{
        width: 510px;
        height: 510px;
        padding: 60px;
    }
    .main_form-title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .main_form-text {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 20px;
    }
    .main_form::before{
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
    }
    .catalog_item{
        width: 100%;
    }
    .how_item {
        width: 215px;
        height: 215px;
    }
    .how_item-number{
        margin-bottom: 10px;
    }
    .how_item-img{
        bottom: 20px;
    }
    .works_slide{
        width: 100vw;
    }
    .works_slider .slick-next, .diplomas_slide .slick-next{
        right: 15px;
    }
    .works_slider .slick-prev, .diplomas_slide .slick-prev{
        left: 15px;
    }
    .works_slider .slick-arrow, .diplomas_slide .slick-arrow {
        background-color: rgba(255,255,255, 0.3);
    }
    .steps_item{
        flex-direction: column;
        padding-bottom: 0;
        margin-bottom: 25px;
        align-items: center;
        text-align: center;
    }
    .steps_item-left{
        text-align: center;
    }
    .steps_item-number{
        order: -2;
        margin: 0;
    }
    .steps_item::before{
        display: none;
    }
    .steps_item-subtitle{
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .steps_item-title{
        margin-top: 0;
    }
    .steps_item-right, .steps_item-left{
        width: 100%;
    }
    .steps_item:nth-child(2n) .steps_item-right{
        order: -1;
    }
    .foooter_items{
        margin-right: 50px;
    }
    .portfolio_imgs{
        width: 100%;
    }
    .portfolio_reviews-body{
        width: 100%;
        height: 345px;
    }
    .catalog_item-info{
        height: auto;
    }
}
@media (max-width: 575.98px) {
    .about_diplom{
        padding-left: 15px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .container {
		max-width: 100%;
    }
            .header_links .header_number span svg path{
                fill:#00A568;
            }
    .landscape_tab.active::before {
       background: linear-gradient(0deg, rgba(0, 165, 104, 0.93), rgba(0, 165, 104, 0.93));
    }
    .steps_item-link::before{
        display: none;
    }
    .main h1 {
        font-size: 26px;
    }
    .header_logo-img{
        margin-right: 0;
    }
    .header_links .header_order{
        margin-left: 0;
    }
    .main_option {
        line-height: 34px;
        font-size: 18px;
    }
    .main_items{
        padding-top: 20px;
        margin-top: 20px;
    }
    .main_item{
        padding-left: 30px;
    }
    .main_item::before{
        width: 20px;
    }
    .header_message{
        width: 28px;
        height: 28px;
    }
    .header_messages {
    margin-right: 50px;
}
    .header_message img{
        width: 100%;
        height: 100%;
    }
    .header_logo-img {
        width: 115px;
    }
    .header_wrapper{
        padding: 10px;
    }
    .main_form{
        width: 100%;
        height: auto;
        border-radius: 10px;
        padding: 20px 15px;
    }
    .main_form::before{
        border-radius: 10px;
        top: 4px;
        right: 4px;
        left: 4px;
        bottom: 4px;
    }
    .main_form-circle{
        display: none;
    }
    .main_form-title {
        font-size: 22px;
        line-height: 24px;
    }
    .main_form-inp{
        width: 100%;
        height: 51px;
    }
    .main_form-btn{
        width: 100%;
        height: 51px;
    }
    .main_form-ok{
        font-size: 12px;
    }
    .main_form-span{
        margin-right: 5px;
    }
    .catalog{
        padding: 50px 0;
    }
    .catalog_subtitle {
        font-size: 12px;
    }
    .catalog_title {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .catalog_text {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .catalog_item-info{
        padding: 10px;
    }
    .catalog_item-options{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .catalog_item-more,
    .catalog_item-btn{
        height: 41px;
    }
    .about{
        padding: 50px 0;
    }
    .about_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .about_options{
        padding: 15px;
    }
    .header_menu{
        padding-top: 25px;
        top: 55px;
    }
    .header_menu a {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .foooter_menu li:nth-child(1){
        order: -6;
    }
      .foooter_menu li:nth-child(3){
        order: -5;
    }
        .foooter_menu li:nth-child(5){
        order: -4;
    }
    .diplomas_slide .system_item-img {
            width: 300px;
            margin: 0 auto;
    }
    .menu{
        margin-bottom: 20px;
    }
    .menu a{
         font-size: 18px;
        margin-bottom: 20px;  
    }
    .menu_wrapper.fixed, .menu_wrapper{
        top: 220px;
    }
    .about_option {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
        padding-left: 30px;
    }
    .about_subtitle{
        padding-left: 15px;
        border-left: 2px solid #00A568;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .about_text{
        font-size: 16px;
        line-height: 18px;
    }
    .about_desc{
        font-size: 18px;
        line-height: 22px;
    }
    .about_img{
        display: flex;
        height: auto;
        margin-bottom: 25px;
    }
    .about_left{
        width: 100%;
    }
    .about_links{
        margin-bottom: 20px;
    }
    .messages_number {
        font-size: 20px;
        margin-right: 15px;
    }
    .about_btn{
        width: 100%;
        height: 51px;
    }
    .system{
        padding: 50px 0;
    }
    .system_subtitle{
        font-size: 12px;
    }
    .system_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .system_title br{
        display: none;
    }
    .system_text{
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .system_item-img{
        height: 130px;
    }
    .system_item-tag{
        width: 40px;
        bottom: 5px;
        right: 5px;
    }
    .system_item-text {
        padding: 15px;
        font-size: 16px;
        line-height: 20px;
    }
    .system_item{
        margin-bottom: 15px;
    }
    .system_btn{
        width: 290px;
        height: 51px;
        font-size: 12px;
        line-height: 1.2;
        padding: 0 15px;
    }
    .landscape{
        padding: 50px 0;
    }
    .landscape_subtitle {
        font-size: 12px;
    }
    .landscape_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 25px;
    }
    .landscape_tab {
        width: 150px;
        margin-left: 15px;
        margin-right: 0;
        margin-bottom: 0;
        display: flex !important;
        padding: 5px;
    }
    .landscape_tabs-wrapper{
        width: calc(100% + 30px);
        transform: translateX(-30px);
        padding-left: 15px;
        overflow: auto;
    }
        .landscape_tabs-wrapper::-webkit-scrollbar {
  width: 0;
}
 
    .landscape_tabs-wrapper::-webkit-scrollbar-track {
  width: 0;
}
 
    .landscape_tabs-wrapper::-webkit-scrollbar-thumb {
width: 0;
}
    .landscape_tab:hover::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
}
.landscape_tab.active::before {
    background: linear-gradient(0deg, rgba(0, 165, 104, 0.93), rgba(0, 165, 104, 0.93));
}
       .landscape_tabs-wrapper .slick-list{
        visibility: visible;
    }
    .landscape_tabs{
        justify-content: space-between;
        margin-bottom: 0px;
        flex-wrap: nowrap;
        width: 840px;
    }
    .landscape_tabs-wrapper::-webkit-scrollbar {
        width: 0;
      }
       
      .landscape_tabs-wrapper::-webkit-scrollbar-track {
        width: 0;
      }
       
      .landscape_tabs-wrapper::-webkit-scrollbar-thumb {
        width: 0;
      }
      .landscape_name{
          font-size: 24px;
          line-height: 1.2;
          margin-bottom: 20px;
      }
      .landscape_content{
         padding-top: 160px;
         margin-top: 15px;
      }
      .care{
          padding: 50px 0;
      }
      .care_subtitle {
        font-size: 12px;
      }
      .care_text{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 25px;
      }
      .care_left{
          height: 200px;
      }
      .care_left::before{
          width: 40px;
          height: 44px;
      }
      .care_right-item {
        font-size: 16px;
        margin-bottom: 10px;
        padding-left: 30px;
        line-height: 22px;
      }
      .care_rightb-btn{
          width: 100%;
          height: 51px;
          font-size: 12px;
      }
      .how{
          padding: 50px 0 10px;
      }
      .how_subtitle{
          font-size: 12px;
      }
      .how_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 25px;
      }
      .how_item:nth-child(2n):after{
          display: block;
      }
      .how_item:nth-child(6):after{
          display: none;
      }
      .services{
          padding: 50px 0 ;
      }
      .services_subtitle {
        font-size: 12px;
      }
      .services_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 25px;
      }
      .how_item::after{
          transform: rotate(90deg) translateX(50%);
          right: 48%;
          bottom: -25px;
      }
      .how_item::before {
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
    }
    .how_title br{
        display: none;
    }
    .services_wrapper{
        padding: 15px;
    }
    .services_item-title {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 26px;
    }
    .services_item-text {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 20px;
    }
    .services_item-img{
        height: 185px;
    }
    .services_item-price{
        margin: 0;
    }
    .services_item-inner{
        width: 100%;
        justify-content: space-between;
    }
    .services_item-price span {
        font-size: 24px;
    }
    .services_item-btn {
        width: 140px;
    }    
    .confidence{
        padding-top: 50px;
    }
    .confidence_img{
        width: 100%;
        height: 200px;
    }
    .confidence_info::before{
        display: none;
    }
    .confidence_info{
        padding-left: 0;
    }
    .confidence_title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .confidence_text {
        font-size: 18px;
        color: #B9B9B9;
    }
    .confidence_inner{
        padding: 25px 15px;
    }
    .confidence_inner-title {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 28px;
    }
    .confidence_inner-title  br{
        display: none;
    }
    .confidence_inner-text {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 29px;
    }
    .confidence_inner-btn, .confidence_inner-inp{
        width: 100%;
    }
    .confidence_inner-inps{
        margin-bottom: 10px;
    }
    .works{
        margin: 50px 0;
    }
    .works_subtitle {
        font-size: 12px;
    }
    .works_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .works_slide-img,
    .works_slide.slick-active .works_slide-img{
        height: 285px;
        margin-top: 0;
    }
    .works_slide-img::before{
        display: none;
    }
    .works_slider .slick-arrow, .diplomas_slide .slick-arrow {
        background-color: #00A568;
        width: 40px;
        height: 40px;
    }
    .works_slide-info{
        width: 90%;
    }
         .works_slide-info{
        flex-direction: column;
    }
    .works_slide-options{
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
    }
    .works_slide-items{
        width: 100%;
    }
    .works_slide-info::before{
        display: none;
    }
    .works_slide-item {
        font-size: 16px;
        line-height: 20px;
        padding-left: 30px;
    }
    .works_slider{
        margin-bottom: 0;
    }
    .works_inner-title {
        font-size: 30px;
        line-height: 38px;
    }
    .works_inner-text{
        margin-bottom: 15px;
    }
    .works_slide-info{
        display: flex;
    }
    .reviews{
        padding: 50px 0;
    }
    .reviews_subtitle {
        font-size: 12px;
    }
    .reviews_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .reviews_text{
        font-size: 18px;
        margin-bottom: 25px;
    }
    .reviews_wrapper{
        padding: 0;
        margin-bottom: 25px;
    }
    .reviews_slide{
        height: 250px;
    }
    .reviews_slide::after{
        width: 40px;
        height: 44px;
    }
    .reviews_dots .slick-next {
        right: -15px;
    }
    .reviews_dots .slick-prev {
        left: -15px;
    }
    .reviews_dot {
        padding: 30px 0;
    }
    .why{
        padding: 50px 0;
    }
    .why_subtitle {
        font-size: 12px;
    }
    .why_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .why_item{
        width: 100%;
    }
    .why_item-title{
        padding: 15px;
        font-size: 18px;
    }
    .steps{
        padding: 50px 0;
    }
    .steps_subtitle {
        font-size: 12px;
    }
    .steps_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 30px; 
    }
    .steps_title br{
        display: none;
    }
    .steps_text{
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .steps_item-number {
        height: 55px;
        width: 59px;
        margin-bottom: 15px;
    }
    .steps_item-subtitle{
        margin-top: 0;
    }
    .form{
        padding: 50px 0;
    }
    .form_title {
        font-size: 26px;
        margin-bottom: 15px;
        line-height: 1.2;
    }
    .form_text {
        font-size: 18px;
        margin-bottom: 25px;
        line-height: 22px;
    }
    .form_btn, .form_inp{
        width: 100%;
    }
    .contacts_title {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .contacts_number {
        font-size: 18px;
    }
    .contacts_mail{
        margin-bottom: 20px;
    }
    .map{
        height: 250px;
    }
    .foooter{
        padding-top: 30px;
    }
    .foooter_menu{
        width: 100%;
    }
    .foooter_menu li{
        width: 100%;
    }
    .foooter_wrapper{
        padding-bottom: 25px;
    }
    .foooter_inner{
        flex-direction: column;
        padding-top: 25px;
    }
    .foooter_items{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .foooter_logo-info{
        padding: 0 20px;
    }
    .foooter_item {
        font-size: 14px;
        line-height: 20px;
    }
    .crumb {
        font-size: 12px;
    }
    .rolled h1{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px; 
    }
    .rolled_img{
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        display: flex;
    }
    .rolled_left-text{
        padding: 20px 20px 20px 40px;
    }
    .rolled_left-text::before{
        top: 10px;
        left: 10px;
    }
    .rolled_left-text p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .rolled_title{
        padding-left: 15px;
        line-height: 24px;
        margin-bottom: 25px;
        border-left: 2px solid #00A568;
        font-size: 18px;
    }
    .rolled_right p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .rolled_btn{
        width: 100%;
        height: 51px;
    }
    .sun{
        margin: 50px 0;
    }
    .rolled{
        margin-bottom: 50px;
    }
    .sun_img{
        margin-bottom: 20px;
    }
    .sun_subtitle {
        font-size: 12px;
    }
    .sun_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px; 
    }
    .sun_text {
        font-size: 16px;
        line-height: 22px;
    }
    .varieties{
        padding: 50px 0;
    }
    .varieties_subtitle{
        font-size: 12px;
    }
    .varieties_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px;  
    }
    .varieties_img{
        height: 200px;
        margin-bottom: 25px;
    }
    .varieties_left-text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    .varieties_left-inner {
        padding: 20px 20px 20px 45px;
    }
    .varieties_left-inner p {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 22px;
    }
    .varieties_left-inner::before {
        top: 10px;
        left: 10px;
        width: 25px;
        height: 25px;
    }
    .varieties_item{
        padding-left: 0;
        padding-top: 0;
        margin-bottom: 20px;
    }
    .varieties_item-img{
        display: none;
    }
    .varieties_item-title {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 26px;
    }
    .varieties_item-text {
        font-size: 16px;
        line-height: 22px;
    }
    .advantages_item{
        width: 100%;
        padding: 20px;
    }
    .advantages{
        margin: 50px 0;
    }
    .advantages_subtitle {
        font-size: 12px;
    }
    .advantages_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px;  
    }
    .advantages_item-title{
        min-height: 0;
    }
    .advantages_item-number {
        font-size: 32px;
        margin-bottom: 10px;
        line-height: 34px;
    }
    .rolled_card{
        margin: 50px 0;
    }
    .rolled_card-img{
        width: 100%;
        height: auto;
    }
    .rolled_card-title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px;  
    }
    .rolled_card-text{
        padding-left: 15px;
        line-height: 24px;
        margin-bottom: 25px;
        border-left: 2px solid #00A568;
        font-size: 18px;
    }
    .rolled_card-info p {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 24px;
    }
    .types{
        padding: 50px 0;
    }
    .types_subtitle {
        font-size: 12px;
    }
    .types_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px;  
    }
    .types_title br{
        display: none;
    }
    .types_text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .types_desc {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 35px;
    }
    .types_btn{
        width: 100%;
        height: 51px;
        font-size: 12px;
    }
    .composition{
        padding: 50px 0;
    }
    .composition_subtitle {
        font-size: 12px;
    }
    .composition_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px;  
    }
    .composition p {
        font-size: 16px;
        line-height: 22px;
    }
    .composition_logo{
        margin-bottom: 20px;
    }
    .composition_text {
        font-size: 20px;
        margin-bottom: 35px;
        line-height: 24px;
    }
    .composition_inner-item_title{
        padding-left: 50px;
        line-height: 24px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .composition_inner-item_title span{
        top: 0;
        transform: none;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .composition_inner{
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .composition_desc{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    .composition_desc br{
        display: none;
    }
    .composition_item-img{
        width: 100%;
        height: 215px;
    }
    .composition_items{
        padding: 15px;
    }
    .composition_item-title {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 28px;
    }
    .composition_item-text {
        font-size: 16px;
        color: #7B7B7B;
        margin-bottom: 15px;
        line-height: 22px;
    }
    .composition_item{
        margin-bottom: 20px;
    }
    .maintenance{
        padding: 50px 0;
    }
    .maintenance_subtitle {
        font-size: 12px;
    }
    .maintenance_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px;  
    }
    .maintenance_left p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .maintenance_right-item{
        margin-bottom: 35px;
        font-size: 16px;
        line-height: 22px;
    }
    .maintenance_img{
        width: 100%;
        height: auto;
    }
    .maintenance_info-title {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 28px;
    }
    .maintenance_info-option {
        font-size: 16px;
        line-height: 22px;

    }
    .maintenance_info-options{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .maintenance_info-text {
        font-size: 16px;
        line-height: 22px;
    }
    .result{
        padding: 50px 0;
    }
    .result_subtitle{
        font-size: 12px;
    }
    .result_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px;  
    }
    .result_wrapper-img{
        width: 100%;
        height: 306px;
    }
    .result_text{
        padding-left: 15px;
        line-height: 24px;
        margin-bottom: 25px;
        border-left: 2px solid #00A568;
        font-size: 18px;
    }
    .result p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .result_wrapper{
        margin-bottom: 30px;
    }
    .result_inner-img{
        width: 100%;
        height: 306px; 
    }
    .result_inner-title {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 26px;
    }
    .catalog_rolled .catalog_title{
        margin-bottom: 30px;
    }
    .catalog_desc{
        padding-left: 15px;
        line-height: 24px;
        margin-bottom: 25px;
        border-left: 2px solid #00A568;
        font-size: 18px; 
    }
    .catalog p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .supervision{
        padding: 50px 0;
    }
    .supervision_subtitle {
        font-size: 12px;
    }
    .catalog_inner-left{
        width: 100%;
    }
    .catalog_inner{
        margin-top: 30px;
    }
    .catalog_inner-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .catalog_inner-btn{
        width: 100%;
        height: 51px;
    }
    .catalog_inner-item {
        margin-bottom: 10px;
        line-height: 24px;
        font-size: 18px;
    }
    .supervision_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px;  
    }
    .supervision_item-img{
        width: 100%;
        height: 265px;
    }
    .supervision_text{
        padding-left: 15px;
        line-height: 24px;
        margin-bottom: 25px;
        border-left: 2px solid #00A568;
        font-size: 18px; 
    }
    .supervision_item p {
        font-size: 16px;
        line-height: 22px;
    }
    .supervision_item{
        margin-bottom: 30px;
    }
    .supervision_item-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .system_rolled .system_item{
        width: 100%;
    }
    .system_rolled .system_item-text{
        padding: 14px;
    }
    .system_rolled .system_item-img{
        height: 205px;
    }
    .portfolio h1{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px; 
    }
    .portfolio_img{
        height: 265px;
        margin-bottom: 5px;
    }
    .portfolio_dot {
        height: 76px;
        border-radius: 12px;
    }
    .portfolio_info-subtitle {
        font-size: 22px;
        margin-bottom: 25px;
        line-height: 28px;
    }
    .portfolio_info-item {
        font-size: 16px;
        line-height: 22px;
    }
    .portfolio_info-items{
        margin-bottom: 25px;
    }
    .portfolio_info p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
    }
    .portfolio{
        margin-bottom: 50px;
    }
    .portfolio_option-text {
        font-size: 16px;
        line-height: 22px;
    }
    .ortfolio_btn{
        width: 100%;
        height: 51px;
        margin-top: 40px;
    }
    .why_btn{
        margin-top: 20px;
        width: 100%;
        height: 51px;
    }
    .portfolio_reviews{
        margin: 50px 0;
    }
    .portfolio_reviews-subtitle {
        font-size: 12px;
    }
    .portfolio_reviews-title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px; 
    }
    .portfolio_reviews-body{
        height: 230px;
    }
    .portfolio_reviews-body::after{
        width: 40px;
        height: 44px;
    }
    .watering h1{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px; 
    }
    .watering_item-img{
        width: 100%;
        height: 380px;
    }
    .watering_item-text{
        padding-left: 15px;
        line-height: 24px;
        margin-bottom: 25px;
        border-left: 2px solid #00A568;
        font-size: 18px; 
    }
    .watering_item-info p{
        margin-bottom: 20px;
    }
    .watering_item{
        margin-bottom: 40px;
    }
    .watering{
        margin-bottom: 50px;
    }
    .care_watering .care_right{
        width: 100%;
    }
    .mounting{
        padding: 50px 0;
    }
    .mounting_subtitle {
        font-size: 12px;
    }
    .mounting_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px; 
    }
    .automation{
        padding: 50px 0;
    }
    .automation_subtitle {
        font-size: 12px;
    }
    .automation_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px; 
    }
    .automation_title br{
        display: none;
    }
    .automation_text {
        font-size: 16px;
        margin-bottom: 40px;
        line-height: 22px;
    }
    .automation_item{
        width: 100%;
    }
    .automation_items{
        margin-bottom: 20px;
    }
    .automation_btn{
        width: 100%;
        height: 51px;
        font-size: 12px;
        line-height: 16px;
    }
    .automation_wrapper{
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .automation_wrapper-title {
        font-size: 34px;
        margin-bottom: 35px;
        line-height: 40px;
    }
    .automation_wrapper-text{
        padding-left: 15px;
        line-height: 24px;
        margin-bottom: 25px;
        border-left: 2px solid #00A568;
        font-size: 18px; 
    }
    .automation p {
        font-size: 16px;
        line-height: 22px;
    }
    .automation_wrapper-option {
        font-size: 16px;
        padding-left: 70px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .automation_wrapper-options{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .automation_wrapper-desc {
        font-size: 16px;
        line-height: 22px;
    }
    .automation_inner-img{
        width: 100%;
        height: 220px;
    }
    .automation_inner-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .automation_inner-text {
        font-size: 16px;
        line-height: 22px;
    }
    .automation::after{
        display: none;
    }
    .system_rolled .system_title{
        margin-bottom: 30px;
    }
    .system_item-inner{
        padding: 0 14px 14px;
    }
    .system_item-btn {
        width: 150px;
        font-size: 13px;
        height: 51px;
    }
    .system_item-more{
        font-size: 13px;
        height: 51px;
    }
    .lighting h1 {
        line-height: 1.2;
        margin-bottom: 20px; 
        font-size: 26px;
    }
    .lighting_item-img{
        width: 100%;
        height: 205px;
    }
    .lighting_item-text{
        padding-left: 15px;
        line-height: 24px;
        margin-bottom: 25px;
        border-left: 2px solid #00A568;
        font-size: 18px;  
    }
    .lighting p {
        font-size: 16px;
        color: #7B7B7B;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .lighting_item-btn{
        margin-top: 10px;
        width: 100%;
    }
    .btn {
        padding: 14px 25px;
    }
    .lighting{
        margin-bottom: 50px;
    }
    .variation{
        padding: 50px 0;
    }
    .variation_subtitle {
        font-size: 12px;
    }
    .variation_title{
        line-height: 1.2;
        margin-bottom: 20px; 
        font-size: 26px;
    }
    .variation_text {
        font-size: 16px;
        margin: 0 auto 50px;
        line-height: 22px;
    }
    .variation_item-img{
        display: none;
    }
    .variation_item-info{
        width: 100%;
        padding: 20px;
    }
    .variation_item-title span{
        width: 38px;
        height: 38px;
        font-size: 18px;
        top: -5px;
    }
    .variation_item-title {
        font-size: 20px;
        margin-bottom: 15px;
        padding-left: 45px;
        line-height: 1.2;
    }
    .variation_item{
        margin-bottom: 10px;
    }
    .variation_inner{
        margin-top: 40px;
    }
    .variation_inner-title {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 26px;
    }
    .variation_inner-text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .manufacturers{
        padding: 50px 0;
    }
    .manufacturers_subtitle {
        font-size: 12px;
    }
    .manufacturers_title{
        line-height: 1.2;
        margin-bottom: 20px; 
        font-size: 26px;
    }
    .manufacturers_title br{
        display: none;
    }
    .manufacturers_slider .slick-arrow{
        width: 36px;
        height: 36px;
        background-color: #00A568;
    }
    .manufacturers_slider{
        padding: 0px;
        margin-bottom: 30px;
    }
    .manufacturers_slide{
        filter: grayscale(0);
    }
    .manufacturers_item{
        width: 100%;
    }
    .manufacturers_item-img{
        margin-bottom: 15px;
    }
    .manufacturers_item-title {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 28px;
    }
    .mounting_text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    .mounting_text  br{
        display: none;
    }
    .mounting_lighting .mounting_tabel-item, .mounting_lighting .mounting_tabel-titles{
        width: 600px;
    }   
    .mounting_tabel-value {
        font-size: 16px;
        line-height: 18px;
    }
    .mounting_lighting .mounting_tabel .mounting_tabel-value:first-child,
    .mounting_lighting .mounting_tabel .mounting_tabel-title:first-child{
        width: 70%;
    }
    .mounting_lighting .mounting_tabel .mounting_tabel-title:last-child,
    .mounting_lighting .mounting_tabel .mounting_tabel-value:last-child{
        width: 25%;
    }
    .mounting_lighting .mounting_tabel{
        margin-bottom: 30px;
    }
    .mounting_lighting-btn{
        width: 100%;
        font-size: 12px;
        line-height: 1.2;
    }
    .drainage h1{
        line-height: 1.2;
        margin-bottom: 20px; 
        font-size: 26px;
    }
    .drainage_wrapper-left{
        width: 100%;
    }
    .drainage_wrapper-img{
        height: 300px;
        margin-bottom: 20px;
    }
    .drainage_wrapper-text{
        padding-left: 15px;
        line-height: 24px;
        margin-bottom: 25px;
        border-left: 2px solid #00A568;
        font-size: 18px;   
    }
    .drainage p{
        margin-bottom: 20px;
    }
    .drainage_wrapper{
        margin-bottom: 30px;
    }
    .drainage_inner-img{
        width: 100%;
        height: 300px;
    }
    .drainage_inner-text {
        font-size: 20px;
        line-height: 26px;
    }
    .drainage_inner-subtitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .drainage_inner-items{
        margin-bottom: 20px;
    }
    .drainage_inner{
        margin-bottom: 30px;
    }
    .drainage_item{
        border-radius: 0;
    }
    .drainage_item-img{
        display: none;
    }
    .drainage_item-info{
        width: 100%;
        padding: 0;
    }
    .drainage{
        margin-bottom: 50px;
    }
    .sewerage{
        margin: 50px 0;
    }
    .sewerage_subtitle{
        font-size: 12px;
    }
    .sewerage_title{
        line-height: 1.2;
        margin-bottom: 20px; 
        font-size: 26px; 
    }
    .sewerage_text{
        font-size: 16px;
        line-height: 22px;  
        margin-bottom: 40px;
    }
    .mounting_drainage .mounting_tabel-item, .mounting_drainage .mounting_tabel-titles {
        width: 500px;
    }
    .mounting_inner-title {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 30px;
    }
    .mounting_inner-text {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 22px;
    }
    .recovery h1{
        line-height: 1.2;
        margin-bottom: 20px; 
        font-size: 26px; 
    }
    .recovery_img{
        width: 100%;
        height: 300px;
    }
    .recovery_text{
        padding-left: 15px;
        line-height: 24px;
        margin-bottom: 25px;
        border-left: 2px solid #00A568;
        font-size: 18px;  
    }
    .recovery p {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 22px;
    }
    .recovery_subtitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .recovery_item{
        padding-left: 0;
        padding-top: 100px;
    }
    .recovery_item-img {
        width: 114px;
        height: 80px;
        top: 0;
        transform: none;
    }
    .recovery_item-title {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 26px;
    }
    .recovery_item-text {
        font-size: 16px;
        line-height: 22px;
    }
    .recovery{
        margin-bottom: 50px;
    }
    .cards_block{
        padding: 50px 0;
    }
    .cards_item-title{
        line-height: 1.2;
        margin-bottom: 20px; 
        font-size: 26px; 
    }
    .cards_item-text{
        padding-left: 15px;
        line-height: 24px;
        margin-bottom: 25px;
        border-left: 2px solid #00A568;
        font-size: 18px;  
    }
    .cards_item p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .cards_item-img{
        width: 100%;
        height: 300px;
        order: 1;
    }
    .cards_item{
        margin-bottom: 30px;
    }
    .verticulation{
        margin: 50px 0;
    }
    .verticulation_inner{
        padding-top: 30px;
        margin-top: 30px;
    }
    .verticulation_inner-title {
        font-size: 20px;
        line-height: 28px;
    }
    .verticulation_inner-text {
        font-size: 16px;
        margin-bottom: 35px;
        line-height: 22px;
    }
    .warning{
        padding: 50px 0;
    }
    .warning_subtitle {
        font-size: 12px;
    }
    .warning_title{
        line-height: 1.2;
        margin-bottom: 20px; 
        font-size: 26px; 
    }
    .warning_img{
        width: 100%;
        height: 245px;
    }
    .warning_item {
        font-size: 16px;
        line-height: 22px;
    }
    .feed{
        padding: 50px 0;
    }
    .feed_title{
        line-height: 1.2;
        margin-bottom: 20px; 
        font-size: 26px;  
    }
    .feed_img{
        height: 240px;
        margin-bottom: 30px;
    }
    .feed_text{
        padding-left: 15px;
        line-height: 24px;
        margin-bottom: 25px;
        border-left: 2px solid #00A568;
        font-size: 18px;  
    }
    .feed p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .feed_item-subtitle {
        font-size: 18px;
        line-height: 24px;
    }
    .feed_left{
        margin-bottom: 45px;
    }
    .feed_item::before{
        display: none;
    }
    .feed_item{
        padding: 70px 0 0;
        margin-bottom: 25px;
    }
    .feed_item-number {
        width: 60px;
        height: 56px;
    }
    .feed_item-text {
        font-size: 16px;
        line-height: 22px;
    }
    .feed_wrapper{
        margin-bottom: 30px;
    }
    .feed_inner{
        padding: 15px;
    }
    .feed_inner-img{
        width: 100%;
        height: auto;
    }
    .feed_inner-title {
        font-size: 18px;
        line-height: 24px;
    }
    .popup_video{
        height: 250px;
    }
    .popup_body{
        padding: 45px 15px 30px;
    }
    #order_polit{
        padding: 45px 15px 30px;
    }
    .popup_body-ok{
        height: 51px;
    }
    .catalog_item-popup{
        padding: 45px 15px 30px;
    }
    .catalog_item-popup p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
    }
    
    .main h1, .main-h1{
        font-size: 28px;
        line-height: 35px;
    }
    
}


















/***************************************************************
************************ content *******************************
***************************************************************/
    .content a:not(.popup_btn,.messages_number,.about_message){color:#000;border-bottom:1px solid #000;}
    .content a:hover{color:#333;border-color:rgba(0,0,0,0.2);}
    .content a[target]{border-bottom:0;}
    .content p{margin:0 0 20px;}
    .content p:last-child{margin-bottom:0;}
    .content ol,
    .content ul{margin:5px 0 15px 30px;}
    .content ol li,
    .content ul li{margin:0 0 1px;list-style:initial;}
    .content ol li{list-style:inherit;}
    .h1,
    .content h1{font-size:40px;line-height:48px;font-weight:bold;margin:0 0 25px;}
    .h2,
    .content h2{font-size:26px;line-height:32px;font-weight:bold;margin:0 0 20px;}
    .content h3{font-size:20px;line-height:24px;font-weight:bold;margin:0 0 15px;}
    .content h4{font-size:16px;line-height:20px;font-weight:bold;margin:0 0 10px;}
    .content ul.dash li:before{content:"-";position:relative;left:-5px;}
    .content .justifyfull{text-align:justify;}
    .content .ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
    .content .img-responsive{display:block;max-width:100%;height:auto}
    .content th,
    .content td{padding:10px 20px;}
    .content thead tr{background-color:#e2e2e2;font-weight:bold;}
    .content tbody tr{background-color:#f9f9f9;}
    .content tbody tr:nth-child(2n){background-color:#f1f1f1;}
    .content img{max-width:100%;}
    .content blockquote{padding-left:30px;border-left:3px solid #333;margin:0;}
    @media (max-width:767px){
        .content img{height:auto !important;width:auto !important;max-width:100%;}
    }
    
    
    .content-text-orange{color:#f59500 !important;}
    .content-background-orange{background-color:#FDBE33 !important;color:white !important;font-weight:600;padding:2px 5px 3px 5px;}
    /*.content-background-green{background-color:#04b173 !important;color:white !important;padding:10px;border-radius:20px;}*/
    .content-background-green{background-color:#04b173 !important;color:white !important;padding:5px 10px;border-radius:20px;font-size:15px;}
    
    
    
    
    
    
    
    .zagn  {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 50px;
    font-family: 'Montserrat';
    font-weight: 600;margin-bottom: 20px;}
.zagn span  {
    color:#f59500!important}
.zagb {
    font-size: 18px;

    font-family: 'Montserrat';
    font-weight: 500;
    margin-top: 20px;}
.zagb span  {
    background-color: #04b173!important;
    color: white;
    padding: 10px;
    border-radius: 20px;}

.slidern{height: 300px;
    border-radius: 50px;}

.tube{width: 36px;
}
.item{padding: 20px;
    max-width: 250px;}
.faq{padding-bottom: 40px;
    padding-top: 40px;
    background-color: #F9F9F9;}

.item h6{margin-top: 20px; max-width: 250px; font-size:18px;font-weight:600;
}

.imageMap__container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: repeat(11, 1fr);
    position: relative;
    margin-top: -30px;
}
.imageMap__container img {
    width: 100%;
    height: 500px;
    grid-column: 1/-1;
    grid-row: 1/-1;
    pointer-events: none;
    overflow: hidden;
}

table {
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 8px 12px 63px rgba(0, 0, 0, 0.05);
    background: #FFFFFF;
}

.iksweb_zag {
    background: #00a56830 !important;
    padding: 12px 16px;
    text-align: center;
    font-weight: bold;
}

.iksweb_green {
    background: #00A568 !important;
    padding: 32px 40px;
    font-size: 18px;
    line-height: 17px;
    /* letter-spacing: 0.09em; */
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
}

.markers {
    background: rgb(239 165 17);
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    border-color: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    align-self: center;
    justify-self: center;
    cursor: pointer;
    animation: ownpulse 2s cubic-bezier(.19,1,.22,1) infinite both;
    position: relative;
}
.markers:focus-within .marker__card, .markers:focus .marker__card {
    display: block;
}

.marker__card {
    background-color: #efa511;
    color: white;
    padding: 5px 10px 5px 10px;
    display: none;
    margin-top: -3%;
    position: absolute;
    bottom: 15px;
    left: 50px;
    z-index: 100;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    animation: fadeInUp;
    animation-duration: .3s;
    animation-fill-mode: both;
}

.marker__card__title {
    font-weight:600;
    margin-top: 0;
}
p.marker__card__title{color:#fff !important;margin:0 !important;}
/* animations */
@keyframes ownpulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff;
    }
    50% {
        -webkit-box-shadow: 0 0 0 40px rgba(92,112,214,0);
        box-shadow: 0 0 0 40px rgba(92,112,214,0);
    }
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff;
    }
    50% {
        -webkit-box-shadow: 0 0 0 40px rgba(92,112,214,0);
        box-shadow: 0 0 0 40px rgba(92,112,214,0);
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3);
        -webkit-transform: scale3d(.3,.3,.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3) translate3d(0,100%,0);
        -webkit-transform: scale3d(.3,.3,.3);
        -webkit-transform: translate3d(0,100%,0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: scale3d(.3,.3,.3) translate3d(0,100%,0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.parking_img{border-radius: 30px; height: 300px;float:left;}
.parking_img7{border-radius: 30px;}


@media (max-width: 575.98px) {
    .parking_img {
        border-radius: 30px;
        height: 100%;
        width: 100%;
    }
}



























.prem {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 17px;
}

.prem .item {
    padding: 20px;
    max-width: 250px;
}
.prem .item h6 {
    margin-top: 20px;
    max-width: 250px;
    font-size: 18px;
    font-weight: 600;
}























.doroga_wrapper7 {
    display: flex;
    justify-content: space-evenly;
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
    margin-bottom: -10px;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 0;
}
.about_options2 {
    width: 1000px;
    background: #F9F9F9;
    border-radius: 25px;
    margin-bottom: 50px;
    padding: 50px;
}

.about_option {
    font-size: 20px;
    color: #23322C;
    line-height: 28px;
    margin-bottom: 12px;
    padding-left: 38px;
    position: relative;
}
.about_option::before {
    position: absolute;
    content: "";
    background-image: url(../img/about_option.svg);
    background-size: cover;
    width: 21px;
    height: 21px;
    left: 0;
    top: 4px;
}


























.mounting{
    padding: 100px 0;
    background: #F9F9F9;
    position: relative;
}
.mounting::before{
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background-image: url(../img/system_top.svg);
    top: 0;
    right: 0;
    transform: translateY(-50%);
}
.mounting_subtitle{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    font-weight: 700;
    margin-bottom: 10px;
}
.mounting_title{
    font-size: 44px;
    text-align: center;
    color: #23322C;
    margin-bottom: 60px;
    line-height: 54px;
}
.mounting_tabel{
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 8px 12px 63px rgba(0, 0, 0, 0.05);
    background: #FFFFFF;
    margin: 0 auto 0px;
}
.mounting_tabel-titles{
    display: flex;
    justify-content: space-between;
    background: #00A568;
    padding: 32px 40px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
}
.mounting_tabel-title{
    width: 20%;
}
.mounting_tabel-title:nth-child(4){
    width: 30%;
}
.mounting_tabel-title:last-child{

    position: relative;
    padding-left: 24px;
}
.mounting_tabel-title:last-child::before{
    position: absolute;
    content: "";
    background-image: url(../img/money.svg);
    background-size: cover;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.mounting_tabel-title2{
    width: 20%;
}
.mounting_tabel-title:last-child2::before{
    position: absolute;


    background-size: cover;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.mounting_tabel-item{
    display: flex;
    justify-content: space-between;
    padding: 26px 40px;
    border-bottom: 1px solid #EEEEEE;
}
.mounting_tabel-item:last-child{
    border-bottom: none;
}
.mounting_tabel-value{
    width: 70%;
    font-size: 20px;
    line-height: 5px;
}
.mounting_tabel-value:nth-child(4){
    width: 30%;
}
.mounting_tabel-value:first-child{
    color: #23322C;
}
.mounting_tabel-value:last-child{
    width: 20%;
    color: #23322C;
    font-weight: 700;
}









.manufacturers_items{
    display: flex;
    justify-content: space-between;
}
.manufacturers_item{
    width: 32%;
    background: #FFFFFF;
    box-shadow: 8px 12px 63px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    padding: 50px;
}
.manufacturers_item-img{
    display: flex;
    margin-bottom: 30px;
}
.manufacturers_item-title{
    font-size: 28px;
    color: #23322C;
    margin-bottom: 30px;
    line-height: 34px;
}
.manufacturers_item-text{
    font-size: 20px;
    line-height: 28px;
    color: #7B7B7B;
    margin-bottom: 40px;
}
.manufacturers_item-text:last-child{
    margin-bottom: 0;
}
.manufacturers_item-text span{
    color: #23322C;
}



@media (max-width: 575.98px) {
    .parking_wrapper2{
        flex-direction: column;
    }
    
    .manufacturers_items{
        flex-wrap: wrap;
        display:block;
    }
    .manufacturers_item {
        width: 100%;
        padding:20px;
        margin-bottom: 20px;
    }
    
    .manufacturers_item-text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
    }
    .manufacturers_item-btn{
        font-size: 12px;
    }
}
.whyneed {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.whyneed2 {
    display: flex
;
    flex-direction: row;
    align-items: center;
}
.feed_item-number2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    width: 83px;
    background-image: url("/assets/img/steps-item.svg");
    background-size: cover;
    height: 72px;
    padding-bottom: 8px;
    font-size: 23px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
}
.cifri{width:fit-content;}

















.newh3 {margin-bottom: 0px;
    font-weight: 600;
    font-size: 25px;
    text-align: left;
    line-height: 35px;}
.newh3:before{
    position: absolute;
    content: "";
    background-image: url(/assets/img/neww.svg);
    background-size: cover;
    width: 21px;
    height: 21px;
    left: 54%;
    transform: translateY(-50%);
    margin-top: 17px;
}

.parking_raz{
    min-width:46%;    padding: 100px;
}
.marker__card {
    background-color: #efa511;
    color: white;
    padding: 5px 10px 5px 10px;
    display: none;
    margin-top: -3%;
    position: absolute;
    bottom: 15px;
    left: 50px;
    z-index: 100;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    animation: fadeInUp;
    animation-duration: .3s;
    animation-fill-mode: both;
}

.marker__card__title {
    font-weight:600;
    margin-top: 0;

}
.markers {
    background: rgb(239 165 17);
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    border-color: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    align-self: center;
    justify-self: center;
    cursor: pointer;
    animation: ownpulse 2s cubic-bezier(.19,1,.22,1) infinite both;
    position: relative;
}
.markers:focus-within .marker__card, .markers:focus .marker__card {
    display: block;
}

.imageMap__container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: repeat(11, 1fr);
    position: relative;
    margin-top: -30px;
}
.imageMap__container img {
    width: 100%;
    height: 500px;
    grid-column: 1/-1;
    grid-row: 1/-1;
    pointer-events: none;
    overflow: hidden;
}
.parking_wrapper2{
    display: flex;
    justify-content: space-evenly;
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 0px;
    align-items: center;
    background-color: #03a166;

    background-size: cover;
    background-position: center;
    background-image: url(../img/form_bg.webp);
}


@media(min-width:1600px){
    .parking_wrapper2 {
        display: flex;
        justify-content: space-evenly;
        font-size: 20px;
        color: #ffffff;
        line-height: 28px;
        margin-bottom: 60px;
        align-items: center;
        background-color: #03a166;
        background-size: cover;
        background-position: center;
        background-image: url(../img/form_bg.webp);
        padding-left: 250px;
        padding-right: 228px;}

    .parking_info2{width: 100%; }
    .parking_raz {
        min-width: 46%;
        padding: 100px;
    }
}
@media (max-width: 575.98px) {
    .parking_raz {
        padding:10px;
        margin-bottom: 20px;
    }
    .newh3:before {

        left: 17%;

        margin-left: 0;
    }
    .newh3 {

        margin-left: 55px;
    }
}












.contact{display: flex;padding-left: 25px;}
.email{padding-left: 20px;padding-right: 15px;}
.email a{color:#000;}


.fl-icon-text p{font-weight:600}
.fl-icon-text p span{font-weight: 400;font-size: 14px;}


.menu_wrapper{padding:20px 50px;}
.header_messages{margin-left:0;margin-right:60px;}

.menu_wrapper.fixed{top:0;}

@media (max-width:991px) {
    .header_order{margin-right:60px;margin-left:0;}
    .header_messages{margin-right:10px;}
    .menu_wrapper{top:0;background-color:#fff;}
    .menu a{text-align:left;}
}


.parking_text{
    font-size: 21px;
    color: #23322C;
    margin-bottom: 45px;
    padding-right: 50px;
    line-height: 38px;
    border-right: 3px solid #ff9d00;
}
.parking_text2{
    font-size: 21px;
    color: #23322C;
    margin-bottom: 45px;
    padding-right: 50px;
    line-height: 38px;
    border-right: 3px solid #ff9d00;
}
.parking h1 {
    font-size: 44px;
    color: #23322C;
    margin-bottom: 30px;
    line-height: 54px;
    margin-top: 30px;
    font-weight:600;
}
.parking_wrapper{
    display: flex;
    justify-content: space-evenly;
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
    margin-bottom: 60px;align-items: center;
}
.parking_wrapper7{
    display: flex;
    justify-content: space-evenly;
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
    margin-bottom: 30px;align-items: center;
}
.parking_wrapper2{
    display: flex;
    justify-content: space-evenly;
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 0px;
    align-items: center;
    background-color: #03a166;

    background-size: cover;
    background-position: center;
    background-image: url(../img/form_bg.webp);
}
.parking-text7{    border-right: 3px solid #ff9d00;}
.parking_ii p{
   padding-top: 10px;
    padding-bottom: 10px; 
}



.works_slide.slick-active .works_slide-info,
.works_slide-info{display:none;}



    .works_slide-info_text {
    font-size: 20px;
    color: #7B7B7B;
    line-height: 28px;
    margin-bottom: 40px;
    }
    
    .works_slide-info_colum {
    flex-direction: column;
    }
    .works_slide-info_colum::before {
    background-color: #fff;
    }
    .works_slide-info_header {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
    }
    
    
    
      .yes_sub_menu {
        position: relative;
    }

    .sub-menu li {
    }

    .sub_menu a::before {

        content: none;
    }

    .yes_sub_menu .sub_menu {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.5s, visibility 0.5s;
        border-radius: 15px;
        left: 0;
        width: max-content;
        padding: 10px;
        z-index: 999;
        position: absolute;
        max-width: none;
        border: 0;
        background: #fff;
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
        top: 40px;
    }

    .menu {
        justify-content: center;
        gap: 40px;
    }

    .yes_sub_menu.two .sub_menu {
        left: calc(100% + 15px);
        top: -9px;
    }

    .yes_sub_menu .sub_menu li a {
        color: #000000;
        display: block;
        padding: 5px;
    }

    .yes_sub_menu .sub_menu li a:hover {
        background: #00A568;
        color: white;
    }

    .yes_sub_menu_active.one > ul.sub_menu,
    .yes_sub_menu_active.two > ul.sub_menu {
        height: auto;

        visibility: visible;
        opacity: 1;
        transition: opacity 0.5s, visibility 0.5s;

    }

/*
    .header {
        position: relative;
        z-index: 999;
    }
*/

@media (max-width: 575.98px) {
    ul.sub_menu {
        opacity: 1;
        transition: opacity 0.5s, visibility 0.5s;
        border-radius: 15px;
        left: 0;
        width: max-content;
        padding: 10px;
        z-index: 999;
        position: absolute;
        max-width: none;
        display: contents;
        border: 0;
        background: #fff;
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
        top: 40px;
    }

    .yes_sub_menu_active ul.sub_menu {
        height: auto !important;
    }

    .menu_wrapper.fixed, .menu_wrapper {
        top: 0;
        background: white;
        height: 100vh;
        overflow: auto;
    }

    .menu a {

        text-align: left;
    }

    .yes_sub_menu {
        position: relative;
        max-height: 37px;
    }

    .yes_sub_menu .sub_menu {
        display: none;
    }
    
    /* Стили для активного подменю */
    .yes_sub_menu_active > .sub_menu {
        height: auto;
        visibility: visible;
        opacity: 1;
        transition: opacity 0.5s, visibility 0.5s;
    }

}


.menu-is-parent .down{ display:none}
.menu-is-parent .top{ display:none}

.menu-is-parent svg {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    
    /*
    .menu{ padding-top:50px}
    */
    
    .menu {
        gap: 0;
    }
    
    .yes_sub_menu_active .sub_menu{
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        border: 1px solid #b2b2b2 !important;
        margin-top: -14px;
        margin-left: -10px;
        overflow-y: scroll;
        max-height: calc(100vh - 254px ) !important;
    }
    .yes_sub_menu_active .yes_sub_menu.two .sub_menu{
        display: block !important;
        position: static !important;
        border: none !important;
        border-bottom: 1px solid #eee !important;
        border-radius: 0 !important;
        margin-top: -35px;
        margin-bottom: 12px;
        background: #fafafa !important;
    }

    .yes_sub_menu_active .yes_sub_menu.two .sub_menu a {
        font-size: 14px !important;
        margin-bottom: 0;
        padding-left: 22px;
    }

    .yes_sub_menu_active .sub-menu-mobile a {
        margin-bottom: 0 !important;
        font-size: 14px !important;
    }

    .yes_sub_menu_active .yes_sub_menu.two {
        max-height: fit-content;
    }

    .menu-is-parent svg {
        width: 22px;
        height: 22px;
        vertical-align: middle;
    }
    .menu-is-parent span {
        vertical-align: middle;
    }

    .menu-is-parent .top {
        display: none;
    }

    .menu-is-parent .down {
        display: inline-block !important;
    }
    
    .active-mobile-menu {
        overflow: hidden !important;
        height: 100vh !important;
    }

    .yes_sub_menu_active .down {
        display: none !important;
    }

    .yes_sub_menu_active .top {
        display: inline-block !important;
    }
    
    .menu-is-parent svg {
        width: 22px;
        height: 22px;
        vertical-align: middle;
    }
    .menu-is-parent span {
        vertical-align: middle;
    }
}





.header_order-btn{font-size: 15px;line-height: 15px;color: white;text-decoration: none;padding: 0.5em 2em;outline: none;border-width: 2px 0;border-style: solid none;border-color: #FDBE33 #000 #D77206;border-radius: 6px;background: linear-gradient(#F3AE0F, #E38916) #E38916;transition: 0.2s;}

.table-responsive,
.content .table-responsive{max-width:100%;overflow:auto;border-radius:1rem;}



/* mobile */

.iksweb img {
    padding: 20px;
    border-radius: 50px;
    max-width: 355px;
}

.iksweb {
    font-size: 20px;
}

.table-img {
    padding: 0 !important;
}

.iksweb_txt {
    text-align: center;
}

.content tbody tr {
    background: #fff;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.iksweb_green td {
   border: 1px solid #fff;
}

td {
   border-bottom: 1px solid #f3f3f3 !important;
   border-top: 1px solid #f3f3f3 !important;
}

.left_table_price {
    text-align: left;
        width: 100%;
}

.table-responsive {
    overflow-x: auto;
}

.table-phone {
    display: none;
}

@media(max-width:991.98px){
    .mounting_tabel{overflow:auto;white-space: nowrap;}
    
.table-pc {
    display: none;
}
.table-phone {
    display: block !important;
}
    .iksweb img {
        max-width: 100%;
        border-radius: 0;
        padding: 0;
    }
    .iksweb_txt {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .hidden-mobile {
        display: none;
    }
    .iksweb_green td {
        text-align: center;
    }
    .iksweb_green td {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .iksweb_green {
        text-transform: unset;
        font-size: 20px;
    }
}




.soc {display: flex;justify-content: center;padding-bottom:10px;}

.menu+.header_order{margin-right:0;text-align:center;}






.social_order{
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}
.social_number{
    font-size: 24px;
    color: #23322C;
    line-height: 20px;
    display: block;
    margin-bottom: 9px;
    position: relative;
}

.social_number span{
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    left: -28px;
}
.social_number_vv{
    font-size: 35px;
    font-weight:bold;
}
.social_messages{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: nowrap;
    margin-right: 10px;
    justify-content: center;
    padding-top: 15px;
}
.social_message{
    display: flex;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-left: 10px;
}
.social_message img{
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.confidence_inner .social_messages,
.main_form .social_messages,
.form .social_messages,
.popup_body .social_messages{
    align-items: center;
    flex-wrap: nowrap;
}
.confidence_inner .social_message,
.main_form .social_message,
.form .social_message,
.popup_body .social_message{
    flex-shrink: 0;
    width: 32px;
    height: 32px;
}

.popup_body .social_number_vv{
    color: #fff;
}


.form .social_number_vv{
    color: #fff;
}
.confidence_inner .social_number_vv{
    color: #fff;
}



.telegram-button {
    position: fixed;
    left: 35px;
    bottom: 35px;
    border-radius: 50%;
    width: 55px;
    height: 57px;
    color: #fff;
    text-align: center;
    line-height: 53px;
    font-size: 35px;
    z-index: 9999;
}

.telegram-button a {
    color: #fff;
}

.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #0088cc;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.telegram-button:after {
    animation-delay: .5s;
}

.selectCity{display:flex;align-items: center;gap: 10px;color: #00A568;font-weight: 600;}
#popup_selectCity{width:550px;}
#popup_selectCity .city_list{display: flex;flex-wrap: wrap;justify-content: space-between;gap: 5px 20px;}
#popup_selectCity .city_list a{width: 47%;color: #ffffff;}

@media (max-width: 991px) {
    #popup_selectCity{max-width:550px;width:100%;padding: 44px;}
    #popup_selectCity .city_list a{width: 100%;}
    
    .foooter_inner{flex-direction: column;gap: 20px;}
}

@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media (max-width : 800px) {
    .telegram-button {
        bottom: 5px;
    }
}

.content .care {
    padding-inline: 20px;
}


.content .care_subtitle {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #00A568;
    margin-bottom: 10px;
    font-weight: 700;
}

.content .care_text {
    font-size: 44px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 70px;
    line-height: 54px;
}

.content .care_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .care_wrapper .social_messages {
    justify-content: start;
}

@media (max-width: 991px) {
    .content .care_rightb-btn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .content .care_img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }
}

@media (max-width: 575.98px) {
     .content .care_text {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 25px;
    }
}

.selectCity .cf-city a,
.selectCity .cf-modal a {
    color: #00A568;
}
