.breadcrumbs {
    display: flex;
}

.projects_wrapper .bx-wrapper {
    margin: 0 auto!important;
}

.logo-gif {
    width: 225px;
}
.menu .fix {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    background-color: #343959;
}
.informer_class {
    display: flex;
    flex-direction: row;
    margin-top: 32px;
    justify-content: space-between;
}

.informer_counter {
    width: 100px;
}

.informer_text {
    width: calc(100% - 110px);
    text-align: center;
    color: #ffffff;
}

@media only screen and (max-width: 678px) {
    .menu .fix {

    }

    .projects__text {
        width: 100%;
        text-align: center;
        bottom: 20px;
        left: 0;
    }

    .projects__img {
        background-position: center;
        background-size: 100% 100%;
    }

    .content .photo {
        margin: 0 0 15px 0;
    }

    .news-main {
        padding: 0;

    }

    .text .photo {
        float: none;
    }

    .breadcrumbs {
        margin-top: 15px;
    }

    .class {
        padding: 20px 15px;
    }

    .class-slider .bx-wrapper {
        margin: 0 !important;
    }

    .class-slider__ul .class-slider__li {
        width: 360px !important;
    }

    .projects__ul .projects__li {
        width: 384px !important;
    }

    .multimedia__ul .multimedia__li {
        width: 384px !important;
    }

    .popular-wrapper .popular {
        height: 750px;
    }

    .popular .scroll-wrapper {
        height: 650px;
    }

    .breadcrumbs__link {
        padding-left: 5px;
    }

    .wrap_project {
        padding: 0 0 10px 19px;
    }

    .breadcrumbs {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .class-slider .bx-wrapper {
        margin: 0 !important;
        max-width: 100% !important;
    }
    .popular__wrapper {
        width: calc(100% - 70px);
    }

    .menu-fix_right {
        display: flex;
    }

    .footer-menu__right {
        margin-right : 15px;
    }

    .menu .fix {
        display: flex;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 679px) {
    .calendar {
        width: 367px;
        align-items: center;
        justify-content: center;
        display: flex;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1400px) {
    .multimedia .bx-wrapper .bx-prev {
        left: 5px !important;
    }

    .multimedia .bx-wrapper .bx-next {
        right: 5px !important;
    }

    .projects .bx-wrapper .bx-prev {
        left: 5px !important;
    }

    .projects .bx-wrapper .bx-next {
        right: 5px !important;
    }

}
/* Dropdown Button */
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    line-height: 100%;
    font-family: Roboto!important;
}
.dropbtn svg {
    margin-left: 5px;
    color: white;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e456f;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
@media only screen and (min-width: 1023.99px) {
    /*.dropdown {*/
    /*    display: none;*/
    /*}*/
    .hide_langs {
        display: none;
    }
}
@media only screen and (max-width: 1023.99px) {

    .hide_langs-mobile {
        display: none;
    }
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #343959;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
    top: 0;
    left: 0;
    will-change: transform;
    transform: translate3d(0, 36px, 0);
    width: 100%;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 12px;
    line-height: 100%;
    font-family: Roboto!important;
    text-align: center;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
