/* --------------------------------------------------ALL */
a, .red {
	color: #e62038;
}
.green {
	color: #2fc519;
}
.slick-slide img {
	margin-left: auto;
	margin-right: auto;
}
.greyBg {
	background: #f0f0f0;
}

.socialContacts > a {
	width: 44px;
	height: 44px;
	border-radius: 44px;
	line-height: 40px;
	background: #000;
	color: #fff;
	margin: 5px;
	text-decoration: none;
	text-align: center;
	font-size: 22px;
}

.listLines > * {
	margin: 10px 0;
	font-size: 20px;
}

.section {
	padding: 60px 0;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.page__title,
.b-event .tile-text__title,
.section__title {
	text-align: center;
	text-transform: uppercase;
	margin: 40px 0;
	font-size: 65px;
	line-height: 1
}

.b-title {
	margin: 0 auto 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 1.3
}

.b-title_line {
	position: relative;
}

.b-title_line span {
	font-weight: bold;
	font-size: 30px;
	background: #fff;
	display: inline-block;
	padding: 10px 20px;
	position: relative;
	z-index: 1;
}

.b-title_line:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 29px;
	left: 0;
	z-index: 0;
}

.section>h2 {
	margin: 0 0 50px
}

.dark-bg {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.text {
	font-size: 20px;
	line-height: 1.3
}

.text h1 {
	font-size: 65px;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
	font-weight: 300;
}
.links {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
.btn, .btnGrey {
	background: #e62038;
	border: 0;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-bottom: 2px solid #b31628;
	color: #fff !important;
	padding: 10px 60px;
	text-align: center;
	border-radius: 2px;
	font-size: 20px;
	text-decoration: none;
	-webkit-transition: all 0.35s cubic-bezier(.17, .84, .44, 1) 0.1s;
	transition: all 0.35s cubic-bezier(.17, .84, .44, 1) 0.1s;
	display: inline-block
}
.btn:hover {
	background: #c50018;
}
.btnGrey {
	background: #aaa;
	border-color: #666;
}

/* --------------------------------------------------BREADCRUMPS */

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px auto;
}

.breadcrumb>* {
	-webkit-box-flex: 1;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.breadcrumb li+li:before {
	content: '»'
}

.breadcrumb a {
	color: #2a353c;
	font-size: 15px;
	text-decoration: none;
	padding: 0 2px;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------POPUP*/

#popup-1 {
	width: 570px;
	padding: 0 !important;
	color: #fff;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	border: 2px solid #fff;
	background: url("../i/bg_reserv.jpg") no-repeat center center transparent;
	background-size: cover;
	display: none;
}

.popup-header {
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin: 20px;
	font-weight: 600;
}

.popup-header::before,
.popup-header::after {
	content: '';
	background-image: url("../i/wing-left.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	vertical-align: bottom;
	width: 150px;
	height: 55px;
	margin: 0 10px;
}

.popup-header::after {
	background-image: url("../i/wing-right.svg");
}

.form-reserv__type {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: center;
	font-size: 25px;
	cursor: pointer;
}

.form-reserv__type input {
	display: none;
}

.form-reserv__type>div {
	padding: 20px 0;
}

.form-reserv__type>div+div {
	border-left: 2px solid #fff;
}

.form-reserv__type label {
	cursor: pointer;
}

.form-reserv__type label:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 8px;
	vertical-align: baseline;
	border-left: 11px solid;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	opacity: 0;
}

.form-reserv__type input:checked+label:before {
	opacity: 1;
}

.form-row {
	margin-bottom: 20px
}

.form-col {
	position: relative;
}

.form-reserv textarea,
.form-reserv input[type="text"],
.form-reserv input[type="email"],
.form-reserv input[type="phone"] {
	padding: 10px 20px;
	border: 0 !important;
	outline: 0 !important;
}

.form-reserv textarea {
	height: 75px;
}

.label {
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 5px;
	display: block;
}

#reserv-date,
#reserv-time,
#reserv-person {
	background: none;
	font-size: 22px;
	color: #fff;
	border: 0 !important;
	cursor: pointer;
	width: 78px;
	padding: 0;
}

#reserv-time {
	width: 60px;
}

#reserv-person {
	width: 28px;
}

#select-date-list {
	display: none;
	position: absolute;
	top: 65px;
	z-index: 25;
}

#select-person-list,
#select-time-list {
	display: none;
	width: 145px;
	position: absolute;
	top: 65px;
	z-index: 25;
	background: rgb(12, 43, 87);
	border: 1px solid #FFFFFF;
	padding: 15px 10px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}

#select-person-list {
	width: 50px;
}

#select-date-list.op,
#select-person-list.op {
	display: block
}

#select-time-list.op {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#select-person-list li,
#select-time-list li {
	cursor: pointer;
}

#select-time-list li:nth-child(2n) {
	border-left: 2px solid #fff
}

/* --------------------------------------------------DATAPICKER */

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-header {
	border: 0;
	background: transparent;
}

/* .ui-icon.ui-icon-circle-triangle-w {
	background-image: url("images/dback.png");
	z-index: 5;
	background-position: center;
}

.ui-icon.ui-icon-circle-triangle-e {
	background-image: url("images/dnext.png");
	z-index: 5;
	background-position: center;
} */

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
	background: transparent;
	border: 0;
}

.ui-datepicker-calendar thead {
	font-family: 'pt_sansbold', arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;
}

.ui-datepicker-calendar thead th {
	padding: 3px 0;
}

.ui-datepicker td {
	padding: 0;
}

.ui-datepicker td .ui-state-default {
	padding: 3px 0 0 0;
	background: transparent;
	border: none;
	text-align: center;
	font-size: 14px;
}

.ui-datepicker td .ui-state-default:hover {
	background: #0C264B;
	color: #FFF;
}

.ui-state-active {
	background: #E8E8E8 !important;
}

.ui-datepicker table {
	margin: 0;
}

/* --------------------------------------------------HEADER */

.header-top {
	background: #000;
	padding: 5px
}

.header-top a {
	font-size: 13px;
	color: #fff;
	text-decoration: none
}

.header__address {
	margin-right: 10px;
}

.header__phone {
	margin-right: 10px;
}

/*------------------------------------------------------------------------------LANG*/

.lang {
	position: relative;
	text-align: center;
}

.btn-more_lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

#current-lang {
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden
}

#current-lang.ru,
#current-lang.en,
#current-lang.de,
#current-lang.zh-CN {
	text-indent: -999999px;
	width: 20px;
	height: 20px;
}

#current-lang.ru {
	background-image: url('../i/icons/icon-flag-ru.png');
}

#current-lang.en {
	background-image: url('../i/icons/icon-flag-en.png');
}

#current-lang.de {
	background-image: url('../i/icons/icon-flag-de.png');
}

#current-lang.zh-CN {
	background-image: url('../i/icons/icon-flag-ch.png');
}

.arrow {
	margin-left: 10px;
	border: 5px solid #fff;
	border-top-width: 6px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom: 0;
	width: 0;
	height: 0;
}

#langSwitch {
	text-align: center;
	position: absolute;
	top: 28px;
	right: 0;
	color: #fff;
	margin-left: auto;
	z-index: 967;
	background: rgba(000, 000, 000, 0.7);
}

#langSwitch .item {
	display: inline-block;
	margin: 5px;
	cursor: pointer;
	color: #fff;
}

#gTranslate {
	border-bottom: 1px dashed;
}

#google_translate_element {
	display: none;
}

#google_translate_element a {
	color: #fff !important;
}

@media(max-width:1140px) {
	.lang {
		position: relative;
		right: 0;
		top: 0;
		margin-left: 22px;
		margin-top: 0;
	}
}

@media(max-width:767px) {
	.lang {
		margin-bottom: 20px;
		padding-top: 0px;
	}
}

/*------------------------------------------------------------------------------NAV*/

.header__nav {
	background: #2a353c;
}

.top-nav {
	color: #fff;
}

.top-nav_center-logo>li:not(:nth-child(n+6)) {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

.top-nav_center-logo>li:first-child {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
			order: 0;
	padding: 15px;
}

.level1 {
	position: relative;
	padding: 0 15px;
}
.top-nav > li {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-nav .level1 a {
	display: block;
	font-size: 20px;
	padding: 15px 0;
	line-height: 20px;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
	-webkit-transition: all 0.35s cubic-bezier(.17, .84, .44, 1) 0.1s;
	transition: all 0.35s cubic-bezier(.17, .84, .44, 1) 0.1s;
}

.top-nav .level1.current>a,
.top-nav .level1 a:hover,
.top-nav .level1 a:focus {
	background: none;
	color: #e62038;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 8px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.submenu {
	position: absolute;
	background-color: rgba(42, 53, 60, .8);
	top: 100%;
	left: 0px;
	right: 0;
	border: none;
	min-width: 150px;
	padding: 10px 0 15px;
	-webkit-box-shadow: 0 14px 12px rgba(0, 0, 0, .175);
	        box-shadow: 0 14px 12px rgba(0, 0, 0, .175);
	opacity: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

/* .op .submenu { */
.top-nav li:hover .submenu {
	opacity: 1;
	height: auto;
	padding: 15px 0;
	z-index: 1;
}

.top-nav .level2 a {
	padding: 10px;
	font-size: 16px;
	padding: 5px 15px;
	display: block;
}

.top-nav__btn {
	padding: 7px 30px 8px;
	cursor: pointer
}

/*------------------------------------------------------------------------------HOME HEADER SLIDER*/

.header-slider_center .slick-track,
.header-slider_center .header-slider__item {
	height: 600px;
	position: relative;
}

.header-slider__item {
	position: relative;
}

.header-slider__caption-bg {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2)
}

.header-slider__caption {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0 10%;
	width: 100%;
	text-align: center;
	font-size: 65px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: opacity 1s ease .1s;
	transition: opacity 1s ease .1s;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.7);
}

.header-slider_center .header-slider__caption {
	opacity: 0;
}

.slick-center .header-slider__caption {
	opacity: 1;
}

.header-slider_center .slick-next {
	right: 17%;
}

.header-slider_center .slick-prev {
	left: 17%;
}

.header-slider .slick-dots button:before {
	color: transparent !important;
	border: 1px solid #fff;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	opacity: 1;
}

.header-slider .slick-dots li.slick-active button:before {
	background: #fff;
	opacity: 1;
}

/* --------------------------------------------------HOME ABOUT */

.about {
	text-align: center
}

.about__link-box {
	margin-top: 70px;
}

/* --------------------------------------------------HOME CHEF */

.chef .tile-text__content,
.chef .tile-text__title {
	color: #fff
}

.chef .tile {
	padding: 60px 0
}

/* ----------------------------------------HOME GALLERY */

.gallery {
	padding-bottom: 0
}

.gallery__inner {
	position: relative;
	overflow: hidden;
	height: 460px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.gallery__img {
	display: block;
}

/* ----------------------------------------ITEM-HOVER */

.item-hover {
	outline: 2px solid #fff;
	outline-offset: -20px;
	padding: 40px;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	top: 10px;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.item-hover__inner {
	height: 100%;
	color: #fff;
}

.item-hover__title {
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.item-hover__description {
	font-size: 14px;
}

.gallery__item:hover .item-hover {
	top: 0;
	opacity: 1;
}

/* ----------------------------------------CALLENDAR */

.calendar {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.white .calendar__title {
	color: #fff
}

.calendar__item {
	position: relative;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 1em;
	background: rgba(0, 0, 0, .4);

}
.calr-image{
	overflow: hidden;
}
.calr-image img {
	display: block;
	margin: 0 auto;
}
.calendar__item-title,
.calr-date {
	background: #000;
	border-left: 10px solid #000;
	-webkit-transition: .35s;
	transition: .35s;
	height: 65px;
}

.pinned .calr-date{
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
}

.calendar__item:hover .calr-date {
	border-color: #2eff4b
}
.calendar__item.pinned:hover .calr-date {
	border-color: #e62038;

}

.calendar__item-title {
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 24px;
}

[data-item="fixed"] .calendar__item-title {
	border-color: #fc512d
}

.calr-date__day {
	font-size: 50px;
	text-align: center;
	-webkit-transition: .35s;
	transition: .35s;
	padding-right: 10px;
}


.calendar__item:hover .calr-date__day {
	color: #2eff4b
}

.calr-date__col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.calr-date__month {
	font-size: 20px;
}

.calr-date__week {
	font-size: 32px;
	line-height: 1;
	color: #fff;
	padding: 0 5px;
}

.calr-event {
	flex-grow: 1;
	padding: 10px 10px 20px;
	text-align: center;
	position: relative;
}

.calendar__type {
	width: calc(100% - 50px);
	padding: 5px;
	color: #e62038;
    font-size: 24px;
    text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.calr-event__text {
	width: 100%;

}


.calr-event__title {
	font-size: 26px;
	line-height: 34px;
}



.calr-event__note {
	font-size: 12px;
}

.calendar__img img {
	max-width: 100%;
	display: block;
}

.calr-event__description {
	position: absolute;
	top:-50%;
	left: 0;
	opacity: 0;
	height: 0;
	min-height: 100%;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 2;
	text-align: left;
	border-left:10px solid #d8d8d8;
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
.calendar__item:hover .calr-event__description{
	top:0;
	opacity: 1;
	height: auto;
	background:#000;
	padding: 10px;
}
.calr-event__description a {
	text-decoration: none;
	color: #fff;
}

.calr-event__link{
	color: #fff;
    text-decoration: none;
    font-size: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 3px 10px;
    background: rgba(255,255,255,0.25);
}
/* ----------------------------------------list-icons */
.list-icons__item {

}
.list-icons__item a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
.list-icons__item.img a {
	min-height: 212px;
	border: 2px solid #fff;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.list-icons__item.img a:after {
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.list-icons__item span {
	position: relative;
	z-index: 2;
	display: block;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

.icon-chek {
	background: url('../i/check.png') center no-repeat;
}

.list-icons__item a {

}

.list-icons__icon {
	height: 60px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.list-icons__item a:hover .list-icons__icon {
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px)
}

.list-icons__title {
	font-size: 22px;
	margin: 10px;
}

.list-icons__title {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.list-icons__item a:hover .list-icons__title {
	-webkit-transform: translateY(5px);
	        transform: translateY(5px)
}

/* ----------------------------------------MENU */

.menu {
	position: relative;
	background-color: #000;
	background: #565656;
	background: radial-gradient(ellipse at center, #565656 0%,#000000 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#000000',GradientType=1 );
	border: 2px solid #fff;
    border-left: none;
    border-right: none;
}

.menu__title,
.menu .list-icons__item a {
	color: #fff;
}

/* ----------------------------------------b-event */

.b-event .tile-text__content {
	font-size: 50px;
	color: #fff
}

.b-event .tile-text__content h2 {
	font-size: 64px;
}

/* ----------------------------------------HOME MAP */

.map {
	position: relative;
}

.map__contacts {
	z-index: 2;
	position: absolute;
	width: 33%;
	max-width: 300px;
	padding: 20px;
	left: 50px;
	top: 110px;
	font-size: 14px;
	background: #000;
	color: #fff;
}

.map__title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

.map__item {
	padding: 4px 0
}

.map__contacts a {
	color: #Fff;
	text-decoration: none;
	font-size: 14px;
}

#map {
	height: 500px;
}

/* ----------------------------------------INNER MAP */

.map__contacts_large {
	font-size: 16px;
	width: 40%;
	max-width: 400px;
}

.map__contacts_large a {
	font-size: 16px;
}

.map__btn {
	padding: 6px 14px;
	font-size: 14px;
	margin: 10px 0 0;
}

/* ----------------------------------------FOOTER */

.page__footer {
	background-image: url('../i/footer_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
}

.footer__wrapper {
	max-width: 1180px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 15px;
}

.footer__item-title {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}

.footer__item {
	max-width: 300px;
}

.contacts__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	color: #b0b0b0;
	margin-bottom: 10px;
}

.contacts__item a {
	color: #fff;
	text-decoration: none;
}

.contacts__item a:hover {
	color: #fff;
	text-decoration: none;
}

.contacts__item .fa {
	font-size: 18px;
	color: #fff;
	margin-right: 10px;
}

.nav-bottom__item {
	margin-bottom: 10px;
}

.nav-bottom__link {
	text-transform: uppercase;
	color: #b0b0b0;
}

.nav-bottom__link:hover {
	color: #fff;
}

.nav-bottom__list {
	-webkit-column-count: 2;
	column-count: 2;
	font-size: 13px;
}

.nav-bottom__list a:hover,
.agreement-data:hover,
.f-contacts__item a:hover {
	padding: 0 4px;
	margin: 0 -4px;
}

.nav-bottom__item {
	margin-bottom: 5px;
}

.nav-bottom__link {
	text-decoration: none;
}

.footer__social i {
	width: 40px;
	height: 40px;
	display: inline-block;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.29rem;
	border-radius: 2px;
	border: 2px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer__social i:hover {
	background: #4b4c4c;
}

.footer__social i {
	color: #888888;
	border: 1px solid #888888;
	border-radius: 50%;
	background: none;
	width: 30px;
	height: 30px;
	font-size: 13px;
	padding: 0;
	padding-top: 7px;
	margin-bottom: 40px;
}

.footer__social i:hover {
	background-color: #513524;
	color: #fff;
	border: 1px solid #513524;
}

.b-ccards {
	display: inline-block;
	padding: 6px;
	text-align: center;
	border-radius: 3px;
	background: #f1f2f2;
}

.ccard__item {
	display: inline-block;
	vertical-align: middle;
}

.icon-visa {
	width: 62px;
	height: 41px;
	background: url(../i/icons/icon-visa.svg) 0 0 no-repeat;
	background-size: cover;
}

.icon-mastercard {
	width: 62px;
	height: 41px;
	background: url(../i/icons/icon-master_card.svg) 0 0 no-repeat;
	background-size: cover;
}

.agreement-data {
	color: #b0b0b0;
	text-decoration: none;
	font-size: 12px;
}

.agreement-data:hover {
	color: #fff;
	text-decoration: underline;
}

@media screen and (max-width: 1180px) {
	.footer__wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer__item {
		width: 50%;
		max-width: none;
		margin: 10px 0;
		padding: 0 10px;
	}
	.footer__item a.agreement-data {
		display: block;
	}
}



/* ----------------------------------------INSIDE */

.header-slider__item,
.header-slider .slick-track {
	height: 375px
}

/* ----------------------------------------INSIDE MENU*/

.nav-tabs {
	margin: 60px 0
}

.nav-tabs li {
	font-size: 30px;
	color: #231f20;
	border: 0;
	position: relative;
	-webkit-transition: none;
	transition: none;
	padding: 5px 0px;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 10px;
}
.nav-tabs li:nth-child(even) {
	color: #e72138;
}

.nav-tabs li.active:before,
.nav-tabs li:hover:before {
	content: '';
	border-bottom: 2px solid #e61c34;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.nav-tabs li.active:after,
.nav-tabs li:hover:after {
	content: '';
	border-bottom: 2px solid #e61c34;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.tab-content {
	font-size: 20px;
	line-height: 1.3
}

.tab-pane {
	-webkit-transition: 1s ease;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	opacity: 1;
	overflow: hidden;
}

.tab-pane.hidden {
	display: block;
	height: 0;
	opacity: 0;
}

.menu-items {
	-webkit-column-count: 2;
	        column-count: 2;
}

.menu-item {
	margin-bottom: 20px;
  
}

.tab-content__title {
	margin-bottom: 45px;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
    background: #535353;
    padding: 10px;
    color: #fff;
}

.menu-item__title {
	border-bottom: 1px dashed;
	font-weight: 600;
}

.menu-item__price {
	line-height: 0.6;
	font-weight: 400;
	padding-left: 5px;
}

.menu-item__price span {
	color: #ed1b35;
}

.menu-item__price span.rub {
	padding-left: 3px;
	color: #333;
}

/* ----------------------------------------INSIDE GALLERY*/

.fGallery a {
	width: calc(33.333333333333333333% - 10px);
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

.Gallery-title {
	position: relative;
	margin: 0 auto 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 1.3;
	max-width: 1140px;
}

.Gallery-title span {
	font-weight: bold;
	font-size: 30px;
	background: #fff;
	display: inline-block;
	padding: 10px 20px;
	position: relative;
	z-index: 1;
}

.Gallery-title:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 29px;
	left: 0;
	z-index: 0;
}

.Gallery-tabs {
	margin: 40px 0
}

.Gallery-tabs button {
	margin: 0 10px;
	cursor: pointer;
	outline: none
}

/* ----------------------------------------INSIDE EVENT*/
/*
.events-grid__links {
	width: 100%;
	margin: 15px auto;
	text-align: center;
}

.event-img img {
	max-width: 100%;
	height: auto;
	display: block;
}

.event {
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(000, 000, 000, .5);
	        box-shadow: 0 0 5px 0 rgba(000, 000, 000, .5);
	margin-bottom: 1rem;
	position: relative;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column
}

.event-caption {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.event.hidden {
	display: none !important
}

.event__title {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}

.event__small-title {
	font-weight: 500;
	margin-top: 5px;
	padding: 0 10px;
}
.event__description {
	margin: 10px
}

.event-caption .links {
	padding: 0 10px;
	overflow: hidden;
	text-align: left
}

.event__btn {
	padding: 4px 13px;
	font-size: 16px;
}

.event-note {
	font-size: 12px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.event__time {
	padding: 10px;
	background: #2a353c;
	color: #fff
}
.event-date> span{
	display: block;
	font-size: 14px;
}
.event-date> span>span {
	font-weight: 600
}
.event-date {
	width: calc(100% - 50px);
}
.event-week {
	width: 50px;
	text-align: center
}
.event-week {
	font-weight: 600;
	font-size: 32px;
	color:#e62038
} */

/* Weekday Event Card */

.w-events__inner .eventInner {
	max-width: 270px;
	margin: 0 auto;
}
.event.event .eventInner {
	height: 100%;
}
.eventImg {
	text-align: center;
}
.eventImg img, .eventData {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
}
.eventData {
	background: rgba(0,0,0,0.4);
	color: #fff;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
			flex-grow: 1;
}
.w-events .eventWDate {
	background: #000;
}
.event__title {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 5px;
}
.event__title a {
	text-decoration: none;
	color: #fff;
}
.eventCaption {
	padding: 10px;
}
.event__small-title {
	background: #535353;
	color: #fff;
    font-size: 18px;
    margin: 5px -10px;
    padding: 3px 10px;
}
.event__description {
	margin: 5px 0;
}

.eventCard .eventData {
	/* background: #fff;
	color: #333; */
}
.eventCard {
	
}
.eventCard .calr-date {
	color: #fff;
}
.eventCard .event-note {

}

.w-events .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	margin-left: auto;
    margin-right: auto;
}
.w-events .slick-slide {
	height: auto;
	min-height: auto;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
/* ------events type------- */

.event__type {
	position: absolute;
	left: 50%;
	background-color: #e62038;
	color: #fff;
	padding: 0px 10px 0px;
	font-size: 12px;
	font-weight: 500;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	height: 17px;
	line-height: 15px;
}

.event__type:before {
	content: '';
	position: absolute;
	right: calc( 100% - 1px);
	top: 0;
	border: 11px solid transparent;
	border-top: 11px solid;
	border-right: 11px solid;
	border-top-color: #e62038;
	border-right-color: #e62038;
}

.event__type:after {
	content: '';
	position: absolute;
	left: calc( 100% - 1px);
	top: 0;
	border: 11px solid transparent;
	border-top: 11px solid;
	border-left: 11px solid;
	border-top-color: #e62038;
	border-left-color: #e62038;
}

[data-tab-type="classic"],
[data-type="classic"] .event__type {
	background-color: #2084e6;
}

[data-type="classic"] .event__type:before {
	border-top-color: #2084e6;
	border-right-color: #2084e6;
}

[data-type="classic"] .event__type:after {
	border-top-color: #2084e6;
	border-left-color: #2084e6;
}

[data-tab-type="jas"],
[data-type="jas"] .event__type {
	background-color: #000;
}

[data-type="jas"] .event__type:before {
	border-top-color: #000;
	border-right-color: #000;
}

[data-type="jas"] .event__type:after {
	border-top-color: #000;
	border-left-color: #000;
}

[data-tab-type="rock"] {
	background-color: #e62038
}

[data-tab-type="all"] {
	background-color: grey;
}

.events-types {
	position: fixed;
	right: 20%;
	top: 0;
}

.types-list>div {
	text-align: right;
	margin: 1px 0;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	text-align: center;
	height: 25px;
	line-height: 22px;
	color: #fff;
	padding: 0 15px;
	width: 100%;
	cursor: pointer;
}

.types-list {
	width: 185px;
	height: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, .5);
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}

.events-types:hover .types-list {
	height: 160px;
}

.events-types__title {
	position: relative;
	height: 20px;
	line-height: 17px;
	background-color: #e62038;
	color: #fff;
	padding: 0px 10px 0px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	width: calc(100% - 52px);
	margin-left: 26px;
}

.events-types__title:before {
	content: '';
	position: absolute;
	right: calc( 100% - 1px);
	top: 0;
	border: 13px solid transparent;
	border-top: 13px solid;
	border-right: 13px solid;
	border-top-color: #e62038;
	border-right-color: #e62038;
}

.events-types__title:after {
	content: '';
	position: absolute;
	left: calc( 100% - 1px);
	top: 0;
	border: 13px solid transparent;
	border-top: 13px solid;
	border-left: 13px solid;
	border-top-color: #e62038;
	border-left-color: #e62038;
}
/* ------events tags------- */
.event__tags {
	width: 100%;
	padding: 0 10px;
	background: #2a353c;
}
.event__tag {
	text-align: center;
	padding: 3px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

/* ------events list------- */

.events-list .event {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-shadow: none;
	        box-shadow: none

}
.events-list .event-img {
	max-width: 50%;
}
.events-list .event-caption {
	width: 50%;
}

.events-list .event__title {
	margin-top: 30px;
	text-align: center;
	width: 100%;
}

.events-list .event__description {
	width: 100%;
}

.events-list .event-caption {
	position: relative;
}

.events-list .event__type {
	top: 60px;
}

.events-list .event__time {
	width:100%;
	-webkit-box-align: initial;
    -ms-flex-align: initial;
     align-items: initial;
}
.events-list .event-caption .links {
	width: 100%
}
.event-note {
	width: 100%;
	font-size: 12px;
}

.w-events {
	width: 100%;
	/* background: #d8d8d8; */
	margin-bottom: 1rem;
	padding: 15px 0;
	/* -webkit-box-shadow: inset 0 0 5px 0px rgba(000, 000, 000, .5);
	        box-shadow: inset 0 0 5px 0px rgba(000, 000, 000, .5) */
}

.w-events .slick-track {
	padding-top: 5px;
}

.w-events__inner {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.w-events .slick-dots {
	position: static;
	padding: 10px;
}

.w-events .slick-dots li {
	width: 30px;
	height: 5px;
	margin: 5px 7px;
	overflow: hidden;
	background: #999;
	border: 0;
}

.w-events .slick-dots li.slick-active {
	background: #e62038;
}

.w-events .slick-dots li button {
	display: none;
}


/* ----------------------------------------INSIDE wedding*/
.wedding .tile-text{
	width: 50%;
	background: rgba(256,256,256,0.7);
}
.wedding .tile-text__content {
	line-height: 1.2;
    text-align: left;
	font-size: 18px;
}
.wedding .tile-text__title {
	color:#000;
	text-align: left;
}

/* BLOG */

.blog_item-list img{
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 300px;
}
.mp__overlay{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
	background-color:rgba(0,0,0,0.5);
	display:none;
}
.mp__panel{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:101;
	-webkit-box-shadow:0 3px 4px rgba(0,0,0,0.7);
	        box-shadow:0 3px 4px rgba(0,0,0,0.7);
	padding:0 5px 0 5px;
	text-align:center;
	background:#2a353c;
	display:none;
}
.mp__panel:after{
	content:'';
	display: table;
	clear: both;
}

.mp__button-main{
	width:34px;
	height:34px;
    margin: 3px 3px 3px auto;
	background:none;
	border:none;
	padding:4px;
	border-radius:3px;
	cursor:pointer;
	outline:none;
	float:right;
}
.mp__line{position:relative;display:block;}
.mp__line:after,
.mp__line:before{content:"";position:absolute;left:0;top:-9px;}
.mp__line:after{top:9px;}
.mp__line,
.mp__line:after,
.mp__line:before{
	width:100%;
	height:2px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	border-radius:2px;
	background-color:#f5f1dc;
}

.mp__button-main.mp--on .mp__line{background-color:transparent;}
.mp__button-main.mp--on .mp__line:before{-webkit-transform:rotate(45deg) translate(6px, 7px);transform:rotate(45deg) translate(6px, 7px);}
.mp__button-main.mp--on .mp__line:after{-webkit-transform:rotate(-45deg) translate(6px, -7px);transform:rotate(-45deg) translate(6px, -7px);}



.mp__button-text{
	margin:6px 6px 3px 3px;
	background:none;
	border:solid 1px #fff;
	padding:6px 4px;
	border-radius:3px;
	cursor:pointer;
	outline:none;
	font-size:14px;
	float:left;
	color:#fff;
}

.mp__button-text--center{
	float: none;

}

.mp--hide{
	display: none;
}

.mp__panel a{
	color: #fff;
}
#mp__contacts {
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 26px;
    border: 2px solid;
    margin-top: 4px;
}
.mobile_show {
	display: none!important;
  
}

@media screen and (max-width: 992px){
	.top-nav_center-logo>li:first-child{
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.level1{
		padding: 0 5px;
	}
	.order_table{
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
	.header__nav{
		position: relative;
		padding-bottom: 40px;
	}
	.header__nav .wr{
		position: static;
	}
	.mp__panel .mp__wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.calendar  > .flex{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.calendar__item{
	min-width: 200px;
}
}
@media screen and (max-width: 768px){
	.mobile_show{
		display: block!important;
	}
	.header-top{
		background: #2a353c;
	}
	#op-popup-1m{
		float: right;
	}
	.header-top__col-left{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
#mp__contacts {
	display: block;
}
	.mp__overlay.mp--on {
	display: block;
}
.mp__panel {display: block;}

body{
	padding-top: 40px;
}
.top-nav{
	display: block;
	position: fixed;
	top:0;
	left:-125%;
	bottom: 0;
	width: 80%;
	max-width: 260px;
	overflow-y: auto;
	-webkit-box-shadow: 2px 0 3px 0px rgba(0,0,0,0.8);
	        box-shadow: 2px 0 3px 0px rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 1020;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 50px 10px 20px 15px;
	background-color: #2a353c;
}
	.top-nav.mp--on{
		left:0;
	}
.header__nav{
	padding-bottom: 0;
  }
  .top-nav .top-nav__logo{
  	display: none;
  }
  .order_table{
  	position: static;
  }
  .submenu{
  	position: static;
  	width: 100%;
  	-webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, .175);
  	        box-shadow: 0 0px 12px rgba(0, 0, 0, .175);
  }
  .top-nav li:hover .submenu{
  	opacity: 0;
  	height: 0;
  	padding: 0;
  }
  li.parent.on   .submenu,   .top-nav li.parent.on:hover .submenu{
  	opacity: 1;
  	height: auto;
  	padding: 15px 0;
  	z-index: 1;
  }
  .top-nav > li{
  	display: block;
  }
  .page__title, .b-event .tile-text__title, .section__title{
  	font-size: 40px;
  	margin: 20px 0;
  }
  .header-slider__caption, .text h1{
  	font-size: 40px;
  }
  .header-slider_center .slick-track, .header-slider_center .header-slider__item{
  	height: 375px;
  	max-height: 60vh;
  }
  .header-slider_center .slick-next{
  	right: 5%;
  }
  .header-slider_center .slick-prev{
  	left: 5%;
  }
  .list-icons__item{
  	min-width: 170px;
  	margin-bottom: 20px;
  }
  .list-icons{
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
  }
  .tiles_1 .tile-text{
  	width: 70%!important;
  }
   .map > .wr{
   	  	padding: 0;
   	  	-webkit-box-ordinal-group: 2;
  	    -ms-flex-order: +1;
  	        order: +1;
   }
  .map {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	-o-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
    .map > *{
    	width: 100%;
    }
  .map__contacts_large{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  	display: block;
  	position: static;
  	width: 100%;
  	max-width: 100%;
  }
  .b-event .tile-text__content{
	font-size: 35px!important;
	line-height: 1.3 !important;
  }
  .tiles_fulltext .tile-text{
  	padding: 50px 0px!important;
  }
}
@media screen and (max-width: 480px){
.tiles_1 .tile-text{
	width: 100%!important;
}
.header-top__col{
	width: 100%;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.header-top__col-left>*{
	width: 100%;
}
#op-popup-1m{
	float: none;
	margin: 0 auto;
	margin-bottom: 10px;
}
.tiles_1 .tile-text__inner{
	padding: 15px 0!important;
}
.calendar__item{
	width: 100%;
	max-width: 270px;
}
.page__title, .b-event .tile-text__title, .section__title {
    font-size: 27px;
}
}

@media only screen and (max-width:767px)  {
  .nav-tabs li {
    display: block;
    width: 100%;
    text-align: center;
  }
  .menu-items__col {
    width: 100%;
  }
}

@media (min-width:980px) and (max-width:1024px)  {
  .eventCard {
    width: calc(28% - 1rem);
  }
}
@media (min-width:768px) and (max-width:979px)  {
  .eventCard {
    text-align: center;
    width: calc(40% - 1rem);
  }
}
@media only screen and (max-width:767px)  {
  .eventCard {
    width: calc(100% - 1rem);
  }
  .event-img {
    text-align: center;
  }
  .Gallery  {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    
  }
  .fGallery a {
    width: 100%;
  }
  .Gallery-tabs button {
    margin-bottom: 20px;
  }
  .postContent {
    padding: 0 15px;
  }
  .footer__item {
    width: 100%;  
  }
  #popup-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px !important;
  }
  .header__address {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-top {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}


@media only screen and (max-width:479px)  {
  .menu-item__price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width:480px) and (max-width:768px)  {
  .menu-item__price {
    width: auto;
  }
  .menu-item__title {
    width: 85%;
  }
  .footer__item {
    width: 50%;  
  }

}

