#modalContainerCS {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: left;
}

#close-city-selector {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -8px;
}


.city-selector {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
}


.city-selector ul {
    column-width: 260px;
    list-style-type: none;
    margin: 0;
}


.city-selector p {
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    color: #eeb301;
}

.city-selector a {
    color: #fff;

}

.city-selector li {
    margin-bottom: 8px;
}

#select-city-header {
    color: #fff;
    font-weight: bold;
}

.city-full {
    border-top: 1px solid #eeb301;
    margin-top: 16px;
    padding-top: 16px;
}

.city-full {
    border-top: 1px solid #eeb301;
}

.city-oblast {
    border-top: 1px solid #eeb301;
}

.city-osnova, .city-oblast, .city-full {
    margin-top: 8px;
    padding-top: 8px;
}

.city-osnova a {
    color: #eeb301;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

.city-oblast a {
    color: #eeb301;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.header-email {
    text-wrap: nowrap;
}
#x_widget_10-wrapper h2.margin-bottom-3 {
    font-size: 1.7rem;
}
#x_widget_11-wrapper img.margin-bottom-3 {
    object-fit: cover;
    max-height: 231px;
}

@media screen and (max-width: 39.9375em) {
    .header-email {
        display: block;
        margin: 15px 0 0 0 !important;
    }
    .banner-heading {
        font-size: 3rem;
    }
}
@media (min-width: 959px) and (max-width: 1140px){
    #x_widget_11-wrapper img.margin-bottom-3{
        max-height: 200px;
    }
    
}
@media (max-width: 639px){
    #x_widget_11-wrapper img.margin-bottom-3{
        max-height: 89px;
    }
}
@media (max-width: 450px){
    #x_widget_11-wrapper img.margin-bottom-3{
        max-height: 55px;
    }
    #x_widget_10-wrapper h2.margin-bottom-3 {
        font-size: 1rem;
    }
}



