@import url(wysiwyg.css);
@import url(header.css);
@import url(burger.css);
@import url(Homepage.css);
@import url(news.css);
@import url(footer.css);
@import url(gallery.css);
@import url(centers.css);
@import url(about.css);
@import url(googlemap.css);
@import url(collaboration.css);
@import url(usefull-videos.css);

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: #9ECCFA;
}

html {
    scroll-behavior: smooth;
}

img{
    object-fit: cover;
    max-width: 100%;
}

@media screen and (max-width: 1601px){
    .header{
        align-items: center;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 1420px) {
    .logo-container{
        width: 400px;
    }
}
@media screen and (max-width: 1360px) {
    .logo-container{
        width: 350px;
    }
}

@media screen and (max-width: 1260px) {
    .logo-container{
        width: 320px;
    }
}

@media screen and (max-width: 1230px) {
    .menu-text{
        font-size: 12px;
    }

    .events-info{
        width: 40%;
    }
}

@media screen and (max-width: 1150px) {
    .menu-text{
        font-size: 12px;
    }
}

@media screen and (max-width: 1000px) {
    .main-info-container{
        display: block;
    }
}

@media screen and (max-width: 800px) {
    .events-info, .single-home-article{
        width: 80%;
    }
}

@media screen and (max-width: 660px){
    .contacts-container{
        margin-right: 20px;
    }
}



@media screen and (max-width: 575px) {
    .social-conatiner{
        width: 100%;
    }
    .contacts-container{
        width: 100%;
        margin: 10px 40px auto;
    }
}

@media screen and (max-width: 400px){
    .menu-item.burger{
        width: 40%;
    }
    .burger-item{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 350px){
    .logo{
        display: none;
    }
    .logo.mobile{
        display: block;
        height: 80px;
        width: 80px;
    }
}

@media screen and (max-width: 310px){
    .contacts-container{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin: 10px;
    }
}

@media screen and (max-width: 290px){
    .burger-item{
        align-items: end;
    }
}