@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (max-width: 1200px) {
    .header-bottom-menu ul li a {
        font-size: 13px;
        padding-left: 11px;
        padding-right: 10px;
    }

    .header-bottom {
        padding-right: 0;
    }

    .header-bottom-menu #navbar {
        padding: 0;
    }

    .carousel-caption {
        left: 0;
        right: 0;
    }

    .content-slider {
        margin-bottom: 30px;
    }

    .content-last-news-first img, .content-last-news-others-image img {
        width: 100%;
    }

    .carousel-inner>.item>img {
        width: 100%;
    }
}

@media (max-width: 769px) {
    .header-top {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    .header-center {
        margin-top: 42px;
    }

    .gallery-content-mobile-div {
        display: flex;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .content-home-bottom-right-statistica-content .statistica-content-div {
        padding: 0 30px;
    }

    .gallery-content-div img {
        width: 100%;
    }

    .content-home-bottom-right-statistica-content {
        padding: 20px 0;
    }

    .content-slider .carousel-caption h3, .content-last-news-first-content h3 {
        font-size: 16px;
    }

    .content-slider .carousel-caption p, .content-last-news-first-content p, .content-last-news-others-content p {
        font-size: 13px;
    }

    .content-slider .carousel-caption, .content-last-news-first-content, .content-last-news-others-content {
        padding: 0 10px;
    }

    .content-last-news-others-content p {
        margin: 5px 0;
    }

    .content-header {
        #margin-bottom: 0;
    }

    .content-home-bottom-right-files-a a {
        font-size: 15px;
    }
}



@media (max-width: 768px) {
    .header-center {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-content a img, .gallery-content-div img {
        width: 100%;

    }

    .header-center-logo {
        float: none;
        text-align: center;
    }

    .header-center-search {
        float: none;
        text-align: center;
    }

    .header-center-search input {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .contact-form-buttons button {
        padding: 5px 50px !important;
    }
}

@media (max-width: 992px) {
    .header-bottom-menu {
        display: none;
    }

    #map {
        margin-bottom: 20px;
    }

    .partners-div {
        margin-bottom: 20px;
    }

    .gallery .row, .news .row {
        margin-bottom: 0;
    }

    .gallery .row .col-sm-6.col-md-3.col-lg-3.col-xs-12, .news .row .col-sm-6.col-md-3.col-lg-3.col-xs-12 {
        margin-bottom: 30px;
    }

    .mobile-menu-container, .header-top-for-mobile-content-menu {
        display: block !important;
    }
}

@media (max-width: 500px) {
    .content-home-bottom-right-statistica-content .statistica-content-div {
        width: 100%;
        border-right: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }

    .content-home-bottom-right-statistica-content .statistica-content-div:nth-child(3) {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .content-last-news-others-content p {
        margin: 5px 0;
        color: #000;
    }

    .content-last-news-first-content, .content-last-news-others-content {
        position: static;
        padding: 0;
        background: 0;
    }

    .content-last-news-first-content h3 {
        color: #000;
        margin-top: 5px;
        font-size: 15px;
    }

    .content-last-news-first-content p {
        color: #000;
        font-size: 13px;
    }

    .content-home-bottom-right-files-a a {
        font-size: 16px;
        padding: 12px 10px;
    }

    .content-home-bottom-header {
        margin-bottom: 10px;
    }

    .content-last-news-others div.col-xs-6 {
        margin-bottom: 20px;
        width: 100%;
    }

    .content-header {
        margin-bottom: 0;
    }
}

@media (max-width: 445px) {
    .content-slider .carousel-control span {
        width: 36px;
        height: 36px;
    }

    .content-slider .carousel-caption p {
        font-size: 13px;
    }

    .content-slider .carousel-caption h3 {
        font-size: 17px;
        margin-top: 10px;
        margin-bottom: 2px;
    }
}

@media (max-width: 350px) {
    .content-home-bottom-right-app-forms-content div {
        width: 100%;
        margin-bottom: 10px;
    }
}

