body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  color: #131d28;
  background: #fff;
}
a{
  color: #131d28;
}
a:hover, a:focus, a:active, a:visited{
  color: #131d28;
}

:focus {
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}

.button{
  display: inline-block;
  vertical-align: middle;
  height: 53px;
  line-height: 53px;
  padding: 0px 45px;
  border-radius: 53px;
  background: #e51e25;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 9px 13px 0px rgba(229, 30, 37, 0.49);
  -moz-box-shadow:    0px 9px 13px 0px rgba(229, 30, 37, 0.49);
  box-shadow:         0px 9px 13px 0px rgba(229, 30, 37, 0.49);
  font-size: 17px;
  transition: all 0.5s ease;
  text-transform: uppercase;
  border: none;
}
.button:hover, .button:focus, .button:active, .button:visited{
  text-decoration: none;
  color: #fff;
}

.title{
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 45px;
  font-weight: bold;
  margin: 0px;
  padding: 0px ;
}

header.header{
  min-height: 806px;
  background:  url(../images/bg/header.jpg) center top no-repeat;
  padding-top: 10px;
  color: #fff;
}
header.header.inner{
  min-height: 160px;
  background: #2e313d;
}
header.header .logo{
  text-align: left;
}
header.header .logo a{
  display: block;
}
header.header .logo a img{
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
header.header .info{
  padding-top: 10px;
  font-size: 0px;
}
header.header .info .column{
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 16px;
  padding-left: 20px;
}
header.header .info .column.point{
  background:  url(../images/ico/point.png) left 10px no-repeat;
  width: 29%;
}
header.header .info .column.phones{
  background:  url(../images/ico/phone.png) left 10px no-repeat;
  width: 40%;
}
header.header .info .column span{
  display: block;
  line-height: 31px;
}
header.header .info .column span a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
header.header .info .column.buttons{
  padding-left: 0px;
  text-align: right;
  width: 31%;
}
header.header .info .column.buttons .button{
  padding: 0px 35px;
}
header.header .navbar-default {
	background-color: transparent;
	border-color: transparent;
  border-top: 1px solid rgba(255,255,255, 0.26);
  margin-top: 20px;
  border-radius: 0px;
  margin-bottom: 0px;
}
header.header .navbar-default .navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
header.header .navbar-default .navbar-nav > li > a {
	color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
}
header.header .navbar-default .navbar-nav > li > a:hover, header.header .navbar-default .navbar-nav > li > a.active{
  color: #e51e25;
}
header.header .navbar-default .navbar-nav > li:first-child > a{
  padding-left: 0px;
}
header.header .navbar-default .navbar-nav > li:last-child > a{
  padding-right: 0px;
}
header.header .navbar-default .navbar-nav > .open > a, header.header .navbar-default .navbar-nav > .open > a:hover, header.header .navbar-default .navbar-nav > .open > a:focus{
  background: transparent;
  color: #fff;
}
header.header .navbar-default .navbar-nav .dropdown-menu{
  background: #000;
}
header.header .navbar-default .navbar-nav .dropdown-menu > li > a{
  color: #fff;
}
header.header .navbar-default .navbar-nav .dropdown-menu > li > a:hover{
  background: #000;
  color: #e51e25;
}
header.header .promo{
  padding-top: 140px;
}
header.header .promo .item{
  padding-left: 30px;
}
header.header .promo .item span{
  display: block;
  padding-right: 50%;
}
header.header .promo .item span.head{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 65px;
}
header.header .promo .item span.text{
  font-weight: 500;
  font-size: 24px;
  line-height: 56px;
  padding-bottom: 50px;
}

.main_about{
  padding: 80px 0px;
}
.main_about .image{

}
.main_about .image img{
  max-width: 100%;
}
.main_about .text{

}
.main_about .text .title{
  text-align: left;
  padding-bottom: 60px;
}
.main_about .text p{
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}

.booking_form{
  min-height: 492px;
  background:  url(../images/bg/booking.jpg) center top no-repeat;
  padding-top: 145px;
}
.booking_form .form{

}
.booking_form .form .title{
  color: #fff;
  text-align: left;
  padding-bottom: 60px;
}
.booking_form .form input[type=text]{
  width: 225px;
  padding-left: 25px;
  height: 53px;
  border-radius: 53px;
  font-size: 17px;
  border: none;
  margin-right: 20px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 55px;
}
.booking_form .form input.date{
  background: #fff url(../images/ico/arrow_bottom.png) 175px center no-repeat;
  cursor: pointer;
}
.booking_form .form input[type=text]:last-child{
  margin-right: 0px;
}

.main_advantages{
  padding-top: 80px;
  padding-bottom: 20px;
}
.main_advantages .items{
  padding-top: 80px;
  font-size: 0px;
  text-align: center;
}
.main_advantages .items .item{
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.main_advantages .items .item span{
  display: block;
}
.main_advantages .items .item span.name{
  padding: 20px 30px 0px 30px;
}
.main_advantages .items .item span.image{

}
.main_advantages .items .item span.image img{
  display: inline-block;
  max-width: 100%;
}

.live_sound{
  min-height: 396px;
  padding-top: 70px;
  background:  url(../images/bg/live_sound.jpg) center top no-repeat;
}
.live_sound .title{
  text-align: left;
  color: #fff;
  line-height: 78px;
}

.main_news{
  padding-top: 80px;
  padding-bottom: 50px;
}
.main_news .head{

}
.main_news .head .title{
  text-align: left;
}
.main_news .head .buttons{
  text-align: right;
}
.main_news .items{
  padding-top: 80px;
}
.main_news .items .item{
  margin-bottom: 30px;
  background: #f4edf0;
}
.main_news .items .item .image{
  text-align: center;
}
.main_news .items .item .image img{
  display: inline-block;
  max-width: 100%;
}
.main_news .items .item .text{
  padding: 20px 15px ;
  font-size: 17px;
  line-height: 28px;
}
.main_news .items .item .text a.name{
  display: block;
  font-weight: bold;
}
.main_news .items .item .text span.date{
  display: block;
  padding-top: 25px;
}
.main_news .items .item .text p{
  margin-bottom: 0px;
}
.main_news .items .item .text .more{
  display: block;
  color: #e51e25;
  text-decoration: underline;
}
.main_news .items .item .text .more:hover{
  text-decoration: none;
}

.main_rooms{
  padding: 80px 0px;
}
.main_rooms .items{

}
.main_rooms .items .item{

}
.main_rooms .items .item .image{
  padding-top: 15px;
}
.main_rooms .items .item .image img{
  display: inline-block;
  max-width: 100%;
}
.main_rooms .items .item .text{

}
.main_rooms .items .item .text .title{
  font-size: 45px;
  line-height: 62px;
  text-align: left;
}
.main_rooms .items .item .text .description{
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding-top: 15px;
}
.main_rooms .owl-theme .owl-nav{
	margin-top: 0px;
  display: block;
  position: absolute;
  padding-left: 33.33333333%;
  bottom: 0px;
  left: 0px;
}
.main_rooms .owl-theme .owl-nav [class*="owl-"] {
	color: #FFF;
	font-size: 0px;
  text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	background: #fff url(../images/ico/arrow.png) center top no-repeat;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
  width: 64px;
  height: 52px;
}
.main_rooms .owl-theme .owl-nav .owl-prev{
  margin-left: 15px;
}
.main_rooms .owl-theme .owl-nav .owl-next{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 70px;
}

.online{
  min-height: 396px;
  background:  url(../images/bg/online.jpg) center top no-repeat;
  padding-top: 80px;
}
.online .title{
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  line-height: 67px;
}
.online p{
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 60px;
}

.main_gallery{
  padding: 80px 0px;
}
.main_gallery .items{
  padding: 70px 80px 0px 80px;
}
.main_gallery .owl-theme .owl-nav{
	margin-top: 0px;
}
.main_gallery .owl-theme .owl-nav [class*="owl-"] {
	color: #FFF;
	font-size: 0px;
  text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	background: #fff url(../images/ico/arrow.png) center top no-repeat;
	display: block;
	cursor: pointer;
	border-radius: 0px;
  width: 64px;
  height: 52px;
  position: absolute;
  top: 50%;
}
.main_gallery .owl-theme .owl-nav .owl-prev{
  left: 0px;
}
.main_gallery .owl-theme .owl-nav .owl-next{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0px;
}

.callback_form{
  min-height: 396px;
  background:  url(../images/bg/call_back.jpg) center top no-repeat;
  padding-top: 30px;
}
.callback_form .title{
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  line-height: 67px;
}
.callback_form p{
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}

.banquets_menu{
  min-height: 396px;
  background:  url(../images/bg/banquets_menu.jpg) center top no-repeat;
  padding-top: 30px;
}
.banquets_menu .title{
  color: #fff;
  text-align: left;
  padding-bottom: 50px;
  line-height: 67px;
}

.bottom_menu{
  min-height: 70px;
  background: #2e313d;
}
.bottom_menu .menu{

}
.bottom_menu .menu ul{
  padding: 0px;
  margin: 0px;
  text-align: left;
  list-style-type: none;
}
.bottom_menu .menu ul li{
  display: inline-block;
  padding-right: 47px;
}
.bottom_menu .menu ul li:last-child{
  padding-right: 0px;
}
.bottom_menu .menu ul li a{
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 70px;
  font-weight: bold;
}

footer.footer{
  padding-top: 35px;
  padding-bottom: 35px;
  background: #fff;
}
footer.footer .logo{
  text-align: left;
}
footer.footer .logo a{
  display: block;
}
footer.footer .logo a img{
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
footer.footer .info{
  padding-top: 10px;
  font-size: 0px;
}
footer.footer .info .column{
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 16px;
  padding-left: 20px;
}
footer.footer .info .column.point{
  background:  url(../images/ico/point.png) left 10px no-repeat;
  width: 29%;
}
footer.footer .info .column.phones{
  background:  url(../images/ico/phone.png) left 10px no-repeat;
  width: 40%;
}
footer.footer .info .column span{
  display: block;
  line-height: 31px;
}
footer.footer .info .column span a{
  text-decoration: none;
  font-size: 14px;
}
footer.footer .info .column.buttons{
  padding-left: 0px;
  text-align: right;
  width: 31%;
}
footer.footer .info .column.buttons .button{
  padding: 0px 35px;
}
footer.footer .info .column.buttons .pay_logo{
  padding-top: 15px;
}

.mfp-bg {
	background: #2e313d;
	opacity: 0.9;
}
.mfp-close-btn-in .mfp-close {
	color: #fff;
  background: #d10000;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  opacity: 1;
  right: 5px;
  top: 5px;
}
.popup_form{
  width: 500px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: 40px 50px;
}
.popup_form .form{
  color: #000;
}
.popup_form .form .form_title{
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
}
.popup_form .form form{
  padding: 20px 50px;
}
.popup_form .form form input{
  display: block;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border-radius: 60px;
  background: #e4e5e5;
  font-weight: bold;
  border: none;
  font-size: 16px;
  margin-top: 30px;
}
.popup_form .form form .button{
  margin: 30px auto 0;
  display: block;
  width: 100%;
}

.popup_order{
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: 40px 50px;
}
.popup_order .form{
  color: #000;
}
.popup_order .form .form_title{
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
}
.popup_order .form form{
  padding: 20px 50px;
}
.popup_order .form form input, .popup_order .form form select {
  display: block;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border-radius: 60px;
  background: #e4e5e5;
  font-weight: bold;
  border: none;
  font-size: 16px;
  margin-top: 30px;
}
.popup_order .form form textarea{
  display: block;
  width: 100%;
  height: 160px;
  resize: none;
  padding-left: 20px;
  border-radius: 60px;
  background: #e4e5e5;
  font-weight: bold;
  border: none;
  font-size: 16px;
  margin-top: 30px;
}
.popup_order .form form .button{
  margin: 30px auto 0;
  display: block;
  width: 100%;
}

.popup_order .section_wrap{
  margin-top: 20px;
}
.popup_order .section_wrap .jq-selectbox{
  display: block;
}
.popup_order .menu_wrap{

}
.popup_order .menu_wrap .menu_box{
  margin-top: 20px;
  display: none;
}
.popup_order .menu_wrap .menu_box .item {
  margin-top: 20px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup_order .menu_wrap .menu_box .item img{
  max-width: 150px;
  max-height: 100px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}
.popup_order .menu_wrap .menu_box .item span, .popup_order .menu_wrap .menu_box .item a{
  display: inline-block;
  vertical-align: middle;
}
.popup_order .menu_wrap .menu_box .item span.name{
  font-weight: bold;
  font-size: 15px;
  width: 130px;
}
.popup_order .menu_wrap .menu_box .item span.price{
  font-weight: bold;
  color: #e51e25;
  font-size: 15px;
}

#menu_list{
  margin-top: 20px;
  margin-bottom: 20px;
}
#menu_list .item {
  margin-top: 20px;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#menu_list .item img{
  max-width: 150px;
  max-height: 150px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}
#menu_list .item span, #menu_list .item a{
  display: inline-block;
  vertical-align: middle;
}
#menu_list .item span.name{
  font-weight: bold;
  font-size: 15px;
  width: 130px;
}
#menu_list .item span.price{
  font-weight: bold;
  color: #e51e25;
  font-size: 15px;
}
#menu_list .item a.button{
  padding-left: 0;
  padding-right: 0;
  width: 53px;
  font-weight: bold;
  transform: rotate(-45deg);
}

.navbar-default .navbar-toggle{
	margin: 0px;
	border-color: #d10000;
	float: none;
	position: absolute;
	right: 0px;
	top: -70px;
	border-width: 2px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #d10000;
}

.delivery{
  padding: 80px 0px 50px 0px;
  background:  url(../images/bg/delivery.jpg) center top no-repeat;
  background-size: cover;
  color: #fff;
}
.delivery .title{
  color: #fff;
  padding-bottom: 60px;
}
.delivery p{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.content{

}
.content .bx-breadcrumb{
  margin: 50px 0;
}
.content .bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 0px;
	white-space: nowrap;
	line-height: 18px;
	vertical-align: middle;
	margin-right: 8px;
}
.content .bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 18px;
}

.content .iblock_list{

}
.content .iblock_list ul{
  list-style-type: none;
  padding: 0px ;
  margin: 0px;
}
.content .iblock_list ul li{
  display: inline-block;
  margin-right: 35px;
}
.content .iblock_list ul li a{
  display: block;
  vertical-align: middle;
  height: 53px;
  line-height: 53px;
  padding: 0px 95px;
  border-radius: 53px;
  background: transparent;
  border: 1px solid #e51e25;
  color: #e51e25;
  text-align: center;
  font-size: 17px;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.content .iblock_list ul li a.active{
  background: #e51e25;
  color: #fff;
  -webkit-box-shadow: 0px 9px 13px 0px rgba(229, 30, 37, 0.49);
  -moz-box-shadow:    0px 9px 13px 0px rgba(229, 30, 37, 0.49);
  box-shadow:         0px 9px 13px 0px rgba(229, 30, 37, 0.49);
}

.content .catalog{
  padding: 80px 0px 100px 0px;
}

.content .catalog .filter{

}
.content .catalog .filter .catalog_secions{
  width: 100%;
  background:  url(../images/bg/section_list.jpg) center top no-repeat;
  background-size: cover;
}
.content .catalog .filter .catalog_secions ul{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.content .catalog .filter .catalog_secions ul li{
  display: block;
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(52,60,75,0.8);
}
.content .catalog .filter .catalog_secions ul li:hover{
  background: rgba(52,60,75,0.8);
}
.content .catalog .filter .catalog_secions ul li a{
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.content .catalog .filter .catalog_secions ul li a:hover{
  text-decoration: none;
}

.content .catalog .products{

}
.content .catalog .products .catalog_image, .content .catalog .products .sction_list{
  padding-top: 15px;
  padding-bottom: 30px;
}
.content .catalog .products .title{
  line-height: 35px;
  text-align: left;
}
.content .catalog .products .items{
  padding-top: 50px;
}
.content .catalog .products .items .item{
  margin-bottom: 30px;
}
.content .catalog .products .items .item .image{

}
.content .catalog .products .items .item .image img{
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.content .catalog .products .items .item .info{

}
.content .catalog .products .items .item .info span{
  display: block;
}
.content .catalog .products .items .item .info span.name{
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.content .catalog .products .items .item .info p{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.content .catalog .products .items .item .info span.price{
  font-size: 20px;
  line-height: 38px;
  font-weight: bold;
}
.content .catalog .products .items .item .info .button{
  margin-top: 25px;
}

.content .statick_page{

}
.content .statick_page .title{
  margin-bottom: 90px;
}
.content .statick_page .row{
  padding-bottom: 90px;
}
.content .statick_page .image{
  text-align: left;
}
.content .statick_page .image img{
  display: inline-block;
  max-width: 100%;
}
.content .statick_page .image img:nth-child(2){
  margin-top: 15px;
}
.content .statick_page .text{
  font-size: 16px;
  line-height: 28px;
}
.content .statick_page .text h2{
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 25px;
  margin-top: 0px;
}
.content .statick_page .text p{
  margin-bottom: 25px;
}
.content .statick_page .text ul{
  list-style-type: none;
  margin: 0px;
  margin-bottom: 25px;
}
.content .statick_page .text ul li{
  display: block;
  padding-left: 40px;
  background:  url(../images/ico/bullit.png) left 8px no-repeat;
}
.content .statick_page.childrens_page .gallery .item{
  margin-bottom: 30px;
  text-align: center;
}
.content .statick_page.childrens_page .gallery .item img{
  display: inline-block;
  max-width: 100%;
}
.content .statick_page.childrens_page .gallery .item.head{

}
.content .statick_page.childrens_page .gallery .item.head span{
  display: block;
  font-weight: bold;
  line-height: 40px;
  font-size: 20px;
  text-align: left;
  padding-bottom: 30px;
}
.content .statick_page.childrens_page .gallery .item.head span:first-child{
  font-size: 30px;
  padding-bottom: 0px;
}
.content .statick_page.childrens_page .advantages{

}
.content .statick_page.childrens_page .advantages .item{
  margin-bottom: 30px;
  font-size: 0px;
}
.content .statick_page.childrens_page .advantages .item img{
  display: inline-block;
  max-width: 50%;
  vertical-align: middle;
}
.content .statick_page.childrens_page .advantages .item span{
  display: inline-block;
  max-width: 50%;
  vertical-align: middle;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  padding-left: 15px;
}

.content .news{

}
.content .news .items{
  padding-top: 80px;
}
.content .news .items .item{
  margin-bottom: 75px;
}
.content .news .items .item .image{

}
.content .news .items .item .image a{
  display: block;
  padding-top: 5px;
}
.content .news .items .item .image a img{
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
}
.content .news .items .item .info{

}
.content .news .items .item .info a.name{
  display: block;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
}
.content .news .items .item .info span.date{
  font-size: 16px;
  line-height: 28px;
  display: block;
  margin-bottom: 25px;
}
.content .news .items .item .info p{
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
}

.fly_cart{
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background: #e51e25;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 9px 13px 0px rgba(229, 30, 37, 0.49);
  -moz-box-shadow:    0px 9px 13px 0px rgba(229, 30, 37, 0.49);
  box-shadow:         0px 9px 13px 0px rgba(229, 30, 37, 0.49);
  text-align: center;
  position: fixed;
  right: 50px;
  bottom: 50px;
}
.fly_cart a.count{
  display: block;
  line-height: 70px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.fly_cart .cart_info{
  width: 320px;
  padding: 20px 0px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #f4edf0;
  color: #131d28;
  text-align: left;
  display: none;
}
.fly_cart .cart_info .cart_title{
  font-size: 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.fly_cart .cart_info .cart_title span{
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
}
.fly_cart .cart_info .cart_title span:first-child{
  width: 75%;
  text-align: left;
  font-size: 23px;
  font-weight: bold;
}
.fly_cart .cart_info .cart_title span:last-child{
  width: 25%;
  text-align: right;
}
.fly_cart .cart_info .line{
  border-bottom: 1px solid #fff;
}
.fly_cart .cart_info .line .info{
  font-size: 0px;
  padding: 10px 15px;
}
.fly_cart .cart_info .line:hover .info{
  display: none;
}
.fly_cart .cart_info .line .info span{
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 24px;
}
.fly_cart .cart_info .line .info span.name{
  width: 75%;
}
.fly_cart .cart_info .line .info span.price{
  width: 25%;
  text-align: right;
}
.fly_cart .cart_info .line .controls{
  padding: 10px 15px;
  background: #faf6f8;
  font-size: 0px;
  display: none;
}
.fly_cart .cart_info .line:hover .controls{
  display: block;
}
.fly_cart .cart_info .line .controls span{
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 24px;
}
.fly_cart .cart_info .line .controls span.name{
  width: 75%;
}
.fly_cart .cart_info .line .controls span.price{
  width: 25%;
  text-align: right;
}
.fly_cart .cart_info .line .controls .buttons{
  padding-top: 10px;
  position: relative;
}
.fly_cart .cart_info .line .controls .buttons span.plus, .fly_cart .cart_info .line .controls .buttons span.minus, .fly_cart .cart_info .line .controls .buttons span.del{
  cursor: pointer;
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 15px;
}
.fly_cart .cart_info .line .controls .buttons span.plus{
  background:  url(../images/ico/qvt.png) left top no-repeat;
}
.fly_cart .cart_info .line .controls .buttons span.minus{
  background:  url(../images/ico/qvt.png) right top no-repeat;
}
.fly_cart .cart_info .line .controls .buttons span.del{
  background:  url(../images/ico/del.png) center top no-repeat;
  position: absolute;
  right: 0px;
  top: 10px;
  margin-right: 0px;
}
.fly_cart .cart_info .order{
  border-bottom: 1px solid #fff;
  padding: 20px 0px;
  margin-bottom: 30px;
}
.fly_cart .cart_info .order .item{
  font-size: 0px;
  padding: 0px 15px;
}
.fly_cart .cart_info .order .item span{
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 24px;
}
.fly_cart .cart_info .order .item span:first-child{
  width: 60%;
}
.fly_cart .cart_info .order .item span:last-child{
  text-align: right;
  font-weight: 600;
  width: 40%;
}
.fly_cart .cart_info .chekout{
  text-align: center;
}

.map{
  padding-top: 50px;
  padding-bottom: 0px;
}

blockquote {
  border-left: 5px solid #e51e25;
}

.d-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}

.cart h3, .checkout h3{
  margin-bottom: 30px;
  margin-top: 30px;
}
.cart h3 a, .checkout h3 a{
  color: #e51e25;
}

.cart_products{
  padding-top: 30px;
  padding-bottom: 30px;
}
.cart_products .item{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.cart_products .item .column{
  align-items: center;
  display: flex;
}
.cart_products .item .column.image{
  position: relative;
  text-align: center;
  justify-content: flex-end;
}
.cart_products .item .column.image img{
  max-width: 80%;
  float: right;
}
.cart_products .item .column.image a.delete{
  cursor: pointer;
  display: inline-block;
  width: 27px;
  height: 27px;
  background:  url(../images/ico/del.png) center top no-repeat;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -13px;
}
.cart_products .item .column.name {
  font-size: 16px;
  font-weight: bold;
  flex-direction: column;
  align-items: flex-start;
  align-content: center;
  justify-content: space-around;
}
.cart_products .item .column.name a{
  display: block;
}
.cart_products .item .column.name a:hover{
  color: #e51e25;
}
.cart_products .item .column.name span{
  display: block;
  color: #aaa;
  font-size: 13px;
  font-weight: normal;
}
.cart_products .item .column.price {
  text-align: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #e51e25;
}
.cart_products .item .column.quantity {
  text-align: center;
  justify-content: center;
}
.cart_products .item .column.quantity span{
  width: 40px;
  height: 40px;
  font-weight: bold;
  border-radius: 40px;
  line-height: 40px;
  background: #e51e25;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 9px 13px 0px rgba(229, 30, 37, 0.49);
  -moz-box-shadow:    0px 9px 13px 0px rgba(229, 30, 37, 0.49);
  box-shadow:         0px 9px 13px 0px rgba(229, 30, 37, 0.49);
  text-align: center;
  cursor: pointer;
}
.cart_products .item .column.quantity input{
  width: 60px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #ccc;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}
.cart_products .item .column.total {
  text-align: center;
  justify-content: flex-end;
  font-weight: bold;
  font-size: 18px;
  color: #e51e25;
}
.cart_total{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.cart_total span{
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.cart_total span b{
  font-size: 22px;
  color: #e51e25;
}

.checkout{

}
.checkout form{
  display: block;
  padding-top: 30px;
}
.checkout .block{
  padding: 30px;
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.checkout .block h4{
  margin: 0;
  margin-bottom: 15px;
  font-weight: bold;
}
.checkout .block .field-input{
  display: block;
  width: 100%;
  margin-bottom: 15px;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #ccc;
}
.checkout .block textarea.field-input{
  height: 120px;
  resize: none;
  padding-top: 10px;
}
.checkout .block .field-input.input-error{
  border: 1px solid #e51e25;
  background: #f4edf0;
}
.checkout .block .field-input:focus{
  -webkit-box-shadow: 0px 9px 13px 0px rgba(229, 30, 37, 0.05);
  -moz-box-shadow:    0px 9px 13px 0px rgba(229, 30, 37, 0.05);
  box-shadow:         0px 9px 13px 0px rgba(229, 30, 37, 0.05);
  border: 1px solid #e51e25;
}

.checkout .cart_info{
  padding: 20px 0px;
  background: #f4edf0;
  color: #131d28;
  text-align: left;
}
.checkout .cart_info .cart_title{
  font-size: 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.checkout .cart_info .cart_title span{
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
}
.checkout .cart_info .cart_title span:first-child{
  width: 75%;
  text-align: left;
  font-size: 23px;
  font-weight: bold;
}
.checkout .cart_info .cart_title span:last-child{
  width: 25%;
  text-align: right;
}
.checkout .cart_info .line{
  border-bottom: 1px solid #fff;
}
.checkout .cart_info .line .info{
  font-size: 0px;
  padding: 10px 15px;
}
.checkout .cart_info .line:hover .info{
  display: none;
}
.checkout .cart_info .line .info span{
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 24px;
}
.checkout .cart_info .line .info span.name{
  width: 75%;
}
.checkout .cart_info .line .info span.price{
  width: 25%;
  text-align: right;
}
.checkout .cart_info .order{
  border-bottom: 1px solid #fff;
  padding: 20px 0px;
  margin-bottom: 30px;
}
.checkout .cart_info .order .item{
  font-size: 0px;
  padding: 0px 15px;
}
.checkout .cart_info .order .item span{
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 24px;
}
.checkout .cart_info .order .item span:first-child{
  width: 60%;
}
.checkout .cart_info .order .item span:last-child{
  text-align: right;
  font-weight: 600;
  width: 40%;
}
.checkout .cart_info .buttons{
  text-align: center;
}

.checkout #map{
  height: 500px;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

@media (max-width: 1024px) {
  header.header .info .column {
  	font-size: 13px;
  }
  header.header .info .column.buttons .button {
  	padding: 0px 25px;
    font-size: 14px;
  }
  header.header .navbar-default .navbar-nav > li > a {
  	padding-left: 10px;
  	padding-right: 10px;
  	font-size: 16px;
  }
  header.header .promo .item span {
  	padding-right: 30%;
  }
  .main_rooms .items .item .text .title {
  	font-size: 35px;
  	line-height: 45px;
  }
  .main_rooms .items .item .text .description {
  	font-size: 26px;
  	line-height: 26px;
  }
  .online {
  	padding-top: 40px;
  }
  .online .title {
  	line-height: 57px;
  }
  .bottom_menu .menu ul li {
  	padding-right: 15px;
  }
  .bottom_menu .menu ul li a {
  	font-size: 17px;
  }
  footer.footer .info .column {
  	font-size: 13px;
  }
  footer.footer .info .column.buttons .button {
  	padding: 0px 25px;
    font-size: 14px;
  }
  .content .iblock_list ul li a {
  	padding: 0px 60px;
  }
}
@media (max-width: 768px) {
  .title {
  	font-size: 45px;
  	line-height: 40px;
  }
  .button {
  	padding: 0px 25px;
    font-size: 14px;
  }
  header.header {
  	min-height: auto;
  	padding-bottom: 30px;
  }
  header.header .logo {
  	text-align: center;
  	padding-bottom: 20px;
  }
  header.header .info .column.point, header.header .info .column.buttons{
    width: 30%;
  }
  header.header .navbar-default .navbar-nav > li > a {
  	padding-left: 12px;
  	padding-right: 12px;
  	font-size: 14px;
  	font-weight: 600;
  }
  header.header .promo {
  	padding-top: 50px;
    padding-bottom: 50px;
  }
  header.header .promo .item span {
  	padding-right: 0px;
  }
  header.header .promo .item span.head {
  	font-size: 36px;
  	line-height: 50px;
  }
  header.header .promo .item span.text {
  	font-weight: 500;
  	font-size: 21px;
  	line-height: 45px;
  	padding-bottom: 35px;
  }
  .main_about {
  	padding: 50px 0px;
  }
  .main_about .text .title {
  	padding-bottom: 30px;
  }
  .main_about .text p {
  	margin-bottom: 20px;
  }
  .booking_form {
  	min-height: auto;
  	padding-top: 50px;
    padding-bottom: 50px;
  }
  .booking_form .form .title {
  	text-align: center;
  	padding-bottom: 50px;
  }
  .booking_form .form input[type="text"] {
  	width: 47%;
  	margin-right: 1%;
  	margin-left: 1%;
	  background-position: 95% center;
  }
  .booking_form .form .button{
    font-size: 17px;
  	width: 47%;
  	margin-right: 1%;
  	margin-left: 1%;
  }
  .main_advantages .items .item {
  	margin-bottom: 30px;
  	font-size: 17px;
  	line-height: 24px;
  	width: 33.33333%;
  }
  .main_advantages .items .item span.name {
  	padding: 0px 20px 0px 20px;
  }
  .live_sound {
  	min-height: auto;
  	padding-top: 50px;
  	padding-bottom: 50px;
  }
  .live_sound .title {
  	line-height: 68px;
  }
  .main_news {
  	padding-top: 50px;
  	padding-bottom: 50px;
  }
  .main_news .head .buttons {
  	text-align: left;
  	padding-top: 30px;
  }
  .main_news .items {
  	padding-top: 50px;
  }
  .main_rooms {
  	padding: 0px 0px 60px 0px;
  }
  .main_rooms .items .item .text {
  	padding: 20px 0px;
  }
  .main_rooms .owl-theme .owl-nav {
  	padding-left: 0;
  	bottom: 0px;
  	right: 0px;
    left: auto;
  }
  .online {
  	padding-top: 40px;
  	min-height: auto;
  	padding-bottom: 40px;
  }
  .callback_form {
  	padding-top: 40px;
  	min-height: auto;
  	padding-bottom: 40px;
  }
  .banquets_menu {
  	padding-top: 40px;
  	min-height: auto;
  	padding-bottom: 40px;
  }
  .bottom_menu .menu ul li {
  	padding-right: 20px;
  }
  .bottom_menu .menu ul li a {
  	font-size: 14px;
  	font-weight: 600;
  }
  footer.footer .logo {
  	text-align: center;
  	padding-bottom: 20px;
  }
  footer.footer .info .column.point, footer.footer .info .column.buttons{
    width: 30%;
  }
  .content .iblock_list ul li {
  	margin-right: 15px;
  }
  .content .iblock_list ul li a {
  	padding: 0px 30px;
  }
  .content .catalog .products .title {
  	font-size: 40px;
  }
  .content .statick_page .title {
  	margin-bottom: 50px;
  }
  .content .statick_page .row {
  	padding-bottom: 50px;
  }
  .content .statick_page .text h2 {
  	font-size: 32px;
  	margin-bottom: 15px;
  }
  .content .statick_page .text p {
  	margin-bottom: 15px;
  }
  .content .statick_page .text ul {
  	margin-bottom: 15px;
  }
  .cart_products .item .column.price {
    justify-content: flex-end;
  }
  .cart_products .item .column.quantity {
    padding-top: 15px;
    justify-content: flex-start;
  }
  .cart_products .item .column.total{
    padding-top: 15px;
  }
}
@media (max-width: 736px) {
  header.header .info .column.buttons .button {
  	display: none;
  }
  header.header .navbar-default{
    min-height: 0px;
  }
  .navbar-default .navbar-nav {
  	margin: 0px;
  }
  header.header .navbar-default .navbar-nav > li:first-child > a {
  	padding-left: 12px;
  }
  .main_about .image {
  	text-align: center;
  	padding-bottom: 20px;
  }
  .main_about .text .title {
  	padding-bottom: 30px;
  	padding-top: 30px;
  	text-align: center;
  }
  .content .catalog .products .items .item .image{
    text-align: center;
  }
  .content .catalog .products .items .item .info span, .content .catalog .products .items .item .info p{
    text-align: center;
  }
  .delivery p {
  	font-size: 18px;
  	line-height: 24px;
  	margin-bottom: 20px;
  }
  .content .statick_page .image{
    text-align: center;
    padding-bottom: 15px;
  }
  .content .statick_page .text h2{
    text-align: center;
  }
  .content .statick_page.childrens_page .gallery .item.head img{
    display: none;
  }
  .content .statick_page.childrens_page .advantages .item{
    text-align: center;
  }
  .content .statick_page.childrens_page .advantages .item span{
    display: block;
    padding-top: 15px;
    max-width: 100%;
  }
  .content .news .items .item .image a{
    display: block;
    padding-top: 0px;
    padding-bottom: 15px;
    text-align: center;
  }
  .content .news .items .item .image a img{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: auto;
  }
  .content .news .items .item .info a.name{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
@media (max-width: 668px) {
  .title {
  	font-size: 35px;
  	line-height: 30px;
  }
  header.header .promo {
  	padding-top: 20px;
  	padding-bottom: 20px;
  }
  .main_advantages {
  	padding-top: 40px;
  	padding-bottom: 20px;
  }
  .main_advantages .items {
  	padding-top: 40px;
  }
  .main_advantages .items .item {
  	font-size: 14px;
  	line-height: 18px;
  }
  .main_rooms .items .item .text .title {
  	font-size: 30px;
  	line-height: 40px;
  }
  .main_rooms .items .item .text .description {
  	font-size: 20px;
  	line-height: 22px;
  }
  .main_gallery {
  	padding: 50px 0px;
  }
  .main_gallery .items {
  	padding: 40px 80px 0px 80px;
  }
  .callback_form .title {
  	line-height: 45px;
  }
  .banquets_menu .title {
  	line-height: 45px;
  }
  .callback_form .title br, .callback_form p br{
    display: none;
  }
  .bottom_menu .menu ul li {
  	padding-right: 15px;
  }
  .bottom_menu .menu ul li a {
  	font-size: 13px;
  	font-weight: 500;
  }
  .content .iblock_list ul li {
	  margin-right: 0px;
    display: block;
    margin-bottom: 15px;
  }
}
@media (max-width: 568px) {
  header.header .info .column.point, header.header .info .column.phones {
  	width: 50%;
  }
  .navbar-default .navbar-toggle {
  	top: 10px;
    z-index: 10;
  }
  .main_advantages .items .item {
  	width: 50%;
  }
  .live_sound .title {
  	line-height: 48px;
  }
  .bottom_menu {
  	display: none;
  }
  footer.footer .info .column.point, footer.footer .info .column.phones {
  	width: 50%;
  }
  footer.footer .info .column.buttons{
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  .cart_products .item .column.price {
    display: none;
  }
  .cart_total {
    justify-content: center;
    margin-bottom: 30px;
  }
  .cart_total span {
    margin-bottom: 15px;
  }
}
@media (max-width: 440px) {
  .title {
  	font-size: 30px;
  	line-height: 25px;
  }
  header.header .info .column.point, header.header .info .column.phones {
  	width: 100%;
  }
  header.header .info .column.phones{
    margin-top: 20px;
  }
  header.header .promo .item {
  	padding-left: 0px;
  }
  header.header .promo .item span.head {
  	font-size: 28px;
  	line-height: 40px;
  }
  header.header .promo .item span.text {
  	font-size: 20px;
  	line-height: 30px;
  	padding-bottom: 25px;
  }
  .navbar-default .navbar-toggle {
  	top: -50px;
  	z-index: 10;
  }
  .main_about .text .title {
  	padding-bottom: 20px;
  	padding-top: 10px;
  	text-align: center;
  }
  .main_about .text p {
  	margin-bottom: 10px;
  	font-size: 16px;
  }
  .booking_form .form input[type="text"] {
  	width: 100%;
  	margin-right: 0;
  	margin-left: 0;
  	background-position: 95% center;
    margin-bottom: 25px;
  }
  .booking_form .form .button {
  	width: 100%;
  	margin-right: 0;
  	margin-left: 0;
  }
  .main_rooms .items .item .text .title {
  	font-size: 22px;
  	line-height: 30px;
  }
  .main_rooms .items .item .text .description {
  	font-size: 17px;
  	line-height: 19px;
  }
  .main_rooms .owl-theme .owl-nav {
  	position: relative;
    width: 100%;
    padding-bottom: 20px;
  }
  .main_rooms .owl-theme .owl-nav .owl-prev {
	  margin-left: 0px;
    left: 0px;
    position: absolute;
    top: 0px;
  }
  .main_rooms .owl-theme .owl-nav .owl-next {
	  margin-left: 0px;
    right: 0px;
    position: absolute;
    top: 0px;
  }
  footer.footer .logo {
  	padding-bottom: 10px;
  }
  footer.footer .info .column.point, footer.footer .info .column.phones {
  	width: 100%;
  }
  footer.footer .info .column.phones{
    margin-top: 10px;
  }
  .content .bx-breadcrumb .bx-breadcrumb-item span {
  	font-size: 15px;
  }
  .content .catalog {
  	padding: 20px 0px 20px 0px;
  }
  .content .catalog .products{
    padding-top: 30px;
  }
  .content .news .items .item .info a.name {
  	font-size: 32px;
  	line-height: 32px;
  }
}
@media (max-width: 380px) {
  .title {
  	font-size: 30px;
  	line-height: 35px;
  }
 .navbar-default .navbar-toggle {
	  top: -75px;
  }
  .main_advantages .items .item {
  	width: 100%;
  }
}
@media (max-width: 320px) {
  .live_sound .title {
  	line-height: 40px;
  }
  .online .title {
  	line-height: 37px;
  }
  .online p {
  	font-size: 17px;
  	line-height: 25px;
  	margin-bottom: 40px;
  }
  .callback_form .title {
  	line-height: 37px;
  }
  .callback_form p {
  	font-size: 17px;
  	line-height: 25px;
  	margin-bottom: 20px;
  }
  .banquets_menu .title {
  	line-height: 37px;
    padding-bottom: 30px;
  }
}

.booking .tables_info .jq-selectbox{
  margin-bottom: 20px;
  display: block;
}
.booking .tables_info .buttons{
  text-align: center;
  padding-top: 30px;
}

.booking{

}
.booking form{
  display: block;
  padding-top: 30px;
}
.booking .block{
  padding: 30px;
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.booking .block h4{
  margin: 0;
  margin-bottom: 15px;
  font-weight: bold;
}
.booking .block .field-input{
  display: block;
  width: 100%;
  margin-bottom: 15px;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #ccc;
}
.booking .block textarea.field-input{
  height: 120px;
  resize: none;
  padding-top: 10px;
}
.booking .block .field-input.input-error{
  border: 1px solid #e51e25;
  background: #f4edf0;
}
.booking .block .field-input:focus{
  -webkit-box-shadow: 0px 9px 13px 0px rgba(229, 30, 37, 0.05);
  -moz-box-shadow:    0px 9px 13px 0px rgba(229, 30, 37, 0.05);
  box-shadow:         0px 9px 13px 0px rgba(229, 30, 37, 0.05);
  border: 1px solid #e51e25;
}