/* стили навигационного меню меню */

.fixed {
    position: fixed;
    width: 98.4vw;
}

.main-top {
    width: 98.4vw;
    height: 12vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    background-color: #343434;
    font-size: 1.6vw;
}

.burger-menu {
    display: none;
}

.logo {
    font-size: 2.5vw;
}

.search {
    width: 15vw;
    height: 6.5vh;
    line-height: 6.5vh;
    text-align: center;
}

.searh-title {
    padding: 0.7vw;
    background-color: #DFDFDF;
}

.search-li-otstup {
    height: 3vh;
}

.searh-scrol {
    display: none;
    height: 40vh;
    overflow: hidden;
    overflow-y: scroll;
    background: #DFDFDF;
}

.search ul li {
    list-style-type: none;
    border-top: 0.2vh solid #343434;
}

.search ul li a {
    color: #343434;
}

.search li:hover>ul {
    display: block;
}

.search ul li ul {
    text-align: start;
    line-height: 3.5vh;
}

.search ul li ul li a {
    color: #343434;
}

.main-top-tel {
    padding: 0.7vw;
    background-color: #043F6D;
}

.main-top a {
    color: #DFDFDF;
    text-decoration: none;
}

.main-top a:hover {
    color: #FFFFFF;
}

.top-otdelitel1 {
    height: 0.5vh;
    background-color: #043F6D;
    width: 98.4vw;
}

.top-otdelitel2 {
    height: 14.5vh;
    width: 98.4vw;
}


/*конец стилей навигации*/

@media screen and (max-width:1050px) {
    .fixed {
        width: 98vw;
    }
    .main-top {
        width: 98vw;
    }
    .top-otdelitel1 {
        width: 98vw;
    }
    .top-otdelitel2 {
        width: 98vw;
    }
}

@media screen and (max-width:800px) {
    .main-top {
        height: 10vh;
    }
    .burger-tel1,
    .burger-tel2,
    .logo,
    #head-main21,
    #head-main22 {
        display: none;
    }
    .burger-menu {
        color: #DFDFDF;
        display: block;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 10.5vh;
        width: 27vw;
    }
    .burger-menu1 {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        margin-top: 3vh;
    }
    .burger-lines {
        margin-left: 5vw;
        width: 5vw;
        height: 0.5vh;
        background-color: #DFDFDF;
        margin-top: 0.5vh;
        margin-bottom: 0.5vh;
    }
    .main-top {
        font-size: 2.6vw;
    }
    .search {
        width: 24vw;
    }
    .search ul li ul li {
        width: 24vw;
    }
    .search-li-otstup {
        height: 2vh;
    }
    .head-main41 {
        width: 24vw;
    }
    .head-main42 {
        width: 24vw;
    }
    .burger-nav {
        display: none;
    }
    .burger-nav li {
        background-color: #343434;
        border-top: 0.2vh solid #DFDFDF;
        width: 100%;
    }
    #burger-menu li:hover>ul {
        display: block;
        display: flex;
        flex-direction: column;
        transform: translateY(3.5vh);
    }
    li {
        list-style-type: none;
    }
    .top-otdelitel2 {
        height: 11.5vh;
    }
}

@media screen and (max-width:500px) {
    .top-otdelitel2 {
        height: 9.5vh;
    }
    .main-top {
        height: 8vh;
    }
    .main-top {
        font-size: 4.5vw;
    }
    #head-main41,
    #head-main42 {
        display: none;
    }
    .burger-tel1,
    .burger-tel2 {
        display: block;
    }
    .search {
        width: 49vw;
    }
    .search ul li ul li {
        width: 49vw;
    }
    .search-li-otstup {
        height: 0.5vh;
    }
    .burger-menu {
        width: 49vw;
    }
    #burger-menu li:hover>ul {
        transform: translateY(2.5vh);
    }
    .burger-lines {
        width: 7vw;
    }
}