a {
    color: #c4b176;
}

a:hover {
    color: #4F624F;
}

.banner-image__desc {
	opacity: 0.7;
	color: #ffffff;
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.6px;
  }
  
.otel__desc{
	color: #666666;
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-width: 530px;
	text-align: justify;
	column-gap: 60px
}

.bx_pagination_bottom {
    text-align: center;
    width: 100%;
	margin: 1rem;
	order:2;
}

.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-flex;
	flex-wrap: wrap;
}

.bx_pagination_bottom .bx_wsnw{
	display: none;
}

.bx_pg_text{
	font-size: 0;
}

.bx_pagination_page li{
	height: 42px;
	width: 42px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.45px;
	border: 1px solid #afb5c3;
	margin-right: 5px;
	cursor: pointer;
}

.bx_pagination_page li.bx_active, .bx_pagination_page li:hover{
	border: 1px solid #C5B278;
	color: #C5B278;
}

.bx_pagination_page li a{
	color: #afb5c3;
	display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.bx_pagination_page li.bx_active a, .bx_pagination_page li:hover a, .bx_pagination_page li:hover a:hover{
	color: #C5B278;
	text-decoration: none;
	
}

.active-arrow, .nonactive-arrow{
	height: 42px;
	width: 42px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}

.active-arrow.right{
	background-image: url(../img/icons/arrows/active-arrow-right.png)
}

.active-arrow.left{
	background-image: url(../img/icons/arrows/active-arrow-left.png)
}

.nonactive-arrow.right, .active-arrow.right:hover{
	background-image: url(../img/icons/arrows/nonactive-arrow-right.png)
}

.nonactive-arrow.left, .active-arrow.left:hover{
	background-image: url(../img/icons/arrows/nonactive-arrow-left.png)
}

.info-row_restaurant{
	width: 100%
}

.feedback{
    width: 100%;
    display: inline-block;	
}

.info-row_restaurant .main-info{
	border-top: none;
}

.banner-with-card-slider .card-slider .slide__title a{
	font-size: 2.8125rem;
    font-family: Philosopher, sans-serif;
    line-height: 3.125rem;
    letter-spacing: 3px;
    color: white;
	text-transform: lowercase;
	display: inline-block;
}

.banner-with-card-slider .card-slider .slide__title a:first-letter{
	text-transform: uppercase;	
}

.banner-with-card-slider .card-slider .slide__title a:hover{
	text-decoration: none;
}

.navigation__dropdown.priority-nav__dropdown.show ul{
	list-style: none;
}

.col-lg-12 .main-info .img-map{
	max-width:100%;width: auto; height:auto
}

.info-row.info-row_nomer{
	width:100%
}

#breadcrumb .bx-breadcrumb .bx-breadcrumb-item span{
	font-size: 15px;
	font-family: 'Myriad Pro', sans-serif;
}

.banner-card_video {
  display: block;
  width: calc(25% - 0.5rem);
  padding: 4.0625rem 3rem 4.6875rem;
  min-height: 23.5rem;
  margin: 0.25rem;
  height: 100%;
  background-color: transparent;
  padding: 2rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Сниппет */

.info-block {
    margin-top: 80px;
    margin-bottom: 80px;
    clear: both;
    display: flex;
    width: 100%;
    max-width: 1140px;
}

.info-block__image {
    width: 60%;
    display: flex;
}

.info-block.right {
    flex-direction: row-reverse;
}

.info-block__description {
    width: 70%;
    display: flex;
	flex-direction: column;
}

.info-block__text {
    display: flex;
    flex-direction: column;
    width: 35%;
    justify-content: center;
	align-items: center;
}

.info-block__title{
	position:relative;
	border-bottom: 1px solid #c3b378;
	padding-bottom: 25px;
	margin-bottom: 25px;
	width: 70%;
}



/* /Сниппет */

/* добавлять класс ко всем спискам контента ul*/
.onvolga_list li{
	position: relative;
	padding-left: 28px;
}

.onvolga_list li:before{
	content: "";
	position: absolute;
	background: url(../img/icons/circle.png);
	height: 8px;
	width: 8px;
	left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
} 

.inside{
	margin-top: 50px;
}

form[name="FORM_RESERVE"] .extra-info_form{
	display: flex;
}

.feedback .tpl_default input[type="text"], .tpl_default textarea, #review-content textarea, #review-content input[type="text"]{
	display: block;
    max-width: 300px;
    width: 100%;
	padding: 0.875rem 1.5rem;
	text-decoration: none;
	transition: background-color 0.3s;
	border: 2px solid rgba(33, 33, 33, 0.2);    
	font-size: 1rem;
	line-height: 1.5rem;
	color: rgb(33, 33, 33);
	font-family: "Myriad Pro", sans-serif;
}

.feedback .tpl_default input[type="submit"], #review-content input[type="button"]{
	   display: inline-flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		text-transform: uppercase;
		border-radius:0;
		box-shadow:none;
		height: auto;
		background: rgb(79, 98, 79);
		color: rgb(255, 255, 255);													
		padding: 0.875rem 5rem;													
		transition: background-color 0.3s ease 0s;
		border: 2px solid rgb(79, 98, 79);
		font-size: 1rem;
		line-height: 1.5rem;
		color: rgb(255,255,255);
		font-family: "Myriad Pro", sans-serif;
}

.feedback .tpl_default input[type="text"]:focus, .feedback  .tpl_default textarea:focus, .feedback  .tpl_default select:focus,
 #review-content textarea:focus, #review-content input[type="text"]:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.feedback  .tpl_default .api-btn:hover, #review-content input[type="button"]:hover{
	background: rgb(255, 255, 255);
    color: rgb(79, 98, 79);
}

.emails__item {
    display: inline-flex;
    margin-right: 50px;
}

.emails{
	padding-bottom: 45px;
}

header .header .navigation__dropdown-wrapper.priority-nav__wrapper .navigation__dropdown.priority-nav__dropdown.show .navigation__link:hover:after, 
header .header .navigation__dropdown-wrapper.priority-nav__wrapper .navigation__dropdown.priority-nav__dropdown.show .navigation__link_active:after, 
header .header .navigation__dropdown-wrapper.priority-nav__wrapper .navigation__dropdown.priority-nav__dropdown.show .navigation__link_active:hover:after{
	background-color: transparent;
}

.header .logo{
	max-width: 180px; 
    width: 100%;
}

.header .logo img{
	max-width: 150px;
}

.review{
	width: 100%;
	margin: 25px 0;
}

.review__text{
	color: #666666;
	text-align: left
}

.review__author{
    font-family: 'Philosopher', sans-serif;
    font-size: 18px;
	text-align: right
}

.review__date{
	color: #666666;
	text-align: right;
}

.banner-with-card-slider .card-slider .slick-prev:hover, .banner-with-card-slider .card-slider .slick-next:hover{
    border: 2px solid #AFB5C3;
}

.banner-with-card-slider .card-slider .slick-prev:hover:before, .banner-with-card-slider .card-slider .slick-next:hover:before{
    background-color: #AFB5C3;
}

.restaurants #sale_slider button.slick-prev, .restaurants #sale_slider button.slick-next,
.otel #sale_slider button.slick-prev, .otel #sale_slider button.slick-next{
	display:none!important
}

.page_not_found{
	margin: 100px 0;
}

.title404{
    font-size: 44px;
    line-height: 48px;
}

td.image {
    padding-left: 25px;
}

td.description {
    padding-left: 25px;
    padding-right: 25px;
}

.page_not_found td.description .subtitle404 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}

.page_not_found td.description .descr_text404 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
}

.page_not_found .btn.btn-default.btn-lg{
	display: inline-flex;
    width: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.875rem 3.4375rem;
    text-decoration: none;
    transition: background-color 0.3s;
    background-color: #4F624F;
    border: 2px solid #4F624F;
    color: #fff;
    text-transform: uppercase;
	border-radius: 0;
}

.page_not_found .btn.btn-default.btn-lg:hover{
    background-color: #fff;
    color: #4F624F;
}

header .header .navigation__dropdown_toggle.priority-nav-is-visible{
	font-size: 0px;
	background: url(../img/icons/more-vertical-black.svg) no-repeat center;
}
 
ul.navigation__dropdown.priority-nav__dropdown.show li.navigation__item.parent{
	flex-direction: column
}

ul.navigation__dropdown.priority-nav__dropdown.show li.navigation__item.parent li a{
	font-size: 14px;
	font-weight: bold
}

header .header .navigation__dropdown .navigation__item{
	min-height: 33px;
}

header .header .navigation__dropdown{
	min-width: 260px;
}

.navigation__dropdown-wrapper.priority-nav__wrapper .navigation__dropdown.priority-nav__dropdown li.parent > ul{
	display:none
}

i.arrow__small{
	background: url(../img/icons/arrows/down-arrow.png) no-repeat;
	width:10px;
	height:15px; 
	display: none;
}

.navigation__dropdown-wrapper.priority-nav__wrapper .navigation__dropdown.priority-nav__dropdown li.parent{
	position: relative;
}

.navigation__dropdown-wrapper.priority-nav__wrapper .navigation__dropdown.priority-nav__dropdown li.parent i.arrow__small{
	display:block;
	cursor:pointer;
	transform: translate(100%, -16px);
    width: 94%;
}

header .header .navigation__dropdown.priority-nav__dropdown.show .navigation__item{
	align-items: flex-start
}

#review-content{
	display: none;
	width:100%;
}

#bani .banner-card.banner-card_image, #albom .banner-card.banner-card_image{
	cursor: pointer;
}

.bani .banner-card_image{
	width: calc(33.33333% - 0.5rem);
	max-width: none;
}

.col-lg-12 .main-info {
  display: inline-block;
  padding: 3.5rem 0;
  border-top: 1px solid #C4B176;
  border-bottom: 1px solid #C4B176;
  margin-bottom: 3.125rem;
}

.footer-wrap{
	position: relative;
}

.logo__text a{
	color: #fff;
}

.logo__text a:hover{
    color: #C4B176;
	text-decoration: none;
}

.develop{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    line-height: 14px;
    font-size: 11px;
	transform: translate(50px,50px);
}

.develop a:hover{
	color: white;
}

.oklube{
	display: flex;
    justify-content: center;
    margin-top: 10px;
}

.bx-forgotpass-table input[type="text"], .bx-registration-table input[type="text"], 
.bx-registration-table  input[type="password"], .bx-confirm-table input[type="text"],
#index_subscribe_form  input[type="text"],
#index_subscribe_form input[type="password"],
.subscribe-edit input[type="text"],
.data-table.subscribe__edit input[type="text"], .data-table.subscribe__edit input[type="password"]{
	vertical-align:middle;
	display: inline-flex;
    padding: 0.875rem 1.5rem;
    text-decoration: none;
    transition: background-color 0.3s;
    border: 2px solid rgba(33, 33, 33, 0.2);
    border-radius:0;
    flex-grow: 1;
    margin-right: 1.5rem;
	margin-bottom: 1rem;
	width: 100%;
}

.bx-forgotpass-table input[type="submit"], 
.bx-registration-table input[type="submit"],
.bx-confirm-table input[type="submit"],
#index_subscribe_form input[type="submit"],
.subscribe-edit input[type="submit"],.data-table.subscribe__edit input[type="submit"]{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	text-transform: uppercase;
    padding: 0.875rem 5rem;
    text-decoration: none;
    transition: background-color 0.3s;
    background-color: #4F624F;
    border: 2px solid #4F624F;
    color: #fff;
    border-radius:0;
    margin-right: 1rem;
	margin-bottom: 1rem;
}

.bx-forgotpass-table input[type="submit"]:hover, 
.bx-registration-table input[type="submit"]:hover,
.bx-confirm-table input[type="submit"]:hover,
#index_subscribe_form input[type="submit"]:hover,
.subscribe-edit  input[type="submit"]:hover,.data-table.subscribe__edit input[type="submit"]:hover{		
	background-color: #fff;
    color: #4F624F;		
}

.subscribe-edit input[type="reset"]{
	background-color: #fff;
    color: #4F624F;	
	display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	text-transform: uppercase;
    padding: 0.875rem 5rem;
    text-decoration: none;
    transition: background-color 0.3s;
    border: 2px solid #4F624F;
    border-radius:0;
    margin-right: 1rem;
	margin-bottom: 1rem;
}

.subscribe-edit input[type="reset"]:hover{
	background-color: #4F624F;
	color:white;
}

.text_transform{
	text-transform:uppercase;
	font-weight: bold;
}

.data-table {
	margin-bottom: 2rem;
}

.data-table td{
	border:1px solid #AFB5C3;
	padding: 1.5rem
}

#index_subscribe_form thead, .subscribe-edit thead, .thead{
	background: #C5B278;
	color: white;
	text-transform: uppercase;
	text-align:center;
}

#index_subscribe_form  input[type="text"], #index_subscribe_form input[type="password"]{
	flex-grow:0;
	width: 60%;
	margin-bottom: 0rem;
}

#index_subscribe_form .input_email input[type="text"]{
	width: auto
}
/*
.sliders_container{
	position: relative;
	min-height: 31.25rem;
  padding: 2.8125rem;
  margin: 3.125rem 0;
}

.sliders_container .banner-with-card-slider{
	position: absolute;
}*/

.banner-with-card-slider{
	position: absolute;
    top: 0;
}

.sliders_container{
	position: relative;
}

.banner-slider{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 41rem;
    margin-bottom: 4.0625rem;
}

#sale_slider{
	margin-bottom: 4.0625rem;
}

.oklube.text-row__text{
	font-size: 13pt;
}

.price_button {
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.slider-row {
	width: 100%;
}

/*
.info-row .main-info .buttons__item_rule {
	max-height: 64px;
}*/


@media (max-width: 1680px){
	footer .menus-wrap{
		padding-right: 3.125rem;
	}
	
	footer .contacts{
		margin-right: 0rem;
	}
}

@media (max-width: 90rem){
.bani .banner-card_image {
    max-width: none;
    width: calc(50% - 0.5rem);
}
}

@media (max-width: 1280px){
	header .header .navigation__item{
		align-items: flex-start;
	}		
}

@media (max-width: 1200px){
	.bani .banner-card_image {
		width: calc(100% - 0.5rem);
	}
}

@media (max-width: 991px){
	.extra-info_form{
		display: block
	}
	
	.info-row_restaurant .extra-info_form .form__submit{
		width: auto
	}
}

@media (max-width: 900px){
	footer .contacts, footer .logo{
		width: 48%;
	}
}

@media (max-width: 768px){
	.bani .banner-card_image {
    order: 1;
    width: 100%;
    max-width: none;
	}
	
	header .header .navigation{
		order:0
	}
	
	.header .logo{
		order:1;
		text-align: center;
	}
	
	header .header .phone{
		order:2
	}
	
	header .header .navigation__item{
		display: block;
	}
	
	.info-block{
		display: block
	}
	
	.info-block__image, .info-block__text{
		width: 100%
	}
	
	.info-block__image{
		margin-bottom: 50px;
	}
	
	#index_subscribe_form input[type="submit"]{
		display: block;
		margin-top:1rem;
	}
	
	#index_subscribe_form input[type="text"], #index_subscribe_form input[type="password"]{
		width: 100%;
	}
	
	.banner-slider{
		min-height: 45rem
	}
	
	.info-row_restaurant .extra-info_form .form__submit{
		margin: 10px 0 0 7px;
	}
	
}

@media (max-width: 580px){
	.develop{
		height: 30px;
		right: 0px;
		transform: translate(20px,10px);
	}
	
	.data-table {
		margin-bottom: 2rem;
		overflow: scroll;
		width: 100%;
		display: block;
	}
	
	.data-table td {
		padding: 15px 5px;
		border:none
	}
	
	.data-table tbody, .data-table thead{
		width: 100%;
		display: flex;
		justify-content: space-evenly;
	}	
	
}

@media (max-width: 550px){
	.banner-with-card-slider .card-slider-wrap{
		max-width: 100%;
	}
	
	.banner-with-card-slider{
		width: 100%;
		left:0!important
	}
	
	.banner-with-card-slider .card-slider .slide__title a{
		font-size: 2rem
	}
}

@media (max-width: 490px){
	.info-row_restaurant .extra-info_form .form__submit {
		margin: 0px;
	}
	
	.header .logo img {
		max-width: 120px;
	}
}

@media (max-width: 380px){
	header .header .phone__item{
		font-size: 0.75rem;
	}
	
	header .header .phone__icon{
		height:1rem;
		width: 1rem;
	}
}

@media (max-width:365px){
	.info-row_restaurant .extra-info_form .form__submit {
		margin: 0px 0 0 6px;
	}
}

@media (max-width:350px){
	#index_subscribe_form .data-table tbody, #index_subscribe_form .data-table thead{
		display: table;
	}
	
	#index_subscribe_form p.input_email{
		max-width: 100%;
		width: 100%;
		overflow:hidden
	}
	
	.info-row_restaurant .extra-info_form .form__submit {
		margin: 0px 0 0 6px;
	}
	
	.banner-slider {
		min-height: 50rem;
	}
	
	.header .logo img {
		max-width: 80px;
	}
}

@media(max-width:400px){
.header .logo {
    width: 100%;
}

header .header .navigation {
    width: 14%;
}

.header .logo img {
    max-width: 100%;
}
header .header .phone {
    margin-left: 0;
}
}

@media(min-width:1024px){
.restaurants .slick-initialized .banner-slider {
	background-size: contain;
}
}

@media(max-width:450px){
.restaurants .slick-initialized .banner-slider {
	background-image: unset!important;
}
}