/* Скрытое меню */
.mobile-nav {
    position: fixed;
    top: 0;
    right: -320px; /* изначально скрыто */
    width: 280px;
    height: 100%;
    background: #111;
    transition: right 0.3s ease;
    padding: 60px 20px;
    box-shadow: -2px 0 6px rgba(0,0,0,0.3);
    z-index: 1000;
  }
  
  .mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile-nav ul ul{display: none;}
  .mobile-nav li {
    margin: 20px 0;
  }
  
  .mobile-nav a {
    color: var(--bmc);
    text-decoration: none;
    font-size: 18px;
    transition: 300ms;
  }
  .mobile-nav a:hover {
    color:burlywood;
  }
  /* Оверлей */
  .overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 900;
  }
  
  /* Активные состояния */
  .mobile-nav.active {
    right: 0;
  }
  
  .overlay.active {
    display: block;
  }
@media screen and (max-width:1450px){
    .container{
      width: 100%;
      padding:0 50px;
    }
    .b2, .b3, .b4, .b5, .b6, .b7, .b8{
        padding: 100px 0;
    }
    
}
@media screen and (max-width:1370px){
  .b5 .b5Wrap .container {
    padding: 100px 0 120px 0;
    position: absolute;
    left: 30px;
    margin-left: 0;
}
.b5 .b5Wrap .container {
  padding: 171px 30px 220px 30px;
  position: absolute;
  left: 50%;
  margin-left: -580px;
}
.b5 .b5Slider .owl-nav {
  left: 80%;
  right: auto;
  top: 604px;
}
.b5 .b5Slider .b5Slide .container span {
left: 30px;
}
.b5 .b5Wrap .container h2 {
  font-weight: 800;
  font-size: 45px;
  line-height: 140%;
}
.b5 .b5Slider .owl-nav {
  right: 30px;
  left: auto;
  top: 50%;
}
  .b5 .b5Slider .owl-nav {
    left: auto;
    right: 30px;
    top: 50%;
}
.b9 .container {
  padding: 170px 30px;
}
}
@media screen and (max-width:1280px){
  .container {
    width: 100%;
  }
  header .container {
    padding: 0 30px;
  }
  .b1 .container h2 {
    font-weight: 800;
    font-size: 44px;
  }
  .b h2 {
      font-weight: 800;
      font-size: 45px;
  }
  .b9 .container:nth-child(2) {
    padding:0;
  }
  .page .container {
    padding: 150px 30px;
    margin: 0 auto;
    width: 100%;
  }
  .b4 .attractons {
    width: 100%;
    height: 450px;
  }
  .b2 .monumentsWrap {
      height: 560px;
      margin: 50px auto;
      padding: 30px;
  }
  .b4 .attractons .a {
    width: 294px;
    height: 471px;
  }
  .b4 .attractons .a span {
    font-size: 20px;
  }
  
  .b6 .container .newsWrap .oneNew {
    width: 528px;
    height: 229px;
  }
  .b6 .container .newsWrap .oneNew .newPic {
      width: 250px;
      height: 229px;
  }
  .b6 .container .newsWrap {
    width: 100%;
    height: 551px;
  }
  .b6 .container .newsWrap .oneNew {
      width: 100%;
      height: 229px;
      min-width: 200px;
      margin: 0 15px 2% 0;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
  }
    .newTitle {
      font-size: 13px;
      line-height: 120%;
  }
    .newDescription {
      font-size: 12px;
      line-height: 130%;
      margin-top: 18px;
  }
  
}
@media screen and (max-width:1080px){
    
}
@media screen and (max-width:960px){
    .content{
        width: 100%;
    }
    header .container .rightHead{
      display: none;
    }
    header .container .leftHead {
      height: 120px;
      min-width: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
  }
  .logo {
    width: 80%;
    height: 60px;
}
.b9 span.altApps {
  display: flex;
  height: 58px;
  width: 70%;
  align-items: flex-start;
  margin: 10px 0 40px 105px;
  justify-content: flex-start;
  position: relative;
  top: -53px;
  flex-direction: column;
}
    
}
@media screen and (max-width:768px){
  
}
@media screen and (max-width:540px){
    
}
@media screen and (max-width:340px){
    
}
