*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Roboto', sans-serif;
}
body::-webkit-scrollbar {
    width: 8px;
}
body::-webkit-scrollbar-track {
    background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
    background: #a5a5a5;
}
main{
    min-height: calc(100vh - 40rem);
}
.container{
    max-width: 1440px;
    margin: auto;
}
.editor{
    line-height: 1.6;
}
a{
    text-decoration: none;
}
.editor ul{
    padding-left: 40px;
}
.img{
    width: 100%;
}
header{
    position: sticky;
    top: 0px;
    background: #ffff;
    z-index: 200;
    padding: .5rem 0;
    box-shadow: 0px 4px 11px rgba(142, 133, 133, 0.16);
}
.header_row{
    display: flex;
    align-items: center;
}
.header_logo{
    max-width: 6.25rem;
}
.header_menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.header_contact_info{
    display: flex;
    align-items: center;
    margin-left: 26px;
}
.header_contact_info__text{
    display: flex;
    flex-direction: column;
    font-weight: normal;
    font-size: 20px;
    text-align: left;
    color: #BB8A52;
}
.header_contact_info__text>p{
    margin-top: .3125rem;
    text-decoration: underline;
}
.nav_bg {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}
.nav{
    margin-right: .375rem;
}
.nav_menu_img{
    display: none;
    align-items: flex-end;
    justify-content: space-between;
    width: -webkit-fill-available;
    padding: 2.5rem 0;
    background: white;
}
.header_menu>li{
    padding: 9px;
}
.header_menu__link:hover,
.lang_menu__link:hover,
.header_contact_info:hover p{
    color: #bb8a52;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}
.header_menu__link {
    cursor: pointer;
    display: flex;
    font-weight: normal;
    font-size: 1.0625rem;
    text-align: left;
    color: #3E2300;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}
.header_menu_sub{
    display: none;
    position: absolute;
    z-index: 50;
    padding: 1.5625rem 1.1875rem .625rem;
    max-width: 16.0625rem;
    border-radius: .25rem;
    background: #fff;
    box-shadow: 0rem .1875rem .5rem rgba(206, 206, 206, 0.19);
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
}
.header_menu>li:hover .header_menu_sub{
    display: block;
}
.header_menu_sub>li{
    padding: .5625rem 0;
}
.header_menu_sub>li:not(:last-child){
    border-bottom: .0625rem dashed #D4D4D4;
}
.menu_burger{
    display: none;
    background: transparent;
    border: none;
}
.lang_menu{
    display: flex;
}
.lang_menu>li:not(:last-child){
    margin-right: .9375rem;
}
.lang_menu__link{
    font-weight: normal;
    font-size: .9375rem;
    text-align: left;
    color: #3E2300;
    text-transform: uppercase;
}
footer{
    clear: both;
    padding: 3.6% 0 2.1%;
    background: #FCFCFC;
}
.footer_contact_info{
    display: flex;
    flex-direction: column;
    margin-bottom: 2.8%;
}
.footer_contact_info__phone{
    font-weight: bold;
    font-size: 25px;
    text-align: left;
    color: #BB8A52;
    margin: 5px 0;
}
.footer_contact_info__mail{
    font-weight: normal;
    font-size: 1.4375rem;
    text-align: left;
    color: #3E2300;
}
.footer_logo{
    max-width: 11.0625rem;
}
.footer_row{
    display: flex;
    flex-wrap: wrap;
    margin:  0 -0.75rem;
}
.footer_row__item{
    padding: 0 .75rem;
    flex: 0 0 auto;
    width: 25%;
    margin-bottom: 1.25rem;
}
.footer_menu_title{
    margin-bottom: 1.1875rem;
    font-weight: 500;
    font-size: 1rem;
    text-align: left;
    color: #3E2300;
}
.footer_menu__link{
    font-weight: 500;
    font-size: 15px;
    line-height: 2.0625rem;
    text-align: left;
    color: #3E2300;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}
.footer_menu__link>i{
    margin-right: .6875rem;
}
.footer_menu__link:hover{
    color: #BB8A52;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}
.no_hover:hover{
    color: #a1a6af;
}
.footer_social_icons{
    display: flex;
    margin: 0 -0.75rem;
}
.footer_social_icons__link{
    padding: .625rem 0;
}
.footer_social_icons__link:hover img{
    filter: brightness(0) saturate(100%) invert(84%) sepia(79%) saturate(1351%) hue-rotate(319deg) brightness(101%) contrast(96%);
}
.website_info {
    margin-top: 5.3%;
    display: flex;
    justify-content: space-between;
}
.website_info *{
    font-weight: normal;
    font-size: .9375rem;
    text-align: left;
    color: #3E2300;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}
.website_info:hover a{
    color: #bb8a52;
    text-decoration: underline;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}
.menu_active,
.leng_active{
    color: #BB8A52;
}
.header_menu li,
.lang_menu li,
.footer_menu li{
    list-style: none;
}

    /*  Responsive  */

@media all and (max-width: 1500px){
    .container{
        max-width: 100%;
        padding: 0 1.875rem;
    }
}
@media all and (max-width: 1366px){
    .header_menu>li{
        padding: .625rem .4rem;
    }
    .header_menu__link{
        font-size: 1rem;
    }
    .header_contact_info{
        margin-left: 45px;
    }
    .lang_menu>li:not(:last-child) {
        margin-right: 0.8rem;
    }
    .header_menu_sub{
        padding: 1.2rem 1rem 0.625rem;
    }
}

@media all and (max-width: 1300px){
    .header_contact_info__text {
        font-size: 14px;
    }
    .header_logo {
        max-width: 4.25rem;
    }
}

@media all and (max-width: 1199px){
    .menu_burger{
        display: block;
    }
    .menu_burger:hover{

    }
    .nav_bg {
        flex-grow: unset;
        justify-content: flex-end;
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        z-index: 150;
        transform: translateX(100%) translateX(1vw);
         -webkit-transform: translateX(100%) translateX(1vw);
        -moz-transform: translateX(100%) translateX(1vw);
        -ms-transform: translateX(100%) translateX(1vw);
        -o-transform: translateX(100%) translateX(1vw);
        -webkit-appearance: none;
    }
    .nav {
        margin-right: 0;
        position: relative;
        padding: 4.125rem 1.75rem 3rem;
        display: flex;
        background: #fff;
        width: 60vw;
        height: 100vh;
        flex-direction: column;
        align-content: flex-end;
        align-items: flex-end;
        justify-content: space-between;
        flex-wrap: nowrap;
        overflow-y: auto;
        overflow-x: hidden;
        transform: translateX(100%) translateX(1vw);
        -webkit-transform: translateX(100%) translateX(1vw);
        -moz-transform: translateX(100%) translateX(1vw);
        -ms-transform: translateX(100%) translateX(1vw);
        -o-transform: translateX(100%) translateX(1vw);
        -webkit-appearance: none;
        transition: 0.6s ease;
    }
    .show{
        display: flex;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
    .show_bg{
        transform: translateX(0%) translateX(0vw);
    }
    .nav::-webkit-scrollbar {
        width: 6px;
    }
    .nav::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    .nav::-webkit-scrollbar-thumb {
        background: #a5a5a5;
    }
    .nav_menu_img{
        display: flex;
    }
    .header_menu{
        flex-direction: column;
        width: 100%;
    }
    .header_menu>li{
        width: 100%;
    }
    .header_menu__link {
        font-size: 1.0625rem;
    }
    .header_menu>li:not(:last-child){
        border-bottom: 0.0625rem dashed #D4D4D4;
    }
    .header_menu__link{
        justify-content: flex-end;
    }
    .header_menu_sub{
        position: static;
        max-width: 100%;
        padding: .625rem 0 .3125rem ;
        box-shadow: none;
    }
    .header_menu_sub>li:not(:last-child){
        border: none;
    }
    .header_menu_sub .header_menu__link {
        font-size: 1rem;
    }
    .lang_menu{
        flex-grow: 1;
        margin-right: 2.375rem;
        display: flex;
        justify-content: flex-end;
    }
}
@media all and (max-width: 1024px){
    .header_logo {
        max-width: 5.25rem;
    }
    .footer_logo{
        padding-bottom: 1.125rem;
    }
    .footer_row__item{
        flex: 0 0 auto;
        width: 50%;
    }
    .footer_contact_info__phone{
        font-size: 1.25rem;
    }
    .footer_contact_info__mail{
        font-size: 1.0625rem;
    }
    .website_info {
        margin-top: 2%;
    }
    .footer_logo{
        max-width: 8.625rem;
    }
}
@media all and (max-width: 768px){
    .nav{
        width: 75vw;
    }
}
@media all and (max-width: 575px){
    .container{
        max-width: 100%;
        padding: 0 1.125rem;
    }
    header{
        padding: .5rem 0;
    }
    .header_logo{
        max-width: 3.4375rem;
    }
    .lang_menu{
        margin-right: 1.5rem;
    }
    .header_contact_info{
        width: 26px;
        margin-left: .6875rem;
    }
    .header_contact_info img{
        width: 100%;
    }
    .header_contact_info__text{
        display: none;
    }
    .nav{
        width: 85vw;
    }
    .nav {
        padding: 3rem 1.25rem 2rem;
    }
    .header_menu__link {
        font-size: 1rem;
    }
    .header_menu_sub .header_menu__link{
        font-size: .875rem;
    }
    footer {
        padding: 8% 0 6%;
    }
    .footer_row__item:first-child{
        flex: 0 0 auto;
        width: 100%;
    }
    .footer_contact_info {
        margin-bottom: 6%;
    }
    .footer_logo{
        max-width: 9rem;
    }
    .footer_row__item{
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 1.125rem;
    }
    .website_info{
        flex-direction: column;
    }
}
