#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;
}
tbody, tfoot, thead {
    vertical-align: top;
}
@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;
    }
}
@media print {
  a[href]:after {
    content: none;
  }
  .background-quaternary .cell{
        display: flex;
        justify-content: center;
        align-items: center;
        gap:10px;
    }
  #secondBurgerNav, .breadcrumbs,#burger_nav,nav.cell.small-24.medium-12,nav, a.button,.footer__container .cell:last-child{
    display: none;
  }
  .background-quaternary .grid-x.grid-padding-x {
    flex-direction: column;
    align-items: center;
    }
    
    .background-quaternary .cell p{
        margin-block-start: 0em;
        margin-block-end: 0em;
    }
    
    .background-quaternary .cell{
        width:100%
    }
    .carousel-main__item .grid-padding-x .cell{
        width:100%;
    }
    td {
    border: 1px solid;
    }
    .cell:has(#menu-left){
        display:none;
    }
}
.hyphens-auto {
    -ms-hyphens: auto;
    hyphens: auto;
}

.menu-base__item.is-active > .menu-base__link:after,
.menu-base__link.is-active:after,
.menu-base__link[aria-current="page"]:after {
  width: 100%;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.background-quaternary h3.margin-bottom-3 {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 0;
}

@media print, screen and (min-width: 40em) {
    .background-quaternary h3.margin-bottom-3 {
        font-size: 1.2rem;
    }
}