*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
a{
    text-decoration: none;
}
body{  
    scroll-behavior: smooth;
    font-family: 'Bahnschrift';
    background-image: url("../img/wood_big.webp");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
button{
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
}
.button1{
    display: none;
}
.button2{
    display: block;
}
:root{
    --green:        #459d47;
    --dark-green:   #2a602c;
    --red:          #cd272e;
}
.section__1{                                   /* СЕКЦИЯ МЕНЮ */
    width: 100%;
    overflow: hidden;
    background-color: var(--green);
    position: fixed;
    padding: 15px 100px;
}
.main_menu{               /*   Контейнер для элементов меню */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.logo_link{
    text-decoration: none;
    position: relative;
    text-decoration: none;
    border: 0px;
    outline: none;
    background-color: transparent;
}
.logo__img{
    height: 68px;
    width: 115px;
    -o-object-fit: cover;
       object-fit: cover;
}
.menu{
    display: flex;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
}
.link{
    color: #fff;
    font-size: 20px;
    margin-left: 25px;
}
.link:hover{
    color: var(--dark-green);
    transition: 0.2s ease color;
}
.section__2{                   /*   ВТОРАЯ СЕКЦИЯ */
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    flex-wrap: wrap;
    align-self: stretch;
    color: #fff;
    background-image: url("../img/background_big.webp");
    background-size: cover;
    background-position: center;
}
h1{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 99px;
    color: white;
}
.h1{
    color: red;
}
.h2__2{
    font-size: 30px;
}
.call{
    font-size: 24px;
    background-color: var(--green);
    color: #fff;
    border-radius: 5px;
    padding: 9px;
    margin-top: 20px;
}
/*   3 СЕКЦИЯ */    /*   ТРЕТЬЯ СЕКЦИЯ */   /*   3 СЕКЦИЯ */    /*   ТРЕТЬЯ СЕКЦИЯ */    
.section__3{
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 200px;
}
.container__3{
    width: 80vw;
}
.h2__3{
    display: flex;
    justify-content: center;
    font-size: 40px;
    margin-bottom: 35px;
}
.text__3{
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}
/*   4 СЕКЦИЯ */    /*   ЧЕТВЕРТАЯ СЕКЦИЯ */   /*   4 СЕКЦИЯ */    /*   ЧЕТВЕРТАЯ СЕКЦИЯ */   
.section__4{
    display: flex;
    justify-content: center;
    padding: 200px;
    background-color: #152a0c61;
}
.container__4{
    width: 85vw;
    color: #fff;
}
.h2__4{
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.h3__4{
    margin-top: 10px;
}
.text__4{
    display: block;
    width: 50%;
    font-size: 18px;
    margin-bottom: 18px;
}
.container__cards{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
.cards__4{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000a3;
    width: 30%;
    padding: 20px 50px;
    flex-direction: column;
    margin-bottom: 20px;
}
.cards4__img{
    /* margin-top: 0; */
    width: 144px;
    height: 144px;
}
/*   5 СЕКЦИЯ */    /*   ПЯТАЯ СЕКЦИЯ */   /*   5 СЕКЦИЯ */    /*   ПЯТАЯ СЕКЦИЯ */   
.section__5{
    background-color: var(--green);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 140px 200px;
}
.container__5{
    width: 85vw;
    /* background-color: #000000a3; */
}
.h2__5{
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px
}
.container__cards5{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}
.h3__5{
    font-size: 35px;
    color: var(--dark-green);
    font-weight: 600;
    margin-bottom: 18px;
}
.cards__5{
    background-color: #fff;
    width: 23%;
    padding: 40px 20px;
    border-radius: 6px;
    margin-bottom: 30px;
}
.section__6{
    background-color: #fff;
    padding: 200px;
    display: flex;
    justify-content:  center;
}
.container__6{
    width: 65vw;
}
.h2__6{
    font-size: 45px;
    color: var(--dark-green);
    margin-bottom: 20px;
    font-weight: 900;
}
.h3__6{
    color: var(--dark-green);
    font-size: 20px;
    font-weight: 400;
}
.ss{
    width: 20%;
    height: 100%;
}
.lines{
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid var(--dark-green);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Llines{
    border: none;
}
.container__botton{
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
}
.Number_Phone{
    padding: 8px 18px;
    border: 2px solid var(--green);
    color: var(--green);
    border-radius: 6px;
    font-size: 25px;
}
.Dow_doc{
    padding: 8px 18px;
    background-color: var(--green);
    border: 2px solid var(--green);
    color: #fff;
    border-radius: 6px;
    font-size: 25px;
    margin-left: 10px;
}
.section__7{
    background-color: #d1d1d1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.box1__7{
    background-color: #fff;
    width: 50%;
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container__7{
    width: 80%;
}
.h2__7{
    font-size: 38px;
    margin-bottom: 20px;
}
.ol__7{
    display: block;
    margin-bottom: 20px;
    margin-left: 20px;
}
.text_7b1{
    margin-bottom: 15px;
}
.text_size__7{
    font-size: 18px;
}
.box2__7{
    width: 50%;
    height: 750px;
    background-image: url("../img/wood.jpg");
}
.box2__7{
    background-color: aquamarine;
    width: 50%;
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Color2__7{
    color: #fff;
}
.a__7{
    text-decoration: none;
    color: #fff;
    margin-bottom: 20px;
}
@media (max-width: 1150px){
    .section__4{
        padding: 100px;
    }
    .cards4__img{
        width: 80px;
        height: 80px;
    }
    .text__4{
        width: 70%;
    }
    .section__5{
        padding: 150px;
    }
    .text__5{
        font-size: 14px;
    }
    .container__6{
        width: 80vw;
    }
}
@media (max-width: 1000px){
    .section__6{
        padding: 100px;
    }
    .container__6{
        width: 85vh
    }
    .text_size__7{
        font-size: 14px;
    }
}
@media (max-width: 900px){
    .text__4{
        width: 100%;
    }
    .section__5{
        padding: 150px 100px;
    }
    
}
@media (max-width: 768px){
    .section__1{                        /*    1 СЕКЦИЯ    */
        padding: 15px 35px;
    }
    .menu{
        display: none;
    }
    .button1{
        display: block;
    }
    .burger{
        display: block;
    }
    h1{                                 /*    2 СЕКЦИЯ   */
        font-size: 50px;
    }                               
    .h2__2{                             
        font-size: 23px;
    }
    .h2__3{                             /*    3 СЕКЦИЯ   */
        font-size: 23px;
    }
    .section__3{
        padding: 80px 55px;
    }
    .text__3{
        font-size: 14px;
    }
                                       /*    4 СЕКЦИЯ   */
    .container__4{
        width: 100vw;
        color: #fff;
    }
    .section__4{
        padding: 30px;
    }
    .h2__4{
        font-size: 23px;
    }
    .text__4{
        font-size: 13px;
    }
                                        /*    5 СЕКЦИЯ   */
    .section__5{
        padding: 70px;
    }
    .h2__5{
        font-size: 28px;
    }
    .cards__5{
        width: 48%;
        padding: 30px 25px;
    }
    .box1__7{
        width: 100%;
        height: 510px;
    }
    .box2__7{
        width: 100%;
        height: 510px;
    }
    .text_size__7{
        font-size: 14px;
        margin-bottom: 7px;
    }
}
@media (max-width: 680px){
    .section__6{
        padding: 40px;
    }
    .h2__6{
        font-size: 28px;
    }
    .h3__6{
        font-size: 18px;
    }
}
@media (max-width: 580px){
    .cards__5{
        padding: 15px 10px;
    }
    /* .section__6{
        padding: 70px;
    } */
    .ss{
        width: 0; height: 0;
    }
    .section__6{
        padding: 50px;
    }
    
    .lines{
        flex-wrap: wrap;
    }
    .h3__6{
        display: block;
        width: 100%;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .text__6{
        font-size: 14px;
    }
    .Number_Phone{
        padding: 5px 14px;
        font-size: 18px;
    }
    .Dow_doc{
        padding: 5px 14px;
        font-size: 18px;
        margin-left: 7px;
    }
}
@media (max-width: 400px){
    .cards__4{
        width: 100%;
    }
    h1{
        font-size: 38px;
    }
    .h2__2{
        font-size: 16px;
    }
    .container__6{
        width: 90vh;
    }
    .h2__7{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .box1__7{
        width: 100%;
        height: 450px;
    }
    .box2__7{
        width: 100%;
        height: 450px;
    }
}
@media (max-width:340px){
    .section__5{
        padding: 30px;
    }
    .cards__5{
        width: 100%;
        margin-bottom: 15px;
    }
}