

/* Start:/bitrix/templates/inner/css/jquery.fullPage.css?14828462923835*/
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

/* End */


/* Start:/bitrix/templates/inner/css/jquery.mCustomScrollbar.css?148284629248745*/


	.mCustomScrollbar{ -ms-touch-action: none; touch-action: none;}
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{
		overflow: hidden;
		width: auto;
		height: auto;
	}


	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; }

	.mCSB_scrollTools{
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; }

	.mCSB_scrollTools .mCSB_draggerContainer{ 
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }
	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ 
		padding-right: 0; 
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ 
		padding-bottom: 0; 
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(/bitrix/templates/inner/css/mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}

	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }

	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */

/* End */


/* Start:/bitrix/templates/inner/css/slick.css?14828462921755*/

.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End */


/* Start:/bitrix/templates/inner/css/slidebars.min.css?14828462921948*/
#sb-site,.sb-site-container,.sb-slidebar,body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;overflow-x:hidden}html{height:100%}body{min-height:100%;height:auto;position:relative}html.sb-scroll-lock.sb-active:not(.sb-static){overflow:hidden}#sb-site,.sb-site-container{width:100%;min-height:100vh;position:relative;z-index:1;background-color:#fff}#sb-site:after,#sb-site:before,.sb-site-container:after,.sb-site-container:before{content:' ';display:table;clear:both}.sb-slidebar{height:100%;overflow-y:auto;position:fixed;top:0;z-index:0;display:none;background-color:#222}.sb-slidebar,.sb-slidebar *{-webkit-transform:translateZ(0px)}.sb-left{left:0}.sb-right{right:0}.sb-slidebar.sb-static,html.sb-static .sb-slidebar{position:absolute}.sb-slidebar.sb-active{display:block}.sb-style-overlay{z-index:9999}.sb-momentum-scrolling{-webkit-overflow-scrolling:touch}.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}@media (max-width:480px){.sb-slidebar{width:70%}.sb-width-thin{width:55%}.sb-width-wide{width:85%}}@media (min-width:481px){.sb-slidebar{width:55%}.sb-width-thin{width:40%}.sb-width-wide{width:70%}}@media (min-width:768px){.sb-slidebar{width:40%}.sb-width-thin{width:25%}.sb-width-wide{width:55%}}@media (min-width:992px){.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}}@media (min-width:1200px){.sb-slidebar{width:20%}.sb-width-thin{width:5%}.sb-width-wide{width:35%}}#sb-site,.sb-site-container,.sb-slide,.sb-slidebar{-webkit-transform:translate(0px);-moz-transform:translate(0px);-o-transform:translate(0px);transform:translate(0px);-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-o-transform 400ms ease;transition:transform 400ms ease;-webkit-transition-property:-webkit-transform,left,right;-webkit-backface-visibility:hidden}.sb-hide{display:none}
/* End */


/* Start:/bitrix/templates/inner/css/jquery.fancybox.css?14828462924641*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/inner/css/../img/content/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/inner/css/../img/content/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/inner/css/../img/content/blank.gif');
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/inner/css/../img/content/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/inner/css/../img/content/fancybox_sprite@2x.png');
		background-size: 44px 152px;
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/inner/css/../img/content/fancybox_loading@2x.gif');
		background-size: 24px 24px;
	}
}
/* End */


/* Start:/bitrix/templates/inner/css/style.css?1482923661112473*/
@charset "UTF-8";
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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*MIXINS*/
@font-face {
  font-family: 'robotolight';
  src: url("/bitrix/templates/inner/css/../fonts/Roboto/Roboto-light/roboto-light.eot");
  src: url("/bitrix/templates/inner/css/../fonts/Roboto/Roboto-light/roboto-light.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/inner/css/../fonts/Roboto/Roboto-light/roboto-light.woff2") format("woff2"), url("/bitrix/templates/inner/css/../fonts/Roboto/Roboto-light/roboto-light.woff") format("woff"), url("/bitrix/templates/inner/css/../fonts/Roboto/Roboto-light/roboto-light.ttf") format("truetype"), url("/bitrix/templates/inner/css/../fonts/Roboto/Roboto-light/roboto-light.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotoblack';
  src: url("/bitrix/templates/inner/css/../fonts/Roboto/Roboto-Black/roboto-black.eot");
  src: url("/bitrix/templates/inner/css/../fonts/Roboto/Roboto-Black/roboto-black.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/inner/css/../fonts/Roboto/Roboto-Black/roboto-black.woff2") format("woff2"), url("/bitrix/templates/inner/css/../fonts/Roboto/Roboto-Black/roboto-black.woff") format("woff"), url("/bitrix/templates/inner/css/../fonts/Roboto/Roboto-Black/roboto-black.ttf") format("truetype"), url("/bitrix/templates/inner/css/../fonts/Roboto/Roboto-Black/roboto-black.svg#robotoblack") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotothin';
  src: url("/bitrix/templates/inner/css/../fonts/Roboto/Roboto-thin/roboto-thin.eot");
  src: url("/bitrix/templates/inner/css/../fonts/Roboto/Roboto-thin/roboto-thin.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/inner/css/../fonts/Roboto/Roboto-thin/roboto-thin.woff2") format("woff2"), url("/bitrix/templates/inner/css/../fonts/Roboto/Roboto-thin/roboto-thin.woff") format("woff"), url("/bitrix/templates/inner/css/../fonts/Roboto/Roboto-thin/roboto-thin.ttf") format("truetype"), url("/bitrix/templates/inner/css/../fonts/Roboto/Roboto-thin/roboto-thin.svg#robotothin") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  background: #fff;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #000000; }

*:focus {
  outline: none;
  -moz-outline-style: none; }

:-moz-any-link:focus {
  outline: 1px dotted invert; }

:-moz-any-link:focus {
  outline: none; }

textarea, input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: 'robotothin', Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 18px; }

::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  transition: opacity 0.3s ease; }

::-moz-placeholder {
  color: #000;
  opacity: 1;
  transition: opacity 0.3s ease; }

:-moz-placeholder {
  color: #000;
  opacity: 1;
  transition: opacity 0.3s ease; }

:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  transition: opacity 0.3s ease; }

:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

a {
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #7adeff; }
  a:hover {
    border-bottom: 1px solid transparent; }

h1 {
  font-family: 'robotoblack', Arial, Helvetica, sans-serif;
  font-size: 175px; }
  h1.long {
    font-size: 60px; }

h2 {
  font-family: 'robotoblack', Arial, Helvetica, sans-serif;
  font-size: 30px; }
  h2.light {
    font-size: 42px;
    line-height: 45px;
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    color: #017ac3;
    margin-bottom: 35px; }

.page-header {
  top: 0;
  left: 0;
  right: 0;
  padding: 13px 50px 0;
  z-index: 7; }
  .page-header:after {
    content: "";
    display: table;
    clear: both; }
  .page-header.changed .top-nav__item a, .page-header.changed .top-nav__item span {
    color: #fff; }
  .page-header.changed .top-nav__item.active a, .page-header.changed .top-nav__item.active span {
    color: #7adeff; }
  .page-header.changed .top-logo {
    background: url(/bitrix/templates/inner/css/../img/content/top-logo.png) 0 -75px no-repeat;
	}
  .page-header.page-header--feedback {
    padding: 0 50px 15px;
    background: #017ac3; }
    .page-header.page-header--feedback .top-logo {
      background: url(/bitrix/templates/inner/css/../img/content/top-logo.png) 0 -74px no-repeat;}
    .page-header.page-header--feedback .top-nav__item a, .page-header.page-header--feedback .top-nav__item span {
      color: #fff; }
  .page-header.fixed {
    position: absolute;
    z-index: 41; }

.top-logo {
    display: block;
    width: 116px;
    height: 49px;
    float: left;
    margin-right: 10px;
    margin-top: 13px;
    background: url(/bitrix/templates/inner/css/../img/content/top-logo.png) 0 -13px no-repeat;
    border-bottom: 1px solid transparent;
}

.top-nav {
  padding-top: 0; }

.changed .top-nav__item.dropdown span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.page-header--feedback .top-nav__item.dropdown span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.top-nav__item {
  display: inline-block;
  padding: 26px 14px 0;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  position: relative;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .top-nav__item:hover a {
    border-bottom: 1px solid transparent; }
  .top-nav__item.active a, .top-nav__item.active span {
    padding: 0 15px;
    border: 1px solid #7adeff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }
  .top-nav__item a, .top-nav__item span {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #7adeff;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .top-nav__item.dropdown a, .top-nav__item.dropdown span {
    padding-right: 20px;
    position: relative; }
    .top-nav__item.dropdown a:after, .top-nav__item.dropdown span:after {
      content: '';
      position: absolute;
      right: 0;
      top: 16px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 4px 0 4px;
      border-color: #000 transparent transparent transparent;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .top-nav__item.dropdown li a, .top-nav__item.dropdown li span {
    color: #fff; }
    .top-nav__item.dropdown li a:after, .top-nav__item.dropdown li span:after {
      display: none; }
    .top-nav__item.dropdown li a:hover:after, .top-nav__item.dropdown li span:hover:after {
      display: none; }
  .top-nav__item.dropdown:hover {
    background: #017ac3; }
    .top-nav__item.dropdown:hover a, .top-nav__item.dropdown:hover span {
      color: #7adeff;
      border-bottom: 1px solid transparent; }
      .top-nav__item.dropdown:hover a:after, .top-nav__item.dropdown:hover span:after {
        content: '';
        border-color: #7adeff transparent transparent transparent; }
    .top-nav__item.dropdown:hover .top-nav__submenu {
      max-height: 800px;
      padding: 0;
      background: #017ac3; }
  .top-nav__item.dropdown .top-nav__submenu li span, .top-nav__item.dropdown .top-nav__submenu li a {
    color: #fff; }

.top-nav__submenu {
  overflow: hidden;
  max-height: 0;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 59px;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 9999; }
  .top-nav__submenu li {
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .top-nav__submenu li:hover {
      background: #0196ea; }
    .top-nav__submenu li a {
      font-size: 16px;
      font-family: 'robotothin', Arial, Helvetica, sans-serif;
      color: #fff;
      border-bottom: 1px solid transparent;
      padding: 10px 15px;
      line-height: 20px; }

.right-nav {
  position: fixed;
  right: 20px;
  top: 0;
  height: 100%;
  z-index: 42; }
  .right-nav:after {
    content: "";
    height: -moz-calc(100% - 508px);
    height: -webkit-calc(100% - 508px);
    height: calc(100% - 508px);
    width: 2px;
    background: #7adeff;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -1px;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .right-nav.three_item:after {
    content: "";
    height: -moz-calc(100% - 373px);
    height: -webkit-calc(100% - 373px);
    height: calc(100% - 373px); }
  .right-nav.two_item:after {
    content: "";
    height: -moz-calc(100% - 302px);
    height: -webkit-calc(100% - 302px);
    height: calc(100% - 302px); }
  .right-nav a {
    display: block;
    color: #fff;
    font-family: 'robotoblack', Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-decoration: none;
    position: relative;
    padding-top: 34px;
    margin-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid transparent; }
    .right-nav a.active {
      font-size: 175px;
      color: #7adeff;
      margin-left: -110px; }
      .right-nav a.active:before {
        left: 77.5%; }
      .right-nav a.active:after {
        display: none; }
    .right-nav a:before {
      content: "";
      height: 30px;
      width: 2px;
      background: #7adeff;
      position: absolute;
      top: 1px;
      left: 50%;
      margin-left: -1px; }
  .right-nav.short:after {
    content: "";
    height: -moz-calc(100% - 620px);
    height: -webkit-calc(100% - 620px);
    height: calc(100% - 620px);
    bottom: 127px; }
  .right-nav.short.three_item:after {
    content: "";
    height: -moz-calc(100% - 485px);
    height: -webkit-calc(100% - 485px);
    height: calc(100% - 485px);
    bottom: 127px; }
  .right-nav.short.two_item:after {
    content: "";
    height: -moz-calc(100% - 419px);
    height: -webkit-calc(100% - 419px);
    height: calc(100% - 419px);
    bottom: 132px; }
  .right-nav.short-l a {
    color: #000; }
    .right-nav.short-l a.active {
      color: #7adeff; }
    .right-nav.short-l a.scrollTop {
      color: #fff; }

.new-standart {
  background: #ffffff;
  z-index: 10; }
  .new-standart .section-info {
    width: 955px;
    left: -100%;
    -moz-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    -webkit-transition: all 1.3s ease;
    transition: all 1.3s ease;
    opacity: 0; }
    .new-standart .section-info.showed {
      left: 160px; }
    .new-standart .section-info h1 {
      text-transform: uppercase; }
    .new-standart .section-info span {
      opacity: 0;
      -moz-transition: opacity 2.3s ease;
      -o-transition: opacity 2.3s ease;
      -webkit-transition: opacity 2.3s ease;
      transition: opacity 2.3s ease; }
      .new-standart .section-info span.showed {
        opacity: 1; }

.new-standart__left {
  width: 50%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0; }

.left-title {
  color: #7adeff;
  font-size: 48px;
  font-family: 'robotothin', Arial, Helvetica, sans-serif;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: -41px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  .left-title.left-title--hotel {
    left: -248px; }
  .left-title.left-title--medical {
    left: -155px; }
  .left-title.left-title--zone {
    left: -250px; }
  .left-title.left-title--children {
    left: -95px; }
  .left-title.left-title--restaurant {
    left: -176px; }

.use-sroll {
  color: #000;
  font-size: 20px;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  position: absolute;
  left: 130px;
  bottom: 55px;
  padding-left: 195px;
  background: url(/bitrix/templates/inner/css/../img/content/use-scroll.png) left center no-repeat;
  min-height: 262px;
  padding-top: 100px; }
  .use-sroll h2 {
    color: #017ac3; }
	
.use-scroll-m {
	height: 109px;
	width: 175px;
}		
	
.section-info {
  position: absolute;
  top: 180px;
  left: 160px;
  z-index: 2;
  text-align: right;
  font-family: 'robotothin', Arial, Helvetica, sans-serif;
  font-size: 72px; }
  .section-info h1 {
    font-family: 'robotoblack', Arial, Helvetica, sans-serif;
    line-height: 155px;
    color: #017ac3;
    text-align: left;
    margin-bottom: 40px; }
  .section-info.section-info--sport {
    width: 1125px; }

.new-standart__right {
  width: 50%;
  height: 100%;
  background: url(/bitrix/templates/inner/css/../img/content/new-standart-bg.jpg) right top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden; }

.new-standart--right__hotel {
  background: url(/bitrix/templates/inner/css/../img/content/new-standart-bg-hotel.jpg) right top no-repeat;
  background-size: cover; }

.new-standart--right__medical {
  background: url(/bitrix/templates/inner/css/../img/content/new-standart-bg-medical.jpg) right top no-repeat;
  background-size: cover; }

.new-standart--right__sport {
  background: url(/bitrix/templates/inner/css/../img/content/new-standart-bg-sport.jpg) right top no-repeat;
  background-size: cover; }

.new-standart--right__zone {
  background: url(/bitrix/templates/inner/css/../img/content/new-standart-bg-zone.jpg) right top no-repeat;
  background-size: cover; }

.new-standart--right__children {
  background: url(/bitrix/templates/inner/css/../img/content/new-standart-bg-children.jpg) right top no-repeat;
  background-size: cover; }

.new-standart--right__restaurant {
  background: url(/bitrix/templates/inner/css/../img/content/new-standart-bg-restaurant.jpg) right top no-repeat;
  background-size: cover; }

.new-standart--right__gazprom {
  background: url(/bitrix/templates/inner/css/../img/content/gazprom.jpg) right top no-repeat;
  background-size: cover; }

.new-standart--right__office {
  background: url(/bitrix/templates/inner/css/../img/content/office.jpg) right top no-repeat;
  background-size: cover; }

.new-standart--right__energy {
  background: url(/bitrix/templates/inner/css/../img/content/energy.jpg) right top no-repeat;
  background-size: cover; }

.new-standart--right__trade {
  background: url(/bitrix/templates/inner/css/../img/content/trade.jpg) right top no-repeat;
  background-size: cover; }

.facts {
  background: #046cab url(/bitrix/templates/inner/css/../img/content/facts-bg.jpg) right top no-repeat;
  background-size: 73% 100%;
  overflow: hidden;
  z-index: 5; }
  .facts .left-title {
    z-index: 30; }
  .facts .section-info {
    z-index: 30; }
    .facts .section-info h1 {
      color: #fff;
      max-width: 900px; }
  .facts.facts--hotel {
    background: #046cab url(/bitrix/templates/inner/css/../img/content/facts-bg-hotel.jpg) right top no-repeat;
    background-size: contain; }
    .facts.facts--hotel .facts-left__1 {
      width: 920px; }

.facts--hotel .section-info {
  top: 170px; }

.facts-left__1 {
  height: 100%;
  width: 1060px;
  z-index: 5;
  position: absolute;
  left: -100%;
  top: 0;
  background: rgba(4, 108, 171, 0.5);
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  .facts-left__1.showed {
    left: 0; }

.facts-left__2 {
  height: 100%;
  width: 530px;
  z-index: 10;
  position: absolute;
  left: -100%;
  top: 0;
  background: #0365a1;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease; }
  .facts-left__2.showed {
    left: 0; }

.workplace {
  position: absolute;
  left: -100%;
  bottom: 260px;
  color: #fff;
  font-size: 207px;
  line-height: 180px;
  font-family: 'robotothin', Arial, Helvetica, sans-serif;
  z-index: 30;
  -moz-transition: all 1.9s ease;
  -o-transition: all 1.9s ease;
  -webkit-transition: all 1.9s ease;
  transition: all 1.9s ease; }
  .workplace span {
    display: block;
    text-align: right;
    font-size: 30px;
    line-height: 30px;
    font-family: 'robotolight', Arial, Helvetica, sans-serif; }
  .workplace.showed {
    left: 160px; }

.building-height {
  position: absolute;
  right: 360px;
  top: -100%;
  color: #fff;
  font-size: 150px;
  line-height: 120px;
  font-family: 'robotothin', Arial, Helvetica, sans-serif;
  z-index: 30;
  -moz-transition: all 3.3s ease;
  -o-transition: all 3.3s ease;
  -webkit-transition: all 3.3s ease;
  transition: all 3.3s ease; }
  .building-height span {
    font-size: 30px;
    border-bottom: 2px solid #0aa6d6;
    margin-left: -35px; }
    .building-height span.clarification {
      display: block;
      text-align: left;
      font-size: 20px;
      line-height: 20px;
      border-bottom: 2px solid transparent;
      margin-left: 248px;
      margin-top: -20px; }
  .building-height.showed {
    top: 360px; }

.area {
  position: absolute;
  right: 500px;
  bottom: -100%;
  color: #fff;
  font-size: 150px;
  line-height: 120px;
  font-family: 'robotothin', Arial, Helvetica, sans-serif;
  -moz-transition: all 3.3s ease;
  -o-transition: all 3.3s ease;
  -webkit-transition: all 3.3s ease;
  transition: all 3.3s ease;
  z-index: 30; }
  .area span {
    font-size: 30px;
    line-height: 30px;
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 10px; }
    .area span:after {
      content: "";
      width: 110px;
      height: 2px;
      background: #0aa6d6;
      position: absolute;
      bottom: 0;
      left: 0; }
  .area sup {
    font-size: 30px;
    line-height: 30px;
    vertical-align: top;
    display: inline-block;
    margin-left: -30px; }
  .area.showed {
    bottom: 55px; }

.technology {
  background: #046cab url(/bitrix/templates/inner/css/../img/content/slide3-tower.png) 58% bottom no-repeat;
  z-index: 10; }
  .technology .section-info h1 {
    color: #fff;
    text-transform: none; }
  .technology.technology--hotel {
    background: #046cab url(/bitrix/templates/inner/css/../img/content/slide3-hotel.png) 58% bottom no-repeat;
    background-size: contain; }
  .technology.technology--medical {
    background: #046cab url(/bitrix/templates/inner/css/../img/content/slide-center.png) 58% bottom no-repeat;
    background-size: contain; }
  .technology.technology--sport {
    background: #046cab url(/bitrix/templates/inner/css/../img/content/slide-sport.png) 58% bottom no-repeat;
    background-size: contain; }
  .technology.technology--zone {
    background: #046cab url(/bitrix/templates/inner/css/../img/content/slide-zone.png) 58% bottom no-repeat;
    background-size: contain; }
  .technology.technology--children {
    background: #046cab url(/bitrix/templates/inner/css/../img/content/slide-children.png) 58% bottom no-repeat;
    background-size: contain; }
  .technology.technology--restaurant {
    background: #046cab url(/bitrix/templates/inner/css/../img/content/slide-restaurant.png) 80% bottom no-repeat; }
  .technology.technology--all {
    background: #046cab; }

.technology-all__img {
  width: auto;
  height: 100%;
  position: absolute;
  right: 45%;
  bottom: 0; }

.technology-list {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 45px;
  height: 600px; }

.technology-list__item {
  font-size: 18px;
  line-height: 23px;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  color: #fff;
  padding-top: 26px;
  position: absolute;
  display: inline-block;
  opacity: 0;
  z-index: 5; }
  .technology-list__item:before {
    content: "";
    width: 110px;
    height: 2px;
    background: #0aa6d6;
    position: absolute;
    top: 0;
    left: 0; }
  .technology-list__item a {
    color: #fff;
    border-bottom: 1px dashed #7adeff;
    text-decoration: none;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative; }
    .technology-list__item a:hover {
      border-bottom: 1px dashed transparent; }
    .technology-list__item a:before {
      content: "";
      width: 23px;
      height: 24px;
      background: url(/bitrix/templates/inner/css/../img/content/info.png) center no-repeat;
      position: absolute;
      top: 0;
      left: -40px; }
  .technology-list__item.item1 {
    left: 490px;
    top: 0;
    width: 250px; }
  .technology-list__item.item2 {
    left: 1000px;
    top: 20px;
    width: 250px; }
  .technology-list__item.item3 {
    top: 100px;
    left: 160px;
    width: 390px; }
  .technology-list__item.item4 {
    top: 150px;
    left: 710px;
    width: 300px; }
  .technology-list__item.item5 {
    top: 255px;
    left: 50px;
    width: 260px; }
  .technology-list__item.item6 {
    top: 255px;
    left: 490px;
    width: 260px; }
  .technology-list__item.item7 {
    top: 255px;
    left: 930px;
    width: 370px; }
  .technology-list__item.item8 {
    top: 435px;
    left: 160px;
    width: 200px; }
  .technology-list__item.item9 {
    top: 435px;
    left: 600px;
    width: 315px; }
  .technology-list__item.item10 {
    top: 427px;
    left: 1040px;
    width: 260px; }

.tech-info,
.hotel-info,
.restaurant-info {
  z-index: 9999;
  position: relative;
  width: 100%;
  padding-bottom: 75px;
  padding-right: 25px; }
  .tech-info:after,
  .hotel-info:after,
  .restaurant-info:after {
    content: "";
    position: absolute;
    height: 105px;
    -webkit-box-shadow: inset 0px -70px 50px 0px white;
    -moz-box-shadow: inset 0px -70px 50px 0px white;
    box-shadow: inset 0px -70px 50px 0px white;
    bottom: 15px;
    left: 0;
    width: 100%;
    left: -45px; }

.dnone {
  display: none; }

.hotel-list {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 45px;
  height: 600px; }

.hotel-list__item {
  font-size: 18px;
  line-height: 23px;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  color: #fff;
  padding-top: 26px;
  position: absolute;
  display: inline-block;
  opacity: 0;
  z-index: 5; }
  .hotel-list__item:before {
    content: "";
    width: 110px;
    height: 2px;
    background: #0aa6d6;
    position: absolute;
    top: 0;
    left: 0; }
  .hotel-list__item a {
    color: #fff;
    border-bottom: 1px dashed #7adeff;
    text-decoration: none;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative; }
    .hotel-list__item a:hover {
      border-bottom: 1px dashed transparent; }
    .hotel-list__item a:before {
      content: "";
      width: 23px;
      height: 24px;
      background: url(/bitrix/templates/inner/css/../img/content/info.png) center no-repeat;
      position: absolute;
      top: 0;
      left: -40px; }
  .hotel-list__item.item1 {
    left: 202px;
    /* top: 0; */
    width: 420px;
    bottom: 300px; }
  .hotel-list__item.item2 {
    right: 220px;
    bottom: 350px;
    width: 490px; }
  .hotel-list__item.item3 {
    bottom: 70px;
    left: 480px;
    width: 460px; }
  .hotel-list__item.item4 {
    bottom: 200px;
    right: 220px;
    width: 350px; }
  .hotel-list__item.item5 {
    top: 255px;
    left: 50px;
    width: 260px; }
  .hotel-list__item.item6 {
    top: 255px;
    left: 490px;
    width: 260px; }
  .hotel-list__item.item7 {
    top: 255px;
    left: 930px;
    width: 370px; }
  .hotel-list__item.item8 {
    top: 435px;
    left: 160px;
    width: 200px; }
  .hotel-list__item.item9 {
    top: 435px;
    left: 600px;
    width: 315px; }
  .hotel-list__item.item10 {
    top: 427px;
    left: 1040px;
    width: 260px; }

.smallHeight .hotel-list__item.item1 {
  bottom: 80px; }

.smallHeight .hotel-list__item.item3 {
  left: 660px; }

.smallHeight .congress-list__item.item1 {
  left: 400px;
  bottom: 100px; }

.smallHeight .congress-list__item.item2 {
  right: 245px;
  bottom: 420px; }

.right-content-overlay {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: rgba(33, 35, 38, 0.9);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  .right-content-overlay.show {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    cursor: url(/bitrix/templates/inner/css/../img/content/cursor-close.png) 30 30, not-allowed; }

.close-icon {
  width: 61px;
  height: 61px;
  text-align: center;
  background: url(/bitrix/templates/inner/css/../img/content/close-icon.png) center no-repeat;
  position: absolute;
  top: 50px;
  right: 50px;
  border: 2px solid #7adeff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .close-icon:hover {
    border: 1px solid #fff; }

@media (min-width: 1200px) {
  .sb-slidebar {
    width: 860px; } }

@media (min-width: 992px) {
  .sb-slidebar {
    width: 860px; } }

@media (min-width: 768px) {
  .sb-slidebar {
    width: 860px; } }

@media (min-width: 481px) {
  .sb-slidebar {
    width: 860px; } }

.sb-slidebar {
  width: 860px;
  background: #fff;
  padding: 35px 0 15px 75px;
  z-index: 0;
  opacity: 0;
  display: block;
  right: -860px;
  overflow: hidden;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .sb-slidebar h2 {
    font-size: 60px;
    color: #017ac3;
    margin-bottom: 45px;
    font-family: 'robotolight', Arial, Helvetica, sans-serif; }
  .sb-slidebar p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px; }
  .sb-slidebar.sb-active {
    z-index: 50;
    opacity: 1;
    right: 0; }
  .sb-slidebar .mCSB_inside > .mCSB_container {
    margin-right: 75px; }
  .sb-slidebar .mCSB_scrollTools .mCSB_draggerRail {
    width: 15px;
    background: #fff;
    border: 1px solid #017ac3; }
  .sb-slidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 15px; }
  .sb-slidebar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #017ac3; }

#sb-site {
  z-index: 10; }

.about {
  background: #fff;
  padding-top: 100px; }
  .about .section-info {
    position: static;
    margin-top: 0;
    margin-left: 270px; }
    .about .section-info h1 {
      color: #000;
      font-size: 96px;
      margin-bottom: 50px;
      line-height: 85px; }
  .about hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid #e6eef2;
    margin-bottom: 60px; }

.about__top-info {
  color: #017ac3;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 70px;
  width: 900px; }

.about-info {
  margin-left: 270px; }

.scroll-inner {
  padding-bottom: 100px; }

.right-nav .scrollTop {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: #017ac3;
  width: 65px;
  height: 65px;
  margin-bottom: 0;
  padding-top: 14px;
  z-index: 20;
  margin-left: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .right-nav .scrollTop:before,
  .right-nav .scrollTop:after {
    display: none; }
  .right-nav .scrollTop i {
    width: 17px;
    height: 10px;
    background: url(/bitrix/templates/inner/css/../img/content/up.png) center;
    display: inline-block; }
  .right-nav .scrollTop span {
    border-bottom: 1px dotted #7adeff;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .right-nav .scrollTop:hover {
    transform: rotateY(-360deg); }
    .right-nav .scrollTop:hover span {
      border-bottom: 1px dotted transparent; }

.right-nav .use_scroll {
  display: inline-block;
  text-decoration: none;
  background: url(/bitrix/templates/inner/css/../img/content/use.png) center no-repeat;
  width: 25px;
  height: 81px;
  margin-bottom: 0;
  padding-top: 14px;
  z-index: 20;
  margin-left: 34px;
  position: fixed;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  cursor: text;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .right-nav .use_scroll:before {
    content: "Используйте прокрутку колеса мыши для навигации";
    color: #77d8f8;
    font-size: 14px;
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    position: absolute;
    left: -205px;
    top: 26px;
    text-align: right;
    width: 195px;
    background-color: transparent; }
  .right-nav .use_scroll:after {
    display: none; }

.slimScrollBar {
  background: transparent !important; }

.about-inner {
  margin-left: 270px;
  margin-bottom: 50px;
  width: 840px; }
  .about-inner p {
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px; }

.about-inner__list {
  overflow: hidden; }

.about-inner__list-item {
  width: 400px;
  margin-right: 40px;
  float: left; }
  .about-inner__list-item:last-child {
    margin-right: 0; }
  .about-inner__list-item .img {
    margin-bottom: 30px; }
    .about-inner__list-item .img img {
      max-width: 100%;
      height: auto; }
  .about-inner__list-item h2 {
    color: #017ac3;
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    margin-bottom: 25px; }

.page-footer {
  width: 100%; }

.page-footer__top {
  background: #f9f9f9;
  text-align: center;
  padding: 10px 0; }
  .page-footer__top ul li {
    display: inline-block; }
    .page-footer__top ul li a {
      color: #000000;
      font-size: 18px;
      font-family: 'robotolight', Arial, Helvetica, sans-serif;
      text-decoration: none;
      border-bottom: 1px solid #7adeff;
      margin-right: 30px;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .page-footer__top ul li a:hover {
        border-bottom: 1px solid transparent; }

.page-footer__bottom {
  padding: 45px 0;
  background: #ffffff;
  max-width: 1250px;
  margin: 0 auto;
  overflow: hidden; }

.page-footer__item {
  float: left;
  width: 25%;
  padding-right: 60px;
  min-height: 100px;
  position: relative; }
  .page-footer__item h6 {
    color: #017ac3;
    margin-bottom: 17px;
    font-size: 18px;
    font-family: 'robotolight', Arial, Helvetica, sans-serif; }
  .page-footer__item span {
    margin-bottom: 12px;
    display: block; }

.develop {
  position: absolute;
  bottom: 0; }
  .develop a {
    color: #000;
    border-bottom: 1px solid #65d4ff;
    text-decoration: none;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .develop a:hover {
      border-bottom: 1px solid transparent; }

.page-footer-phones {
  display: block;
  color: #000;
  text-decoration: none; }
  .page-footer-phones a {
    color: #000;
    text-decoration: none; }

.wrapper {
  display: table;
  height: 100%;
  width: 100%; }

.page-content {
  padding: 45px 0;
  width: 1280px;
  margin: 0 auto; }
  .page-content h1 {
    font-size: 96px;
    font-family: 'robotoblack', Arial, Helvetica, sans-serif;
    margin-bottom: 40px;
    margin-left: 100px; }

.press-tabs {
  float: right;
  border: 1px solid #017ac3;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-top: 45px; }

.press-tabs__item {
  float: left;
  line-height: 34px;
  padding: 0 20px;
  font-size: 18px;
  font-family: 'robotothin', Arial, Helvetica, sans-serif; }
  .press-tabs__item.active {
    background: #017ac3;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px; }
    .press-tabs__item.active a, .press-tabs__item.active span {
      color: #fff;
      border-bottom: 1px solid transparent; }
  .press-tabs__item a {
    text-decoration: none;
    border-bottom: 1px dotted #7adeff;
    color: #000;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .press-tabs__item a:hover {
      border-bottom: 1px dotted transparent; }
  .press-tabs__item .sum {
    display: inline-block;
    margin-left: 4px; }

.documents-list__item {
  overflow: hidden;
  text-decoration: none;
  color: #000;
  display: block;
  margin-bottom: 50px;
  font-family: 'robotolight', Arial, Helvetica, sans-serif; }
  .documents-list__item a {
    border-bottom: 1px solid transparent; }

.documents-list__item-icon {
  width: 110px;
  float: left;
  text-align: left; }

.documents-list__item-info {
  overflow: hidden; }
  .documents-list__item-info h2 {
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    line-height: 44px;
    margin-top: -10px;
    margin-bottom: 10px; }
    .documents-list__item-info h2 a {
      text-decoration: none;
      border-bottom: 1px solid #7adeff;
      color: #000;
      line-height: 25px; }
    .documents-list__item-info h2:hover a {
      border-bottom: 1px solid transparent; }
  .documents-list__item-info span {
    margin-right: 25px;
    font-size: 18px;
    font-family: 'robotolight', Arial, Helvetica, sans-serif; }
  .documents-list__item-info .show-archive {
    margin-top: 10px;
    line-height: 22px; }
    .documents-list__item-info .show-archive a {
      border-bottom: 1px dotted #7adeff;
      text-decoration: none;
      font-size: 14px;
      color: #000; }
      .documents-list__item-info .show-archive a:hover {
        border-bottom: 1px dotted transparent; }
  .documents-list__item-info .archive {
    display: none; }
    .documents-list__item-info .archive a {
      font-size: 18px;
      margin-bottom: 25px;
      display: inline-block;
      border-bottom: 1px solid #7adeff; }
      .documents-list__item-info .archive a:hover {
        border-bottom: 1px solid transparent; }
    .documents-list__item-info .archive span {
      margin-right: 0;
      margin-left: 10px; }

.news {
  font-size: 0; }

.news-item {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  margin-right: 40px;
  width: 400px;
  margin-bottom: 40px;
  color: #000;
  vertical-align: top;
  border-bottom: 1px solid transparent; }
  .news-item.news-item--top {
    overflow: hidden;
    margin-left: -10%;
    width: 110%;
    margin-bottom: 60px; }
    .news-item.news-item--top .news-item__img {
      margin-bottom: 0;
      margin-right: 40px;
      float: left; }
    .news-item.news-item--top .news-item__info {
      overflow: hidden; }
      .news-item.news-item--top .news-item__info h2 {
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 37px;
        margin-top: -10px; }
      .news-item.news-item--top .news-item__info p {
        margin-bottom: 20px; }
      .news-item.news-item--top .news-item__info time {
        margin-bottom: 15px; }
  .news-item:nth-child(3n+1) {
    margin-right: 0; }
  .news-item:hover .news-item__info h2 span {
    border-bottom: 1px solid transparent; }

.news-item__img {
  margin-bottom: 21px; }
  .news-item__img img {
    display: block;
    max-width: 100%;
    height: 230px; }

.news-item__info h2 {
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  line-height: 36px;
  margin-bottom: 17px;
  margin-top: -7px; }
  .news-item__info h2 span {
    border-bottom: 1px solid #7adeff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.news-item__info time {
  color: #c1c1c1;
  display: block;
  font-size: 14px;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  margin-bottom: 15px; }

.news-item__info p {
  font-size: 18px;
  line-height: 26px;
  font-family: 'robotolight', Arial, Helvetica, sans-serif; }

.map-wrap {
  width: 100%;
  height: 810px;
  position: relative; }

#map {
  width: 100%;
  height: 100%; }

.feedback-info {
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin-left: -515px;
  width: 1030px;
  background: #fff;
  display: table; }

.sales-department {
  width: 50%;
  display: table-cell;
  padding: 40px 60px; }
  .sales-department h2 {
    font-size: 48px;
    color: #017ac3;
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    margin-bottom: 40px;
    position: relative; }
  .sales-department address {
    display: block;
    font-size: 18px;
    font-family: 'robotothin', Arial, Helvetica, sans-serif;
    margin-bottom: 30px; }
  .sales-department a {
    font-size: 18px;
    font-family: 'robotothin', Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid transparent; }
    .sales-department a:hover {
      border-bottom: 1px solid #017ac3; }

.sales-department__phones {
  margin-bottom: 30px;
  font-size: 18px;
  font-family: 'robotothin', Arial, Helvetica, sans-serif; }
  .sales-department__phones span {
    display: block;
    font-size: 18px;
    font-family: 'robotothin', Arial, Helvetica, sans-serif;
    margin-bottom: 12px; }
    .sales-department__phones span i {
      color: #c1c1c1; }

.feedback-form {
  width: 50%;
  background: #f2f2f2;
  display: table-cell;
  padding: 40px 60px 40px 80px; }
  .feedback-form h2 {
    font-size: 48px;
    color: #017ac3;
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    margin-bottom: 30px; }
  .feedback-form .label-wrap {
    position: relative;
    display: inline-block;
    margin-right: 26px; }
    .feedback-form .label-wrap:last-child {
      margin-right: 0; }
  .feedback-form label.error {
    position: absolute;
    top: -13px;
    left: 0;
    color: red;
    font-size: 10px;
    width: 190px; }
  .feedback-form input[type="text"] {
    padding: 0 18px;
    line-height: 38px;
    height: 38px;
    width: 180px;
    border: 1px solid #c1c1c1;
    margin-bottom: 19px;
    background: #fff; }
    .feedback-form input[type="text"].error {
      border: 1px solid red; }
  .feedback-form textarea {
    border: 1px solid #c1c1c1;
    background: #fff;
    width: 390px;
    padding: 20px;
    resize: none;
    margin-bottom: 30px; }
  .feedback-form .input-wrap input[type="text"]:last-child {
    margin-right: 0; }
  .feedback-form input[type="submit"] {
    border: 0;
    background: #017ac3;
    line-height: 35px;
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
    font-family: 'robotothin', Arial, Helvetica, sans-serif;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .feedback-form input[type="submit"]:hover {
      background: #2AA1EA; }
  .feedback-form p {
    font-size: 18px;
    font-family: 'robotothin', Arial, Helvetica, sans-serif;
    margin-bottom: 30px; }
  .feedback-form .second-letter {
    background: #017ac3;
    line-height: 35px;
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
    font-family: 'robotothin', Arial, Helvetica, sans-serif;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block; }
    .feedback-form .second-letter:hover {
      background: #2AA1EA; }

.main-slider {
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/inner/css/../img/content/index-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .main-slider button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer; }

.main-title {
  font-size: 80px;
  color: #fff;
  font-family: 'robotoblack', Arial, Helvetica, sans-serif;
  position: fixed;
  text-transform: uppercase;
  top: 190px;
  left: 110px;
  z-index: 10;
  max-width: 1200px; }

.about-btn {
  position: fixed;
  right: 15%;
  bottom: 200px;
  line-height: 80px;
  padding: 0 40px;
  color: #fff;
  font-size: 30px;
  font-family: 'robotothin', Arial, Helvetica, sans-serif;
  background: #0177bf;
  z-index: 30;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-btn:hover {
    background: #2AA1EA;
}

.about-btn i{
  display: inline-block;
  width: 30px;
  height: 26px;
  margin-right: 15px;
  background: url(/bitrix/templates/inner/css/../img/content/360.png);
  position: relative;
  top: 3px;
}


.main-info {
  position: absolute;
  bottom: 70px;
  right: 90px;
  color: #fff;
  z-index: 30;
  font-size: 14px;
  font-family: 'robotothin', Arial, Helvetica, sans-serif; }
  .main-info address {
    display: block;
    margin-bottom: 10px; }
  .main-info .main-phone {
    display: block;
    margin-bottom: 10px; }
  .main-info a {
    color: #fff;
    text-decoration: none; }

.main-height {
  position: absolute;
  bottom: 480px;
  right: 115px;
  color: #7adeff;
  font-size: 96px;
  font-family: 'robotothin', Arial, Helvetica, sans-serif;
  z-index: 30; }
  .main-height span {
    font-size: 20px;
    display: block;
    margin-left: 26px; }

.main-area {
  position: absolute;
  bottom: 320px;
  right: 65px;
  color: #7adeff;
  font-size: 96px;
  font-family: 'robotothin', Arial, Helvetica, sans-serif;
  z-index: 30; }
  .main-area span {
    font-size: 20px;
    display: block;
    margin-left: 26px; }
    .main-area span.sum {
      display: inline-block;
      margin-left: -15px; }

.slick-dots {
  overflow: hidden;
  position: absolute;
  bottom: 115px;
  left: 120px; }
  .slick-dots li {
    float: left;
    margin-right: 48px;
    cursor: pointer;
    position: relative; }

#slick-slide00 {
  width: 64px;
  height: 84px;
  background: url(/bitrix/templates/inner/css/../img/content/main-dots.png) 0 0 no-repeat; }
  #slick-slide00.slick-active,
  #slick-slide00:hover {
    background: url(/bitrix/templates/inner/css/../img/content/main-dots.png) 0 -116px no-repeat; }

#slick-slide01 {
  width: 75px;
  height: 75px;
  background: url(/bitrix/templates/inner/css/../img/content/main-dots.png) -116px -4px no-repeat; }
  #slick-slide01.slick-active,
  #slick-slide01:hover {
    background: url(/bitrix/templates/inner/css/../img/content/main-dots.png) -116px -121px no-repeat; }

#slick-slide02 {
  width: 84px;
  height: 84px;
  background: url(/bitrix/templates/inner/css/../img/content/main-dots.png) -238px 0 no-repeat; }
  #slick-slide02.slick-active,
  #slick-slide02:hover {
    background: url(/bitrix/templates/inner/css/../img/content/main-dots.png) -238px -116px no-repeat; }

#slick-slide03 {
  width: 84px;
  height: 78px;
  background: url(/bitrix/templates/inner/css/../img/content/main-dots.png) -366px 7px no-repeat; }
  #slick-slide03.slick-active,
  #slick-slide03:hover {
    background: url(/bitrix/templates/inner/css/../img/content/main-dots.png) -366px -122px no-repeat; }

.main-slide__item {
  width: 100%;
  height: 100%; }

.main-slide__item-inner {
  position: absolute;
  bottom: 315px;
  left: 120px;
  color: #fff;
  opacity: 0; }
  .main-slide__item-inner h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: 'robotothin', Arial, Helvetica, sans-serif; }
  .main-slide__item-inner p {
    font-size: 20px;
    line-height: 30px;
    font-family: 'robotothin', Arial, Helvetica, sans-serif;
    width: 450px; }

.slick-active .main-slide__item-inner {
  opacity: 1; }

.slick-slider .slick-list,
.slick-slider .slick-track {
  height: 100%; }

.page-content--gallery h1 {
  font-size: 96px;
  font-family: 'robotoblack', Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
  margin-left: -4px;
  width: 755px; }

.gallery-list {
  overflow: hidden; }

.gallery-list__item {
  margin: 0 40px 52px -3px;
  width: 400px;
  display: inline-block;
  vertical-align: top;
  padding-left: 1px; }
  .gallery-list__item:nth-child(3n) {
    margin-right: 0; }
  .gallery-list__item:hover .gallery-list__item-title a {
    border-bottom: 1px solid transparent; }
  .gallery-list__item:hover .gallery-list__item-title h2 {
    border-bottom: 1px solid transparent; }

.gallery-list__item-image,
.gallery-list__item-video {
  margin-bottom: 13px; }
  .gallery-list__item-image a,
  .gallery-list__item-video a {
    display: block;
    border-bottom: 1px solid transparent; }
  .gallery-list__item-image img,
  .gallery-list__item-video img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%; }

.gallery-list__item-video {
  position: relative; }

.fb-video {
  position: relative; }
  .fb-video:after {
    content: "";
    width: 50px;
    height: 72px;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    left: 50%;
    margin-left: -25px;
    background: url(/bitrix/templates/inner/css/../img/content/play-video.png) no-repeat; }

.gallery-list__item-title {
  color: #000;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  line-height: 37px; }
  .gallery-list__item-title h2 {
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #7adeff;
    display: inline; }
  .gallery-list__item-title a {
    text-decoration: none;
    display: inline;
    border-bottom: 1px solid #7adeff;
    color: #000;
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    font-size: 30px; }
  .gallery-list__item-title span {
    color: #c1c1c1;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px; }
  .gallery-list__item-title time {
    font-size: 14px;
    color: #c1c1c1;
    display: block;
    margin-top: 5px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -50px;
  color: #000;
  padding: 0 25px;
  line-height: 32px;
  background: #fff;
  font-family: 'robotothin', Arial, Helvetica, sans-serif;
  font-weight: 600;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  font-size: 18px; }

.photo-gall .fancybox-close {
  position: absolute;
  top: 30px;
  right: auto;
  left: 57px;
  width: 61px;
  height: 61px;
  cursor: pointer;
  z-index: 8040;
  background: transparent url(/bitrix/templates/inner/css/../img/content/cursor-point.png) center no-repeat;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .photo-gall .fancybox-close:hover {
    background: #7adeff url(/bitrix/templates/inner/css/../img/content/cursor-point.png) center no-repeat;
    border: 1px solid #7adeff; }
    .photo-gall .fancybox-close:hover:after {
      border-bottom: 2px dotted transparent; }

.pagination {
  text-align: center; }
  .pagination a, .pagination span {
    display: inline-block;
    height: 37px;
    line-height: 37px;
    width: 37px;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-family: 'robotothin', Arial, Helvetica, sans-serif;
    background: transparent;
    text-decoration: none; }
  .pagination span {
    background: #2ab1e5;
    color: #fff; }
  .pagination a {
    border-bottom: 1px solid transparent; }
    .pagination a:hover {
      color: #2ab1e5; }

.fancybox-overlay-fixed.photo-gall {
  top: 90px;
  background: #000;
  overflow: hidden; }

.photo-gall .fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 75px;
  height: 75px;
  margin-top: -37px;
  cursor: pointer;
  z-index: 8040;
  visibility: visible; }

.photo-gall .fancybox-prev span {
  background: transparent url("/bitrix/templates/inner/css/../img/content/prev-next.png") 0 0;
  left: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.photo-gall .fancybox-next span {
  background: transparent url("/bitrix/templates/inner/css/../img/content/prev-next.png") -75px 0;
  right: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.photo-gall .fancybox-prev:hover span {
  background: #7adeff url("/bitrix/templates/inner/css/../img/content/prev-next.png") 0 0; }

.photo-gall .fancybox-next:hover span {
  background: #7adeff url("/bitrix/templates/inner/css/../img/content/prev-next.png") -75px 0px; }

.fb-video {
  background: transparent url(/bitrix/templates/inner/css/../img/content/play-video.png) no-repeat; }

.video-gall .fancybox-close {
  position: absolute;
  top: -75px;
  right: 0px;
  width: 61px;
  height: 61px;
  cursor: pointer;
  z-index: 8040;
  background: url(/bitrix/templates/inner/css/../img/content/cursor-point.png) center no-repeat;
  border: 2px solid #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .video-gall .fancybox-close:hover {
    background: #7adeff url(/bitrix/templates/inner/css/../img/content/cursor-point.png) center no-repeat;
    border: 2px solid #7adeff; }

.page_404 {
  padding-top: 150px;
  width: 600px;
  margin-left: 340px;
  padding-bottom: 100px; }
  .page_404 h2 {
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    font-size: 72px;
    margin-bottom: 65px; }
  .page_404 p {
    font-size: 18px;
    margin-bottom: 25px; }
  .page_404 a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #7adeff; }
    .page_404 a:hover {
      border-bottom: 1px solid transparent; }
  .page_404 + .page-footer__top {
    background: #fff; }

.smallHeight .main-title {
  font-size: 65px;
  color: #fff;
  font-family: 'robotoblack', Arial, Helvetica, sans-serif;
  position: fixed;
  text-transform: uppercase;
  top: 135px;
  left: 118px;
  z-index: 10;
  max-width: 1000px; }

.smallHeight .left-title--hotel {
  font-size: 34px;
  left: -157px;
  margin-top: 5px; }

.smallHeight .slick-dots {
  bottom: 65px; }

.smallHeight .main-slide__item-inner {
  bottom: 190px; }

.smallHeight .about-btn {
	line-height: 75px;
    padding: 0 70px 0;
    font-size: 30px;
}

.smallHeight .section-info h1 {
  line-height: 90px;
  font-size: 90px; }

.smallHeight .new-standart .section-info {
  width: 710px;
  font-size: 50px; }

.smallHeight .use-sroll {
  bottom: 75px; }

.smallHeight .workplace {
  font-size: 140px;
  line-height: 155px;
  bottom: 130px; }

.smallHeight .building-height.showed {
  top: 170px; }

.smallHeight .technology-list__item.item1 {
  left: 745px; }

.smallHeight .technology-list__item.item2 {
  left: 1105px;
  top: 40px; }

.smallHeight .technology-list__item.item3 {
  top: 200px;
  left: 365px; }

.smallHeight .technology-list__item.item4 {
  top: 180px;
  left: 865px; }

.smallHeight .technology-list__item.item5 {
  top: 400px; }

.smallHeight .technology-list__item.item6 {
  top: 315px;
  left: 540px; }

.smallHeight .technology-list__item.item7 {
  top: 296px;
  left: 965px; }

.smallHeight .technology-list__item.item8 {
  top: 475px;
  left: 330px; }

.smallHeight .technology-list__item.item9 {
  top: 450px;
  left: 645px; }

.smallHeight .technology-list__item.item10 {
  top: 440px;
  left: 1085px; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible !important; }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  75% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  75% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

.section-info--hotel {
  z-index: 30;
  max-width: 850px;
  position: absolute;
  left: 230px;
  top: 520px; }
  .section-info--hotel p {
    opacity: 0;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    margin-bottom: 30px; }
    .section-info--hotel p:first-child {
      color: #7adeff;
      margin-bottom: 50px; }

.section-info--name {
  display: block;
  font-size: 72px;
  font-family: 'robotothin', Arial, Helvetica, sans-serif; }

.smallHeight .section-info--hotel {
  top: 335px; }

.technology--hotel .technology-list__item.item1 {
  top: 150px;
  left: 260px; }

.technology--hotel .technology-list__item.item2 {
  width: 490px;
  top: 100px;
  right: 260px; }

.technology--hotel .technology-list__item.item3 {
  width: 500px;
  top: auto;
  bottom: 70px;
  left: 440px; }

.technology--hotel .technology-list__item.item4 {
  width: 350px;
  top: auto;
  bottom: 240px;
  right: 310px;
  left: auto; }

.smallHeight .technology-list__item.item1 {
  top: 230px;
  left: 260px; }

.smallHeight .technology-list__item.item2 {
  top: 100px;
  right: 160px;
  left: auto; }

.smallHeight .technology-list__item.item3 {
  bottom: 50px;
  left: 580px; }

.smallHeight .technology-list__item.item4 {
  bottom: 200px;
  right: 349px;
  left: auto; }

.smallHeight .restaurant-list__item.item1 {
  bottom: 200px; }

.smallHeight .restaurant-list__item.item2 {
  bottom: 100px; }

.congress {
  background: #046cab url(/bitrix/templates/inner/css/../img/content/slide4-congress.png) 58% bottom no-repeat; }

.congress .section-info h1 {
  color: #fff;
  text-transform: none; }

.congress-list {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 45px;
  height: 600px; }

.congress-list__item {
  font-size: 18px;
  line-height: 23px;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  color: #fff;
  padding-top: 26px;
  position: absolute;
  display: inline-block;
  opacity: 0; }
  .congress-list__item:before {
    content: "";
    width: 110px;
    height: 2px;
    background: #0aa6d6;
    position: absolute;
    top: 0;
    left: 0; }
  .congress-list__item.item1 {
    left: 480px;
    bottom: 265px;
    width: 300px; }
  .congress-list__item.item2 {
    right: 375px;
    bottom: 420px; }

.medical-list {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 45px;
  height: 600px; }

.medical-list__item {
  font-size: 18px;
  line-height: 23px;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  color: #fff;
  padding-top: 26px;
  position: absolute;
  display: inline-block;
  opacity: 0; }
  .medical-list__item:before {
    content: "";
    width: 110px;
    height: 2px;
    background: #0aa6d6;
    position: absolute;
    top: 0;
    left: 0; }
  .medical-list__item.item1 {
    right: 550px;
    bottom: 440px; }
  .medical-list__item.item2 {
    left: 600px;
    bottom: 300px; }
  .medical-list__item.item3 {
    left: 375px;
    bottom: 175px; }
  .medical-list__item.item4 {
    right: 580px;
    bottom: 100px; }
  .medical-list__item.item5 {
    right: 280px;
    bottom: 260px; }

.medical-list-second {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 45px;
  height: 600px; }

.medical-list-second__item {
  font-size: 18px;
  line-height: 23px;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  color: #fff;
  padding-top: 26px;
  position: absolute;
  display: inline-block;
  opacity: 0; }
  .medical-list-second__item:before {
    content: "";
    width: 110px;
    height: 2px;
    background: #0aa6d6;
    position: absolute;
    top: 0;
    left: 0; }
  .medical-list-second__item.item1 {
    right: 480px;
    bottom: 440px; }
  .medical-list-second__item.item2 {
    left: 165px;
    bottom: 200px; }
  .medical-list-second__item.item3 {
    left: 700px;
    bottom: 300px; }
  .medical-list-second__item.item4 {
    right: 480px;
    bottom: 300px; }
  .medical-list-second__item.item5 {
    left: 550px;
    bottom: 100px; }
  .medical-list-second__item.item6 {
    right: 580px;
    bottom: 160px; }

.sport-list {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 45px;
  height: 600px; }

.sport-list__item {
  font-size: 18px;
  line-height: 23px;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  color: #fff;
  padding-top: 26px;
  position: absolute;
  display: inline-block;
  opacity: 0; }
  .sport-list__item:before {
    content: "";
    width: 110px;
    height: 2px;
    background: #0aa6d6;
    position: absolute;
    top: 0;
    left: 0; }
  .sport-list__item.item1 {
    right: 740px;
    bottom: 410px;
    width: 250px; }
  .sport-list__item.item2 {
    right: 350px;
    bottom: 433px;
    width: 250px; }
  .sport-list__item.item3 {
    left: 260px;
    bottom: 290px;
    width: 450px; }
  .sport-list__item.item4 {
    left: 780px;
    bottom: 210px; }
  .sport-list__item.item5 {
    right: 110px;
    bottom: 250px;
    width: 450px; }
  .sport-list__item.item6 {
    left: 150px;
    bottom: 100px;
    width: 370px; }
  .sport-list__item.item7 {
    right: 380px;
    bottom: 40px;
    width: 430px; }

.sport-list-second {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 45px;
  height: 600px; }

.sport-list-second__item {
  font-size: 18px;
  line-height: 23px;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  color: #fff;
  padding-top: 26px;
  position: absolute;
  display: inline-block;
  opacity: 0; }
  .sport-list-second__item:before {
    content: "";
    width: 110px;
    height: 2px;
    background: #0aa6d6;
    position: absolute;
    top: 0;
    left: 0; }
  .sport-list-second__item.item1 {
    right: 480px;
    bottom: 410px;
    width: 320px; }
  .sport-list-second__item.item2 {
    left: 260px;
    bottom: 285px;
    width: 370px; }
  .sport-list-second__item.item3 {
    right: 200px;
    bottom: 300px;
    width: 450px; }
  .sport-list-second__item.item4 {
    left: 160px;
    bottom: 100px;
    width: 390px; }
  .sport-list-second__item.item5 {
    left: 700px;
    bottom: 180px;
    width: 440px; }
  .sport-list-second__item.item6 {
    right: 325px;
    bottom: 50px;
    width: 455px; }

.zone-list {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 45px;
  height: 600px; }

.zone-list__item {
  font-size: 18px;
  line-height: 23px;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  color: #fff;
  padding-top: 26px;
  position: absolute;
  display: inline-block;
  opacity: 0; }
  .zone-list__item:before {
    content: "";
    width: 110px;
    height: 2px;
    background: #0aa6d6;
    position: absolute;
    top: 0;
    left: 0; }
  .zone-list__item.item1 {
    right: 310px;
    bottom: 480px;
    width: 300px; }
  .zone-list__item.item2 {
    left: 180px;
    bottom: 290px;
    width: 450px; }
  .zone-list__item.item3 {
    left: 820px;
    bottom: 280px;
    width: 355px; }
  .zone-list__item.item4 {
    left: 265px;
    bottom: 100px;
    width: 250px; }
  .zone-list__item.item5 {
    left: 610px;
    bottom: 130px;
    width: 290px; }
  .zone-list__item.item6 {
    right: 180px;
    bottom: 130px;
    width: 370px; }

.children-list {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 45px;
  height: 600px; }

.children-list__item {
  font-size: 18px;
  line-height: 23px;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  color: #fff;
  padding-top: 26px;
  position: absolute;
  display: inline-block;
  opacity: 0; }
  .children-list__item:before {
    content: "";
    width: 110px;
    height: 2px;
    background: #0aa6d6;
    position: absolute;
    top: 0;
    left: 0; }
  .children-list__item.item1 {
    right: 525px;
    bottom: 460px;
    width: 250px; }
  .children-list__item.item2 {
    left: 160px;
    bottom: 200px;
    width: 350px; }
  .children-list__item.item3 {
    left: 600px;
    bottom: 300px;
    width: 370px; }
  .children-list__item.item4 {
    right: 150px;
    bottom: 300px;
    width: 300px; }
  .children-list__item.item5 {
    left: 600px;
    bottom: 110px;
    width: 150px; }
  .children-list__item.item6 {
    right: 440px;
    bottom: 130px;
    width: 240px; }

.items-list {
  width: 100%;
  position: absolute;
  top: 425px;
  left: 160px;
  padding-right: 390px;
  z-index: 5; }

.items-list__item {
  font-size: 18px;
  line-height: 23px;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  color: #fff;
  padding-right: 20px;
  padding-top: 26px;
  display: inline-block;
  vertical-align: top;
  opacity: 0;
  margin-bottom: 40px;
  margin-right: 2%;
  width: 22%;
  position: relative; }
  .items-list__item:before {
    content: "";
    width: 110px;
    height: 2px;
    background: #0aa6d6;
    position: absolute;
    top: 0;
    left: 0; }
.items-list__item a{
    color: #fff;
    border-bottom: 1px dashed #7adeff;
    text-decoration: none;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}
.items-list__item a:before{
    content: "";
    width: 23px;
    height: 24px;
    background: url(/bitrix/templates/inner/css/../img/content/info.png) center no-repeat;
    position: absolute;
    top: 0;
    left: -40px;
}
.children-list-second {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 45px;
  height: 600px; }

.children-list-second__item {
  font-size: 18px;
  line-height: 23px;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  color: #fff;
  padding-top: 26px;
  position: absolute;
  display: inline-block;
  opacity: 0; }
  .children-list-second__item:before {
    content: "";
    width: 110px;
    height: 2px;
    background: #0aa6d6;
    position: absolute;
    top: 0;
    left: 0; }
  .children-list-second__item.item1 {
    right: 355px;
    bottom: 470px;
    width: 350px; }
  .children-list-second__item.item2 {
    left: 160px;
    bottom: 270px;
    width: 350px; }
  .children-list-second__item.item3 {
    left: 705px;
    bottom: 300px;
    width: 340px; }
  .children-list-second__item.item4 {
    left: 265px;
    bottom: 100px;
    width: 320px; }
  .children-list-second__item.item5 {
    right: 360px;
    bottom: 140px;
    width: 420px; }

.restaurant-list-second {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 45px;
  height: 600px; }

.restaurant-list__item {
  font-size: 18px;
  line-height: 23px;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  color: #fff;
  padding-top: 26px;
  position: absolute;
  display: inline-block;
  opacity: 0; }
  .restaurant-list__item a {
    color: #fff;
    border-bottom: 1px dashed #7adeff;
    text-decoration: none;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative; }
    .restaurant-list__item a:hover {
      border-bottom: 1px dashed transparent; }
    .restaurant-list__item a:before {
      content: "";
      width: 23px;
      height: 24px;
      background: url(/bitrix/templates/inner/css/../img/content/info.png) center no-repeat;
      position: absolute;
      top: 0;
      left: -40px; }
  .restaurant-list__item:before {
    content: "";
    width: 110px;
    height: 2px;
    background: #0aa6d6;
    position: absolute;
    top: 0;
    left: 0; }
  .restaurant-list__item.item1 {
    left: 50%;
    margin-left: -215px;
    bottom: 300px;
    width: 430px; }
  .restaurant-list__item.item2 {
    left: 50%;
    margin-left: -215px;
    bottom: 212px;
    width: 430px; }

.warning {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  background: #017ac3;
  font-size: 18px;
  display: none;
  text-align: center;
  padding-top: 30px; }
  .warning p {
    font-size: 16px;
    color: #fff;
    width: 260px;
    height: 180px;
    position: absolute;
    top: 50%;
    margin-top: -90px;
    left: 50%;
    margin-left: -130px;
    line-height: 22px;
    padding-top: 130px;
    background: url(/bitrix/templates/inner/css/../img/content/no-mobile.png) center 25px no-repeat; }

.text-page {
  padding: 40px 0;
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px; }
  .text-page h1 {
    color: #000;
    font-size: 96px;
    margin-bottom: 50px;
    line-height: 1; }
    .text-page h1.long {
      font-size: 60px;
      line-height: 65px; }
  .text-page hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid #e6eef2;
    margin-bottom: 60px;
    margin-top: 60px; }
  .text-page .text-page__inner {
    width: 840px;
    margin: 0 auto; }
    .corusel-sl__img {height: 455px !important; overflow: hidden;}
    .text-page .text-page__inner img {
      margin-bottom: 25px;
      max-width: 100%;
      height: auto;
      min-height: 100%; }
  .text-page ul {
    list-style: none;
    list-style-type: disc;
    list-style-position: inside;
    margin: 30px 0; }
  .text-page li {
    margin-bottom: 20px; }

.smallHeigh .text-page h1 {
  line-height: 90px;
  font-size: 90px; }

.text-page__inner p {
  font-family: 'robotolight', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px; }
  .text-page__inner p.text-page__top-info {
    color: #017ac3;
    font-size: 24px;
    line-height: 36px; }

.text-page__inner__list {
  overflow: hidden; }

.text-page__inner__list-item {
  width: 400px;
  margin-right: 40px;
  float: left; }
  .text-page__inner__list-item:last-child {
    margin-right: 0; }
  .text-page__inner__list-item .img img {
    max-width: 100%;
    height: auto; }
  .text-page__inner__list-item h2 {
    color: #017ac3;
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    margin-bottom: 25px; }

.person {
  background: #046cab url(/bitrix/templates/inner/css/../img/content/about-person.jpg) right top no-repeat;
  background-size: contain;
  overflow: hidden;
  z-index: 10; }
  .person .left-title {
    z-index: 30;
    top: 300px; }
  .person .section-info {
    z-index: 30;
    max-width: 1200px;
    top: 150px; }
    .person .section-info h1 {
      color: #fff;
      font-size: 175px;
      line-height: 170px; }

.person-text {
  background: #046cab;
  overflow: hidden;
  z-index: 10; }
  .person-text .left-title {
    z-index: 30;
    top: 300px; }
  .person-text .section-info {
    z-index: 30;
    max-width: 1200px;
    top: 150px; }
    .person-text .section-info h1 {
      color: #fff;
      font-size: 175px;
      line-height: 170px; }
  .person-text .section-info--person-text {
    top: 340px; }
    .person-text .section-info--person-text p {
      font-size: 18px;
      margin-bottom: 15px; }
      .person-text .section-info--person-text p:first-child {
        margin-bottom: 30px; }

.smallHeight .section-info h1 {
  line-height: 90px;
  font-size: 90px; }

.smallHeight .person-text .section-info--person-text {
  top: 255px; }
  .smallHeight .person-text .section-info--person-text p:first-child {
    margin-bottom: 30px; }

.person-left__1 {
  height: 100%;
  width: 1060px;
  z-index: 5;
  position: absolute;
  left: -100%;
  top: 0;
  background: rgba(4, 108, 171, 0.5);
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  .person-left__1.showed {
    left: 0; }

.person-left__2 {
  height: 100%;
  width: 520px;
  z-index: 10;
  position: absolute;
  left: -100%;
  top: 0;
  background: #0365a1;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease; }
  .person-left__2.showed {
    left: 0; }

.smallHeight .section-info--person {
  top: 335px; }

.section-info--person {
  z-index: 30;
  max-width: 800px;
  position: absolute;
  left: 230px;
  top: 515px; }
  .section-info--person p {
    opacity: 0;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-family: 'robotolight', Arial, Helvetica, sans-serif; }
    .section-info--person p:first-child {
      color: #7adeff;
      margin-bottom: 85px; }

.smallHeight .section-info--person-text {
  top: 335px; }

.section-info--person-text {
  z-index: 30;
  max-width: 650px;
  position: absolute;
  left: 230px;
  top: 515px; }
  .section-info--person-text p {
    opacity: 0;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-family: 'robotolight', Arial, Helvetica, sans-serif; }
    .section-info--person-text p:first-child {
      color: #7adeff;
      margin-bottom: 85px; }



.eng .right-nav .use_scroll:before {
    content: "Scroll the mouse wheel to navigate";
    color: #77d8f8;
    font-size: 14px;
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
    position: absolute;
    left: -150px;
    top: 26px;
    text-align: right;
    width: 130px;
    background-color: transparent;
}

.eng .left-title {
    color: #7adeff;
    font-size: 48px;
    font-family: 'robotothin', Arial, Helvetica, sans-serif;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: -115px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.eng .person .left-title {
    left: -115px;
}
.eng .left-title.left-title--medical {
    left: -190px;
}
.eng .person-text .left-title{
    top: 50%;
}
.eng .left-title.left-title--medical {
    left: -190px;
    margin-top: -60px;
}
.eng .person-text .left-title {
    top: auto;
}
.eng .left-title.left-title--medical {
    left: -190px;
}
.eng .person .section-info {
    max-width: 1000px;
}




@media screen and (max-width: 1700px) {
  .hotel-list__item.item1 {
    bottom: 55px; }
  .hotel-list__item.item2 {
    bottom: 203px;
    right: auto;
    left: 178px; }
  .hotel-list__item.item3 {
    left: 655px; }
  .hotel-list__item.item4 {
    right: 115px;
    bottom: 258px; }
  .smallHeight .hotel-list__item.item1 {
    bottom: 55px; }
  .smallHeight .hotel-list__item.item2 {
    bottom: 203px;
    right: auto;
    left: 178px; }
  .smallHeight .hotel-list__item.item3 {
    left: 655px; }
  .smallHeight .hotel-list__item.item4 {
    right: 115px;
    bottom: 258px; }
  .medical-list-second__item.item1 {
    right: 422px;
    bottom: 352px; }
  .medical-list-second__item.item3 {
    left: 505px;
    bottom: 267px; }
  .medical-list-second__item.item4 {
    right: 448px;
    bottom: 182px; }
  .medical-list-second__item.item6 {
    right: 516px;
    bottom: 35px; } }

@media screen and (max-width: 1450px) {
  .section-info h1 {
    font-size: 75px; }
  .building-height {
    right: 235px; }
  .about__top-info {
    width: auto; }
  .person-left__1 {
    width: 60%; }
  .facts-left__1 {
    width: 60%; }
  .area {
    right: 210px; }
  .about-inner {
    width: 840px;
    margin: 0 auto 50px; }
  .smallHeight .section-info h1 {
    font-size: 65px;
    line-height: 60px;
    max-width: 555px; }
  .smallHeight .technology-list__item.item1 {
    left: 190px; }
  .smallHeight .technology-list__item.item2 {
    top: 25px;
    right: 492px; }
  .smallHeight .technology-list__item.item4 {
    top: 80px;
    right: 105px; }
  .smallHeight .technology-list__item.item6 {
    top: 350px;
    left: 440px; }
  .smallHeight .technology-list__item.item7 {
    left: 700px; }
  .smallHeight .technology-list__item.item8 {
    left: 170px; }
  .smallHeight .technology-list__item.item9 {
    left: 440px;
    top: 490px; }
  .smallHeight .technology-list__item.item10 {
    left: 860px; }
  .medical-list__item.item1 {
    bottom: 338px; }
  .medical-list__item.item2 {
    left: 420px;
    bottom: 251px; }
  .medical-list__item.item3 {
    left: 149px; }
  .medical-list__item.item4 {
    bottom: 50px; }
  .medical-list-second__item.item5 {
    left: 220px;
    bottom: 57px; }
  .medical-list-second__item.item4 {
    right: 363px;
    bottom: 146px; }
  .medical-list-second__item.item3 {
    left: 725px;
    bottom: 247px; }
  .sport-list__item.item1 {
    right: 235px;
    bottom: 526px; }
  .sport-list__item.item2 {
    bottom: 407px; }
  .sport-list__item.item3 {
    left: 160px;
    bottom: 237px; }
  .sport-list__item.item5 {
    right: auto;
    left: 650px;
    bottom: 200px;
    width: 450px; }
  .sport-list__item.item4 {
    bottom: 329px; }
  .sport-list__item.item7 {
    right: 290px; }
  .sport-list-second__item.item1 {
    right: 221px;
    bottom: 392px; }
  .sport-list-second__item.item2 {
    left: 160px; }
  .sport-list-second__item.item6 {
    right: 100px;
    bottom: 94px; }
  .zone-list__item.item1 {
    right: 104px;
    bottom: 385px; }
  .zone-list__item.item2 {
    bottom: 210px; }
  .zone-list__item.item3 {
    left: 530px;
    bottom: 260px; }
  .zone-list__item.item5 {
    left: auto;
    bottom: 183px;
    right: 88px; }
  .zone-list__item.item6 {
    right: 303px;
    bottom: 66px; }
  .children-list__item.item1 {
    right: 235px; }
  .children-list__item.item3 {
    left: 438px;
    bottom: 309px; }
  .children-list__item.item4 {
    right: 0; }
  .children-list__item.item5 {
    left: 404px;
    bottom: 50px; }
  .children-list__item.item6 {
    right: 340px; }
  .children-list-second__item.item1 {
    right: 213px;
    bottom: 405px; }
  .children-list-second__item.item3 {
    left: 620px; }
  .children-list-second__item.item5 {
    right: 105px;
    bottom: 176px; }
  .section-info h1 {
    line-height: 90px;
    font-size: 90px; }
  .news-item.news-item--top {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 1%;
    margin-left: 0; }
  .page-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .news-item {
    margin-right: 2%;
    width: 32%; }
  .gallery-list__item {
    margin-right: 2%;
    width: 32%; }
  .page-footer {
    padding: 0 15px; }
  .person {
    background-size: cover; }
    .person p {
      font-size: 12px;
      line-height: 20px;
      max-width: 460px; }
      .person p:first-child {
		margin-bottom: 40px; }
}

@media screen and (max-width: 1000px) {
  .layout,
  .right-nav,
  .page-header,
  .main-slider,
  .main-title,
  .about-btn,
  .main-height,
  .main-info,
  .main-area,
  .wrapper,
  .sb-slidebar {
    display: none; }
	.warning {
		display: block;
	}
}


@media screen and (max-width: 780px) {
  .page-header {
    padding: 0 20px 0; }
  .section-info h1 {
    line-height: 30px;
    font-size: 30px; }
  .section-info h1,
  .smallHeight .section-info h1 {
    line-height: 30px;
    font-size: 30px; }
  .top-logo {
    width: 120px;
    height: 45px;
    margin-right: 20px;
    background-size: cover; }
  .top-nav__item {
    font-size: 14px;
    margin-right: 5px; }
    .top-nav__item.active {
      line-height: 18px; }
  .left-title {
    font-size: 30px;
    display: none; }
  .use-sroll {
    font-size: 16px;
    left: 0;
    bottom: 55px;
    padding-left: 100px;
    background: url(/bitrix/templates/inner/css/../img/content/use-scroll.png) left center no-repeat;
    min-height: 135px;
    padding-top: 50px;
    background-size: contain;
    z-index: 15; }
    .use-sroll h2 {
      font-size: 20px; }
  .section-info {
    top: 130px;
    left: 20px; }
  .new-standart .section-info.showed {
    left: 20px; }
  .right-nav a {
    font-size: 20px; }
    .right-nav a.active {
      margin-left: -32px;
      font-size: 40px; }
  .right-nav .use_scroll {
    right: 20px;
    display: none; }
    .right-nav .use_scroll:before {
      display: none; }
  .right-nav .scrollTop {
    display: none; }
  .technology {
    background-size: contain; }
    .technology .section-info {
      top: 70px; }
    .technology.technology--hotel {
      background-size: contain; }
  .technology-list {
    height: 100%; }
  .technology-list__item {
    font-size: 14px;
    line-height: 16px;
    padding-top: 8px; }
    .technology-list__item.item1 {
      top: 113px;
      left: 55px;
      pointer-events: none; }
    .technology-list__item.item2 {
      top: 165px;
      left: 55px;
      pointer-events: none; }
    .technology-list__item.item3 {
      top: 215px;
      left: 55px;
      pointer-events: none; }
    .technology-list__item.item4 {
      top: 265px;
      left: 55px;
      pointer-events: none; }
    .technology-list__item.item5 {
      top: 315px;
      left: 55px;
      pointer-events: none; }
    .technology-list__item.item6 {
      top: 360px;
      left: 55px;
      pointer-events: none; }
    .technology-list__item.technology-list__item.item7 {
      top: 412px;
      left: 55px;
      pointer-events: none; }
    .technology-list__item.technology-list__item.item8 {
      top: 458px;
      left: 55px;
      pointer-events: none; }
    .technology-list__item.technology-list__item.item9 {
      top: 500px;
      left: 55px;
      pointer-events: none; }
    .technology-list__item.technology-list__item.item10 {
      top: 543px;
      left: 55px;
      pointer-events: none; }
  .smallHeight .technology-list__item.item1 {
    top: 113px;
    left: 55px;
    pointer-events: none; }
  .smallHeight .technology-list__item.item2 {
    top: 165px;
    left: 55px;
    pointer-events: none; }
  .smallHeight .technology-list__item.item3 {
    top: 215px;
    left: 55px;
    pointer-events: none; }
  .smallHeight .technology-list__item.item4 {
    top: 265px;
    left: 55px;
    pointer-events: none; }
  .smallHeight .technology-list__item.item5 {
    top: 315px;
    left: 55px;
    pointer-events: none; }
  .smallHeight .technology-list__item.item6 {
    top: 360px;
    left: 55px;
    pointer-events: none; }
  .smallHeight .technology-list__item.technology-list__item.item7 {
    top: 412px;
    left: 55px;
    pointer-events: none; }
  .smallHeight .technology-list__item.technology-list__item.item8 {
    top: 458px;
    left: 55px;
    pointer-events: none; }
  .smallHeight .technology-list__item.technology-list__item.item9 {
    top: 500px;
    left: 55px;
    pointer-events: none; }
  .smallHeight .technology-list__item.technology-list__item.item10 {
    top: 543px;
    left: 55px;
    pointer-events: none; }
  .about {
    padding-top: 70px; }
    .about .section-info {
      margin-left: 20px; }
    .about hr {
      margin-bottom: 25px; }
  .about-inner {
    margin-left: 20px;
    width: 100%;
    padding-right: 95px;
    margin-bottom: 25px; }
    .about-inner img {
      max-width: 100%;
      height: auto; }
    .about-inner p {
      font-size: 15px;
      line-height: 20px; }
    .about-inner.light {
      margin-bottom: 20px; }
  .about__top-info {
    width: 100%; }
  .about-inner__list-item {
    width: 100%; }
  .right-nav .scrollTop {
    right: 10px; }
  .right-nav.short:after {
    display: none; }
  h2.light {
    font-size: 30px;
    margin-bottom: 20px; }
  .facts .section-info {
    top: 85px; }
  .facts-left__1 {
    width: 65%; }
  .facts-left__2 {
    width: 35%; }
  .building-height {
    right: 100px;
    font-size: 40px;
    line-height: 45px; }
    .building-height span {
      font-size: 16px;
      border-bottom: 2px solid #0aa6d6;
      margin-left: 0px; }
      .building-height span.clarification {
        display: block;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        border-bottom: 2px solid transparent;
        margin-left: 9px;
        margin-top: -5px; }
  .smallHeight .workplace {
    font-size: 40px;
    line-height: 45px;
    bottom: 300px; }
    .smallHeight .workplace span {
      font-size: 17px;
      line-height: 18px; }
    .smallHeight .workplace.showed {
      left: 25px; }
  .area {
    right: 20px;
    font-size: 40px;
    line-height: 45px; }
    .area span {
      font-size: 18px;
      line-height: 20px; }
    .area sup {
      font-size: 20px;
      line-height: 25px;
      vertical-align: top;
      display: inline-block;
      margin-left: -5px; }
    .area.showed {
      bottom: 105px; }
  .page-header.changed .top-logo {
    width: 105px;
    height: 40px;
    margin-right: 20px;
    background: url(/bitrix/templates/inner/css/../img/content/top-logo-changed.png) 0 0 no-repeat;
    background-size: cover; }
  .main-title {
    font-size: 35px;
    top: 90px;
    left: 20px; }
  .smallHeight .main-title {
    font-size: 35px;
    top: 90px;
    left: 20px; }
  .main-slide__item-inner {
    bottom: 55px;
    left: 20px; }
    .main-slide__item-inner h2 {
      font-size: 22px;
      margin-bottom: 10px; }
    .main-slide__item-inner p {
      font-size: 16px;
      line-height: 20px;
      width: 320px; }
    .smallHeight .main-slide__item-inner h2 {
      margin-bottom: 10px; }
    .smallHeight .main-slide__item-inner p {
      font-size: 16px;
      line-height: 20px;
      width: 320px; }
  .main-info {
    bottom: auto;
    top: 20px;
    right: 20px;
    font-size: 12px;
    line-height: 10px;
    display: none; }
  .main-height {
    bottom: 240px;
    right: 45px;
    font-size: 35px;
    display: none; }
  .main-area {
    bottom: 126px;
    right: 30px;
    font-size: 35px;
    display: none; }
    .main-area span {
      font-size: 16px; }
  .about-btn {
    display: none; }
  .page-header.page-header--feedback {
    padding: 13px 20px 15px; }
    .page-header.page-header--feedback .top-logo {
      width: 105px;
      height: 40px;
      margin-right: 10px;
      background: url(/bitrix/templates/inner/css/../img/content/top-logo-changed.png) 0 0 no-repeat;
      background-size: cover; }
  .sales-department {
    padding: 15px; }
    .sales-department h2 {
      font-size: 26px; }
    .sales-department address {
      font-size: 16px;
      margin-bottom: 20px; }
  .sales-department__phones span {
    font-size: 16px; }
  .feedback-form {
    padding: 15px; }
    .feedback-form h2 {
      font-size: 26px; }
    .feedback-form textarea {
      width: 100%; }
    .feedback-form input[type="text"] {
      width: 100%; }
    .feedback-form input[type="submit"] {
      width: 100%; }
    .feedback-form .label-wrap {
      margin-right: 0; }
  .feedback-info {
    display: none;
    margin-left: -40%;
    width: 80%; }
    .feedback-info .label-wrap {
      display: block;
      margin-right: 0; }
  .page-footer__bottom {
    display: table;
    padding: 45px 20px; }
  .page-footer__item {
    font-size: 12px;
    padding-right: 15px;
    display: table-cell;
    vertical-align: top;
    float: none; }
    .page-footer__item:first-child {
      display: none; }
    .page-footer__item h6 {
      font-size: 12px; }
    .page-footer__item span {
      font-size: 12px; } }

.image-section {
    width: 50%;
    height: auto;
    position: absolute;
    right: 80px;
    bottom: 0;; 
}
.image-section img{
    max-width: 100%;
    height: auto;
}


.smallHeight .main-height{
  bottom: auto;
  top: 300px;
}

.smallHeight .main-area{
    bottom: auto; 
    top: 110px;
}

.smallHeight .person-text .section-info,
.smallHeight .section-info{
  top: 130px;
}

.smallHeight .items-list{
  top: 270px;
}

.smallHeight .items-list__item {
    font-size: 15px;
    line-height: 17px;
    padding-right: 20px;
    padding-top: 12px;
    margin-bottom: 16px;
    margin-right: 2%;
    width: 47%;
}
.smallHeight .person-text .section-info--person-text {
    top: 260px;
    max-width: 430px;
}

.smallHeight .person-text .section-info--person-text p:first-child {
  margin-bottom: 10px;
  font-size: 12px;
}
.smallHeight .person-text .section-info--person-text p{
  font-size: 12px;
  line-height: 20px;
}

.smallHeight .section-info--person,
.smallHeight .section-info--hotel{
    top: 275px;
}



.technology-all__img {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 25%;
    bottom: 0;
}
.technology-all__img img{
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 100%;
}

.header-search{
  position: relative;
  right: -45px;
  top: -3px;
}
.header-search input[type="text"]{
    width: 300px;
     max-width: 0; 
    padding: 5px 13px 4px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    z-index: 2;
    border: 1px solid transparent;
    -webkit-transition: max-width .4s ease;
    -moz-transition: max-width .4s ease;
    -o-transition: max-width .4s ease;
    -ms-transition: max-width .4s ease;
    transition: max-width .4s ease;
    background: none;
    opacity: 0; 
    position: absolute;
    top: 20px;
    right: -20px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #7adeff;
}
.top-nav__item a.header-search__btn{
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(/bitrix/templates/inner/css/../img/content/search_blue.png);
  text-decoration: none;
  border-bottom: 0;
  position: absolute;
  top: -12px;
  right: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 0;
  z-index: 5;
}

.header-search input[type="text"].visible{
  max-width: 300px;
  opacity: 1;
}


.top-nav__item input[type="submit"]{
  display: none;
  width: 17px;
  height: 17px;
  background: url(/bitrix/templates/inner/css/../img/content/search_blue.png) no-repeat;
  text-decoration: none;
  border-bottom: 0;
  position: absolute;
  top: -12px;
  right: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 0;
  z-index: 5;
  border:0;
  text-indent: -9999em;
}

@media screen and (max-width: 1770px){
    .main-title {
        font-size: 100px;
    }
}


@media screen and (max-width: 1650px){
    .image-section{
         width: 45%;
    }
}

@media screen and (max-width: 1650px){
	.main-title {
		font-size: 65px;
		color: #fff;
		font-family: 'robotoblack', Arial, Helvetica, sans-serif;
		position: fixed;
		text-transform: uppercase;
		top: 135px;
		left: 118px;
		z-index: 10;
		max-width: 1000px;
	}
}

@media screen and (max-width: 1580px){
    .top-nav__item{
          padding: 26px 3px 0;
    }
    .top-nav__item a, .top-nav__item span {
         font-size: 16px;
    }
}
@media screen and (max-width: 1400px){
    .top-nav__item a, .top-nav__item span {
         font-size: 12px;
    }

	.top-nav__submenu li a {
		font-size: 12px;
		padding: 8px 15px;
	}

    .image-section{
         width: 40%;
    }
    .section-info--person-text{
         left: 165px;
    }
}
@media screen and (max-width: 1350px){
    .smallHeight .main-height {
        bottom: auto;
        top: 440px;
    }
    .smallHeight .main-area {
        bottom: auto;
        top: 260px;
    }
	.about-btn{
		right: 5%;
	}
}
@media screen and (max-width: 1330px){
    .top-logo{
        margin-right:35px;
    }
}
@media screen and (max-width: 1280px)
.top-logo {
    margin-right: 40px;
}
@media screen and (max-width: 1200px){
    page-header.fixed {
        display: none!important;
    }
}

.fp-section.fp-table, .fp-slide.fp-table {
    min-height: 700px;
}

body.smallHeight{
min-height: 700px;
}


.about-btn{
    position:absolute;
}
.smallHeight .main-title,
.main-title{
    position:absolute;
}


.sb-slidebar h2{
	line-height: 1;
}
.tech-info{
	font-size: 18px;
    line-height: 26px;
}
.tech-info ul{
	list-style-type: disc;
    list-style-position: inside;
	margin-bottom: 15px;
}
.tech-info ul li{
	margin-bottom: 5px;
}

.news-item__img {
   margin-bottom: 21px;
   text-align: left;
}
.news-item__img img {
   display: inline-block;
   max-width: 100%;
   height: 230px;
}
.news-item{
    width: 30%;
   margin-right: 1%;
}
.news-item:nth-child(3n+1) {
   margin-right: 1%;
}

body.mainPage.smallHeight{
   min-height: 700px;
   min-width: 1000px;
}

@media screen and (max-width: 1450px){
    .news-item {
        width: 31%;
    }
}

i{
    font-style: italic;
}
b{
    font-weight: bold;
}

.about-inner ul {
    list-style-type: disc;
    list-style-position: inside;
    margin: 30px 0;
}
.about-inner li {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'robotolight', Arial, Helvetica, sans-serif;
}

body.print nav.top-nav  {
    display: none; }

body.print header.page-header  {
    display: none; }

body.print div.page-footer  {
    display: none; }

body.print  {overflow:visible;
}

@media print {
body nav.top-nav  {
    display: none; }

body header.page-header  {
    display: none; }

body div.page-footer  {
    display: none; }

body  {overflow:visible;
}
}


/* 28.12.15*/

.gallery-list__item-title span {
  padding-left: 25px;
  position: relative;
  vertical-align: middle; }

.gallery-list__item-title span i {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(/bitrix/templates/inner/css/../img/content/camera.svg) center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 11px;
  left: 3px; }

.gallery-list__item a {
  display: block;
  border-bottom: 0; }

.page-content--gallery h2 {
  font-family: 'robotolight', sans-serif;
  margin-bottom: 20px; }

.gallery-photo {
  margin-bottom: 30px; }

.gallery-photo__item {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 20px;
  height: 135px; }

.gallery-photo__item.item--album {
  width: 180px; }

.gallery-photo__item.item--portrait {
  width: 100px; }

.gallery-photo__item a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 0; }

.gallery-photo__item img {
  display: block;
  max-width: 100%;
  height: 100%; }

.back_to {
  display: block;
  border: 0;
  margin-bottom: 20px;
  padding-left: 25px;
  font-size: 14px;
  position: relative; }

.back_to:hover {
  border-bottom: 0; }

.back_to:hover span {
  border-bottom: 1px solid transparent; }

.back_to span {
  border-bottom: 1px solid #7adeff; }

.back_to i {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background: url(/bitrix/templates/inner/css/../img/content/arrow-l.svg) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0; }

.fancybox-overlay-fixed.photo-gall {
    top: 0;
    overflow: hidden;
    background: url('/bitrix/templates/inner/css/../img/content/fancybox_overlay.png');
}
/*  end 28.12.15*/



.map-anchor{
	position: absolute;
	right: 100px;
    top: 30px;
	color: #fff;
	display: block;
	font-size: 20px;
	text-decoration: none;
	border-bottom: 0;
	white-space: nowrap;
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	line-height: 23px;
    z-index: 100;
}
.map-anchor:hover{
	text-decoration:none;
	border:0;
}
.map-anchor:after{
	content: "";
	display: table;
	clear: both;
}
.map-anchor i{
	float: left;
	width: 40px;
	height: 45px;
	background: url(/bitrix/templates/inner/css/../img/content/map-anchor.svg) no-repeat;
	background-size: cover;
    margin-right: 10px;
}
.map-anchor span{
	border-bottom: 1px solid #7adeff;
	-moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
     position: relative;
    top: -2px;
}
.map-anchor:hover span{
	border-bottom: 1px solid transparent;
}

.map-view__wrap{
	width: 900px;
	height: 700px;
}
.fancybox-close {
    border: 0;
}
#map-v{
	width: 100%;
	height: 100%;
}

html{
  height: 100%;
}
body{
  margin: 0;
  padding: 0;
  height: 100%;
}
#panorama{
  cursor: url("/bitrix/templates/inner/css/../img/content/cur1.cur"), move;
}
.panorama-view{
  position: relative;
  display: inline-block;
}
.zoom{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.navigation{
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -65px;
  text-align: center;
  width: 130px;
  height: 40px;
  z-index: 10;
  background: #0177bf;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  line-height: 40px;
	opacity:0;
}
.navigation a{
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 100%;
    color: #fff;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    border: 0;
}
#panorama-prev{
  background: url(/bitrix/templates/inner/css/../img//content/panorama-left.png) 15px center no-repeat;
  float: left;
  padding-left: 20px; 
}

.navigation a:hover{
  opacity: 0.8;
  filter: alpha(opacity=0.9);
}


.detail{
    position: absolute;
    z-index: 1000;
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    padding-left: 25px;
    border:0;
    border: 3px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0.45)
}
.detail:hover{
  text-decoration: underline;
  border:0;
  border: 3px solid rgba(0, 0, 0, 0);
}
.detail:before{
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.detail-15--first{
    bottom: 220px;
    left: 550px;
}
.detail-15--second{
  bottom: 271px;
  left: 222px;
}
.detail-15--third{
    top: 160px;
    right: 335px;
    left: auto;
}
.detail-30--first{
  right: 288px;
  top: 237px;
}
.detail-30--second{
  right: 520px;
  top: auto;
  bottom: 310px;
}
.detail-30--third{
  top: 174px;
  left: 432px;
}
.detail-47--first{
  bottom: 200px;
  left: 245px;
}
.detail-47--second{
  bottom: 400px;
  left: 730px;
}
.detail-47--third{
  bottom: 220px;
  left: 750px;
}

.QOverlay {
  background-color: #000000;
  z-index: 9999;
}

.QLoader {
  background-color: #CCCCCC;
  height: 1px;
}

.QAmt {
  color:#333333;
  font-size:400px;
  font-weight:bold;
  line-height:50px;
  height:500px;
  width:100px;
  margin:-60px 0 0 -50px;
}
.panorama-hidden{
	overflow:hidden!important;
}
.fancybox-close:hover{
	border:0;
}
#panorama{
  opacity: 0;
}
.panorama-view{
  height: 563px;
  position: relative;
  background: #f9f9f9;
}
#loader{
  position: absolute;
  left:50%;
  top:50%;
  z-index: 9999;
}

.fancybox-inner{
	overflow:hidden!important;
}

.fancybox-close {
    position: absolute;
    top: 9px;
    right: auto;
    left: 13px;
    width: 61px;
    height: 61px;
    cursor: pointer;
    z-index: 8040;
    
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

    background: #7adeff url(/bitrix/templates/inner/img/content/cursor-point.png) center no-repeat;
    border: 2px solid #7adeff;
}
.fancybox-close:hover{
    background: transparent url(/bitrix/templates/inner/img/content/cursor-point.png) center no-repeat;
	border: 2px solid #fff;
}

.mainPage .fancybox-opened .fancybox-skin,
.mainPage .fancybox-skin{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}

.eng .page-header.changed .top-logo{
	background: url(/bitrix/templates/inner/css/../img/content/top-logo.png) -127px -74px no-repeat;
}
.eng .top-logo {
    background: url(/bitrix/templates/inner/css/../img/content/top-logo.png) -127px -13px no-repeat;
}

.eng .page-header.page-header--feedback .top-logo {
    background: url(/bitrix/templates/inner/css/../img/content/top-logo.png) -127px -74px no-repeat;
}

@media screen and (max-width: 1240px){
	.map-anchor{
		display: none;
	}
}
@media screen and (max-width: 1200px){
    .about-btn,
    .smallHeight .about-btn{
        line-height: 68px;
        padding: 0 29px 0;
        font-size: 25px;
    }
    .about-btn i,
    .smallHeight .about-btn i{
        top: 5px;
    }  
}
@media screen and (max-width: 1000px){
    .about-btn,
    .smallHeight .about-btn{
        line-height: 55px;
        padding: 0 15px 0;
        font-size: 18px;
    }
    .about-btn i,
    .smallHeight .about-btn i{
        top: 9px;
    }  
}

.social-facebook {
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 10px;
    margin-top: 18px;
    background: url(/bitrix/templates/inner/css/../img/content/social-buttons.png) 0 -14px no-repeat;
    border-bottom: 1px solid transparent;
}
.social-facebook:hover {
    background: url(/bitrix/templates/inner/css/../img/content/social-buttons.png) 0 -29px no-repeat;
}
.social-links-facebook {
    background: url(/bitrix/templates/inner/css/../img/content/social-buttons.png) 0 0 no-repeat;
}
.social-twitter {
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 10px;
    margin-top: 18px;
    background: url(/bitrix/templates/inner/css/../img/content/social-buttons.png) -19px -14px no-repeat;
    border-bottom: 1px solid transparent;
}
.social-twitter:hover {
    background: url(/bitrix/templates/inner/css/../img/content/social-buttons.png) -19px -29px no-repeat;
}
.social-links-twitter {
    background: url(/bitrix/templates/inner/css/../img/content/social-buttons.png) -19px 0 no-repeat;
}
.social-linked {
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 10px;
    margin-top: 18px;
    background: url(/bitrix/templates/inner/css/../img/content/social-buttons.png) -40px -14px no-repeat;
    border-bottom: 1px solid transparent;
}
.social-linked:hover {
    background: url(/bitrix/templates/inner/css/../img/content/social-buttons.png) -40px -29px no-repeat;
}
.social-links-linked {
    background: url(/bitrix/templates/inner/css/../img/content/social-buttons.png) -40px 0 no-repeat;
}

.footer_copyright {
	color: #DEDEDE;
}

.main-slide__title{
	color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: 'robotothin', Arial, Helvetica, sans-serif;
	font-size: 30px;
}

.warning{
	position:fixed!important;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 0!important;
    overflow: hidden;
}

@media screen and (max-width: 1000px){
	body.mainPage.smallHeight {
	    min-height: inherit;
	    min-width: inherit;
	}
}



/*---- new style ----*/
.pager-news-row {padding: 33px 0 20px;}
.pager-news {width: 48%;}
.pager-news--prev {float: left;}
.pager-news--prev .pager-news__lnk:before {content: ' '; position: relative; width: 10px; height: 17px; background: url(/bitrix/templates/inner/css/../img/content/pointer.png) 0 0 no-repeat; display: inline-block; margin: 3px 11px -2px 0;}
.pager-news--next {float: right;}
.pager-news--next .pager-news__lnk:after {content: ' '; position: relative; width: 10px; height: 17px; background: url(/bitrix/templates/inner/css/../img/content/pointer.png) 100% 0 no-repeat; display: inline-block; margin: 3px 0 -2px 11px;}
.pager-news__lnk {margin: 0 0 14px; font-size: 18px;}
.pager-news__lnk {border: 0; color: #5398ce;}
.pager-news__name {margin: 0 0 13px; font-size: 30px; line-height: 1.3;}
.pager-news__date {font-size: 14px; color: #d2d2d2;}
.pager-news-row .clearfix {clear: both;}





.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 95px;
  overflow: hidden;
}

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #e3e3e3;
  -webkit-transition: -webkit-transform 0.9s;
  -moz-transition: -moz-transform 0.9s;
  transition: transform 0.9s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #046cab;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.9s;
  -moz-transition: -moz-transform 0.9s;
  transition: transform 0.9s;
   -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;


}
.cd-horizontal-timeline .events a {
  position: absolute; white-space: nowrap;
  top: 0;
  z-index: 2;
  text-align: center;
  font-size: 16px;
  padding-top: 15px;
  color: #383838;
  border: 0;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -13px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  border: 2px solid #e3e3e3;
  background-color: #fff;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #046cab;
  border-color: #046cab;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #046cab;
  border-color: #046cab;
}
.cd-horizontal-timeline .events a.selected::before {content: ' ';
  position: absolute; left: 50%; bottom: 46px; height: 90px; margin-left: -1px; border-right: 2px solid #046cab;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #046cab;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 75px;
  width: 75px;
  border-radius: 50%;
  border: 1px solid #75ddff;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 36px;
  width: 20px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(/bitrix/templates/inner/css/../img/pointer.png) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #006ebd;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%; margin: 0;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.cd-timeline-navigation {margin: 0 !important; padding: 0 !important;}
.cd-timeline-navigation li {margin: 0; height: auto; line-height: 0; list-style: none;}
.cd-horizontal-timeline .events-content li p {font-size: 18px;}
.cd-horizontal-timeline .events-content li {min-height: 452px;}

.corusel-sl__img {display: inline-block; width: 69%; vertical-align: top;}
.corusel-sl__img img {width: 100%; vertical-align: top; margin: 0 !important;}
.corusel-sl__txt {display: inline-block; width: 30%; vertical-align: top; padding-left: 3%;}
.corusel-sl___date {margin: -6px 0 10px; font-size: 16px;}
.corusel-sl__name {font-size: 30px; margin: 0 0 13px; line-height: 36px;}
.corusel-sl__info {font-size: 18px; margin: 0 0 40px}
.corusel-sl__prev, .corusel-sl__next {display: inline-block; vertical-align: top; width: 16px; height: 28px; cursor: pointer;}
.corusel-sl__prev:hover, .corusel-sl__next:hover {opacity: 0.7;}
.corusel-sl__prev {background: url(/bitrix/templates/inner/css/../img/sl-l.png) 0 0 no-repeat;}
.corusel-sl__next {background: url(/bitrix/templates/inner/css/../img/sl-r.png) 0 0 no-repeat;}
.corusel-sl__namber {display: inline-block; vertical-align: top; padding: 0 10px; line-height: 28px; font-size: 18px;}
.corusel-sl .slick-arrow {position: absolute; left: -9999px;}
.fancybox-title-inside-wrap {padding: 10px;}

.timeline {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.text-page__big {width: auto !important; max-width: 1170px;}

.timeline .events-wrapper {
    cursor: col-resize;
}
/* End */


/* Start:/bitrix/templates/inner/components/bitrix/menu/vertical_multilevel2/style.min.css?14828462962111*/
ul#vertical-multilevel-menu,#vertical-multilevel-menu ul{margin:0;padding:0;list-style:none;width:214px;font-size:12px}#vertical-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;border:1px solid #c1c1c1;border-bottom:0;width:200px}#vertical-multilevel-menu li a{display:block;text-decoration:none;color:#4f4f4f;font-weight:bold;padding:5px;background:#f5f5f5;border-bottom:1px solid #c1c1c1}#vertical-multilevel-menu li a.item-selected{background-color:#d6d6d6}#vertical-multilevel-menu li a:hover{background-color:#d6d6d6}#vertical-multilevel-menu a.root-item{color:#fff;font-weight:bold;font-size:12px;padding:5px 0 7px 35px;background:#61656a url(/bitrix/templates/inner/components/bitrix/menu/vertical_multilevel2/images/item_bg.gif) 0 0 no-repeat;border:0;box-sizing:border-box;-moz-box-sizing:border-box}#vertical-multilevel-menu a.root-item:hover,#vertical-multilevel-menu a.root-item-selected:hover{background:#61656a url(/bitrix/templates/inner/components/bitrix/menu/vertical_multilevel2/images/item_bg.gif) 0 -26px no-repeat}#vertical-multilevel-menu a.root-item-selected{color:#fff;font-weight:bold;font-size:12px;padding:5px 0 7px 35px;background:#61656a url(/bitrix/templates/inner/components/bitrix/menu/vertical_multilevel2/images/item_bg.gif) 0 -26px no-repeat;border:0;box-sizing:border-box;-moz-box-sizing:border-box}#vertical-multilevel-menu a.parent{background:#f5f5f5 url(/bitrix/templates/inner/components/bitrix/menu/vertical_multilevel2/images/arrow.gif) center right no-repeat;padding-right:10px}#vertical-multilevel-menu a.denied{background:#f5f5f5 url(/bitrix/templates/inner/components/bitrix/menu/vertical_multilevel2/images/lock.gif) center right no-repeat;color:#ddd;padding-right:10px}/*\*/* html ul#vertical-multilevel-menu li{float:left;height:1%}* html ul#vertical-multilevel-menu li a{height:1%}/**/#vertical-multilevel-menu li ul.root-item{margin:-27px 0 0 210px}#vertical-multilevel-menu li ul{margin:-27px 0 0 133px}#vertical-multilevel-menu li:hover ul ul,#vertical-multilevel-menu li.jsvhover ul ul,#vertical-multilevel-menu li:hover ul ul ul,#vertical-multilevel-menu li.jsvhover ul ul ul{display:none}#vertical-multilevel-menu li:hover ul,#vertical-multilevel-menu li.jsvhover ul,#vertical-multilevel-menu li li:hover ul,#vertical-multilevel-menu li li.jsvhover ul,#vertical-multilevel-menu li li li:hover ul,#vertical-multilevel-menu li li li.jsvhover ul{display:block}
/* End */
/* /bitrix/templates/inner/css/jquery.fullPage.css?14828462923835 */
/* /bitrix/templates/inner/css/jquery.mCustomScrollbar.css?148284629248745 */
/* /bitrix/templates/inner/css/slick.css?14828462921755 */
/* /bitrix/templates/inner/css/slidebars.min.css?14828462921948 */
/* /bitrix/templates/inner/css/jquery.fancybox.css?14828462924641 */
/* /bitrix/templates/inner/css/style.css?1482923661112473 */
/* /bitrix/templates/inner/components/bitrix/menu/vertical_multilevel2/style.min.css?14828462962111 */
