/* ____________ HEADER ______________ */

header .header__center{
    padding: 0px;
    background-color: transparent;
}

header .header__bottom{
    height: auto;
}

header .container{
    background: var(--okay-second-company);
    padding: 40px 75px;
}

header .header__bottom .container{
    padding: 15px;
    background: none;
    box-shadow: 0 4px 7px -1px rgb(0 0 0 / 6%);
}

header .header__bottom .container .menu_group__item--1{
    margin: 0px 10px;
    color: black;
}

header .menu_group--header .menu_eventer:hover .menu_group__list--2{
    opacity: 1;
    max-width: 350px;
    min-width: 200px;
    left: 0;
    top: 30px;
    cursor: pointer;
    z-index: 6;
    -webkit-box-shadow: 0 4px 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 15%);
    background-color: #eef3f5;
    text-align: left;
    padding: 20px 40px 20px;
    display: block;
    visibility: visible;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    padding-left: 5px;
}


header .menu_group--header .menu_group__link{
    transition: 0.5s;
}

header .menu_group__list--2 .menu_group__link span{
    font: 14px ProbaPro-Bold,Arial,sans-serif;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    border-bottom: solid 2px rgba(250,193,42,0);
    -webkit-transition: all .3s;
    transition: all .3s;
}

header .menu_group__list--2 a.menu_group__link:hover span{
    color: var(--okay-basic-company);
}

header .government-sites-logo {
    border-bottom: none!important;
    cursor: pointer;
}

header .government-sites-logo .content{
    padding-left: 20px;
}

header .government-sites-logo .icon {
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 44px;
    background-color: #2669e3;
}

header .government-sites-logo .icon:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 22px;
    background-color: #ffe358;
}

header .government-sites-logo span{
    color: #fff;
    font: 26px ProbaPro-SemiBold,Arial,sans-serif;
    display: block;
}

header .government-sites-logo span.light {
    color: #fff;
    font: 13px ProbaPro-Regular,Arial,sans-serif;
    padding-top: 1px;
    opacity: .5;
    display: block;
}

header .main-logo{
    width: auto;
}

header .header__menu{
    justify-content: center;
}

header a{
    text-decoration: none;
}

header .social_links{
    margin-right: 10px;
}

header .social_links:last-of-type{
    margin: 0px;
}

header .social_links svg{
    max-height: 20px;
}

header .header__center .main-logo-block{
    text-align: center;
    margin-top: 40px;
}

header .header__center .main-logo-block .main-logo{
    cursor: pointer;
    display: inline-block;
    display: flex;
    flex-direction: column;
}

header .header__center .main-logo-block .icon,
footer .logo-wrapper .icon{
    width: 46px;
    height: 75px;
    background: url(../images/tryzub.svg) 0 no-repeat;
    display: block;
    margin: 0 auto 25px;
}

header .header__center .main-logo-block span,
header .header__center .main-logo-block h1{
    margin-bottom: 0px;
    line-height: 1.5;
    color: #fff;
    font: 28px ProbaPro-Bold,Arial,sans-serif;
    max-width: 580px;
    margin: 0px auto;
    transition: 0.5s;
    font-weight: 600;
}

header .header__center .main-logo-block span.light,
footer .logo-wrapper span.light{
    font: 16px ProbaPro-Regular,Arial,sans-serif;
    display: block;
    opacity: .5;
    margin-top: 16px;
}

header .header-contacts-wrapper{
    margin: 40px 0px 0px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

header .header-contacts-wrapper a,
header .header-contacts-wrapper span{
    color: var(--okay-header-company);
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
}


header .header__top{
    position: static;
} 

header .modale-window-wrapper{
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1;
    display: none;
}

header .window-block-wrapper{
    z-index: 2;
    display: flex;
    padding: 60px;
    background-color: #31486c;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

header .window-block-wrapper .close{
    font-size: 28px;
    position: absolute;
    top: 0;
    right: 10px;
    transform: rotate(45deg);
    transition: 0.5s;
}

header .window-block-wrapper .close:hover{
    cursor: pointer;
    color: var(--okay-basic-company);
}

header .window-block-wrapper a{
    z-index: 2;
    display: flex;
    margin: 15px 60px 15px 0px;
    font-size: 18px;
    width: 40%;
    transition: 0.5s;
    color: #fff;
}
header .window-block-wrapper a:hover{
    color: var(--okay-basic-company);
}
header .window-block-wrapper a:nth-child(2n){
    margin-right: 0px;
}

header .darkened-background{
    background-color: rgba(0, 0, 0, 0.678);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

header .fa-bars:before{
    color: #fff;
    font-size: 16px;
}

header .bottom-section-wrapper{
    display: flex;
    justify-content: space-between;
    margin-top: 38px;
}

/* ____________ FOOTER ______________ */

footer{
    background: transparent;
}

footer .container{
    background: var(--okay-second-company);   
    padding: 40px 75px;
}

footer .footer__title.d-flex.align-items-center.justify-content-between{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

footer .logo-wrapper .icon{
    margin-bottom: 5px;
}

footer .main-logo-block{
    max-width: 200px;
    text-align: center;
    color: #fff;
}

footer .main-logo-block a{
    color: #fff;
    text-decoration: none;
}

footer .main-logo-block a:hover{
    color: var(--okay-basic-company);
}

footer .menu-wrapper{
    padding: 0px;
    padding-left: 100px;
}

footer .menu_group--footer .menu_group__link{
    padding: 0px;
    font-size: 14px;
}

footer .menu_group--footer .menu_group__link::before{
    content: none;
}

footer .container{
    padding-bottom: 0px;
}


footer .footer__title.open-hours{
    border:0px;
}
footer .footer__content.open-hours ul{
   margin: 0px;
   padding: 0px;
   list-style: none;
   max-width: 90%;
}
footer .footer__content.open-hours ul li{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
}