@media screen and (max-width: 1150px) {
    .header,
    .bottom {
        padding: 0 25px;
    }
    .content .centerBlock {
        padding-right: 25px;
    }
}

@media screen and (max-width: 800px) {
    div.mod-languages ul.lang-inline li {
        width: 55px;
        height: 55px;
    }
    .header .flex {
        margin-bottom: 0;
    }
    .content .centerBlock {
        padding-top: 242px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .container {
        width: 100%;
    }
    .custom_slider .slick-list {
        width: 80%;
    }
}
@media screen and (max-width: 600px) {
    div.mod-languages ul.lang-inline li {
        width: 42px;
        height: 42px;
    }
    div.mod-languages ul.lang-inline li a {
        font-size: 1.25em;
    }
    .content_bg {
        padding: 35px 20px 20px;
    }

    .city_content {
        flex-direction: column;
    }
    .city_btns {
        width: 100%;
        margin-top: 25px;
    }
    .city_btns a {
        font-size: .875em;
        margin-bottom: 15px;
    }

    .city_text {
        width: 100%;
    }
    .city_text_item {
        margin-top: 20px;
    }
    .city_text_item h1 {
        font-size: 1.75em;
        padding-right: 0;
    }
    .city_text_item p,
    .city_text_item td {
        font-size: .875em;
    }
    .city_text_item p {
        padding-right: 25px;
    }
    .city_text_item table {
        padding-right: 0;
    }

    #map {
        width: 100%;
    }

    .custom_links {
        flex-wrap: wrap;
        justify-content: center;
    }
    .custom_links > p {
        width: 25%;
        margin-bottom: 15px;
    }

    .slick-slide img {
        width: 85%;
    }
}

@media screen and (max-width: 500px) {
    .header .flex {
        flex-direction: column;
        justify-content: center;
    }
    .header .flex img {
        max-width: 260px;
    }
    div.mod-languages {
        margin: 30px 0 20px;
    }
    div.mod-languages ul.lang-inline li {
        width: 50px;
        height: 50px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .content .centerBlock {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 150px;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .custom_links a {
        font-size: .875em;
    }

    .bottom {
        padding: 0 10px;
    }
    .custom_slider {
        margin: 25px 0;
    }
    .custom_slider .slick-list {
        width: 76%;
    }
    .slick-arrow {
        width: 32px;
        height: 32px;
    }

    .city_text_item strong {
        min-width: 90px;
    }
}