<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*======================================
  Selectric v1.13.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

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

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_scrollTools, 
	.mCS-dir-rtl &gt; .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl &gt; .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		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; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

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

	.mCSB_horizontal &gt; .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; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.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 &gt; .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal &gt; .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal &gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl &gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl &gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl &gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden &gt; .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden &gt; .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.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; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide &gt; .mCustomScrollBox &gt; .mCSB_scrollTools,
	.mCS-autoHide &gt; .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar &gt; .mCustomScrollBox &gt; .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar &gt; .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover &gt; .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover &gt; .mCustomScrollBox &gt; .mCSB_scrollTools,
	.mCS-autoHide:hover &gt; .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("/static/images/mCSB_buttons.c8871117705f.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;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.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)"; }
	

	/* theme: "dark" */

	.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; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.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; }
	
	
	/* theme: "dark-2" */

	.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; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.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; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.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;
	}


	/* theme "dark-thin" */
	
	.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; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.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; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.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; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.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; }
	
	
	/* theme "rounded-dots-dark" */
	
	.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; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.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 &gt; .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl &gt; .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); }
	
	/* ---------------------------------------- */
/*! nouislider - 10.1.0 - 2017-07-28 13:09:54 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-connect{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-origin{position:absolute;height:0;width:0}.noUi-handle{position:relative;z-index:1}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:top .3s,right .3s,bottom .3s,left .3s;transition:top .3s,right .3s,bottom .3s,left .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base,.noUi-handle{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connect{background:#3FB8AF;border-radius:4px;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate3d(-50%,50%,0);transform:translate3d(-50%,50%,0)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0);padding-left:25px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}@charset "UTF-8";
/* Lib styles */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/* Defaults */
/* Ð¡ircle family */
@font-face {
  font-family: 'Circle';
  src: url("/static/fonts/Circe-ExtraLight.be6c9359578f.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Circle';
  src: url("/static/fonts/Circe-Light.709da4c1c5e9.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Circle';
  src: url("/static/fonts/Circe-Regular.020b1defaad6.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Circle';
  src: url("/static/fonts/Circe-Bold.ba06ec94ae87.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Circle';
  src: url("/static/fonts/Circe-ExtraBold.5b0ee3269915.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

/* Museo family */
@font-face {
  font-family: 'Museo';
  src: url("/static/fonts/MuseoSansCyrl-100.cafb423ce166.woff") format("woff");
  font-style: normal;
  font-weight: 100; }

@font-face {
  font-family: 'Museo';
  src: url("/static/fonts/MuseoSansCyrl-300.0e500b3e690a.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Museo';
  src: url("/static/fonts/MuseoSansCyrl-500.52f8d3f3cea1.woff") format("woff");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: 'Museo';
  src: url("/static/fonts/MuseoSansCyrl-700.5213e2899e56.woff") format("woff");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Museo';
  src: url("/static/fonts/MuseoSansCyrl-900.2efe0a61b1e5.woff") format("woff");
  font-style: normal;
  font-weight: 900; }

/* Regal family */
@font-face {
  font-family: 'Regal';
  src: url("/static/fonts/PFRegalDisplayPro-Regular.727740015d49.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Regal';
  src: url("/static/fonts/PFRegalDisplayPro-Italic.8acc6302cd0d.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Regal';
  src: url("/static/fonts/PFRegalDisplayPro-Medium.9fb0b27090db.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Regal';
  src: url("/static/fonts/PFRegalDisplayPro-Bold.a98af88762a8.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Regal';
  src: url("/static/fonts/PFRegalDisplayPro-Black.d5b2387417b2.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

/* stylelint-disable */
*,
body {
  margin: 0;
  padding: 0; }

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  font-family: "Museo", "Circle", Arial, sans-serif, Arial, sans-serif;
  font-size: 16px;
  min-width: 1380px;
  background-color: #f6f6f6;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  opacity: 0; }
  @media only screen and (max-width: 812px) {
    body {
      min-width: 280px;
      background-color: #fff; } }
  body:not(.fullscreen) {
    /* stylelint-disable */
    /* stylelint-enable */ }
    @media only screen and (min-width: 813px) and (max-width: 990px) {
      body:not(.fullscreen) {
        zoom: 0.6 !important;
        min-height: calc(177vh - 107px);
        overflow-x: auto; }
        body:not(.fullscreen) &gt; iframe {
          zoom: 1.7; } }
    @media only screen and (min-width: 991px) and (max-width: 1281px) {
      body:not(.fullscreen) {
        zoom: 0.7 !important;
        min-height: calc(154vh - 107px);
        overflow-x: auto; }
        body:not(.fullscreen) &gt; iframe {
          zoom: 1.5; } }
    @media only screen and (max-width: 812px) {
      body:not(.fullscreen) {
        display: block;
        min-width: 100%;
        overflow-x: auto; } }
    @media only screen and (min-width: 1282px) and (max-width: 1439px) {
      body:not(.fullscreen) {
        zoom: 0.9 !important;
        min-height: calc(123vh - 107px);
        overflow-x: hidden; }
        body:not(.fullscreen) &gt; iframe {
          zoom: 1.15; } }
  body.fade {
    opacity: 1;
    -webkit-transition: opacity 1s ease .2s;
    transition: opacity 1s ease .2s; }

input {
  -webkit-appearance: none; }

.main {
  width: 100%;
  margin-bottom: 107px;
  padding-top: 100px;
  overflow: hidden; }
  @media only screen and (max-width: 812px) {
    .main {
      margin-bottom: auto;
      padding-top: 80px; } }

.container {
  max-width: 1380px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto; }
  .container.content-left-padding {
    padding: 0 20px 0 118px; }
    @media only screen and (max-width: 812px) {
      .container.content-left-padding {
        padding: 0 16px; } }
  .container.no-padding {
    padding: 0; }
  @media only screen and (max-width: 812px) {
    .container {
      width: 100%;
      padding: 0 16px; } }

.fancybox-slide &gt; * {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h1, .big-title, .complex-advantages__tab, .realty-title, .realty-floor__value, .index-intro__features-value, .index-intro__info-queue.value, .index-intro__info-main, .complex-features__big-item-value, .flat-detail__info-value, .flat-detail__old-price, .flat-detail__price, .floor-page__item-value,
h2,
.flat-t-page__item-rooms,
.flat-t-page__count,
h3 {
  line-height: 1.2;
  font-family: "Regal", "Times New Roman", serif;
  font-weight: 700; }

h1, .big-title, .complex-advantages__tab, .realty-title, .realty-floor__value, .index-intro__features-value, .index-intro__info-queue.value, .index-intro__info-main, .complex-features__big-item-value, .flat-detail__info-value, .flat-detail__old-price, .flat-detail__price, .floor-page__item-value {
  font-size: 60px;
  line-height: 1; }
  @media only screen and (max-width: 812px) {
    h1, .big-title, .complex-advantages__tab, .realty-title, .realty-floor__value, .index-intro__features-value, .index-intro__info-queue.value, .index-intro__info-main, .complex-features__big-item-value, .flat-detail__info-value, .flat-detail__old-price, .flat-detail__price, .floor-page__item-value {
      font-size: 25px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }
  .preloader &gt; span {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    -webkit-transform: scale(1);
            transform: scale(1);
    will-change: transform, opacity;
    background-color: #476855; }
  .loading .preloader,
  .reloading .preloader {
    opacity: 1;
    -webkit-transition: opacity .3s ease .1s;
    transition: opacity .3s ease .1s; }
    .loading .preloader &gt; span,
    .reloading .preloader &gt; span {
      -webkit-animation: preload .9s infinite 0s;
              animation: preload .9s infinite 0s; }
      .loading .preloader &gt; span:nth-child(2),
      .reloading .preloader &gt; span:nth-child(2) {
        -webkit-animation-delay: .3s;
                animation-delay: .3s; }
      .loading .preloader &gt; span:nth-child(3),
      .reloading .preloader &gt; span:nth-child(3) {
        -webkit-animation-delay: .6s;
                animation-delay: .6s; }

@media only screen and (max-width: 812px) {
  .pb-widget-button__inner {
    display: none !important; } }

sw-button {
  display: none !important; }

.comagic-widget {
  z-index: 2147483647 !important; }

.profitbase-call-back-btn.btn-green {
  padding: 7px 17px;
  position: fixed;
  top: 16px;
  font-size: 12px;
  right: 448px;
  z-index: 2147483647 !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0s .2s ease-in;
  transition: all 0s .2s ease-in; }
  @media (max-width: 1600px) {
    .profitbase-call-back-btn.btn-green {
      top: 19px;
      right: 493px; } }
  @media only screen and (min-width: 991px) and (max-width: 1281px) {
    .profitbase-call-back-btn.btn-green {
      top: 27px;
      right: 622px; } }
  @media (max-width: 992px) {
    .profitbase-call-back-btn.btn-green {
      right: 426px; } }
  @media only screen and (min-width: 813px) and (max-width: 990px) {
    .profitbase-call-back-btn.btn-green {
      top: 33px;
      right: 490px; } }
  @media (max-width: 772px) {
    .profitbase-call-back-btn.btn-green {
      right: 130px;
      top: 17px; } }
  @media (max-width: 813px) {
    .profitbase-call-back-btn.btn-green {
      display: none; } }
  .profitbase-call-back-btn.btn-green._shown {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s .2s ease-in;
    transition: all 1s .2s ease-in; }

.scale-line:after, .scale-line-reverse:after {
  content: '';
  display: block;
  height: 1px;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background-color: black;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.scale-line:hover:after, .scale-line-reverse:hover:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.scale-line-reverse:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.scale-line-reverse:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

.scale-line-y:after, .scale-line-y-reverse:after, .map-placemark__link:after {
  content: '';
  display: block;
  height: 1px;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  background-color: black;
  width: 100%;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease; }

.scale-line-y:hover:after, .scale-line-y-reverse:hover:after, .map-placemark__link:hover:after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.scale-line-y-reverse:after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0); }

.scale-line-y-reverse:hover:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1); }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes preload {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  33% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  66% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes preload {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  33% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  66% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes MoveUpDown {
  0% {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0); }
  100% {
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0); } }

@keyframes MoveUpDown {
  0% {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0); }
  100% {
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0); } }

@-webkit-keyframes MoveLeftToRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  50% {
    -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes MoveLeftToRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  50% {
    -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes MoveRightToLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  50% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes MoveRightToLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  50% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

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

.element-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: 81px;
  padding: 0 56px 0 calc(118px - 20px);
  color: #000;
  text-decoration: none;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  @media only screen and (max-width: 812px) {
    .element-row {
      padding-left: 0;
      min-height: 70px; } }
  @media only screen and (max-width: 364px) {
    .element-row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .element-row.clickable {
    pointer-events: all;
    cursor: pointer; }
    .element-row.clickable:hover .element-row__item {
      color: #7aa15d; }
    .element-row.clickable .element-row__item {
      pointer-events: none; }
  .element-row__item {
    position: relative;
    height: 100%;
    -webkit-transition: color .25s ease;
    transition: color .25s ease; }
  .element-row:nth-child(2n - 1) {
    background-color: #fff; }
  .element-row.head {
    padding-top: 33px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: transparent; }
    @media only screen and (max-width: 812px) {
      .element-row.head {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 56px 0 0; } }
  .element-row__item {
    padding-right: 20px; }
    @media only screen and (max-width: 812px) {
      .element-row__item {
        padding-right: 0; } }
    @media only screen and (max-width: 812px) {
      .element-row__item.name {
        display: none; } }
    .element-row__item:last-of-type {
      padding-right: 0; }
    .element-row__item.big {
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%; }
      @media only screen and (max-width: 812px) {
        .element-row__item.big {
          -ms-flex-preferred-size: 0%;
              flex-basis: 0%; } }
    .element-row__item.medium {
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%; }
      @media only screen and (max-width: 812px) {
        .element-row__item.medium {
          -ms-flex-preferred-size: 0;
              flex-basis: 0; } }
    .element-row__item.small {
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%; }
      @media only screen and (max-width: 812px) {
        .element-row__item.small {
          width: auto; } }
  .element-row__title {
    font-weight: 500;
    font-size: 16px; }
    .element-row__title.big {
      font-size: 20px; }

.watch-card {
  padding-top: 27px;
  padding-left: 34px;
  width: 255px;
  min-height: 114px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("/static/images/ic-eye.3d97feea9909.svg"); }
  .watch-card__text {
    max-width: 150px;
    font-family: "Circle", Arial, sans-serif;
    font-size: 13px;
    color: #b0b0b0; }

.btn-default, .btn-green, .btn-white, .btn-white__big, .btn-black-grey, .back-btn, .button-square, .toggle, .menu__fav, .menu__call-back, .flat-detail__level-btn, .floor-page__level-btn {
  display: block;
  text-decoration: none;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease; }

.btn-green {
  padding: 19px 38px;
  background-color: #476855;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease; }
  .btn-green.small {
    padding: 15px 20px; }
  .btn-green:hover {
    background-color: #395947; }

.btn-white, .btn-white__big, .btn-black-grey {
  display: inline-block;
  position: relative; }
  .btn-white:hover .btn-white__body, .btn-white__big:hover .btn-white__body, .btn-black-grey:hover .btn-white__body, .btn-white:hover .btn-black-grey__body, .btn-white__big:hover .btn-black-grey__body, .btn-black-grey:hover .btn-black-grey__body {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .btn-white.long .btn-white__body, .long.btn-white__big .btn-white__body, .long.btn-black-grey .btn-white__body, .btn-white.long .btn-black-grey__body, .long.btn-white__big .btn-black-grey__body, .long.btn-black-grey .btn-black-grey__body {
    padding: 23px 77px; }
    @media only screen and (max-width: 812px) {
      .btn-white.long .btn-white__body, .long.btn-white__big .btn-white__body, .long.btn-black-grey .btn-white__body, .btn-white.long .btn-black-grey__body, .long.btn-white__big .btn-black-grey__body, .long.btn-black-grey .btn-black-grey__body {
        text-align: center;
        padding: 18px 27px; } }
  .btn-white__body, .btn-black-grey__body {
    position: relative;
    display: block;
    padding: 23px 67px;
    background-color: #fff;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    -webkit-transform: translate(-6px, -7px);
            transform: translate(-6px, -7px);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    text-transform: uppercase;
    z-index: 1; }
    .btn-white__body.disabled, .disabled.btn-black-grey__body {
      display: none;
      pointer-events: none;
      z-index: -1; }
  .btn-white:after, .btn-white__big:after, .btn-black-grey:after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: calc(100% - 4px);
    height: calc(100% - 5px);
    border: 2px solid #d1d0ce;
    z-index: 0; }

.btn-white__big {
  font-family: "Regal", "Times New Roman", serif;
  min-height: 70px;
  width: 100%; }
  .btn-white__big .btn-white__body, .btn-white__big .btn-black-grey__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
    text-transform: none; }
  .btn-white__big:after {
    left: 15px;
    width: calc(100% - 30px); }

.btn-black-grey__body {
  padding: 20px 41px;
  color: #fff;
  font-weight: 500;
  background-color: #6b6965; }
  @media only screen and (max-width: 812px) {
    .btn-black-grey__body {
      padding: 20px; } }

.back-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .back-btn:hover .back-btn__icon {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0);
    will-change: transform; }
  .back-btn:hover .back-btn__title {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
    will-change: transform; }
  .back-btn__icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/static/images/ic-arrow-bold-green-left.01ea65679648.svg");
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
    transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
    transition: box-shadow .3s ease, transform .3s ease;
    transition: box-shadow .3s ease, transform .3s ease, -webkit-box-shadow .3s ease, -webkit-transform .3s ease; }
  .back-btn__title {
    margin-left: 10px;
    font-family: "Circle", Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }

.button-square {
  width: 44px;
  height: 46px;
  text-align: center;
  line-height: 44px;
  background-color: #fff;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: opacity .3s ease, background-color .3s ease, color .25s ease;
  transition: opacity .3s ease, background-color .3s ease, color .25s ease;
  color: #000; }
  @media only screen and (max-width: 812px) {
    .button-square {
      width: 74px;
      height: 35px;
      line-height: 35px; } }
  .button-square:hover {
    background-color: #f6f6f6; }
  .button-square.active {
    background-color: #476855;
    color: #fff; }
    .button-square.active:hover {
      background-color: #395947; }
  .button-square.disabled {
    opacity: .4;
    pointer-events: none; }

.slider-arrow {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #998c84;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  @media only screen and (max-width: 812px) {
    .slider-arrow {
      width: 40px;
      height: 40px;
      background-size: 38%;
      background-color: transparent; } }
  .slider-arrow.slick-arrow {
    display: block; }
  .slider-arrow:hover {
    background-color: #867971; }
    @media only screen and (max-width: 812px) {
      .slider-arrow:hover {
        background-color: transparent; } }
  .slider-arrow.left {
    background-image: url("/static/images/ic-arrow-white-left.399743696e94.svg"); }
  .slider-arrow.right {
    background-image: url("/static/images/ic-arrow-white-right.fe0321b73226.svg"); }

.scroll-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  text-transform: uppercase; }
  .scroll-tip:after {
    content: '';
    display: inline-block;
    margin-left: 20px;
    width: 9px;
    height: 27px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: MoveUpDown 1s ease infinite;
            animation: MoveUpDown 1s ease infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("/static/images/ic-arrow-down-white.1abd6347986d.svg"); }

.circle-toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #a7a5b0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px auto;
  background-image: url("/static/images/ic-arrow-bottom-grey.0edf4ef43946.svg");
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }
  .circle-toggle.medium {
    width: 61px;
    height: 61px; }
    @media only screen and (max-width: 812px) {
      .circle-toggle.medium {
        width: 35px;
        height: 35px; } }

.map-placemark {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #fff;
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-animation: blink 1s ease infinite alternate;
          animation: blink 1s ease infinite alternate;
  cursor: pointer; }
  .map-placemark__popup {
    padding-top: 17px;
    padding-bottom: 13px;
    text-align: center;
    border-radius: 5px; }
    @media only screen and (max-width: 812px) {
      .map-placemark__popup {
        max-width: 320px; } }
  .map-placemark__title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700; }
  .map-placemark__text {
    font-size: 14px; }
  .map-placemark__link {
    margin-top: 8px;
    display: inline-block;
    color: #476855;
    font-size: 14px;
    cursor: pointer;
    font-weight: 300; }
    .map-placemark__link:after {
      margin-top: -2px;
      background-color: #476855; }

@-webkit-keyframes blink {
  0% {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35); }
  100% {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); } }

@keyframes blink {
  0% {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35); }
  100% {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); } }

.compass-image {
  width: 106px;
  height: 117px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url("/static/images/compass.67838cd79ebb.svg"); }

.toggle {
  position: relative;
  width: 59px;
  height: 24px;
  background-color: #dad0bb;
  border-radius: 20px; }
  .toggle:focus {
    opacity: 1; }
  .toggle.active:after {
    -webkit-transform: translate3d(34px, 0, 0);
            transform: translate3d(34px, 0, 0); }
  .toggle:after {
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: #476855;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }

.switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .switcher__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .switcher__side.left {
      margin-right: 18px; }
    .switcher__side.right {
      margin-left: 18px; }

.switcher-white {
  display: inline-block; }
  .switcher-white.checked .switcher-white__body:after, .switcher-white.active .switcher-white__body:after {
    -webkit-transform: translate3d(19px, 0, 0);
            transform: translate3d(19px, 0, 0); }
  .switcher-white input {
    visibility: hidden; }
  .switcher-white__body {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 15px;
    background: #fff;
    border-radius: 30px;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    cursor: pointer; }
    .switcher-white__body:hover {
      -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
              box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); }
    .switcher-white__body:after {
      content: '';
      display: block;
      position: absolute;
      width: 11px;
      height: 11px;
      top: 2px;
      left: 3px;
      background-color: #476855;
      border-radius: 50%;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }

.range-item {
  width: 100%; }
  .range-item__values {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .range-item__value {
    font-size: 10px;
    font-weight: 500;
    color: #171717; }

#bigGreenScroll .mCSB_dragger_bar,
#bigGreenScroll1 .mCSB_dragger_bar,
#bigGreenScroll2 .mCSB_dragger_bar {
  width: 12px;
  border-radius: 0;
  background-color: #476855; }

#bigGreenScroll .mCSB_scrollTools,
#bigGreenScroll1 .mCSB_scrollTools,
#bigGreenScroll2 .mCSB_scrollTools {
  opacity: 1; }

#bigGreenScroll .mCSB_draggerRail,
#bigGreenScroll1 .mCSB_draggerRail,
#bigGreenScroll2 .mCSB_draggerRail {
  width: 12px;
  background-color: #eeeae6;
  border-radius: 0; }

#bigGreenScroll:hover .mCSB_dragger_bar,
#bigGreenScroll1:hover .mCSB_dragger_bar,
#bigGreenScroll2:hover .mCSB_dragger_bar {
  background-color: #395947; }

#bigGreenScroll .mCSB_inside &gt; .mCSB_container,
#bigGreenScroll1 .mCSB_inside &gt; .mCSB_container,
#bigGreenScroll2 .mCSB_inside &gt; .mCSB_container {
  margin-right: 0; }

.visual-shield {
  padding: 0 14px;
  min-height: 31px;
  min-width: 71px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 31px;
  font-family: "Circle", Arial, sans-serif;
  font-size: 13px;
  color: #000; }
  .visual-shield.medium {
    padding: 0 22px; }
  .visual-shield__status {
    position: absolute;
    left: 0;
    top: -11px;
    padding: 0 7px;
    -webkit-transform: translate3d(49px, 0, 0);
            transform: translate3d(49px, 0, 0);
    border-radius: 40px;
    background-color: #476855;
    min-height: 21px;
    line-height: 21px;
    color: #fff;
    font-family: "Circle", Arial, sans-serif;
    text-align: center;
    font-size: 11px;
    font-weight: 900; }
    .visual-shield__status.discount {
      background-color: #eb5757; }

.link-default, .header__menu-link, .header__submenu-link, .footer__menu-link {
  text-decoration: none;
  color: #000;
  -webkit-transition: color .25s ease, opacity .25s ease;
  transition: color .25s ease, opacity .25s ease; }
  .link-default:hover, .header__menu-link:hover, .header__submenu-link:hover, .footer__menu-link:hover {
    color: #476855; }

.text, .text__14, .text__16 {
  font-family: "Museo", "Circle", Arial, sans-serif, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.6; }
  .text__14 {
    font-size: 14px; }
  .text__16 {
    font-size: 16px;
    line-height: 2.1; }

.text-block {
  padding: 58px 80px 57px 77px;
  width: 100%;
  max-width: 670px;
  background-color: #fff; }
  .text-block:after, .text-block:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 100%;
    pointer-events: none; }
    @media only screen and (max-width: 812px) {
      .text-block:after, .text-block:before {
        display: none; } }
  .text-block:before {
    width: 95px;
    right: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.07)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0) 100%); }
  .text-block:after {
    width: 53px;
    left: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.07)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0) 100%); }
  .text-block__text {
    line-height: 2.4;
    max-width: 510px; }
    .text-block__text p {
      margin-bottom: 35px; }
      .text-block__text p:first-of-type {
        font-weight: 500; }
      .text-block__text p:last-of-type {
        margin-bottom: 0; }

.select-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #898682;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }

.realty-title {
  font-size: 44px;
  color: #476855; }

.realty-floor {
  display: inline-block;
  text-align: center; }
  .realty-floor__value {
    margin-bottom: 4px;
    font-size: 60px;
    color: #476855; }
  .realty-floor__title {
    font-family: "Circle", Arial, sans-serif;
    font-size: 24px;
    color: #000; }

.star-icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer; }
  .star-icon:after, .star-icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease; }
  .star-icon:after {
    background-image: url("/static/images/ic-star.e2620618d9ff.svg");
    z-index: 0;
    opacity: 1; }
  .star-icon:before {
    z-index: 1;
    background-image: url("/static/images/ic-star-filled.d14d9509d251.svg");
    opacity: 0; }
  .star-icon.active:after {
    opacity: 0; }
  .star-icon.active:before {
    opacity: 1; }
  .star-icon.active:hover:before {
    opacity: 1; }
  .star-icon.medium {
    width: 28px;
    height: 28px; }

.sort-item.ASC .sort-icon__line.one {
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5); }

.sort-item.ASC .sort-icon__line.two {
  -webkit-transform: scaleX(0.7);
          transform: scaleX(0.7); }

.sort-item.DESC .sort-icon__line.one {
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

.sort-item.DESC .sort-icon__line.two {
  -webkit-transform: scaleX(0.7);
          transform: scaleX(0.7); }

.sort-item.DESC .sort-icon__line.three {
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5); }

.sort-item.ASC .sort-icon__line, .sort-item.DESC .sort-icon__line {
  background-color: #000; }

.sort-item .sort-icon {
  display: inline-block; }
  .sort-item .sort-icon__line {
    margin-bottom: 4px;
    display: block;
    height: 2px;
    width: 19px;
    background-color: #999795;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, background-color .3s ease;
    transition: transform .3s ease, background-color .3s ease, -webkit-transform .3s ease; }
    .sort-item .sort-icon__line:last-of-type {
      margin-bottom: 0; }
    .sort-item .sort-icon__line.one {
      -webkit-transform: scaleX(0.5);
              transform: scaleX(0.5); }
    .sort-item .sort-icon__line.two {
      -webkit-transform: scaleX(0.7);
              transform: scaleX(0.7); }

.print-icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-image: url("/static/images/ic-print-green.51f1f537c582.svg");
  cursor: pointer;
  will-change: transform; }

/* for centering of arrows inside slick-slider */
.slider-arrows-center-inside.slick-slider {
  position: relative; }

.slider-arrows-center-inside .slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  z-index: 3; }
  .slider-arrows-center-inside .slider-arrow.left {
    left: 0; }
  .slider-arrows-center-inside .slider-arrow.right {
    right: 0; }

/* for centering of arrows outside slick-slider */
.slider-arrows-center-outside.slick-slider {
  position: relative; }

.slider-arrows-center-outside .slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  z-index: 3; }
  .slider-arrows-center-outside .slider-arrow.left {
    right: 100%; }
  .slider-arrows-center-outside .slider-arrow.right {
    left: 100%; }

.slider-dots {
  list-style: none;
  pointer-events: none;
  position: absolute;
  bottom: 78px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slider-dots li {
    position: relative;
    padding: 0 7.8px;
    display: inline-block;
    height: 21px;
    cursor: pointer;
    pointer-events: all; }
    .slider-dots li:hover:after, .slider-dots li.slick-active:after {
      -webkit-transform: translate3d(-50%, 0, 0) scaleX(1.1) scaleY(1.4);
              transform: translate3d(-50%, 0, 0) scaleX(1.1) scaleY(1.4);
      background-color: #fff; }
    .slider-dots li:after {
      content: '';
      display: block;
      position: absolute;
      height: 21px;
      width: 2px;
      top: 0;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0) scaleX(1) scaleY(1);
              transform: translate3d(-50%, 0, 0) scaleX(1) scaleY(1);
      -webkit-transition: background-color .25s ease, -webkit-transform .3s ease;
      transition: background-color .25s ease, -webkit-transform .3s ease;
      transition: transform .3s ease, background-color .25s ease;
      transition: transform .3s ease, background-color .25s ease, -webkit-transform .3s ease;
      background-color: #bab2ad; }

.dots-center-bottom .slider-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 78px;
  width: 100%; }

.range-slider.noUi-target {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #c2bcb4;
  border-radius: 0;
  height: 5px; }

.range-slider .noUi-connect {
  margin-top: -1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  height: 5px;
  background-color: #2f4538; }

.range-slider .noUi-handle {
  left: -17px;
  top: -13px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background-image: url("/static/images/ic-rect-green.61cc99d949ef.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 9px;
  cursor: pointer;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease; }
  @media only screen and (max-width: 812px) {
    .range-slider .noUi-handle {
      background-image: url("/static/images/ic-circle-green.a385267f30ce.svg");
      background-size: 20px; } }
  .range-slider .noUi-handle:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  .range-slider .noUi-handle:focus {
    outline: none;
    border: none; }
  .range-slider .noUi-handle:after, .range-slider .noUi-handle:before {
    display: none;
    visibility: hidden;
    opacity: 0;
    width: .1px;
    height: .1px; }

/* transparent-selectric class should be added to parent wrapper */
.transparent-selectric .selectric {
  background-color: transparent;
  border: none; }
  .transparent-selectric .selectric-wrapper .selectric-scroll {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
    -webkit-transition: opacity .15s ease, -webkit-transform .15s ease;
    transition: opacity .15s ease, -webkit-transform .15s ease;
    transition: transform .15s ease, opacity .15s ease;
    transition: transform .15s ease, opacity .15s ease, -webkit-transform .15s ease;
    background: #f8f8f8;
    border: 1px solid #c4c4c4;
    -webkit-box-shadow: 0 0 10px -6px;
            box-shadow: 0 0 10px -6px;
    overflow-y: scroll; }
  .transparent-selectric .selectric-wrapper.selectric-open .selectric-scroll {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease; }
  .transparent-selectric .selectric-wrapper.selectric-open .button {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.transparent-selectric li,
.transparent-selectric .selectric-items {
  min-width: 120px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.transparent-selectric .selectric-scroll {
  overflow: hidden; }

.transparent-selectric .label {
  position: relative;
  font-family: "Museo", "Circle", Arial, sans-serif, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase; }
  @media only screen and (max-width: 812px) {
    .transparent-selectric .label {
      margin: 0 38px 0 0; } }
  .transparent-selectric .label:after {
    content: '';
    display: block; }

.transparent-selectric .button {
  background-color: transparent;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  width: 42px; }
  .transparent-selectric .button:after {
    border-color: transparent;
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
    width: 15px;
    height: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-image: url("/static/images/ic-arrow-bottom.6c64fa6095a6.svg"); }

.transparent-selectric .selectric-hover .button {
  color: transparent; }
  .transparent-selectric .selectric-hover .button:after {
    border-top-color: transparent; }

.select-white .selectric {
  position: relative;
  z-index: 4;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease; }
  .select-white .selectric:hover {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); }
  .select-white .selectric-wrapper .selectric-scroll {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
    -webkit-transition: opacity .15s ease, -webkit-transform .15s ease;
    transition: opacity .15s ease, -webkit-transform .15s ease;
    transition: transform .15s ease, opacity .15s ease;
    transition: transform .15s ease, opacity .15s ease, -webkit-transform .15s ease;
    background: #fff; }
  .select-white .selectric-wrapper.selectric-open .selectric-scroll {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease; }
  .select-white .selectric-wrapper.selectric-open .button:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.select-white .selectric,
.select-white .button,
.select-white .label {
  height: 48px;
  border: none; }
  @media only screen and (max-width: 812px) {
    .select-white .selectric,
    .select-white .button,
    .select-white .label {
      height: 35px; } }

.select-white .label {
  line-height: 48px;
  font-size: 13px;
  margin: 0 38px 0 22px; }
  @media only screen and (max-width: 812px) {
    .select-white .label {
      margin: 0;
      line-height: 35px;
      padding-left: 7px; } }

.select-white .label,
.select-white li {
  font-weight: 500;
  text-transform: uppercase;
  color: #7a7a7a; }

.select-white li {
  padding: 10px 10px 10px 22px;
  font-size: 13px;
  border-top: 1px solid #e0ddd7; }
  .select-white li.highlighted, .select-white li.selected, .select-white li:hover {
    background-color: #eeeae6;
    color: #7a7a7a; }

.select-white .selectric-items {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .select-white .selectric-items .realty-filter__optgroup {
    font-weight: 700; }
  .select-white .selectric-items .selectric-group {
    outline: none; }
    .select-white .selectric-items .selectric-group .selectric-group-label {
      cursor: pointer;
      -webkit-user-select: auto;
         -moz-user-select: auto;
          -ms-user-select: auto;
              user-select: auto; }

.select-white .button {
  background-color: #fff;
  color: transparent; }
  .select-white .button:after {
    border: none;
    width: 17px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-image: url("/static/images/ic-arrow-green-bottom.45f44e9bfa9a.svg");
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }

.select-white .selectric-hover .selectic {
  border: none;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); }

.select-white .select2 {
  width: 100%;
  border-radius: 0;
  border: none; }

.input-white {
  width: 100%;
  padding: 0 15px;
  min-height: 41px;
  background-color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #7a7a7a;
  outline: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease; }
  .input-white:focus {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); }
  .input-white::-webkit-input-placeholder {
    color: #7a7a7a; }
  .input-white::-moz-placeholder {
    color: #7a7a7a; }
  .input-white::-ms-input-placeholder {
    color: #7a7a7a; }
  .input-white::placeholder {
    color: #7a7a7a; }

.checkbox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 19px;
  height: 19px; }
  .checkbox &gt; input[type=checkbox] {
    visibility: hidden; }
    .checkbox &gt; input[type=checkbox]:checked + label:after {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .checkbox &gt; input[type=checkbox]:focus + label {
      -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
              box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); }
  .checkbox &gt; label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .2s ease;
    transition: -webkit-transform .3s ease, -webkit-box-shadow .2s ease;
    transition: transform .3s ease, box-shadow .2s ease;
    transition: transform .3s ease, box-shadow .2s ease, -webkit-transform .3s ease, -webkit-box-shadow .2s ease;
    cursor: pointer;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0); }
    .checkbox &gt; label:hover {
      -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
              box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); }
    .checkbox &gt; label:after {
      content: '';
      position: absolute;
      top: 1px;
      right: -3px;
      width: 19px;
      height: 15px;
      -webkit-transform: scale(0);
              transform: scale(0);
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("/static/images/ic-mark-green.81d33d2e662e.svg");
      background-size: 100% auto;
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease; }

/* Helpers */
.p-r {
  position: relative; }

.p-a {
  position: absolute; }

.p-f {
  position: fixed; }

.d-n {
  display: none; }

.d-i {
  display: inline; }

.d-ib {
  display: inline-block; }

.d-b {
  display: block; }

.d-t {
  display: table; }

.d-tc {
  display: table-cell; }

.d-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.d-if {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.fd-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.fd-cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.fw-w {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.fw-now {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.fw-wr {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; }

.jc-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.jc-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.ai-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.ai-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ai-b {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.ai-s {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.as-a {
  -ms-flex-item-align: auto;
      align-self: auto; }

.as-fs {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.as-fe {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.as-c {
  -ms-flex-item-align: center;
      align-self: center; }

.as-b {
  -ms-flex-item-align: baseline;
      align-self: baseline; }

.as-s {
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.fg-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.fsh-1 {
  -ms-flex-negative: 1;
      flex-shrink: 1; }

.fsh-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.mt-0 {
  margin-top: 0px; }

.pt-0 {
  padding-top: 0px; }

.mb-0 {
  margin-bottom: 0px; }

.pb-0 {
  padding-bottom: 0px; }

.ml-0 {
  margin-left: 0px; }

.pl-0 {
  padding-left: 0px; }

.mr-0 {
  margin-right: 0px; }

.pr-0 {
  padding-right: 0px; }

.mx-0 {
  margin: 0 0px 0 0px; }

.px-0 {
  padding: 0 0px 0 0px; }

.my-0 {
  margin: 0px 0 0px 0; }

.py-0 {
  padding: 0 0px 0 0px; }

.mt-8 {
  margin-top: 8px; }

.pt-8 {
  padding-top: 8px; }

.mb-8 {
  margin-bottom: 8px; }

.pb-8 {
  padding-bottom: 8px; }

.ml-8 {
  margin-left: 8px; }

.pl-8 {
  padding-left: 8px; }

.mr-8 {
  margin-right: 8px; }

.pr-8 {
  padding-right: 8px; }

.mx-8 {
  margin: 0 8px 0 8px; }

.px-8 {
  padding: 0 8px 0 8px; }

.my-8 {
  margin: 8px 0 8px 0; }

.py-8 {
  padding: 0 8px 0 8px; }

.mt-12 {
  margin-top: 12px; }

.pt-12 {
  padding-top: 12px; }

.mb-12 {
  margin-bottom: 12px; }

.pb-12 {
  padding-bottom: 12px; }

.ml-12 {
  margin-left: 12px; }

.pl-12 {
  padding-left: 12px; }

.mr-12 {
  margin-right: 12px; }

.pr-12 {
  padding-right: 12px; }

.mx-12 {
  margin: 0 12px 0 12px; }

.px-12 {
  padding: 0 12px 0 12px; }

.my-12 {
  margin: 12px 0 12px 0; }

.py-12 {
  padding: 0 12px 0 12px; }

.mt-16 {
  margin-top: 16px; }

.pt-16 {
  padding-top: 16px; }

.mb-16 {
  margin-bottom: 16px; }

.pb-16 {
  padding-bottom: 16px; }

.ml-16 {
  margin-left: 16px; }

.pl-16 {
  padding-left: 16px; }

.mr-16 {
  margin-right: 16px; }

.pr-16 {
  padding-right: 16px; }

.mx-16 {
  margin: 0 16px 0 16px; }

.px-16 {
  padding: 0 16px 0 16px; }

.my-16 {
  margin: 16px 0 16px 0; }

.py-16 {
  padding: 0 16px 0 16px; }

.mt-20 {
  margin-top: 20px; }

.pt-20 {
  padding-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

.pl-20 {
  padding-left: 20px; }

.mr-20 {
  margin-right: 20px; }

.pr-20 {
  padding-right: 20px; }

.mx-20 {
  margin: 0 20px 0 20px; }

.px-20 {
  padding: 0 20px 0 20px; }

.my-20 {
  margin: 20px 0 20px 0; }

.py-20 {
  padding: 0 20px 0 20px; }

.mt-24 {
  margin-top: 24px; }

.pt-24 {
  padding-top: 24px; }

.mb-24 {
  margin-bottom: 24px; }

.pb-24 {
  padding-bottom: 24px; }

.ml-24 {
  margin-left: 24px; }

.pl-24 {
  padding-left: 24px; }

.mr-24 {
  margin-right: 24px; }

.pr-24 {
  padding-right: 24px; }

.mx-24 {
  margin: 0 24px 0 24px; }

.px-24 {
  padding: 0 24px 0 24px; }

.my-24 {
  margin: 24px 0 24px 0; }

.py-24 {
  padding: 0 24px 0 24px; }

.mt-32 {
  margin-top: 32px; }

.pt-32 {
  padding-top: 32px; }

.mb-32 {
  margin-bottom: 32px; }

.pb-32 {
  padding-bottom: 32px; }

.ml-32 {
  margin-left: 32px; }

.pl-32 {
  padding-left: 32px; }

.mr-32 {
  margin-right: 32px; }

.pr-32 {
  padding-right: 32px; }

.mx-32 {
  margin: 0 32px 0 32px; }

.px-32 {
  padding: 0 32px 0 32px; }

.my-32 {
  margin: 32px 0 32px 0; }

.py-32 {
  padding: 0 32px 0 32px; }

.mt-36 {
  margin-top: 36px; }

.pt-36 {
  padding-top: 36px; }

.mb-36 {
  margin-bottom: 36px; }

.pb-36 {
  padding-bottom: 36px; }

.ml-36 {
  margin-left: 36px; }

.pl-36 {
  padding-left: 36px; }

.mr-36 {
  margin-right: 36px; }

.pr-36 {
  padding-right: 36px; }

.mx-36 {
  margin: 0 36px 0 36px; }

.px-36 {
  padding: 0 36px 0 36px; }

.my-36 {
  margin: 36px 0 36px 0; }

.py-36 {
  padding: 0 36px 0 36px; }

.mt-40 {
  margin-top: 40px; }

.pt-40 {
  padding-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.ml-40 {
  margin-left: 40px; }

.pl-40 {
  padding-left: 40px; }

.mr-40 {
  margin-right: 40px; }

.pr-40 {
  padding-right: 40px; }

.mx-40 {
  margin: 0 40px 0 40px; }

.px-40 {
  padding: 0 40px 0 40px; }

.my-40 {
  margin: 40px 0 40px 0; }

.py-40 {
  padding: 0 40px 0 40px; }

.mt-48 {
  margin-top: 48px; }

.pt-48 {
  padding-top: 48px; }

.mb-48 {
  margin-bottom: 48px; }

.pb-48 {
  padding-bottom: 48px; }

.ml-48 {
  margin-left: 48px; }

.pl-48 {
  padding-left: 48px; }

.mr-48 {
  margin-right: 48px; }

.pr-48 {
  padding-right: 48px; }

.mx-48 {
  margin: 0 48px 0 48px; }

.px-48 {
  padding: 0 48px 0 48px; }

.my-48 {
  margin: 48px 0 48px 0; }

.py-48 {
  padding: 0 48px 0 48px; }

.mt-52 {
  margin-top: 52px; }

.pt-52 {
  padding-top: 52px; }

.mb-52 {
  margin-bottom: 52px; }

.pb-52 {
  padding-bottom: 52px; }

.ml-52 {
  margin-left: 52px; }

.pl-52 {
  padding-left: 52px; }

.mr-52 {
  margin-right: 52px; }

.pr-52 {
  padding-right: 52px; }

.mx-52 {
  margin: 0 52px 0 52px; }

.px-52 {
  padding: 0 52px 0 52px; }

.my-52 {
  margin: 52px 0 52px 0; }

.py-52 {
  padding: 0 52px 0 52px; }

.mt-64 {
  margin-top: 64px; }

.pt-64 {
  padding-top: 64px; }

.mb-64 {
  margin-bottom: 64px; }

.pb-64 {
  padding-bottom: 64px; }

.ml-64 {
  margin-left: 64px; }

.pl-64 {
  padding-left: 64px; }

.mr-64 {
  margin-right: 64px; }

.pr-64 {
  padding-right: 64px; }

.mx-64 {
  margin: 0 64px 0 64px; }

.px-64 {
  padding: 0 64px 0 64px; }

.my-64 {
  margin: 64px 0 64px 0; }

.py-64 {
  padding: 0 64px 0 64px; }

.mt-72 {
  margin-top: 72px; }

.pt-72 {
  padding-top: 72px; }

.mb-72 {
  margin-bottom: 72px; }

.pb-72 {
  padding-bottom: 72px; }

.ml-72 {
  margin-left: 72px; }

.pl-72 {
  padding-left: 72px; }

.mr-72 {
  margin-right: 72px; }

.pr-72 {
  padding-right: 72px; }

.mx-72 {
  margin: 0 72px 0 72px; }

.px-72 {
  padding: 0 72px 0 72px; }

.my-72 {
  margin: 72px 0 72px 0; }

.py-72 {
  padding: 0 72px 0 72px; }

.mt-80 {
  margin-top: 80px; }

.pt-80 {
  padding-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.ml-80 {
  margin-left: 80px; }

.pl-80 {
  padding-left: 80px; }

.mr-80 {
  margin-right: 80px; }

.pr-80 {
  padding-right: 80px; }

.mx-80 {
  margin: 0 80px 0 80px; }

.px-80 {
  padding: 0 80px 0 80px; }

.my-80 {
  margin: 80px 0 80px 0; }

.py-80 {
  padding: 0 80px 0 80px; }

.mt-96 {
  margin-top: 96px; }

.pt-96 {
  padding-top: 96px; }

.mb-96 {
  margin-bottom: 96px; }

.pb-96 {
  padding-bottom: 96px; }

.ml-96 {
  margin-left: 96px; }

.pl-96 {
  padding-left: 96px; }

.mr-96 {
  margin-right: 96px; }

.pr-96 {
  padding-right: 96px; }

.mx-96 {
  margin: 0 96px 0 96px; }

.px-96 {
  padding: 0 96px 0 96px; }

.my-96 {
  margin: 96px 0 96px 0; }

.py-96 {
  padding: 0 96px 0 96px; }

/* Helpers */
/* Colors */
.c-white {
  color: white; }

.c-black {
  color: black; }

/* Alignment */
.ta-c {
  text-align: center; }

.ta-s {
  text-align: start; }

.ta-e {
  text-align: end; }

/* Line height */
.lh-8 {
  line-height: .8; }

.lh-1 {
  line-height: 1; }

.lh-12 {
  line-height: 1.2; }

.lh-13 {
  line-height: 1.3; }

/* Sizes */
.fs-8 {
  font-size: 8px; }

.fs-12 {
  font-size: 12px; }

.fs-16 {
  font-size: 16px; }

.fs-20 {
  font-size: 20px; }

.fs-24 {
  font-size: 24px; }

.fs-32 {
  font-size: 32px; }

.fs-36 {
  font-size: 36px; }

.fs-40 {
  font-size: 40px; }

.fs-48 {
  font-size: 48px; }

.fs-52 {
  font-size: 52px; }

.fs-80 {
  font-size: 80px; }

.fs-96 {
  font-size: 96px; }

.w-100 {
  width: 100%; }

.w-50 {
  width: 50%; }

.h-100 {
  height: 100%; }

.h-50 {
  height: 50%; }

.w-33 {
  width: 33.3333%; }

/* Common */
.page-head {
  width: 100%;
  padding-top: 117px;
  position: relative;
  background-color: #eeeae6; }
  @media only screen and (max-width: 812px) {
    .page-head {
      padding-top: 102px;
      padding-bottom: 10px;
      height: auto; } }
  .page-head.press:before {
    background-image: url("/static/images/press-bg.bccbdeec756d.png");
    background-position: top right;
    background-size: 774px auto;
    top: 47px;
    right: 0;
    height: calc(100% - 47px);
    opacity: .15; }
    @media only screen and (max-width: 812px) {
      .page-head.press:before {
        background-position: bottom right;
        background-size: 212px auto;
        right: -19px;
        top: 9px; } }
  @media only screen and (max-width: 812px) {
    .page-head.docs {
      padding-top: 125px;
      padding-bottom: 0;
      min-height: 231px; } }
  .page-head.docs:before {
    background-image: url("/static/images/docs-bg.0bf3038d5d39.png");
    background-position: top right;
    background-size: auto 100%;
    right: 96px;
    top: 0;
    opacity: .5; }
    @media only screen and (max-width: 812px) {
      .page-head.docs:before {
        right: 40px; } }
  .page-head.complex-dynamic:before {
    background-image: url("/static/images/complex-dynamic-head.dc29bd4e8e17.png");
    background-position: top right;
    background-size: 584px auto;
    right: 0;
    top: 0; }
  .page-head.mortgage-page:before {
    background-image: url("/static/images/mortgage-bg.2c6c591a83c2.png");
    background-position: top right;
    background-size: 774px auto;
    top: 47px;
    right: 0;
    height: calc(100% - 47px);
    opacity: .15; }
    @media only screen and (max-width: 812px) {
      .page-head.mortgage-page:before {
        background-image: url("/static/images/mortgage-bg.2c6c591a83c2.png");
        background-size: 362px auto;
        background-position: right -72px top;
        top: auto;
        bottom: -37px;
        height: 100%;
        opacity: .35; } }
  .page-head.mortgage-page .page-head__main-title {
    max-width: 500px;
    margin-bottom: 12px; }
    @media only screen and (max-width: 812px) {
      .page-head.mortgage-page .page-head__main-title {
        max-width: 210px; } }
  @media only screen and (max-width: 812px) {
    .page-head.mortgage-page:before, .page-head.mortgage-calc:before {
      background-image: url("/static/images/mortgage-bg.2c6c591a83c2.png");
      background-size: 362px auto;
      background-position: right -72px top;
      top: auto;
      bottom: -37px;
      height: 100%;
      opacity: .35; } }
  .page-head.press .page-head__main-title {
    padding-bottom: 24px;
    line-height: 1.4; }
  .page-head.flat-choice {
    padding-top: 80px; }
  .page-head:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 100px;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.07)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1; }
  .page-head:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    z-index: 0; }
  .page-head__container {
    position: relative;
    min-height: calc(284px - 117px);
    z-index: 2; }
    @media only screen and (max-width: 812px) {
      .page-head__container {
        min-height: 0; } }

.popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: -200%;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-transition: left .01s ease .4s;
  transition: left .01s ease .4s; }
  .popup:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(247, 247, 247, 0);
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    z-index: 0; }
  .popup.active {
    left: 0;
    -webkit-transition: left .01s ease;
    transition: left .01s ease;
    z-index: 2147483647 !important; }
    .popup.active:before {
      background-color: rgba(247, 247, 247, 0.8); }
  .popup.active .popup__container {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity .3s ease, -webkit-transform .4s ease;
    transition: opacity .3s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, opacity .3s ease;
    transition: transform .4s ease, opacity .3s ease, -webkit-transform .4s ease; }
  .popup__container {
    position: relative;
    width: 721px;
    padding: 50px 41px 49px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
    background-color: #eeeae6;
    -webkit-transition: opacity .3s ease, -webkit-transform .35s ease;
    transition: opacity .3s ease, -webkit-transform .35s ease;
    transition: transform .35s ease, opacity .3s ease;
    transition: transform .35s ease, opacity .3s ease, -webkit-transform .35s ease;
    z-index: 1; }
    .popup__container--video {
      width: calc(100% - 40px);
      height: calc(100vh - 40px);
      padding-right: 100px; }
      @media (max-width: 768px) {
        .popup__container--video {
          padding-right: 70px; } }
    @media only screen and (max-width: 812px) {
      .popup__container {
        padding: 66px 70px 49px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        width: 100%;
        min-height: 100%;
        max-height: 100%;
        overflow-y: scroll; } }
    @media only screen and (max-width: 364px) {
      .popup__container {
        padding: 66px 41px 49px; } }
    .popup__container.short {
      width: 512px; }
  .popup__header {
    width: 100%;
    margin-bottom: 10px; }
  .popup__title {
    text-align: center;
    font-size: 44px; }
    @media only screen and (max-width: 812px) {
      .popup__title {
        font-size: 25px; } }
  .popup__close {
    position: absolute;
    top: 46px;
    right: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 49px;
    height: 49px;
    padding: 25px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #a7a5b0;
    z-index: 4; }
    @media only screen and (max-width: 812px) {
      .popup__close {
        top: 17px;
        right: 28px;
        width: 35px;
        height: 35px;
        padding: 17px; } }
    .popup__close:hover:before {
      -webkit-transform: translate(-50%) rotate(135deg);
              transform: translate(-50%) rotate(135deg); }
    .popup__close:hover:after {
      -webkit-transform: translate(-50%) rotate(225deg);
              transform: translate(-50%) rotate(225deg); }
    .popup__close:before, .popup__close:after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 13px;
      width: 1px;
      height: 24px;
      background-color: #a7a5b0;
      -webkit-transform: translate(-50%) rotate(45deg);
              transform: translate(-50%) rotate(45deg);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease;
      will-change: transform; }
      @media only screen and (max-width: 812px) {
        .popup__close:before, .popup__close:after {
          top: 9px;
          height: 16px; } }
    .popup__close:after {
      -webkit-transform: translate(-50%) rotate(135deg);
              transform: translate(-50%) rotate(135deg); }
  .popup__form {
    width: 100%;
    max-width: 493px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .popup__form.hide {
      opacity: 0; }
  .popup__field {
    margin-top: 43px;
    width: 235px; }
    @media only screen and (max-width: 812px) {
      .popup__field {
        margin-top: 18px;
        width: 100%; } }
    .popup__field.big {
      width: 100%; }
  .popup__label-title {
    display: inline-block;
    margin-bottom: 23px;
    font-family: "Circle", Arial, sans-serif;
    color: #acacac;
    font-size: 16px; }
  .popup__required {
    margin-left: 3px;
    color: #eb5757; }
  .popup__input {
    height: 46px; }
  .popup__input, .popup__text-area {
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    color: #171717; }
    .popup__input::-webkit-input-placeholder, .popup__text-area::-webkit-input-placeholder {
      font-size: 13px;
      color: #171717; }
    .popup__input::-moz-placeholder, .popup__text-area::-moz-placeholder {
      font-size: 13px;
      color: #171717; }
    .popup__input::-ms-input-placeholder, .popup__text-area::-ms-input-placeholder {
      font-size: 13px;
      color: #171717; }
    .popup__input::placeholder, .popup__text-area::placeholder {
      font-size: 13px;
      color: #171717; }
  .popup__text-area {
    resize: none; }
  .popup__info {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
    .popup__info-timer {
      position: relative;
      margin-top: -65px;
      text-align: center;
      font-family: "Circle", Arial, sans-serif;
      font-size: 13px;
      font-weight: 300;
      z-index: 4; }
  .popup__dialog {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #eeeae6;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .15s ease .3s;
    transition: opacity .15s ease .3s; }
    @media only screen and (max-width: 812px) {
      .popup__dialog {
        padding: 0 16px; } }
    .popup__dialog.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      pointer-events: all;
      z-index: 2;
      opacity: 1;
      -webkit-transition: opacity .3s ease .15s;
      transition: opacity .3s ease .15s; }
    .popup__dialog-message {
      max-width: 416px;
      margin: 40px auto 90px;
      line-height: 2;
      font-size: 24px;
      color: #000;
      text-align: center; }
      @media only screen and (max-width: 812px) {
        .popup__dialog-message {
          font-size: 18px; } }
    .popup__dialog-title {
      text-align: center;
      font-size: 44px; }
  .popup__dialog-icon {
    margin: 7px auto 40px;
    width: 71px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    .popup__dialog-icon--error {
      background-image: url("/static/images/ic-cancel.dad03c15ce7f.svg"); }
    .popup__dialog-icon--success {
      background-image: url("/static/images/ic-mark-green-bold.bd99f46fd835.svg"); }
  .popup__submit {
    display: block;
    margin: 50px auto 0;
    height: 54px;
    width: 285px; }
    @media only screen and (max-width: 812px) {
      .popup__submit {
        width: 100%;
        margin-bottom: 74px; } }
  .popup__explain {
    width: 100%;
    margin-top: 15px;
    font-size: 15px;
    font-family: "Circle", Arial, sans-serif;
    font-weight: 600;
    color: #acacac; }

.popup-opinion__desc {
  text-align: center;
  margin: 40px auto;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px; }

.popup-opinion__stars-label {
  display: block;
  width: 100%;
  margin-bottom: 26px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #476855; }

.popup-opinion__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
  width: 210px; }
  .popup-opinion__stars &gt; .star-icon {
    width: 28px;
    height: 28px; }

.popup-opinion__textarea {
  margin-bottom: 16px;
  text-align: center; }

.popup-opinion__comment {
  resize: none;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 140px; }

.popup-opinion__comment-label {
  display: block;
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 700;
  color: #476855; }

.popup-opinion__message {
  max-width: 440px; }

.popup-opinion .checkbox {
  display: inline-block; }

.popup-opinion .popup__submit.disabled {
  pointer-events: none;
  opacity: .2; }

* [data-emergence="hidden"]:not(.slick-slider) {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -webkit-transition: opacity .3s ease, -webkit-transform 0s ease .3s;
  transition: opacity .3s ease, -webkit-transform 0s ease .3s;
  transition: opacity .3s ease, transform 0s ease .3s;
  transition: opacity .3s ease, transform 0s ease .3s, -webkit-transform 0s ease .3s; }
  @media only screen and (max-width: 812px) {
    * [data-emergence="hidden"]:not(.slick-slider) {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }
  @media only screen and (min-width: 813px) and (max-width: 990px) {
    * [data-emergence="hidden"]:not(.slick-slider) {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }
  @media only screen and (min-width: 991px) and (max-width: 1281px) {
    * [data-emergence="hidden"]:not(.slick-slider) {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }
  @media only screen and (min-width: 1440px) {
    * [data-emergence="hidden"]:not(.slick-slider) {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }
  @media only screen and (min-width: 1282px) and (max-width: 1439px) {
    * [data-emergence="hidden"]:not(.slick-slider) {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

* [data-emergence="visible"]:not(.slick-slider) {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98);
  transition: opacity 0.8s ease, -webkit-transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98);
  transition: opacity 0.8s ease, transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98);
  transition: opacity 0.8s ease, transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98), -webkit-transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98); }

/* Blocks */
.header {
  position: fixed;
  width: 100%;
  height: 100px;
  font-family: "Museo", "Circle", Arial, sans-serif, Arial, sans-serif;
  background-color: #f6f6f6;
  z-index: 12; }
  @media only screen and (max-width: 812px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 80px;
      background-color: #fff; } }
  .header.showLine .header__menu-line {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  .header__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    @media only screen and (max-width: 812px) {
      .header__container {
        padding: 0;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .header__fav {
    position: relative;
    padding-top: 10px;
    margin-left: 22px;
    text-align: center;
    cursor: pointer; }
    @media only screen and (max-width: 812px) {
      .header__fav {
        display: none; } }
    .header__fav:hover .header__fav-title {
      opacity: 1;
      color: #476855; }
    .header__fav:hover .header__fav-count {
      color: #ded742; }
    .header__fav-ico {
      margin: 0 auto; }
    .header__fav-title {
      text-transform: uppercase;
      margin-top: 9px;
      font-size: 9px;
      opacity: .5;
      color: #000;
      -webkit-transition: opacity .25s ease, color .25s ease;
      transition: opacity .25s ease, color .25s ease; }
    .header__fav-count {
      position: absolute;
      top: 10px;
      left: 50%;
      font-family: "Regal", "Times New Roman", serif;
      font-size: 11px;
      font-weight: 700;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      color: #fff;
      -webkit-transition: opacity .3s ease, color .3s ease;
      transition: opacity .3s ease, color .3s ease;
      opacity: 0;
      z-index: 3; }
      .header__fav-count.active {
        opacity: 1;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
  .header__logo {
    position: relative;
    margin-top: calc(152px - 100px);
    display: block;
    padding-top: 37px;
    margin-left: 24px;
    width: 152px;
    height: 152px;
    background-color: #476855;
    z-index: 3; }
    @media only screen and (max-width: 812px) {
      .header__logo {
        margin-top: 0;
        margin-left: 0;
        padding-top: 16px;
        width: 80px;
        height: 80px; } }
    .header__logo-image {
      display: block;
      margin: 0 auto;
      max-width: 119px;
      height: auto; }
      @media only screen and (max-width: 812px) {
        .header__logo-image {
          width: calc(100% - 16px); } }
  .header__menu {
    margin-left: 37px;
    height: 100%; }
    @media only screen and (max-width: 812px) {
      .header__menu {
        display: none; } }
    .header__menu-list, .header__menu-item, .header__menu-link {
      height: 100%; }
    .header__menu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      height: 100%; }
    .header__menu-item {
      position: relative;
      height: 100%; }
      .header__menu-item:last-of-type {
        margin-right: 0; }
      .header__menu-item.current:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: calc(100% - 44px);
        left: 50%;
        height: 10px;
        background-color: #476855;
        -webkit-transform: translate3d(-50%, 0, 0) scaleY(1);
                transform: translate3d(-50%, 0, 0) scaleY(1);
        -webkit-transform-origin: bottom;
                transform-origin: bottom;
        -webkit-transition: -webkit-transform .25s ease .15s;
        transition: -webkit-transform .25s ease .15s;
        transition: transform .25s ease .15s;
        transition: transform .25s ease .15s, -webkit-transform .25s ease .15s;
        will-change: transform; }
      .header__menu-item.has-children:hover {
        z-index: 2; }
        .header__menu-item.has-children:hover .header__submenu {
          pointer-events: all;
          -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.37, 0.01, 0, 0.98);
          transition: -webkit-transform 0.5s cubic-bezier(0.37, 0.01, 0, 0.98);
          transition: transform 0.5s cubic-bezier(0.37, 0.01, 0, 0.98);
          transition: transform 0.5s cubic-bezier(0.37, 0.01, 0, 0.98), -webkit-transform 0.5s cubic-bezier(0.37, 0.01, 0, 0.98);
          -webkit-transform: translate3d(-50%, 0, 0) scaleY(1);
                  transform: translate3d(-50%, 0, 0) scaleY(1); }
        .header__menu-item.has-children:hover .header__submenu-item {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0) scale(1);
                  transform: translate3d(0, 0, 0) scale(1);
          -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -webkit-transition-delay: .59s;
                  transition-delay: .59s; }
          .header__menu-item.has-children:hover .header__submenu-item:nth-child(0) {
            -webkit-transition-delay: .1s;
                    transition-delay: .1s; }
          .header__menu-item.has-children:hover .header__submenu-item:nth-child(1) {
            -webkit-transition-delay: .17s;
                    transition-delay: .17s; }
          .header__menu-item.has-children:hover .header__submenu-item:nth-child(2) {
            -webkit-transition-delay: .24s;
                    transition-delay: .24s; }
          .header__menu-item.has-children:hover .header__submenu-item:nth-child(3) {
            -webkit-transition-delay: .31s;
                    transition-delay: .31s; }
          .header__menu-item.has-children:hover .header__submenu-item:nth-child(4) {
            -webkit-transition-delay: .38s;
                    transition-delay: .38s; }
          .header__menu-item.has-children:hover .header__submenu-item:nth-child(5) {
            -webkit-transition-delay: .45s;
                    transition-delay: .45s; }
          .header__menu-item.has-children:hover .header__submenu-item:nth-child(6) {
            -webkit-transition-delay: .52s;
                    transition-delay: .52s; }
    .header__menu-link {
      padding: 0 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #000;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700; }
    .header__menu-line {
      position: absolute;
      top: 100px;
      margin: 0 auto;
      width: calc(1380px - 230px);
      left: 160px;
      right: 0;
      height: 4px;
      background-color: #476855;
      pointer-events: none;
      -webkit-transform-origin: top;
              transform-origin: top;
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transition: -webkit-transform .15s ease .15s;
      transition: -webkit-transform .15s ease .15s;
      transition: transform .15s ease .15s;
      transition: transform .15s ease .15s, -webkit-transform .15s ease .15s;
      will-change: transform; }
      @media only screen and (max-width: 812px) {
        .header__menu-line {
          display: none; } }
  .header__phone {
    margin-left: auto;
    margin-right: 13px;
    font-size: 26px;
    color: #090d0b;
    font-weight: 700; }
    @media only screen and (max-width: 812px) {
      .header__phone {
        margin-left: 0;
        margin-right: 0;
        font-size: 20px; } }
    @media only screen and (max-width: 364px) {
      .header__phone {
        font-size: 18px; } }
  .header__call-back-btn {
    position: absolute;
    top: 100%;
    right: 20px;
    cursor: pointer;
    z-index: 2;
    border: none; }
    @media only screen and (max-width: 812px) {
      .header__call-back-btn {
        display: none; } }
  .header__submenu {
    padding: 37px 20px 51px 44px;
    position: absolute;
    min-width: 170px;
    width: calc(100% + 44px);
    top: 100%;
    left: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    list-style: none;
    pointer-events: none;
    -webkit-transform: translate3d(-50%, 0, 0) scaleY(0);
            transform: translate3d(-50%, 0, 0) scaleY(0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease;
    overflow: hidden;
    z-index: 12; }
    .header__submenu-item {
      margin-bottom: 12px;
      -webkit-transform: translate3d(0, -15px, 0) scale(0.9);
              transform: translate3d(0, -15px, 0) scale(0.9);
      -webkit-transition: opacity .15s ease, -webkit-transform 0s ease .15s;
      transition: opacity .15s ease, -webkit-transform 0s ease .15s;
      transition: opacity .15s ease, transform 0s ease .15s;
      transition: opacity .15s ease, transform 0s ease .15s, -webkit-transform 0s ease .15s;
      -webkit-transform-origin: top center;
              transform-origin: top center;
      opacity: 0;
      will-change: transform, opacity; }
      .header__submenu-item:last-of-type {
        margin-bottom: 0; }
    .header__submenu-link {
      padding: 10px 0;
      display: inline-block;
      text-transform: uppercase;
      font-size: 13px;
      color: #476855;
      -webkit-transition: color .25s ease;
      transition: color .25s ease; }
      .header__submenu-link:hover {
        color: #395947; }
      .header__submenu-link:after {
        margin-top: -1px;
        height: 1px;
        background-color: #395947; }
  .header .hamburger {
    margin-right: 35px; }
    @media only screen and (max-width: 364px) {
      .header .hamburger {
        margin-right: 18px; } }
  .header__link-to-old {
    display: none;
    position: fixed;
    right: -30px;
    top: 170px;
    background-repeat: no-repeat;
    background-position: center;
    width: 160px;
    z-index: 8; }
    @media only screen and (max-width: 812px) {
      .header__link-to-old {
        display: none;
        width: 120px; } }
    .header__link-to-old img {
      max-width: 100%; }

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 107px;
  z-index: 5; }
  @media only screen and (max-width: 812px) {
    .footer {
      background-color: #fff;
      height: auto; } }
  .footer.white {
    color: #fff; }
    .footer.white .footer__menu-link,
    .footer.white .footer__copyright {
      color: #fff; }
    .footer.white .footer__menu-link:hover {
      opacity: .8; }
    .footer.white .footer__ida:after {
      background-image: url("/static/images/ida-white.aa710a65e36a.svg"); }
    .footer.white .footer__ida:before {
      background-image: url("/static/images/ida-green.0e1d02f8ad52.svg"); }
  .footer__container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500; }
    @media only screen and (max-width: 812px) {
      .footer__container {
        padding-top: 12px;
        padding-bottom: 13px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
  .footer__copyright {
    margin-left: calc(118px - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px; }
    @media only screen and (max-width: 812px) {
      .footer__copyright {
        margin-left: 0;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        line-height: 1; } }
    .footer__copyright span {
      display: inline-block;
      margin-right: 18px; }
      @media only screen and (max-width: 812px) {
        .footer__copyright span {
          margin-right: 12px; } }
      .footer__copyright span:last-of-type {
        margin-right: 0; }
  .footer__menu {
    margin-left: 119px; }
    @media only screen and (max-width: 812px) {
      .footer__menu {
        margin-left: 0; } }
    .footer__menu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      list-style: none; }
      @media only screen and (max-width: 812px) {
        .footer__menu-list {
          margin-bottom: 10px;
          width: calc(100vw - 32px);
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    .footer__menu-item {
      margin-right: 42px; }
      .footer__menu-item:last-of-type {
        margin-right: 0; }
      .footer__menu-item.icns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        width: 132px;
        margin-left: 84px; }
        @media only screen and (max-width: 812px) {
          .footer__menu-item.icns {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            margin-left: 0;
            margin-top: 10px; } }
    .footer__menu-link {
      padding: 10px 0;
      text-transform: uppercase;
      color: #476855;
      font-size: 12px; }
      @media only screen and (max-width: 812px) {
        .footer__menu-link {
          font-size: 10px;
          font-weight: 300; } }
      .footer__menu-link:hover {
        color: #000; }
  .footer__ida {
    margin-right: 72px;
    position: relative;
    display: block;
    margin-left: auto;
    width: 59px;
    height: 18px; }
    @media only screen and (max-width: 812px) {
      .footer__ida {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; } }
    .footer__ida:after, .footer__ida:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% auto;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .footer__ida:after {
      background-image: url("/static/images/ida-green.0e1d02f8ad52.svg");
      z-index: 0;
      opacity: 1; }
    .footer__ida:before {
      background-image: url("/static/images/ida-black.31465e244dcd.svg");
      z-index: 1;
      opacity: 0; }
    .footer__ida:hover:after {
      opacity: 0; }
    .footer__ida:hover:before {
      opacity: 1; }
  .footer__mobile-phone {
    display: none; }
    @media only screen and (max-width: 812px) {
      .footer__mobile-phone {
        display: block;
        font-size: 12px;
        font-weight: 500;
        color: #171717;
        text-decoration: none;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        line-height: 1; } }
  .footer__disclaimer {
    max-width: 330px;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.5; }
    @media only screen and (max-width: 812px) {
      .footer__disclaimer {
        display: none; } }
  .footer__icn {
    width: 25px;
    height: 25px;
    border: 1px solid #476855;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease; }
    @media only screen and (max-width: 812px) {
      .footer__icn:not(:last-child) {
        margin-right: 12px; } }
    .footer__icn.insta {
      background-image: url("/static/images/insta.bfdb5a4611c8.svg"); }
    .footer__icn.vk {
      background-image: url("/static/images/vk.6f23335a0eec.svg"); }
    .footer__icn.fb {
      background-image: url("/static/images/fb.4355ab08afa3.svg"); }
    .footer__icn.ok {
      background-size: 16px 16px;
      background-image: url("/static/images/odnoklassniki-logo.b9bc729eeeb2.svg"); }
    .footer__icn:hover {
      background-color: #fff; }

.hamburger {
  position: relative;
  display: none;
  text-decoration: none;
  color: #476855;
  width: 33px;
  height: 22px;
  opacity: 1;
  z-index: 3; }
  @media only screen and (max-width: 812px) {
    .hamburger {
      display: block; } }
  .hamburger.active .hamburger-line.first {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
            transform: translate3d(0, 9px, 0) rotate(45deg); }
  .hamburger.active .hamburger-line.middle {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  .hamburger.active .hamburger-line.last {
    -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
            transform: translate3d(0, -9px, 0) rotate(-45deg); }
  .hamburger.active .hamburger__fav {
    opacity: 0; }
  .hamburger-line {
    display: block;
    position: relative;
    width: 100%;
    height: 4px;
    background-color: #476855;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-origin: center;
            transform-origin: center; }
  .hamburger__fav {
    position: absolute;
    top: -18px;
    right: -29px;
    border: none;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }
    .hamburger__fav.active {
      opacity: 1;
      background-color: transparent; }
      .hamburger__fav.active:after {
        opacity: 1;
        z-index: 2; }
      .hamburger__fav.active:before {
        visibility: hidden; }
  .hamburger__fav-count {
    position: absolute;
    right: -1px;
    top: 3px;
    display: block;
    color: #476855;
    font-size: 11px;
    opacity: 1;
    pointer-events: none;
    border: none; }

.index-intro {
  position: relative;
  width: 100%;
  height: calc(100vh - 107px - 100px);
  background-color: #f6f6f6; }
  @media only screen and (min-width: 813px) and (max-width: 990px) {
    .index-intro {
      height: calc(177vh - 100px - 214px); } }
  @media only screen and (min-width: 991px) and (max-width: 1281px) {
    .index-intro {
      height: calc(154vh - 100px - 214px); } }
  @media only screen and (min-width: 1282px) and (max-width: 1439px) {
    .index-intro {
      height: calc(123vh - 100px - 214px); } }
  @media only screen and (max-width: 812px) {
    .index-intro {
      min-height: calc(580px - 80px - 100px); } }
  .index-intro__slider {
    width: 100%;
    position: relative; }
    @media only screen and (max-width: 812px) {
      .index-intro__slider {
        overflow: hidden; } }
    .index-intro__slider.IE:after, .index-intro__slider.IE:before {
      z-index: 8; }
    .index-intro__slider:after, .index-intro__slider:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 50px;
      height: 100%;
      background-color: #f6f6f6;
      z-index: 6;
      pointer-events: none; }
    .index-intro__slider:after {
      right: 100%; }
    .index-intro__slider:before {
      left: 100%; }
    .index-intro__slider .slider-arrow {
      z-index: 11; }
    .index-intro__slider-arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      z-index: 11; }
      .index-intro__slider-arrow.left {
        right: 100%; }
      .index-intro__slider-arrow.right {
        left: 100%; }
  .index-intro__slide {
    height: 100%; }
  .index-intro__container {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 50px - 50px); }
    @media only screen and (max-width: 812px) {
      .index-intro__container {
        width: 100%; } }
  .index-intro__container, .index-intro__slider, .index-intro__slide {
    height: 100%; }
  .index-intro__slide {
    position: relative;
    width: 100%;
    display: none;
    overflow: hidden;
    background-color: #e0ddd7; }
    @media only screen and (max-width: 812px) {
      .index-intro__slide.left .index-intro__title.left {
        opacity: 1;
        -webkit-transition: opacity 1s ease 0.6s;
        transition: opacity 1s ease 0.6s; } }
  @media only screen and (max-width: 812px) and (max-width: 812px) {
    .index-intro__slide.left .index-intro__title.left {
      -webkit-transition: opacity 1s ease 0.3s;
      transition: opacity 1s ease 0.3s; } }
    @media only screen and (max-width: 812px) {
      .index-intro__slide.left .index-intro__title.right {
        opacity: 0; }
      .index-intro__slide.left .index-intro__info-item.min-price {
        opacity: 0; }
      .index-intro__slide.left .index-intro__mobile-arrow.left {
        opacity: 0; } }
    @media only screen and (max-width: 812px) {
      .index-intro__slide.right .index-intro__title.right {
        opacity: 1;
        -webkit-transition: opacity 1s ease 0.6s;
        transition: opacity 1s ease 0.6s; } }
  @media only screen and (max-width: 812px) and (max-width: 812px) {
    .index-intro__slide.right .index-intro__title.right {
      -webkit-transition: opacity 1s ease 0.3s;
      transition: opacity 1s ease 0.3s; } }
    @media only screen and (max-width: 812px) {
      .index-intro__slide.right .index-intro__title.left {
        opacity: 0; }
      .index-intro__slide.right .index-intro__info-item.min-price {
        opacity: 0; }
      .index-intro__slide.right .index-intro__mobile-arrow.right {
        opacity: 0; } }
    @media only screen and (max-width: 812px) {
      .index-intro__slide.left .index-intro__mobile-filter-btn, .index-intro__slide.right .index-intro__mobile-filter-btn {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: color .25s ease, opacity .3s ease;
        transition: color .25s ease, opacity .3s ease; } }
    .index-intro__slide.slick-slide .index-intro__title {
      opacity: 0; }
    .index-intro__slide.slick-slide .index-intro__main {
      opacity: 0;
      -webkit-transition: opacity .7s ease;
      transition: opacity .7s ease; }
    .index-intro__slide.slick-slide.slick-active .index-intro__title {
      opacity: 1;
      -webkit-transition: opacity 1s ease .7s;
      transition: opacity 1s ease .7s; }
    .index-intro__slide.slick-slide.slick-active .index-intro__main {
      opacity: 1;
      -webkit-transition: opacity .7s ease .7s;
      transition: opacity .7s ease .7s; }
    .index-intro__slide:first-of-type {
      display: block; }
  .index-intro__main {
    position: absolute;
    left: 50%;
    top: 0;
    width: calc(100% + 50%);
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    height: 100%;
    overflow: hidden; }
    @media only screen and (max-width: 812px) {
      .index-intro__main {
        width: calc(100% + 66.66667%); } }
    .index-intro__main-body {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      -webkit-transition: -webkit-transform 1.2s ease;
      transition: -webkit-transform 1.2s ease;
      transition: transform 1.2s ease;
      transition: transform 1.2s ease, -webkit-transform 1.2s ease;
      will-change: transform; }
      @media only screen and (max-width: 812px) {
        .index-intro__main-body {
          -webkit-transition: -webkit-transform 0.6s ease;
          transition: -webkit-transform 0.6s ease;
          transition: transform 0.6s ease;
          transition: transform 0.6s ease, -webkit-transform 0.6s ease; } }
      .index-intro__main-body.left {
        -webkit-transform: translate(16.66667%, 0) translateZ(0);
                transform: translate(16.66667%, 0) translateZ(0); }
        @media only screen and (max-width: 812px) {
          .index-intro__main-body.left {
            -webkit-transform: translate(20%, 0) translateZ(0);
                    transform: translate(20%, 0) translateZ(0); } }
        .index-intro__main-body.left .index-intro__aside.left .index-intro__aside-body .index-intro__aside-illustration {
          -webkit-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: -webkit-transform 1.8s ease;
          transition: -webkit-transform 1.8s ease;
          transition: transform 1.8s ease;
          transition: transform 1.8s ease, -webkit-transform 1.8s ease; }
          @media only screen and (max-width: 812px) {
            .index-intro__main-body.left .index-intro__aside.left .index-intro__aside-body .index-intro__aside-illustration {
              -webkit-transition: -webkit-transform 0.9s ease;
              transition: -webkit-transform 0.9s ease;
              transition: transform 0.9s ease;
              transition: transform 0.9s ease, -webkit-transform 0.9s ease; } }
        .index-intro__main-body.left .index-intro__aside.right .index-intro__aside-photo {
          opacity: .8;
          -webkit-transition: opacity 1.8s ease;
          transition: opacity 1.8s ease; }
          @media only screen and (max-width: 812px) {
            .index-intro__main-body.left .index-intro__aside.right .index-intro__aside-photo {
              -webkit-transition: opacity 0.9s ease;
              transition: opacity 0.9s ease; } }
          .index-intro__main-body.left .index-intro__aside.right .index-intro__aside-photo .index-intro__aside-color,
          .index-intro__main-body.left .index-intro__aside.right .index-intro__aside-photo .index-intro__aside-black {
            -webkit-transition: opacity 1.8s ease;
            transition: opacity 1.8s ease; }
            @media only screen and (max-width: 812px) {
              .index-intro__main-body.left .index-intro__aside.right .index-intro__aside-photo .index-intro__aside-color,
              .index-intro__main-body.left .index-intro__aside.right .index-intro__aside-photo .index-intro__aside-black {
                -webkit-transition: opacity 0.9s ease;
                transition: opacity 0.9s ease; } }
          .index-intro__main-body.left .index-intro__aside.right .index-intro__aside-photo .index-intro__aside-black {
            opacity: 1; }
          .index-intro__main-body.left .index-intro__aside.right .index-intro__aside-photo .index-intro__aside-color {
            opacity: 0; }
        .index-intro__main-body.left .index-intro__info.left {
          opacity: 1;
          -webkit-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: opacity 0.9s ease 1.2s, -webkit-transform 0.9s ease 1.2s;
          transition: opacity 0.9s ease 1.2s, -webkit-transform 0.9s ease 1.2s;
          transition: transform 0.9s ease 1.2s, opacity 0.9s ease 1.2s;
          transition: transform 0.9s ease 1.2s, opacity 0.9s ease 1.2s, -webkit-transform 0.9s ease 1.2s; }
          @media only screen and (max-width: 812px) {
            .index-intro__main-body.left .index-intro__info.left {
              -webkit-transition: opacity 0.9s ease 0.3s, -webkit-transform 0.9s ease 0.3s;
              transition: opacity 0.9s ease 0.3s, -webkit-transform 0.9s ease 0.3s;
              transition: transform 0.9s ease 0.3s, opacity 0.9s ease 0.3s;
              transition: transform 0.9s ease 0.3s, opacity 0.9s ease 0.3s, -webkit-transform 0.9s ease 0.3s;
              pointer-events: all; } }
        @media only screen and (max-width: 812px) {
          .index-intro__main-body.left .index-intro__features.left {
            opacity: 1;
            -webkit-transition: opacity 1s ease 0.3s;
            transition: opacity 1s ease 0.3s; } }
      .index-intro__main-body.right {
        -webkit-transform: translate(-16.66667%, 0) translateZ(0);
                transform: translate(-16.66667%, 0) translateZ(0); }
        @media only screen and (max-width: 812px) {
          .index-intro__main-body.right {
            -webkit-transform: translate(-20%, 0) translateZ(0);
                    transform: translate(-20%, 0) translateZ(0); } }
        .index-intro__main-body.right .index-intro__aside.right .index-intro__aside-body .index-intro__aside-illustration {
          -webkit-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: -webkit-transform 1.8s ease;
          transition: -webkit-transform 1.8s ease;
          transition: transform 1.8s ease;
          transition: transform 1.8s ease, -webkit-transform 1.8s ease; }
          @media only screen and (max-width: 812px) {
            .index-intro__main-body.right .index-intro__aside.right .index-intro__aside-body .index-intro__aside-illustration {
              -webkit-transition: -webkit-transform 0.9s ease;
              transition: -webkit-transform 0.9s ease;
              transition: transform 0.9s ease;
              transition: transform 0.9s ease, -webkit-transform 0.9s ease; } }
          .index-intro__main-body.right .index-intro__aside.right .index-intro__aside-body .index-intro__aside-illustration.active {
            -webkit-transition-delay: 0s;
                    transition-delay: 0s; }
        .index-intro__main-body.right .index-intro__aside.left .index-intro__aside-photo {
          opacity: .8;
          -webkit-transition: opacity 1.8s ease;
          transition: opacity 1.8s ease; }
          @media only screen and (max-width: 812px) {
            .index-intro__main-body.right .index-intro__aside.left .index-intro__aside-photo {
              -webkit-transition: opacity 0.9s ease;
              transition: opacity 0.9s ease; } }
          .index-intro__main-body.right .index-intro__aside.left .index-intro__aside-photo .index-intro__aside-color,
          .index-intro__main-body.right .index-intro__aside.left .index-intro__aside-photo .index-intro__aside-black {
            -webkit-transition: opacity 1.8s ease;
            transition: opacity 1.8s ease; }
            @media only screen and (max-width: 812px) {
              .index-intro__main-body.right .index-intro__aside.left .index-intro__aside-photo .index-intro__aside-color,
              .index-intro__main-body.right .index-intro__aside.left .index-intro__aside-photo .index-intro__aside-black {
                -webkit-transition: opacity 0.9s ease;
                transition: opacity 0.9s ease; } }
          .index-intro__main-body.right .index-intro__aside.left .index-intro__aside-photo .index-intro__aside-black {
            opacity: 1; }
          .index-intro__main-body.right .index-intro__aside.left .index-intro__aside-photo .index-intro__aside-color {
            opacity: 0; }
        .index-intro__main-body.right .index-intro__info.right {
          opacity: 1;
          -webkit-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: opacity 0.9s ease 1.2s, -webkit-transform 0.9s ease 1.2s;
          transition: opacity 0.9s ease 1.2s, -webkit-transform 0.9s ease 1.2s;
          transition: transform 0.9s ease 1.2s, opacity 0.9s ease 1.2s;
          transition: transform 0.9s ease 1.2s, opacity 0.9s ease 1.2s, -webkit-transform 0.9s ease 1.2s;
          pointer-events: all; }
          @media only screen and (max-width: 812px) {
            .index-intro__main-body.right .index-intro__info.right {
              -webkit-transition: opacity 0.9s ease 0.3s, -webkit-transform 0.9s ease 0.3s;
              transition: opacity 0.9s ease 0.3s, -webkit-transform 0.9s ease 0.3s;
              transition: transform 0.9s ease 0.3s, opacity 0.9s ease 0.3s;
              transition: transform 0.9s ease 0.3s, opacity 0.9s ease 0.3s, -webkit-transform 0.9s ease 0.3s; } }
        @media only screen and (max-width: 812px) {
          .index-intro__main-body.right .index-intro__features.right {
            opacity: 1;
            -webkit-transition: opacity 1s ease 0.3s;
            transition: opacity 1s ease 0.3s; } }
      .index-intro__main-body.IE .index-intro__aside-body:after {
        opacity: .25; }
  .index-intro__aside {
    width: 50%;
    height: 100%; }
    .index-intro__aside.left {
      position: relative; }
      .index-intro__aside.left:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        opacity: .06;
        width: 96px;
        background-blend-mode: overlay;
        background: -webkit-gradient(linear, right top, left top, from(#000), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0) 100%); }
      .index-intro__aside.left .index-intro__aside-body .index-intro__aside-illustration {
        background-image: url("/static/images/moscow-illustration.36661c4536aa.jpg");
        background-position: right bottom; }
      .index-intro__aside.left .index-intro__aside-photo {
        height: 52vh; }
        @media only screen and (max-width: 812px) {
          .index-intro__aside.left .index-intro__aside-photo {
            right: 0;
            height: 100%;
            max-width: 236px;
            width: 56vw; } }
        .index-intro__aside.left .index-intro__aside-photo .index-intro__aside-color {
          background-image: url("/static/images/moscow-building.019c25a5af9d.png");
          background-position: right bottom; }
        .index-intro__aside.left .index-intro__aside-photo .index-intro__aside-black {
          background-image: url("/static/images/moscow-building-grey.024873546120.png");
          background-position: right bottom; }
      .index-intro__aside.left .index-intro__features {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        @media only screen and (max-width: 812px) {
          .index-intro__aside.left .index-intro__features {
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
    .index-intro__aside.right .index-intro__aside-body .index-intro__aside-illustration {
      background-image: url("/static/images/spb-illustration.c1bae5b30f67.jpg");
      background-position: left bottom;
      background-blend-mode: soft-light;
      opacity: .8; }
    .index-intro__aside.right.IE .index-intro__aside-body .index-intro__aside-illustration {
      opacity: .3; }
    .index-intro__aside.right.IE .index-intro__aside-body:after {
      opacity: .2; }
    .index-intro__aside.right .index-intro__aside-photo .index-intro__aside-color {
      background-image: url("/static/images/spb-building.f8708f776b82.png");
      background-position: left bottom; }
    .index-intro__aside.right .index-intro__aside-photo .index-intro__aside-black {
      background-image: url("/static/images/spb-building-grey.3502ae83281a.png");
      background-position: left bottom; }
    .index-intro__aside-body, .index-intro__aside-aside {
      width: 100%; }
    .index-intro__aside-body {
      position: relative;
      height: calc(100% - 98px);
      width: 100%;
      background-color: #e0ddd7;
      background-blend-mode: multiply;
      overflow: hidden; }
      @media only screen and (max-width: 812px) {
        .index-intro__aside-body {
          height: calc(100% - 70px); } }
      .index-intro__aside-body .index-intro__aside-illustration {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        background-color: #e0ddd7;
        background-size: 100% 100%;
        opacity: 0;
        -webkit-transform: scale(1.3);
                transform: scale(1.3);
        -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
        transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
        transition: transform 1.2s ease, opacity 1.2s ease;
        transition: transform 1.2s ease, opacity 1.2s ease, -webkit-transform 1.2s ease;
        z-index: 0; }
        @media only screen and (max-width: 812px) {
          .index-intro__aside-body .index-intro__aside-illustration {
            background-size: auto 100%;
            -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
            transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
            transition: transform 0.6s ease, opacity 0.6s ease;
            transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease; } }
        .index-intro__aside-body .index-intro__aside-illustration.active {
          opacity: .4;
          -webkit-transform: scale(1.1);
                  transform: scale(1.1);
          -webkit-transition-delay: 0;
                  transition-delay: 0; }
    .index-intro__aside-photo {
      display: block;
      position: absolute;
      bottom: 0;
      height: 47vh;
      width: 100%;
      z-index: 1;
      -webkit-transition: opacity 1.2s ease;
      transition: opacity 1.2s ease; }
      @media only screen and (max-width: 812px) {
        .index-intro__aside-photo {
          height: 100%;
          width: 47vw;
          max-width: 200px;
          -webkit-transition: opacity 0.6s ease;
          transition: opacity 0.6s ease; } }
      .index-intro__aside-photo.right {
        margin-left: -4px; }
      .index-intro__aside-photo .index-intro__aside-color,
      .index-intro__aside-photo .index-intro__aside-black {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-repeat: no-repeat;
        background-size: auto 100%;
        height: 100%;
        width: 100%;
        -webkit-transition: opacity 1.2s ease;
        transition: opacity 1.2s ease; }
        @media only screen and (max-width: 812px) {
          .index-intro__aside-photo .index-intro__aside-color,
          .index-intro__aside-photo .index-intro__aside-black {
            background-size: 100% auto;
            -webkit-transition: opacity 0.6s ease;
            transition: opacity 0.6s ease; } }
      .index-intro__aside-photo .index-intro__aside-color {
        opacity: 0;
        z-index: 1; }
        .index-intro__aside-photo .index-intro__aside-color.active {
          opacity: 1; }
      .index-intro__aside-photo .index-intro__aside-black {
        opacity: 0;
        z-index: 2; }
    .index-intro__aside-footer {
      padding: 0 92px;
      height: 98px;
      background-color: #f0ede9; }
      @media only screen and (max-width: 812px) {
        .index-intro__aside-footer {
          padding: 0;
          height: 70px; } }
  .index-intro__box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 150px;
    z-index: 2;
    pointer-events: none;
    letter-spacing: .05em; }
    .index-intro__box.hide-feature {
      opacity: 0;
      -webkit-transition: opacity .5s ease 1s;
      transition: opacity .5s ease 1s; }
    @media only screen and (max-width: 812px) {
      .index-intro__box {
        visibility: hidden; } }
    .index-intro__box-first {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 100%;
      height: 123px;
      padding: 20px;
      text-align: center;
      font-size: 24px;
      background: #eeeae6 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.1)));
      background: #eeeae6 linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 100%); }
    .index-intro__box-second {
      margin-top: 25px;
      height: 90px;
      min-width: 180px;
      text-align: center;
      font-size: 20px;
      font-weight: 500; }
      .index-intro__box-second-title {
        margin-bottom: 14px;
        font-size: 18px;
        text-transform: uppercase; }
      .index-intro__box-second-subtitle {
        position: relative; }
        .index-intro__box-second-subtitle:before, .index-intro__box-second-subtitle:after {
          font-size: 35px;
          color: #476855;
          position: absolute; }
        .index-intro__box-second-subtitle:before {
          content: open-quote;
          bottom: -10px;
          left: -15px; }
        .index-intro__box-second-subtitle:after {
          content: close-quote;
          bottom: -30px;
          right: -13px; }
    .index-intro__box.left, .index-intro__box.right {
      top: 100px; }
    .index-intro__box.left {
      left: 100px; }
    .index-intro__box.right {
      right: 100px; }
  .index-intro__title {
    display: block;
    position: absolute;
    font-size: 60px;
    font-weight: normal;
    color: #81807e;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    z-index: 2;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    pointer-events: none; }
    @media only screen and (max-width: 812px) {
      .index-intro__title {
        font-size: 25px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
        font-weight: 700; } }
    @media only screen and (max-width: 364px) {
      .index-intro__title {
        font-size: 22px; } }
    .index-intro__title.left {
      bottom: 202px;
      left: -46px; }
      @media only screen and (max-width: 812px) {
        .index-intro__title.left {
          bottom: auto;
          top: 36px;
          left: 36px; } }
      @media only screen and (max-width: 812px) {
        .index-intro__title.left {
          top: 16px; } }
    .index-intro__title.right {
      bottom: 230px;
      right: 61px; }
      @media only screen and (max-width: 812px) {
        .index-intro__title.right {
          bottom: auto;
          top: 50px;
          right: 43px; } }
      @media only screen and (max-width: 812px) {
        .index-intro__title.right {
          top: 30px; } }
  .index-intro__features {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    @media only screen and (max-width: 812px) {
      .index-intro__features {
        opacity: 0;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
    .index-intro__features-item {
      margin-right: 49px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #000; }
      @media only screen and (max-width: 812px) {
        .index-intro__features-item {
          margin-right: 0;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          font-size: 42px; } }
      .index-intro__features-item:last-of-type {
        margin-right: 0; }
    .index-intro__features.hide-feature {
      opacity: 0;
      -webkit-transition: opacity .5s ease;
      transition: opacity .5s ease; }
    .index-intro__features-value {
      font-size: 40px; }
      @media only screen and (max-width: 812px) {
        .index-intro__features-value {
          font-size: 25px; } }
    .index-intro__features-title {
      margin-left: 15px;
      margin-bottom: 9px;
      font-size: 13px;
      max-width: 64px; }
      @media only screen and (max-width: 812px) {
        .index-intro__features-title {
          margin-left: 0;
          margin-bottom: 0;
          font-size: 12px;
          font-weight: 500;
          line-height: 1.3; } }
    .index-intro__features-shield {
      font-family: "Regal", "Times New Roman", serif;
      font-size: 18px;
      padding: 12px 22px;
      color: #fff;
      background-color: #918d86; }
      @media only screen and (max-width: 812px) {
        .index-intro__features-shield {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center;
          width: 90px;
          height: 44px;
          font-size: 15px;
          word-spacing: 90px;
          line-height: 1;
          padding: 0; } }
  .index-intro-second-slide {
    position: relative; }
    .index-intro-second-slide.slick-active .index-intro__main-btn {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98);
      transition: opacity 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98);
      transition: transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98), opacity 1.2s ease;
      transition: transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98), opacity 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98);
      -webkit-transition-delay: .7s;
              transition-delay: .7s;
      opacity: 1; }
      @media only screen and (max-width: 812px) {
        .index-intro-second-slide.slick-active .index-intro__main-btn {
          -webkit-transform: none;
                  transform: none; } }
    .index-intro-second-slide.slick-active .index-intro__main-text {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98);
      transition: opacity 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98);
      transition: transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98), opacity 1.2s ease;
      transition: transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98), opacity 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98);
      -webkit-transition-delay: .7s;
              transition-delay: .7s;
      opacity: 1; }
    .index-intro-second-slide.slick-active .index-intro__main-title {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98);
      transition: opacity 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98);
      transition: transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98), opacity 1.2s ease;
      transition: transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98), opacity 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98);
      -webkit-transition-delay: .5s;
              transition-delay: .5s;
      opacity: 1; }
    .index-intro-second-slide__container {
      height: 100%;
      position: relative; }
    .index-intro-second-slide__bg {
      display: block;
      position: absolute;
      top: 0;
      height: 100%;
      right: 0;
      width: 70%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      pointer-events: none;
      z-index: 0; }
      @media only screen and (max-width: 812px) {
        .index-intro-second-slide__bg {
          width: 100%; } }
      .index-intro-second-slide__bg:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 55%;
        background: -webkit-gradient(linear, left top, right top, from(#e0ddd7), to(rgba(224, 221, 215, 0)));
        background: linear-gradient(to right, #e0ddd7 0%, rgba(224, 221, 215, 0) 100%); }
        @media only screen and (max-width: 812px) {
          .index-intro-second-slide__bg:before {
            width: 100%; } }
    .index-intro-second-slide__content {
      position: absolute;
      bottom: 91px;
      left: 0;
      right: 0;
      padding: 0 50px 0 118px;
      z-index: 2; }
      @media only screen and (max-width: 812px) {
        .index-intro-second-slide__content {
          position: absolute;
          top: 50px;
          bottom: auto;
          left: 0;
          right: 0;
          padding: 0 20px; } }
  .index-intro__main-title {
    max-width: 600px;
    margin-bottom: 30px;
    line-height: 1.1;
    -webkit-transform: translate3d(0, 70px, 0);
            transform: translate3d(0, 70px, 0);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
    opacity: 0; }
  .index-intro__main-btn {
    margin-left: 6px;
    -webkit-transform: translate3d(0, 70px, 0);
            transform: translate3d(0, 70px, 0);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
    opacity: 0; }
    @media only screen and (max-width: 812px) {
      .index-intro__main-btn {
        margin-left: 0;
        -webkit-transform: none;
                transform: none;
        width: 100%;
        text-align: center; }
        .index-intro__main-btn .btn-white__body, .index-intro__main-btn .btn-black-grey__body {
          -webkit-transform: none;
                  transform: none; } }
    @media only screen and (max-width: 812px) {
      .index-intro__main-btn:after {
        content: none; } }
  .index-intro__main-text {
    margin-bottom: 40px;
    line-height: 1.1;
    -webkit-transform: translate3d(0, 70px, 0);
            transform: translate3d(0, 70px, 0);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
    opacity: 0; }
  .index-intro__info {
    position: absolute;
    bottom: 10%;
    width: 190px;
    background-color: #fff;
    text-align: center;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
    -webkit-transition: opacity .9s ease, -webkit-transform .9s ease;
    transition: opacity .9s ease, -webkit-transform .9s ease;
    transition: transform .9s ease, opacity .9s ease;
    transition: transform .9s ease, opacity .9s ease, -webkit-transform .9s ease;
    pointer-events: all;
    z-index: 5; }
    .index-intro__info &gt; * {
      text-decoration: none;
      outline: 0; }
    @media only screen and (max-width: 812px) {
      .index-intro__info {
        min-height: 200px;
        bottom: 66px;
        width: 140px; } }
    @media only screen and (max-width: 364px) {
      .index-intro__info {
        bottom: 20px; } }
    .index-intro__info.left {
      right: 550px; }
      @media only screen and (max-width: 812px) {
        .index-intro__info.left {
          right: auto;
          left: 16px; } }
    .index-intro__info.right {
      left: 550px; }
      @media only screen and (max-width: 812px) {
        .index-intro__info.right {
          left: auto;
          right: 16px; } }
    .index-intro__info-queue {
      position: relative;
      color: #000;
      width: 100%;
      z-index: 1; }
      .index-intro__info-queue.value {
        font-size: 60px; }
        @media only screen and (max-width: 812px) {
          .index-intro__info-queue.value {
            font-size: 30px; } }
      .index-intro__info-queue.title {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500; }
        @media only screen and (max-width: 812px) {
          .index-intro__info-queue.title {
            font-size: 14px; } }
    .index-intro__info-body, .index-intro__info-head {
      background-color: #eeeae6; }
    .index-intro__info-body {
      padding-top: 27px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 95px; }
      @media only screen and (max-width: 812px) {
        .index-intro__info-body {
          height: 75px; } }
    .index-intro__info-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      color: #000; }
      .index-intro__info-item.main-info {
        display: none; }
        @media only screen and (max-width: 812px) {
          .index-intro__info-item.main-info {
            width: 180px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            position: absolute;
            top: calc(35% - 90px);
            z-index: 2;
            -webkit-transition: opacity .5s ease;
            transition: opacity .5s ease;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .index-intro__info-item.main-info.left {
              left: calc(50% - 90px); }
            .index-intro__info-item.main-info.right {
              right: calc(50% - 90px); } }
    .index-intro__info-short {
      text-align: left;
      margin-top: 2px;
      font-size: 12px;
      font-weight: 700;
      max-width: 26px;
      text-transform: uppercase; }
      @media only screen and (max-width: 812px) {
        .index-intro__info-short {
          font-size: 10px; } }
    .index-intro__info-main {
      margin: 0 8px 0 10px;
      font-size: 40px; }
      @media only screen and (max-width: 812px) {
        .index-intro__info-main {
          margin: 0 6px;
          font-size: 30px; } }
    .index-intro__info-head {
      position: relative;
      padding-top: 24px;
      height: 124px; }
      .index-intro__info-head--title {
        height: 95px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 0; }
        @media only screen and (max-width: 812px) {
          .index-intro__info-head--title {
            padding-top: 0;
            height: 75px; } }
      @media only screen and (max-width: 812px) {
        .index-intro__info-head {
          padding-top: 14px;
          height: 75px; } }
      .index-intro__info-head:after {
        content: '';
        display: block;
        height: 95px;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 100%); }
    .index-intro__info-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 91px;
      text-transform: uppercase;
      color: #476855;
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
      line-height: 1.5;
      -webkit-transition: color .25s ease;
      transition: color .25s ease;
      will-change: color;
      outline: none; }
      .index-intro__info-link:focus {
        outline: none; }
      @media only screen and (max-width: 812px) {
        .index-intro__info-link {
          height: 70px; } }
      .index-intro__info-link:hover {
        color: #000; }
      .index-intro__info-link span {
        display: block;
        max-width: 80px;
        margin: 0 auto; }
  .index-intro__info-name {
    font-size: 10px; }
  .index-intro__mobile-filter-btn {
    display: none; }
    @media only screen and (max-width: 812px) {
      .index-intro__mobile-filter-btn {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        height: 70px;
        width: 100%;
        text-decoration: none;
        text-align: center;
        line-height: 70px;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        color: #171717;
        background-color: #f0ede9;
        pointer-events: all;
        -webkit-transition: color 0.25s ease, opacity 1s ease 0.24s;
        transition: color 0.25s ease, opacity 1s ease 0.24s;
        z-index: 3; }
        .index-intro__mobile-filter-btn:active {
          color: #476855; } }
  .index-intro__mobile-arrow {
    position: absolute;
    bottom: 0;
    display: none;
    width: 44px;
    height: 44px;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: 30px auto;
    animation-direction: alternate-reverse;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 1; }
    .index-intro__mobile-arrow.left {
      right: 0;
      background-position: right center;
      background-image: url("/static/images/ic-mobile-left-white-arrow.5abea37f830d.svg");
      -webkit-animation: MoveRightToLeft 2s ease infinite;
              animation: MoveRightToLeft 2s ease infinite; }
    .index-intro__mobile-arrow.right {
      left: 0;
      background-position: center;
      background-image: url("/static/images/ic-mobile-right-white-arrow.f48d1652391d.svg");
      -webkit-animation: MoveLeftToRight 2s ease infinite;
              animation: MoveLeftToRight 2s ease infinite; }
    @media only screen and (max-width: 812px) {
      .index-intro__mobile-arrow {
        display: block; } }
  .index-intro__announce {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 10%;
    left: 50%;
    width: 306px;
    height: 88px;
    padding: 20px 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #476855;
    z-index: 11;
    outline: none;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    text-decoration: none;
    color: #fff; }
    @media only screen and (max-width: 812px) {
      .index-intro__announce {
        top: 20%;
        width: 200px;
        height: 68px;
        padding: 10px 0; } }
    .index-intro__announce-border {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 294px;
      height: 74px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: url("/static/images/border-announce.62eec89ae13e.svg") center no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 812px) {
        .index-intro__announce-border {
          width: 180px;
          height: 50px;
          background-size: contain; } }
    .index-intro__announce-text, .index-intro__announce-value {
      text-align: center;
      font-size: 22px;
      font-weight: 100;
      line-height: 1.2;
      color: white; }
      @media only screen and (max-width: 812px) {
        .index-intro__announce-text, .index-intro__announce-value {
          font-size: 12px; } }
    .index-intro__announce-value {
      font-weight: 400; }
  .index-intro__stage-link {
    width: 90%;
    margin: 0 auto;
    display: none;
    height: 57px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 10px;
    z-index: 1;
    text-transform: uppercase;
    background-color: #fff;
    color: #476855;
    font-size: 12px;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700; }
    .index-intro__stage-link:hover {
      background-color: #476855;
      color: #fff; }
    @media (max-width: 1180px) {
      .index-intro__stage-link {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 768px; } }
    .index-intro__stage-link._right {
      right: 10%; }
    .index-intro__stage-link._left {
      left: 10%; }
  .index-intro__info-min-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .index-intro__info-city {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Regal", "Times New Roman", serif; }

.index-promo {
  display: none;
  position: relative;
  padding-top: 26px;
  padding-bottom: 173px;
  background-color: #f6f6f6;
  background-image: url("/static/images/press-bg.bccbdeec756d.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 50% auto; }
  @media only screen and (max-width: 812px) {
    .index-promo {
      display: block; } }
  .index-promo .press-card {
    margin-bottom: 16px; }
  .index-promo .index-intro__mobile-filter-btn {
    bottom: 107px; }
  .index-promo__title {
    font-family: "Regal", "Times New Roman", serif;
    margin-bottom: 24px;
    font-size: 25px;
    font-weight: bold;
    color: #81807e; }

.hero-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }
  .hero-slide__half {
    width: 50%;
    height: 100%;
    position: relative; }
    .hero-slide__half._left .hero-slide__bg {
      background-position: right bottom;
      background-blend-mode: multiply;
      opacity: .4; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .hero-slide__half._left .hero-slide__bg {
          opacity: .2; } }
    .hero-slide__half._left .hero-slide__building {
      background-position: right bottom; }
      @media only screen and (max-width: 812px) {
        .hero-slide__half._left .hero-slide__building {
          left: auto;
          right: 0; } }
    .hero-slide__half._left .hero-slide__footer {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-right: 90px; }
      .hero-slide__half._left .hero-slide__footer:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 95px;
        background: -webkit-gradient(linear, right top, left top, color-stop(15%, rgba(0, 0, 0, 0.7)), to(transparent));
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.7) 15%, transparent 100%);
        mix-blend-mode: overlay;
        pointer-events: none;
        z-index: 1; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .hero-slide__half._left .hero-slide__footer:after {
          background: -webkit-gradient(linear, right top, left top, color-stop(15%, rgba(0, 0, 0, 0.08)), to(transparent));
          background: linear-gradient(270deg, rgba(0, 0, 0, 0.08) 15%, transparent 100%); } }
      @supports (-ms-ime-align: auto) {
        .hero-slide__half._left .hero-slide__footer:after {
          background: -webkit-gradient(linear, right top, left top, color-stop(15%, rgba(0, 0, 0, 0.08)), to(transparent));
          background: linear-gradient(270deg, rgba(0, 0, 0, 0.08) 15%, transparent 100%); } }
    @media only screen and (min-width: 1282px) and (max-width: 1439px) {
      .hero-slide__half._left .hero-slide__style {
        left: 65%; } }
    .hero-slide__half._left .hero-slide__info {
      left: 100px; }
    .hero-slide__half._right .hero-slide__bg {
      background-position: left bottom;
      background-blend-mode: soft-light;
      opacity: .8; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .hero-slide__half._right .hero-slide__bg {
          opacity: .2; } }
      @supports (-ms-ime-align: auto) {
        .hero-slide__half._right .hero-slide__bg {
          opacity: .15; } }
    .hero-slide__half._right .hero-slide__photo {
      margin-left: -5px; }
    .hero-slide__half._right .hero-slide__building {
      background-position: left bottom; }
    .hero-slide__half._right .hero-slide__footer {
      padding-left: 90px; }
    @media only screen and (min-width: 1282px) and (max-width: 1439px) {
      .hero-slide__half._right .hero-slide__style {
        left: 35%; } }
    .hero-slide__half._right .hero-slide__info {
      right: 100px; }
  .hero-slide__content {
    position: relative;
    width: 100%;
    height: calc(100% - 98px);
    background-color: #e0ddd7;
    overflow: hidden; }
    @media only screen and (max-width: 812px) {
      .hero-slide__content {
        height: calc(100% - 78px); } }
    .hero-slide__content:hover .hero-slide__bg {
      -webkit-transform: scale(1);
              transform: scale(1); }
  .hero-slide__footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 98px;
    background-color: #f0ede9; }
    @media only screen and (max-width: 812px) {
      .hero-slide__footer {
        display: none; } }
  .hero-slide__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-color: #e0ddd7;
    background-size: 100% 100%;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease; }
    @media only screen and (max-width: 812px) {
      .hero-slide__bg {
        background-size: auto 100%; } }
  .hero-slide__photo {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 47vh;
    width: 100%;
    z-index: 1; }
    .hero-slide__photo._blur .hero-slide__building._front {
      opacity: 1; }
  .hero-slide__building {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transition: opacity 1.2s ease;
    transition: opacity 1.2s ease; }
    @media only screen and (max-width: 812px) {
      .hero-slide__building {
        background-size: contain;
        width: 90%; } }
    .hero-slide__building._back {
      opacity: 1;
      z-index: 1; }
    .hero-slide__building._front {
      opacity: 0;
      z-index: 2; }
  .hero-slide__style {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    z-index: 4; }
    @media only screen and (max-width: 812px) {
      .hero-slide__style {
        display: none; } }
    .hero-slide__style._sp {
      left: 55%; }
  .hero-slide__info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 4;
    width: 190px;
    background-color: #fff;
    text-align: center;
    pointer-events: all;
    text-decoration: none;
    outline: 0; }
    @media only screen and (max-width: 812px) {
      .hero-slide__info {
        display: none;
        min-height: 200px;
        bottom: 66px;
        width: 140px; } }
    @media only screen and (max-width: 364px) {
      .hero-slide__info {
        bottom: 20px; } }

.video__btn-item {
  position: relative;
  width: 400px;
  height: 225px;
  background: #476855;
  cursor: pointer;
  padding: 20px;
  z-index: 9; }
  .video__btn-item picture {
    pointer-events: none; }
  .video__btn-item img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
    display: block; }
  @media (max-width: 1180px) {
    .video__btn-item {
      width: 200px;
      height: 100px;
      padding: 10px; } }

.video__btn--fixed {
  position: fixed;
  bottom: 40px;
  left: 20px;
  z-index: 10;
  -webkit-animation: 2s slideUp;
          animation: 2s slideUp;
  -webkit-transition: .5s;
  transition: .5s; }
  .video__btn--fixed:hover .video__btn-hide {
    opacity: 1; }
  @media (max-width: 767px) {
    .video__btn--fixed {
      bottom: 15px;
      left: 15px; } }

@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@keyframes slideUp {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

.video__btn-hide {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #476855;
  z-index: 10; }

.video__btn-hide::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  top: 8px;
  left: 4px;
  background: black;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.video__btn-hide::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  top: 8px;
  left: 4px;
  background: black;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.video {
  width: 100%;
  height: 100%; }

.video iframe {
  width: 100% !important;
  height: 100% !important; }

.complex-location__btn {
  max-width: 200px;
  margin: 0 auto;
  text-align: center; }

.hero-slide__mob {
  display: none; }
  @media (max-width: 1180px) {
    .hero-slide__mob {
      display: block;
      width: 100%;
      height: 100%;
      height: calc(100% - 78px); }
      .hero-slide__mob-img {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: right center; }
      .hero-slide__mob .hero-slide__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .hero-slide__mob .hero-slider__mob-title {
        padding: 16px;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        font-family: "Regal", "Times New Roman", serif;
        text-align: center; } }

@media (max-width: 1180px) {
  .hero-slide__half {
    display: none; } }

@media (max-width: 1080px) {
  .index-intro__slide {
    padding-bottom: 160px; } }

@media (max-width: 1180px) {
  .hero-slide__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    height: 90px;
    padding: 16px;
    background: transparent; } }

@media (max-width: 1180px) {
  .index-intro__features-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; } }

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  color: #000;
  padding-bottom: 80px;
  pointer-events: none;
  -webkit-transform: translate3d(-110vw, 0, 0);
          transform: translate3d(-110vw, 0, 0);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  z-index: 12; }
  .menu.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: all; }
    .menu.active .menu__item {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(1);
              transform: translate3d(0, 0, 0) scale(1);
      -webkit-transition: opacity 0.5s ease, color 0.3s ease, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.5s ease, color 0.3s ease, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s ease;
      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s ease, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transition-delay: .59s;
              transition-delay: .59s; }
      .menu.active .menu__item:nth-child(0) {
        -webkit-transition-delay: .1s;
                transition-delay: .1s; }
      .menu.active .menu__item:nth-child(1) {
        -webkit-transition-delay: .17s;
                transition-delay: .17s; }
      .menu.active .menu__item:nth-child(2) {
        -webkit-transition-delay: .24s;
                transition-delay: .24s; }
      .menu.active .menu__item:nth-child(3) {
        -webkit-transition-delay: .31s;
                transition-delay: .31s; }
      .menu.active .menu__item:nth-child(4) {
        -webkit-transition-delay: .38s;
                transition-delay: .38s; }
      .menu.active .menu__item:nth-child(5) {
        -webkit-transition-delay: .45s;
                transition-delay: .45s; }
      .menu.active .menu__item:nth-child(6) {
        -webkit-transition-delay: .52s;
                transition-delay: .52s; }
    .menu.active .menu__fav,
    .menu.active .menu__call-back {
      opacity: 1;
      -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .menu.active .menu__fav {
      -webkit-transition-delay: 0.42s;
              transition-delay: 0.42s; }
    .menu.active .menu__call-back {
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .menu.active .menu__main:after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
      transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
      opacity: 1; }
  .menu__container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: hidden; }
  .menu__link {
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
    @media only screen and (max-width: 364px) {
      .menu__link {
        font-size: 14px; } }
  .menu__item {
    margin-bottom: 12px;
    -webkit-transform: translate3d(0, -15px, 0) scale(0.9);
            transform: translate3d(0, -15px, 0) scale(0.9);
    -webkit-transition: opacity .15s ease, color .3s ease, -webkit-transform 0s ease .15s;
    transition: opacity .15s ease, color .3s ease, -webkit-transform 0s ease .15s;
    transition: opacity .15s ease, transform 0s ease .15s, color .3s ease;
    transition: opacity .15s ease, transform 0s ease .15s, color .3s ease, -webkit-transform 0s ease .15s;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    opacity: 0;
    will-change: transform, opacity; }
    .menu__item.active .menu__link {
      color: #476855; }
      .menu__item.active .menu__link:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .menu__item.has-children .menu__link:after {
      content: '';
      display: block;
      position: absolute;
      left: calc(100% + 18px);
      top: calc(50% - 5px);
      width: 19px;
      height: 11px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      background-image: url("/static/images/arrow-bottom-green-menu.3abb31c687cc.svg");
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
  .menu__main {
    position: relative;
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(100vh - 140px - 80px); }
    @media only screen and (max-width: 364px) {
      .menu__main {
        height: calc(100vh - 140px / 1.5 - 80px); } }
    .menu__main:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: calc(50% - 75px);
      margin-left: 6px;
      width: 150px;
      height: 2px;
      background-color: #476855;
      z-index: 3;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transition: -webkit-transform .15s ease;
      transition: -webkit-transform .15s ease;
      transition: transform .15s ease;
      transition: transform .15s ease, -webkit-transform .15s ease;
      opacity: 0; }
      @media only screen and (max-width: 364px) {
        .menu__main:after {
          margin-left: 14px;
          left: calc(50% - 67px);
          width: 134px; } }
  .menu__list {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    max-height: calc(100vh - 140px - 80px);
    list-style: none;
    text-align: center;
    overflow-y: scroll; }
    @media only screen and (max-width: 364px) {
      .menu__list {
        max-height: calc(100vh - 140px / 1.5 - 80px); } }
  .menu__submenu {
    margin-top: 7px; }
    .menu__submenu-item {
      list-style: none;
      margin-bottom: 5px; }
    .menu__submenu-link {
      color: #000;
      text-decoration: none;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 500; }
      @media only screen and (max-width: 364px) {
        .menu__submenu-link {
          font-size: 12px; } }
  .menu__fav, .menu__call-back {
    position: absolute;
    left: 0;
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    -webkit-transition: opacity .15s ease, -webkit-transform 0s ease .15s;
    transition: opacity .15s ease, -webkit-transform 0s ease .15s;
    transition: opacity .15s ease, transform 0s ease .15s;
    transition: opacity .15s ease, transform 0s ease .15s, -webkit-transform 0s ease .15s;
    opacity: 0; }
  .menu__call-back {
    bottom: 0;
    color: #fff;
    background-color: #476855;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  .menu__fav {
    position: absolute;
    bottom: 70px;
    color: #000;
    background-color: #eeeae6;
    -webkit-transform: translate3d(0, 200%, 0);
            transform: translate3d(0, 200%, 0); }
  .menu .header__fav-ico {
    margin: 0 12px 5px 0; }

.realty-intro {
  position: relative;
  height: calc(100vh - 100px);
  z-index: 0; }
  @media only screen and (max-width: 812px) {
    .realty-intro {
      height: 203px;
      padding-top: 54%; } }
  .realty-intro:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90vw;
    height: 80vw;
    background: linear-gradient(209deg, transparent, transparent 62%, transparent 69%, #000 94%);
    pointer-events: none;
    z-index: 0; }
    @media only screen and (max-width: 812px) {
      .realty-intro:after {
        width: 93%;
        height: 72%; } }
  .realty-intro__slider {
    position: relative; }
    @media only screen and (max-width: 812px) {
      .realty-intro__slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
        .realty-intro__slider.slick-slider {
          position: absolute; } }
  .realty-intro__slider, .realty-intro__slide {
    height: 100%; }
  .realty-intro__slide {
    display: none;
    background-color: #e0ddd7;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover; }
    .realty-intro__slide:first-of-type {
      display: block; }
    .realty-intro__slide.slicks-slide {
      display: block; }
  .realty-intro__content {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 1; }
    @media only screen and (max-width: 812px) {
      .realty-intro__content {
        bottom: 0; } }
    @media only screen and (max-width: 812px) {
      .realty-intro__content .scroll-tip {
        display: none; } }
  .realty-intro__main-title {
    margin-bottom: 53px;
    max-width: 510px; }
    @media only screen and (max-width: 812px) {
      .realty-intro__main-title {
        margin-bottom: 42px; } }

.complex-location {
  position: relative;
  width: 100%;
  background-color: #e0ddd7; }
  @media only screen and (max-width: 812px) {
    .complex-location {
      background-color: #fff; } }
  .complex-location__map {
    height: 504px; }
    @media only screen and (max-width: 812px) {
      .complex-location__map {
        height: 500px;
        max-height: 60vh; } }
    .complex-location__map iframe {
      display: none; }
    .complex-location__map .model {
      opacity: 0;
      pointer-events: none; }
  .complex-location__content {
    position: absolute;
    top: -44vh;
    right: 0;
    width: 100%;
    pointer-events: none;
    z-index: 2; }
    @media only screen and (max-width: 812px) {
      .complex-location__content {
        position: static;
        bottom: auto;
        right: auto; } }
    .complex-location__content-container {
      position: relative; }
      @media only screen and (max-width: 812px) {
        .complex-location__content-container {
          position: static; } }
  .complex-location__info {
    padding: 81px 38px 35px 70px;
    margin-right: -8px;
    margin-left: auto;
    width: 100%;
    max-width: 664px;
    max-height: calc(33vh + 569px);
    background-color: #fff;
    overflow: hidden;
    line-height: 2.15;
    pointer-events: all; }
    @media only screen and (max-width: 812px) {
      .complex-location__info {
        padding: 21px 17px 15px 31px;
        margin-right: 0;
        line-height: 1.6;
        -webkit-transform: translateY(-25px);
                transform: translateY(-25px);
        height: auto; } }
    .complex-location__info-title {
      margin-bottom: 29px;
      font-weight: 500;
      font-size: 18px; }
      @media only screen and (max-width: 812px) {
        .complex-location__info-title {
          margin-bottom: 12px;
          font-size: 14px; } }
      .complex-location__info-title:first-letter {
        font-family: "Regal", "Times New Roman", serif;
        font-size: 35px;
        color: #476855;
        font-weight: 700;
        line-height: 0; }
        @media only screen and (max-width: 812px) {
          .complex-location__info-title:first-letter {
            font-family: "Museo", "Circle", Arial, sans-serif, Arial, sans-serif;
            color: #000;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.6; } }
    .complex-location__info-text {
      line-height: 2.1; }
      @media only screen and (max-width: 812px) {
        .complex-location__info-text {
          font-size: 14px; } }
      .complex-location__info-text p {
        margin-bottom: 32px; }
        @media only screen and (max-width: 812px) {
          .complex-location__info-text p {
            line-height: 1.6;
            margin-bottom: 20px; } }
        .complex-location__info-text p:last-of-type {
          margin-bottom: 0; }
  .complex-location__link {
    position: absolute;
    left: calc(118px + 70px);
    bottom: -68px;
    pointer-events: all; }
    @media only screen and (max-width: 812px) {
      .complex-location__link {
        left: 50%;
        bottom: 44px;
        z-index: 2;
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
        width: 335px;
        max-width: 100vw; }
        .complex-location__link[data-emergence="visible"], .complex-location__link[data-emergence="hidden"] {
          -webkit-transform: translate3d(-50%, 0, 0);
                  transform: translate3d(-50%, 0, 0); } }

.complex-features {
  padding-top: 60px;
  padding-bottom: 66px;
  width: 100%;
  background-color: #fff; }
  @media only screen and (max-width: 812px) {
    .complex-features {
      padding-top: 20px;
      padding-bottom: 0;
      display: none; }
      .complex-features.mobile {
        display: block; } }
  .complex-features.mobile {
    display: none; }
  .complex-features__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 812px) {
      .complex-features__main {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
    .complex-features__main-text {
      margin-right: 105px;
      margin-bottom: 56px;
      max-width: 740px; }
      @media only screen and (max-width: 812px) {
        .complex-features__main-text {
          margin-right: 0;
          margin-bottom: 0;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          font-size: 14px;
          line-height: 1.6; } }
    .complex-features__main-items {
      padding-top: 2px;
      margin-bottom: 56px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (max-width: 812px) {
        .complex-features__main-items {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-top: 17px;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          margin-bottom: 0; } }
  .complex-features__big-item {
    margin-right: 84px; }
    @media only screen and (max-width: 812px) {
      .complex-features__big-item {
        margin-right: 48px;
        margin-bottom: 16px; } }
    @media only screen and (max-width: 364px) {
      .complex-features__big-item {
        margin-right: 32px; } }
    .complex-features__big-item:last-of-type {
      margin-right: 0; }
    .complex-features__big-item-value {
      color: #476855;
      margin-bottom: 11px; }
      @media only screen and (max-width: 812px) {
        .complex-features__big-item-value {
          line-height: 1;
          margin-bottom: 0;
          font-size: 42px; } }
      @media only screen and (max-width: 364px) {
        .complex-features__big-item-value {
          font-size: 34px; } }
    .complex-features__big-item-text {
      font-size: 30px; }
      @media only screen and (max-width: 812px) {
        .complex-features__big-item-text {
          font-size: 22px; } }
  .complex-features__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .complex-features__item {
    margin-right: 37px; }
    .complex-features__item:last-of-type {
      margin-right: 0; }
    .complex-features__item-icon {
      margin-bottom: 33px;
      height: 97px;
      width: 100%;
      max-width: 180px;
      background-repeat: no-repeat;
      background-position: left bottom; }
      .complex-features__item-icon.icon1 {
        background-image: url("/static/images/ic-features1.32a962837f5e.svg"); }
      .complex-features__item-icon.icon2 {
        background-image: url("/static/images/ic-features2.6f94e2f5f6ac.svg"); }
      .complex-features__item-icon.icon3 {
        background-image: url("/static/images/ic-features3.1d8c048d801c.svg"); }
      .complex-features__item-icon.icon4 {
        background-image: url("/static/images/ic-features4.d842d40237fc.svg"); }
      .complex-features__item-icon.icon5 {
        background-image: url("/static/images/ic-features5.88bc8bf39645.svg"); }
    .complex-features__item-text {
      display: inline-block;
      max-width: 238px;
      line-height: 1.9; }
  @media only screen and (max-width: 812px) {
    .complex-features .container {
      padding: 0; } }

.complex-advantages {
  background-color: #fff; }
  .complex-advantages__body {
    background-color: #f6f6f6; }
  .complex-advantages__head {
    width: 100%;
    padding-top: 10px;
    background-color: #fff; }
    @media only screen and (max-width: 812px) {
      .complex-advantages__head {
        position: relative; } }
    @media only screen and (max-width: 812px) {
      .complex-advantages__head .container {
        padding: 0; } }
    @media only screen and (max-width: 812px) {
      .complex-advantages__head:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100px;
        background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(100%, rgba(255, 255, 255, 0)), color-stop(37.02%, rgba(254, 254, 254, 0.84)));
        background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%, rgba(254, 254, 254, 0.84) 37.02%);
        z-index: 2;
        pointer-events: none; } }
  .complex-advantages__container {
    position: relative;
    min-height: 780px; }
    @media only screen and (max-width: 812px) {
      .complex-advantages__container {
        min-height: auto;
        height: 280px;
        padding-top: 54%; } }
  .complex-advantages__tabs {
    min-height: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 812px) {
      .complex-advantages__tabs {
        position: relative;
        width: 100%;
        padding: 0 16px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        min-height: 66px;
        overflow-y: scroll; } }
  .complex-advantages__tab {
    position: relative;
    padding-bottom: 47px;
    margin-right: 64px;
    font-size: 34px;
    color: #476855;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    will-change: color;
    cursor: pointer; }
    @media only screen and (max-width: 812px) {
      .complex-advantages__tab {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding-bottom: 25px;
        font-size: 20px;
        margin-right: 22px; } }
    .complex-advantages__tab.active, .complex-advantages__tab:hover {
      color: #000; }
    .complex-advantages__tab.active:after {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
    .complex-advantages__tab:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 9px;
      background-color: #476855;
      -webkit-transform-origin: bottom;
              transform-origin: bottom;
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transition: -webkit-transform .15s ease-in-out;
      transition: -webkit-transform .15s ease-in-out;
      transition: transform .15s ease-in-out;
      transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out; }
      @media only screen and (max-width: 812px) {
        .complex-advantages__tab:after {
          height: 5px; } }
    .complex-advantages__tab:last-of-type {
      margin-right: 0; }
  .complex-advantages__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    will-change: transform;
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
    opacity: 0;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: opacity .4s ease, position 0s ease .4s, -webkit-transform .4s;
    transition: opacity .4s ease, position 0s ease .4s, -webkit-transform .4s;
    transition: opacity .4s ease, position 0s ease .4s, transform .4s;
    transition: opacity .4s ease, position 0s ease .4s, transform .4s, -webkit-transform .4s; }
    @media only screen and (max-width: 812px) {
      .complex-advantages__slider {
        height: 100%; } }
    .complex-advantages__slider.active {
      pointer-events: all;
      position: relative;
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-transition: opacity .8s ease .3s, position .8s ease .3s, -webkit-transform .8s ease .3s;
      transition: opacity .8s ease .3s, position .8s ease .3s, -webkit-transform .8s ease .3s;
      transition: opacity .8s ease .3s, position .8s ease .3s, transform .8s ease .3s;
      transition: opacity .8s ease .3s, position .8s ease .3s, transform .8s ease .3s, -webkit-transform .8s ease .3s; }
      @media only screen and (max-width: 812px) {
        .complex-advantages__slider.active {
          position: absolute; } }
    .complex-advantages__slider .slider-dots {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      bottom: 78px;
      width: 100%; }
  .complex-advantages__slide {
    position: relative;
    display: none;
    height: 782px;
    width: 100%;
    background-color: #e0ddd7;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden; }
    @media only screen and (max-width: 812px) {
      .complex-advantages__slide {
        height: 100%; } }
    .complex-advantages__slide.slick-active .complex-advantages__slide-title,
    .complex-advantages__slide.slick-active .complex-advantages__slide-text {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98);
      transition: opacity 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98);
      transition: transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98), opacity 1.2s ease;
      transition: transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98), opacity 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.37, 0.01, 0, 0.98);
      opacity: 1; }
    .complex-advantages__slide.slick-active .complex-advantages__slide-text {
      -webkit-transition-delay: .7s;
              transition-delay: .7s; }
    .complex-advantages__slide.slick-active .complex-advantages__slide-title {
      -webkit-transition-delay: .5s;
              transition-delay: .5s; }
    .complex-advantages__slide:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 110%;
      height: 100%;
      background: linear-gradient(191deg, transparent, transparent 62%, transparent 67%, #000 100%);
      pointer-events: none;
      z-index: 0; }
    .complex-advantages__slide:first-of-type {
      display: block; }
    .complex-advantages__slide.slick-slide {
      display: block; }
    .complex-advantages__slide-content {
      position: absolute;
      left: 118px;
      bottom: 73px;
      color: #fff;
      z-index: 1; }
      @media only screen and (max-width: 812px) {
        .complex-advantages__slide-content {
          padding: 10px 20px 20px;
          position: absolute;
          left: auto;
          bottom: 0;
          width: 100%; } }
    .complex-advantages__slide-title {
      max-width: 453px;
      font-size: 34px;
      font-weight: 500;
      -webkit-transform: translate3d(0, 70px, 0);
              transform: translate3d(0, 70px, 0);
      -webkit-transition: opacity .3s ease, -webkit-transform .3s ease .3s;
      transition: opacity .3s ease, -webkit-transform .3s ease .3s;
      transition: transform .3s ease .3s, opacity .3s ease;
      transition: transform .3s ease .3s, opacity .3s ease, -webkit-transform .3s ease .3s;
      opacity: 0; }
      @media only screen and (max-width: 812px) {
        .complex-advantages__slide-title {
          font-size: 16px;
          max-width: 400px;
          line-height: 1.6; } }
    .complex-advantages__slide-text {
      margin-top: 18px;
      max-width: 394px;
      font-size: 14px;
      line-height: 2.8;
      -webkit-transform: translate3d(0, 70px, 0);
              transform: translate3d(0, 70px, 0);
      -webkit-transition: opacity .3s ease, -webkit-transform .3s ease .3s;
      transition: opacity .3s ease, -webkit-transform .3s ease .3s;
      transition: transform .3s ease .3s, opacity .3s ease;
      transition: transform .3s ease .3s, opacity .3s ease, -webkit-transform .3s ease .3s;
      opacity: 0; }
      @media only screen and (max-width: 812px) {
        .complex-advantages__slide-text {
          margin-top: 0;
          line-height: 1.5; } }
  .complex-advantages__mobile-spacer {
    display: none; }
    @media only screen and (max-width: 812px) {
      .complex-advantages__mobile-spacer {
        display: block;
        padding-right: 100px;
        opacity: 0;
        pointer-events: none; } }

.complex-capital {
  background-color: #e0ddd7; }
  .complex-capital--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .complex-capital__block {
    padding-top: 70px;
    padding-bottom: 74px;
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; }
    @media only screen and (max-width: 812px) {
      .complex-capital__block {
        padding-bottom: 0;
        padding-top: 35px; } }
    .complex-capital__block.first {
      background-image: url("/static/images/spb-bg.8eb1a78214ef.jpg"); }
      .complex-capital__block.first .complex-capital__main-title:before {
        background-image: url("/static/images/spb-logo.a492482f19a1.svg"); }
    .complex-capital__block.second {
      background-image: url("/static/images/moscow-bg.e3f80f08d1d5.jpg"); }
      .complex-capital__block.second .complex-capital__main-title:before {
        background-image: url("/static/images/moscow-logo.903310316fa4.svg"); }
      .complex-capital__block.second .complex-capital__text {
        margin-left: 70px; }
        @media only screen and (max-width: 812px) {
          .complex-capital__block.second .complex-capital__text {
            margin-left: 0; } }
      .complex-capital__block.second:after {
        background-color: rgba(238, 234, 230, 0.91); }
      .complex-capital__block.second:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 95px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
        background-blend-mode: overlay; }
    .complex-capital__block:nth-child(2n) .complex-capital__block-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-flow: row-reverse;
              flex-flow: row-reverse; }
      @media only screen and (max-width: 812px) {
        .complex-capital__block:nth-child(2n) .complex-capital__block-container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column; } }
    .complex-capital--reverse .complex-capital__block:first-of-type {
      padding-bottom: 145px; }
      @media only screen and (max-width: 812px) {
        .complex-capital--reverse .complex-capital__block:first-of-type {
          padding-bottom: 110px; } }
    .complex-capital__block:last-of-type {
      padding-bottom: 145px; }
      @media only screen and (max-width: 812px) {
        .complex-capital__block:last-of-type {
          padding-bottom: 110px; } }
      .complex-capital--reverse .complex-capital__block:last-of-type {
        padding-bottom: 74px; }
        @media only screen and (max-width: 812px) {
          .complex-capital--reverse .complex-capital__block:last-of-type {
            padding-bottom: 0; } }
    .complex-capital__block:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(246, 246, 246, 0.94);
      z-index: 0; }
    .complex-capital__block-container {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      z-index: 1; }
      @media only screen and (max-width: 812px) {
        .complex-capital__block-container {
          padding: 0;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column; } }
    .complex-capital__block-aside {
      padding-top: 99px;
      max-width: calc(1380px - 910px - 116px);
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media only screen and (max-width: 812px) {
        .complex-capital__block-aside {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-width: 100%;
          padding-top: 12px;
          padding-left: 16px;
          padding-right: 16px; } }
    .complex-capital__block-main {
      max-width: 910px; }
  .complex-capital__main-title {
    position: relative;
    margin-left: 23px;
    margin-bottom: 44px;
    padding-left: 60px; }
    @media only screen and (max-width: 812px) {
      .complex-capital__main-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 0;
        margin-bottom: 22px;
        padding-left: 35px;
        font-size: 20px; } }
    .complex-capital__main-title:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      width: 33px;
      height: 42px;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: 100% auto; }
      @media only screen and (max-width: 812px) {
        .complex-capital__main-title:before {
          display: none; } }
    .complex-capital__main-title span {
      display: inline-block; }
      .complex-capital__main-title span:last-of-type {
        margin-left: 16px;
        font-size: 24px;
        font-weight: 500; }
        @media only screen and (max-width: 812px) {
          .complex-capital__main-title span:last-of-type {
            margin-right: 16px;
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
            font-size: 15px;
            font-weight: 700; } }
  .complex-capital__slider {
    width: 100%;
    max-width: 910px;
    height: 504px;
    background-color: #e0ddd7; }
    @media only screen and (max-width: 812px) {
      .complex-capital__slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .complex-capital__slider.slick-slider {
          position: absolute; } }
  .complex-capital__slide {
    display: none;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .complex-capital__slide:first-of-type {
      display: block; }
    .complex-capital__slide.slick-slide {
      display: block; }
  .complex-capital__text {
    padding-top: 40px;
    margin-left: 87px;
    max-width: 745px;
    font-size: 16px;
    line-height: 2.4; }
    @media only screen and (max-width: 812px) {
      .complex-capital__text {
        padding-top: 30px;
        padding-left: 16px;
        padding-right: 16px;
        margin-left: 0;
        font-size: 14px;
        line-height: 1.6; } }
    .complex-capital__text p {
      margin-bottom: 29px; }
      @media only screen and (max-width: 812px) {
        .complex-capital__text p {
          margin-bottom: 10px; } }
      .complex-capital__text p:first-of-type {
        font-weight: 500; }
      .complex-capital__text p:last-of-type {
        margin-bottom: 0; }
  .complex-capital__aside-item {
    position: relative;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    font-family: "Regal", "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500; }
    @media only screen and (max-width: 812px) {
      .complex-capital__aside-item {
        display: none;
        line-height: 1.6;
        margin-bottom: 14px;
        font-size: 15px; } }
    .complex-capital__aside-item:after {
      content: '';
      margin-top: 2px;
      display: block;
      width: 104px;
      height: 2px;
      background-color: #476855; }
  .complex-capital__link {
    padding: 23px 100px;
    margin-top: 43px;
    display: inline-block; }
    @media only screen and (max-width: 812px) {
      .complex-capital__link {
        width: 100%;
        padding: 23px 20px;
        text-align: center;
        max-width: 335px;
        margin: 32px auto 13px; } }
  .complex-capital__slider-wrapper {
    position: relative; }
    @media only screen and (max-width: 812px) {
      .complex-capital__slider-wrapper {
        height: 203px;
        padding-top: 54%; } }

@media only screen and (max-width: 812px) {
  .complex-dynamic-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; } }

.complex-dynamic-intro {
  padding-bottom: 23px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 812px) {
    .complex-dynamic-intro {
      padding-bottom: 10px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .complex-dynamic-intro__select {
    opacity: 0; }
  .complex-dynamic-intro__head {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 812px) {
      .complex-dynamic-intro__head {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .complex-dynamic-intro__head-item {
      margin-top: -5px;
      min-width: 243px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-right: 20px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (max-width: 812px) {
        .complex-dynamic-intro__head-item {
          padding-right: 4px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          min-width: auto;
          margin-right: 17px;
          margin-bottom: 17px; } }
      .complex-dynamic-intro__head-item:last-of-type {
        margin-right: 0; }
    .complex-dynamic-intro__head-subtitle {
      margin-top: -1px;
      margin-right: 24px; }
  .complex-dynamic-intro__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 812px) {
      .complex-dynamic-intro__btns {
        position: initial;
        margin-top: 18px; } }
  .complex-dynamic-intro__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    background: transparent;
    border: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .complex-dynamic-intro__btn &gt; span {
      white-space: nowrap; }
      @media only screen and (max-width: 812px) {
        .complex-dynamic-intro__btn &gt; span {
          width: auto !important; } }
    .complex-dynamic-intro__btn:first-child {
      margin-right: 20px; }
    @media only screen and (max-width: 812px) {
      .complex-dynamic-intro__btn {
        position: relative;
        bottom: auto;
        right: auto;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    .complex-dynamic-intro__btn:focus {
      opacity: 1; }
    .complex-dynamic-intro__btn:active {
      opacity: .7; }
    .complex-dynamic-intro__btn .btn-white__body, .complex-dynamic-intro__btn .btn-black-grey__body {
      text-align: center;
      padding: 23px 0;
      width: 240px; }
      @media only screen and (max-width: 812px) {
        .complex-dynamic-intro__btn .btn-white__body, .complex-dynamic-intro__btn .btn-black-grey__body {
          width: 100%;
          padding: 18px 10px;
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0); } }
  @media only screen and (max-width: 812px) {
    .complex-dynamic-intro__title {
      max-width: 196px; } }

.complex-dynamic-body {
  padding-bottom: 126px; }
  @media only screen and (max-width: 812px) {
    .complex-dynamic-body .container {
      padding: 0; } }
  .complex-dynamic-body__webvideo {
    height: 100%; }
  .complex-dynamic-body__main {
    position: relative; }
  .complex-dynamic-body__content {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: opacity .4s ease, position 0s ease .4s;
    transition: opacity .4s ease, position 0s ease .4s;
    z-index: 0; }
    .complex-dynamic-body__content.active {
      pointer-events: all;
      position: relative;
      opacity: 1;
      -webkit-transition: opacity 1s ease .35s, position 0s ease .4s, -webkit-transform .3s ease .35s;
      transition: opacity 1s ease .35s, position 0s ease .4s, -webkit-transform .3s ease .35s;
      transition: opacity 1s ease .35s, position 0s ease .4s, transform .3s ease .35s;
      transition: opacity 1s ease .35s, position 0s ease .4s, transform .3s ease .35s, -webkit-transform .3s ease .35s;
      z-index: 1; }
      @media only screen and (max-width: 812px) {
        .complex-dynamic-body__content.active {
          height: 270px; } }
    .complex-dynamic-body__content.reloading .complex-dynamic-body__slider {
      opacity: 0;
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
      transition: opacity .35s ease, -webkit-transform .35s ease;
      transition: opacity .35s ease, transform .35s ease;
      transition: opacity .35s ease, transform .35s ease, -webkit-transform .35s ease; }
  .complex-dynamic-body__content, .complex-dynamic-body__3d, .complex-dynamic-body__camera {
    width: 100%;
    height: 777px; }
    @media only screen and (max-width: 812px) {
      .complex-dynamic-body__content, .complex-dynamic-body__3d, .complex-dynamic-body__camera {
        height: 100%; } }
  .complex-dynamic-body__3d, .complex-dynamic-body__camera {
    position: relative;
    background-color: #eeeae6; }
    @media only screen and (max-width: 812px) {
      .complex-dynamic-body__3d, .complex-dynamic-body__camera {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
    .complex-dynamic-body__3d iframe, .complex-dynamic-body__camera iframe {
      width: 100%;
      /* stylelint-disable */
      height: 777px !important;
      /* stylelint-enable */
      overflow: hidden;
      border: none;
      outline: none; }
      @media only screen and (max-width: 812px) {
        .complex-dynamic-body__3d iframe, .complex-dynamic-body__camera iframe {
          /* stylelint-disable */
          height: 100% !important;
          /* stylelint-enable */ } }
  .complex-dynamic-body__camera {
    display: none; }
    .complex-dynamic-body__camera.active {
      display: block; }
  .complex-dynamic-body__slider {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #eeeae6;
    -webkit-transition: opacity .35s ease .2s, -webkit-transform .35s ease .2s;
    transition: opacity .35s ease .2s, -webkit-transform .35s ease .2s;
    transition: opacity .35s ease .2s, transform .35s ease .2s;
    transition: opacity .35s ease .2s, transform .35s ease .2s, -webkit-transform .35s ease .2s; }
    @media only screen and (max-width: 812px) {
      .complex-dynamic-body__slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .complex-dynamic-body__slider.slick-slider {
          position: absolute; }
        .complex-dynamic-body__slider .slider-dots {
          bottom: 85px;
          display: none; }
        .complex-dynamic-body__slider .slider-arrow {
          top: calc(50% - 35px); } }
  .complex-dynamic-body__slide {
    position: relative;
    display: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 812px) {
      .complex-dynamic-body__slide {
        background-position: top; } }
    .complex-dynamic-body__slide-content {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      max-width: 467px;
      min-height: 136px;
      padding: 30px 15px 30px 30px;
      background-color: rgba(0, 0, 0, 0.4);
      color: #fff;
      font-size: 12px; }
      @media only screen and (max-width: 812px) {
        .complex-dynamic-body__slide-content {
          padding: 12px 16px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column;
          max-width: 100%;
          min-height: 70px;
          background-color: #6b6965; } }
    .complex-dynamic-body__slide-date {
      font-size: 30px;
      font-weight: 300;
      margin-bottom: 20px; }
      @media only screen and (max-width: 812px) {
        .complex-dynamic-body__slide-date {
          margin-top: 6px;
          margin-bottom: 6px;
          font-size: 18px;
          font-weight: 500; } }
    .complex-dynamic-body__slide-text {
      max-width: 462px;
      line-height: 2.4; }
      @media only screen and (max-width: 812px) {
        .complex-dynamic-body__slide-text {
          font-size: 10px;
          font-weight: 500;
          line-height: 1.6; } }
    .complex-dynamic-body__slide:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -93px;
      left: 0;
      width: 110%;
      height: 100%;
      background: linear-gradient(191deg, transparent, transparent 64%, transparent 53%, #000 100%);
      pointer-events: none;
      z-index: 0; }
      @media only screen and (max-width: 812px) {
        .complex-dynamic-body__slide:after {
          display: none; } }
    .complex-dynamic-body__slide.slick-slide {
      display: block; }
    .complex-dynamic-body__slide:first-of-type {
      display: block; }

@media only screen and (max-width: 812px) {
  .complex-dynamic.page-head {
    padding-top: 20px; } }

.decoration-types {
  padding-bottom: 98px; }
  .decoration-types__menu {
    width: 100%;
    background-color: #e0ddd7; }
  .decoration-types__content {
    padding-top: 58px;
    padding-bottom: 40px;
    position: relative;
    min-height: 504px; }
    @media only screen and (max-width: 812px) {
      .decoration-types__content {
        margin-top: -20px;
        padding-top: 0; } }
  .decoration-types__tabs {
    position: absolute;
    min-height: 504px;
    bottom: 0;
    right: 0; }
    @media only screen and (max-width: 812px) {
      .decoration-types__tabs {
        position: relative;
        padding: 17px 17px 10px 34px;
        min-height: auto;
        bottom: auto;
        right: auto; } }
  .decoration-types__container {
    position: relative; }
  .decoration-types__card {
    margin-bottom: 40px; }
    @media only screen and (max-width: 812px) {
      .decoration-types__card {
        margin-bottom: 24px; } }
    .decoration-types__card.active .circle-toggle {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .decoration-types__card.active .decoration-types__card-header {
      pointer-events: none; }
    .decoration-types__card.active .text-block__text {
      opacity: 1;
      -webkit-transition: opacity .5s ease .4s;
      transition: opacity .5s ease .4s; }
    .decoration-types__card:last-of-type {
      margin-bottom: 0; }
    .decoration-types__card-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      cursor: pointer; }
      .decoration-types__card-header:hover .decoration-types__card-title {
        color: #000;
        -webkit-transition: color .33s ease;
        transition: color .33s ease; }
    .decoration-types__card-content {
      padding-top: 3px; }
      .decoration-types__card-content .text-block__text {
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
    .decoration-types__card-title {
      position: relative;
      display: inline-block;
      font-weight: 500;
      font-size: 50px;
      color: #476855;
      -webkit-transition: color .25s ease;
      transition: color .25s ease;
      will-change: color; }
      @media only screen and (max-width: 812px) {
        .decoration-types__card-title {
          font-size: 25px; } }
    @media only screen and (max-width: 812px) {
      .decoration-types__card .text-block__text {
        line-height: 1.6;
        margin-top: 21px;
        margin-bottom: 34px; } }
  .decoration-types__items {
    top: 0;
    position: absolute;
    opacity: 0;
    max-width: 665px;
    min-height: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    pointer-events: none;
    will-change: transform;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    -webkit-transition: opacity .4s ease, position 0s ease .4s, -webkit-transform .4s ease;
    transition: opacity .4s ease, position 0s ease .4s, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, position 0s ease .4s;
    transition: opacity .4s ease, transform .4s ease, position 0s ease .4s, -webkit-transform .4s ease; }
    @media only screen and (max-width: 812px) {
      .decoration-types__items {
        display: none; } }
    .decoration-types__items .decoration-types__item-content {
      opacity: 1;
      padding-top: 0;
      padding-left: 0;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .decoration-types__items.active {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      pointer-events: all;
      position: relative;
      opacity: 1;
      -webkit-transition: opacity 0.8s ease 0.4s, position 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.37, 0.01, 0, 0.98) 0.4s;
      transition: opacity 0.8s ease 0.4s, position 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.37, 0.01, 0, 0.98) 0.4s;
      transition: opacity 0.8s ease 0.4s, transform 0.8s cubic-bezier(0.37, 0.01, 0, 0.98) 0.4s, position 0.8s ease 0.4s;
      transition: opacity 0.8s ease 0.4s, transform 0.8s cubic-bezier(0.37, 0.01, 0, 0.98) 0.4s, position 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.37, 0.01, 0, 0.98) 0.4s; }
    .decoration-types__items .decoration-types__item {
      margin-bottom: 49px;
      margin-right: 20px; }
      .decoration-types__items .decoration-types__item:nth-child(2n) {
        margin-right: 0; }
  .decoration-types__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    max-width: calc(260px + 60px); }
    .decoration-types__item.white {
      padding: 10px;
      background-color: #fff;
      border-radius: 43px; }
    .decoration-types__item-photo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 20px;
      width: 65px;
      height: 65px;
      background-color: #998c84;
      border-radius: 50%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-image: url("/static/images/door-icon.0bf2cde1bdad.png"); }
    .decoration-types__item-type {
      margin-bottom: 4px;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      color: #998c84; }
    .decoration-types__item-name {
      max-width: 230px;
      font-family: "Regal", "Times New Roman", serif;
      font-size: 14px;
      font-weight: 700;
      color: #000;
      line-height: 1.4; }
    .decoration-types__item-content {
      padding-top: 6px;
      padding-left: 84px;
      -webkit-transition: opacity .1s ease;
      transition: opacity .1s ease;
      -webkit-transform-origin: bottom;
              transform-origin: bottom;
      opacity: 0; }
  .decoration-types__btn-container {
    width: 100%; }
  .decoration-types__sliders {
    position: relative;
    width: 100%;
    max-height: 878px;
    height: 100vh;
    overflow: hidden; }
    @media only screen and (max-width: 812px) {
      .decoration-types__sliders {
        max-height: auto;
        height: 205px;
        padding-top: 53%; } }
  .decoration-types__slider {
    position: absolute;
    top: 0;
    opacity: 0;
    max-height: 878px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: opacity .4s ease, position 0s ease .4s;
    transition: opacity .4s ease, position 0s ease .4s; }
    .decoration-types__slider.slick-slider {
      position: absolute; }
      .decoration-types__slider.slick-slider .slider-dots li {
        pointer-events: none; }
    .decoration-types__slider.activeSlider {
      pointer-events: all;
      position: relative;
      opacity: 1;
      -webkit-transition: opacity .8s ease .4s, position .8s ease .4s;
      transition: opacity .8s ease .4s, position .8s ease .4s; }
      @media only screen and (max-width: 812px) {
        .decoration-types__slider.activeSlider {
          position: absolute; } }
      .decoration-types__slider.activeSlider.slick-slider {
        position: relative; }
        @media only screen and (max-width: 812px) {
          .decoration-types__slider.activeSlider.slick-slider {
            position: absolute; } }
        .decoration-types__slider.activeSlider.slick-slider .slider-dots li {
          pointer-events: all; }
    .decoration-types__slider .slider-dots {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      bottom: 78px;
      width: 100%; }
      @media only screen and (max-width: 812px) {
        .decoration-types__slider .slider-dots {
          bottom: 28px; } }
  .decoration-types__slide {
    display: none;
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover; }
    .decoration-types__slide:first-of-type {
      display: block; }
    .decoration-types__slide.slick-slide {
      display: block; }
    .decoration-types__slide:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 110%;
      height: 100%;
      background: linear-gradient(191deg, transparent, transparent 58%, transparent 67%, #000 115%);
      pointer-events: none;
      z-index: 0; }
  .decoration-types__tooltip {
    position: absolute;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/static/images/ic-question-green.c9a01a3d91ce.svg");
    cursor: pointer;
    z-index: 2; }
    .decoration-types__tooltip-popup {
      opacity: 0;
      -webkit-transition: opacity .5s ease;
      transition: opacity .5s ease;
      pointer-events: none; }
    .decoration-types__tooltip:hover .decoration-types__tooltip-popup {
      opacity: 1; }
  .decoration-types__shield {
    position: absolute;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    width: 31px;
    height: 31px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2; }
    @media only screen and (max-width: 812px) {
      .decoration-types__shield {
        display: none; } }
    .decoration-types__shield:hover .decoration-types__shield-circle {
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .decoration-types__shield:hover .decoration-types__shield-photo {
      -webkit-transition: -webkit-transform 0.4s ease 0.2s;
      transition: -webkit-transform 0.4s ease 0.2s;
      transition: transform 0.4s ease 0.2s;
      transition: transform 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .decoration-types__shield:hover .decoration-types__shield-body {
      -webkit-transition: opacity 0s ease 0.18182s, width 0.6s ease 0.48s, -webkit-transform 0.6s ease 0.18182s;
      transition: opacity 0s ease 0.18182s, width 0.6s ease 0.48s, -webkit-transform 0.6s ease 0.18182s;
      transition: transform 0.6s ease 0.18182s, opacity 0s ease 0.18182s, width 0.6s ease 0.48s;
      transition: transform 0.6s ease 0.18182s, opacity 0s ease 0.18182s, width 0.6s ease 0.48s, -webkit-transform 0.6s ease 0.18182s;
      -webkit-transform: translate3d(0, -50%, 0) scale(1);
              transform: translate3d(0, -50%, 0) scale(1);
      width: calc(260px + 60px);
      opacity: 1;
      pointer-events: all; }
    .decoration-types__shield:hover .decoration-types__item-content {
      opacity: 1;
      -webkit-transition: opacity 0.4s ease 0.8s;
      transition: opacity 0.4s ease 0.8s; }
    .decoration-types__shield:hover:after {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }
    .decoration-types__shield:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #fff;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("/static/images/ic-question-green.c9a01a3d91ce.svg");
      width: 100%;
      height: 100%;
      z-index: 2;
      border-radius: 50%;
      -webkit-transition: opacity 0.4s ease 0.4s;
      transition: opacity 0.4s ease 0.4s; }
    .decoration-types__shield-circle {
      position: absolute;
      left: calc(-15.5px - 1px);
      top: calc(-15.5px - 1px);
      width: 65px;
      height: 65px;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transform: scale(0.53);
              transform: scale(0.53);
      z-index: 1;
      -webkit-transition: -webkit-transform 0.13333s ease 0.2s;
      transition: -webkit-transform 0.13333s ease 0.2s;
      transition: transform 0.13333s ease 0.2s;
      transition: transform 0.13333s ease 0.2s, -webkit-transform 0.13333s ease 0.2s; }
    .decoration-types__shield-photo {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-image: url("/static/images/door-icon.0bf2cde1bdad.png");
      -webkit-transition: -webkit-transform 0.2s ease 0.2s;
      transition: -webkit-transform 0.2s ease 0.2s;
      transition: transform 0.2s ease 0.2s;
      transition: transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s; }
    .decoration-types__shield-body {
      position: absolute;
      top: 50%;
      left: -26px;
      -webkit-transform: translate3d(0, -50%, 0) scale(0.7);
              transform: translate3d(0, -50%, 0) scale(0.7);
      -webkit-transition: opacity 0.1s ease 0.15s, width 0.2s ease, -webkit-transform 0.15s ease 0.15s;
      transition: opacity 0.1s ease 0.15s, width 0.2s ease, -webkit-transform 0.15s ease 0.15s;
      transition: transform 0.15s ease 0.15s, opacity 0.1s ease 0.15s, width 0.2s ease;
      transition: transform 0.15s ease 0.15s, opacity 0.1s ease 0.15s, width 0.2s ease, -webkit-transform 0.15s ease 0.15s;
      width: 82px;
      height: 82px;
      border-radius: 82px;
      background-color: #fff;
      z-index: 0;
      opacity: 0;
      pointer-events: none; }
  .decoration-types__items-mobile {
    display: none; }
    @media only screen and (max-width: 812px) {
      .decoration-types__items-mobile {
        display: block; }
        .decoration-types__items-mobile .decoration-types__item-content {
          opacity: 1;
          padding-top: 0;
          padding-left: 0;
          -webkit-transform: scale(1);
                  transform: scale(1); }
        .decoration-types__items-mobile .decoration-types__item {
          margin-bottom: 30px;
          margin-right: 0;
          max-width: 100%; }
          .decoration-types__items-mobile .decoration-types__item:nth-child(2n) {
            margin-right: 0; } }
  @media only screen and (max-width: 812px) {
    .decoration-types__main-btn {
      display: block;
      margin: 0 auto 10px; }
      .decoration-types__main-btn .btn-black-grey__body {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        width: 100%;
        text-align: center; } }
  .decoration-types__anchor-btn {
    display: none; }
    @media only screen and (max-width: 812px) {
      .decoration-types__anchor-btn {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 auto;
        width: 240px;
        height: 48px;
        text-transform: uppercase;
        color: #000;
        font-weight: 700;
        font-size: 12px; }
        .decoration-types__anchor-btn.reverse:after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .decoration-types__anchor-btn:after {
          content: '';
          position: absolute;
          left: 100%;
          top: calc(50% - 10px);
          display: block;
          width: 20px;
          height: 20px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 18px auto;
          background-image: url("/static/images/ic-arrow-bottom-grey.0edf4ef43946.svg"); } }

@media only screen and (max-width: 812px) {
  .decoration .realty-intro__main-title {
    max-width: 150px; } }

@media only screen and (max-width: 812px) {
  .documents__doc {
    padding: 7px 16px; } }

.documents__doc:nth-child(2n) {
  background-color: #f6f6f6; }

.documents__doc.has-versions {
  pointer-events: none; }

.documents__head {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2; }
  @media only screen and (max-width: 812px) {
    .documents__head {
      position: relative;
      bottom: auto;
      left: auto;
      padding-bottom: 6px; }
      .documents__head .container {
        padding: 0; } }
  .documents__head-subtitle {
    margin-right: 18px; }
    @media only screen and (max-width: 812px) {
      .documents__head-subtitle {
        -webkit-transform: translate(0, 6px);
                transform: translate(0, 6px);
        margin-right: 0; } }
    .documents__head-subtitle-docname {
      margin-top: 12px; }
      @media only screen and (max-width: 812px) {
        .documents__head-subtitle-docname {
          display: none; } }
  .documents__head-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 812px) {
      .documents__head-item {
        display: block; } }
    @media only screen and (max-width: 812px) {
      .documents__head-item label {
        padding: 0;
        margin: 0; } }

.documents__doc-name {
  font-size: 13px;
  font-weight: normal; }
  @media only screen and (max-width: 812px) {
    .documents__doc-name {
      font-size: 12px;
      width: 150px; } }

@media only screen and (max-width: 812px) {
  .documents__doc-type {
    display: none; } }

@media only screen and (max-width: 812px) {
  .documents__doc-year {
    padding-right: 10px;
    font-size: 14px;
    font-weight: 300; }
    .documents__doc-year.big {
      font-size: 14px; } }

.documents__doc-format {
  height: 81px;
  line-height: 81px;
  width: 51px;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 42%;
  background-image: url("/static/images/i-file.4c75efd22ef0.svg"); }
  @media only screen and (max-width: 812px) {
    .documents__doc-format {
      background-size: auto 30%;
      height: 70px;
      line-height: 70px; } }
  .documents__doc-format.PDF {
    background-image: url("/static/images/i-pdf.2a8c2770ab7f.svg"); }
  .documents__doc-format.DOC {
    background-image: url("/static/images/i-doc.e5f8c07834c5.svg"); }
  .documents__doc-format.DOCX {
    background-image: url("/static/images/i-docx.8fd402cc6d57.svg"); }
  .documents__doc-format.JPG {
    background-image: url("/static/images/i-jpg.212b402ced1c.svg"); }

.documents__links {
  min-height: 81px;
  line-height: 81px;
  color: #476855;
  font-size: 13px; }
  @media only screen and (max-width: 812px) {
    .documents__links {
      min-height: 70px;
      line-height: 70px;
      pointer-events: all; } }
  .documents__links:hover .documents__links-popup {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: opacity .3s ease, -webkit-transform .2s ease;
    transition: opacity .3s ease, -webkit-transform .2s ease;
    transition: opacity .3s ease, transform .2s ease;
    transition: opacity .3s ease, transform .2s ease, -webkit-transform .2s ease;
    z-index: 3; }
  .documents__links:hover .documents__links-text:after {
    opacity: 0; }
  .documents__links:hover .documents__link {
    pointer-events: all; }
    @media only screen and (max-width: 812px) {
      .documents__links:hover .documents__link {
        width: auto;
        height: auto; } }
  .documents__links-popup {
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    position: absolute;
    background-color: white;
    min-height: 81px;
    top: 0;
    left: 0;
    min-width: calc(100% - 20px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    line-height: 1;
    z-index: 4; }
    @media only screen and (max-width: 812px) {
      .documents__links-popup {
        height: auto;
        left: auto;
        right: 0;
        width: 148px;
        -webkit-transform: translate(200vw, 0);
                transform: translate(200vw, 0); } }
  .documents__links-text {
    position: relative;
    display: inline-block;
    line-height: 1; }
    @media only screen and (max-width: 812px) {
      .documents__links-text {
        font-weight: 100;
        font-size: 12px; } }
    .documents__links-text:after {
      content: '';
      display: block;
      position: absolute;
      top: calc(100% + 1px);
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #476855;
      -webkit-transition: opacity .25s ease;
      transition: opacity .25s ease;
      pointer-events: none; }

.documents__link {
  padding: 10px 0;
  display: inline-block;
  text-decoration: none;
  color: #476855;
  font-size: 13px;
  line-height: 1.5;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
  pointer-events: none; }
  @media only screen and (max-width: 812px) {
    .documents__link div {
      pointer-events: none; } }
  .documents__link:hover {
    color: #000; }
  .documents__link:after {
    height: 1.5px;
    background-color: #476855;
    margin-top: -1px; }

.documents-body {
  position: relative;
  z-index: 0; }
  .documents-body__list {
    position: relative;
    padding-bottom: 110px;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease; }
    .documents-body__list.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition: opacity .7s ease, -webkit-transform 1s ease;
      transition: opacity .7s ease, -webkit-transform 1s ease;
      transition: transform 1s ease, opacity .7s ease;
      transition: transform 1s ease, opacity .7s ease, -webkit-transform 1s ease; }
  @media only screen and (max-width: 812px) {
    .documents-body .container {
      padding: 0; } }
  @media only screen and (max-width: 812px) {
    .documents-body .element-row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .documents-body .element-row__item.version {
    pointer-events: all; }
  @media only screen and (max-width: 812px) {
    .documents-body .element-row__item.version {
      margin-left: auto;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .documents-body .element-row__item.title {
      margin-right: 18px;
      max-width: 140px;
      width: 100vw; } }

.documents__select {
  display: none; }
  @media only screen and (max-width: 812px) {
    .documents__select {
      display: block; } }

@media only screen and (max-width: 812px) {
  .documents__item:nth-child(2) {
    margin-right: 0; }
  .documents__item.building {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .documents__item.year {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (max-width: 812px) {
  .documents__mobile-text {
    display: none; } }

.developer {
  min-height: calc(100vh - 100px);
  background-color: #eeeae6; }
  .developer-intro {
    height: 100%;
    min-height: 411px;
    position: relative;
    background-color: #eeeae6;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover; }
    @media only screen and (max-width: 812px) {
      .developer-intro {
        min-height: auto;
        height: 214px;
        padding-top: 53%; } }
    .developer-intro__content {
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 60px;
      z-index: 2;
      color: #fff; }
      @media only screen and (max-width: 812px) {
        .developer-intro__content {
          bottom: 0; } }
    .developer-intro:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 90vw;
      height: 80vw;
      background: linear-gradient(209deg, transparent, transparent 78%, transparent 69%, #000 100%);
      pointer-events: none;
      z-index: 1; }
    .developer-intro__main-title {
      max-width: 510px;
      margin-bottom: 52px; }
      @media only screen and (max-width: 812px) {
        .developer-intro__main-title {
          margin-bottom: 36px;
          max-width: 150px; } }
    @media only screen and (max-width: 812px) {
      .developer-intro .scroll-tip {
        display: none; } }
  .developer-description {
    position: relative;
    background-color: #eeeae6; }
    .developer-description__link {
      margin-top: 60px; }
      @media only screen and (max-width: 812px) {
        .developer-description__link {
          margin-top: 20px;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
    .developer-description__title {
      padding-top: 80px;
      max-width: 360px;
      font-size: 40px;
      line-height: 1.53; }
      @media only screen and (max-width: 812px) {
        .developer-description__title {
          margin-bottom: 22px;
          padding-top: 47px;
          padding-left: 32px;
          font-size: 25px;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
    .developer-description__main-container {
      min-height: 247px;
      position: relative; }
      @media only screen and (max-width: 812px) {
        .developer-description__main-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column; } }
    .developer-description__text-block {
      position: absolute;
      right: 20px;
      bottom: -355px;
      padding: 58px 80px 372px 77px;
      min-height: 858px; }
      @media only screen and (max-width: 812px) {
        .developer-description__text-block {
          position: relative;
          right: auto;
          bottom: auto;
          margin-top: -25px;
          padding: 23px 20px 40px 31px;
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0;
          z-index: 2;
          min-height: 0; } }
      @media only screen and (max-width: 812px) {
        .developer-description__text-block .text-block__text {
          line-height: 1.7; }
          .developer-description__text-block .text-block__text p {
            margin-bottom: 17px; } }
    .developer-description__developer-name {
      position: relative;
      margin-bottom: 45px;
      padding-top: 4px;
      min-height: 45px;
      padding-left: 78px;
      font-family: "Museo", "Circle", Arial, sans-serif, Arial, sans-serif;
      font-weight: 700;
      font-size: 34px;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 44px auto;
      background-image: url("/static/images/logo-am.01d36e29722d.svg"); }
      @media only screen and (max-width: 812px) {
        .developer-description__developer-name {
          margin-bottom: 15px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 25px;
          padding-left: 40px;
          font-weight: 500;
          background-size: 25px auto; } }
  .developer-projects {
    padding-bottom: 110px;
    overflow: hidden; }
    @media only screen and (max-width: 812px) {
      .developer-projects {
        padding-bottom: 91px;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
    .developer-projects__wrapper {
      position: relative;
      width: 100%;
      min-height: 242px; }
    .developer-projects__card {
      position: relative;
      display: block;
      max-width: 490px;
      width: 100%;
      height: 242px;
      margin-right: 22px;
      margin-bottom: 22px;
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      outline: none;
      cursor: pointer;
      text-decoration: none; }
      @media only screen and (max-width: 812px) {
        .developer-projects__card {
          height: 208px;
          margin-bottom: 17px;
          margin-right: 0; } }
      .developer-projects__card:hover:after {
        opacity: .5; }
      .developer-projects__card:last-of-type {
        margin-right: 0; }
      .developer-projects__card:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: .3;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
      .developer-projects__card-title {
        position: absolute;
        top: 10px;
        left: 47px;
        z-index: 2;
        font-size: 25px;
        color: #fff; }
        @media only screen and (max-width: 812px) {
          .developer-projects__card-title {
            top: 56px;
            left: 33px;
            font-size: 18px;
            max-width: 360px; } }
      .developer-projects__card-text {
        position: absolute;
        bottom: 70px;
        left: 47px;
        max-width: 350px;
        z-index: 2;
        font-size: 18px;
        color: white; }
        @media only screen and (max-width: 812px) {
          .developer-projects__card-text {
            bottom: 30px;
            left: 33px;
            font-size: 14px; } }
    .developer-projects__slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      min-height: 245px; }
      @media only screen and (max-width: 812px) {
        .developer-projects__slider {
          display: block;
          min-height: auto; } }
      .developer-projects__slider.readyInit {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw; }
      .developer-projects__slider.slick-slider {
        display: block; }
    .developer-projects__slider-arrows {
      position: absolute;
      width: calc(1380px - 118px);
      padding-right: 40px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      pointer-events: none; }
      .developer-projects__slider-arrows .slider-arrow {
        margin-left: auto;
        pointer-events: all; }

.developer-projects__modal {
  display: none;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none; }
  .developer-projects__modal-wrapper {
    position: absolute;
    width: 850px;
    left: 50%;
    top: 55%;
    margin: 0 auto;
    padding: 40px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: white;
    overflow: auto;
    pointer-events: all; }
    @media only screen and (max-width: 812px) {
      .developer-projects__modal-wrapper {
        width: 100%; } }
  .developer-projects__modal-close {
    color: black;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 35px;
    font-weight: bold; }
    .developer-projects__modal-close:hover, .developer-projects__modal-close:focus {
      color: #999;
      text-decoration: none;
      cursor: pointer; }
  .developer-projects__modal-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 150px;
    width: 100%;
    padding-top: 5px; }
    @media only screen and (max-width: 812px) {
      .developer-projects__modal-col {
        height: 58px; } }
  .developer-projects__modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    overflow: hidden; }
    .developer-projects__modal-content.disabled {
      display: none; }
  .developer-projects__modal-slide {
    display: none;
    width: 100%;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media only screen and (max-width: 812px) {
      .developer-projects__modal-slide {
        height: 200px; } }
  .developer-projects__modal-prev, .developer-projects__modal-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .developer-projects__modal-prev:hover, .developer-projects__modal-next:hover {
      background-color: rgba(0, 0, 0, 0.8);
      color: white; }
  .developer-projects__modal-next {
    right: 0;
    border-radius: 3px 0 0 3px; }
  .developer-projects__modal-demo {
    opacity: .6;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-size: cover;
    max-height: 150px;
    background-position: center;
    background-repeat: no-repeat; }
    .developer-projects__modal-demo:not(:last-child) {
      margin-right: 5px; }
  .developer-projects__modal .active, .developer-projects__modal-demo:hover {
    opacity: 1; }

.contacts {
  width: 100%;
  overflow: hidden;
  /* stylelint-disable */
  /* stylelint-enable */ }
  .contacts__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%; }
    @media only screen and (max-width: 812px) {
      .contacts__body {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .contacts__sidebar {
    position: relative;
    width: 100%;
    right: 0;
    max-width: 440px;
    height: calc(100vh - 100px - 107px);
    background-color: #eeeae6; }
    @media only screen and (min-width: 813px) and (max-width: 990px) {
      .contacts__sidebar {
        height: calc(177vh - 100px - 107px); } }
    @media only screen and (min-width: 991px) and (max-width: 1281px) {
      .contacts__sidebar {
        height: calc(154vh - 100px - 107px); } }
    @media only screen and (min-width: 1282px) and (max-width: 1439px) {
      .contacts__sidebar {
        height: calc(123vh - 100px - 107px); } }
    @media only screen and (max-width: 812px) {
      .contacts__sidebar {
        height: auto;
        max-width: 100%; } }
    .contacts__sidebar-top, .contacts__sidebar-bottom {
      width: 100%;
      padding-left: calc(118px - 20px); }
      @media only screen and (max-width: 812px) {
        .contacts__sidebar-top, .contacts__sidebar-bottom {
          padding-left: 16px;
          padding-right: 16px; } }
    .contacts__sidebar-top {
      padding-top: 90px;
      width: 100%;
      min-height: 244px; }
      @media only screen and (max-width: 812px) {
        .contacts__sidebar-top {
          padding-top: 60px;
          padding-bottom: 32px;
          min-height: auto; } }
    .contacts__sidebar-bottom {
      position: relative;
      min-height: calc(100vh - 100px - 107px - 244px - 40px); }
      @media only screen and (min-width: 813px) and (max-width: 990px) {
        .contacts__sidebar-bottom {
          min-height: calc(177vh - 100px - 107px - 244px - 40px); } }
      @media only screen and (min-width: 991px) and (max-width: 1281px) {
        .contacts__sidebar-bottom {
          min-height: calc(154vh - 100px - 107px - 244px - 40px); } }
      @media only screen and (min-width: 1282px) and (max-width: 1439px) {
        .contacts__sidebar-bottom {
          min-height: calc(123vh - 100px - 107px - 244px - 40px); } }
      .contacts__sidebar-bottom:after, .contacts__sidebar-bottom:before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        pointer-events: none; }
      .contacts__sidebar-bottom:after {
        width: 127px;
        height: 100%;
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(192, 180, 163, 0.1)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to left, rgba(192, 180, 163, 0.1), rgba(0, 0, 0, 0) 100%); }
      .contacts__sidebar-bottom:before {
        width: 100%;
        height: 128px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 180, 163, 0.2)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to bottom, rgba(192, 180, 163, 0.2), rgba(0, 0, 0, 0) 100%); }
  .contacts__routes-container {
    bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 4;
    pointer-events: none; }
    @media only screen and (max-width: 812px) {
      .contacts__routes-container {
        bottom: 150px; } }
  .contacts__routes-container, .contacts__popup {
    position: absolute;
    width: 100%; }
    @media screen and (max-width: 450px) {
      .contacts__routes-container, .contacts__popup {
        display: none; } }
  .contacts__popup {
    bottom: 0;
    right: auto;
    left: 50%;
    max-width: 800px;
    background-color: #eeeae6;
    -webkit-transform: translate3d(-50%, 150%, 0);
            transform: translate3d(-50%, 150%, 0);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 5; }
    @media only screen and (max-width: 812px) {
      .contacts__popup {
        bottom: 100px;
        width: 75%; } }
    .contacts__popup:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 130px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 234, 230, 0)), to(#eeeae6));
      background: linear-gradient(to bottom, rgba(238, 234, 230, 0), #eeeae6);
      pointer-events: none; }
    .contacts__popup.mCustomScrollbar {
      overflow-y: auto; }
    .contacts__popup.active {
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
      -webkit-transition: opacity .3s ease, -webkit-transform .7s ease;
      transition: opacity .3s ease, -webkit-transform .7s ease;
      transition: transform .7s ease, opacity .3s ease;
      transition: transform .7s ease, opacity .3s ease, -webkit-transform .7s ease;
      opacity: 1;
      pointer-events: all; }
    .contacts__popup-body {
      height: calc(100vh - 100px - 107px - 244px - 4px);
      min-height: 400px; }
      @media only screen and (min-width: 813px) and (max-width: 990px) {
        .contacts__popup-body {
          height: calc(177vh - 100px - 107px - 244px - 4px); } }
      @media only screen and (min-width: 991px) and (max-width: 1281px) {
        .contacts__popup-body {
          height: calc(154vh - 100px - 107px - 244px - 4px); } }
      @media only screen and (min-width: 1282px) and (max-width: 1439px) {
        .contacts__popup-body {
          height: calc(123vh - 100px - 107px - 244px - 4px); } }
    .contacts__popup-content {
      padding: 50px 28px 60px 70px; }
    .contacts__popup-close {
      position: absolute;
      top: 50px;
      right: 34px;
      width: 40px;
      height: 40px;
      background-size: 20px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("/static/images/ic-cross-grey.090ce10f3adb.svg");
      -webkit-transform: rotate(0);
              transform: rotate(0);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease;
      cursor: pointer; }
      .contacts__popup-close:hover {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .contacts__popup-items {
      margin-top: 87px; }
    .contacts__popup-item {
      margin-bottom: 57px;
      max-width: 620px;
      font-family: "Circle", Arial, sans-serif;
      color: #000; }
    .contacts__popup-title {
      margin-bottom: 30px;
      font-family: "Circle", Arial, sans-serif;
      font-weight: 900;
      font-size: 33px;
      color: #476855; }
    .contacts__popup-subtitle {
      margin-bottom: 28px;
      color: #171717;
      font-size: 18px;
      font-weight: 700; }
    .contacts__popup-text {
      margin-top: 30px;
      line-height: 1.6;
      font-size: 16px;
      max-width: 550px; }
      .contacts__popup-text p,
      .contacts__popup-text li {
        margin-bottom: 14px; }
        .contacts__popup-text p.marked,
        .contacts__popup-text li.marked {
          color: #476855;
          font-size: 18px;
          font-weight: 700; }
        .contacts__popup-text p:last-of-type,
        .contacts__popup-text li:last-of-type {
          margin-bottom: 0; }
    .contacts__popup ul {
      list-style: disc inside; }
  .contacts__map-wrapper {
    position: relative;
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    @media only screen and (max-width: 812px) {
      .contacts__map-wrapper {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
  .contacts__map {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: floralwhite; }
    @media only screen and (max-width: 812px) {
      .contacts__map {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 100px;
        width: 100%;
        height: 614px; } }
    .contacts__map iframe {
      display: none; }
    .contacts__map .model {
      opacity: 0;
      pointer-events: none; }
  .contacts__main-title {
    font-size: 28px;
    margin-bottom: 25px;
    color: #476855; }
    @media only screen and (max-width: 812px) {
      .contacts__main-title {
        margin-bottom: 13px; } }
  .contacts__address {
    font-size: 14px;
    font-weight: 300; }
  .contacts__phone {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 38px;
    font-size: 24px;
    font-weight: 700;
    color: #476855;
    text-decoration: none; }
    @media only screen and (max-width: 812px) {
      .contacts__phone {
        margin-top: 24px;
        margin-bottom: 20px; } }
    .contacts__phone.last {
      margin-top: 0; }
    .contacts__phone:after {
      margin-top: -1px;
      height: 2px;
      background-color: #476855; }
  .contacts__route {
    position: relative;
    height: 55px;
    min-width: 239px; }
    .contacts__route.mobile {
      display: none; }
      @media only screen and (max-width: 812px) {
        .contacts__route.mobile {
          display: block; } }
    .contacts__route.desktop {
      display: block; }
      @media only screen and (max-width: 812px) {
        .contacts__route.desktop {
          display: none; } }
    .contacts__route-form {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      pointer-events: none;
      z-index: 0;
      -webkit-transform-origin: bottom;
              transform-origin: bottom; }
      .contacts__route-form.active {
        opacity: 1;
        pointer-events: all;
        z-index: 1; }
    .contacts__route-btn {
      -webkit-transition: opacity .35s ease;
      transition: opacity .35s ease;
      pointer-events: all;
      opacity: 0; }
      .contacts__route-btn.auto {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: 0;
        -webkit-transform-origin: bottom;
                transform-origin: bottom; }
      @media only screen and (max-width: 812px) {
        .contacts__route-btn {
          width: 100%;
          max-width: 343px; } }
      .contacts__route-btn:focus {
        opacity: 0; }
      .contacts__route-btn.active {
        opacity: 1; }
      .contacts__route-btn .btn-white__body, .contacts__route-btn .btn-black-grey__body {
        padding: 20px 42px;
        min-width: 239px; }
        @media only screen and (max-width: 812px) {
          .contacts__route-btn .btn-white__body, .contacts__route-btn .btn-black-grey__body {
            width: 100%;
            padding: 19px 22px;
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0); } }
      .contacts__route-btn.transport {
        margin-right: 17px; }
    .contacts__route-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      -webkit-transition: opacity .2s ease, -webkit-transform 0s ease 1s;
      transition: opacity .2s ease, -webkit-transform 0s ease 1s;
      transition: opacity .2s ease, transform 0s ease 1s;
      transition: opacity .2s ease, transform 0s ease 1s, -webkit-transform 0s ease 1s; }
      .contacts__route-form.active {
        -webkit-transition: opacity .5s ease .25s, -webkit-transform .7s ease .25s;
        transition: opacity .5s ease .25s, -webkit-transform .7s ease .25s;
        transition: opacity .5s ease .25s, transform .7s ease .25s;
        transition: opacity .5s ease .25s, transform .7s ease .25s, -webkit-transform .7s ease .25s;
        -webkit-transform: scale(1);
                transform: scale(1); }
    .contacts__route-input {
      height: 55px;
      width: 237px;
      text-align: center;
      font-size: 12px; }
      .contacts__route-input:focus::-webkit-input-placeholder {
        color: transparent; }
      .contacts__route-input:focus::-moz-placeholder {
        color: transparent; }
      .contacts__route-input:focus::-ms-input-placeholder {
        color: transparent; }
      .contacts__route-input:focus::placeholder {
        color: transparent; }
      .contacts__route-input::-webkit-input-placeholder {
        text-transform: uppercase;
        -webkit-transition: color .2s ease;
        transition: color .2s ease; }
      .contacts__route-input::-moz-placeholder {
        text-transform: uppercase;
        -webkit-transition: color .2s ease;
        transition: color .2s ease; }
      .contacts__route-input::-ms-input-placeholder {
        text-transform: uppercase;
        -webkit-transition: color .2s ease;
        transition: color .2s ease; }
      .contacts__route-input::placeholder {
        text-transform: uppercase;
        -webkit-transition: color .2s ease;
        transition: color .2s ease; }
    .contacts__route-submit {
      height: 55px;
      width: 61px;
      background-color: #476855;
      background-image: url("/static/images/ic-car-white.6bbdbfe9433e.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 32px 25px;
      -webkit-transition: color .25s ease;
      transition: color .25s ease; }
      .contacts__route-submit:hover {
        background-color: #395947; }
  .contacts__tab {
    margin-bottom: 40px;
    width: 284px; }
    @media only screen and (max-width: 812px) {
      .contacts__tab {
        margin-bottom: 34px;
        width: 100%; } }
    .contacts__tab:first-of-type {
      margin-top: 38px; }
      @media only screen and (max-width: 812px) {
        .contacts__tab:first-of-type {
          margin-top: 30px; } }
    .contacts__tab.active .circle-toggle {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .contacts__tab.active .contacts__infra-item {
      opacity: 1; }
    .contacts__tab:last-of-type {
      margin-bottom: 66px; }
      @media only screen and (max-width: 812px) {
        .contacts__tab:last-of-type {
          margin-bottom: 49px; } }
    .contacts__tab-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      cursor: pointer; }
      .contacts__tab-header:hover .contacts__tab-title {
        color: #000;
        -webkit-transition: color .33s ease;
        transition: color .33s ease; }
    .contacts__tab-title {
      position: relative;
      display: inline-block;
      font-weight: 500;
      font-size: 31px;
      color: #476855;
      -webkit-transition: color .25s ease;
      transition: color .25s ease;
      will-change: color; }
      @media only screen and (max-width: 812px) {
        .contacts__tab-title {
          font-size: 25px; } }
    .contacts__tab-content {
      padding-top: 16px; }
      @media only screen and (max-width: 812px) {
        .contacts__tab-content {
          padding-top: 12px; } }
  .contacts__scroller {
    overflow-y: hidden; }
    .contacts__scroller.mCustomScrollbar {
      overflow-y: auto; }
  .contacts__infra-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    cursor: pointer; }
    .contacts__infra-item.active .contacts__infra-title {
      color: #7aa15d; }
    .contacts__infra-item:last-of-type {
      margin-bottom: 0; }
  .contacts__infra-logo {
    margin-right: 20px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #fff;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .contacts__infra-title {
    font-size: 16px;
    color: #171717;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out; }
    .contacts__infra-title:after {
      content: '';
      display: block;
      width: 100%;
      margin-top: -1px;
      height: 1px;
      background-color: #395947;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .contacts__infra-title:hover:after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
    .contacts__infra-title:active {
      pointer-events: none; }
  .contacts__mobile-title {
    display: none; }
    @media only screen and (max-width: 812px) {
      .contacts__mobile-title {
        margin-bottom: 65px; } }
  @media only screen and (max-width: 812px) {
    .contacts #contactsMap &gt; ymaps &gt; ymaps &gt; ymaps:nth-of-type(1) &gt; ymaps:nth-of-type(4) &gt; ymaps:nth-of-type(2) &gt; ymaps {
      display: none; } }

.ymaps-2-1-77-balloon-content__header a {
  color: #476855; }

.press-cards {
  position: relative;
  padding-bottom: 70px;
  margin-top: -75px;
  z-index: 3; }
  @media only screen and (max-width: 812px) {
    .press-cards {
      margin-top: -15px; } }
  .press-cards__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .press-cards__list .press-card {
      margin-right: 20px;
      margin-bottom: 19px; }
      @media only screen and (max-width: 812px) {
        .press-cards__list .press-card {
          margin-bottom: 16px; } }
      .press-cards__list .press-card:nth-child(3n) {
        margin-right: 0; }
        @media only screen and (max-width: 812px) {
          .press-cards__list .press-card:nth-child(3n) {
            margin-right: 20px; } }
  .press-cards__load {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 812px) {
      .press-cards__load {
        margin-top: 0; } }
    .press-cards__load.reloading .press-cards__btn {
      opacity: 0; }
  .press-cards__btn {
    margin: 0 auto;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .press-cards__btn.hide {
      display: none; }
  .press-cards__placeholder {
    font-size: 22px;
    line-height: 1.6;
    max-width: 700px; }
    @media only screen and (max-width: 812px) {
      .press-cards__placeholder {
        margin-top: 44px;
        font-size: 18px; } }

.press-card {
  display: block;
  min-height: 369px;
  max-width: 319px;
  width: 100%;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
  transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
  transition: box-shadow .3s ease, transform .3s ease;
  transition: box-shadow .3s ease, transform .3s ease, -webkit-box-shadow .3s ease, -webkit-transform .3s ease; }
  @media only screen and (max-width: 812px) {
    .press-card {
      min-height: 211px;
      max-width: 100%; } }
  .press-card:hover {
    -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
    -webkit-transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease-in;
    transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease-in;
    transition: box-shadow .25s ease, transform .25s ease-in;
    transition: box-shadow .25s ease, transform .25s ease-in, -webkit-box-shadow .25s ease, -webkit-transform .25s ease-in; }
  .press-card.big {
    max-width: 660px; }
    @media only screen and (max-width: 812px) {
      .press-card.big {
        max-width: 100%; } }
    .press-card.big .press-card__text {
      display: block; }
    .press-card.big .press-card__title {
      max-width: 100%; }
  .press-card.no-image .press-card__illustration {
    opacity: .7; }
  .press-card.no-image:nth-child(2n) .press-card__illustration {
    background-image: url("/static/images/spb-illustration.c1bae5b30f67.jpg");
    background-blend-mode: soft-light;
    opacity: 1; }
  .press-card.no-image:nth-child(2n-1) .press-card__illustration {
    background-image: url("/static/images/moscow-illustration.36661c4536aa.jpg");
    background-blend-mode: multiply; }
  .press-card__illustration {
    height: 230px;
    width: 100%;
    background-color: #e0ddd7;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover; }
    @media only screen and (max-width: 812px) {
      .press-card__illustration {
        height: 150px;
        padding-top: 42%; } }
  .press-card__content {
    padding: 19px 20px 20px 30px; }
    @media only screen and (max-width: 812px) {
      .press-card__content {
        min-height: 60px;
        height: auto;
        padding: 6px 36px 5px; } }
  .press-card__date {
    margin-bottom: 19px;
    font-family: "Circle", Arial, sans-serif;
    color: #acacac;
    font-size: 14px; }
    @media only screen and (max-width: 812px) {
      .press-card__date {
        margin-bottom: 8px;
        font-size: 9px; } }
  .press-card__title {
    max-width: 300px;
    font-size: 18px;
    line-height: 1.5; }
    @media only screen and (max-width: 812px) {
      .press-card__title {
        font-size: 14px; } }
  .press-card__text {
    display: none;
    max-width: 300px;
    margin-top: 12px;
    font-family: "Circle", Arial, sans-serif;
    font-size: 14px;
    color: #545454; }

.press.IE .press-card:hover {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.press-detail {
  padding-bottom: 190px; }
  .press-detail__promo-end {
    margin-top: 20px;
    font-family: "Circle", Arial, sans-serif;
    font-size: 18px;
    color: #acacac;
    font-weight: 300; }
  .press-detail__img {
    max-width: 900px;
    max-height: 900px;
    margin-top: 20px; }
    @media only screen and (max-width: 812px) {
      .press-detail__img {
        height: auto;
        max-width: 100%; } }
  .press-detail__text {
    padding-top: 20px;
    padding-bottom: 93px;
    max-width: 900px; }
    @media only screen and (max-width: 812px) {
      .press-detail__text {
        padding-top: 25px; } }
    .press-detail__text p {
      margin-bottom: 20px; }
      @media only screen and (max-width: 812px) {
        .press-detail__text p {
          margin-bottom: 10px; } }
      .press-detail__text p:last-child {
        margin-bottom: 0; }
        @media only screen and (max-width: 812px) {
          .press-detail__text p:last-child {
            margin-bottom: 10px; } }
  .press-detail h1, .press-detail .big-title, .press-detail .complex-advantages__tab, .press-detail .realty-title, .press-detail .realty-floor__value, .press-detail .index-intro__features-value, .press-detail .index-intro__info-queue.value, .press-detail .index-intro__info-main, .press-detail .complex-features__big-item-value, .press-detail .flat-detail__info-value, .press-detail .flat-detail__old-price, .press-detail .flat-detail__price, .press-detail .floor-page__item-value,
  .press-detail h2,
  .press-detail .flat-t-page__item-rooms,
  .press-detail .flat-t-page__count {
    font-size: 32px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 812px) {
      .press-detail h1, .press-detail .big-title, .press-detail .complex-advantages__tab, .press-detail .realty-title, .press-detail .realty-floor__value, .press-detail .index-intro__features-value, .press-detail .index-intro__info-queue.value, .press-detail .index-intro__info-main, .press-detail .complex-features__big-item-value, .press-detail .flat-detail__info-value, .press-detail .flat-detail__old-price, .press-detail .flat-detail__price, .press-detail .floor-page__item-value,
      .press-detail h2,
      .press-detail .flat-t-page__item-rooms,
      .press-detail .flat-t-page__count {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1.2; } }
  .press-detail h3,
  .press-detail h4,
  .press-detail h5,
  .press-detail h6 {
    margin-bottom: 20px; }
    @media only screen and (max-width: 812px) {
      .press-detail h3,
      .press-detail h4,
      .press-detail h5,
      .press-detail h6 {
        margin-bottom: 10px;
        font-size: 18px; } }
  @media only screen and (max-width: 812px) {
    .press-detail img {
      display: block;
      margin-top: 15px;
      margin-bottom: 15px;
      max-width: 100%;
      /*stylelint-disable */
      height: auto !important;
      /*stylelint-enable */ } }
  .press-detail table td {
    padding: 5px 10px; }
    @media only screen and (max-width: 812px) {
      .press-detail table td {
        padding: 5px 20px; } }
  @media only screen and (max-width: 812px) {
    .press-detail table {
      max-width: 100%; } }
  @media only screen and (max-width: 812px) {
    .press-detail ol,
    .press-detail ul {
      padding: 0 25px; } }
  .press-detail__link {
    margin-top: 30px;
    max-width: 290px;
    margin-bottom: 107px;
    text-align: center; }

@media only screen and (max-width: 812px) {
  .press {
    overflow: hidden; } }

.mortgage-page__content {
  padding-bottom: 120px; }
  @media only screen and (max-width: 812px) {
    .mortgage-page__content {
      padding-bottom: 0; } }

.mortgage-page__intro-text {
  line-height: 3;
  max-width: 895px; }
  @media only screen and (max-width: 812px) {
    .mortgage-page__intro-text {
      margin-top: 36px;
      line-height: 1.8; } }

.mortgage-page__main-btn {
  position: absolute;
  top: 54px;
  right: 103px; }
  @media only screen and (max-width: 812px) {
    .mortgage-page__main-btn {
      position: static;
      top: auto;
      right: auto;
      margin-top: 27px;
      margin-bottom: 0;
      width: 100%;
      max-width: 343px;
      text-align: center; }
      .mortgage-page__main-btn .btn-white__body, .mortgage-page__main-btn .btn-black-grey__body {
        padding: 20px 23px;
        max-width: 343px;
        width: 100%;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); } }

.mortgage-page__head {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  @media only screen and (max-width: 812px) {
    .mortgage-page__head {
      position: static;
      bottom: auto;
      left: auto; }
      .mortgage-page__head .container {
        padding: 0; } }

.mortgage-page__sort-name {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%; }
  @media only screen and (max-width: 812px) {
    .mortgage-page__sort-name {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.mortgage-page__sort-row {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin-right: 19px; }
  @media only screen and (max-width: 812px) {
    .mortgage-page__sort-row {
      -ms-flex-preferred-size: 160px;
          flex-basis: 160px; }
      .mortgage-page__sort-row:not(:last-of-type) {
        margin-bottom: 22px; } }

.mortgage-page__sort-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media only screen and (max-width: 812px) {
    .mortgage-page__sort-item {
      display: none;
      margin-bottom: 18px;
      min-width: 141px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .mortgage-page__sort-item.payment, .mortgage-page__sort-item.term {
        margin-right: 28px; } }
  .mortgage-page__sort-item.ASC .select-title, .mortgage-page__sort-item.DESC .select-title {
    color: #000; }
  .mortgage-page__sort-item:hover .select-title {
    color: #000; }
  .mortgage-page__sort-item .select-title {
    line-height: 1; }
    @media only screen and (max-width: 812px) {
      .mortgage-page__sort-item .select-title {
        margin-right: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        text-align: left;
        line-height: 1.6; } }

.mortgage-page__list {
  position: relative;
  padding: 0 20px;
  min-height: calc(100vh - 599px);
  width: 100%;
  max-width: 1380px;
  margin: 0 auto 110px;
  pointer-events: none;
  will-change: transform;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  opacity: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s;
  transition: opacity .4s ease, -webkit-transform .4s;
  transition: opacity .4s ease, transform .4s;
  transition: opacity .4s ease, transform .4s, -webkit-transform .4s; }
  @media only screen and (max-width: 812px) {
    .mortgage-page__list {
      margin: 0 auto;
      padding: 0 0 100px; } }
  .mortgage-page__list.active {
    pointer-events: all;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .8s ease .3s, -webkit-transform .8s ease .3s;
    transition: opacity .8s ease .3s, -webkit-transform .8s ease .3s;
    transition: opacity .8s ease .3s, transform .8s ease .3s;
    transition: opacity .8s ease .3s, transform .8s ease .3s, -webkit-transform .8s ease .3s; }
  .mortgage-page__list.calc-page {
    margin: 0 auto 98px; }
    @media only screen and (max-width: 812px) {
      .mortgage-page__list.calc-page {
        margin: 0 auto; } }

.mortgage-page__wrapper-container {
  padding: 0;
  width: 100%;
  position: relative; }

.mortgage-page__no-result {
  font-size: 18px;
  line-height: 1.9;
  max-width: 600px;
  padding: 0;
  margin: 40px auto 0;
  text-align: center; }

.mortgage-page__select-wrapper {
  display: none; }
  @media only screen and (max-width: 812px) {
    .mortgage-page__select-wrapper {
      display: block; } }

@media only screen and (max-width: 812px) {
  .mortgage-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 10px 16px;
    background-color: #f6f6f6; } }

.mortgage-card__bank {
  height: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 812px) {
    .mortgage-card__bank {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      height: auto; } }
  .mortgage-card__bank-logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 40px;
    width: calc(130px + 40px);
    height: 100%;
    background-image: url("/static/images/logo-sber.38a5e763066a.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
    @media only screen and (max-width: 812px) {
      .mortgage-card__bank-logo {
        -ms-flex-preferred-size: 112px;
            flex-basis: 112px;
        height: 81px;
        margin-right: 68px;
        width: 115px; } }
  .mortgage-card__bank-offer {
    padding-right: 20px; }
    @media only screen and (max-width: 812px) {
      .mortgage-card__bank-offer {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 130px;
        margin-top: 25px;
        margin-bottom: 25px;
        padding-right: 0;
        font-size: 13px; } }

.mortgage-card__offer-payment.active {
  color: #7aa15d; }

@media only screen and (max-width: 812px) {
  .mortgage-card__item.element-row__item {
    padding-right: 26px;
    margin-bottom: 25px;
    width: 162px; } }

@media only screen and (max-width: 812px) {
  .mortgage-card__item:first-of-type {
    display: block;
    margin-bottom: 0;
    width: 100%; } }

@media only screen and (max-width: 812px) {
  .mortgage-card__item:last-of-type {
    margin-bottom: 0; } }

.mortgage-card__item:nth-child(2) {
  padding-right: 0;
  margin-right: 68px; }

.mortgage-card__mobile-title {
  display: none; }
  @media only screen and (max-width: 812px) {
    .mortgage-card__mobile-title {
      display: block;
      margin-bottom: 4px;
      font-size: 11px;
      font-weight: 100;
      text-transform: uppercase; } }
  .mortgage-card__mobile-title span:last-of-type {
    display: none; }

.mortgage-calc__head {
  padding-bottom: 91px; }
  @media only screen and (max-width: 812px) {
    .mortgage-calc__head {
      padding-bottom: 0; } }

.mortgage-calc__items {
  padding-right: 51px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  @media only screen and (max-width: 812px) {
    .mortgage-calc__items {
      padding-right: 0;
      display: block; } }
  .mortgage-calc__items .range-item {
    width: 208px; }
    @media only screen and (max-width: 812px) {
      .mortgage-calc__items .range-item {
        max-width: 380px;
        width: 100%;
        margin: 0 auto; } }

.mortgage-calc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (max-width: 812px) {
    .mortgage-calc__item {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; } }
  .mortgage-calc__item:last-of-type {
    margin-right: 0; }
  .mortgage-calc__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-top: 5px;
    margin-right: 35px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #171717;
    line-height: 1.8; }
    @media only screen and (max-width: 812px) {
      .mortgage-calc__item-title {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .mortgage-calc__item-title span:first-of-type {
          display: inline-block;
          margin-right: 5px; } }

.mortgage-calc .mortgage-card__mobile-title span:first-of-type {
  display: none; }

.mortgage-calc .mortgage-card__mobile-title span:last-of-type {
  display: block; }

.flat-detail__body {
  margin-top: -12px;
  padding-bottom: 70px; }
  @media only screen and (max-width: 812px) {
    .flat-detail__body {
      padding-bottom: 36px; } }

.flat-detail__head {
  margin-top: 52px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media only screen and (max-width: 812px) {
    .flat-detail__head {
      margin-top: 30px; } }

.flat-detail__title {
  width: 100%;
  max-width: 445px; }
  @media only screen and (max-width: 812px) {
    .flat-detail__title {
      margin-bottom: 20px;
      font-size: 23px; } }

.flat-detail__switcher .switcher__side.active .flat-detail__switcher-title {
  color: #000;
  font-weight: 700; }

@media only screen and (max-width: 812px) {
  .flat-detail__switcher {
    display: none; } }

.flat-detail__switcher .toggle {
  margin-top: -5px; }

.flat-detail__switcher-icon {
  width: 51px;
  height: 47px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  .flat-detail__switcher-icon.plan2d {
    background-image: url("/static/images/flat-plan.18e0ea6e32d0.svg"); }
  .flat-detail__switcher-icon.plan3d {
    background-image: url("/static/images/flat-plan3d.128060560809.png"); }

.flat-detail__switcher-title {
  min-width: 37px;
  font-family: "Regal", "Times New Roman", serif;
  font-size: 26px;
  color: #476855;
  font-weight: 700;
  -webkit-transition: color .3s ease, font-weight .2s ease;
  transition: color .3s ease, font-weight .2s ease;
  margin: 0 18px; }

.flat-detail__back-link {
  margin-top: -13px; }
  @media only screen and (max-width: 812px) {
    .flat-detail__back-link {
      display: none; } }

.flat-detail__compass {
  margin-left: auto;
  margin-right: 67px;
  -webkit-transform: translateY(11px);
          transform: translateY(11px); }
  @media only screen and (max-width: 812px) {
    .flat-detail__compass {
      display: none; } }

.flat-detail__main {
  margin-top: -13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 240px;
  min-height: 450px; }
  @media only screen and (max-width: 812px) {
    .flat-detail__main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      padding-left: 0;
      margin-top: 0; } }

.flat-detail__location {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 70px; }
  @media only screen and (max-width: 812px) {
    .flat-detail__location {
      position: relative;
      top: auto;
      left: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-top: 0;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.flat-detail__position {
  margin-top: 70px;
  display: inline-block;
  text-align: center; }
  @media only screen and (max-width: 812px) {
    .flat-detail__position {
      margin-top: 10px;
      margin-left: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .flat-detail__position-photo {
    background-repeat: no-repeat;
    background-position: center; }
    .flat-detail__position-photo.section {
      width: 117px;
      height: 101px;
      background-image: url("/static/images/flat-section-icon.24c0f2ee0997.png"); }
    .flat-detail__position-photo.building {
      width: 130px;
      height: 105px;
      background-image: url("/static/images/flat-building-icon.b598d4b2d58f.png"); }
  .flat-detail__position-title {
    margin-top: 22px;
    font-size: 16px;
    color: #476855; }
    @media only screen and (max-width: 812px) {
      .flat-detail__position-title {
        margin-top: 8px; } }
  .flat-detail__position .floor-page__miniature {
    width: 130px; }
    @media only screen and (max-width: 812px) {
      .flat-detail__position .floor-page__miniature {
        width: 82px; } }

.flat-detail__illustration {
  position: relative;
  width: 588px;
  height: 457px; }
  @media only screen and (max-width: 812px) {
    .flat-detail__illustration {
      padding-top: 77%;
      height: 237px;
      width: 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .flat-detail__illustration-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 457px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    will-change: transform;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transition: opacity .4s ease, position 0s ease .4s, -webkit-transform .4s;
    transition: opacity .4s ease, position 0s ease .4s, -webkit-transform .4s;
    transition: opacity .4s ease, position 0s ease .4s, transform .4s;
    transition: opacity .4s ease, position 0s ease .4s, transform .4s, -webkit-transform .4s; }
    @media only screen and (max-width: 812px) {
      .flat-detail__illustration-image {
        height: 100%; } }
    .flat-detail__illustration-image.active {
      pointer-events: all;
      position: relative;
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-transition: opacity .8s ease .4s, position .8s ease .4s, -webkit-transform .8s ease .4s;
      transition: opacity .8s ease .4s, position .8s ease .4s, -webkit-transform .8s ease .4s;
      transition: opacity .8s ease .4s, position .8s ease .4s, transform .8s ease .4s;
      transition: opacity .8s ease .4s, position .8s ease .4s, transform .8s ease .4s, -webkit-transform .8s ease .4s; }
      @media only screen and (max-width: 812px) {
        .flat-detail__illustration-image.active {
          position: absolute; } }
    .flat-detail__illustration-image.plan2d {
      background-image: url("/static/images/flat-plan.1359b0e93a99.png"); }
    .flat-detail__illustration-image.plan3d {
      background-image: url("/static/images/flat-plan3d.128060560809.png"); }
    .flat-detail__illustration-image.empty {
      background-image: url("/static/images/empty-layout.411caaa4c771.png");
      background-size: contain; }
      .flat-detail__illustration-image.empty span {
        display: inline-block;
        font-family: "Regal", "Times New Roman", serif;
        font-size: 20px;
        color: #000;
        font-weight: 500; }

.flat-detail__aside {
  position: relative;
  margin-top: 46px;
  margin-left: 97px;
  width: 100%;
  max-width: 342px; }
  @media only screen and (max-width: 812px) {
    .flat-detail__aside {
      margin-top: 20px;
      margin-left: 0;
      max-width: 100%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  .flat-detail__aside-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 17px;
    padding-bottom: 7px;
    margin-bottom: 4px;
    padding-left: 30px;
    width: 100%;
    min-height: 170px;
    background-color: #fff; }
  .flat-detail__aside-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 26px 20px 23px 30px;
    width: 100%;
    min-height: 109px;
    background-color: #f9f9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fefefe));
    background-image: linear-gradient(to bottom, #f9f9f9, #fefefe); }
  .flat-detail__aside-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }

.flat-detail__info-item {
  min-height: 50px;
  min-width: 130px;
  margin-top: 17px; }
  .flat-detail__info-item:nth-of-type(1) {
    width: 100%; }
  .flat-detail__info-item:nth-child(2n - 1) {
    padding-right: 20px; }

.flat-detail__info-title {
  margin-bottom: 4px;
  font-family: "Circle", Arial, sans-serif;
  font-size: 12px;
  color: #b0b0b0; }

.flat-detail__info-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  color: #000; }
  .flat-detail__info-value sup {
    font-size: 14px; }

.flat-detail__old-price {
  margin-bottom: 11px;
  color: #7aa15d;
  font-size: 18px; }

.flat-detail__price {
  font-size: 28px;
  color: #476855; }

.flat-detail__action-icons {
  padding-left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }
  @media only screen and (max-width: 812px) {
    .flat-detail__action-icons {
      padding-left: 0;
      width: auto; } }

.flat-detail__action-icon {
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-right: 20px; }
  @media only screen and (max-width: 812px) {
    .flat-detail__action-icon.print-icon {
      display: none; } }
  @media only screen and (max-width: 812px) {
    .flat-detail__action-icon.star-icon {
      padding: 28px;
      background-color: #fafafa; }
      .flat-detail__action-icon.star-icon:after, .flat-detail__action-icon.star-icon:before {
        background-size: 37% auto; } }
  .flat-detail__action-icon:hover {
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
    will-change: transform; }
  .flat-detail__action-icon:last-of-type {
    margin-right: 0; }

.flat-detail__reserve-btn {
  min-width: 211px; }
  @media only screen and (max-width: 812px) {
    .flat-detail__reserve-btn {
      width: 100%; } }

.flat-detail__mortgage-link {
  margin-top: 28px;
  display: inline-block;
  font-family: "Circle", Arial, sans-serif;
  color: #476855;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer; }
  @media only screen and (max-width: 812px) {
    .flat-detail__mortgage-link {
      margin-top: 12px;
      font-size: 12px; } }
  .flat-detail__mortgage-link:after {
    margin-top: -6px;
    background-color: #476855; }
    @media only screen and (max-width: 812px) {
      .flat-detail__mortgage-link:after {
        margin-top: -3px; } }

.flat-detail__mortgage-title {
  text-align: center; }
  @media only screen and (max-width: 812px) {
    .flat-detail__mortgage-title {
      font-size: 22px; } }

.flat-detail__mortgage-calc {
  margin-bottom: 15px; }

.flat-detail__mortgage-items {
  margin-top: 43px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 812px) {
    .flat-detail__mortgage-items {
      margin-top: 10px;
      display: block; } }

.flat-detail__mortgage-subtitle {
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 700;
  color: #171717;
  text-align: center;
  text-transform: uppercase; }

.flat-detail__mortgage-item {
  width: 235px;
  margin-right: 50px; }
  @media only screen and (max-width: 812px) {
    .flat-detail__mortgage-item {
      width: 100%;
      max-width: 380px;
      margin-bottom: 22px;
      margin-right: auto;
      margin-left: auto; } }
  .flat-detail__mortgage-item:last-of-type {
    margin-right: 0; }
    @media only screen and (max-width: 812px) {
      .flat-detail__mortgage-item:last-of-type {
        margin-right: auto;
        margin-bottom: 0; } }

@media only screen and (max-width: 812px) {
  .flat-detail__rooms {
    width: 100%; } }

.flat-detail__room {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 300;
  color: #777; }
  .flat-detail__room sup {
    font-size: 10px; }
  .flat-detail__room:first-of-type {
    margin-top: 7px; }
  .flat-detail__room:last-of-type {
    padding-bottom: 21px; }
  .flat-detail__room-title {
    width: 153px;
    padding-right: 30px;
    line-height: 1.4; }

@media only screen and (max-width: 812px) {
  .flat-detail .realty-floor {
    padding-top: 22px; } }

@media only screen and (max-width: 812px) and (max-width: 812px) {
  .flat-detail .mortgage-page__wrapper-container {
    width: calc(100% + 16px + 16px);
    margin-left: -16px;
    margin-right: -16px; } }

@media only screen and (max-width: 812px) {
  .flat-detail .mortgage-page__sort-item {
    display: none; } }

@media only screen and (max-width: 812px) {
  .flat-detail .transparent-selectric {
    padding-top: 20px; } }

.flat-detail .mortgage-card__mobile-title span:first-of-type {
  display: none; }

.flat-detail .mortgage-card__mobile-title span:last-of-type {
  display: block; }

.flat-detail__shields {
  position: absolute;
  right: 24px;
  top: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2; }

.flat-detail__level-btn {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  .flat-detail__level-btn.hide {
    display: none; }
  .flat-detail__level-btn.up {
    background-image: url("/static/images/ic-level-arrow-up.341b83c81e58.svg"); }
    .flat-detail__level-btn.up:hover {
      -webkit-transform: translate3d(0, -3px, 0);
              transform: translate3d(0, -3px, 0); }
  .flat-detail__level-btn.down {
    background-image: url("/static/images/ic-level-arrow-down.a12db837f7aa.svg"); }
    .flat-detail__level-btn.down:hover {
      -webkit-transform: translate3d(0, 3px, 0);
              transform: translate3d(0, 3px, 0); }

.flat-detail__section-name {
  max-width: 600px;
  margin: 20px auto;
  font-size: 16px;
  color: #476855;
  line-height: 1.2;
  font-family: "Regal", "Times New Roman", serif;
  font-weight: 700;
  position: relative; }
  .flat-detail__section-name:before {
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    max-width: 520px;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #c2bcb4; }

.flat-detail__section-img {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  background-blend-mode: darken; }
  .flat-detail__section-img img {
    width: 100%;
    max-width: 600px;
    max-height: 420px; }

.flat-detail__section-svg polygon,
.flat-detail__section-svg rect {
  opacity: .5;
  fill: #f6f6f6; }

@media only screen and (min-width: 812px) and (max-width: 850px) {
  body:not(.fullscreen) {
    zoom: .57; } }

@media only screen and (max-width: 650px) {
  .flat-detail__section-name:before {
    right: auto;
    top: auto;
    bottom: -5px;
    max-width: none; } }

.flat-list {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  @media only screen and (max-width: 812px) {
    .flat-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; } }
  .flat-list.reloading {
    opacity: 0; }
  .flat-list__empty {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    font-size: 18px; }
  .flat-list .type-card,
  .flat-list .email-card {
    margin-right: 32px;
    margin-bottom: 35px; }
    @media only screen and (max-width: 812px) {
      .flat-list .type-card,
      .flat-list .email-card {
        margin-bottom: 22px; } }
    .flat-list .type-card:nth-child(4n),
    .flat-list .email-card:nth-child(4n) {
      margin-right: 0; }
    .flat-list .type-card:nth-of-type(4n),
    .flat-list .email-card:nth-of-type(4n) {
      margin-right: 0; }
  .flat-list .type-card {
    opacity: 0;
    -webkit-transition: opacity 0.8s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease;
    transition: opacity 0.8s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease;
    transition: box-shadow 0.3s ease, transform 1.2s ease, opacity 0.8s ease;
    transition: box-shadow 0.3s ease, transform 1.2s ease, opacity 0.8s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0); }
    .flat-list .type-card.loaded {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
      .flat-list .type-card.loaded.show-0 {
        -webkit-transition: opacity 0.8s ease 0.1s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.1s;
        transition: opacity 0.8s ease 0.1s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.1s;
        transition: box-shadow 0.3s ease, transform 1.2s ease 0.1s, opacity 0.8s ease 0.1s;
        transition: box-shadow 0.3s ease, transform 1.2s ease 0.1s, opacity 0.8s ease 0.1s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.1s; }
      .flat-list .type-card.loaded.show-1 {
        -webkit-transition: opacity 0.8s ease 0.2s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.2s;
        transition: opacity 0.8s ease 0.2s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.2s;
        transition: box-shadow 0.3s ease, transform 1.2s ease 0.2s, opacity 0.8s ease 0.2s;
        transition: box-shadow 0.3s ease, transform 1.2s ease 0.2s, opacity 0.8s ease 0.2s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.2s; }
      .flat-list .type-card.loaded.show-2 {
        -webkit-transition: opacity 0.8s ease 0.3s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.3s;
        transition: opacity 0.8s ease 0.3s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.3s;
        transition: box-shadow 0.3s ease, transform 1.2s ease 0.3s, opacity 0.8s ease 0.3s;
        transition: box-shadow 0.3s ease, transform 1.2s ease 0.3s, opacity 0.8s ease 0.3s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.3s; }
      .flat-list .type-card.loaded.show-3 {
        -webkit-transition: opacity 0.8s ease 0.4s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.4s;
        transition: opacity 0.8s ease 0.4s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.4s;
        transition: box-shadow 0.3s ease, transform 1.2s ease 0.4s, opacity 0.8s ease 0.4s;
        transition: box-shadow 0.3s ease, transform 1.2s ease 0.4s, opacity 0.8s ease 0.4s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.4s; }
      .flat-list .type-card.loaded.show-4 {
        -webkit-transition: opacity 0.8s ease 0.5s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.5s;
        transition: opacity 0.8s ease 0.5s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.5s;
        transition: box-shadow 0.3s ease, transform 1.2s ease 0.5s, opacity 0.8s ease 0.5s;
        transition: box-shadow 0.3s ease, transform 1.2s ease 0.5s, opacity 0.8s ease 0.5s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.5s; }
      .flat-list .type-card.loaded.show-5 {
        -webkit-transition: opacity 0.8s ease 0.6s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.6s;
        transition: opacity 0.8s ease 0.6s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.6s;
        transition: box-shadow 0.3s ease, transform 1.2s ease 0.6s, opacity 0.8s ease 0.6s;
        transition: box-shadow 0.3s ease, transform 1.2s ease 0.6s, opacity 0.8s ease 0.6s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.6s; }
      .flat-list .type-card.loaded.show-6 {
        -webkit-transition: opacity 0.8s ease 0.7s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.7s;
        transition: opacity 0.8s ease 0.7s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.7s;
        transition: box-shadow 0.3s ease, transform 1.2s ease 0.7s, opacity 0.8s ease 0.7s;
        transition: box-shadow 0.3s ease, transform 1.2s ease 0.7s, opacity 0.8s ease 0.7s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.7s; }
      .flat-list .type-card.loaded.show-7 {
        -webkit-transition: opacity 0.8s ease 0.8s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.8s;
        transition: opacity 0.8s ease 0.8s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.8s;
        transition: box-shadow 0.3s ease, transform 1.2s ease 0.8s, opacity 0.8s ease 0.8s;
        transition: box-shadow 0.3s ease, transform 1.2s ease 0.8s, opacity 0.8s ease 0.8s, -webkit-box-shadow 0.3s ease, -webkit-transform 1.2s ease 0.8s; }
  .flat-list__btn {
    display: block;
    width: 100%;
    height: 71px;
    cursor: pointer;
    outline: 0;
    -webkit-animation: fadein 3s ease-in-out;
            animation: fadein 3s ease-in-out; }
    .flat-list__btn-text {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
      background-color: #fff;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease;
      z-index: 1; }
      @media only screen and (max-width: 812px) {
        .flat-list__btn-text {
          -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
                  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); } }
      .flat-list__btn-text:hover {
        -webkit-transform: translateY(0) scale(0.99);
                transform: translateY(0) scale(0.99); }
    .flat-list__btn:after {
      content: '';
      display: block;
      position: absolute;
      left: 10px;
      top: 0;
      width: 100%;
      max-width: 1228px;
      height: 65px;
      border: 2px solid #d1d0ce;
      z-index: 0; }
      @media only screen and (max-width: 812px) {
        .flat-list__btn:after {
          display: none; } }
    .flat-list__btn.invisible {
      display: none; }
  .flat-list__btn-wrap {
    position: relative;
    max-width: 1252px;
    margin: 0 auto; }
  .flat-list .email-card:last-of-type {
    margin-right: 0; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.type-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 290px;
  min-height: 409px;
  width: 100%;
  position: relative;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 1s ease, -webkit-box-shadow .3s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-box-shadow .3s ease, -webkit-transform 1s ease;
  transition: box-shadow .3s ease, transform 1s ease, opacity 1s ease;
  transition: box-shadow .3s ease, transform 1s ease, opacity 1s ease, -webkit-box-shadow .3s ease, -webkit-transform 1s ease;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0);
  cursor: pointer; }
  @media only screen and (max-width: 812px) {
    .type-card {
      max-width: 100%;
      width: 100%;
      -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
              box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); } }
  .type-card:hover {
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.07);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.07); }
  .type-card.favorite-card {
    padding-top: 31px;
    min-height: 370px;
    width: 288px; }
    @media only screen and (max-width: 812px) {
      .type-card.favorite-card {
        width: 100%;
        max-width: 100%; } }
    .type-card.favorite-card .type-card__price {
      font-size: 22px; }
  .type-card__fav {
    position: absolute;
    top: 2px;
    padding: 10px;
    right: 12px; }
  .type-card__fav-btn {
    position: relative;
    width: 20px;
    height: 20px; }
  .type-card__fav-line {
    position: absolute;
    top: -2px;
    right: 11px;
    height: 26px;
    width: 2px;
    background-color: #476855;
    -webkit-transform: scaleX(0) rotate(45deg);
            transform: scaleX(0) rotate(45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    z-index: 2;
    pointer-events: none; }
  .type-card__photo {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 29px;
    height: 178px;
    width: 214px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    @media only screen and (max-width: 812px) {
      .type-card__photo {
        margin-left: auto;
        margin-right: auto; } }
    .type-card__photo.empty {
      background-image: url("/static/images/empty-layout.411caaa4c771.png");
      background-size: contain; }
    .type-card__photo .type-card__item-title {
      padding-top: 32px;
      position: relative;
      z-index: 2;
      line-height: 1.6;
      text-align: center;
      word-spacing: 50px;
      color: #3b4930; }
  .type-card__price, .type-card__old-price {
    margin-bottom: 10px;
    width: 100%;
    text-align: center; }
  .type-card__price {
    font-size: 18px;
    color: #7aa15d; }
  .type-card__old-price {
    font-size: 16px;
    color: #7aa15d; }
  .type-card__footer {
    padding: 0 21px;
    margin-top: 27px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #f9f9f9;
    min-height: 89px; }
    .type-card__footer.type {
      padding: 0 40px 0 21px; }
  .type-card__item {
    font-family: "Circle", Arial, sans-serif;
    font-size: 16px;
    color: #3b4658; }
    .type-card__item-title {
      margin-bottom: 5px;
      color: #acacac; }
      .type-card__item-title.small {
        font-size: 14px; }
    .type-card__item sup {
      font-size: 10px; }
  .type-card__header.type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 9px;
    padding-left: 21px;
    margin-bottom: 37px;
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #f9f9f9; }
  .type-card__shields {
    position: absolute;
    top: -6px;
    left: 21px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .type-card__shield {
    position: relative;
    width: 30px;
    height: 41px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer; }
    .type-card__shield:hover .type-card__shield-popup {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      opacity: 1;
      -webkit-transition: color .25s ease .15s, -webkit-transform .25s ease;
      transition: color .25s ease .15s, -webkit-transform .25s ease;
      transition: transform .25s ease, color .25s ease .15s;
      transition: transform .25s ease, color .25s ease .15s, -webkit-transform .25s ease;
      color: #476855;
      z-index: 2;
      white-space: nowrap; }
    .type-card__shield.start-sale {
      background-image: url("/static/images/ic-rocket-flag.0ef0fbb327d5.svg"); }
    .type-card__shield.decoration {
      background-image: url("/static/images/ic-decor-flag.e5c55a460190.svg"); }
    .type-card__shield.discount {
      background-image: url("/static/images/ic-discount-flag.bf6ebdf487d7.svg"); }
    .type-card__shield.reserved {
      background-image: url("/static/images/ic-reserved-flag.d79f5676216b.svg"); }
    .type-card__shield-popup {
      position: absolute;
      top: -32px;
      left: 0;
      min-width: 160px;
      padding: 4px 15px;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      background-color: #fff;
      font-family: "Circle", Arial, sans-serif;
      font-weight: 500;
      font-size: 16px;
      text-align: center;
      opacity: 0;
      color: transparent;
      -webkit-transform-origin: left center;
              transform-origin: left center;
      -webkit-transition: color .15s ease, -webkit-transform .15s ease .1s;
      transition: color .15s ease, -webkit-transform .15s ease .1s;
      transition: transform .15s ease .1s, color .15s ease;
      transition: transform .15s ease .1s, color .15s ease, -webkit-transform .15s ease .1s;
      z-index: 1; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .type-card__shield-popup {
          width: 200px; } }

.email-card {
  position: relative;
  width: 288px;
  min-height: 370px;
  text-align: center;
  padding: 62px 40px 30px;
  background-color: #e4dfd8; }
  @media only screen and (max-width: 812px) {
    .email-card {
      max-width: 100%;
      width: 100%; } }
  .email-card.success .email-card__message-success {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity .3s ease .3s;
    transition: opacity .3s ease .3s; }
  .email-card.success .email-card__main {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .email-card.error .email-card__message-error {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity .3s ease .3s;
    transition: opacity .3s ease .3s; }
  .email-card.error .email-card__main {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .email-card__main {
    opacity: 1;
    -webkit-transition: opacity .3s ease .3s;
    transition: opacity .3s ease .3s; }
  .email-card__title {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4; }
  .email-card__btn {
    width: 100%;
    height: 55px;
    margin: 25px auto 0; }
  .email-card__input {
    height: 48px; }
    .email-card__input::-webkit-input-placeholder {
      color: #202020;
      text-transform: uppercase; }
    .email-card__input::-moz-placeholder {
      color: #202020;
      text-transform: uppercase; }
    .email-card__input::-ms-input-placeholder {
      color: #202020;
      text-transform: uppercase; }
    .email-card__input::placeholder {
      color: #202020;
      text-transform: uppercase; }
  .email-card__label-title {
    display: inline-block;
    font-family: "Circle", Arial, sans-serif;
    margin-bottom: 22px;
    color: #acacac; }
  .email-card__message {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    font-size: 18px;
    color: #476855;
    pointer-events: none;
    line-height: 1.6; }
    .email-card__message-success, .email-card__message-error {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      text-align: center;
      margin: 0 auto;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }

.row-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 48px;
  padding-right: 37px;
  height: 112px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f6f6f6;
  color: #000;
  text-decoration: none; }
  .row-card__photo {
    width: 84px;
    height: 73px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-image: url("/static/images/flat-plan-card.bdb1e7c1fa0c.png"); }
  .row-card__item {
    font-family: "Circle", Arial, sans-serif;
    margin-left: 50px;
    font-size: 16px; }
    .row-card__item.price {
      width: 114px;
      margin-left: 0; }
    .row-card__item.decoration {
      width: 118px; }
    .row-card__item sup {
      font-size: 12px; }
    .row-card__item-title {
      margin-bottom: 2px;
      font-weight: 300;
      color: #acacac; }
    .row-card__item-value {
      white-space: nowrap; }
      .row-card__item-value.price {
        color: #7aa15d; }
    .row-card__item:first-of-type {
      margin-left: 40px; }
  .row-card__fav {
    margin-left: auto; }
  .row-card__present-icon {
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/static/images/ic-present-green.dffe387f14a3.svg"); }

.flat-floor-card {
  width: 100%;
  padding-left: 47px;
  padding-right: 20px;
  max-width: 890px;
  min-height: 116px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #000;
  border-top: 1px solid #fff; }
  .flat-floor-card.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .flat-floor-card__photo {
    margin-right: 51px; }
  .flat-floor-card__item {
    margin-right: 75px; }
    .flat-floor-card__item.price {
      padding-right: 20px;
      width: 154px;
      margin-right: 0; }
  .flat-floor-card__fav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    color: #476855;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
    .flat-floor-card__fav.active .star-icon:after {
      opacity: 0; }
    .flat-floor-card__fav.active .star-icon:before {
      opacity: 1; }
    .flat-floor-card__fav.active .star-icon:hover:before {
      opacity: 1; }
    .flat-floor-card__fav span {
      pointer-events: none; }
    .flat-floor-card__fav .star-icon {
      margin-right: 12px;
      pointer-events: none; }
    .flat-floor-card__fav:hover {
      color: #7aa15d; }

.favorites {
  position: relative;
  padding-top: 123px;
  min-height: calc(100vh - 100px - 120px);
  background-color: #eeeae6; }
  @media only screen and (max-width: 812px) {
    .favorites .flat-list {
      padding: 0 16px; } }
  .favorites__body {
    position: relative;
    z-index: 4;
    margin-bottom: 110px; }
    .favorites__body .type-card {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    @media only screen and (max-width: 812px) {
      .favorites__body {
        margin-bottom: 0; } }
  .favorites:after {
    content: '';
    position: absolute;
    bottom: calc(-100px - 20px);
    left: 0;
    width: 100%;
    height: 147px;
    display: block;
    background-color: #eeeae6;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 100%); }
  @media only screen and (max-width: 812px) {
    .favorites {
      min-height: calc(100vh - 100px - 50px);
      padding-top: 42px;
      padding-bottom: 104px; }
      .favorites:after {
        display: none; } }
  .favorites__main-title {
    margin-bottom: 66px; }
    @media only screen and (max-width: 812px) {
      .favorites__main-title {
        margin-bottom: 38px; } }
  .favorites__subtitle {
    font-size: 18px;
    color: #000; }
    @media only screen and (max-width: 812px) {
      .favorites__subtitle {
        margin-top: 43px;
        line-height: 1.6;
        font-size: 14px;
        font-weight: 500; } }
  .favorites__choice-link {
    display: inline-block;
    color: #476855;
    text-decoration: none; }
    .favorites__choice-link:after {
      margin-top: -1px;
      background-color: #476855; }
  .favorites .type-card__fav-btn.active .type-card__fav-line {
    -webkit-transform: scaleX(1) rotate(45deg);
            transform: scaleX(1) rotate(45deg); }
  .favorites .type-card__fav-btn.active:hover:after {
    opacity: 1; }
  .favorites .type-card__fav-btn.active:hover:before {
    opacity: 0; }
  .favorites .type-card__fav-btn.active:after {
    opacity: 1; }
  .favorites .type-card__fav-btn.active:before {
    opacity: 0; }

.flat-t-page {
  width: 1269px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flat-t-page__aside {
    width: 363px;
    background-color: #fff; }
    .flat-t-page__aside-main {
      padding: 43px 20px 40px 40px; }
  .flat-t-page__main {
    position: relative;
    width: calc(100% - 363px);
    z-index: 0; }
    .flat-t-page__main:after, .flat-t-page__main:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      width: calc(100% - 18px);
      height: 17px;
      z-index: 2; }
    .flat-t-page__main:before {
      top: 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#fff));
      background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #fff 100%); }
    .flat-t-page__main:after {
      bottom: 0;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%); }
  .flat-t-page__body {
    position: relative;
    max-height: 903px;
    min-height: 647px;
    height: 100%;
    width: 100%;
    background-color: #fff;
    overflow: hidden; }
    .flat-t-page__body:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 95px;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
      opacity: .03;
      z-index: 3; }
  .flat-t-page__return-link {
    padding-left: 34px;
    height: 80px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #eeeae6;
    color: #476855;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer; }
    .flat-t-page__return-link:hover:before {
      -webkit-transform: translate3d(-4px, 0, 0);
              transform: translate3d(-4px, 0, 0); }
    .flat-t-page__return-link:before {
      content: '';
      display: inline-block;
      margin-right: 10px;
      width: 9px;
      height: 12px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      background-image: url("/static/images/ic-arrow-left-green.849fedd02ee0.svg");
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
  .flat-t-page__type-name {
    font-size: 30px;
    margin-bottom: 25px; }
  .flat-t-page__type-photo {
    margin-bottom: 37px;
    width: 286px;
    height: 236px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
  .flat-t-page__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 23px; }
    .flat-t-page__item.align-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .flat-t-page__item:last-of-type {
      margin-bottom: 0; }
    .flat-t-page__item-rooms {
      padding-top: 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 71px;
      line-height: 1;
      height: 71px;
      border-radius: 50%;
      background-color: #476855;
      color: #fff;
      font-size: 49px; }
    .flat-t-page__item-detail {
      margin-left: 49px; }
    .flat-t-page__item-title {
      margin-bottom: 3px;
      font-family: "Circle", Arial, sans-serif;
      color: #acacac;
      font-size: 16px; }
  .flat-t-page__count {
    font-size: 28px;
    color: #476855;
    line-height: .9; }
  .flat-t-page__flats-count {
    padding-top: 5px;
    width: 71px;
    text-align: center; }

.floor-page {
  padding-top: 41px;
  min-height: 600px;
  margin-bottom: 110px; }
  .floor-page__container {
    position: relative; }
  .floor-page__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1174px; }
  .floor-page__body {
    width: 100%;
    max-width: calc(100% - 164px); }
  .floor-page__aside {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 164px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .floor-page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .floor-page__header-right {
      margin-top: 12px;
      margin-right: 300px; }
  .floor-page__main-title {
    font-size: 44px;
    color: #476855; }
  .floor-page__switcher {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .floor-page__switcher-title {
      font-family: "Regal", "Times New Roman", serif;
      font-weight: bold;
      font-size: 18px;
      color: #476855;
      cursor: pointer; }
      .floor-page__switcher-title.active {
        color: #000;
        pointer-events: none; }
    .floor-page__switcher-body {
      position: relative;
      width: 59px;
      height: 24px;
      background-color: #dad0bb;
      border-radius: 20px;
      margin: 0 18px;
      -webkit-transition: background-color .3s ease;
      transition: background-color .3s ease;
      cursor: pointer; }
      .floor-page__switcher-body.checked {
        background-color: #c2c2c2; }
      .floor-page__switcher-body &gt; input[type=checkbox] {
        visibility: hidden; }
        .floor-page__switcher-body &gt; input[type=checkbox]:checked + label:after {
          -webkit-transform: translate3d(35px, 0, 0);
                  transform: translate3d(35px, 0, 0); }
      .floor-page__switcher-body &gt; label {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        cursor: pointer;
        height: 100%;
        width: 100%;
        will-change: transform; }
        .floor-page__switcher-body &gt; label:after {
          content: '';
          display: block;
          position: absolute;
          left: 4px;
          top: 4px;
          width: 16px;
          height: 16px;
          background: #476855;
          border-radius: 50%;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
          -webkit-transition: -webkit-transform .3s ease;
          transition: -webkit-transform .3s ease;
          transition: transform .3s ease;
          transition: transform .3s ease, -webkit-transform .3s ease; }
  .floor-page__back-link {
    margin-top: 23px;
    pointer-events: all; }
  .floor-page__item {
    margin-bottom: 49px;
    width: 130px;
    text-align: center; }
    .floor-page__item:last-of-type {
      margin-bottom: 0; }
    .floor-page__item-photo {
      width: 100%;
      height: 110px;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: contain; }
      .floor-page__item-photo.section {
        background-image: url("/static/images/section-test.24c0f2ee0997.png"); }
    .floor-page__item-value {
      margin-top: 24px;
      font-size: 16px;
      color: #476855; }
  .floor-page__miniature {
    position: relative;
    height: 110px; }
    @media only screen and (max-width: 812px) {
      .floor-page__miniature {
        height: auto; } }
    .floor-page__miniature_clickable {
      pointer-events: all; }
      @media only screen and (max-width: 812px) {
        .floor-page__miniature_clickable {
          pointer-events: none; } }
    .floor-page__miniature img {
      width: 100%; }
    .floor-page__miniature svg {
      position: absolute;
      top: 0;
      left: 0;
      fill: #476855;
      z-index: 2; }
    .floor-page__miniature-polygon {
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
      cursor: pointer;
      opacity: 0;
      fill: #476855; }
      .floor-page__miniature-polygon.active {
        opacity: .9; }
      .floor-page__miniature-polygon:not(.active):hover {
        opacity: .65; }
  .floor-page__compass {
    margin-bottom: 120px; }
  .floor-page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .floor-page__content-aside {
      padding-top: 80px; }
    .floor-page__content-flats {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      min-height: 200px;
      margin: 0 auto;
      width: 840px; }
  .floor-page__floor {
    width: 75%;
    position: relative; }
    .floor-page__floor-image {
      width: 100%;
      height: auto; }
    .floor-page__floor-svg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      fill: #476855;
      z-index: 2; }
    .floor-page__floor-polygon {
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
      opacity: 0;
      cursor: pointer;
      pointer-events: none; }
      .floor-page__floor-polygon &gt; polygon,
      .floor-page__floor-polygon &gt; rect {
        fill: #476855; }
      .floor-page__floor-polygon.active {
        opacity: .5;
        pointer-events: all; }
        .floor-page__floor-polygon.active:hover {
          opacity: .85; }
      .floor-page__floor-polygon.hover {
        opacity: .85;
        pointer-events: all; }
  .floor-page__level .realty-floor {
    margin: 17px 0; }
  .floor-page__level-btn {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    .floor-page__level-btn.hide {
      display: none; }
    .floor-page__level-btn.up {
      background-image: url("/static/images/ic-level-arrow-up.341b83c81e58.svg"); }
      .floor-page__level-btn.up:hover {
        -webkit-transform: translate3d(0, -3px, 0);
                transform: translate3d(0, -3px, 0); }
    .floor-page__level-btn.down {
      background-image: url("/static/images/ic-level-arrow-down.a12db837f7aa.svg"); }
      .floor-page__level-btn.down:hover {
        -webkit-transform: translate3d(0, 3px, 0);
                transform: translate3d(0, 3px, 0); }
  .floor-page__watch-card {
    position: absolute;
    bottom: 34px;
    left: 47px; }
  .floor-page__shields {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .floor-page__shield {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 24px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: default;
    opacity: 0; }
    .floor-page__shield.active {
      cursor: pointer;
      opacity: 1; }

.complex-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden; }
  .complex-visual:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 2, 2, 0.5)), to(rgba(3, 2, 2, 0)));
    background: linear-gradient(to top, rgba(3, 2, 2, 0.5), rgba(3, 2, 2, 0)); }
  .complex-visual__image {
    width: 100%;
    height: auto; }
  .complex-visual__mode {
    position: absolute;
    top: 77px;
    left: 0;
    width: 100%;
    z-index: 3; }
    .complex-visual__mode-btn {
      width: auto;
      padding: 12px 20px;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      line-height: normal;
      color: #7a7a7a; }
      .complex-visual__mode-btn.active {
        color: #c1ccc5;
        pointer-events: none; }
  .complex-visual__svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    fill: #476855; }
    .complex-visual__svg-polygon {
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
      opacity: 0;
      cursor: pointer;
      pointer-events: none;
      fill: #476855; }
      .complex-visual__svg-polygon.active {
        opacity: .5;
        pointer-events: all; }
        .complex-visual__svg-polygon.active:hover {
          opacity: .8; }
  .complex-visual__pano-shield {
    position: absolute;
    width: 40px;
    height: 56px;
    padding-top: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("/static/images/ic-pano.5459a11d2b85.svg");
    z-index: 2;
    text-decoration: none;
    color: #000;
    font-family: "Regal", "Times New Roman", serif;
    font-size: 13px;
    text-align: center;
    font-weight: 800;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    cursor: pointer; }
    .complex-visual__pano-shield:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .complex-visual__shield {
    display: none;
    position: absolute;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, transform .3s ease;
    transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    pointer-events: none; }
    .complex-visual__shield.active {
      display: block;
      opacity: 1; }
    .complex-visual__shield:hover {
      -webkit-transform: translate3d(-50%, -10px, 0);
              transform: translate3d(-50%, -10px, 0); }
  .complex-visual__new-tooltip {
    position: absolute;
    top: 50vw;
    left: 50vw;
    width: 207px;
    padding: 13px 25px 17px 19px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    font-family: "Circle", Arial, sans-serif;
    pointer-events: none;
    opacity: 0;
    z-index: 3; }
    .complex-visual__new-tooltip.no-layout .complex-visual__new-tooltip-empty {
      opacity: 1; }
    .complex-visual__new-tooltip.active {
      opacity: 1;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .complex-visual__new-tooltip-title {
      font-family: "Circle", Arial, sans-serif;
      margin-bottom: 10px;
      font-weight: 500;
      font-size: 13px;
      color: #000; }
    .complex-visual__new-tooltip-params {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 700; }
    .complex-visual__new-tooltip-empty {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 0;
      font-size: 13px;
      line-height: 1.6;
      text-align: center;
      color: #000; }
    .complex-visual__new-tooltip-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 6px;
      font-size: 11px; }
    .complex-visual__new-tooltip-price {
      color: #476855; }
    .complex-visual__new-tooltip-image {
      display: block;
      width: auto;
      height: auto;
      max-height: 180px;
      min-width: 100%; }
    .complex-visual__new-tooltip-layout {
      position: relative;
      width: 100%; }
    .complex-visual__new-tooltip-area {
      display: inline-block;
      margin-left: 5px; }
  .complex-visual__tooltip {
    position: absolute;
    top: -50vw;
    left: -50vw;
    padding: 14px 20px;
    background-color: #fff;
    font-family: "Circle", Arial, sans-serif;
    color: #000;
    font-size: 13px;
    border-radius: 7px;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity 0s ease;
    transition: opacity 0s ease;
    pointer-events: none; }
    .complex-visual__tooltip.active {
      opacity: 1;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .complex-visual__tooltip-rooms {
      margin-top: 14px; }
    .complex-visual__tooltip-row {
      display: none;
      margin-top: 10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .complex-visual__tooltip-row:first-child {
        margin-top: 0; }
      .complex-visual__tooltip-row.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .complex-visual__tooltip-title {
      font-size: 13px; }
    .complex-visual__tooltip-type {
      margin-right: 20px;
      font-size: 11px;
      font-weight: 700; }
    .complex-visual__tooltip-count {
      min-width: 35px; }
      .complex-visual__tooltip-count.low {
        color: #eb5757; }
    .complex-visual__tooltip-price {
      font-size: 16px; }
      .complex-visual__tooltip-price span {
        display: inline-block;
        margin-left: 3px;
        color: #476855; }
  .complex-visual-pano-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999999; }
    .complex-visual-pano-box__content {
      position: absolute;
      width: 100%;
      height: 100%; }
    .complex-visual-pano-box__close-btn-box {
      position: absolute;
      z-index: 2;
      right: 0;
      top: 0;
      width: 100px;
      height: 100px;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #476855; }
      .complex-visual-pano-box__close-btn-box:hover {
        background-color: #395947; }
    .complex-visual-pano-box__close-btn {
      position: relative;
      width: 50px;
      height: 50px; }
      .complex-visual-pano-box__close-btn:before, .complex-visual-pano-box__close-btn:after {
        position: absolute;
        left: 22px;
        content: ' ';
        height: 50px;
        width: 6px;
        background-color: #fff; }
      .complex-visual-pano-box__close-btn:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .complex-visual-pano-box__close-btn:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }

a.complex-visual__shield {
  pointer-events: auto;
  text-decoration: none; }

.building-visual {
  position: relative;
  overflow: hidden; }
  .building-visual__head {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none; }
  .building-visual__image {
    width: 100%;
    height: auto; }
  .building-visual__svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    fill: #476855; }
    .building-visual__svg-polygon {
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
      opacity: 0;
      cursor: pointer; }
      .building-visual__svg-polygon.active {
        opacity: .3;
        pointer-events: all; }
        .building-visual__svg-polygon.active:hover {
          opacity: .93; }
  .building-visual__shield {
    display: none;
    position: absolute;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, transform .3s ease;
    transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    pointer-events: none; }
    .building-visual__shield.active {
      display: block;
      opacity: 1; }
    .building-visual__shield.hover {
      -webkit-transform: translate3d(10px, -50%, 0);
              transform: translate3d(10px, -50%, 0); }

.flat-choice {
  position: relative; }
  .flat-choice__body {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 377px - 107px); }
    .flat-choice__body.reloading .flat-choice__visual {
      opacity: 0;
      -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
      transition: opacity .5s ease, -webkit-transform .5s ease;
      transition: opacity .5s ease, transform .5s ease;
      transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
  .flat-choice__flats {
    padding-top: 40px;
    margin-bottom: 120px; }
    @media only screen and (max-width: 812px) {
      .flat-choice__flats {
        padding: 17px 16px; } }
  .flat-choice__visual {
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 1s ease .2s, -webkit-transform 1.2s ease .2s;
    transition: opacity 1s ease .2s, -webkit-transform 1.2s ease .2s;
    transition: opacity 1s ease .2s, transform 1.2s ease .2s;
    transition: opacity 1s ease .2s, transform 1.2s ease .2s, -webkit-transform 1.2s ease .2s;
    z-index: 1; }
  .flat-choice__scroll {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0; }
    .flat-choice__scroll-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .flat-choice__scroll-to {
      display: none;
      width: 40px;
      height: 40px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto 100%;
      background-image: url("/static/images/ic-arrow-top-green.6c541fedf3f5.svg");
      -webkit-animation: MoveUpDown 1s ease infinite;
              animation: MoveUpDown 1s ease infinite;
      -webkit-animation-direction: alternate;
              animation-direction: alternate;
      cursor: pointer; }
      .flat-choice__scroll-to:first-of-type {
        margin-left: -20px; }
      .flat-choice__scroll-to:last-of-type {
        margin-right: -20px; }
  .flat-choice .page-head.mortgage-page .page-head__main-title {
    max-width: none;
    margin-bottom: 50px; }
    @media only screen and (max-width: 812px) {
      .flat-choice .page-head.mortgage-page .page-head__main-title {
        margin-bottom: 32px;
        max-width: 196px; } }
  .flat-choice__plan-btn {
    padding: 0 20px;
    position: absolute;
    bottom: 30px;
    right: 60px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 48px;
    color: #1b2347;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #eeeae6;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color; }
    @media only screen and (max-width: 812px) {
      .flat-choice__plan-btn {
        display: none; } }
    .flat-choice__plan-btn:hover {
      color: #476855; }
    .flat-choice__plan-btn:before {
      content: '';
      display: inline-block;
      margin-right: 10px;
      width: 20px;
      height: 17px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% auto;
      background-image: url("/static/images/ic-filter-green.1e6c6abb2b4a.svg"); }

.realty-filter {
  position: relative;
  padding-bottom: 49px;
  z-index: 4; }
  @media only screen and (max-width: 812px) {
    .realty-filter {
      padding-bottom: 33px; } }
  .realty-filter__row {
    position: relative;
    max-width: 1174px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 16px; }
    @media only screen and (max-width: 812px) {
      .realty-filter__row {
        max-width: 343px;
        margin: 0 auto;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .realty-filter__row:nth-child(1) {
      z-index: 3; }
    .realty-filter__row:nth-child(2) {
      z-index: 2; }
      @media only screen and (max-width: 812px) {
        .realty-filter__row:nth-child(2) {
          z-index: 0; } }
    .realty-filter__row:nth-child(3) {
      z-index: 1; }
    .realty-filter__row:last-of-type {
      margin-bottom: 0; }
    .realty-filter__row.align-center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .realty-filter__item {
    margin-right: 20px;
    width: calc(195px + 40px); }
    @media only screen and (max-width: 812px) {
      .realty-filter__item {
        margin-right: 0;
        margin-bottom: 33px;
        width: 100%; } }
    .realty-filter__item.short {
      width: calc(130px + 20px); }
      @media only screen and (max-width: 812px) {
        .realty-filter__item.short {
          width: 157px; } }
    @media only screen and (max-width: 812px) {
      .realty-filter__item.short-mobile {
        width: 157px; }
        .realty-filter__item.short-mobile.flag {
          width: 125px; } }
    .realty-filter__item.flag {
      margin-bottom: 15px; }
    .realty-filter__item:last-of-type {
      margin-right: 0; }
    .realty-filter__item-container {
      width: 100%;
      max-width: 213px; }
      @media only screen and (max-width: 812px) {
        .realty-filter__item-container {
          max-width: 100%; } }
      .realty-filter__item-container .range-slider {
        min-height: 5px; }
  .realty-filter__label {
    margin-bottom: 14px;
    font-size: 12px;
    color: #171717;
    font-weight: 700;
    text-transform: uppercase; }
  .realty-filter__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 812px) {
      .realty-filter__buttons {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .realty-filter__buttons-option {
      margin-right: 8px; }
      .realty-filter__buttons-option:last-of-type {
        margin-right: 0; }
  .realty-filter__slider-inputs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 812px) {
      .realty-filter__slider-inputs {
        margin-bottom: 5px; } }
  .realty-filter__slider-input {
    margin-right: 26px;
    padding: 0 4px;
    width: 93px;
    height: 44px;
    font-size: 13px;
    font-weight: 500; }
    @media only screen and (max-width: 812px) {
      .realty-filter__slider-input {
        margin-right: 16px;
        min-height: 35px;
        height: 35px;
        max-width: 164px;
        width: 100%; } }
    .realty-filter__slider-input:last-of-type {
      margin-right: 0; }
  .realty-filter__select select {
    display: none; }
    @media only screen and (max-width: 812px) {
      .realty-filter__select select {
        display: block; } }
  .realty-filter__select .selectric-items li.selected {
    display: none; }
  .realty-filter__select.multi .selectric-items li.selectric-group-label {
    display: block; }
  .realty-filter__select.multi .selectric-items li.selected {
    display: block; }
  .realty-filter__select.multi .selectric-items li:first-child {
    display: none; }
  .realty-filter__select .selectric-above .selectric-items {
    top: 0; }
  .realty-filter__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .realty-filter__checkbox.disabled {
      opacity: .4;
      pointer-events: none; }
    .realty-filter__checkbox-title {
      padding-top: 2px;
      padding-left: 11px;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 12px;
      color: #7a7a7a;
      cursor: pointer;
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
      .realty-filter__checkbox-title:hover {
        color: #000; }
  .realty-filter__submit {
    position: relative;
    padding: 15px 18px;
    width: 227px;
    margin-left: auto;
    text-align: center;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    overflow: hidden; }
    @media only screen and (max-width: 812px) {
      .realty-filter__submit {
        margin-top: 32px;
        margin-right: auto; } }
    .realty-filter__submit.empty {
      opacity: .8; }
      .realty-filter__submit.empty:hover &gt; div {
        -webkit-transform: translateY(-16px);
                transform: translateY(-16px);
        opacity: 0; }
        @media only screen and (max-width: 812px) {
          .realty-filter__submit.empty:hover &gt; div {
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            opacity: 1; } }
      .realty-filter__submit.empty:hover:after {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
        @media only screen and (max-width: 812px) {
          .realty-filter__submit.empty:hover:after {
            -webkit-transform: translateY(16px);
                    transform: translateY(16px);
            opacity: 0; } }
    .realty-filter__submit:after {
      content: '\418\437\43C\435\43D\438\442\435   \443\441\43B\43E\432\438\44F   \43F\43E\438\441\43A\430';
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      font-size: 12px;
      color: #fff;
      background-color: #476855;
      opacity: 0;
      -webkit-transform: translateY(16px);
              transform: translateY(16px);
      -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
      transition: opacity .3s ease, -webkit-transform .3s ease;
      transition: opacity .3s ease, transform .3s ease;
      transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease; }
    .realty-filter__submit &gt; div {
      -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
      transition: opacity .3s ease, -webkit-transform .3s ease;
      transition: opacity .3s ease, transform .3s ease;
      transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease; }
  .realty-filter__params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1174px;
    margin-top: 30px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
    @media only screen and (max-width: 812px) {
      .realty-filter__params {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (max-width: 460px) {
      .realty-filter__params {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .realty-filter__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 812px) {
      .realty-filter__sort {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 25%; } }
    @media screen and (max-width: 460px) {
      .realty-filter__sort {
        margin-top: 19px;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .realty-filter__sort-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 60px; }
    @media only screen and (max-width: 812px) {
      .realty-filter__sort-item {
        display: none;
        margin-bottom: 16px; } }
    @media only screen and (max-width: 812px) {
      .realty-filter__sort-item:nth-child(2n-1) {
        width: 181px;
        padding-right: 20px;
        margin-right: 0; } }
    .realty-filter__sort-item:last-of-type {
      margin-right: 0; }
    .realty-filter__sort-item.ASC .select-title, .realty-filter__sort-item.DESC .select-title {
      color: #000; }
  .realty-filter__select-wrapper {
    display: none; }
    @media only screen and (max-width: 812px) {
      .realty-filter__select-wrapper {
        display: block; } }
  .realty-filter__mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 78px; }
    @media only screen and (max-width: 812px) {
      .realty-filter__mode {
        width: 50%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-right: auto;
        margin-left: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media screen and (max-width: 460px) {
      .realty-filter__mode {
        margin-left: initial;
        margin-right: initial;
        margin-top: 25px;
        width: 100%; } }
    .realty-filter__mode .select-title {
      cursor: pointer; }
    .realty-filter__mode .switcher-white {
      margin-top: 4px; }
    .realty-filter__mode.disabled {
      opacity: .5;
      pointer-events: none; }
  .realty-filter__reset, .realty-filter__extend-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #171717;
    text-transform: uppercase; }
  .realty-filter__reset-box {
    margin-left: auto; }
    @media only screen and (max-width: 812px) {
      .realty-filter__reset-box {
        width: 25%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (max-width: 460px) {
      .realty-filter__reset-box {
        width: 100%; } }
  @media only screen and (max-width: 812px) {
    .realty-filter__reset {
      margin-left: initial; } }
  .realty-filter__reset:hover:before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .realty-filter__reset:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/static/images/ic-cross-green.fc842eb01d14.svg");
    background-size: 100% auto;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .realty-filter__extend-btn {
    cursor: pointer;
    color: #171717;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
    .realty-filter__extend-btn:hover {
      color: #476855; }
    .realty-filter__extend-btn:before {
      content: '';
      display: inline-block;
      margin-right: 10px;
      width: 20px;
      height: 17px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% auto;
      background-image: url("/static/images/ic-filter-green.1e6c6abb2b4a.svg"); }
    .realty-filter__extend-btn span:last-of-type {
      display: none; }

.page-404 {
  width: 100%;
  padding-top: 130px;
  text-align: center; }
  .page-404__top-text {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 26px; }
    @media only screen and (max-width: 812px) {
      .page-404__top-text {
        font-size: 15px;
        margin-bottom: 10px; } }
  .page-404__middle-text {
    font-family: "Regal", "Times New Roman", serif;
    font-size: 288px;
    font-weight: 700;
    color: #476855; }
    @media only screen and (max-width: 812px) {
      .page-404__middle-text {
        font-size: 150px; } }
  .page-404__bottom-text {
    width: 40%;
    margin: 0 auto 80px;
    font-size: 24px;
    font-weight: 100; }
    @media only screen and (max-width: 812px) {
      .page-404__bottom-text {
        width: calc(100% - 60px);
        font-size: 12px;
        margin-bottom: 50px; } }
  .page-404__btn {
    display: block;
    width: 258px;
    height: 46px;
    margin: 0 auto;
    padding-top: 14px;
    background-color: #476855;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    color: white;
    text-decoration: none; }
    @media only screen and (max-width: 812px) {
      .page-404__btn {
        width: 234px; } }

.sitemap {
  width: 100%;
  height: calc(100vh - 100px);
  padding-top: 160px;
  padding-left: 15px;
  background-color: #f0ede9; }
  @media only screen and (min-width: 813px) and (max-width: 990px) {
    .sitemap {
      height: calc(177vh - 100px - 70px); } }
  @media only screen and (min-width: 991px) and (max-width: 1281px) {
    .sitemap {
      height: calc(154vh - 100px - 100px); } }
  @media only screen and (min-width: 1282px) and (max-width: 1439px) {
    .sitemap {
      height: calc(123vh - 100px - 100px); } }
  @media only screen and (max-width: 812px) {
    .sitemap {
      padding-top: 45px;
      min-height: calc(580px - 80px - 100px); } }
  .sitemap__title {
    width: 1100px;
    margin: 0 auto 90px;
    font-size: 60px;
    font-weight: bold;
    font-family: "Regal", "Times New Roman", serif;
    color: #050505; }
    @media only screen and (max-width: 812px) {
      .sitemap__title {
        margin-bottom: 60px;
        font-size: 25px; } }
  .sitemap__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    text-transform: uppercase; }
    @media only screen and (max-width: 812px) {
      .sitemap__container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-height: 350px; } }
  .sitemap__wrapper:first-child {
    margin-bottom: 25px; }
  @media only screen and (max-width: 812px) {
    .sitemap__wrapper:nth-child(2) {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  .sitemap__menu-title {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: black; }
    .sitemap__menu-title a {
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      color: black;
      cursor: pointer; }
      .sitemap__menu-title a:hover {
        color: #476855; }
  .sitemap__menu {
    padding-left: 5px; }
  .sitemap__submenu {
    list-style: none; }
    .sitemap__submenu a {
      font-size: 12px;
      font-weight: 500;
      list-style: none;
      cursor: pointer;
      color: black;
      text-decoration: none; }
      .sitemap__submenu a:hover {
        color: #476855; }
      .sitemap__submenu a:before {
        content: "-";
        font-size: 16px; }
        .sitemap__submenu a:before:hover {
          color: #476855; }
    .sitemap__submenu:not(:last-child) {
      margin-bottom: 20px; }
</pre></body></html>