@font-face {
    font-family: 'pf_square_sans_promedium';
    src: url('../fonts/pfsquaresanspromedium-webfont.woff2') format('woff2'),
         url('../fonts/pfsquaresanspromedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html, body {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
	margin:0;
	font:14px/1.285715 arial, helvetica, sans-serif;
	min-width:960px;
	color:#333;
	background:#f8f7f3;
}
.contact-wrapper{
	background:#f8f7f3;
	min-height: 200px;
	position: relative;
	z-index: 35;
	padding-top: 56px;
}
img {
	border-style:none;
	vertical-align: top;
	max-width:100%;
}
a {
	color:#cc0000;
	-webkit-transition: color 0.2s linear;  
	transition: color 0.2s linear;
}
a:hover{
	color:#000;
	text-decoration: none;
}
a:focus,
a:hover,
*:active,
*:hover,
*:visited,
*:focus,
* {
	outline:none !important;
}
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
p{
	margin: 18px 0;
}
h1+p,h2+p,h3+p,h4+p,h5+p,h6+p,
p:first-child{
	margin-top:0px;
}
p:last-child{
	margin-bottom:0px;
}
h1{
	font-size:36px;
	line-height: 36px;
	margin: 30px 0 40px;
	min-height: 55px;
	font-family: 'pf_square_sans_promedium';
}
h2{
	font-size:36px;
	line-height: 36px;
	margin: 0 0 18px;
	font-family: 'pf_square_sans_promedium';
}
h1 span, h2 span{
	color:#cc3300;
}
h3{
	font-size:30px;
	line-height: 30px;
	margin: 0 0 18px;
	font-family: 'pf_square_sans_promedium';
}
h4{
	font-size: 18px;
	margin: 0 0 18px;
	line-height: 18px;
}
h5{
	font-size: 14px;
	margin: 0 0 18px;
	line-height: 18px;
}
h6{
	font-size: 14px;
	margin: 0 0 18px;
	line-height: 18px;
}
h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{
	margin-top: 0;
}
hr{
	height:2px;
	border:0;
	background:#cc0000;
	margin:18px 0;
}
hr:first-child{
	margin-top:0px;
}
input, textarea, select {
	font:100% arial, helvetica, sans-serif;
	vertical-align:middle;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
header,nav,section,article,aside,footer,figure,menu,dialog {
	display: block;
}
input:focus::-webkit-input-placeholder {
	color:transparent !important;
}
input:focus:-ms-input-placeholder {
	color:transparent !important;
}
input:focus::-moz-placeholder {
	color:transparent !important;
}
textarea:focus::-webkit-input-placeholder {
	color:transparent !important ;
}
textarea:focus:-ms-input-placeholder {
	color:transparent !important;
}
textarea:focus::-moz-placeholder {
	color:transparent !important;
}
input::-webkit-input-placeholder{
	color:#7d7d7d;
	opacity: 1;
}
input:-moz-placeholder{
	color:#7d7d7d;
	opacity: 1;
}
input::-moz-placeholder{
	color:#7d7d7d;
	opacity: 1;
}
textarea::-webkit-input-placeholder{
	color:#7d7d7d;
	opacity: 1;
}
textarea:-moz-placeholder{
	color:#7d7d7d;
	opacity: 1;
}
textarea::-moz-placeholder{
	color:#7d7d7d;
	opacity: 1;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-uppercase{
	text-transform: uppercase;
}
#wrapper{
	overflow: hidden;
	min-height: 100%;
	position: relative;
	width: 100%;
}
.container{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.container:after{
	content: '';
	display: block;
	clear: both;
}
.header-parallax{
	min-height: 420px;
	position: relative;
	overflow: hidden;
}
.header-parallax img{
	max-width: none;
}
.header-parallax--index{
	min-height: 1020px;
	padding-bottom: 550px;
	margin-bottom:0;
}
.header-bg{
	position: absolute;
	top: 0;
	left:0;
	margin: 0;
	width:100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	z-index: -1;
	overflow: hidden;
}
.parallax-index{
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0;
}
.parallax-index--bottom{
	top: auto;
	bottom: 0;
}
.header{
	display: block;
	position: relative;
	z-index: 20;
}
.logo{
	display: block;
	position: relative;
	width:263px;
	height: 125px;
	margin: 0 auto 49px;
}
.logo span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.logo span:nth-child(1){
	-webkit-animation: itemlogo1 0.4s linear infinite ;
	animation: itemlogo1 0.4s linear infinite ;
	z-index: 10;
}
.logo span:nth-child(2){
	-webkit-animation: itemlogo2  0.4s linear infinite ;
	animation: itemlogo2  0.4s linear infinite ;
}
.logo span:nth-child(3){
	-webkit-animation: itemlogo3  0.4s linear infinite ;
	animation: itemlogo3  0.4s linear infinite ;
}
.logo span:nth-child(4){
	-webkit-animation: itemlogo4  0.4s linear infinite ;
	animation: itemlogo4  0.4s linear infinite ;
}
.logo span:nth-child(5){
	-webkit-animation: itemlogo5  0.4s linear infinite ;
	animation: itemlogo5  0.4s linear infinite ;
}
.logo span:nth-child(6){
	-webkit-animation: itemlogo6  0.4s linear infinite ;
	animation: itemlogo6  0.4s linear infinite ;
}
@-webkit-keyframes itemlogo1 {
    0% {visibility: visible;}
    20% {visibility: hidden;}
    40% {visibility: hidden;}
    60% {visibility: hidden;}
    80% {visibility: hidden;}
    100% {visibility: hidden;}
}
@-webkit-keyframes itemlogo2 {
    0% {visibility: hidden;}
    20% {visibility: visible;}
    40% {visibility: hidden;}
    60% {visibility: hidden;}
    80% {visibility: hidden;}
    100% {visibility: hidden;}
}
@-webkit-keyframes itemlogo3 {
    0% {visibility: hidden;}
    20% {visibility: hidden;}
    40% {visibility: visible;}
    60% {visibility: hidden;}
    80% {visibility: hidden;}
    100% {visibility: hidden;}
}
@-webkit-keyframes itemlogo4 {
    0% {visibility: hidden;}
    20% {visibility: hidden;}
    40% {visibility: hidden;}
    60% {visibility: visible;}
    80% {visibility: hidden;}
    100% {visibility: hidden;}
}
@-webkit-keyframes itemlogo5 {
    0% {visibility: hidden;}
    20% {visibility: hidden;}
    40% {visibility: hidden;}
    60% {visibility: hidden;}
    80% {visibility: visible;}
    100% {visibility: hidden;}
}
@-webkit-keyframes itemlogo6 {
    0% {visibility: hidden;}
    20% {visibility: hidden;}
    40% {visibility: hidden;}
    60% {visibility: hidden;}
    80% {visibility: hidden;}
    100% {visibility: visible;}
}
@keyframes itemlogo1 {
    0% {visibility: visible;}
    20% {visibility: hidden;}
    40% {visibility: hidden;}
    60% {visibility: hidden;}
    80% {visibility: hidden;}
    100% {visibility: hidden;}
}
@keyframes itemlogo2 {
    0% {visibility: hidden;}
    20% {visibility: visible;}
    40% {visibility: hidden;}
    60% {visibility: hidden;}
    80% {visibility: hidden;}
    100% {visibility: hidden;}
}
@keyframes itemlogo3 {
    0% {visibility: hidden;}
    20% {visibility: hidden;}
    40% {visibility: visible;}
    60% {visibility: hidden;}
    80% {visibility: hidden;}
    100% {visibility: hidden;}
}
@keyframes itemlogo4 {
    0% {visibility: hidden;}
    20% {visibility: hidden;}
    40% {visibility: hidden;}
    60% {visibility: visible;}
    80% {visibility: hidden;}
    100% {visibility: hidden;}
}
@keyframes itemlogo5 {
    0% {visibility: hidden;}
    20% {visibility: hidden;}
    40% {visibility: hidden;}
    60% {visibility: hidden;}
    80% {visibility: visible;}
    100% {visibility: hidden;}
}
@keyframes itemlogo6 {
    0% {visibility: hidden;}
    20% {visibility: hidden;}
    40% {visibility: hidden;}
    60% {visibility: hidden;}
    80% {visibility: hidden;}
    100% {visibility: visible;}
}
.mask-arrow{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 30;
	background-color: transparent;
	background-size: 100% 27px;
	height: 27px;
}
.mask-arrow--bottom{
	background-image: url('../images/mask-arrow-bottom.png');
}
.mask-arrow--top{
	background-image: url('../images/mask-arrow-top.png');
}
.header__heading{
	min-height: 194px;
	padding-bottom: 20px;
}
.header__text{
	max-width:540px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.nav-wrapper{
	position: absolute;
	width:62px;
	height:62px;
	left: 50%;
	top: 0;
	margin: 66px 0 0 -31px;
}
.opener-nav{
	background-color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width:62px;
	height:62px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
}
.onen-nav .opener-nav{
	opacity: 0;
}
.opener-nav:hover{
	background-color: #dc1f17;
}
.opener-nav:active{
	background-color: #000;
}
.opener-nav span:before,
.opener-nav span:after,
.opener-nav span{
	content: '';
	background-color: #1a1627;
	width: 26px;
	height: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	top: 29px;
	left: 18px;
	-webkit-transition: background 0.2s linear;  
	transition: background 0.2s linear;
}
.opener-nav span:before,
.opener-nav span:after{
	left: 0;
	top: -8px;
}
.opener-nav span:after{
	top: 8px;
}
.opener-nav:active span:before,
.opener-nav:active span:after,
.opener-nav:active span,
.opener-nav:hover span:before,
.opener-nav:hover span:after,
.opener-nav:hover span{
	background-color: #fff;
}
.nav-holder{
	white-space: nowrap;
	position: absolute;
	z-index: 20;
	background-color: rgba(255,255,255,0.9);
	width: 0;
	left: 0;
	margin: 0 ;
	overflow: hidden;
	-webkit-border-radius: 31px;
	border-radius: 31px;
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
	text-align: center;
	height:62px;
}
.onen-nav .nav-holder{
	width: 780px;
	left: 50%;
	margin: 0 0 0 -390px;
}
.colse-nav{
	position: absolute;
	top: 0;
	left: 0;
	width:62px;
	height:62px;
	background-color: #fff;
	-webkit-transition: background 0.2s linear;  
	transition: background 0.2s linear;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.colse-nav:hover{
	background-color: #dc1f17;
}
.colse-nav:active{
	background-color: #000;
}
.colse-nav span:before,
.colse-nav span:after,
.colse-nav span{
	content: '';
	width: 30px;
	height: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	top: 29px;
	left: 18px;
	-webkit-transition: background 0.3s linear;  
	transition: background 0.3s linear;
}
.colse-nav span:before,
.colse-nav span:after{
	left: 0;
	top: 0;
	opacity: 1;
	background-color: #1a1627;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.colse-nav span:after{
	top: 0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.colse-nav:active span:before,
.colse-nav:active span:after,
.colse-nav:hover span:before,
.colse-nav:hover span:after{
	background-color: #fff;
}
.header__nav{
	display: block;
	margin:15px 0 0;
	padding: 0;
	list-style: none;
	font-family: 'pf_square_sans_promedium';
	line-height: 18px;
	font-size: 18px;
	text-transform: uppercase;
}
.header__nav li{
	display: inline-block;
	vertical-align: top;
	margin: 0 -1px;
}
.header__nav a{
	text-decoration: none !important;
	color: #1a1627;
	display: inline-block;
	vertical-align: top;
	padding: 8px 17px 5px;
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
	background-color: transparent;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
.header__nav a span{
	color: #cc0000;
	-webkit-transition: color 0.3s linear;  
	transition: color 0.3s linear;
	background-color: transparent;
}
.header__nav a:hover{
	color: #cc0000;
}
.header__nav .active a span,
.header__nav a:active span{
	color: #fff;
}
.header__nav .active a,
.header__nav a:active{
	color: #fff;
	background-color: #1a1627;
}
.network-list{
	position: absolute;
	width: 420px;
	text-align: center;
	left: 50%;
	margin: 74px 0 0 60px;
	top: 0;
	padding: 0;
	list-style: none;
}
.network-list li{
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px;
}
.network-list a{
	display: block;
	width: 46px;
	height: 46px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
	background:transparent url(../images/bg-network.png) no-repeat 0% -9999px;
}
.network-list .im{
	background-position: 12px 10px;
}
.network-list .ut{
	background-position: -26px 10px;
}
.network-list .sk{
	background-position: -64px 10px;
}
.network-list .vk1{
	background-position: -106px 10px;
}
.network-list .vk2{
	background-position: -147px 10px;
}
.network-list .fb{
	background-position: -185px 10px;
}
.network-list .tw{
	background-position: -224px 10px;
}
.network-list .gl{
	background-position: -261px 10px;
}
.network-list .od{
	background-position: -302px 10px;
}
.network-list a:hover{
	background-color: #dc1f17;
}
.main-card-block{
	float: left;
	width: 100%;
	margin: 0;
	z-index: 35;
	position: relative;
	margin: -486px 0 0;
}
.main-card-block h2{
	margin-bottom:41px;
}
.main-card-list{
	margin: 0 5px 40px;
}
.main-card-list:after{
	content: '';
	display: block;
	clear: both;
}
.main-card-list .wrap{
	float: left;
	width: 33.33%;
	padding: 0 5px;
}
.main-card-list .card{
	position: relative;
	height: 560px;
}
.main-card-list .name{
	text-transform: uppercase;
	position: absolute;
	top: 38px;
	padding: 0;
	left: 33px;
	right: 33px;
	z-index: 10;
	font-size: 30px;
	line-height: 26px;
	color:#fff;
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
	font-family: 'pf_square_sans_promedium';
}
.main-card-list .name--black{
	color:#000;
}
.main-card-list .card:hover .name{
	color:#000;
}
.main-card-list .timer{
	position: absolute;
	bottom: 33px;
	left: 0;
	right: 0;
	font-family: 'pf_square_sans_promedium';
	color: #fff;
	font-size: 29px;
	line-height: 29px;
	text-align: center;
	z-index: 2;
}
.main-card-list .timer i{
	background: url(../images/icon-timer.png) no-repeat 0% 0%;
	width: 39px;
	height: 45px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	position: relative;
    top: -3px;
}
.main-card-list .timer span{
	display: inline-block;
	vertical-align: middle;
}
.main-card-list .card-bg{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.main-card-list .card-bg:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 205px;
	background: url(../images/bg-card-overlay.png) repeat-x 0% 0%;
}
.main-card-list .card-img{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1
}
.main-card-list .wrap:first-child .card-img{
	text-align: left;
	left: -24px;
}
.main-card-list .wrap:last-child .card-img{
	text-align: right;
	right: -54px;
}
.main-card-list .inner-card{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background:rgba(255,255,255,0.9);
	-webkit-border-radius: 18px;
	border-radius: 18px;
	z-index: 5;
	padding: 184px 20px 0;
	-webkit-transition: opacity 0.3s linear;  
	transition: opacity 0.3s linear;
	opacity:0;
}
.main-card-list .card:hover .inner-card{
	opacity:1;
}
.main-card-list .description{
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	height: 180px;
	width: 260px;
	display: table-cell;
	vertical-align: middle;
    padding: 18px 0 20px;
}
.btn-wrap{
	width: 228px;
	margin: 0 auto;
}
.btn-wrap a{
	display: block;
	border:1px solid #666;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	height: 54px;
	text-decoration: none !important;
	font-family: 'pf_square_sans_promedium';
	color: #fff;
	font-size: 16px;
	line-height: 54px;
	text-transform: uppercase;
	color:#666;
	margin: 6px 0;
	padding: 0 0 0 21px;
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
}
.btn-wrap a:hover{
	color: #cc3300;
	border-color:#cc3300;
}
.btn-wrap a:active{
	color: #000;
	border-color:#000;
}
.btn-wrap .ico{
	width: 58px;
	height: 54px;
	margin: 0;
	position: relative;
}
.btn-wrap span,
.btn-wrap .ico{
	display: inline-block;
	vertical-align: middle;
}
.btn-wrap .ico i{
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
	background: url(../images/bg-btn-card.png) no-repeat 0% -9999px;
}
.btn-wrap .ico--description i:nth-child(1){
	background-position: 0 9px;
}
.btn-wrap .ico--reservation i:nth-child(1){
	background-position: 0 -51px;
}
.btn-wrap .ico--review i:nth-child(1){
	background-position: 0 -113px;
}
.btn-wrap .ico--description i:nth-child(2){
	background-position: -75px 9px;
}
.btn-wrap .ico--reservation i:nth-child(2){
	background-position: -75px -51px;
}
.btn-wrap .ico--review i:nth-child(2){
	background-position: -75px -113px;
}
.btn-wrap .ico--description i:nth-child(3){
	background-position: -153px 9px;
}
.btn-wrap .ico--reservation i:nth-child(3){
	background-position: -153px -51px;
}
.btn-wrap .ico--review i:nth-child(3){
	background-position: -153px -113px;
}
.btn-wrap .ico i:nth-child(3),
.btn-wrap .ico i:nth-child(2){
	opacity: 0;
}
.btn-wrap a:hover i:nth-child(2){
	opacity: 1;
}
.btn-wrap a:active i:nth-child(3){
	opacity: 1;
}
.btn-wrap a:active i:nth-child(2)
.btn-wrap a:active i:nth-child(1),
.btn-wrap a:hover i:nth-child(1){
	opacity: 0;
}
.calendar-gallery-wrapper{
	clear: both;
	width: 100%;
	position: relative;
	margin: 0 0 103px;
}
.calendar-gallery-wrapper .calendar-gallery{
	overflow: hidden;
}
.calendar-gallery-wrapper .slick-arrow{
	position: absolute;
	top: 44px;
	left: -4px;
	height: 48px;
	width: 48px;
	background-color: #000;
	z-index: 10;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	cursor: pointer;
	background:#999;
	-moz-transform: scale(0.835);
	-webkit-transform: scale(0.835);
	-o-transform: scale(0.835);
	-ms-transform: scale(0.835);
	transform: scale(0.835);
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
}
.calendar-gallery-wrapper .slick-arrow:active,
.calendar-gallery-wrapper .slick-arrow:hover{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.calendar-gallery-wrapper .slick-disabled:active,
.calendar-gallery-wrapper .slick-disabled:hover,
.calendar-gallery-wrapper .slick-disabled{
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.calendar-gallery-wrapper .slick-arrow:after{
	content: '';
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background:url(../images/arrow-left.svg) no-repeat 42% 49%/23px 33px;
}
.calendar-gallery-wrapper .slick-next{
	left: auto;
	right: -4px;
}
.calendar-gallery-wrapper .slick-next:after{
	background-image: url(../images/arrow-right.svg);
	background-position: 59% 49%;
}
.calendar-gallery-wrapper .slick-arrow span{
	position: absolute;
	left: -50%;
	top: 0;
	bottom: 0;
	width: 200%;
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
}
.calendar-gallery-wrapper .slick-arrow:hover span{
	left: 0;
}
/*.calendar-gallery-wrapper .slick-arrow:active span{
	left: -100%;
}*/
.calendar-gallery-wrapper .slick-arrow span:before,
.calendar-gallery-wrapper .slick-arrow span:after{
	content: '';
	float: left;
	height: 100%;
	width: 50%;
	background-color: #ce0c0c;
	-webkit-transition: background 0.3s linear;  
	transition: background 0.3s linear;
}
.calendar-gallery-wrapper .slick-arrow span:after{
	background-color: #000;
}
.calendar-gallery-wrapper .slick-arrow:active span:before{
	background-color: #000;
}
.calendar-gallery-wrapper .slick-track,
.calendar-gallery-wrapper .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.calendar-gallery-wrapper .slick-slide{
	float: left;
	min-height: 1px;
	padding: 162px 0 21px;
}
.calendar-gallery-wrapper .line{
	height: 2px;
	background-color: #cc0000;
	position: absolute;
	top: 68px;
	left: -9999px;
	right: -9999px;
}
.date-wrap{
	position: absolute;
	top: 0;
	left: 50%;
	width: 200px;
	text-align: center;
	margin: 5px 0 0 -100px;
	
}
.date-wrap:after{
	content: '';
	background: url(../images/bg-date.png) no-repeat 0% 0%;
	width: 62px;
	height: 95px;
	position: absolute;
	top: 33px;
	left: 50%;
	margin: 0 0 0 -31px;
}
.date-wrap .row{
	margin: 0;
	position: relative;
	font-family: 'pf_square_sans_promedium';
	text-transform: uppercase;
	z-index: 5;
}
.date-wrap .month{
	font-size: 24px;
	line-height: 36px;
}
.date-wrap .month span{
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
	opacity: 0;
	-moz-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
.slick-active .date-wrap .month span{
	opacity: 1;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.date-wrap .day{
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	padding: 8px 0 0;
}
.schedule-wrap{
	position: relative;
	text-align: center;
}
.schedule-row{
	position: relative;
	margin: 0 0 17px;
}
.schedule-item{
	font-family: 'pf_square_sans_promedium';
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	text-decoration: none !important;
	color: #fff;
	padding: 3px 9px 2px;
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	border:1px solid transparent;
	font-size: 18px;
	line-height: 24px;
	margin: 0 2px;
}
.schedule-item:hover{
	color: #fff !important;
	background-color: #dc1f17 !important;
	border-color:#dc1f17 !important;
}
.schedule-item:active{
	color: #fff !important;
	background-color: #000 !important;
	border-color:#000 !important;
}
.schedule-item--title{
	background-color: transparent;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
}
.more-btn{
	width: 129px;
	height: 129px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	display: block;
	text-decoration: none !important;
	-webkit-border-radius: 90px;
	border-radius: 90px;
	background-color: #999;
	border:0;
	z-index: 16;
	cursor: pointer;
}
.more-btn:after{
	content: '';
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.icon-calendar:after{
	background-image: url(../images/icon-calendar.png);
}
.icon-submit-popup:after{
	background-image: url(../images/icon-submit2.png);
}
.icon-submit-popup,
.icon-submit{
	width: 93px;
	height: 93px;
	background-color: #999;
}
.icon-submit:after{
	background-image: url(../images/icon-submit.png);
}
.more-btn span{
	position: absolute;
	left: -50%;
	top: 0;
	bottom: 0;
	width: 200%;
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
}
.more-btn:hover span{
	left: 0;
}
/*.more-btn:active span{
	left: -100%;
}*/
.more-btn span:before,
.more-btn span:after{
	content: '';
	float: left;
	height: 100%;
	width: 50%;
	background-color: #ce0c0c;
	-webkit-transition: background 0.3s linear;  
	transition: background 0.3s linear;
}
.more-btn span:after{
	background-color: #000;
}
.more-btn:active span:before{
	background-color: #000;
}
.map-wrapper{
	position: relative;
	z-index: 20;
	margin-bottom: -50px;
}
.map{
	height: 438px;
	position: relative;
	overflow: hidden;
	-webkit-clip-path: polygon(100% 0, 100% calc(100% - 27px), 50% 100%, 0 calc(100% - 27px), 0 0);
	clip-path: polygon(100% 0, 100% calc(100% - 27px), 50% 100%, 0 calc(100% - 27px), 0 0);
}
.mask-arrow-bottom{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 15;
	height: 57px;
	background: url(../images/mask-arrow-map.png) no-repeat 50% 0%;
	background-size: 100% 57px;
}
.mask-arrow-top{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 15;
	height: 57px;
	background: url(../images/mask-arrow-map-top.png) no-repeat 50% 0%;
	background-size: 100% 57px;
}
.mask-arrow-bottom h2{
	margin:-14px 0 0;
}
.fixed-map ymaps iframe,
.map ymaps iframe,
.ymaps-copyrights-logo,
.ymaps-copyrights-legend,
.gotoymaps{
	display: none !important;
}
.footer{
	height: 250px;
	position: relative;
	overflow: hidden;
	padding: 110px 0 0;
	color:#fff;
	font-size: 11px;
	line-height: 18px;
}
.footer .container{
	max-width:1110px;
	z-index: 5;
}
.footer-bg{
	position: absolute;
	top: 0;
	left:0;
	margin: 0;
	width:100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	/*background-attachment: fixed;*/
	background-size: 100% auto;
	z-index: -1;
	overflow: hidden;
}
.clip-svg{
	width: 0;
	height: 0;
	overflow: hidden;
}
.footer-logo{
	float: left;
	background: url(../images/footer-logo.png) no-repeat 0% 0%;
	width: 62px;
	height: 41px;
	margin: 0 18px 0 0;
}
.copyright{
	float: left;
	margin: 22px 35px 0 0;
}
.footer .tel{
	float: left;
	margin:22px 0 0;
	font-family: 'pf_square_sans_promedium';
	font-size: 18px;
	font-weight: 600;
	/*letter-spacing: -1px;*/
}
.by{
	float: right;
	padding: 0 82px 0 0;
	margin: 19px 0 0;
	color: #f9e1b2;
	font-size: 14px;
	line-height: 23px;
	position: relative;
	-webkit-transition: color 0.2s linear;  
	transition: color 0.2s linear;
}
.by:hover{
	color: #fff;
}
.by:active{
	color: #000;
}
.by-logo{
	position: absolute;
	right: 0;
	top: 0;
	height: 23px;
	width: 68px;
}
.by-logo i{
	background: url(../images/by-logo.png) no-repeat 0 -9999px;
	position: absolute;
	-webkit-transition: all 0.2s linear;  
	transition: all 0.2s linear;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.by-logo i:nth-child(1){
	background-position: 0 0;
}
.by-logo i:nth-child(2){
	background-position: 0 -86px;
}
.by-logo i:nth-child(3){
	background-position: 0 -177px;
}
.by-logo i:nth-child(3),
.by-logo i:nth-child(2){
	opacity: 0;
}
.by:hover .by-logo i:nth-child(2){
	opacity: 1;
}
.by:active .by-logo i:nth-child(3){
	opacity: 1;
}
.by:active .by-logo i:nth-child(2)
.by:active .by-logo i:nth-child(1),
.by:hover .by-logo i:nth-child(1){
	opacity: 0;
}
.network-list-footer{
	overflow: hidden;
	text-align: center;
	padding:14px 10px 0;
	margin: 0;
	list-style: none;
}
.network-list-footer li{
	display: inline-block;
	vertical-align: top;
	margin: 0 -2px;
}
.network-list-footer a{
	display: block;
	width: 31px;
	height: 31px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
	background:transparent url(../images/bg-network.png) no-repeat 0% -9999px;
}
.network-list-footer .im{
	background-position: 8px -74px;
}
.network-list-footer .ut{
	background-position: -21px -74px;
}
.network-list-footer .sk{
	background-position: -51px -74px;
}
.network-list-footer .vk1{
	background-position: -82px -74px;
}
.network-list-footer .vk2{
	background-position: -113px -74px;
}
.network-list-footer .fb{
	background-position: -143px -74px;
}
.network-list-footer .tw{
	background-position: -172px -74px;
}
.network-list-footer .gl{
	background-position: -200px -74px;
}
.network-list-footer .od{
	background-position: -231px -74px;
}
.network-list-footer a:hover{
	background-color: #dc1f17;
}
.pagination-wrap{
	margin: 63px 0;
	position: relative;
	height: 2px;
}
.pagination-wrap:last-child{
	margin-bottom: 30px;
}
.pagination-wrap:before{
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	left: -9999px;
	right: -9999px;
	background-color: #cc0000;
}
.pagination-arrow{
	position: absolute;
	top: 0px;
	left: -4px;
	height: 48px;
	width: 48px;
	z-index: 10;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	cursor: pointer;
	background:#999;
	-moz-transform: scale(0.835);
	-webkit-transform: scale(0.835);
	-o-transform: scale(0.835);
	-ms-transform: scale(0.835);
	transform: scale(0.835);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-top: -23px;
}
.pagination-arrow--back{
	left: 50%;
	margin-left: -24px;
}
.pagination-arrow--opener-map{
	left: 50%;
	margin-left: -24px;
	top: -4px;
}
.pagination-arrow:active,
.pagination-arrow:hover{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.pagination-arrow:after{
	content: '';
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
}
.pagination-arrow--left:after{
	background:url(../images/arrow-left.svg) no-repeat 42% 49%/23px 33px;
}
.pagination-arrow--right{
	left: auto;
	right: -4px;
}
.pagination-arrow--right:after{
	background-image: url(../images/arrow-right.svg);
	background-position: 59% 49%;
}
.pagination-arrow--down:after{
	background-image: url(../images/arrow-bottom.png);
	background-position: 50% 54%;
	background-size: 32px 22px;
}
.pagination-arrow--opener-map:after{
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.full-screen .pagination-arrow--opener-map:after{
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
    -ms-filter: "FlipV";
}
.pagination-arrow span{
	position: absolute;
	left: -50%;
	top: 0;
	bottom: 0;
	width: 200%;
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
}
.pagination-arrow:hover span{
	left: 0;
}
/*.pagination-arrow:active span{
	left: -100%;
}*/
.pagination-arrow span:before,
.pagination-arrow span:after{
	content: '';
	float: left;
	height: 100%;
	width: 50%;
	background-color: #ce0c0c;
	-webkit-transition: background 0.3s linear;  
	transition: background 0.3s linear;
}
.pagination-arrow span:after{
	background-color: #000;
}
.pagination-arrow:active span:before{
	background-color: #000;
}
.paging-list{
	padding: 0;
	list-style: none;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	margin: -19px 60px 0;
	z-index: 8;
	right: 0;
}
.paging-list li{
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}
.paging-list a{
	display: inline-block;
	vertical-align: top;
	border:2px solid #999;
	background-color: #fff;
	text-align: center;
	line-height: 38px;
	font-family: 'pf_square_sans_promedium';
	font-size: 24px;
	min-width:40px;
	height: 40px;
	padding: 0 3px;
	color: #333;
	text-decoration: none !important;
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.paging-list a:active,
.paging-list a:hover,
.paging-list .active a{
	background-color: #000;
	color: #fff;
	border-color: #000;
}
.article-wrapper{
	padding: 0 60px 0 120px;
}
.date-news{
	background: url(../images/news-icon.png) no-repeat 0% 0%;
	width: 65px;
	height: 70px;
	padding: 8px 5px 5px 0;
	text-align: center;
	font-family: 'pf_square_sans_promedium';
}
.news-list .date-news,
.article-wrapper .date-news{
	float: left;
	margin: -8px 0 0 -80px;
}
.news-list .date-news{
	margin-top: -1px;
}
.date-news .month{
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}
.date-news .day{
	color: #333;
	font-size: 30px;
	line-height: 30px;
}
.article-wrapper:after{
	content: '';
	display: block;
	clear: both;
}
.article-img{
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 23px 0;
	display: block;
	position: relative;
	overflow: hidden;
}
.article-wrapper h3{
	margin-bottom: 44px;
}
.article-img.fancybox:after{
	content: '';
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 63px;
	height: 51px;
	margin:-25px 0 0 -31px;
	opacity: 0.5;
	background: url(../images/icon-photo.png) no-repeat 0% 0%;
}
.article-img.fancybox:hover:after{
	opacity: 0.8;
}
.news-list{
	margin:63px 0;
	padding: 0;
	list-style: none;
	font-family: 'pf_square_sans_promedium';
	font-size: 14px;
	line-height: 18px;
}
.news-list li{
	position: relative;
	margin: 0 -9999px;
	padding: 0 9999px;
}
.news-list li:after{
	content: '';
	display: block;
	clear: both;
}
.news-list li:nth-child(even){
	background-color: #fff;
}
.news-list .wrap{
	position: relative;
	padding: 33px 60px 33px 120px;
}
.news-list .wrap:after{
	content: '';
	display: block;
	clear: both;
}
.news-list .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
}
.news-list .holder{
	overflow: hidden;
}
.news-list .icon-review{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-color: #999;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.news-list .icon-review:after{
	content: '';
	background: url(../images/icon-eye.png) no-repeat 50% 50%;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news-list .icon-review span{
	position: absolute;
	left: -50%;
	top: 0;
	bottom: 0;
	width: 200%;
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
}
.news-list .wrap:hover .icon-review span{
	left: 0;
}
/*.pagination-arrow:active span{
	left: -100%;
}*/
.news-list .icon-review span:before,
.news-list .icon-review span:after{
	content: '';
	float: left;
	height: 100%;
	width: 50%;
	background-color: #ce0c0c;
	-webkit-transition: background 0.3s linear;  
	transition: background 0.3s linear;
}
.news-list .icon-review span:after{
	background-color: #000;
}
.news-list .wrap:active .icon-review span:before{
	background-color: #000;
}
.news-list h3{
	margin: 0 0 6px;
	font-family: 'pf_square_sans_promedium';
	font-size: 18px;
	line-height: 24px;
	color: #000;
	-webkit-transition: color 0.3s linear;  
	transition: color 0.3s linear;
}
.news-list .wrap:hover h3{
	color: #cc0000;
}
.news-list p{
	margin: 0;
}
.news-list .wrap:hover p{
	text-decoration: underline;
}
.news-list .img{
	float: left;
	margin-right: 20px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.fixed-map{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 3000px;
	margin-top: -1000px;
}
.fixed-map:before{
	content: '';
	position: absolute;
	pointer-events: none;
	top: 1000px;
	left: 0;
	right: 0;
	height: 146px;
	z-index: 1;
	background: url(../images/map-shadow-top.png) repeat-x 0% 0%;
}
.footer--bg-map{
	overflow: visible;
	z-index: 5;
}
.footer--bg-map:after{
	content: '';
	background:#6e492f;
	position: absolute;
	top: 0;
	height: 2000px;
	left: 0;
	right: 0;
	opacity: 0.5;
}
.contact-wrapper h1{
	margin: 0 0 59px;
	min-height: 10px;
}
.contact-wrapper .contact-description{
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 8px;
	text-align: center;
}
.contact-wrapper .address{
	font-style: normal;
	text-align: center;
	font-family: 'pf_square_sans_promedium';
	font-size: 18px;
	line-height: 24px;
}
.contact-wrapper .contact-tel-wrapper{
	text-align: center;
	margin: 32px 0 0;
}
.contact-wrapper .contact-tel-wrapper .title{
	margin: 0 0 6px;
	font-size: 13px;
	line-height: 18px;
}
.contact-wrapper .contact-tel-wrapper .tel{
	margin: 0;
	display: inline-block;
	vertical-align: top;
	color: #333 !important;
	font-family: 'pf_square_sans_promedium';
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none !important;
}
.contact-wrapper .contact-tel-wrapper .tel span{
	color: #cc0000;
}
.gray-description-block{
	position: relative;
	background:#e3dcd4;
	overflow: hidden;
	z-index: 25;
	padding: 68px 0 79px;
	font-size: 13px;
	line-height: 18px;
	margin: 12px 0 5px;
}
.gray-description-block--info{
	padding: 113px 0 106px;
}
.gray-description-block:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -215px 0 0 -233px;
	background:url(../images/bg-flourish.png) no-repeat 50% 0%;
	z-index: -1;
	width: 711px;
	height: 576px;
}
.gray-description-block--reviews{
	padding:87px 0 0;
}
.gray-description-block--reviews:before{
	margin: -414px 0 0 -170px;
	background:url(../images/bg-flourish2.png) no-repeat 50% 0%;
}
.gray-description-block .wrap{
	position: relative;
	margin: 0 -10px;
}
.gray-description-block .wrap:after{
	content: '';
	display: block;
	clear: both;
}
.gray-description-block .col{
	float: left;
	width: 50%;
	padding: 0 70px;
}
.gray-description-block h3{
	text-transform: uppercase;
	font-family: 'pf_square_sans_promedium';
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0 -50px 33px 0;
}
.gray-description-block h3 span{
	color: #cc0000;
}
.gray-description-block p{
	margin: 0;
}
.gray-description-block .img{
	margin: 0;
	height: 70px;
	line-height: 70px;
}
.gray-description-block--info .img{
	height: 114px;
	line-height: 0;
	padding: 6px 0 0;
}
.gray-description-block .img img{
	vertical-align: middle;
}
.gray-description-block .tel{
	font-family: 'pf_square_sans_promedium';
	font-size: 24px;
	line-height: 24px;
	color: #cc0000;
	text-transform: uppercase;
	margin:12px 0 0;
}
.gray-description-block .tel span{
	color: #000;
}
.mes-form{
	position: relative;
	width: 470px;
	margin: 0 auto -20px;
}
.mes-form h2{
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 26px;
}
.mes-form .row{
	margin: 0 0 13px;
	position: relative;
}
.mes-form .row:after{
	content: '';
	display: block;
	clear: both;
}
.mes-form .row:before{
	-webkit-transition: all 0.2s linear;  
	transition: all 0.2s linear;
	opacity: 0;
	content: '';
	position: absolute;
	right: -45px;
	top: 3px;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.mes-form input{
	width: 100%;
	background:#fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-transition: all 0.2s linear;  
	transition: all 0.2s linear;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 0 20px;
	line-height: 35px;
	height: 37px;
	border: 1px solid #ccc;
	font-family: 'pf_square_sans_promedium';
	font-size: 18px;
	color: #000;
}
.mes-form .ok input,
.mes-form input:focus{
	border-color: #000;
	-webkit-box-shadow:inset -1px -1px 0px #000,inset 1px 1px 0px #000,inset 1px -1px 0px #000,inset -1px 1px 0px #000;
	box-shadow:inset -1px -1px 0px #000,inset 1px 1px 0px #000,inset 1px -1px 0px #000,inset -1px 1px 0px #000;
}
.mes-form .error input{
	border-color: #cc0000;
	-webkit-box-shadow:inset -1px -1px 0px #cc0000,inset 1px 1px 0px #cc0000,inset 1px -1px 0px #cc0000,inset -1px 1px 0px #cc0000;
	box-shadow:inset -1px -1px 0px #cc0000,inset 1px 1px 0px #cc0000,inset 1px -1px 0px #cc0000,inset -1px 1px 0px #cc0000;
}
.mes-form .error input{
	color: #cc0000;
}
.mes-form .error input::-webkit-input-placeholder{
	color: #cc0000;
}
.mes-form .error input:-moz-placeholder{
	color: #cc0000;
}
.mes-form .error input::-moz-placeholder{
	color: #cc0000;
}
.mes-form .error textarea::-webkit-input-placeholder{
	color: #cc0000;
}
.mes-form .error textarea:-moz-placeholder{
	color: #cc0000;
}
.mes-form .error textarea::-moz-placeholder{
	color: #cc0000;
}
.mes-form .ok:before,
.mes-form .error:before{
	opacity: 1;
}
.mes-form .ok:before{
	background:#339933 url(../images/icon-input-ok.png) no-repeat 50% 50%;
}
.mes-form .error:before{
	background:#cc0000 url(../images/icon-input-error.png) no-repeat 50% 50%;
}
.mes-form .more-btn{
	margin-top:20px;
}
.quest-description{
	text-align: center;
	margin: 0 auto 64px;
	font-size: 13px;
	line-height: 24px;
	max-width: 740px;
}
.quest-description p{
	margin:24px 0;
}
.quest-info-wrap{
	position: relative;
	text-align: center;
	font-family: 'pf_square_sans_promedium';
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0 12%;
	margin: 0 0 40px;
}
.quest-info-wrap:after{
	content: '';
	display: block;
	clear: both;
}
.quest-info-wrap .col{
	float: left;
	padding: 0 10px;
	width: 25%;
}
.quest-info-wrap .img{
	min-height: 109px;
	margin: 0;
}
.schedule-wrapper{
	position: relative;
	z-index: 15;
	padding: 0 0 42px;
}
.schedule-wrapper h2{
	text-align: center;
	margin: 0 0 26px;
	font-family: 'pf_square_sans_promedium';
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}
.set-time-wrapper{
	position: relative;
	height: 126px;
	z-index: 10;
	margin: 0 0 48px;
}
.set-time-wrapper:before{
	content: '';
	height: 2px;
	z-index: -1;
	background-color: #cc0000;
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 50%;
	margin: -1px 0 0;
}
.time-graph-wrap{
	position: relative;
}
.time-graph-row{
	margin: 0 0 80px;
	position: relative;
}
.time-graph-row:last-child{
	margin-bottom: 0;
}
.time-graph-group-time:after,
.time-graph-group:after,
.time-graph-group-wrapper:after,
.time-graph-row:after{
	content: '';
	display: block;
	clear: both;
}
.time-graph-group-wrapper{
	height: 152px;
	position: relative;
}
.time-graph-group-time{
	position: relative;
	overflow: hidden;
}
.time-graph-group{
	position: relative;
	z-index: 5;
}
.time-graph-group-time .time{
	float: left;
	width:60px;
	height:60px;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;  
	transition: all 0.2s linear;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border:0;
	color: #fff;
	font-family: 'pf_square_sans_promedium';
	font-size: 18px;
	line-height: 62px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 -10px 0 0;
	position: relative;
	z-index: 11;
}
.time-graph-group-time:before{
	content: '';
	background-color: #f8f7f3;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 60px;
	z-index: 10;
}
.time-graph-group-time .time:nth-child(even){
	margin-top: 50px;
}
.time-graph-group-time .time:hover{
	background-color: #cc0000 !important;
}
.time-graph-group-time .time:active{
	background-color: #000 !important;
}
.time-graph-group-time .time:disabled{
	background-color: #e3dcd4 !important;
	cursor: default;
}
.time-graph-group-wrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.time-graph-group{
	float: left;
	border:2px solid #ccc;
	border-width: 0 2px 2px;
	-webkit-border-radius:0 0 20px 20px;
	border-radius:0 0 20px 20px;
	margin: 0 20px 0 28px;
	height: 100%;
	text-align: center;
}
.time-graph-group2{
	width: 52px;
}
.time-graph-group3{
	width: 102px;
}
.time-graph-group4{
	width: 152px;
}
.time-graph-group5{
	width: 202px;
}
.time-graph-group6{
	width: 253px;
}
.time-graph-group7{
	width: 302px;
}
.time-graph-group8{
	width: 352px;
}
.time-graph-group9{
	width: 402px;
}
.time-graph-group10{
	width: 452px;
}
.time-graph-group11{
	width: 502px;
}
.time-graph-group12{
	width: 552px;
}
.time-graph-group13{
	width: 602px;
}
.time-graph-group14{
	width: 652px;
}
.time-graph-group15{
	width: 702px;
}
.time-graph-group16{
	width: 752px;
}
.time-graph-group17{
	width: 802px;
}
.time-graph-group18{
	width: 852px;
}
.time-graph-group span{
	color: #cc0000;
	font-family: 'pf_square_sans_promedium';
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
	background-color: #f8f7f3;
	margin: 0;
	padding: 139px 5px 0;
}
.fancybox-type-inline .fancybox-skin{
	background-color: #f8f7f3;
	-webkit-border-radius: 95px;
	border-radius: 95px;
	color: #333;
	-webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    overflow: hidden;
}
.fancybox-close{
	display: none !important;
}
.set-time-calendar{
	position: relative;
	margin: 0 auto;
	width: 691px;
	height: 126px;
}
.set-time-calendar:after{
	content: '';
	display: block;
	clear: both;
}
.calendar-weekday-wrap{
	overflow: hidden;
	width: 150px;
	height: 31px;
	margin: 48px 20px 0 0;
	border:1px solid #cc0000;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background-color: #f8f7f3;
	float: left;
	position: relative;
}
.calendar-weekday{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-transform: uppercase;
	color: #666;
	font-family: 'pf_square_sans_promedium';
	font-size: 18px;
	text-align: center;
	-webkit-transition: top 0.2s linear;  
	transition: top 0.2s linear;
}
.calendar-weekday li{
	height: 29px;
	line-height: 32px;
	overflow: hidden;
}
.calendar-wrap{
	float: left;
	width: 74px;
	height: 74px;
	position: relative;
	z-index: 5;
	text-transform: uppercase;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	background-color: #000;
	margin: 26px 20px 0 0;
	text-align: center;
	font-family: 'pf_square_sans_promedium';
	color: #fff;
}
.calendar-wrap--month{
	width: 164px;
	font-size: 24px;
}
.calendar-wrap--day{
	background-color: #444;
	font-size: 36px;
	letter-spacing: 6px;
	padding-left: 6px;
}
.calendar-wrap--time{
	width: 120px;
	font-size: 36px;
	background-color: #bdbdbd;
}
.calendar-wrap--time:before{
	content: '';
	width: 50%;
	-webkit-border-radius:40px 0 0 40px;
	border-radius:40px 0 0 40px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #9f9f9f;
	z-index: -1;
}
.calendar-wrap--day:before{
	content: '';
	width: 50%;
	-webkit-border-radius:0 40px 40px 0;
	border-radius:0 40px 40px 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	z-index: -1;
}
.calendar-wrap .arrow{
	position: absolute;
	width: 27px;
	height: 16px;
	left: 50%;
	top: -26px;
	margin: 0 0 0 -13px;
	background: url(../images/bg-arrow.png) no-repeat 0% 0%;
}
.calendar-wrap .arrow:before,
.calendar-wrap .arrow:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: opacity 0.2s linear;  
	transition: opacity 0.2s linear;
	top: 0;
	left: 0;
	opacity: 0;
	background: url(../images/bg-arrow.png) no-repeat -63px 0%;
}
.calendar-wrap .arrow:after{
	background-position:100% 0;
}
.calendar-wrap .arrow--prev:before{
	background-position:-63px 100%;
}
.calendar-wrap .arrow--prev:after{
	background-position:100% 100%;
}
.calendar-wrap .arrow--prev{
	top: auto;
	bottom: -26px;
	background-position: 0 100%;
}
.calendar-wrap .arrow:hover:before{
	opacity: 1;
}
.calendar-wrap .arrow:active:after{
	opacity: 1;
}
.calendar-wrap .arrow.disable{
	display: none;
}
.calendar-holder{
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-border-radius:40px;
	border-radius:40px;
}
.calendar-list{
	margin: 0;
	padding: 0;
	position: absolute;
	list-style: none;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: top 0.2s linear;  
	transition: top 0.2s linear;
}
.calendar-list li{
	height:74px;
	line-height: 74px;
}
.set-time-calendar .more-btn{
	width: 74px;
	height:74px;
	float: left;
}
.datepicker-wrap{
	float: left;
	position: relative;
	margin: 26px 0 0;
}
.datepicker-here{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	-webkit-border-radius:40px;
	border-radius:40px;
	opacity: 0;
}
.set-time-calendar .more-btn:after{
	background-image: url(../images/icon-calendar2.png);
}
.winners-wrapper{
	position: relative;
	overflow: hidden;
	z-index: 5;
	padding: 98px 0 40px 60px;
	min-height: 477px;
	margin: 0 0 55px;
	text-align: center;
}
.winners-bg{
	position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed;
    z-index: -1;
    overflow: hidden;
    background-size: cover;
}
.winners-wrapper h2{
	margin: 0 0 17px -60px;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
}
.winners-wrapper h2 span{
	color: #cc0000;
}
.winners-holder{
	width: 640px;
	position: relative;
	display: table;
	margin: 0 auto;
}
.winners-holder .col{
	display: table-cell;
	vertical-align: middle;
}
.winners-holder .col1{
	width: 160px;
	text-align: center;
	padding: 22px 0 0;
}
.winners-holder .col2{
	width: 280px;
	text-align: center;
}
.winners-holder .col3{
	width: 200px;
	padding:24px 10px 0;
}
.winners-holder .point{
	width: 107px;
	height: 98px;
	color: #fff;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	font-family: 'pf_square_sans_promedium';
	background: url(../images/icon-cup.png) no-repeat 0% 0%;
	padding: 6px 0 0;
}
.winners-holder .img{
	text-decoration: none !important;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	width: 107px;
	height: 98px;
	width: 280px;
	height: 280px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-border-radius:280px;
	border-radius:280px;
	position: relative;
}
.winners-holder .img.fancybox:after{
	content: '';
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 63px;
	height: 51px;
	margin:-25px 0 0 -31px;
	opacity: 0.5;
	background: url(../images/icon-photo.png) no-repeat 0% 0%;
}
.winners-holder .img.fancybox:hover:after{
	opacity: 0.8;
}
.winners-holder .info{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-family: 'pf_square_sans_promedium';
	line-height: 18px;
	text-align: left;
}
.winners-holder .name{
	font-size: 18px;
	margin: 0 0 13px;
}
.winners-holder .time{
	font-size: 30px;
	margin: 0 0 12px;
}
.winners-holder .tips{
	font-size: 14px;
}
.gallery-wrapper{
	position: relative;
}
.gallery-wrapper .line{
	height: 2px;
	background-color: #cc0000;
	position: absolute;
	top: 82px;
	left: -9999px;
	right: -9999px;
}
.gallery-wrapper .gallery{
	position: relative;
}
.gallery-wrapper .item{
	float: left;
	width: 25%;
	padding: 0 10px;
	font-family: 'pf_square_sans_promedium';
}
.gallery-wrapper .wrap{
	position: relative;
}
.gallery-wrapper .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
}
.gallery-wrapper .img{
	margin: 0;
	width: 100%;
	height: 160px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-border-radius:3px;
	border-radius:3px;
	position: relative;
	overflow: hidden;
	margin: 0 0 19px;
}
.gallery-wrapper .img:after{
	content: '';
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 63px;
	height: 51px;
	margin:-25px 0 0 -31px;
	opacity: 0.5;
	background: url(../images/icon-photo.png) no-repeat 0% 0%;
}
.gallery-wrapper .wrap:hover .img:after{
	opacity: 0.8;
}
.gallery-wrapper .name{
	font-size: 18px;
	margin: 0 0 0;
}
.gallery-wrapper .time{
	font-size: 30px;
	margin: 0 0 2px;
}
.gallery-wrapper .tips{
	font-size: 14px;
}
.gallery-wrapper .slick-list{
	overflow: hidden;
	width: 720px;
	margin: 0 auto;
}
.gallery-wrapper .slick-arrow{
	position: absolute;
	top: 59px;
	left: -4px;
	height: 48px;
	width: 48px;
	background-color: #999;
	z-index: 10;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	cursor: pointer;
	-moz-transform: scale(0.835);
	-webkit-transform: scale(0.835);
	-o-transform: scale(0.835);
	-ms-transform: scale(0.835);
	transform: scale(0.835);
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
}
.gallery-wrapper .slick-arrow:active,
.gallery-wrapper .slick-arrow:hover{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.gallery-wrapper .slick-disabled:active,
.gallery-wrapper .slick-disabled:hover,
.gallery-wrapper .slick-disabled{
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.gallery-wrapper .slick-arrow:after{
	content: '';
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background:url(../images/arrow-left.svg) no-repeat 42% 49%/23px 33px;
}
.gallery-wrapper .slick-next{
	left: auto;
	right: -4px;
}
.gallery-wrapper .slick-next:after{
	background-image: url(../images/arrow-right.svg);
	background-position: 59% 49%;
}
.gallery-wrapper .slick-arrow span{
	position: absolute;
	left: -50%;
	top: 0;
	bottom: 0;
	width: 200%;
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
}
.gallery-wrapper .slick-arrow:hover span{
	left: 0;
}
/*.gallery-wrapper .slick-arrow:active span{
	left: -100%;
}*/
.gallery-wrapper .slick-arrow span:before,
.gallery-wrapper .slick-arrow span:after{
	content: '';
	float: left;
	height: 100%;
	width: 50%;
	background-color: #ce0c0c;
	-webkit-transition: background 0.3s linear;  
	transition: background 0.3s linear;
}
.gallery-wrapper .slick-arrow span:after{
	background-color: #000;
}
.gallery-wrapper .slick-arrow:active span:before{
	background-color: #000;
}
.gallery-wrapper .slick-track,
.gallery-wrapper .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.reviews-wrapper{
	position: relative;
}
.reviews-wrapper h2{
	margin: 0 0 39px;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}
.reviews-wrapper h2 span{
	color: #cc0000;
}
.reviews-holder{
	position: relative;
	max-height: 566px;
	overflow: hidden;
}
.reviews-holder:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/reviews-mask.png) repeat-x 0% 0%;
	height: 150px;
	pointer-events: none;
	display: none;
}
.reviews-list{
	margin: 0;
	padding: 0 180px 70px 100px;
	list-style: none;
	color: #666;
	font-family: 'pf_square_sans_promedium';
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}
.reviews-list li{
	overflow: hidden;
	padding: 0;
	margin: 0 0 39px;
}
.reviews-list .ico{
	float: left;
	margin: 0 20px 0 0;
	background:#fff url(../images/user-ico.png) no-repeat 0% 0%;
	overflow: hidden;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	width: 60px;
	height: 60px;
}
.reviews-list .holder{
	overflow: hidden;
}
.reviews-list .info-row{
	overflow: hidden;
	color: #000;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 5px;
}
.reviews-list .date{
	color: #993333;
	font-size: 16px;
}
.pagination-arrow--open-reviews{
	top: auto;
	bottom: 32px;
	z-index: 30;
	left: 50%;
	margin-left: -24px;
	display: none;
}
.reviews-holder.visible:after,
.reviews-holder.visible .pagination-arrow--open-reviews{
	display: block;
}
.order-popup{
	display: none;
}
.order-popup-inner{
	overflow: hidden;
	padding: 0 0 77px;
}
.fancybox-type-inline .icon-close-popup{
	display: block;
	position: absolute;
	bottom: -46px;
	left: 50%;
	right: auto;
	top: auto;
	width: 93px;
    height: 93px;
    background-color: #999;
    margin: 0 0 0 -46px;
}
.fancybox-type-inline .icon-close-popup:after{
	background-image: url(../images/bg-close2.png);
}
.fancybox-type-inline .fancybox-skin,
.fancybox-type-inline .fancybox-inner{
	overflow: visible !important;
}
.order-popup h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}
.top-header{
	background-color: #e3dcd4;
	-webkit-border-radius: 95px 95px 0 0;
    border-radius: 95px 95px 0 0;
    padding: 64px 0 94px;
}
.top-header .btn-row{
	text-align: center;
	margin: 0 0 88px;
}
.button{
	padding: 0 38px;
	border:3px solid #000;
	cursor: pointer;
	color: #000;
	text-decoration: none !important;
	font-family: 'pf_square_sans_promedium';
	font-size: 24px;
	line-height: 18px;
	overflow: hidden;
	height: 74px;
	line-height: 70px;
	-webkit-border-radius: 95px;
    border-radius: 95px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
	background-color: #fff;
}
.button-buy{
	padding-left: 85px;
    padding-right: 49px;
}
.button:active,
.button:hover,
.button.active{
	background-color: #cc0000;
	color: #fff;
	border-color:transparent;
}
.button-buy:after,
.button-buy:before{
	content: '';
	position: absolute;
	top: 19px;
    left: 19px;
	width: 31px;
	height: 29px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/icon-basket.png);
	-webkit-transition: all 0.3s linear;  
	transition: all 0.3s linear;
}
.button-buy:after{
	background-image: url(../images/icon-basket-white.png);
	opacity: 0;
}
.button-buy.active:before,icon-submit-popup
.button-buy:active:before,
.button-buy:hover:before{
	opacity: 0;
}
.button-buy.active:after,
.button-buy:active:after,
.button-buy:hover:after{
	opacity: 1;
}
.order-popup .set-time-wrapper{
	margin:-63px 0 49px;
	padding: 0 0 0 82px;
}
.bootstrap-select{
	width: 100%;
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 37px;
    font-family: 'pf_square_sans_promedium';
    position: relative;
}
.bootstrap-select .btn-default{
	width: 100%;
	display: block;
    height: 100%;
    padding: 0 40px 0 20px;
    line-height: 34px;
    font-size: 18px;
    color: #7d7d7d;
    background: none;
    cursor: pointer;
    border:0;
    text-align: left;
    overflow: hidden;
    font-family: 'pf_square_sans_promedium';
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #ccc;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.bootstrap-select .dropdown-menu{
	position: absolute;
	top: 0;
	z-index: 35;
	left: 0;
	width: 100%;
	max-height: 401px;
    overflow-y: auto;
    min-height: 0px;
    border: 2px solid #000000;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #000;
    display: none;
    background-color: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
}
.bootstrap-select.open  .dropdown-menu{
	display: block;
}
.dropdown-menu.open .inner{
	display: block;
	position: static;
	border:0;
	padding: 0; 
}
.bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: .5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
}
.dropdown-menu li{

}
.dropdown-menu a{
	display: block;
	text-decoration: none !important;
	color: #000;
	line-height: 24px;
    font-size: 18px;
    padding: 5px 19px 6px;
    cursor: pointer;
}
@-moz-document url-prefix() 
{ 
	.dropdown-menu a{padding-left: 22px;}
} 
.dropdown-menu li:active a,
.dropdown-menu li:hover a,
.dropdown-menu .selected a{
	color: #cc0000;
}
.bootstrap-select .bs-caret{
	width: 26px;
	height: 16px;
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 40;
	-webkit-transition: all 0.2s linear;  
	transition: all 0.2s linear;
	background: url(../images/arrow-select.png) no-repeat 0% 0%;
}
.bootstrap-select.open .bs-caret{
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
    -ms-filter: "FlipV";
}
.order-popup .mes-form .more-btn{
	margin-top:30px;
}
.time-graph-info{
	position: relative;
	margin: 0 0 14px;
}
.time-graph-info:after{
	content: '';
	display: block;
	clear: both;
}
.time-graph-info .status-col{
	float: right;
	font-size: 16px;
	line-height: 16px;
	margin: 13px 13px 0 20px;
}
.time-graph-info .num{
	padding-left: 22px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.time-graph-info .time{
	padding-left: 28px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left: 15px;
}
.time-graph-info .reviews{
	padding-left: 30px;
	color: #000;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left: 9px;
}
.time-graph-info .reviews:hover{
	text-decoration: underline;
	color: #cc0000;
}
.time-graph-info .reviews:active{
	text-decoration: none;
	color: #000;
}
.time-graph-info .num:before,
.time-graph-info .time:before,
.time-graph-info .reviews:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.time-graph-info .num:before{
	background-image: url(../images/icon-num.png);
}
.time-graph-info .time:before{
	background-image: url(../images/icon-time.png);
}
.time-graph-info .reviews:before{
	background-image: url(../images/icon-heart.png);
}
.time-graph-info .holder{
	overflow: hidden;
}
.time-graph-info .name{
	display: inline-block;
	vertical-align: middle;
	font-family: 'pf_square_sans_promedium';
	color: #1f5472;
	font-size: 24px;
	line-height: 36px;
	margin-right: 6px;
	text-transform: uppercase;
}
.review-link{
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background-color: #643a23;
}
.review-link:after{
	background-image: url(../images/icon-eye.png);
}
.-bottom-left- .datepicker--pointer{
	left: 120px;
}
.datepicker{
	z-index: 8050;
	margin-left: -90px;
}
@media screen and (max-device-width: 1024px) {
	.winners-bg{
		background-position: 50% 50% !important;
	}
	.header-bg{
		background-position: 50% 0 !important;
	}
	.footer-bg{
		background-position: 50% 100% !important;
	}
	.parallax-index--layer1,
	.parallax-index--layer2,
	.parallax-index--layer3,
	.parallax-index--layer4{
		transform:translateY(0px)!important;
	}
}