
body {
    margin: 0;
    font-family: sans-serif;
    background-color: #EEEEEE;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}
.header_box{
    background-color: #fff;
    padding: 0px 50px;
}
main {
    display: block;
}
.wrapper{
    max-width: 1010px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}       
h1{
    color: #2C801E;
    font-size: 42px;
    margin: 0;
    font-family: sans-serif;
    margin-bottom: 40px;
    text-align: center;
}
h2{
    text-transform: uppercase;
    font-family: sans-serif;
    color: #A3A3A3;
    margin: 0;
    font-weight: 300;
    text-align: center;
}
img{
    max-width: 100%;
}
*{
    box-sizing: border-box;
}
.row_header{
    display: flex;
    align-items: center;
}
.row_header img{
    max-width: 350px;
    height: auto;
    margin-right: 30px;
}
header{
    margin-bottom: 20px;
}
.row_header .text{
    width: 100%;
}   
footer{
    text-align: center;
    background-color: #f8f9fe;
    padding: 28px 0;
}
footer .footer__logo {
    color: unset;
    text-decoration: unset;
    font-weight: 700;
}
footer p{
    font-size: 14px;
}
footer ul{
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 40px 0px;
}
footer ul li{
    margin: 0px 10px;
}
footer ul li a{
    color: inherit;
    text-decoration: unset;
    font-weight: 700;
    color: #202D3C;
}
footer img {
    max-height: 30px;
}
footer .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .burger-btn {
    display: flex;
    flex-direction: column;
    width: 24px;
    height: 21px;
    justify-content: space-around;
    display: none;
}
footer .burger-btn span {
    width: 100%;
    height: 3px;
    background: #202D3C;
    display: block;
}
.main img{
    margin: 30px 0px;
}

.top_menu{

}
.top_menu ul,
.bot_menu ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 20px 0px;

}
.top_menu ul li,
.bot_menu ul li{
    width: 33.33%;
    text-align: center;
}
.top_menu a,
.bot_menu a{
    text-decoration: underline;
    color: rgb(153, 153, 153);
    font-weight: 700;
}
.aerticle_section .article_row{
    display: flex;
    background-color: #fff;
    padding: 20px 30px;
}
.aerticle_section .article_row .col{
    
    width: 33.33%;
    padding: 0px 15px;
    
}
.aerticle_section .article_row .col img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}
.aerticle_section .article_row .top{
    text-align: center;
    padding: 10px 0px 0;
    border-top: 2px solid rgb(228, 228, 228);
    /* border-bottom: 2px solid rgb(228, 228, 228); */
    margin-bottom: 10px;
}
.article a{
    color: rgb(140, 189, 49); 
}
.article{
    border-top: 2px solid rgb(228, 228, 228);
    padding-top: 10px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.article a.img{
    height: 160px;
    width: 100%;
    display: block;
}
.article a.img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article h3{
    font-size: 18px;
}
footer{
    margin-top: 40px;
}


.header-article{  
    background-color: #fff;
    margin-bottom: 2px;
    padding: 30px 0px;
} 
.main_article{
    background-color: #fff; 
    padding-top: 50px;
    line-height: 1.4;
    font-size: 16px;
}
.header-article h1{
    margin-bottom: 20px;
}
.wrapper_article{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.content_article img{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 40%;
    width: 400px;
    height: 300px;
    object-fit: cover;
}
.title_article{
    text-align: left;
    line-height: 36px;
    font-size: 36px;
    color: rgb(47, 47, 47);
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
} 
.author{
    font-size: 14px;
}
.author span{
    color: rgba(0, 0, 0, 0.44);

}
.author .name{
    color: rgb(140, 189, 49);
    text-transform: uppercase;
}
.footer_article{
    border-top: 2px solid rgb(228, 228, 228);
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgba(47, 47, 47, 0.67);
    font-size: 12px;
}
.footer_article a{
    color: rgb(140, 189, 49); 
    text-transform: uppercase;
}
/* */
@media screen and (max-width: 768px) {
    footer .wrapper {
        flex-wrap: wrap;
    }
    footer .burger-btn {
        display: flex;
    }
    footer nav {
        width: 100%;
        order: 1;
        display: none;
    }
    footer ul{
        line-height: 1.8;
        flex-direction: column;
    }
    footer ul li {
        padding: 16px;
    }
}
@media screen and (max-width: 767px) {
    .row_header{
        flex-direction: column;
    }
    .row_header img{
        margin-right: 0;
        margin-bottom: 35px;
    }
    h1{
        font-size: 38px;
    }
    h3{
        font-size: 24px;
    }
    
    
    .wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 580px) {
    .top_menu ul, .bot_menu ul{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .top_menu ul li, .bot_menu ul li{
        width: 100%;
        margin-bottom: 10px;

    }
    .top_menu ul li:last-child, .bot_menu ul li:last-child{
        margin-bottom: 0;
    }
    h1{
        margin-bottom: 10px;
    }
    h2{
        margin-bottom: 10px;
    }
    header .wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    .aerticle_section .article_row{
        flex-wrap: wrap;
    }   
    .aerticle_section .article_row .col{
        width: 100%;
        margin-bottom: 50px;
    }
    .aerticle_section .article_row .col:last-child{
        margin-bottom: 0;
    }
    .aerticle_section .article_row{
        padding-left: 0;
        padding-right: 0;
    }
    .content_article img{
        width: 100%;
        float: none;
        max-width: 100%;
        margin-right: 0;
        height: 300px;
    }
    .author{
        margin-bottom: 20px;
    }
    .title_article{
        font-size: 26px;
    }
}