@font-face {
  font-family: Lato;
  src: url(../fonts/Lato.ttf);
  font-display: swap;
}

@font-face {
  font-family: Cormorant Garamond;
  src: url(../fonts/CormorantGaramond-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: Gotham-Pro-Light;
  src: url(../fonts/Gotham-Pro/GothaProLig.otf);
  font-display: swap;
}



body {
  overflow-x: hidden;
  font-family: Lato;
  background: url('/images/site/background.png');
  color: #091a26;
}
.fa{
  color: #fff;
}
.no-pad-r{
  padding-right: 0;
}
.no-pad-l{
  padding-left: 0;
}
.fixed_menu,footer{
  background: url('/images/site/menu.png');
}
.fixed_menu_bottom{
  background: url('/images/site/menu_bottom.png');
}
.fixed_menu .nav.menu.mod-list li{
  padding: 13px 0 7px;
  transition: padding 0.3s;
}
.nav.menu.mod-list li{
  font-family: "Cormorant Garamond";
  font-size: 24px;
  font-weight: 400;
}
.menu_top{
  padding-top: 20px;
  transition: padding-top 0.3s;
}
.nav.menu.mod-list li:hover,.nav.menu.mod-list li .active{
  color: #3484c1;
  text-decoration: underline;
}
.logo_text{
  font-family: "Cormorant Garamond";
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.36px;
  background: linear-gradient(10deg, #3382be 0%, #73bbf1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #3484c1;
  display: block;
  text-align: center;
}
.fixed_menu__logo-link{
  display: block;
  text-align: center;
}
footer .logo_text{
  text-align: left;
}
.address{
  text-align: left;
}
.call{
  text-align: right;
}
.address_sity{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.address{
  font-size: 18px;
  font-weight: 400;
  line-height: 15px;
}
.tell{
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
}
.tell a:hover{
  color: #3484c1;
}
.tell_feedback{
  color: #3484c1;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  border: none;
  background: inherit;
  padding: 0;
}
.tell_feedback:hover{
  text-decoration: none;
  color: #73bbf1;
}
#halls_mobile{
  display: none;
}
a {
  color: inherit;
  text-decoration:none;
}
a:hover,  a:focus{
  color: inherit;
  text-decoration:none;
}
a p{
  color: inherit;
  text-decoration:none;
}
img {
  max-width: 100%;
}
input {
  max-width: 100%;
}
.fixeded .menu_top{
  padding-top: 5px;
}
.fixeded .nav.menu.mod-list li{
  padding: 2px 0;
}
.nopad{
  padding: 0px;
}
.btn-default {
  color: #fff;
  background-color: #a70007;
  border-color: #a70007;
  outline: none;
  transition: 0.3s;
  border-radius: 23px;
}
#article h1 {
  margin: 0;
}
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #a70007;
  border-color: #8c8c8c;
  outline: none;
}
.btn-default:hover {
  color: #fff;
  background-color: #a70007;
  border-color: #adadad;
}
.btn-default:focus {
  color: #fff;
  background-color: #a70007;
  border-color: #adadad;
  outline:none; 
}   
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
  color: #fff;
  background-color: #a70007;
  border-color: #adadad;
}
.owl-nav {
  position: absolute;
  width: 60%;
  top: 42%;
  left: 20%;
  height: 0px;
}
.owl-next {
  float: right;
  font-size: 50px;
  color: #fff;
  padding: 7px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  height: 40px;
  transition: 0.4s;
  padding-left: 13px;
  padding-top: 6px;
}

p.footer_textlogo {
    text-align: left;
    margin-top: -4px;
    font-size: 37px;
    line-height: 32px;
    padding-top: 4px;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    margin-bottom: 0px;
    background-image: linear-gradient(80deg, #237cbf 30%, #56a2db 50%, #73bbf1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

p.header_logotext {
    text-align: center;
    margin-top: -4px;
    font-size: 37px;
    line-height: 32px;
    padding-top: 4px;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    margin-bottom: 0px;
    background-image: linear-gradient(80deg, #237cbf 30%, #56a2db 50%, #73bbf1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
}

.owl-prev {
  float: left;
  font-size: 50px;
  color: #ffff;
  padding: 7px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  height: 40px;
  transition: 0.4s;
  padding-left: 13px;
  padding-top: 6px;
}
.owl-dots {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  float: left;
  margin-left: 7px;
  transition: 0.4s;
  background: inherit;
  border-radius: 5px;
}
.owl-dots .owl-dot.active {
  background: #fff;
  border-color: #fff;
}
#fixed_header .menu.nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 10px;
}
.navbar-brand {
  float: left;
  padding: 6px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.num {
  float: left;
  padding-top: 12px;
  font-size: 15px;
  color: #000000;
}
.mob_logo img {
  width: 40px;
}
.modal-header .close {
  padding: 0px;
  margin: 0px;
}
.fixed_menu, .menu_mobile{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  transition: 0.3s;
}
.nav{
  align-items: center;
  justify-content: space-between;
}
footer .right-block{
 text-align: right;
}
footer .politika{
 border-bottom: 1px solid #fff;
}
footer{
 padding-top: 35px;
}
footer .footer_logo_mobile{
    display: none;
  }
section#contacts h2{
  font-size: 20px;
}
section#contacts .info_contact.adres:before{
  content: '\f041';
  font-family: Fontawesome;
  margin-left: -21px;
  display: block;
  float: left;
}
section#contacts .info_contact.phone:before{
  content: '\f095';
  font-family: Fontawesome;
  margin-left: -21px;
  display: block;
  float: left;
}
section#contacts .info_contact.email:before{
  content: '\f003';
  font-family: Fontawesome;
  margin-left: -28px;
  display: block;
  float: left;
}
section#contacts .info_contact{
  padding-left: 30px;
  margin-bottom: 30px;
}
section#contacts .info_contact p{
  margin-bottom: 0;
}
.fixedeseds{
  display: none;
} 
.btn-primary, #modal_form #modal_form_submit{
  box-shadow: 7px 5px 21px rgba(52, 132, 193, 0.55);
  border-radius: 4px;
  background-image: linear-gradient(10deg, #3382be 0%, #73bbf1 100%);
  color: #ffffff;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border: 0;
  cursor: pointer;
}
.btn-primary:hover, #modal_form #modal_form_submit:hover{
  background-color: #3484c1;
  background-image: none;
}
.politika, .edison{
  color: #667580;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
}
.politika:hover, .edison:hover{
  color: #3484c1;
}
.politika{
  text-decoration: underline;
}
.reservation{
  position: absolute;
  top: 230px;
  left: 59%;
  z-index: 1;
  width: 340px;
  height: 450px;
}
.reservation .info_block{
  background: url('/images/site/reservation.png');
  padding: 50px 45px;
  background-size: 99%;
  text-align: center;
  background-repeat: no-repeat;
}
.title_form{
  color: #3484c1;
  font-family: Lato;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.reservation input{
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 11px 15px;
  background: inherit;
  font-family: Lato;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
  text-align: center;
}
.reservation span{
  color: #848484;
  font-family: Lato;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
  margin-top: 12px;
}
.reservation .btn-primary{
  padding: 10px 30px;
  margin-top: 25px;
}
.title{
  width: max-content;
  font-family: "Cormorant Garamond";
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  margin: auto;
  margin-bottom: 45px;
}
.title p{
  text-align: center;
  display: inline-block;
}
.title hr {
  margin-top: -35px;
  border-top: 2px solid #000;
  width: 50%;
  line-height: -15px;
}
.advantages{
  padding-top: 35px;
}
.advantages__block{
  text-align: center;
  padding: 0 30px;
}
.advantages__block img{
  margin-top: 25px;
}
.advantages__text{
  font-family: Lato;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0 0;
}
.btn-food_menu{
  font-size: 30px;
  font-weight: 400;
  width: 100%;
  display: block;
  text-align: center;
  padding: 90px 0;
  margin-bottom: 20px;
  border-radius: 8px;
}
.btn-food_menu.left{
  background: url('/images/site/menu1.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.btn-food_menu.right{
  background: url('/images/site/menu2.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.btn-food_menu:hover{
  background: url('/images/site/menu_active.png');
  background-position: center;
  box-shadow: 0 15px 25px rgba(9, 26, 38, 0.15);
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 89px 0;
}
.foot_menu_link {
  margin-bottom: 80px;
  text-align: center;
}
.foot_menu_link .btn-primary{
  padding: 13px 50px;
  display: inline-block;
  margin: auto;
}
.contacts{
  position: relative;
}
.contact__info{
  position: absolute;
  z-index: 1;
  background: #ffffff;
  background: #ffffff78;
  left: 200px;
  top: 50px;
  padding: 15px;
}
.contact_data{
  background: #fffffffc;
  padding: 30px 20px 40px;
  font-size: 18px;
  font-weight: 400;
}
.contact_data span{
  display: block;
}
.contact{
  line-height: 23px;
  padding-left: 40px;
}
.contact__tel a:hover, .contact__email a:hover{
  color: #3484c1;
}
.contact__address{
  margin-top: -40px;
}
.contact__address:before{
  content: url('/images/icon/003_con.png');
  top: 45px;
  left: -40px;
  position: relative;
}
.contact__tel:before{
  content: url('/images/icon/002_con.png');
  top: 42px;
  left: -40px;
  position: relative;
}
.contact__email:before{
  content: url('/images/icon/001_con.png');
  top: 27px;
  left: -40px;
  position: relative;
}
#YaMap{
  width: 100%;
  height: 500px;
}
.aktsii{
  padding-bottom: 60px;
}
.aktsii__block{
  background-image: url('/images/site/back_aksii.png');
  background-repeat: no-repeat;
  padding: 33px 50px 65px;
  background-size: 100%;
}
.aktsii__block_img{
  height: 270px;
}
.aktsii__title{
  font-size: 24px;
  font-weight: 400;
}
.aktsii__description{
  font-size: 18px;
  font-weight: 400;
  display: block;
  line-height: 20px;
  margin-bottom: 30px;
}
.aktsii .btn-primary{
  display: inline-block;
  padding: 13px 30px;
}
.aktsii__img{
  width: 100%;
}
.aktsiya{
  min-height: 570px;
}
.block_aktsiya{
  margin: 40px 0 70px;
}  
.block_aktsiya__title{
  background: url('/images/site/title.png');
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #091a26;
}
.block_aktsiya{
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
}
.block_aktsiya__text{
  display: inline-block;
  padding: 25px 20px 40px;
}
.block_aktsiya__img{
  float: left;
  margin-right: 15px;
}
footer .nav.menu{
  padding: 0 60px;
}
footer .nav.menu.mod-list li{
  padding-left: 10px;
  line-height: 24px;
  margin-bottom: 7px;
  min-width: 170px;
}
.banquet_menu, .sad_menu{
  margin-bottom: 100px;
}
.menu_block table{
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
}
.menu_block thead{
  width: 100%;
  background: url('/images/site/title.png');
}
.menu_block thead td:last-child{
  width: 20%;
}
.menu_block td{
  padding: 0 30px;
}
.menu_block thead td{
  font-size: 30px;
  font-weight: 400;
  padding: 10px 30px;
}
.menu_block .category_menu{
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 30px;
}
.menu_block .menu_span{
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.menu_block tbody{
  font-size: 24px;
  font-weight: 400;
}
.border_bottom{
  border-top: 1px solid #d6e6f3;
}
tr:last-child hr{
  margin-bottom: 30px;
}
.last-hr{
  margin-top: 60px;
}
.breadcrumb{
  background-color: inherit;
  color: #667580;
  font-size: 16px;
}
.menu_info_block{
  text-align: center;
}
.menu_info_block h3{
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 45px;
}
.menu_info_block p{
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 30px;
}
.menu_info_block p span{
  color: #3484c1;
}
.btn-collapse{
  position: relative;
  padding: 0;
}
.btn-collapse span{
  position: absolute;
  font-size: 30px;
}
.collapse_0.btn-collapse span{
  top: 25%;
  right: 73px;
} 
.collapse_1.btn-collapse span{
  top: 25%;
  right: 65px;
}
.info_block__politika:hover{
  text-decoration: underline;
}
.collapse_0 span:before{
  content: url('/images/icon/small.png');
  position: absolute;
  top: -15px;
  left: -110px;
}
.collapse_1 span:before{
  content: url('/images/icon/big.png');
  position: absolute;
  top: -8px;
  left: -90px;
}
.collapse_0:hover span:before,.collapse_0.active span:before{
  content: url('/images/icon/small_active.png');
  position: absolute;
  top: -15px;
  left: -110px;
}
.collapse_1:hover span:before,.collapse_1.active span:before{
  content: url('/images/icon/big_active.png');
  position: absolute;
  top: -8px;
  left: -90px;
}
.btn-collapse:hover, .btn-collapse.active{
  box-shadow: 0 15px 25px rgba(9, 26, 38, 0.15);
}
.btn-collapse:hover span, .btn-collapse.active span{
  color: #3484c1;
}
.block_btn{
  text-align: center;
  margin-bottom: 40px;
}
.block_btn a{
  margin: 0 5px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}
.halls{
  margin-bottom: 30px;
  margin-top: 45px;
}
.photo__wrapper-item{
  margin-bottom: 30px;
}
.nav_pagination{
  display: flex;
}
.pagination{
  margin: auto;
}
.page-link{
  border: none;
  background: inherit;
  border-bottom: 1px solid;
  border-radius: 0;
  padding: 8px 3px 3px;
  margin: 0 5px;
  font-size: 20px;
}
.page-item:last-child .page-link{
  border-radius: 0;
}
.page-item:first-child .page-link{ 
  border-radius: 0;
}
.page-link.active{
  color: #091a26;
  border-bottom: none;
}
.page-link:focus{
  box-shadow:none;
}
.page-link:hover{
  background-color: inherit;
  border-color: inherit;
}
.modal-content p a:hover{
  text-decoration: underline;
}
.modal-content p a{
 color: #3382be;
}








/*  large desktops */
@media (max-width: 1684.98px) {
  .reservation{
   width: 300px; 
   height: 400px;
 }
 .reservation input{
    padding: 5px 10px;
  }
  .title_form{
    font-size: 20px;
    line-height: 23px;
  }
  .reservation span{
    font-size: 14px;
  }
  .reservation .info_block{
    padding: 50px 45px 55px;
  }
  .reservation .btn-primary{
    font-size: 13px;
  }
}   

@media (max-width: 1534.98px) {
  .reservation{
    width: 260px;
    top: 170px;
    left: 58%;
  }
  .title_form {
    font-size: 16px;
    line-height: 18px;
  }
  .reservation span {
    font-size: 12px;
  }
  .reservation .btn-primary{
    font-size: 9px;
    margin-top: 12px;
  }
  .reservation .info_block {
    padding: 30px 45px 55px;
    background-size: 99%;
  }
  .reservation input{
    font-size: 13px;
  }
}

@media (max-width: 1339.98px){
  .reservation {
    width: 215px;
  }
  .reservation .info_block {
    padding: 20px 20px 55px;
    background-size: 99%;
  }
  .title_form{
    line-height: 15px;
  }
  .reservation input {
    font-size: 11px;
  }
  .reservation .btn-primary{
    font-size: 8px;
  }
  .reservation span {
    font-size: 11px;
  }
}

/* desktops */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .advantages__text{
    font-size: 15px;
  }
  .title{
    font-size: 50px;
  }
  .contact_data{
    font-size: 15px;
  }
  .btn-food_menu{
    padding: 77px 0;
    font-size: 25px;
  }
  .reservation{
    top: 155px;
    width: 205px;
    left: 57%;
  }
  .reservation span{
    margin-top: 0px;
  }
  .tell{
    font-size: 14px;
  }
  footer .nav.menu.mod-list li {
    padding-left: 9px;
    line-height: 17px;
    font-size: 21px;
    min-width: 105px;
  }
  footer .logo_text{
    font-size: 31px;
  }
  .tell_feedback{
    font-size: 15px;
  }
  .politika, .edison{
    font-size: 14px;
  }
  .menu_block thead td{
    font-size: 26px;
  }
  .menu_block .category_menu{
    font-size: 24px;
  }
  .menu_block tbody{
    font-size: 22px;
  }
  .btn-food_menu:hover{
    padding: 76px 0;
  }
  .aktsii__block{
    padding: 33px 50px 10px;
  }
  .menu_info_block h3{
    font-size: 27px;
  }
  .menu_info_block p{
    font-size: 22px;
    line-height: 27px;
  }
  

}

/* tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
  .owl-nav{
    width: 80%;
    top: 35%;
    left: 11%;
  }
  
p.header_logotext {
    text-align: center;
    margin-top: -4px;
    font-size: 28px;
    line-height: 23px;
    padding-top: 4px;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    margin-bottom: 0px;
    background-image: linear-gradient(80deg, #237cbf 30%, #56a2db 50%, #73bbf1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

p.footer_textlogo {
    text-align: left;
    margin-top: -5px;
    font-size: 22px;
    line-height: 24px;
    padding-top: 4px;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    margin-bottom: 0px;
    background-image: linear-gradient(80deg, #237cbf 30%, #56a2db 50%, #73bbf1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

  .reservation{
    width: 165px;
    top: 150px;
  }
  .title_form{
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 0;
  }
  .reservation span{
    margin-top: 10px;
    margin-bottom: 7px;
    font-size: 8px;
    line-height: 11px;
  }
  .reservation input{
    padding: 5px 0;
    font-size: 10px;
    margin-bottom: 5px;
  }
  .reservation .btn-primary{
    font-size: 7px;
    margin-top: 2px;
    padding: 8px 13px;
  }
  .address{
    font-size: 14px;
  }
  .logo_text{
    font-size: 28px;
  }
  footer .logo_text{
    font-size: 22px;
  }
  .tell{
    font-size: 11px;
  }
  .tell_feedback{
    font-size: 11px;
  }
  .nav.menu.mod-list li{
    font-size: 21px;
  }
  .title{
    font-size: 44px;
  }
  .title hr{
    margin-top: -30px;
  }
  .btn-food_menu{
    font-size: 25px;
    padding: 55px 0;
  }
  .btn-primary{
    font-size: 13px;
  }
  .contact__info{
    position: unset;
  }
  .contact{
    display: inline-grid;
    margin-left: 20px;
  }
  .foot_menu_link{
    margin-bottom: 25px;
  }
  .contact_data{
    font-size: 15px;
  }
  #YaMap{
    height: 350px;
  }
  .politika, .edison{
    font-size: 13px;
  }
  footer .tell {
    font-size: 10px;
  }
  footer .nav.menu{
    padding: 0 15px;
  }
  footer .nav.menu.mod-list li {
    padding: 0 8px;
    line-height: 15px;
    font-size: 18px;
    min-width: 110px;
  }
  .aktsii__block_img{
    height: auto;
  }
  .aktsii__title{
    font-size: 23px;
  }
  .aktsii__description{
    font-size: 15px;
  }
  .aktsii .btn-primary{
    padding: 10px 25px;
    font-size: 12px;
  }
  .menu_block thead td {
    font-size: 16px;
    font-weight: 600;
  }
  .menu_block .category_menu{
    font-size: 22px;
  }
  .menu_block tbody{
    font-size: 18px;
  }
  .menu_block .menu_span{
    font-size: 15px;
  }
  .aktsii__block{
    padding: 33px 50px 47px;
  }
  .block_btn a{
    margin: 10px;
  }
  .btn-food_menu:hover{
    padding: 54px 0;
  }
  .menu_info_block p{
    line-height: 26px;
  }
  .banquet_menu, .sad_menu{
    margin-bottom: 50px;
  }

}

/* smartphones */
@media (max-width: 767.98px) {

p.footer_textlogo {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
    line-height: 29px;
    padding-top: 5px;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    margin-bottom: 0px;
    background-image: linear-gradient(80deg, #237cbf 30%, #56a2db 50%, #73bbf1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

  #halls_mobile{
    display: block;
  }
  #halls_mobile .slider_block{
    padding: 0 30px;
  }
  #hall_carousel_0,#hall_carousel_1{
    display: block;
    width: 350px;
    margin: auto;
  }
  #hall_carousel_0 .owl-nav,#hall_carousel_1 .owl-nav{
    width: 145%;
    top: 37%;
    left: -22%;
  }
  #hall_carousel_0.owl-theme .owl-nav [class*=owl-],#hall_carousel_1.owl-theme .owl-nav [class*=owl-]{
    color: #091a26;
    background: inherit;
    font-size: 54px;
  }
  #hall_carousel_0.owl-theme .owl-nav .fa:before,#hall_carousel_1.owl-theme .owl-nav .fa:before{
    color: #091a26;
  }
  #halls{
    display: none;
  }
  .collapse_1.btn-collapse span {
    top: 32%;
  }
  .logo_text{
    font-size: 20px;
    line-height: 23px;
  }
  .nav{
    padding: 0px 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .title {
    font-size: 38px;
  }
  .title hr{
    margin-top: -20px;
  }
  .menu_mobile{
    padding: 10px 0;
  }
  footer .nav{
    flex-direction: initial;
  }
  footer .right-block{
    text-align: center;
  }
  footer{
    text-align: center;
  }
  footer .logo_text{
    text-align: center;
  }
  footer .footer_logo{
    display: none;
  }
  footer .footer_logo_mobile{
    display: block;
    margin-bottom: 10px;
    margin-right: 20px;
  }
  .tell_feedback{
    margin: 15px 0;
  }
  .btn-primary{
    font-size: 13px;
  }
  .menu_block thead td{
    padding: 10px 15px;
    font-size: 13px;
  }
  .menu_block .category_menu{
    font-size: 20px;
    padding-top: 15px;
  }
  .menu_block td{ 
    padding: 0 15px;
  }
  .menu_block .menu_span{
    font-size: 14px;
    line-height: 15px;
  }
  .menu_block tbody{
    font-size: 16px;
  }
  .btn-food_menu{
    font-size: 27px;
    padding: 90px 0;
    margin-top: 13px;
  }
  .foot_menu_link .btn-primary{
    padding: 9px 27px;
    font-size: 11px;
  }
  .contact__info{
    position: unset;
  }
  .contact_data{
    font-size: 14px;
  }
  .advantages__text{
    font-size: 15px;
  }
  .reservation{
    display: none;
  }
  .tell{
    font-size: 12px;
    text-align: center;
  }
  .owl-nav{
    width: 80%;
    top: 15%;
    left: 9%;
  }
  footer .nav.menu.mod-list li{
    font-size: 21px;
    padding: 0 20px;
  }
  .moduletable_menu{
    margin: 15px 0;
  }
  .block_btn a{
    margin: 10px 5px;
  }
  .foot_menu_link{
    margin-bottom: 30px;
  }
  .halls{
    margin-bottom: 50px;
  }
  .photo__wrapper-item{
    margin: 8px 0;
  }
  .btn-collapse span{
    font-size: 23px;
    right: 85px;
    top: 32%;
  }
  .collapse_0 span:before{
    top: -20px;
  }
  .collapse_1 span:before{
    top: -15px;
  }
  .collapse_0:hover span:before, .collapse_0.active span:before{
    top: -20px;
  }
  .collapse_1:hover span:before, .collapse_1.active span:before{
    top: -15px;
  }
  .aktsii__block{
    background-image:none;
    background-color: #d6e6f35c;
    padding: 30px 50px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .menu_info_block h3{
    font-size: 22px;
  }
  .menu_info_block p{
    font-size: 18px;
    line-height: 24px;
  }
  .menu_info_block h3{
    margin-bottom: 15px;
    margin-top: 35px;
  }
  .banquet_menu, .sad_menu{
    margin-bottom: 50px;
  }
  .last-hr{
    margin-top: 50px;
  }
  .aktsii__title{
    margin-top: 25px;
  }
  .aktsii__block_img{
    height: auto;
    display: block;
  }
  .row1 p{
    margin-bottom: 0px;
  }
  .banquet_menu, .sad_menu{
    margin-bottom: 50px;
  }
  .collapse_0.btn-collapse span {
    top: 29%;
    right: 75px;
  }
  .aktsii__text{
    display: grid;
  }
  .aktsii .btn-primary{
    margin: auto;
  }
  footer .nav.menu{
    display: none;
  }
}
@media (max-width: 469.98px) {
  #hall_carousel_0,#hall_carousel_1{
    width: 230px;
  }
  #hall_carousel_0 .owl-nav,#hall_carousel_1 .owl-nav{
    top: 27%;
  }
  .collapse_0.btn-collapse span {
    top: 29%;
    right: 50px;
  }
  .collapse_1.btn-collapse span {
    top: 33%;
    right: 45px;
  }
  .advantages__block{
    padding: 0;
  }
  .btn-collapse img{
    height: 100%;
  }
  .logo_text{
    font-size: 18px;
    line-height: 23px;
  }
  .nav.menu.mod-list li{
    font-size: 20px;
    line-height: 24px;
  }
  .owl-nav{
    top: 9%;
  }
  .aktsii__description{
    font-size: 15px;
  }
  .aktsii__title{
    font-size: 22px;
    line-height: 20px;
  }
  .aktsii__block_img{
    height: auto;
  }
  .aktsii .btn-primary{
    padding: 10px 20px;
    font-size: 12px;
  }
  .aktsii__block{
    background-image:none;
    background-color: #d6e6f35c;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .title{
    font-size: 25px;
  }
  .block_aktsiya__title{
    font-size: 22px;
    line-height: 25px;
    padding: 10px;
  }
  .block_aktsiya{
    margin: 10px 0 70px;
  }
  .advantages__text{
    font-size: 11px;
    line-height: 14px;
  }
  .btn-food_menu{
    padding: 42px 0 47px;
    font-size: 24px;
  }
  .btn-collapse span{
    font-size: 23px;
  }
  .btn-food_menu:hover{
    padding: 49px 0;
  }
  .menu_block{
    overflow-x: auto;
  }
  .block_aktsiya__img{
    margin-bottom: 20px;
  }
  .btn-collapse span{
    right: 25px;
  }
  .row1{
    margin-top: 10px;
  }
  .row1 p{
    margin-bottom: 0px;
  }
  footer .nav{
    display: inline-block;
    margin-bottom: 20px;
  }
  footer .tell{
    font-size: 14px;
  }
  .aktsii{
    padding-bottom: 30px;
  }
}