@font-face {
    font-family: 'Bebas Neue';
    src:	url('fonts/bebasneuethin.eot');
    src: 	url('fonts/bebasneuethin.eot?#iefix') format('embedded-opentype'),
    		url('fonts/bebasneuethin.woff2') format('woff2'),
    		url('fonts/bebasneuethin.woff') format('woff'),
    		url('fonts/bebasneuethin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: 	url('fonts/bebasneuelight.eot');
    src: 	url('fonts/bebasneuelight.eot?#iefix') format('embedded-opentype'),
    		url('fonts/bebasneuelight.woff2') format('woff2'),
    		url('fonts/bebasneuelight.woff') format('woff'),
    		url('fonts/bebasneuelight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: 	url('fonts/bebasneuebook.eot');
    src: 	url('fonts/bebasneuebook.eot?#iefix') format('embedded-opentype'),
    		url('fonts/bebasneuebook.woff2') format('woff2'),
    		url('fonts/bebasneuebook.woff') format('woff'),
    		url('fonts/bebasneuebook.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: 	url('fonts/bebasneueregular.eot');
    src: 	url('fonts/bebasneueregular.eot?#iefix') format('embedded-opentype'),
    		url('fonts/bebasneueregular.woff2') format('woff2'),
    		url('fonts/bebasneueregular.woff') format('woff'),
    		url('fonts/bebasneueregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: 	url('fonts/bebasneuebold.eot');
    src: 	url('fonts/bebasneuebold.eot?#iefix') format('embedded-opentype'),
    		url('fonts/bebasneuebold.woff2') format('woff2'),
    		url('fonts/bebasneuebold.woff') format('woff'),
    		url('fonts/bebasneuebold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}




@font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-Medium.eot');
    src: local('Futura PT Medium'), local('FuturaPT-Medium'),
        url('fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaPT-Medium.woff') format('woff'),
        url('fonts/FuturaPT-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-MediumObl.eot');
    src: local('Futura PT Medium Oblique'), local('FuturaPT-MediumObl'),
        url('fonts/FuturaPT-MediumObl.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaPT-MediumObl.woff') format('woff'),
        url('fonts/FuturaPT-MediumObl.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-Book.eot');
    src: local('Futura PT Book'), local('FuturaPT-Book'),
        url('fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaPT-Book.woff') format('woff'),
        url('fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-BookObl.eot');
    src: local('Futura PT Book Oblique'), local('FuturaPT-BookObl'),
        url('fonts/FuturaPT-BookObl.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaPT-BookObl.woff') format('woff'),
        url('fonts/FuturaPT-BookObl.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-Light.eot');
    src: local('Futura PT Light'), local('FuturaPT-Light'),
        url('fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaPT-Light.woff') format('woff'),
        url('fonts/FuturaPT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-LightObl.eot');
    src: local('Futura PT Light Oblique'), local('FuturaPT-LightObl'),
        url('fonts/FuturaPT-LightObl.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaPT-LightObl.woff') format('woff'),
        url('fonts/FuturaPT-LightObl.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}


@font-face {
  font-family: 'ShlapakScript';
  src: url('fonts/ShlapakScript.eot');
  src: url('fonts/ShlapakScript.eot?#iefix') format('embedded-opentype'),
       url('fonts/ShlapakScript.ttf') format('truetype'),
       url('fonts/ShlapakScript.woff') format('woff'),
       url('fonts/ShlapakScript.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}





* {
	-moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}
body, html {
	margin:0px;
	padding:0px;
	font-size: 21px;
	font-family: 'Futura PT';
	font-weight: 300;
}
a, area, input, textarea, button, select {outline: none;}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #ec0000;
}
.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
ul, ol {
	display: table;
	margin:0;
	padding:0 0 0 22px;
}
.tn {
	text-decoration: none;
}
.tdnone {text-decoration:none;}
.tdnone:hover {text-decoration:none;}
.table {
	display: table;
}
.tableCell {
	display: table-cell
}
.valignMiddle {
	vertical-align: middle;
}
.alignCenter {
	text-align: center;
}
.w100per {
	width: 100%;
}
.fancyPage {
	width:90%;
	display: none;
}
.qqq {
	width:95%;
}
.www {
	width:70%;
}





/* под шапкой мэрджин */
#pod {
	width: 100%;
	height: 100px;
}
@media screen and (max-width: 1400px) {
	#pod {
		height: 90px;
	}
}
@media screen and (max-width: 1300px) {
	#pod {
		height: 84px;
	}
}


/* шапка, линия лого и меню */
.HEAD_LINE {
	width: 100%;
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 5%;
    background: #fff;
    z-index: 15;
}
.HEAD_LINE > div {
	display: table-cell;
	vertical-align: middle;
}
.HEAD_LINE > div:first-child {
	width: 250px;
}
.HEAD_LINE > div:nth-child(2) {
	text-align: center;
}
.HEAD_LINE > div:nth-child(3) {
    text-align: right;
    width: 245px;
}
.HEAD_LINE > div:last-child {
	text-align: right;
	padding-right: 0.5vw;
    width: 200px;
}

.HL_LOGO {
	height: 80px;
    margin: 10px 0 5px 10px;
}

.HL_MENULINK {
	display: inline-block;
    padding: 9px 12px;
    font-size: 15px;
    letter-spacing: 0.05vw;
    border-radius: 25px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #fff;
    margin: 0 1px;
}
.HL_MENULINK:hover {
	color: #000;
	border: 1px solid #000
    /* box-shadow: 0.5px 0px 0px #000, -0.5px 0px 0px #000, 0px 0.5px 0px #000, 0px -0.5px 0px #000; */
}

.HLPN_CONTAIN {
	display: table;
	margin: 0 0 0 auto;
}
.HL_PHONENMBER {
	font-size: 15px;
    color: #000;
    font-weight: 400;
    display: table;
    margin: 4px 0 0 auto;
}
.HL_PHONENMBER > div {	display: table-cell;
}
.HL_PHONENMBER > div:first-child p {	margin:0 5px -2px 0;
}
.HL_INSTA {
	display: inline-block;
    font-size: 32px;
    width: 40px;
    height: 42px;
    line-height: 39px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    transition: all ease 0.3s;
}
.HL_INSTA:hover {
	color: rgba(0, 0, 0, 0.6);
	/* transform: scale(1.05); */
}
.HL_VK {
	display: inline-block;
    font-size: 36px;
    width: 40px;
    height: 43px;
    line-height: 32px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    transition: all ease 0.3s;
}
.HL_VK:hover {
	color: rgba(0, 0, 0, 0.6);
	/* transform: scale(1.05); */
}

/* Кнопка забронировать */
.ORDER_BUTTON {
    font-size: 15px;
    padding: 9px 22px;
    border-radius: 25px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 0.7px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    background: #ffffff;
    z-index: 10;
    border: 1px solid #000;
    /* box-shadow: 1px 0px 0px #000, -1px 0px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000;*/
}
.ORDER_BUTTON:hover {
    color: #ec0001;
}

@media screen and (max-width: 1400px) {
	.HEAD_LINE > div:first-child {
	    width: 220px;
	}
	.HL_LOGO {
	    height: 70px;
	    margin: 10px 0 5px 10px;
	}
	.HL_MENULINK {
		padding: 9px 11px;
		font-size: 14px;
	}
	.HEAD_LINE > div:nth-child(3) {
	    width: 225px;
	}
	.HL_INSTA {
		font-size: 28px;
	    width: 36px;
	    height: 42px;
	    line-height: 39px;
	}
	.HL_VK {
		font-size: 30px;
	    width: 36px;
	    height: 42px;
	    line-height: 36px;
	}
	.HEAD_LINE > div:last-child {
	    width: 190px;
	}
}
@media screen and (max-width: 1300px) {
	.HEAD_LINE {		padding: 0 1%;
	}
	.HEAD_LINE > div:first-child {
	    width: 190px;
	}
	.HL_LOGO {
	    height: 62px;
	    margin: 10px 0 5px 10px;
	}
}
@media screen and (max-width: 1220px) {
	.HL_PHONENMBER > div {
	    display: block;
	}
	.HL_PHONENMBER > div:first-child p {
	    margin: 0 0 -2px 0;
	}
	.HL_MENULINK {
	    padding: 2px 10px;
	    font-size: 14px;
	}
	.HEAD_LINE > div:nth-child(3) {
	    width: 130px;
	}
}
@media screen and (max-width: 1050px) {	.HL_MENULINK {
	    padding: 6px 10px;
	    font-size: 12px;
	}
}







/* карусель (остальное в /owl2/ */
.owl-carousel {
	height: 41vw;
}
.SIH {	height: 35vw;
	margin-top: 1vw;
}
.SIH_ARROWCONTAIN {	display: none;
}
.owl-carousel .owl-stage-outer {
	padding-bottom: 6vw;
}
.SIH .owl-stage-outer {	padding-bottom: 0;
}
.item {
	position: relative;
}
.OC_TEXT_1 {
	position: absolute;
    left: 10%;
    bottom: -7.5%;
    z-index: 5;
    color: #ff3e32;
    font-size: 5.6vw;
    font-weight: 600;
    margin: 0;
	text-shadow: 0.08vw 0.08vw 0vw #ff3e32, -0.08vw -0.08vw 0vw #ff3e32, 0.08vw -0.08vw 0vw #ff3e31, -0.08vw 0.08vw 0vw #ff3e32;
    letter-spacing: 0.2vw;
    font-family: 'Bebas Neue';
    transition: all ease 0.3s;
}
.OC_TEXT_2, .OC_TEXT_3 {	position: absolute;
    left: 10%;
    bottom: -10%;
    z-index: 5;
    color: #000;
    font-size: 2.2vw;
    margin: 0;
    font-family: 'ShlapakScript';
    transition: all ease 0.3s;
}
.nexddiv .OC_TEXT_1, .prevdiv .OC_TEXT_1, .nexddiv .OC_TEXT_2, .prevdiv .OC_TEXT_2, .nexddiv .OC_TEXT_3, .prevdiv .OC_TEXT_3 {
	opacity: 0;
}
.owl-prev {
	height: 4vw;
    width: 4vw;
    background: url(img/arrows2_wl.gif) center / auto 75% no-repeat;
    position: absolute;
    z-index: 15;
    left: 19%;
    color: #fff;
    top: calc(50% - 5vw);
    transition: all cubic-bezier(0.01, 0.77, 0.29, 0.93) 0.3s;
    border: 1px solid transparent;
    border-radius: 50%;
}
.owl-next {
	height: 4vw;
    width: 4vw;
    background: url(img/arrows2_wr.gif) center / auto 75% no-repeat;
    position: absolute;
    top: calc(50% - 5vw);
    right: 19%;
    color: #fff;
    transition: all cubic-bezier(0.01, 0.77, 0.29, 0.93) 0.3s;
    border: 1px solid transparent;
    border-radius: 50%;
}
.SIH .owl-prev, .SIH .owl-next {	top: calc(50% - 2vw);
}

.prevdiv {
    position: relative;
    z-index: 10;
    transform: scale(0.75) translate(0vw, 0%);
    box-shadow: 2vw 0 1.5vw -1.9vw rgba(0, 0, 0, 0.7);
    cursor: pointer;
}
.prevdiv:hover {
	transition: all ease 0.3s;
	transform: scale(0.75) translate(2vw, 0%);
	opacity: 0.9;
}

.nexddiv {
    position: relative;
    z-index: 10;
    transform: scale(0.75) translate(0vw, 0%);
    box-shadow: -2vw 0 1.5vw -1.9vw rgba(0, 0, 0, 0.7);
    cursor: pointer;
}
.nexddiv:hover {
	transition: all ease 0.3s;
	transform: scale(0.75) translate(-2vw, 0%);
	opacity: 0.9;
}






/* преимущества */
.ADVANTAGE {
	width: 100%;
	display: table;
	text-align: center;
    margin: 0vw auto 3vw;
}
.ADVANTAGE > div {
	display: inline-block;
    width: 32%;
    vertical-align: top;
    margin-top: 1vw;
}
.ADVANTAGE > div:nth-child(4) {
	margin-top: 7vw;
}
.ADVANTAGE > div:last-child {
	width: 64%;
}
.AE_IMAGE {
	width: 29vw;
    height: 17vw;
    margin: 0 auto;
    position: relative;
}
.AEI_1 {
	background: url(img/advantage/elephans.jpg) center / contain no-repeat;
}
.AEI_2 {
	background: url(img/advantage/light.jpg) center / contain no-repeat;
}
.AEI_3 {
	background: url(img/advantage/wheels.jpg) center / contain no-repeat;
}
.AEI_4 {
	background: url(img/advantage/fullc.jpg) center / contain no-repeat;
}
.AEI_5 {
	background: url(img/advantage/atmosphere.jpg) center / contain no-repeat;
	width: 61vw;
    height: 34vw;
}
.AE_TEXT_1 {
	font-weight: 400;
    font-size: 2vw;
    margin: 0.5vw 0 0.5vw 3vw;
    text-align: left;
    /* color: #c70000; */
    color: #000;
}
.AE_TEXT_2 {
    font-size: 1.5vw;
    line-height: 1.5vw;
    /* font-style: italic; */
    margin: 0 4vw 0 3vw;
    text-align: left;
}
@media screen and (max-width: 1450px) {
	.AE_TEXT_2 {
	    font-size: 1.6vw;
    	margin: 0 3vw 0 3vw;
	}
}
@media screen and (max-width: 1300px) {
	.AE_TEXT_1 {
	    margin: 0.5vw 0 0.5vw 2vw;
	}
	.AE_TEXT_2 {
	    font-size: 1.7vw;
    	margin: 0 2vw 0 2vw;
	}
}

.AE_TEXT_3 {
    position: absolute;
    left: 0;
    top: 35%;
    background: rgba(255, 255, 255, 0.9);
    font-family: 'Bebas Neue';
    font-size: 6.6vw;
    line-height: 7vw;
    font-weight: 600;
    margin: 0;
    padding: 0.5vw 2vw 0px 15vw;
    text-align: left;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 2px #000000, -1px -1px 1px #000000, 1px -1px 1px #000000;
}
.AE_TEXT_4 {
    position: absolute;
    right: 0%;
    top: calc(35% + 7.5vw - 1px);
    font-size: 2vw;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    text-align: left;
    padding: 0.3vw 20vw 0.3vw 1vw;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    z-index: 2;
}



/* преимущества, 2 версия */
.ADVANTAGE_2 {
	width: 100%;
	display: table;
	text-align: center;
    margin: 0vw auto 2vw;
}
.ADVANTAGE_2 > div {
	display: inline-block;
    width: 32%;
    vertical-align: top;
    padding: 1.5vw 0 3.5vw;
}
.ADVANTAGE_2 > div:nth-child(4), .ADVANTAGE_2 > div:nth-child(5) {	width: 42%;
}
.A2_TEXT {
	font-weight: 400;
    font-size: 1.7vw;
    margin: 0;
    text-align: left;
    /* color: #c70000; */
    color: #000;
}
.A2_TEXT sup {	font-size: 1vw;
}
.A2_TABLE {	display: table;
	margin:0 auto;
}
.A2_TABLE > div {	display: table-cell;
    vertical-align: middle;
}
.A2_TABLE > div:first-child {
	padding-right: 1.2vw;
}
.A2_IMAGE {
}
.A2I_1 {	width: 5vw;
    height: 5vw;	background: url(img/advantage/A2I_1.png) center / contain no-repeat;
}
.A2I_2 {	width: 5vw;
    height: 5vw;
	background: url(img/advantage/A2I_2.png) center / contain no-repeat;
}
.A2I_3 {
	width: 8vw;
    height: 5vw;
	background: url(img/advantage/A2I_3.png) center / contain no-repeat;
}
.A2I_4 {
	width: 5vw;
    height: 5vw;
	background: url(img/advantage/A2I_4.png) center / contain no-repeat;
}
.A2I_5 {
	width: 8vw;
    height: 5vw;
	background: url(img/advantage/A2I_5.png) center / contain no-repeat;
}



/*Заголовок 1*/
.IF_HEAD {
	width: 90%;
    display: table;
    margin: 2vw auto 0;
}
.IF_HEAD > div {
	display: table-cell;
	vertical-align: bottom;
}
.IF_HEAD > div:first-child {
    font-weight: bold;
    font-size: 40px;
    /* text-transform: uppercase; */
    /* color: #505050; */
    color: #000;
    padding: 0 0 0 0.5vw;
}
/*
.IF_HEAD > div:first-child span {
	color:#ec0000;
}
*/
.IF_HEAD > div:last-child {
	text-align: right;
	padding: 0 0.5vw 0 0;
}
.IF_HEAD a {
	font-size: 1.8vw;
    color: #000;
    text-decoration: none;
}
.IF_HEAD a:hover {
	color: #ec0000;
	text-decoration: underline;
}

/*Заголовок 2*/
.IF_HEAD_2 {
	width: 90%;
    display: table;
    margin: 2vw auto 1vw;
}
.IF_HEAD_2 > div {
	display: table-cell;
	vertical-align: bottom;
}
.IF_HEAD_2 > div:first-child {
    padding: 0 0 0 0.5vw;
}
.IF_HEAD_2 > div:last-child {
	text-align: right;
	padding: 0 0.5vw 0 0;
}
.IF_HEAD_2_link_1 {
	font-size: 24px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.IF_HEAD_2_link_1:hover {
	color: #ec0000;
	text-decoration: none;
}
.IF_HEAD_2_link_1 > span {
		display: none;
	}
.IF_HEAD_2_link_2 {
	font-size: 20px;
	text-transform: uppercase;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.IF_HEAD_2_link_2:hover {
	color: #ec0000;
	text-decoration: none;
}

/* Заголовок 3 */
.BLOCK_HEAD {	margin: 1vw auto;
	font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}



/* инстаграм фотки */
.INSTA_FEED {
	width: 90%;
	margin: 0 auto 2vw;
	position: relative;
}
.instagram_gallery {
	display: table;
	width: 100%;
}
.instagram-image {
	display: inline-block;
	width: calc((100% / 6) - 1vw);
	margin: 0.5vw;
	height: calc((86vw / 6) - 1vw);
	transition: all cubic-bezier(0.03, 0.56, 0.25, 1) 1.2s;
	/* filter: blur(0px) brightness(105%) contrast(110%) saturate(50%); */
}
.instagram-video {
	display: inline-block;
	width: calc((100% / 6) - 1vw);
	margin: 0.5vw;
	height: calc((86vw / 6) - 1vw);
	transition: all cubic-bezier(0.03, 0.56, 0.25, 1) 1.2s;
	position: relative;
	/* filter: blur(0px) brightness(105%) contrast(110%) saturate(30%); */
}
.instagram-video:after {
	font-family: FontAwesome;
    content: '\f03d';
    position: absolute;
    right: 1%;
    top: 1%;
    font-size: 1.7vw;
    color: rgba(255,255,255, 0.8);
    width: 2.5vw;
    text-align: center;
    height: 2.5vw;
    line-height: 2.5vw;
    transition: all cubic-bezier(0, 0.9, 0.25, 1) 0.4s;
}
.instagram-sidecar {
	display: inline-block;
	width: calc((100% / 6) - 1vw);
	margin: 0.5vw;
	height: calc((86vw / 6) - 1vw);
	transition: all cubic-bezier(0.03, 0.56, 0.25, 1) 1.2s;
	position: relative;
	/* filter: blur(0px) brightness(105%) contrast(110%) saturate(50%); */
}
.instagram-sidecar:after {
	font-family: FontAwesome;
    content: '\f24d';
    position: absolute;
    right: 1%;
    top: 1%;
    font-size: 1.7vw;
    color: rgba(255,255,255, 0.8);
    width: 2.5vw;
    text-align: center;
    height: 2.5vw;
    line-height: 2.5vw;
    transition: all cubic-bezier(0, 0.9, 0.25, 1) 0.4s;
}
.instagram-image > div, .instagram-video > div, .instagram-sidecar > div {
	width: 100%;
	height: 100%;
	position: relative;
	transition: all ease 0.4s;
	border:1px solid #929292;
}
.instagram-image > div:hover, .instagram-video > div:hover, .instagram-sidecar > div:hover {
	filter: blur(0px) brightness(106%) contrast(105%) saturate(110%);
    box-shadow: 0 0.75vw 0.7vw -0.6vw rgba(66, 66, 66, 0.8);
    text-align: center;
    transform: scale(1.06);
}



.instagram_gallery .instaFade:nth-child(1) {
	animation-delay: 0.5s;
}
.instagram_gallery .instaFade:nth-child(2) {
	animation-delay: 0s;
}
.instagram_gallery .instaFade:nth-child(3) {
	animation-delay: 0.8s;
}
.instagram_gallery .instaFade:nth-child(4) {
	animation-delay: 0.3s;
}
.instagram_gallery .instaFade:nth-child(5) {
	animation-delay: 0.1s;
}
.instagram_gallery .instaFade:nth-child(6) {
	animation-delay: 0.6s;
}
.instagram_gallery .instaFade:nth-child(7) {
	animation-delay: 0.2s;
}
.instagram_gallery .instaFade:nth-child(8) {
	animation-delay: 1s;
}
.instagram_gallery .instaFade:nth-child(9) {
	animation-delay: 0.6s;
}
.instagram_gallery .instaFade:nth-child(10) {
	animation-delay: 0.9s;
}
.instagram_gallery .instaFade:nth-child(11) {
	animation-delay: 1.1s;
}
.instagram_gallery .instaFade:nth-child(12) {
	animation-delay: 0.8s;
}

@media screen and (max-width: 1100px) {
	.instagram-image {
		width: calc((100% / 4) - 1vw);
		height: calc((87vw / 4) - 1vw);
	}
	.instagram-video {
		width: calc((100% / 4) - 1vw);
		height: calc((87vw / 4) - 1vw);
	}
	.instagram-sidecar {
		width: calc((100% / 4) - 1vw);
		height: calc((87vw / 4) - 1vw);
	}
	.instagram-video:after {
	    transform: translate(-7.5vw,8vw);
	}
	.instagram-sidecar:after {
	    transform: translate(-7.5vw,8vw);
	}
}





/* линия залов */
.HOLE_LINE {
	width: 68%;
    display: table;
    margin: 0vw auto 4vw;
}
.HOLE_LINE_TOPAGE {
	width: 100%;
    display: table;
    margin: 0vw auto 3vw;
}
.HOLE_LINE > div, .HOLE_LINE_TOPAGE > div {
	display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
    margin-top: 2vw;
    padding: 0 2vw 0 2vw;
}
.HL_IMAGE {
	/*	width: 100%;
	height: 36vw;
	*/
	width: 100%;
    height: 18.8vw;
	position: relative;
}
.HL_IMAGE > div:nth-child(1) {	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

/*
.HOLE_LINE > div:nth-child(2n+1), .HOLE_LINE_TOPAGE > div:nth-child(2n+1) {	padding: 0;
}
.HOLE_LINE > div:nth-child(2n+2), .HOLE_LINE_TOPAGE > div:nth-child(2n+2) {
	padding: 0 5.5vw 0 5.5vw;
}
*/
.HL_NAME {	color: #000000;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}
.HL_NAME > span {	text-transform: none;
    font-size: 15px;
}
.HL_TEXT {
	display: table;
	width: 100%;	/* color: #000000; */
    /* font-size: 19px; */
    /* line-height: 1.2; */
    /* font-weight: 300; */
    margin: 5px 0 0 0;
}
.HL_TEXT > div {	display: table-cell;
	vertical-align: middle;
}
.HL_TEXT > div:first-child {
}
.HL_TEXT > div:nth-child(2) {
	text-align: right;
}
.HL_TEXT > div:last-child {	width: 60px;
	text-align: right;
}

.HL_BUTTON {
	display: inline-block;
	width: 40px;
	height: 40px;
    text-decoration: none;
    background: url(img/right_hover.png) center / 100% 100% no-repeat;
    opacity: 0.9;
}
.HL_BUTTON:hover {
	opacity: 1;
}





/* линия карты и контактов */
.CONTACT_LINE {
	width: 89%;
	height: 35vw;
	margin: 2vw auto 0;
	position: relative;
	border: 1px solid #b5b5b5;
}
.CL_CONTACT {
	position: absolute;
    left: 5%;
    top: 5%;
    max-width: 35vw;
    background: #fff;
    padding: 8px;
    border: 1px solid #212121;
    border-top: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
    border-radius: 3px;
    box-shadow: 6px 9px 20px -12px rgba(0, 0, 0, 0.9);
}
.CL_CONTACT a {	text-decoration: none;
}
.CLC_TABLE {
	display: table;
	padding: 8px;
}
.CLC_TABLE > div {
	display: table-cell;
	vertical-align: middle;
}
.CLC_TABLE > div:first-child {
	width: 40px;
    padding-right: 5px;
    text-align: center;
}
.CLC_TABLE i {
	font-size: 18px;
}
@media screen and (max-width: 1700px) {	.CL_CONTACT {		font-size: 20px;
		font-weight: 400;
	}
}
@media screen and (max-width: 1400px) {
	.CL_CONTACT {
		font-size: 18px;
	}
}
@media screen and (max-width: 1300px) {
	.CL_CONTACT {
	    padding: 5px;
	    font-size: 17px;
	}
	.CLC_TABLE {
	    padding: 5px;
	}
}
@media screen and (max-width: 1200px) {
	.CL_CONTACT {
	    max-width: 38vw;
	}
}
@media screen and (max-width: 1100px) {
	.CL_CONTACT {
	    font-size: 15px;
	}
	.CLC_TABLE {
	    padding: 4px;
	}
}




/* футер */
.FOOTER_LINE {
	width: 100%;
    margin-top: 2vw;
    background: #252525;
    position: relative;
    padding: 0 5% 4vw;
    display: block;
}
.FOOTER_LINE > div {	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding: 3vw 0 0;
}
.FL_HEAD {
	font-size: 18px;
	font-weight: bold;
	color:#fff;
	margin: 0 0 6px 0;
}
.FL_MENULINK {
	display: table;
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 5px 5px 0;
}
.FL_TABLE {
	display: table;
}
.FL_TABLE > div {
	display: table-cell;
    padding: 0 10px 0 0;
    vertical-align: middle;
}
.FL_TABLE a:hover {
	color:#fff;
}
.FL_INSTA {
	color: #a0a0a0;
    font-size: 27px;
    display: inline-block;
    height: 40px;
}
.FL_VK {
	color: #a0a0a0;
    font-size: 33px;
    display: inline-block;
    height: 51px;
}
.FL_YT {
	color: #a0a0a0;
    font-size: 29px;
    display: inline-block;
    height: 40px;
}

.FL_CONTACT {

}
.FLC_TABLE {
	display: table;
    color: #a0a0a0;
    font-size: 17px;
    font-weight: 400;
}
.FLC_TABLE > div {
	display: table-cell;
    padding: 5px 10px 5px 0;
}
.FLC_TABLE > div:first-child {	width: 36px;
}
.FLC_TABLE a {
	color: #a0a0a0;
	text-decoration: none;
}
.FLC_TABLE a:hover {	color: #ec0000;
}

@media screen and (max-width: 1100px) {	.FOOTER_LINE > div {
	    width: 50%;
	    padding: 4vw 0 0;
	}
}




/* линия копирайта */
.COPYRIGHT_LINE {
	display: table;	width: 100%;
    background-color: rgba(34,34,34,1);
    color: #a9a9a9;
    font-size: 15px;
    text-align: center;
    height: 15vh;
}
.COPYRIGHT_LINE > p {	display: table-cell;
	vertical-align: middle;
}






/* Расписание и резервирование */
.IR_GLOBAL_TABLE {	display: table;
	width: 1200px;
	margin: 50px auto 20px;
}
.IR_GLOBAL_TABLE > div {	display: inline-block;
    vertical-align: top;
}
.IR_GLOBAL_TABLE > div:first-child {	width: 50px;
}
.IR_GLOBAL_TABLE > div:nth-child(2) {
	width: 1099px;
    height: 980px;
    overflow: hidden;
}
.IR_GLOBAL_TABLE > div:last-child {
	width: 50px;
}
.IR_ARROW_CONTAIN {	width: 100%;
	height: 40px;
	text-align: center;
}
.IR_ARROW {	display: inline-block;
    font-size: 50px;
    line-height: 26px;
    height: 40px;
    width: 40px;
    text-align: center;
    border: 1px solid #8a8a8a;
    background: #f9f9f9;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.IR_ARROW_L {	border-radius: 4px 0 0 4px;
}
.IR_ARROW_R {
	border-radius: 0 4px 4px 0;
}
.IR_ARROW:hover {	background: #e6e6e6;
}
.IR_LR_TIME {	width: 100%;
    height: 34px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: Arial;
}
.IR_LR_TIME sup {	margin: 0 0 0 5px;
    font-size: 10px;
    font-weight: 300;
}

.IR_CONTAIN_SCROLL {	width: 1099px;
	min-height: 505px;
    overflow-x: scroll;
    margin:0 auto;
    font-size: 17px;
    position: relative;
}
.IR_LOAD_CIRCLE {
	position: absolute;
    margin: 0;
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    z-index: 15;
    font-size: 48px;
    display: none;
}
.IR_DATE_LINE_TABLE {	display: table;
	margin: 0 0 20px;
}
.IR_DATE_LINE_TABLE > div {	display: table-cell;
    vertical-align: middle;
    min-width: 157px;
    height: 40px;
    background: #fff!important;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-weight: 400;
}
.IR_DATE_LINE_TABLE > div span {	color: #c5c5c5;
    font-size: 12px;
    font-weight: bold;
}
.IR_CBXS {	display: table;
	font-weight: 400;
    font-size: 16px;
    margin-bottom: 50px;
    position: relative;
}
.IR_CBXS > div {	display: table-cell;
	vertical-align: middle;
    min-width: 157px;
}
.IR_TIMEBLOCK {	height: 34px;
    display: table;
    width: 90%;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid #cfcfcf;
}
	.IR_CBXS > div > .IR_TIMEBLOCK:last-child {		border-bottom: 1px solid #cfcfcf;
	}
.IR_TIMEBLOCK:hover {	background: #505050;
}
.IR_TIMEBLOCK > label {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	color: #eaeaea;
}
.IR_TIMEBLOCK > input[type="checkbox"] {	opacity: 0;
	position: absolute;
	left: 0;
	top:0;
}
.IRT_CHECKED {	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: #505050;
	display: none;
	line-height: 15px;
    font-size: 13px;
}
.IRT_CHECKED > div {	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.IRT_CHECKED p {	display: block;
	margin:0;
	font-size: 16px;
}
.IR_TIMEBLOCK > input:checked + label > .IRT_CHECKED {
	display: table;
}
.IR_TIMEBLOCK > input:disabled + label {	background: #f1f1f1;
    color: #e4e4e4;
}

.IR_RESLINE {	width: 1190px;
    margin: 0 auto;
    display: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 15px;
}
.IRR_HOLE {	margin: 0 0 10px 0;
	padding: 0 0.5%;
	font-size:21px;
	font-weight: bold;
}
.IRR_HOLE > span {
}
.IRR_CHECKBOXES {	padding: 0 0.5%;
}
.IRRC_STRING {	display: table;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    padding: 10px 2px;
    font-size: 17px;
    font-weight: 400;
}
.IRRC_STRING > div {	display: table-cell;
	vertical-align: middle;
}
.IRRC_STRING > div:last-child {	text-align: right;
}
.IRR_CHECKBOXES .IRRC_STRING:last-child {	border-bottom: 1px solid #e8e8e8;
}
.IRRC_ITOGO {	padding: 10px 0.5%;
    text-align: right;
    font-weight: bold;
}
.IRRC_YNH {	text-transform: uppercase;
	padding: 0 0.5%;
}
.IRR_FORMLINE {	width: 100%;
	display: table;
}
.IRR_FORMLINE > div {	display: inline-block;
    width: 20%;
    padding: 5px 0.5%;
}
.IRR_FORMLINE > div:last-child {	width: 100%;
}
.IR_INPUTTEXT {	width: 100%;
    height: 42px;
    padding: 0 8px;
    border-radius: 2px;
    border: 1px solid #cfcfcf;
}
.IR_INPUTTEXT_ERROR {	border: 1px solid #ff0000 !important;
    background: #fff3f3 !important;
}
.IR_TEXTAREA {    width: 100%;
    height: 80px;
    padding: 8px;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
}
.CONF_POLITLINE_3 {	font-size:18px;
	text-align: right;
}
.IR_INPUTSUBMIT {	display: block;
    margin: 20px 0 0 auto;
    width: 230px;
    height: 50px;
    border: 1px solid #333;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: #333;
    font-family: 'Futura PT';
    cursor: pointer;
}
.IR_INPUTSUBMIT:hover {
	background: #ec0001;
	border: 1px solid #ec0001;
}


.HOLE_LINE_2 {
	width: 1100px;
    display: table;
    margin: 30px auto 0;
}
.HOLE_LINE_2 > div {
	display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
    padding: 0 25px;
    position: relative;
}
.HL_IMAGE_2 {
	width: 100%;
    height: 320px;
    position: relative;
    cursor: pointer;
}
.HL_NAME_2 {
	color: #000000;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    text-decoration: none;
}
.HL_NAME_2 > span {
	text-transform: none;
    font-size: 15px;
}
.HL_DL3 {	font-size: 18px;
    font-weight: 400;
    margin-left: 15px;
}
.HL_DL3 sup {	font-size: 12px;
}
.HL_TEXT_2 {
	display: table;
    width: 100%;
    color: #000000;
    line-height: 1;
    margin: 15px 0 0 0;
}
.HL_TEXT_2 > div {
	display: table-cell;
	vertical-align: middle;
}
.HL_TEXT_2 > div:first-child {

}
.HL_TEXT_2 > div:last-child {
	width: 60px;
	text-align: right;
}

.HOLE_LINE_2 input[type="radio"] {	opacity: 0;
	position: absolute;
	left: 0;
	bottom:0;
	z-index:-1;
}
.HL_BUTTON_2 {
	display: inline-block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    border: 1px solid #dadada;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #dedede;
    cursor: pointer;
    margin: 0;
}
.HOLE_LINE_2 input[type="radio"]:checked + label .HL_BUTTON_2 {	background: #efefef;
    color: #000;
    border: 1px solid #000;
}
.HL_BUTTON_2:hover {
	opacity: 1;
}

/* результат бронирования на экране */
.IR_RES_TEXT {	text-align: center;
}
.IR_RES_TEXT > span {	font-weight: 400;
}
.IR_RES_NOTES {	display: table;
	margin: 0 auto;
}
.IR_RES_NOTES > div {	display: table-row;
    height: 36px;
}
.IR_SENDERR {	display: table;
    width: 100%;
    max-width: 1200px;
    height: 80px;
    margin: 40px auto;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #ff0000;
    text-align: center;
    font-weight: 400;
    color: #f10000;
}
.IR_SENDERR > p {	display: table-cell;
	vertical-align: middle;
}





/*черный фон результатов*/
#cb_black {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.7);
	display:none;
	z-index: 50;
}
.sendtrue {
	position: fixed;
    width: 70%;
    height: 50%;
    top: 25%;
    left: 15%;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.82);
    box-shadow: 0px 0px 5vw rgba(12, 72, 55, 0.9);
    display: table;
    z-index: 150;
}
.sendfalse {
	position: fixed;
    width: 70%;
    height: 50%;
    top: 25%;
    left: 15%;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(160, 0, 0, 0.82);
    box-shadow: 0px 0px 5vw rgba(255, 41, 41, 0.7);
    display: table;
    z-index: 150;
    color: #230101;
}
.sendtrue p, .sendfalse p {
	display:table-cell;
	vertical-align:middle;
	font-size: 20px;
	text-align: center;
}
/*черный фон результатов конец*/

/*колбэк*/
#cb_right {
	position: fixed;
    top: 0px;
    right: 0px;
    width: 320px;
    height: 100%;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 100;
    box-shadow: -30px 0 60px -20px rgba(148, 148, 148, 0.5);
}
#cb_bl {
	width:100%;
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.cb_question {
	color: #fff;
    text-align: center;
    font-size: 30px;
}
.input_block {
	width: 100%;
    margin: 0 auto;
}
.cb_input_text {
	width: 100%;
    height: 50px;
    padding: 0 6px;
    font-size: 18px;
    text-align: center;
    margin: 0 0 10px 0;
    background: rgba(132, 132, 132, 0.7);
    border: 1px solid #000000;
    color: #ff6f00;
}
.cb_input_text:focus {
	background: #efefef;
}

.cb_input_text::-webkit-input-placeholder {color:#bdbdbd;}
.cb_input_text:-moz-placeholder {color:#bdbdbd;}
.cb_input_text::-moz-placeholder {color:#bdbdbd;}
.cb_input_text:-ms-input-placeholder {color:#bdbdbd;}
.cb_input_text::-ms-input-placeholder {color:#bdbdbd;}
.cb_input_text::placeholder {color:#bdbdbd;}

.cb_input_submit {
	padding: 14px 20px 10px 20px;
    font-size: 18px;
    margin: 14px 0 10px 0;
    border: 1px solid #000000;
    background: #e4e4e4;
    color: #000000;
    box-shadow: 0px 11px 12px -7px rgb(0, 0, 0);
    cursor: pointer;
}
.cb_input_submit:hover {
	background: #ff8b31;
}
.cbClose {
	position: absolute;
    top: 10px;
    right: 15px;
    padding: 10px;
    color: #ffffff;
    font-size: 28px;
    cursor:pointer;
    transition: all linear 0.15s;
}
.cbClose:hover {
	color:#f37070;
}



/* навигация вложенности */
#sitebar {
	padding: 10px 3px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 10px 0;
    color: #9a9a9a;
    position: relative;
}
.sitebar {
	color: #9a9a9a;
    text-decoration: none;
    font-size: 14px;
}
.sitebar:hover {
	text-decoration: underline;
}



