html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	color: #fff;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Helvetica Neue", Arial, sans-serif;
}
[class^="icon-"] *, [class*=" icon-"] * {
	font-family: 'inds' !important;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body, html {
	background: #000;
	height: 864px;
}

@media (max-width: 1919px) {
	body, html{
		height:100%;
		max-height: 816px;
	}
}
@media (max-width: 1439px) {
	body, html{
		max-height: 864px;
	}
}
@media (max-width: 1024px) {
	body, html{
		max-height: 1024px;
	}
}
.content {
	width: 100%;
	height: 100%;
	background: #fff;
	box-sizing: border-box;
	padding-top: 48px;
	position:relative;
}
.header {
	position:absolute;
	top:0;
	left:0;
	right:0;
	width: 100%;
	height: 48px;
	background: #000;
	z-index: 5;
}
.header__phone {
	position: absolute;
	right: 18px;
	top: 0;
	height: 100%;
}
.header__phone:hover {
	
}
.header__phone:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	line-height: 100%;
}
.header__phone a{
	display: inline-block;
	vertical-align: middle;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 12px;
       
	line-height: 50%;
	text-decoration: none;
}
/*@media (max-width: 300px) {
	.header__phone a {
		 font-size: 50%;
	}
}*/
.header__menu {
	position: absolute;
	left: 18px;
	top: 50%;
	margin-top: -9.5px;
	height: 19px;
	cursor: pointer;
}
.header__menu:hover{
	
}
.header__menu:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	line-height: 100%;
}
.header__menu_burger {
	display: inline-block;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	width: 22px;
	position: relative;
}
.header__menu_burger div{
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	transition: all 300ms linear;
}
.header__menu_burger div:first-child{
	margin-top: -8px;
}
.header__menu_burger div:last-child{
	margin-top: 8px;
}
.header__menu_burger.active div {
	width: 0%;
}
.header__menu_burger.active div:first-child{
	transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	margin-top: 0;
	width: 100%;
}
.header__menu_burger.active div:last-child{
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
	margin-top: 0;
	width: 100%;
}
.header__menu_text {
	display: inline-block;
	vertical-align: middle;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 14px;
	line-height: 100%;
	margin-left: 12px;
}

@media (max-width: 768px) {
	.header__menu {
		left: 9px;
	}
	.header__menu_text {
		display: none;
	}
}
.header__logo {
	height: 48px;
	position: static;
	text-align: center;
}
@media (max-width: 768px) {
	.content {
		padding-top: 42px;
	}
	.header,.header__logo {
		height: 42px;
	}
}
@media (max-width: 425px) {
	.content {
		padding-top: 40px;
	}
	.header,.header__logo {
		height: 40px;
	}
}
@media (max-height: 267px) {
	.content {
		padding-top: 0;
	}
	.header {
		display: none;
	}
}
.header__logo:before {
	content: "";
	left: 0;
	top:0;
	bottom: 0;
	width: 0;
	height: 100%;
	line-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.header__logo_link {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
}
.header__logo_link:hover {
	
}
.header__logo_link .path1:before {
	color: #fff;
}
.header__logo_link .path2:before {
	color: #3cb6df;
}
.main {
	height: 100%;
	width: 100%;
	position: relative;
}
.main__slider {
	height: 100%;
	width: 100%;
	background: #000;
}
.main__slider_slide {
	width: 100%;
	height: 100%;
	background: no-repeat center #fff;
	background-size: cover;
	outline: 0;
	position: absolute;
	opacity: 0;
	transition: opacity ease 0.5s, z-index ease 0.5s;
	/*padding-bottom: 256px;*/
}
/* .main__slider_slide:first-child {
	z-index: 1;
} */
.main__slider_slide--active {
	z-index: 2;
	opacity: 1;
}
.main__slider_slide_inner {
	display: table;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.075);
}
.main__slider_texts {
	/*position:absolute;
	bottom: 72px;
	left: 0;*/
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.main__slider_texts_inner {
	/*margin-top: -5%;*/
}
.main__slider_text_main {
	/*font-size: 44px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	letter-spacing: 1.2px;
	line-height: 38px;
	padding: 14px 102px 16px 24px;
	box-sizing: border-box;
	background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
	color: #fff;
	line-height: 48px;*/
    color: #fff;
    padding: 0;
    margin: 0 0 6px 0;
    text-shadow: 0 1px 7px rgba(0,0,0,0.8);
    letter-spacing: 0.9px;
	font-size: 97px;
	line-height: 110px;
	font-weight: 800;
	font-family: "Helvetica Neue", Arial, sans-serif;
	text-align: center;
}
.main__slider_text_dscrptn {
	font-size: 19px;
	line-height: 34px;
	padding: 0;
	font-weight: 600;
	text-shadow: 0 1px 8px rgba(0,0,0,0.8);
	letter-spacing: .05em;
	color: #fff;
	font-family: "Helvetica Neue", Arial, sans-serif;
	/*text-transform: uppercase;*/
	text-align: center;
}

.main__slider_actions {
	/*position: absolute;
	left: 50%;
	top: 32%;
	margin-left: -40px;
	margin-top: -40px;*/
	display: inline-block;
	margin-top: 20px;
}
.main__slider_video,
.main__slider_view_photos {
    padding: 14px 0;
    display: inline-block;
    font-size: 14px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    border: solid 2px #3ac9fd;
    letter-spacing: 0.8px;
    color: #fff;
    font-weight: 500;
    margin: 0 8px;
    line-height: 28px;
    width: 184px;

    text-align: center;
    cursor: pointer;
    box-shadow: 0 20px 50px 8px rgba(0,0,0,0.6);
	transition: ease 0.5s;
}
.main__slider_video {
	background: #3ac9fd;
	border-radius: 2px;
}
.main__slider_video:hover{
	background-color:#52d1ff;
	box-shadow: 0 30px 60px 8px rgba(0,0,0,0.6);
	transform: translate3d(0,-1.3%,0);
}
.main__slider_video span {
	display: inline-block;
	vertical-align: middle;
}
.main__slider_video:hover span{
	
}
.main__slider_video span:last-child {
	margin-left: 8px;
}
.main__slider_video .icon-play {
	font-size: 28px;
}
.main__slider_view_photos {
	background: rgba(0, 0, 0, 0.56);
	border-radius: 2px;
}
.main__slider_view_photos:hover {
	border: solid 2px #5dd3fd;
	box-shadow: 0 30px 60px 8px rgba(0,0,0,0.6);
	transform: translate3d(0,-1.3%,0);
    background: rgba(0, 0, 0, 0.63);
}
	
@media (max-width:1024px) {
	.main__slider_text_main{
		font-size: 70px;
		line-height: 83px;
		text-shadow: 0 2px 14px rgba(0,0,0,.9);
	}
	.main__slider_text_dscrptn {
		text-shadow: 0 1px 12px rgba(0,0,0,1);
	}
}
@media (max-width:766px) {
	.main__slider_text_main{
		font-size: 32px;
		line-height: 36px;
	}
	.main__slider_text_dscrptn {
		font-size: 17px;
		line-height: 24px;
		padding: 0;
		margin-top: 12px;
	}
	.main__slider_texts_inner {
		margin-top: -1%;
	}
	.main__slider_view_photos {
		margin-top: 12px;
	}
}
@media (max-width:320px) {
	.main__slider_text_main  {
		font-size: 33px;
		font-weight: 700;
		line-height: 38px;
	}
	.main__slider_text_dscrptn {
		font-size: 16px;
		line-height: 28px;
		/*padding: 0 18px;*/
	}
}
/*.main__slider_text_description {
	font-size: 18px;
    line-height: 32px;
    font-family: 'Open Sans', sans-serif;
    /* font-family: 'PT Serif capti', serif; */
    /*padding: 16px 88px 40px 76px;
    width: 378px;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
    color: #fff;
    position: relative;
}*//*
.main__slider_text_description_line {
	position:absolute;
	left: 31px;
	width: 32px;
	top: 32px;
	border-bottom: 2px solid #fff;
}*/
/*@media (max-width: 767px) {*/
	/*.main__slider_text_main {
		font-size: 24px;
		line-height: 32px;
		padding: 8px 0 8px 16px;
		width: 261px;
		background: rgba(0,0,0,.8);
	}*/
	/*.main__slider_text_description {
		font-size: 14px;
		line-height: 22px;
		padding: 5px 0 15px 56px;
		width: 261px;
		background: rgba(0,0,0,.6);
	}*//*
	.main__slider_text_description_line {
		left: 16px;
		width: 28px;
		border-bottom-width: 1px;
		top: 17px;
	}*/
/*}*/
@media (max-width:767px) and (orientation: landscape) {
	.main__slider_text_main{
		font-size: 50px;
		line-height: 60px;
	}
	.main__slider_text_dscrptn {
		font-size: 17px;
		line-height: 24px;
	}
}

@media (max-height: 400px) {
	.main__slider_video {
		/*left: 75%;
		top: 50%;
		margin-top: -74px;*/
	}
}
@media (max-height:460px) and (orientation: landscape) {
	.main__slider_text_main{
		font-size: 32px;
		line-height: 33px;
		width: 50%;
		text-align: left;
		padding-left: 24px;
	}
	.main__slider_text_dscrptn {
		font-size: 16px;
		line-height: 28px;
		width: 50%;
		text-align: left;
		padding-left: 24px;
		margin-top: 12px;
	}
	.main__slider_actions {
		position: absolute;
		right: 0;
		width: 40%;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 0;
	}
	.main__slider_texts_inner {
		position: relative;
		margin-top: 0;
	}
	.main__slider_view_photos {
		margin-top: 16px;
	}
}
@media (max-width: 768px) {
	
}
.previews {
    width: 100%;
    height: 150px;/*300px;*/
    background: #000;
    padding: 0;
    margin-top: 14px;
    box-sizing:border-box;
    overflow: hidden;
    white-space: nowrap;
    z-index: 3;
}
.previews__wrapper {
	width: 100%;
	overflow-x: auto;
	height: 400px;
	position: relative;
	-webkit-overflow-scrolling: touch;
}
.previews__wrapper_inner {
	opacity: 0;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
    transition: opacity ease 0.5s, z-index ease 0.5s;
	cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
	padding: 0 8px;
	box-sizing: border-box;
}
.previews__wrapper_inner:active {
	cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.previews__wrapper_inner--sub_active {
	display: block;
}
.previews__wrapper_inner--active {
	opacity: 1;
	z-index: 2;
	display: block;
}
.previews__preview {
	width: 206px;
	height: calc(width/16*9);/*250px;*/
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	border-radius: 4px;
	background-color: #000;
	margin: 4px 8px;
	vertical-align: top;
	transition: ease 0.3s
}
.previews__preview:hover {
	background-color:#1a1f23;
}
.previews__preview_content {
	background: no-repeat center #000;
	width: 100%;
	height: 136px;
	background-size: cover;
	cursor: pointer;
	border-radius: 4px 4px 0 0;
}
.previews__preview_text {
	padding: 8px 11px;
	white-space: normal;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 13.1px;
	line-height: 18px;
	letter-spacing: 0.1px;
	font-weight: 400;
	color: #f3f3f3;
	opacity: 0.3;
	transition: ease 0.8s;
}
.previews__preview:hover .previews__preview_text{
	color: #b5b5b5;
	opacity: 1;
}
.footer {
	width: 100%;
	background: #000;
	text-align: center;
	position:relative;
	margin-top: 4px;
	min-height: 168px;
}
.footer__main_text {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	display: inline-block;
}
@media (max-width: 1024px) {
	.footer__main_text {
		font-size: 24px;
		line-height: 40px;
	}
}
@media (max-width: 767px) {
	.footer__main_text {
		display: block;
		margin-bottom: 10px;
	}
}
@media (max-width: 425px) {
	.footer__main_text {
		font-size: 24px;
		line-height: 32px;
	}
}
.footer__contacts_form {
	/*margin-top: 33px;*/
	position: relative;
	display: inline-block;
}
.footer__contacts_form_container {
	display: inline-block;
}
.footer__contacts_form input {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #b5b5b5;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 28px;
    outline: none;
    width: 240px;
    padding-left: 10px;
    margin-left: 26px;
}
@media (max-width: 767px) {
	.footer__contacts_form_container {
		display: block;
	}
	.footer__contacts_form_container:first-child {
/*		margin-bottom: 24px;*/
	}
	.footer__contacts_form input {
		padding-left: 0;
		margin-left: 0;
		text-align: center;
	}
}
@media (max-width: 320px) {
	.footer__main_content {
		display: block;
		height: 0px;
	}
}
.footer__contacts_form__callback_button_wrapper {
	
}
@media (max-width: 1024px) {
	
}
@media (max-width: 1023px) {
	
}
.footer__contacts_form__callback_button {
    /*font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.6px;
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(113deg, #01eba2, #11e2e9);
    border-image-slice: 1;
    font-size: 14px;
    color: #01eba2;
    font-weight: bold;
    padding: 13px;
    box-sizing: border-box;
	transform: skewX(-30grad);*/
	/*display: inline-block;
	background: url('/images/call_back.svg') no-repeat center transparent;
	width: 161px;
	height: 52px;*/
	background: #4ecffd;
 	padding: 20px 28px;
	color: #fff;
	border-radius: 2px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	display: inline-block;
	letter-spacing: 0.6px;
	font-weight: bold;
	cursor: pointer;
	transition: ease 0.5s;
}
.footer__contacts_form__callback_button:hover {
	background-color:#5dd3fd;    
}
/*.footer__contacts_form__callback_button div{
	transform: skewX(30grad);
}*/
.footer__social_wrapper {
    display: block;
/*    position: absolute;*/
    bottom: 20px;
    width: 100%;
}
.footer__social {
    display: inline-block;
    width: 155px;
    padding: 0 10px 30px 10px;
    text-align: justify;
    height: 24px;
    border-bottom: 4px solid #4ecffd;
}
.footer__social a {
	text-decoration: none;
	border-bottom: none;
	font-size: 24px;
	color: #4ecffd;
}
.footer__social a span:before{
	transition: text-shadow 300ms ease;
}
.footer__social_link_wrapper {
	display: inline;
}
.footer__social_links_for_justify {
	display: inline-block;
	width: 100%;
}
@media (max-width: 1023px) {
	.footer {
		min-height: 236px;
	}
	.footer__social {
		padding-bottom: 40px;
	}
	.footer__social_border {
		display: none;
	}
}
@media (max-width: 767px) {
	.footer__social {
		padding-bottom: 15px;
	}
}
.slick-list {
	height: 100%;
}
.slick-track {
	height: 100%;
}
.header-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 8px;
    padding-top: 16px;
    height: 8px;
	top: 0;
    left: 0;
    z-index: 3;
}
.header-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    outline: none;
    cursor: pointer;
    width: 9px;
    height: 9px;
    line-height: 9px;
    margin: 0 3px;
    vertical-align: top;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.header-dots li .slider__dot_wrapper {
	width: 9px;
	height: 9px;
	background: rgba(0,0,0,0);
	border-radius: 50%;
	/*border-color: #000;*/
	margin: 0;
	display: inline-block;
	outline: none;
	box-shadow: none;
}
.header-dots li.dot-active .slider__dot_wrapper {
	background: #fff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.header-dots li .slider__dot {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #fff;
	margin: 3px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.header-dots li.dot-active .slider__dot {
	background: #000;
	box-shadow: none;
}
.slider__arrows {
	position: absolute;
	height: 100%;
	z-index: 3;
	width: 20%;
	top: 0;
}
.slider__prev_arrow {
	left: 0;
	cursor:url(/css/cursor_left.gif), pointer;
}
.slider__next_arrow {
	right: 0;
	cursor:url(/css/cursor_right.gif), pointer;
}
/*.slider__arrows {
	position:absolute;
	width: 48px;
	height: 136px;
	z-index: 2;
	bottom: 56%;
	transform: translateY(-50%);
	cursor: pointer;
}*/
@media (max-width: 1024px) {
	.slider__arrows {
		display: none !important;
	}
}
/*.slider__prev_arrow {
	left: 0;
	background: url('/images/arrow-left.svg') no-repeat center;
	border-radius: 0 4px 4px 0;
}
.slider__next_arrow {
	right: 0;
	background: url('/images/arrow-right.svg') no-repeat center;
	border-radius: 4px 0 0 4px;
}*/
.check_width_mobile {
	display: none;
}
@media (max-width: 1023px) {
	.check_width_mobile {
		display: block;
	}
}
.video {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	cursor: pointer;
	background:rgba(0,0,0,.6);
	cursor: pointer;
}
.video__close_popup {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.video__close_popup .icon-close{
	font-size: 25px;
	color: #e6e6e6;
}
.video__container {
	position: absolute;
	z-index: 10;
	top: 13%;
	height: 40%;
	width: 40%;
	left: 30%;
	cursor: default;
	box-shadow: 0 20px 280px 0 rgba(0, 0, 0, 0.6), 0 20px 50px 5px rgba(0, 0, 0, 0.6), 0 30px 25px -25px rgba(0, 0, 0, 0.8);
}
.video-js {
	width: 100%;
	height: 100%;
}
.video-js.vjs-fullscreen {
	top: 0;
	left: 0;
}
@media (max-width: 1024px) {
	.video__container {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
	}
	.video__close_popup {
		top: 25px;
		right: 25px;
	}
}
.left_menu_overscroll {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0%;
	background: rgba(0,0,0,.8);
	transition: width 300ms linear;
	z-index: 4;
}
.left_menu_overscroll.active {
	width: 674px;
}
.left_menu {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0%;
	z-index: 4;
    overflow: hidden;
	-webkit-overflow-scrolling: touch;
	transition: width 0ms linear 300ms;
	/*display: none;*/
}
.left_menu.active {
	/*z-index: 4;	*/
	/*transition: z-index 0ms linear 0ms;*/
	transition: width 0ms linear 0ms;
	/*display: block;*/
	width: 100%;
	overflow-y: scroll;
}
.left_menu__overlay{
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
    width: 100%;
    background: transparent;
    display: none;
	z-index: 4;
}
.left_menu__overlay.active{
	display: block;
}
.left_menu__content_wrapper {
	overflow: hidden;
	position: relative;
	min-height: 100%;
	box-sizing: border-box;
	padding-top: 48px;
	width: 674px;
    transform: translateX(-100%) translateZ(0px);
	box-shadow: 14px 2px 24px 0 rgba(0, 0, 0, 0.5);
	z-index: 4;
	overflow: hidden;
	transition: transform 300ms linear;
}
.left_menu__content_wrapper.active {
	transform: translateX(0%)  translateZ(0px);
}
@media (max-width: 1024px) {
	.left_menu__content_wrapper {
		width: 50%;
		transform: translateX(0px) translateZ(0px);
		opacity: 0;
		transition: opacity 300ms linear;
	}
	.left_menu__content_wrapper.active {
		transform: translateX(0px) translateZ(0px);
		opacity: 1;
	}
	.left_menu_overscroll {
		transition: width 0ms linear 300ms, opacity 300ms linear;
		opacity: 0;
	}
	.left_menu_overscroll.active {
		width: 50%;
		transition: width 0ms linear 0ms, opacity 300ms linear;
		opacity: 1;
	}
}
@media (max-width: 768px) {
	.left_menu__content_wrapper {
		width: 100%;
		padding-top: 42px;
	}
	.left_menu_overscroll.active {
		width: 100%;
	}
}
@media (max-width: 425px) {
	.left_menu__content_wrapper {
		padding-top: 40px;
	}
}
@media (max-height: 267px) {
	.left_menu__content_wrapper {
		padding-top: 0;
	}
}
.left_menu__content {
	padding-left: 57px;
	padding-top: 40px;
	padding-bottom: 50px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	transform: translateX(110%)  translateZ(0px);
	transition: transform 300ms linear, opacity 300ms ease;
	opacity: 0;
}
.left_menu__content_wrapper.active .left_menu__content {
	transform: translateX(0%)  translateZ(0px);
	opacity: 1;
}
@media (max-width: 1024px){
	.left_menu__content {
		opacity: 1;
		transform: translateX(0%) translateZ(0px);
	}
}
@media (max-width: 768px){
	.left_menu__content {
		padding-left: 40px;
	}
}
.left_menu__item {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;	
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	display: inline-block;
	position: relative;
}
.left_menu__item .left_menu__item_dot {
	width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    background: #fff;
    margin-left: -16px;
    margin-top: 22px;
    position: absolute;
	opacity: 0;
	transition: opacity 300ms ease, background 300ms ease;
}
.left-menu-active .left_menu__item .left_menu__item_dot,
.left_menu__item:hover .left_menu__item_dot {
	opacity: 1;
}
.left_menu__item .left_menu__item_text{
	line-height: 30px;
    margin: 10px 0;
	cursor: pointer;
	transition: color 300ms ease;
}
@media (max-width: 768px) {
	.left_menu__item {
		font-size: 15px;
		line-height: 22px;
	}
	.left_menu__item .left_menu__item_dot {
		margin-left: -15px;
		margin-top: 14px;
	}
	.left_menu__item .left_menu__item_text{
		margin: 8px 0;
		line-height: 18px
	}
}
.left_menu__item:hover .left_menu__item_text {
	color: #3AC8FC;
}
.left_menu__item:hover .left_menu__item_dot {
	background: #3AC8FC;
}

.slide_map {
		background-color: #000 !important;
}

.slide_map .main__slider_slide_inner {
	display: block;
		background-color: #000 !important;
}
.map {
	background: black !important;
	width: 100%;
	height: 100%;
}
.map > div {
	background-color: #000 !important;
}
.previews__preview.map_addresses {
	background: #000;
	box-shadow: none;
	height: 242px;
	padding: 28px 13px 8px 13px;
	border-radius: 4px;
	cursor: pointer;
}
.previews__preview.map_addresses:hover {
	background: #1a1f23;
}
.previews__wrapper_inner.map_wrapper {
    width: 100%;
    text-align: center;
}
.map_title {
	color: #f3f3f3;
	opacity: 0.3;
	font-size: 17px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
}
.map_address {
	margin-top: 10px;
	font-size: 13px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	color: #fff;
	opacity: 0.3;
}
.previews__preview.map_addresses.map_location_active {
	background: #1a1f23;
}
.previews__preview.map_addresses .previews__preview_text {
	opacity: 1;
}
.previews__preview.map_addresses.map_location_active .map_title {
	color: #5dd1f7;
	opacity: 1;
}
.previews__preview.map_addresses.map_location_active .map_address {
	color: #fff;
	opacity: 1;
}
.icon-fb:hover:before {
	text-shadow: 0px 0px 22px rgba(255, 255, 255, 1);
}
.icon-tw:hover:before {
	text-shadow: 0px 0px 22px rgba(255, 255, 255, 1);
}
.icon-in:hover:before {
	text-shadow: 0px 0px 22px rgba(255, 255, 255, 1);
}
.video .video-js {
	background-color: #191919;
}

.center_image {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}