.footer_left{
    color: rgb(255, 255, 255);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.19rem;
    text-transform: uppercase;
    text-decoration: none;
}
.nav_list{
    align-items: center;
    justify-content: center;
    width: 100%;
}
.main_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 304px;
    color: #CA4A00!important;
}
.hidden_burger_menu{
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.bio_section.in{
    background: url(../img/bgg.jpg)center no-repeat;
    background-size: cover;
}
.hidden_burger_menu{
    display: none;
}
.partners_list{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 110px;
    row-gap: 56px;
    list-style: none;
    margin: 0!important;
    flex-wrap: wrap;
    color: rgb(102, 81, 69);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.19rem;
}
.partners_list li{
    width: 375px;
}
.partners_list h3{
    color: rgb(202, 74, 0);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin-bottom: 10px;
    text-transform: none;
}
.partners_list p{
    color: rgb(102, 81, 69);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.19rem;
    margin: 0;
}
.default_txt_container.project_t h3 a, .default_txt_container.project_t h2 a{
    text-decoration: none;
}
.txt_hidden{
    display: none;
}
.header_nav ul a{
    transition: all 0.2s ease-in-out;
}
.header_nav ul a:hover{
    color: #CA4A00;
}
.main_btn{
    transition: all 0.2s ease-in-out;
}
.main_btn:hover{
    background: #CA4A00;
    color: #fff!important;
}
@media screen and (max-width: 1200px) {
    .submenu{
        left: -114px;
    }
    .main_btn, .main_btn a{
        text-decoration: none;
    }
}
@media screen and (max-width: 920px) {
    .hidden_burger_menu.active{
        z-index: 10;
        display: flex;
    }
    .bio_photo_and_description{
        width: 100%;
    }
    .advokat{
        height: auto;
    }
    .contacts_wrapper{
        padding: 20px;
    }
    .contacts_wrapper::after{
        display: block;
        max-width: auto;
        width: 100vw;
    }
    .main_img_section img{
        width: 100%;
        height: calc(50vh);
        object-fit: cover;
    }
    .contacts_list{
        font-size: 0.8em;
    }
    .nav_list{
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        overflow: auto;
    }
    .nav_section{
        overflow: hidden;
    }
    .nav_list li{
        flex-shrink: 0;
    }
    .nav_list a{
        font-size: 1.2em;
        line-height: normal;
    }
    .nav_section{
        padding: 30px 0;
        padding-top: 32px;
    }
    .hidden_burger_menu.active{
        overflow: auto;
        padding-bottom: 30px;
    }
    body.fixed{
        overflow: hidden;
    }
    .hidden_burger_menu nav{
        padding-bottom: 30px;
    }
}