#header {
    height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
}

.header-contacts__container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.header-contacts__container .header-contacts__container {
    flex: 1;
}

.header__contacts {
display: flex;
gap: 20px;
}

.region-header-contacts {
    display: flex;
    gap: 20px;
}

#block-vesta-theme-pochta-2 {
    display: flex;
    gap: 5px;
    color: #FFFFFF;
    font-family: "inter";
    text-decoration: none !important;
    font-size: clamp(0.813rem, 0.771rem + 0.19vw, 1rem) !important;
}
#block-vesta-theme-telefon-2 {
    display: flex;
    gap: 5px;
    color: #FFFFFF;
    font-family: "inter";
    text-decoration: none !important;
    font-size: clamp(0.813rem, 0.771rem + 0.19vw, 1rem) !important;
}
#block-vesta-theme-pochta-2 .text-formatted:hover {
    
    text-decoration: none !important;
}
#block-vesta-theme-telefon-2 .text-formatted:hover {
   
    text-decoration: none !important;
}


.header__messages {
    display: flex;
    gap: 16px;
    align-items: center;
}

.header__contacts {
    display: flex;
    align-items: center;
}
 


.under-header {
    height: 117px;
    background-color: white;
    margin-bottom: 0px !important;
}

.under-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.logo {
    width: 30%;
    display: flex;
    align-items: center;
}

.logo .block-title {
    text-transform: uppercase;
    color: #000000;
    font-family: "inter" !important;
    font-size: clamp(1.063rem, 0.881rem + 0.83vw, 1.875rem) !important;
    margin-bottom: 0px !important;
    font-weight: 900 !important;
}

.logo .block-title:hover {
    opacity: 0.7;
}
.logo:hover {
    color: #000000 !important;
}

.header__menu {
    width: 50%;
}

.header__menu ul  {
    gap: 30px;
    justify-content: center;
}

.header__button-container {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}

.header__button {
    width: clamp(8.75rem, 8.081rem + 3.06vw, 11.75rem);
    height: clamp(2.75rem, 2.611rem + 0.64vw, 3.375rem);
    border-radius: 30px;
    background-color: #1C437C;
    font-family: "manrope";
    font-weight: 700;
    color: #FFFFFF !important;
    text-decoration: none !important;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:1200px) {
    .header__menu ul {
        gap: 5px;
    }
}
@media(max-width:991px) {
 
    #header {
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 10;
    }

    .page {
        overflow: visible !important;
    }

    .logo {
        width: 60%;
    }

    .header__button-container {
        width: 40%;
        font-size: 13px;
    }

    .header__button {
        width: 90%;
    }

}
@media(max-width:768px) {
    .header__button {
        font-weight: 500;
    }
}
@media(max-width:576px) {
   .header__contacts {
    flex-direction: column;
    gap: 2px;
   }

   .header__contacts {
        align-items: flex-start;
    }
   
}