@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    #header {
        position: fixed;
        top: 0;
        height: auto;
    }

    .hamburger {
        display: flex;
    }

    .is-closed {
        display: block;
    }

    .logo-site img {
        width: unset;
        height: 100px;
    }
    
    .main_menu {
        display: none;
    }
    
    .mmenu .main_menu  {
        display: block;
    }
    
    .fixed-header .hamburger span,
    .header-page .hamburger span {
        background-color: var(--main-color);
    }
    
    .home_txt {
        width: 100%;
    }
    
    .home_txt h1 {
        font-size: 20px;
    }
    
    .home_txt p {
        font-size: 15px;
    }
    
    .home_txt ul {
        flex-direction: column;
    }
    
    .btn-site.btn-contact,
    .btn-site.btn-company {
        height: 55px;
    }
    
    .btn-site.btn-contact span,
    .btn-site.btn-company span {
        font-size: 15px;
    }
    
    .section_about {
        padding: 50px 0;
    }
    
    .section_about .row {
        flex-direction: column-reverse;
    }
    
    .thumb-about img {
        width: 100%;
    }
    
    .txt-about {
        margin-bottom: 20px
    }
    
    .txt-about h2 {
        font-size: 30px;
    }
    
    .txt-about p {
        font-size: 15px;
    }
    
    .section_mission {
        padding: 50px 0;
    }
    
    .item-vission {
        margin-bottom: 50px;
        padding: 0;
    }
    
    .item-mission {
        padding: 0;
    }
    
    .section_reviews:after {
        display: none;
    }
    
    .section_reviews .container,
    .section_team .container {
        display: block;
    }
    
    .sec_head_review,
    .sec_head_team {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .sec_head_review h2 {
        font-size: 35px;
    }
    
    .reviews-wrapper,
    .team-wrapper {
        width: 100%;
    }
    
    #reviews-slider {
        width: 100%;
    }
    
    .txt-contact {
        padding-left: 0;
        margin-bottom: 30px;
    }
    
    .cont-ft {
        padding-left: 0;
        margin-bottom: 30px;
    }
    
    .cont-ft p {
        font-size: 14px;
    }
    
    .menu-ft {
        flex: 0 0 auto;
        width: 50%;
        margin-bottom: 30px;
    }
    
    .row-meun {
        display: flex;
        flex-wrap: wrap;
    }
    
    .sec_head_team  {
        padding: 0;
    }
    
    .item-team {
        width: 100%;
    }
    
    .dt-newslatter {
        width: 100%;
    }
    
    .dt-newslatter h3 {
        font-size: 19px;
    }
    
    .dt-newslatter p {
        font-size: 13px;
    }
    
    .form-newslatter .form-group {
        width: 100%;
    }
    
    .form-newslatter .btn-site span {
        font-size: 10px;
    }
    
    .dt-newslatter {
        padding: 0 20px;
    }
    
    
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 500px) {}