@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
#sp-main-body-wrapper{
    background-image: url("https://expodat.com/images/2026/01/20/v-dvizhenii_1920x1080_2-1.jpg")!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    min-height: 645px!important;
}
@media(max-width: 992px){
    #sp-main-body-wrapper{
        background-image: url("https://expodat.com/images/2026/01/22/v-dvizhenii_992_mob.jpg")!important;
    }
}
body {
   font-family: "Merriweather", serif;
   font-optical-sizing: auto;
   font-weight: 600;
   font-style: normal;
   font-variation-settings:
           "wdth" 100;
}
.header-date__btn{
    background-color: #00bb7a;
    border: 1px solid #00bb7a;
    color: #fff;
    background-image: none;
    transition: .3s ease-in-out;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}
.header-date__btn:hover{
    background-color: white;
    color: #00bb7a;
}
.header-date__btn.show-hide{
    opacity: 0;
}
.header-logo{
    max-width: 330px;
    width: 100%;
}
.header-about{
    max-width: 325px;
    width: 100%;
    color: white;
}
.ge-header .row-fluid{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-date{
    text-align: right;
}
.header-date__item{
    font-size: 48px;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    color: white;
    font-family: "Merriweather", serif;
}
.ge-header, .footer{
    background: #495DC5;
    padding: 32px 0;
}
.row-fluid:before, .row-fluid:after {
    display: none!important;
}
.header-about p{
    font-family: "Merriweather", serif;
}
.footer{
    color: white;
    text-align: center;
    line-height: 1.5;
    margin-top: -56px;
    padding: 32px 0 70px;
}
.footer a{
    color: white;
    text-decoration: underline;
}

@media(max-width: 992px) {
    .ge-header .row-fluid{
        gap: 18px;
    }
    .header-about{
        font-size: 14px;
        line-height: 1.1;
    }
    .footer{
        margin-top: 0px!important;
    }
    .ge-header {
        padding: 32px 10px;
    }
    .modal {
        left: 0px!important;
    }
}