.burger__menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background: white;
    position: fixed;
    top: 0;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    right: -100%;
    z-index: 100;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 0;
}

.burger__menu.show {
    right: 0;
    z-index: 100;
}

.headerBurger.show {
    right: 0;
    z-index: 100;
}

.flex {
    display: flex;
}

.sideburger {
    margin-top: 10vw;
    margin-bottom: 15vw;
}

.headerBurger {
    flex-direction: column;
    top: 0;
    padding-top: 1vw;
    width: 100%;
    z-index: 10;
    background: white;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
    opacity: 1 !important;
}

.mainBurger {
    background: white;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    position: relative;
    opacity: 1 !important;
}

.line {
    width: 100%;
    background: rgba(255, 255, 255, 0.62);
    height: 0.1vw;
    margin-top: 2vw;
}

.logoAndClose {
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: 0 auto;
    padding: 0vw 2vw 2vw 2vw;
}

.burger_btn {
    margin-top: 7vw;
}

.burgerlinks {
    flex-direction: column;
    gap: 10vw;
    width: 85%;
    margin: 0 auto;
    margin-top: 10vw;
    margin-bottom: 10vw;
}

.burgerlinks img {
    width: 100%;
}

.subburger {
    display: none;
}

.decornone {
    text-decoration: none;
}

.footer_second {
    display: flex;
    flex-direction: column;
    gap: 6vw;
    width: 85%;
    margin: 0 auto;
    background: white;
    text-decoration: none;
    margin-top: 20vw;
}

.burger_footer_buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 5vw;
}

.burger_footer_buttons_item {
    display: flex;
    gap: 4vw;
    align-items: center;
    padding: 2vw 0 2vw 4vw;
    border: 0.1vw solid rgba(197, 197, 197, 1);
    width: 36vw;
    border-radius: 1.5vw;
}

.zayavka_bur {
    background: rgba(15, 90, 83, 1);
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 4vw;
    color: white;
    padding: 4vw 1.5vw 4vw 1.5vw;
    font-weight: 500;
    border-radius: 1.5vw;
    box-shadow: 2px 3px 6px 0px rgba(70, 39, 10, 0.29);
    margin-top: 3vw;
}

.burger_footer_buttons_item_img {
    width: 6vw;
    object-fit: cover;
}

.burger_footer_buttons_item_text {
    font-size: 3.2vw;
    font-weight: 400;
}

.burger_footer_buttons_item_img img {
    width: 100%;
    height: 100%;
}

.header_mobile_menu img {
    width: 100%;
    height: 100%;
}

.burger_icons {
    display: flex;
    justify-content: center;
    gap: 6vw;
    margin-top: 10vw;
    padding-bottom: 40vw;
}

.burger_icon-item {
    width: 18vw;
}

.burger_icon-item img {
    width: 100%;
    height: 100%;
}

.linkitem,
.sublink,
.footer_second-item-text {
    font-style: normal;
    font-weight: 500;
    font-size: 5.5vw;
    color: rgba(82, 82, 82, 1);
    object-fit: cover;
    display: flex;
    align-items: center;
    gap: 3vw;
}

.linkitem img {
    width: 6vw;
}

.footer_second-item-text {
    font-size: 5vw;
    font-weight: 600;
    text-decoration: none;
}

.footer_second-item {
    display: flex;
    flex-direction: column;
    gap: 4vw;
}

.footer_second-item_light {
    font-size: 4vw;
    font-weight: 500;
    opacity: 0.7;
    width: 62vw;
    border-radius: 1.5vw;
    border: 0.2vw solid rgba(76, 176, 248, 1);
    padding: 3vw 0 3vw 4vw;
    color: rgba(76, 176, 248, 1);
    display: flex;
    align-items: center;
    gap: 4vw;
}

.footer_second-item-img {
    width: 8vw;
    object-fit: cover;
}

.footer_second-item-img img {
    width: 100%;
}

.logob {
    width: 30vw;
    object-fit: cover;
    padding: 3vw;
}

.logob img {
    width: 100%;
    height: 100%;
}

.closeb {
    width: 18vw;
    object-fit: cover;
    padding: 5vw;
}

.closeb img {
    width: 100%;
    height: 100%;
}

.bigdecor img {
    width: 100%;
    height: 100%;
}

.logo_fot {
    width: 30vw;
    object-fit: cover;
    margin-left: 9vw;
}

.logo_fot img {
    width: 100%;
    height: 100%;
}

.burger_links_block {
    gap: 10vw;
    width: 85%;
    margin: 0 auto;
    margin-top: 10vw;
    padding-bottom: 25vw;
}

.burger_links_block .header_desktop_mp_item {
    color: rgba(82, 82, 82, 1);
    font-size: 5vw;
    font-weight: 400;
    gap: 4vw;
}
