#filter-title{
        display: flex;
        
    font-size: 120%;
}

#filter-title .title {
    font-size: 120%;
    font-weight: 100;
    text-align: left;
    cursor: pointer;
    margin-top: 0;
}
#filter-title .link-title {
    width: 250px;
    padding-left: 10px;
}

#filter-title .active .title {
    display: none;
}

#filter-title .all_div  {
    position: absolute;
    text-align: left;
    background: #fff;
    width: 250px;
    padding: 10px;
    display: none;
    overflow: auto;
    overflow-x: hidden;
    max-height: 350px;
    z-index: 99;
    border: 1px solid #fea500;
    border-radius: 0 0 10px 10px;
    border-top: 0;
}

.theater_city_name{
    flex: none;
    width: 100%;
    display: block;
    font-size: 140%;
    margin-top: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fea500;
}


.middle-container-element {
  margin: 10px 0;
}

/* Плавное появление новых элементов */
.fade-in {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.4s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Плавное исчезновение скелетона */
.fade-out {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Кнопка "Показать ещё" */
.load-more-wrap {
  text-align: center;
  margin: 20px 0;
}
.load-more-btn {
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  background: #444;
  color: #fff;
  margin-top: 30px;
  cursor: pointer;
}
.load-more-btn:disabled {
  opacity: 0.5;
  cursor: default;
}

/* Название города */
.theater_city_name {
  font-weight: bold;
  padding: 0px 0 0px 45px;
  font-size: 1.2em;
}

.rating-mini.all {
    display: flex !important;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    justify-content: flex-end;
}
.city-top{
    display: grid;
    grid-template-columns: 1fr 2fr;

    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.city-top-header {
    margin: 20px auto;
    background: #fff;
    box-sizing: border-box;
    padding: 0;
    height: 410px;
    border-radius: 30px;
    background: #fff no-repeat;
    border: 3px solid #fea500;
    box-shadow: 0px 0px 5px #222;
    min-width: 90%;
    max-width: 95%;
    overflow: hidden;
    position: relative;
    display: block;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2,  50%);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.city-top-header .item {
    height: 410px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    
    .city-top-header .item_0 { grid-area: 1 / 1 / 3 / 2; }
    .city-top-header .item_1 { grid-area: 1 / 2 / 2 / 3; height: 305px;}
    .city-top-header .item_2 { grid-area: 1 / 3 / 2 / 4; height: 305px;}
    .city-top-header .item_3 { grid-area: 2 / 2 / 3 / 3; height: 305px;}
    .city-top-header .item_4 { grid-area: 2 / 3 / 3 / 4; height: 305px;}
      
    .city_info  {
        max-width: 95%;
        margin: 5px auto;
    }
    .city_info .title {
        font-size: 120%;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        color: #fea500;
        margin-top: 20px;
    }
    .city_info .desc {
        font-size: 100%;
        font-weight: 700;
        color: #000;
    }
#filter-title .link-title{
    border-bottom: 1px dashed;
}


#filter-title .places-filter-element{
    padding: 10px 20px;
}

.places-filter-element img{
    
        width: 18px;
        margin-right: 5px;
    
} 


.header {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

/* Large desktops and laptops */
@media (max-height: 1200px) {
    
}
       

/* Large desktops and laptops */
@media (max-height: 900px) {

}
     

/* Large desktops and laptops */
@media (max-height: 800px) {

}
    

/* Large desktops and laptops */
@media (max-width: 1400px) {
       
}



/* Large desktops and laptops */
@media (min-width: 1200px) {
   
}


/* Large desktops and laptops */
@media (max-width: 1024px) {
    #filter-title .link-title {
        width: 150px;
    }
.city-top{
    display: block;
    grid-template-columns: 1fr 2fr;

    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

    .city-top-header {
        grid-template-columns: 2fr 1fr;
        grid-template-rows: repeat(2,  50%);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        max-height: 300px;
    }
    
        
    .city-top-header .item_0 { grid-area: 1 / 1 / 3 / 2; height: 300px;}
    .city-top-header .item_1 { grid-area: 1 / 2 / 2 / 3; height: 150px;}
    .city-top-header .item_2 { display: none;}
    .city-top-header .item_3 { grid-area: 2 / 2 / 3 / 3; height: 150px;}
    .city-top-header .item_4 { display: none;}

    #filter-title .all_div  {
        width: 100%;
        left:0;
    }
    #filter-title .title {
        font-size: 120%;
        font-weight: 100;
        padding: 10px 0;
        border-bottom: 1px solid;
        text-align: left;
        cursor: pointer;
        margin-top: 0;
    }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {


    }
    @media (max-width: 650) {

    }
    
    
    /* Landscape phones and smaller */
    @media (max-width: 480px) {
    }
