@media (max-width: 1199px) {
    .head-wrap {
        flex-flow: wrap;
    }
    .head-logo {
        width: 100%;
    }
    .head-logo img {
        margin-left: auto;
        margin-right: auto;
    }
    .head-btn {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 25px;
        position: relative;
    }
    #content:before {
        display: none;
    }
    .head-btn-item {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .head-btn-tel {
        order: 1;
    }
    .head-btn-lang {
        order: 2;
    }

    .head-btn-menu.active .head-menu-mob {
        display: block !important;
    }
    .head-btn-menu {
        position: relative;
    }
    .head-menu-mob:before {
        content: "";
        position: absolute;
        width: 3px;
        height: 20px;
        left: calc(50% - 20px);
        transform: translateX(-50%);
        top: -20px;
        background: #fff;
    }
    .head-menu-mob {
        position: absolute;
        background: #fff;
        width: 320px;
        left: calc(50% + 20px);
        top: 40px;
        transform: translate(-50%, 0);
        border-radius: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .head-menu-mob > ul {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
    }
    .head-menu-mob > ul > li > a {
        font-size: 12px;
        color: #333 !important;
        text-transform: uppercase;
        text-align: center;
        display: block;
        font-weight: 700;
        padding: 10px;
    }




    .head-menu-mob .dropdown.open > a {
        color: #333;
        text-decoration: underline;
    }
    .head-menu-mob .dropdown-menu {
        position: static;
        width: 100%;
        border-radius: 0;
        border: none;
        box-shadow: none;
        padding-top: 0;
        padding-bottom: 15px;
    }
    .head-menu-mob .dropdown-menu a {
        font-size: 12px;
        text-align: center;
        text-transform: lowercase;
        color: rgba(51, 51, 51, 0.7);
    }

    .head-menu-mob .dropdown.open > a:before, .head-menu-mob .dropdown:hover > a:before,
    .head-menu-mob .dropdown.open > a:after, .head-menu-mob .dropdown:hover > a:after {
        display: none;
    }


    .block-info-soc {
        display: none;
    }
    .block-info {
        padding-left: 0;
    }
    .block-info-wrap {
        padding-top: 10px;

    }
    .block-info-text {
        font-size: 16px;
    }
    .block-info-btn-wrap {
        text-align: center;
    }
    .block-info-wrap {
        background: url(../img/bg.jpg) no-repeat;
        background-position: bottom center;
        background-size: cover;
        position: relative;
        padding-bottom: 40px;
        padding-top: 20px;
    }
    .block-info-wrap:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
    }




    .block-slider-wrap {
        margin-top: 80px;
    }


    .block-banner-wrap {
        margin-top: 80px;
    }



    .block-brands-wrap {
        margin-top: 100px;
    }
    .block-brands-title {
        font-size: 25px;
    }
    .block-brands-items {
        flex-flow: wrap;
    }
    .block-brands-item {
        margin-bottom: 10px;
    }


    .block-advantages-wrap {
        padding-top: 100px;
    }
    .bg-gray {
        background: none;
    }
    .block-advantages-item {
        margin-left: 0 !important;
        width: 100%;
        max-width: none;
        border-bottom: 3px solid #fff;
        padding-bottom: 25px;
    }
    .block-advantages-item-title {
        text-align: center;
        font-size: 30px;
    }
    .block-advantages-item-text {
        text-align: center;
        margin-top: 25px;
    }
    .block-advantages-item-number {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        opacity: .1;
        font-size: 200px;
    }



    .footer-social-items-wrap {
        margin-top: 100px;
    }
    .footer-social-item {
        width: 70px;
        height: 70px;
        background-size: contain;
        margin-left: 10px;
        margin-right: 10px;
    }


    .footer-items {
        flex-flow: wrap;
        justify-content: center;
    }
    .footer-item-1 {
        width: 100%;
        order: 1;
        text-align: center;
        margin-top: 40px;
    }
    footer .block-info-soc-items {
        margin-top: 20px;
    }
    .footer-item-3 {
        width: 100%;
        order: 2;
        text-align: center;
        margin-top: 40px;
    }
    footer {
        padding-bottom: 60px;
    }



    /* contact */
    .contact-items {
        display: block;
    }
    .contact-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .contact-item .text-center {
        min-height: 0;
    }
    .contact-map {
        max-width: 100%;
    }
    .contact-map iframe {
        height: 300px
    }


    /* about coop */
    .ap-offer:before {
        display: none;
    }
    .ap-offer {
        margin-left: 0;
    }
    .ap-block-coop-item {
        max-width: 100%;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 80px;
    }
    .ap-block-coop-item:before {
        height: 80px !important;
        left: 50% !important;
        right: unset !important;
    }
    .ap-block-coop-title-right {
        margin-left: auto;
    }

}



@media (max-width: 767px) {

    /* about */
    .about-page-block-btn-wrap {
        flex-flow: wrap;
    }
    .about-page-block-btn-wrap .btn {
        width: 100%;
        max-width: 300px;
        margin-left: 0;
        margin-right: 0;
        font-size: 14px;
        text-align: center;
        justify-content: center;
        margin-bottom: 15px;
    }
    .about-page-block {
        padding: 25px 15px 10px;
    }
    .about-page-block-title {
        text-align: center;
        margin-bottom: 15px;
    }
    .about-page-block-btn-wrap {
        margin-top: 20px;
    }



    /* brand */
    .brand-page-img {
        margin-bottom: 50px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .brand-page-img:after {
        width: 2px;
        height: 50px;
        left: 50%;
        transform: translate(-50%, 100%);
    }


    /* webinar */
    .webinar-items {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
    }
    .webinar-item {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    .webinar-item span {
        font-size: 13px;
        width: 100px;
        height: 100px;
    }


    /* library */
    .library-logo-search {
        display: block;
        text-align: center;
    }
    .library-logo img {
        margin-left: auto;
        margin-right: auto;
    }
    .library-search {
        margin-top: 50px;
    }
    .library-search #search {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        max-width: 400px;
    }
    .library-search #search input {
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


    .photo-gallery-items,
    .video-gallery-items {
        margin-top: 80px;
        margin-left: -5px;
        margin-right: -5px;
    }
    .photo-gallery-item,
    .video-gallery-item {
        width: calc(100%/2 - 10px);
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .video-gallery-item {
        width: calc(100% - 10px);
    }
    .photo-gallery-items .slick-dots,
    .video-gallery-items .slick-dots {
        bottom: 500px;
    }


    /* blog */
    .article-page-block .webinar-title {
        font-size: 22px;
        text-transform: none;
    }
    .blog-article-wrap img {
        margin-bottom: 25px;
        max-width: 100%;
    }
    .blog-article-wrap p {
        margin-bottom: 20px;
    }
    .blog-article-wrap p + h2 {
        margin-top: 25px;
    }
    .blog-article-wrap h2 {
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 1.3;
        text-align: center;
    }
    .article-page-block p,
    .article-page-block ul,
    .article-page-block ol {
        line-height: 1.5;
    }
    .blog-article-other-title {
        font-size: 22px;
        margin-bottom: -10px;
    }
    .blog-article-other-items-wrap .blog-item {
        margin-bottom: 0;
    }


    /* contact */
    .contact-item {
        margin-bottom: 15px;
        padding: 25px;
    }
    .contact-map {
        margin-left: -15px;
        margin-right: -15px;
        max-width: calc(100% + 30px);
    }
    .contact-map iframe {
        height: 300px;
        border-radius: 0;
    }


    /* speaker in */

    .in-speaker-text-img-wrap {
        float: right;
        max-width: 150px;
        margin-top: -50px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .in-speaker-text {
        font-size: 12px;
    }
    .in-speaker-btn-wrap {
        margin-top: 30px;
        text-align: center;
    }


    /* about coop */
    .ap-title {
        font-size: 24px;
        margin-bottom: 50px;
    }
    .ap-offer {
        font-size: 15px;
    }
    .ap-offer li {
        padding-left: 0;
    }

    .about-page-block-2 {
        margin-top: 100px;
    }
    .ap-block-coop-title {
        padding: 25px;
    }
    .ap-block-coop-item {
        margin-top: 60px;
        height: auto;
    }
    .ap-block-coop-item:before {
        height: 60px !important;
    }
    .ap-block-coop-title-right {
        width: 80px;
        height: 80px;
        font-size: 11px;
    }
    .ap-block-coop-item-name {
        font-size: 15px;
    }

}





/************ up ***********/
@media (max-width: 1199px) {
    /*.block-brands-item {*/
    /*    width: calc(100%/4);*/
    /*}*/
}




/************** up 2024 *************/
@media (min-width: 1200px) {
    .head-menu {
        margin-left: auto;
        margin-right: 35px;
    }
}

@media (max-width: 1199px) {
    .footer-items {
        display: block;
    }

    .footer-item {
        margin: 0;
        margin-bottom: 30px;
        width: 100%;
        text-align: left;
    }
    .footer-item-1 {
        text-align: center;
    }
    .footer-logo img {
        margin-left: auto;
        margin-right: auto;
    }
    footer .block-info-soc-items {
        max-width: 100%;
    }
}








/********** up ***********/
@media (max-width: 767px) {
    .contact-map {
        height: 600px;
        border: none;
        border-radius: 0;
        padding: 0;
        margin-top: 90px !important;
    }

    .webinar-title {
        margin-bottom: 30px;
    }

    .contact-item {
        margin-bottom: 30px;
    }
    .contact-item:last-of-type {
        margin-bottom: 0;
    }



    .footer-items {
        position: relative;
        border-top: none;
    }
    .footer-items:before {
        content: "";
        position: absolute;
        left: -15px;
        width: calc(100% + 30px);
        top: 0;
        height: 1px;
        background: #fff;
    }




    .event-list-wrap .eventItem {
        display: flex;
    }
    .eventItem .image img {
        max-width: 70px;
        margin: 0 !important;
    }
    .event-list-wrap .eventItem .caption {
        margin-left: 20px !important;
    }
    .event-list-wrap .eventItem .caption i {
        font-size: 13px;
    }
    .event-list-wrap .eventItem h4 a {
        font-size: 15px;
        line-height: 1.2;
        display: block;
    }




    .ncc-title-day {
        font-size: 20px;
        line-height: 1.3;
    }
    .ncc-item-time {
        font-size: 18px;
    }
    .ncc-item-info-name {
        font-size: 14px;
        line-height: 114%;
    }
    .ncc-item {
        display: block;
    }
    .ncc-item {
        position: relative;
    }
    .ncc-item-time {
        position: absolute;
        left: 0;
        top: 0;
    }
    .ncc-item-info-name {
        padding-left: 75px;
        padding-top: 6px;
    }

    .ncc-item-info-btn {
        margin-top: 25px;
    }
    .ncc-item-info-btn-1, .ncc-item-info-btn-2 {
        width: calc(50% - 5px);
    }


    .ncc-items {
        margin-top: 40px;
    }
    .ncc-item {
        margin-bottom: 40px;
    }
    .new-calendar {
        padding-bottom: 50px;
    }
}



@media (max-width: 500px) {
    .about-page-block-btn-wrap .btn.btn-primary {
        margin-left: auto;
        margin-right: auto;
    }


    .fc-daygrid-event.fc-daygrid-dot-event.fc-event .fc-event-title {
        font-size: 11px;
        word-break: break-word;
    }


    body .fc .fc-toolbar-title {
        font-size: 13px !important;
    }
    .fc-dayGridMonth-button,
    .fc-today-button {
        font-size: 13px !important;
    }
    .fc-prev-button,
    .fc-next-button {
        padding: 5px !important;
    }
}