/*width and height edia queries*/
/*media*/
/*color*/
/*fonts*/
/*@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'FontAwesome';
	src: url('fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0');
	src: url('fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}
@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe/Circe-Regular.eot");
    src: local("Circe"), local("Circe-Regular"), url("../fonts/Circe/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe/Circe-Regular.woff") format("woff"), url("../fonts/Circe/Circe-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe/Circe-ExtraLight.eot");
    src: local("Circe ExtraLight"), local("Circe-ExtraLight"), url("../fonts/Circe/Circe-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe/Circe-ExtraLight.woff") format("woff"), url("../fonts/Circe/Circe-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe/Circe-Thin.eot");
    src: local("Circe Thin"), local("Circe-Thin"), url("../fonts/Circe/Circe-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe/Circe-Thin.woff") format("woff"), url("../fonts/Circe/Circe-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe/Circe-Light.eot");
    src: local("Circe Light"), local("Circe-Light"), url("../fonts/Circe/Circe-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe/Circe-Light.woff") format("woff"), url("../fonts/Circe/Circe-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe/Circe-Bold.eot");
    src: local("Circe Bold"), local("Circe-Bold"), url("../fonts/Circe/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe/Circe-Bold.woff") format("woff"), url("../fonts/Circe/Circe-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe/Circe-ExtraBold.eot");
    src: local("Circe ExtraBold"), local("Circe-ExtraBold"), url("../fonts/Circe/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe/Circe-ExtraBold.woff") format("woff"), url("../fonts/Circe/Circe-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

.noUi-target,
 .noUi-target * {
	 box-sizing: border-box;
 	-webkit-user-select: none;
 	-ms-user-select: none;
 	-moz-user-select: none;
 	user-select: none;
 	-webkit-touch-callout: none;
 	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 	-ms-touch-action: none;
 	touch-action: none
 }
.noUi-target {
 	position: relative;
 	direction: ltr;
 }
.noUi-base {
 	position: relative;
 	z-index: 1;
 	width: 100%;
 	height: 100%;

 	/* Fix 401 */
 }
.noUi-connect {
 	position: absolute;
 	top: 0;
 	right: 0;
 	bottom: 0;
 	left: 0;
 }
.noUi-origin {
 	position: absolute;
 	width: 0;
 	height: 0;
 }
.noUi-handle {
 	position: relative;
 	z-index: 1;
 }
.noUi-state-tap .noUi-connect,
 .noUi-state-tap .noUi-origin {
 	transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
 }
.noUi-state-drag * {
 	cursor: inherit !important;
 }
/* Painting and performance;
  * Browsers can paint handles in their own layer.
  */
.noUi-base,
 .noUi-handle {
 	-webkit-transform: translate3d(0, 0, 0);
 	transform: translate3d(0, 0, 0);
 }
/* Slider size and handle placement;
  */
.noUi-horizontal {
 	height: 18px;
 }
.noUi-horizontal .noUi-handle {
 	top: -9px;
 	left: -9px;
 }
.noUi-vertical {
 	width: 18px;
 }
.noUi-vertical .noUi-handle {
 	top: -9px;
 	left: -9px;
 }
/* Styling;
  */
.noUi-target {
 	height: 8px;
 	border: 1px solid #D3D3D3;
 	border-radius: 4px;
 	background: #90abba;
 	box-shadow: inset 0 1px 1px #657882;
 }
.noUi-connect {
 	border-radius: 4px;
 	background: #0079ae;
 	transition: background 450ms;
 }
/* Handles and cursors;
  */
.noUi-draggable {
 	cursor: ew-resize;
 }
.noUi-vertical .noUi-draggable {
 	cursor: ns-resize;
 }
.noUi-handle {
	 width: 24px;
	 height: 24px;
	 outline: none;
	 border: 1px solid #bec5c9;
	 border-radius: 50%;
	 background: #f8f8f8;
	 background: linear-gradient(to bottom, #f8f8f8, #e2e1e1);
	 cursor: default
 }
.noUi-handle:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #576166;
	content: '';
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.noUi-handle:active {
}
.noUi-handle:active:before {
	background: #0079ae;
}
.noUi-active {
 	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
 }
/* Handle stripes;
  */
[disabled] .noUi-connect {
 	background: #B8B8B8;
 }
[disabled].noUi-target {
 	cursor: not-allowed;
 }
/* Base;
  *
  */
.noUi-pips,
 .noUi-pips * {
 	box-sizing: border-box;
 }
.noUi-pips {
 	position: absolute;
 	color: #999;
 }
/* Values;
  *
  */
.noUi-value {
 	position: absolute;
 	text-align: center;
 	white-space: nowrap;
 }
.noUi-value-sub {
 	color: #ccc;
 	font-size: 10px;
 }
/* Markings;
  *
  */
.noUi-marker {
 	position: absolute;
 	background: #CCC;
 }
.noUi-marker-sub {
 	background: #AAA;
 }
.noUi-marker-large {
 	background: #AAA;
 }
/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
 	top: 100%;
 	left: 0;
 	padding: 10px 0;
 	width: 100%;
 	height: 80px;
 }
.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;
 }
/* Vertical layout;
  *
  */
.noUi-pips-vertical {
 	top: 0;
 	left: 100%;
 	padding: 0 10px;
 	height: 100%;
 }
.noUi-value-vertical {
 	padding-left: 25px;
 	-webkit-transform: translate3d(0, 50%, 0);
 	transform: translate3d(0, 50%, 0);
 }
.noUi-marker-vertical.noUi-marker {
 	margin-top: -1px;
 	width: 5px;
 	height: 2px;
 }
.noUi-marker-vertical.noUi-marker-sub {
 	width: 10px;
 }
.noUi-marker-vertical.noUi-marker-large {
 	width: 15px;
 }
.noUi-tooltip {
 	position: absolute;
 	display: block;
 	padding: 5px;
 	border: 1px solid #D9D9D9;
 	border-radius: 3px;
 	background: #fff;
 	color: #000;
 	text-align: center;
 	white-space: nowrap;
 }
.noUi-horizontal .noUi-tooltip {
 	bottom: 120%;
 	left: 50%;
 	-webkit-transform: translate(-50%, 0);
 	transform: translate(-50%, 0);
 }
.noUi-vertical .noUi-tooltip {
 	top: 50%;
 	right: 120%;
 	-webkit-transform: translate(0, -50%);
 	transform: translate(0, -50%);
 }
/* 
------------------------------------------------------------------------------------------------------------------------
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;
	max-width: 100%;
	height: 100%;
	outline: none;
	direction: ltr;
}
.mCSB_container {
	/* contains the original content */
	overflow: hidden;
	width: auto;
	height: auto;
}
/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside>.mCSB_container {
	margin-right: 15px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
	/* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}
.mCS-dir-rtl>.mCSB_inside>.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;
	top: 0;
	right: 6px;
	bottom: 0;
	left: auto;
	width: 9px;
	height: auto;
}
.mCSB_outside+.mCSB_scrollTools {
	right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	/* RTL direction/left-side scrollbar */
	right: auto;
	left: 0;
}
.mCS-dir-rtl>.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;
	right: 0;
	bottom: 0;
	left: 0;
	height: auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
	margin: 0 auto;
	width: 2px;
	height: 100%;
	border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
	/* minimum dragger height */
	z-index: 1;
	width: 100%;
	height: 30px;
	/* the draggable element */
	cursor: pointer;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	/* the dragger element */
	position: relative;
	margin: 0 auto;
	width: 4px;
	height: 100%;
	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 {
	position: absolute;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	height: 20px;
	cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside>.mCSB_container {
	min-height: 100%;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}
/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: 16px;
}
.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 {
	margin: 7px 0;
	width: 100%;
	height: 2px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	left: 0;
	width: 30px;
	/* minimum dragger width */
	height: 100%;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	margin: 6px auto;
	width: 100%;
	height: 4px;
}
.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 {
	/* auto-expanded scrollbar */
	margin: 2px auto;
	height: 12px;
}
.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 {
	/* auto-expanded scrollbar */
	margin: 4px 0;
	height: 8px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	position: absolute;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 20px;
	height: 100%;
	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;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	margin-right: 30px;
	margin-bottom: 30px;
	width: auto;
	height: auto;
}
.mCSB_container_wrapper>.mCSB_container {
	box-sizing: border-box;
	padding-right: 30px;
	padding-bottom: 30px;
}
.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px;
}
.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px;
}
/* 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>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
	/* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
	padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
	padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	/* non-visible scrollbar */
	margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.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 {
	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 {
	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 
----------------------------------------
*/
/* 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: #b8d0e1;
}
.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: #b8d0e1;
}
/* 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 {
	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, .2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .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: #b8d0e1;
}
.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 {
	margin: 4px 0;
	width: 100%;
	height: 8px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	margin: 4px auto;
	width: 100%;
	height: 8px;
}
.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, .1);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	box-shadow: inset 0 1px 1px rgba(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 {
	border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	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, .1), inset 0 0 14px rgba(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, .1), inset 0 0 14px rgba(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 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 9px;
	height: auto;
}
.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, .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: #b8d0e1;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: auto;
	height: 12px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #282e31;
	box-shadow: inset -1px 1px 2px rgba(0, 0, 0, .3);
}
.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, .2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(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, .4), inset -1px 0 0 rgba(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, .4), inset 0 -1px 0 rgba(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, .05);
	box-shadow: inset 1px 1px 16px rgba(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;
}
[data-fancybox] {
	outline: none;
}
.fancybox-enabled {
	overflow: hidden;
}
.fancybox-enabled body {
	overflow: visible;
	height: 100%;
}
.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}
.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99993;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* Make sure that the first one is on the top */
.fancybox-container~.fancybox-container {
	z-index: 99992;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	transition-duration: inherit;
	transition-property: opacity;
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	position: absolute;
	z-index: 99997;
	visibility: hidden;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity .25s, visibility 0s linear .25s;
	direction: ltr;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	visibility: visible;
	opacity: 1;
	transition: opacity .25s, visibility 0s;
}
.fancybox-infobar {
	top: 0;
	left: 50%;
	margin-left: -79px;
}
.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	background-color: rgba(30, 30, 30, .7);
	color: #ddd;
	text-align: center;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 44px;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
	top: 0;
	right: 0;
}
.fancybox-stage {
	z-index: 99994;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	direction: ltr;
}
.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99994;
	display: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	text-align: center;
	white-space: normal;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.fancybox-slide::before {
	display: inline-block;
	width: 0;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}
.fancybox-slide--image {
	overflow: visible;
}
.fancybox-slide--image::before {
	display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #E5E3DF;
}
.fancybox-slide--next {
	z-index: 99995;
}
.fancybox-slide>* {
	position: relative;
	display: inline-block;
	overflow: auto;
	box-sizing: border-box;
	margin: 10px 0;
	border-width: 0;
	vertical-align: middle;
}
.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99995;
	overflow: visible;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: default;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	border: 0;
}
.fancybox-spaceball {
	z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
	overflow: visible;
	padding: 0;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	width: 80%;
	height: 80%;
	background: #fff;
}
.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: #fff;
}
.fancybox-error {
	margin: 0;
	padding: 40px;
	max-width: 380px;
	width: 100%;
	background: #fff;
	cursor: default;
}
.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	margin: 0;
	padding: 0;
	width: 44px;
	height: 44px;
	outline: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
}
.fancybox-close-small:after {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border-width: 0;
	border-radius: 50%;
	color: #fff;
	content: '×';
	text-align: center;
	font: 28px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	opacity: .5;
	transition: background .25s;
}
.fancybox-close-small:hover:after {
	background: #eee;
	color: #555;
}
.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
	background: transparent;
	color: #aaa;
	font-size: 35px;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
}
/* Caption */
.fancybox-caption-wrap {
	right: 0;
	bottom: 0;
	left: 0;
	padding: 60px 30px 0 30px;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	pointer-events: none;
}
.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	color: #fff;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
}
.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}
/* Buttons */
.fancybox-button {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 44px;
	height: 44px;
	outline: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #ddd;
	vertical-align: top;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
}
.fancybox-button[disabled] {
	cursor: default;
	pointer-events: none;
}
.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}
.fancybox-button:hover:not([disabled]) {
	background: rgba(0, 0, 0, .8);
	color: #fff;
}
.fancybox-button::before,
.fancybox-button::after {
	position: absolute;
	display: inline-block;
	box-sizing: border-box;
	background-color: currentColor;
	color: currentColor;
	content: '';
	opacity: 0.9;
	pointer-events: none;
}
.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
	opacity: 0.3;
}
.fancybox-button--left::after,
.fancybox-button--right::after {
	top: 18px;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	background: transparent;
}
.fancybox-button--left::after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.fancybox-button--right::after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fancybox-button--left {
	border-bottom-left-radius: 5px;
}
.fancybox-button--right {
	border-bottom-right-radius: 5px;
}
.fancybox-button--close::before,
.fancybox-button--close::after {
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
	display: inline-block;
	width: 16px;
	height: 2px;
	content: '';
}
.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* Navigation arrows */
.fancybox-arrow {
	position: absolute;
	top: 50%;
	z-index: 99995;
	margin: -50px 0 0 0;
	padding: 0;
	width: 54px;
	height: 100px;
	outline: none;
	border: 0;
	background: none;
	opacity: 0;
	cursor: pointer;
	transition: opacity .25s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fancybox-arrow::after {
	position: absolute;
	top: 28px;
	width: 44px;
	height: 44px;
	background-color: rgba(30, 30, 30, .8);
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
	background-position: center center;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	content: '';
}
.fancybox-arrow--right {
	right: 0;
}
.fancybox-arrow--left {
	left: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
	left: 0;
}
.fancybox-show-nav .fancybox-arrow {
	opacity: 0.6;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
	opacity: 0.3;
}
/* Loading indicator */
.fancybox-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99999;
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	background: transparent;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
}
@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
/* Transition effects */
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
/* Fullscreen  */
.fancybox-button--fullscreen::before {
	top: calc(50% - 6px);
	left: calc(50% - 7px);
	width: 15px;
	height: 11px;
	border: 2px solid;
	background: none;
}
/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
	top: calc(50% - 6px);
	left: calc(50% - 4px);
	background: transparent;
}
.fancybox-button--play::before {
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
}
.fancybox-button--pause::before {
	width: 7px;
	height: 11px;
	border-width: 0 2px 0 2px;
	border-style: solid;
}
/* Thumbs */
.fancybox-thumbs {
	display: none;
}
.fancybox-button--thumbs {
	display: none;
}
body {
	min-width: 320px;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.btn {
	border: none;
	vertical-align: middle;
	line-height: 46px;
}
.btn-gray {
	vertical-align: middle;
}
input {
	font-size: 16px;
}
.input {
	position: relative
}
.input._search input {
	padding-right: 32px;
	background: #fff;
}
.input._search:before {
	position: absolute;
	top: 50%;
	right: 14px;
	display: block;
	margin-top: -12px;
	content: '';
	font-family: FontAwesome;
}
textarea {
	font-size: 16px;
	line-height: 22px;
}
.select2-container {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	max-width: 100%;
	color: #3a3a3a;
	vertical-align: middle;
}
.select2-container .select2-selection--single {
	display: block;
	box-sizing: border-box;
	height: 37px;
	cursor: pointer;
	-moz-user-select: none;
	 -ms-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 12px;
	padding-left: 20px;
}
.select2-container .select2-selection--multiple {
	display: block;
	box-sizing: border-box;
	min-height: 32px;
	cursor: pointer;
	-moz-user-select: none;
	 -ms-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
}
.select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-search--inline {
	float: left;
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	margin-top: 5px;
	padding: 0;
	border: none;
	font-size: 100%;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-dropdown {
	position: absolute;
	left: -100000px;
	z-index: 1051;
	display: block;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #e3e2e2;
	border-radius: 4px;
	background-color: white;
}
.select2-results {
	display: block;
}
.select2-results__options {
	margin: 0;
	padding: 0;
	list-style: none;
}
.select2-results__option {
	margin-bottom: 0;
	padding: 6px;
	-moz-user-select: none;
	 -ms-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
}
.select2-results__option[aria-selected] {
	cursor: pointer;
}
.select2-container--open .select2-dropdown {
	left: 0;
}
.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-search--dropdown {
	display: block;
	padding: 4px;
}
.select2-search--dropdown .select2-search__field {
	box-sizing: border-box;
	padding: 4px;
	width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
	display: none;
}
.select2-close-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: block;
	margin: 0;
	padding: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	border: 0;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
}
.select2-hidden-accessible {
	position: absolute !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	margin: -1px !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #e3e2e2;
	border-radius: 4px;
	background: linear-gradient(to bottom,#fff,#f9f9f9);
	background-color: #f9f9f9;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	background: #f9f9f9;
	background: linear-gradient(to bottom,#fff,#f9f9f9);
	color: inherit;
	line-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	float: right;
	font-weight: bold;
	cursor: pointer;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -4px;
	width: 8px;
	height: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
	position: absolute;
	bottom: -4px;
	left: 0;
	display: block;
	border: 4px solid transparent;
	border-top: 4px solid #3a3a3a;
	content: '';
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
	position: absolute;
	top: -4px;
	left: 0;
	display: block;
	border: 4px solid transparent;
	border-bottom: 4px solid #3a3a3a;
	content: '';
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	right: auto;
	left: 1px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
	border-top-color: #5897fb;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
	border-bottom-color: #5897fb;
}
.select2-container--default .select2-selection--multiple {
	border: 1px solid #e3e2e2;
	border-radius: 5px;
	background-color: white;
	cursor: text;
}
.select2-selection__rendered {
	box-sizing: border-box;
	margin: 0;
	padding: 0 12px;
	width: 100%;
	list-style: none;
}
.select2-selection__rendered li {
	list-style: none;
}
.select2-selection__placeholder {
	float: left;
	margin-top: 5px;
	color: #999;
}
.select2-selection__clear {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	font-weight: bold;
	cursor: pointer;
}
.select2-selection__choice {
	float: left;
	margin: 8px 15px 0 0;
	cursor: default
}
.select2-selection__choice:last-child {
	margin-right: 0;
}
.select2-selection__choice__remove {
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
	font-weight: bold;
	font-size: 0;
	font-family: FontAwesome;
	cursor: pointer
}
.select2-selection__choice__remove:before {
	content: '';
	font-size: 14px;
}
.select2-selection__choice__remove:hover {
	color: #0079ae;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-right: auto;
	margin-left: 5px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-right: auto;
	margin-left: 2px;
}
.select2-selection--multiple {
	outline: 0;
	border: solid #e3e2e2 1px;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #e3e2e2;
}
.select2-search__field {
	height: 34px;
	outline: 0;
	border: none;
	background: transparent;
	box-shadow: none;
	-webkit-appearance: textfield;
}
.select2-container--default .select2-results>.select2-results__options {
	overflow-y: auto;
	max-height: 200px;
}
.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}
.select2-container--default .select2-results__group {
	display: block;
	padding: 6px;
	cursor: default;
}
.select2-selection--single {
	outline: 0;
	border: 1px solid #e3e2e2;
	border-radius: 4px;
	background-color: #f7f7f7;
	background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(255, 238, 238, 0.93333)', GradientType=0);
}
.select2-selection--single:focus {
	border: 1px solid #5897fb;
}
.select2-selection__rendered {
	color: #3a3a3a;
	line-height: 35px;
}
.select2-selection__clear {
	float: right;
	margin-right: 10px;
	font-weight: bold;
	cursor: pointer;
}
.select2-selection__placeholder {
	color: #999;
}
.select2-selection__arrow {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	height: 35px;
	border: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 238, 238, 0.93333)', endColorstr='rgba(255, 204, 204, 0.8)', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2px;
	margin-left: -4px;
	width: 0;
	height: 0;
	border-width: 5px 4px 0 4px;
	border-style: solid;
	border-color: #888 transparent transparent transparent;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	right: auto;
	left: 1px;
	border: none;
	border-right: 1px solid #e3e2e2;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	border: none;
	background: transparent;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
	border-top-color: #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
	border-bottom-color: #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(255, 238, 238, 0.93333)', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 238, 238, 0.93333)', endColorstr='rgba(255, 255, 255, 1)', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
	outline: 0;
	border: 1px solid #e3e2e2;
	border-radius: 4px;
	background-color: white;
	cursor: text;
}
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	margin: 0;
	padding: 0 5px;
	list-style: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	padding: 0 5px;
	border: 1px solid #e3e2e2;
	border-radius: 4px;
	background-color: #e4e4e4;
	cursor: default;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	display: inline-block;
	margin-right: 2px;
	color: #888;
	font-weight: bold;
	cursor: pointer;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-right: auto;
	margin-left: 5px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-right: auto;
	margin-left: 2px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
	outline: 0;
	border: 1px solid #e3e2e2;
}
.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}
.select2-container--classic .select2-dropdown {
	border: 1px solid transparent;
	background-color: white;
}
.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
	border-top: none;
}
.select2-container--classic .select2-results>.select2-results__options {
	overflow-y: auto;
	max-height: 200px;
}
.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white;
}
.select2-container--classic .select2-results__group {
	display: block;
	padding: 6px;
	cursor: default;
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}
.range {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        justify-content: space-between;
	margin: 15px 0 0;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify
}
.range__val {
	margin: 1em 0 0;
	color: #686868;
	font-size: 14px;
}
.range-slider {
	width: 100%;
}
.breadcrumbs {
	padding: 13px 0 20px;
	font-size: 14px
}
.breadcrumbs-item {
	position: relative;
	display: inline;
	margin: 0 15px 0 0;
	text-decoration: underline
}
.breadcrumbs-item:before {
	position: absolute;
	top: 50%;
	right: -11px;
	display: block;
	margin-top: -1px;
	width: 2px;
	height: 2px;
	background: #747474;
	content: '';
}
.breadcrumbs-item:last-child {
	margin-right: 0;
	color: #3a3a3a;
	text-decoration: none;
}
.breadcrumbs-item:last-child:before {
	display: none;
}
.top-controls {
	font-size: 0
}
.top-controls__search {
}
.top-catalog {
	position: relative;
	z-index: 5;
	display: none;
	margin: 0 1.69492% 0 0;
	width: 23.72881%;
	vertical-align: middle
}
.top-catalog__btn {
	position: relative;
	z-index: 2;
	display: block;
	padding: 0 30px 0 40px;
	height: 50px;
	border-radius: 3px;
	background: #f59737;
	background: linear-gradient(#f79b3d, #e27301);
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 50px;
}
.top-catalog__btn:hover {
	color: #fff;
}
.top-catalog__btn:before {
	position: absolute;
	top: 50%;
	left: 16px;
	display: block;
	margin-top: -10px;
	height: 20px;
	content: '';
	font-size: 16px;
	font-family: FontAwesome;
	line-height: 20px;
}
.top-catalog__btn:after {
	position: absolute;
	top: 50%;
	right: 16px;
	display: block;
	margin-top: -3px;
	border: 5px solid transparent;
	border-top: 5px solid #fff;
	content: '';
}
.top-catalog__btn.active {
}
.top-catalog__btn.active:after {
	margin-top: -8px;
	border-top-color: transparent;
	border-bottom: 5px solid #fff;
}
.top-catalog__list {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	overflow: auto;
	margin: -3px 0 0;
	padding: 10px 0;
	max-height: 420px;
	width: 100%;
	background: rgba(5, 60, 90, .9);
	color: #fff;
	font-size: 14px;
}
.top-catalog__list.active {
	display: block;
}
.top-catalog__item {
	border-bottom: 1px solid #1f5b7a;
}
.top-catalog__item:last-child {
	border-bottom: none;
}
.top-catalog__link {
	display: block;
	padding: 6px 15px;
	color: inherit;
	text-decoration: inherit;
}
.object {
	font-size: 0
}
.object__label {
	color: #8c8c8c;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	font-family: 'PT Sans',sans-serif;
	line-height: 2;
}
.object-header {
}
.object-toggle {
	position: relative;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 17px;
	height: 40px;
	color: #8c8c8c;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	line-height: 40px
}
.object-toggle:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -10px;
	height: 20px;
	content: '\f0ab';
	font-size: 13px;
	font-family: FontAwesome;
	line-height: 20px;
}
.object-toggle.active {
}
.object-toggle.active:before {
	content: '\f0aa';
}
.object-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        justify-content: space-between;
	margin: 0 0 50px;
	padding: 10px 0 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.object-controls {
	margin: 0 0 10px;
	border-bottom: 1px solid #56b2db
}
.object-controls__item {
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	border-radius: 3px 3px 0 0;
	color: #3a3a3a;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
}
.object-controls__item.active {
	background: #4cafdb;
	color: #fff;
}
.object-controls__link {
	color: inherit;
	text-decoration: inherit;
}
.object-controls__link:hover {
	color: inherit;
}
.object-sorting {
	display: inline-block;
	margin: 0 10px 10px 0;
	vertical-align: middle;
	font-size: 14px
}
.object-sorting__select {
	margin: 0 0 3px;
	min-height: 37px;
	height: 37px;
	background: #f9f9f9;
	background: linear-gradient(to bottom,#fff,#f9f9f9);
}
.object-sorting__select +.select2 {
	margin-bottom: 3px;
	max-width: 280px;
	width: 100%;
}
.object-view {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle
}
.object-view__items {
	overflow: hidden;
	margin: 0 0 3px;
	border: 1px solid #e3e2e2;
	border-radius: 5px;
}
.object-view__item {
	display: inline-block;
	width: 40px;
	height: 35px;
	border-left: 1px solid #e3e2e2;
	background: #f9f9f9;
	background: linear-gradient(to bottom, #fff, #f9f9f9);
	color: #3a3a3a;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-family: FontAwesome;
	line-height: 35px;
}
.object-view__item:first-child {
	border-left: none;
}
.object-view__item.active {
	background: #016b9a;
	color: #fff;
}
.object-list {
	display: inline-block;
	margin: 0 10px 10px 0;
	vertical-align: bottom;
	font-size: 0
}
.object-list__items {
	overflow: hidden;
	border: 1px solid #e3e2e2;
	border-radius: 5px;
}
.object-list__item {
	position: relative;
	display: inline-block;
	padding: 0 12px;
	height: 35px;
	border-left: 1px solid #e3e2e2;
	background: #f9f9f9;
	background: linear-gradient(to bottom, #fff, #f9f9f9);
	color: #3a3a3a;
	vertical-align: middle;
	text-decoration: none;
	font-size: 12px;
	line-height: 35px;
}
.object-list__item:before {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -5px;
	border: 4px solid transparent;
	content: '';
}
.object-list__item._prev {
	padding-left: 28px;
}
.object-list__item._prev:before {
	left: 10px;
	border-right: 4px solid #3a3a3a;
}
.object-list__item._prev:hover {
}
.object-list__item._prev:hover:before {
	border-right-color: #0079ae;
}
.object-list__item._next {
	padding-right: 28px;
}
.object-list__item._next:before {
	right: 10px;
	border-left: 4px solid #3a3a3a;
}
.object-list__item._next:hover {
}
.object-list__item._next:hover:before {
	border-left-color: #0079ae;
}
.object-list__item:first-child {
	border-left: none;
}
.object-list__counter {
	display: inline-block;
	padding: 0 12px;
	height: 35px;
	background: #016b9a;
	color: #fff;
	vertical-align: middle;
	font-size: 12px;
	line-height: 35px;
}
.object-sidebar {
	width: 100%;
	border: 1px solid #e1e0e0;
	background: #f9f9f9;
	text-align: center
}
.object-sidebar__price {
	padding: 35px 20px 15px;
	background: #016b9a;
	color: #fff;
	font-size: 16px;
}
.object-sidebar__price span {
	display: block;
	margin: 0 0 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	font-family: 'Circe', sans-serif;
	line-height: 1;
}
.object-sidebar__info {
	padding: 20px 10px 8px;
	font-size: 13px;
	font-size: 16px;
}
.object-sidebar__seller {
	margin: 0 0 10px;
	font-size: 14px;
}
.object-sidebar__seller img {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.object-sidebar__controls {
	padding: 14px 20px 24px;
	font-size: 16px;
}
.object-sidebar__getprice {
	margin: 0 6px 6px;
	background: #ee8923;
	background: linear-gradient(to bottom, #f79b3c, #e37402);
}
.object-sidebar__credit {
	margin: 0 6px 6px;
}
.object-sidebar__question {
	margin: 0 0 6px;
	width: 100%;
	background: #016b9a;
}
.object-sidebar__question i {
	display: inline-block;
	margin: 0 7px 0 0;
	font-style: normal;
	font-size: 14px;
	font-family: FontAwesome;
}
.object-sidebar__failed {
	width: 100%;
	background: #90abba;
}
.object-sidebar__failed i {
	display: inline-block;
	margin: 0 7px 0 0;
	font-style: normal;
	font-size: 14px;
	font-family: FontAwesome;
}
.object-statistics {
	color: #3a3a3a
}
.object-statistics__row {
	margin: 0 0 15px;
	font-size: 0;
}
.object-statistics__row:last-child {
	margin-bottom: 0;
}
.object-statistics__section {
	display: inline-block;
	padding: 0 6px;
	width: 50%;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
}
.object-statistics__section._label {
	text-align: right;
	font-weight: bold;
}
.object-statistics__link {
	font-size: 14px;
}
.object-tabs {
	margin: 0 0 20px;
}
.object-tabs-controls {
	border: 3px 3px 0 0;
	border-bottom: 1px solid #4cafdb;
	background: #f9f9f9;
	color: #3a3a3a;
	font-weight: bold;
	font-size: 0
}
.object-tabs-controls__item {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	border-radius: 3px 3px 0 0;
	vertical-align: middle;
	font-size: 12px;
	line-height: 30px;
	cursor: pointer;
}
.object-tabs-controls__item.active {
	background: #4cafdb;
	color: #fff;
}
.object-tabs-contents {
	padding: 20px 0;
	color: #3a3a3a;
	font-size: 14px;
	line-height: 1.5;
}
.object-tabs-contents h6 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-family: 'PT Sans',sans-serif
}
.object-tabs-contents p {
	margin: 0 0 10px
}
.object-tabs-contents p:last-child {
	margin-bottom: 0;
}
.object-info {
	margin: 0 0 15px;
	font-size: 14px;
	width: 100%;
}
.object-info tbody tr:nth-child(even) {
	background: none;
}
.object-info__title {
	margin: 0 0 10px;
	color: #3a3a3a;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Circe', sans-serif;
}
.object-info__controls {
	margin: 0 0 10px;
}
.object-info__controls span {
	display: inline-block;
	vertical-align: middle;
}
.object-info__download {
	position: relative;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	vertical-align: middle;
}
.object-info__download:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -10px;
	height: 20px;
	content: '';
	font-family: FontAwesome;
	line-height: 20px;
}
.object-info__print {
	position: relative;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	vertical-align: middle;
}
.object-info__print:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -10px;
	height: 20px;
	content: '';
	font-family: FontAwesome;
	line-height: 20px;
}
.object-info__map {
	margin-bottom: 15px;
	height: 175px;
	border: 1px solid #979797;
}
.object-info__documents {
	margin-bottom: 15px;
}
.object-info__table {
	width: 100%;
	margin-bottom: 15px;
}
.object-info__table thead {
	background: #dde6ea;
	color: #3a3a3a;
}
.object-info__table th, .object-info__table td {
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: normal;
}
.object-info__table th:first-child, .object-info__table td:first-child {
	font-weight: bold;
}
.gallery {
	margin: 0 auto 15px
}
.gallery-main {
	margin: 0 0 6px;
	padding: 3px 6px;
	border: 1px solid #e1e0e0
}
.gallery-main__img {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.gallery-main__img img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.gallery-thumb {
	margin: 0 -4px
}
.gallery-thumb__link {
	display: inline-block;
	margin: 0 1.03093%;
	padding: 2px;
	width: 22.93814%;
	height: 61px;
	border: 1px solid #e1e0e0;
	vertical-align: top;
	text-align: center;
	font-size: 0;
}
.gallery-thumb__link img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.gallery-thumb__link:before {
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.gallery-thumb__link.active {
	border-color: #f79b3d;
}
.similar {
	margin: 0 0 43px;
}
.similar-list {
	overflow: hidden;
	margin: 30px 0 0;
	padding: 27px 0 15px;
	border-top: 1px solid #e1e0e0;
	white-space: nowrap;
	font-size: 0;
}
.similar-tender-list {
	overflow: hidden;
	margin: 30px 0 0;
	padding: 27px 0 75px;
	border-top: 1px solid #e1e0e0;
	white-space: nowrap;
	font-size: 0;
}
.similar-item {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 10px 10px 17px;
	width: 180px;
	border: 1px solid #e1e0e0;
	color: #3a3a3a;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	font-size: 14px
}
.similar-item:last-child {
	margin-right: 0;
}
.similar-item__img {
	margin: 0 0 10px;
	height: 105px;
	font-size: 0;
}
.similar-item__img img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}
.similar-item__img:before {
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.similar-item__name {
	overflow: hidden;
	height: 60px;
	text-decoration: underline;
	line-height: 1.5;
}
.similar-item__price {
	margin: 20px 0 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Circe', sans-serif;
	line-height: 18px;
}
.credit-content {
	font-size: 0;
}
.credit {
	display: block;
	color: #3a3a3a;
	font-size: 0
}
.credit__title {
	text-align: center;
	font-weight: bold;
}
.credit__logo {
	display: inline-block;
	padding: 0 10px;
	width: 130px;
	vertical-align: top;
}
.credit__label {
	display: inline-block;
	width: calc(100% - 130px);
	vertical-align: top;
	text-decoration: inherit;
	font-size: 15px;
	line-height: 20px;
}
.captcha {
	display: inline-block;
	width: 100%
}
.captcha__img {
	float: left;
	width: 140px;
}
.captcha__img img {
	width: 100%;
	border: 1px solid #e1e0e0;
	border-radius: 5px;
}
.captcha__input {
	float: right;
	width: 220px;
}
.captcha__link {
	color: #016b9a;
	font-size: 14px;
}
.filter {
	margin: 0 0 29px;
	border: 1px solid #e1e0e0;
	background: #f9f9f9;
	font-size: 0;
}
.filter__label, .filter .additional {
	display: block;
	font-size: 14px;
}
.filter .additional .filter-title {
	font-size: 16px;
	color: #686868;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 10px;
	display: inline-block;
}
.filter .additional .row {
	display: inline-block;
	vertical-align: top;
	margin: 0 35px 20px 0;
	width: auto;
}
#aMoreHidden .filter-title {
	text-decoration: underline;
}
#aMoreHidden .filter-title.hidden {
	display: none;
}
#aMoreHidden .filter-title:hover {
	color: #0079ae;
	text-decoration: none;
}
.filter .additional .secondLevelFilter.hidden {
	display: none;
}
.filter .additional .label-inner {
	display: block;
}
.filter .additional .inline input,
.filter .additional .col-half input{
	width: auto;
	height: auto;
	margin-right: 5px;
	vertical-align: middle;
	min-height: 46px;
}
.filter .additional input {
	background-color: #fff;
}
.filter .additional .inline {
	display: inline-block;
	margin-right: 30px;
	font-size: 16px;
}
.filter .additional .col-half {

}
.filter .additional .col-half select {
	width: auto;
	margin-right: 10px;
}
.filter .additional .col-half span {
	margin-right: 10px;
}
.filter .additional .field.cols {
	display: inline-block;
	width: 100%;
}
.filter__checkbox {
	display: block;
}
.filter__counter {
	display: inline-block;
	padding: 0 44px;
	height: 43px;
	border-radius: 3px;
	background: #90abba;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	line-height: 43px;
}
.filter__toggle {
	display: inline-block;
	margin-top: 7px;
	border-bottom: 2px dotted #3a3a3a;
	text-align: left;
	text-decoration: none;
}
.filter__toggle:hover {
	border-bottom-color: #0079ae;
	color: #0079ae;
}
.filter-section {
	margin: 0 0 15px 0;
	font-size: 14px
}
.filter-content {
	padding: 14px 14px 0;
	border-bottom: 1px solid #ebe8e8
}
.filter-controls {
	display: inline-block;
	padding: 10px 19px;
	width: 100%;
	border-top: 1px solid #fff;
	font-size: 16px
}
.filter-controls__section {
	margin: 0 -7.5px;
}
.filter-controls__btn {
	margin: 0 7.5px 10px;
	min-width: 160px;
	width: 100%;
}
#favoriteDiv {
	font-size: 16px;
	text-align: right;
	padding-top: 10px;
}
#favoriteDiv .btn{
	margin-bottom: 10px;
}
.popup-content {
	font-size: 15px; 
}
.popup {
	max-width: 420px;
}
.date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: space-between;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	-webkit-box-align: center;
	    -ms-flex-align: center
}
.date__input {
	display: inline-block;
	width: 42.85714%;
	background: #fff;
	vertical-align: middle;
}
.date__label {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.date__reset {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
.date__reset:before, .date__reset:after {
	position: absolute;
	top: 6px;
	left: 12px;
	display: block;
	width: 1px;
	height: 14px;
	background: #808080;
	content: '';
}
.date__reset:before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.date__reset:after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.date__reset:hover {
}
.date__reset:hover:after, .date__reset:hover:before {
	background: #0079ae;
}
.datepicker {
	padding: 4px;
	border-radius: 4px;
	direction: ltr;
}
.datepicker thead {
	background: inherit;
	color: inherit;
}
.datepicker-inline {
	width: 220px
}
.datepicker-rtl {
	direction: rtl
}
.datepicker-rtl.dropdown-menu {
	left: auto
}
.dropdown-menu {
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    margin: 2px 0 0;
    padding: 5px 0;
    min-width: 160px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    list-style: none;
    font-size: 14px;
}
.datepicker-rtl table tr td span {
	float: right
}
.datepicker-dropdown {
	position: absolute;
	top: 0;
	left: 0;
}
.datepicker-dropdown:before {
	position: absolute;
	display: inline-block;
	border-top: 0;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #999;
	border-bottom-color: rgba(0, 0, 0, .2);
	border-left: 7px solid transparent;
	content: ''
}
.datepicker-dropdown:after {
	position: absolute;
	display: inline-block;
	border-top: 0;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: ''
}
.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px
}
.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px
}
.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px
}
.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px
}
.datepicker-dropdown.datepicker-orient-bottom:before {
	top: -7px
}
.datepicker-dropdown.datepicker-orient-bottom:after {
	top: -6px
}
.datepicker-dropdown.datepicker-orient-top:before {
	bottom: -7px;
	border-top: 7px solid #999;
	border-bottom: 0
}
.datepicker-dropdown.datepicker-orient-top:after {
	bottom: -6px;
	border-top: 6px solid #fff;
	border-bottom: 0
}
.datepicker table {
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none
}
.datepicker td,
.datepicker th {
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 4px;
	text-align: center
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
	background-color: transparent
}
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
	background: #eee;
	cursor: pointer
}
.datepicker table tr td.new,
.datepicker table tr td.old {
	color: #999
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	background: 0 0;
	color: #999;
	cursor: default
}
.datepicker table tr td.highlighted {
	border-radius: 0;
	background: #d9edf7
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	background-color: #fde19a;
	background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
	color: #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
	background-color: #fdf59a
}
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
	background-color: #fbf069\9
}
.datepicker table tr td.today:hover:hover {
	color: #000
}
.datepicker table tr td.today.active:hover {
	color: #fff
}
.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
	border-radius: 0;
	background: #eee
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
	border-color: #f3e97a #f3e97a #edde34;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	border-radius: 0;
	background-color: #f3d17a;
	background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
	background-color: #f3e97a
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active {
	background-color: #efe24b\9
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
	border-color: grey grey #595959;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	background-color: #9e9e9e;
	background-image: linear-gradient(to bottom, #b3b3b3, grey);
	background-repeat: repeat-x;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
	background-color: grey
}
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active {
	background-color: #666\9
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
	border-color: #0079ae #0079ae #002a80;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	background-color: #006dcc;
	background-image: linear-gradient(to bottom, #08c, #0079ae);
	background-repeat: repeat-x;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
	background-color: #0079ae
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
	background-color: #039\9
}
.datepicker table tr td span {
	display: block;
	float: left;
	margin: 1%;
	width: 23%;
	height: 54px;
	border-radius: 4px;
	line-height: 54px;
	cursor: pointer
}
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
	background: #eee
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
	background: 0 0;
	color: #999;
	cursor: default
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
	border-color: #0079ae #0079ae #002a80;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	background-color: #006dcc;
	background-image: linear-gradient(to bottom, #08c, #0079ae);
	background-repeat: repeat-x;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
	background-color: #0079ae
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
	background-color: #039\9
}
.datepicker table tr td span.new,
.datepicker table tr td span.old {
	color: #999
}
.datepicker .datepicker-switch {
	width: 145px
}
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
	cursor: pointer
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
	background: #eee
}
.datepicker .next.disabled,
.datepicker .prev.disabled {
	visibility: hidden
}
.datepicker .cw {
	padding: 0 2px 0 5px;
	width: 12px;
	vertical-align: middle;
	font-size: 10px
}
.input-append.date .add-on,
.input-prepend.date .add-on {
	cursor: pointer
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
	margin-top: 3px
}
.input-daterange input {
	text-align: center
}
.input-daterange input:first-child {
	border-radius: 3px 0 0 3px
}
.input-daterange input:last-child {
	border-radius: 0 3px 3px 0
}
.input-daterange .add-on {
	display: inline-block;
	margin-right: -5px;
	margin-left: -5px;
	padding: 4px 5px;
	min-width: 16px;
	width: auto;
	height: 18px;
	border: 1px solid #ccc;
	background-color: #eee;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	font-weight: 400;
	line-height: 18px
}
.results {
	margin: 10px 0 0;
	font-size: 14px
}
.results__sorting {
	position: relative;
	padding: 0 15px 0 0;
	color: inherit;
	text-decoration: inherit;
}
.results__sorting:before {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -2px;
	border: 4px solid transparent;
	border-top: 4px solid #fff;
	content: '';
	direction: block;
}
.results__sorting:hover {
	color: #f1f1f1;
}
.results__sorting.active {
}
.results__sorting.active:before {
	margin-top: -5px;
	border-top-color: transparent;
	border-bottom: 4px solid #fff;
}
.results-map {
	margin: 10px 0 40px;
	height: 300px
}
.results-header {
	display: none;
	border-radius: 3px;
	background: #016b9a;
	color: #fff;
	text-align: right;
	font-weight: bold;
	font-size: 14px
}
.results-header__item {
	display: inline-block;
	padding: 11px;
	width: 16.10169%;
	vertical-align: middle;
	text-align: center;
}
.results-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 0 10px;
	font-size: 0;
}
.results-footer {
	margin: 0 0 45px;
	width: 100%;
	direction: inline-block;
}
.results-item {
	padding: 15px 10px;
	border: 1px solid #e3e2e2;
	font-size: 0;
	cursor: pointer;
	width: 100%;
}
.results-item.active {
	background: #e9eef1;
}
.results-item:hover .results-item__description {
	height: auto;
	overflow:visible;
}
.results-item:hover {
	background: #e9eef1;
}
.results-item__img {
	margin: 0 0 15px;
	text-align: center;
	font-size: 0;
}
.results-item__img img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.results-item__img:before {
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.results-item__info {
	line-height: 1.5;
}
.results-item__description {
	overflow: hidden;
	height: 15px;
	font-size: 12px;
}
.results-item__title {
	display: block;
	margin: 0 0 10px;
	font-size: 14px;
	text-decoration: none;
}
.results-item__id {
	display: inline-block;
	margin: 0 0 16px;
	padding: 0 10px;
	height: 23px;
	background: #f9f9f9;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	line-height: 23px;
}
.results-item__location {
	color: #747474;
}
.results-item__status {
	display: inline-block;
	padding: 0 10px;
	width: 50%;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
}
.results-item__price {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Circe', sans-serif;
}
.results-item__organisation {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
}
.results-item__logo {
	display: inline-block;
	padding: 0 10px;
	max-width: 100%;
	vertical-align: middle;
}
.results-item__label {
	display: block;
	margin: 0 5px;
	vertical-align: middle;
}
.results-tile {
	position: relative;
	padding: 10px;
	border: 1px solid #e1e0e0;
	font-size: 12px;
	line-height: 1.5;
	width: 100%;
}
.results-tile__img {
	margin: 0 0 10px;
	text-align: center;
	font-size: 0;
}
.results-tile__img img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.results-tile__img:before {
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.results-tile__location {
	color: #747474;
	font-size: 12px;
}
.results-tile__date {
	color: #747474;
	font-size: 12px;
}
.results-tile__price {
	position: absolute;
	top: 10px;
	left: 0;
	padding: 0 10px;
	min-width: 140px;
	height: 43px;
	background: #016b9a;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Circe', sans-serif;
	line-height: 43px;
}
.results-tile__title {
	display: block;
	font-size: 14px;
}
.results-tile__logo {
	display: inline-block;
	vertical-align: middle;
}
.results-tile__label {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
	font-size: 14px;
}
.results-tile__organisation {
	margin: 15px 0 0;
}
.results-tile__id {
	margin: 10px 0;
	padding: 0 10px;
	height: 23px;
	border-radius: 3px;
	background: #f9f9f9;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 23px;
}
.pager {
	display: none;
	float: right;
	margin: 11px 0
}
.pager__label {
	display: inline-block;
	margin: 0 6px;
	vertical-align: middle;
}
.pager__link {
	display: inline-block;
	margin: 0 6px;
	vertical-align: middle;
}
.pager__link.active {
	text-decoration: none;
	font-weight: bold;
}
.catalog-list {
	margin: 0 0 -15px;
	font-size: 14px
}
.catalog-list__item {
	display: inline-block;
	margin: 0 3px 5px 0;
	padding: 0 8px;
	height: 23px;
	border-radius: 3px;
	vertical-align: middle;
	text-decoration: none;
	line-height: 23px;
}
.catalog-list__item.active {
	background: #4cafdb;
	color: #fff;
}
.catalog-list__item.active:hover {
	background: #016b9a;
	color: #fff;
}
.catalog-list__toggle {
	display: inline-block;
	margin: 0 3px 5px 0;
	padding: 0 8px;
	height: 23px;
	border-radius: 3px;
	background: #4cafdb;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	line-height: 23px;
}
.catalog-list__toggle:hover {
	background: #016b9a;
}
.catalog-tender-list {
	margin: 0 0 -15px;
	font-size: 14px
}
.catalog-tender-list__item {
	display: inline-block;
	margin: 0 3px 5px 0;
	padding: 0 8px;
	height: 23px;
	border-radius: 3px;
	vertical-align: middle;
	text-decoration: none;
	line-height: 23px;
}
.catalog-tender-list__item.active {
	background: #4cafdb;
	color: #fff;
}
.catalog-tender-list__item.active:hover {
	background: #016b9a;
	color: #fff;
}
.catalog-tender-list__toggle {
	display: inline-block;
	margin: 0 3px 5px 0;
	padding: 0 8px;
	height: 23px;
	border-radius: 3px;
	background: #4cafdb;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	line-height: 23px;
}
.catalog-tender-list__toggle:hover {
	background: #016b9a;
}
.pledge {
	padding: 25px 0 0;
	text-align: center
}
.pledge__title {
	margin: 0 0 20px;
	font-size: 20px;
}
.banner .pledge-wrap {
	        justify-content: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
}
.pledge-list {
	margin: 0 auto;
	font-size: 0;
	max-width: 90%;
}
.pledge-list .slick-list {
	overflow: hidden;
}
.pledge-list .slick-arrow {
	position: absolute;
	bottom: 60%;
	left: 0;
	width: 50px;
	height: 50px;
	background-color: rgba(255,255,255,.22);
	font-size: 0;
	transition: .4s;
}
.pledge-list .slick-arrow::before {
	position: absolute;
	top: 50%;
	left: 35%;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	content: '';
	transition: .4s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pledge-list .slick-next:before {
	margin-right: -5px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
.pledge-list .slick-prev {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -50px;
}
.pledge-list .slick-next {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	left: auto;
	right: 0;
	margin-right: -50px;
}
.pledge-list .slick-prev:before {
	margin-left: 5px;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}
.pledge-item {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 15px 10px;
	width: 140px;
	height: 190px;
	border: 2px solid transparent;
	color: #fff;
	vertical-align: top;
	text-decoration: none;
	font-size: 11px
}
.pledge-item:hover {
	transform: scale(1.2);
	color: #fff;
	transition: all .4s ease;
}
.pledge-item:hover .pledge-item__desc {
	visibility: visible;
	opacity: 1;
}
.pledge-item__title {
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 15px;
	font-family: 'Circe', sans-serif;
}
.pledge-item__desc {
	visibility: hidden;
	color: #afdff4;
	opacity: 0;
	transition: .2s;
}
.pledge-item__img {
	margin: 0 auto 20px;
	width: 70px;
	height: 70px;
	font-size: 0;
}
.pledge-item__img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	direction: inline-block;
}
.pledge-item__img:before {
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.catalog {
}
.catalog-item {
	position: relative;
	z-index: 0;
	padding: 40px;
	color: #fff;
	font-size: 15px
}
.catalog-item.active {
	        justify-content: space-between;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.catalog-item.active .catalog-item__list {
	display: block;
}
.catalog-item__title {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Circe', sans-serif;
	transition: .3s;
}
.catalog-item__img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.catalog-item__img img {
	min-width: 100%;
	min-height: 100%;
}
.catalog-item__list {
	display: none;
	margin: 15px auto;
	padding: 0;
	max-width: 400px;
	width: 100%;
	list-style-type: none;
}
.catalog-item__list >li {
	margin-bottom: 0;
	line-height: 22px;
}
.catalog-item__list a {
	color: #fff;
}
.catalog-item__toggle {
	display: block;
	margin: 15px auto 0;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}
.catalog-item__toggle:before {
	display: block;
	height: 38px;
	content: '+';
	line-height: 38px;
}
.catalog-item__toggle:hover {
	color: #fff;
}
.catalog-item__toggle.active {
	display: block;
}
.catalog-item__toggle.active:before {
	content: '-';
}
.partners-title {
	margin: 0 0 40px;
	padding: 0 0 20px;
	border-bottom: 1px solid #d5d5d5;
}
.widgets {
	margin: 0 0 45px;
	padding: 60px 0 40px;
	background: #1d77af url(pics/bg/bg-1.jpg) no-repeat center/cover;
	font-size: 0;
}
.widgets-item {
	margin: 0 0 20px;
	font-size: 16px
}
.widgets-item:last-child {
	margin-bottom: 0;
}
.widgets-item__title {
	margin: 0 0 15px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Circe', sans-serif;
}
.widgets-item__content {
	background: #fff;
}
.hide {
	display: none;
}
.static-height {
	min-height: 500px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.error-msg {
    display: inline-block;
    margin: 8px 0 0;
    font-weight: 700;
    color: #a81515;
}

.td-pagination-sort .pagination-pagesize {
    max-width: 80px;
}

.block-content h4 a {
	text-decoration: none;
}

.block-content h4 {
	margin-bottom: 10px;
}

.similar-list {
	min-height: 0px;
}

.similar-tender-list {
	min-height: 392px;
}

.slick-arrow.slick-disabled {
    background-color: #f3f3f3;
}

.slick-prev.slick-disabled:before {
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

.slick-next.slick-disabled:before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.selling-content {
	text-align: center;
}

.selling-content .img-wrapper {
	width: 100%;
	overflow: scroll;
	overflow-y: hidden;
}

.selling-content .ajaxRegistration {
	display: inline-block;
}

.btn.selling-content__btn {
	padding: 6px 40px;
	height: auto;
	border-color: transparent;
	margin-top: 20px;
}

.object-tabs-contents .col-half {
	margin-bottom: 10px;
}

.object-tabs-contents .label-output {
	font-weight: 600;
}

.header .user-block li {
    list-style: none;
    margin-bottom: -2px;
}

.popup .row .error {
    color: #ff1e1e;
}

.object-controls__item--detail.disabled {
	color: #d1d1d1;
}

.filter-content .additional.disabled {
	display: none;
}

.no-result {
	font-size: 20px;
	text-align: center;
	display: none;
	margin: 50px 0;
}

.bgroup {
	font-size: 16px;
	text-align: right;
	padding-top: 10px;
}

.bgroup .btn {
	margin-bottom: 10px;
}

.object-sidebar__seller>span {
	display: block;
}

/*ui-dialog styles*/
.ui-dialog {
	padding: 27px 0 0;
	border-radius: 10px;
	background: #016b9a;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, .34);
	color: #fff;
	text-align: center;
}

.ui-dialog .ui-dialog-titlebar {
	font-family: 'Circe', sans-serif;
	line-height: 1;
	font-size: 1.4rem;
	position: static;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	margin: 0;
	padding: 0;
	width: 44px;
	height: 44px;
	outline: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
}

.ui-dialog .ui-dialog-titlebar-close:after {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border-width: 0;
	border-radius: 50%;
	color: #fff;
	content: '×';
	text-align: center;
	font: 28px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	opacity: .5;
	transition: background .25s;
	text-indent: 0px;
}
.ui-dialog .ui-dialog-titlebar-close:hover:after {
	background: #eee;
	color: #555;
}

.ui-dialog .ui-dialog-content {
	overflow: hidden;
	padding: 33px 10px 20px;
	border-radius: 10px 10px 0 0;
	background: #fff;
	color: #3a3a3a;
	text-align: left;
}

.ui-dialog .ui-dialog-buttonpane {
	background: #fff;
	margin-top: 0;
}

.ui-dialog input[type="radio"] {
	height: 15px;
}
/*
position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    margin: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    outline: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
*/

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
	display: inline-block;
	padding: 0 5px;
	min-width: 180px;
	height: 46px;
	outline: none;
	border: none;
	border: 2px solid transparent;
	border-radius: 4px;
	background: #026c9b;
	background: linear-gradient(#4baeda, #026c9b);
	color: #fff;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	line-height: 42px;
	transition: 0s;
	border: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
	min-width: 160px;
	width: auto;
	height: 46px;
	border: none;
	border-radius: 4px;
	background: #f2f0f0;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	font-size: inherit;
	font-family: inherit;
	cursor: pointer;
	color: #3a3a3a;
}

.ui-widget-overlay {
	background: #1e1e1e;
	/*opacity: 0;*/
	opacity: 0.87;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	transition-duration: inherit;
	transition-property: opacity;
}

#showPhone, #orderView {
	font-size: 16px;
}

@media (min-width: 520px) {
	.noUi-target,
 .noUi-target * {
}
	.object-header {
		border-bottom: 1px solid #56b2db;
	}
	.object-toggle {
		display: inline-block;
		margin-right: 20px;
		margin-bottom: 0;
		vertical-align: bottom;
	}
	.object-sorting {
		margin: 0 20px 0 0;
	}
	.object-list {
		margin-right: 20px;
		margin-bottom: 3px;
	}
	.object-list__item {
		font-size: 14px;
	}
	.object-list__counter {
		font-size: 14px;
	}
	.object-sidebar__info {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
	.object-sidebar__controls {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
	.object-tabs-controls__item {
		padding: 0 20px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}
	.object-tabs-contents {
		font-size: 15px;
	}
	.object-tabs-contents h6 {
		font-size: 15px;
	}
	.object-info__download {
		margin-left: 35px;
	}
	.object-info__print {
		margin-left: 25px;
	}
	.object-info__table th:first-child, .object-info__table td:first-child {
		width: 39.58333%;
	}
	.filter__label {
		font-size: 16px;
	}
	.filter-section {
		font-size: 16px;
	}
	.results-tile {
		display: inline-block;
		width: 50%;
		border: none;
		border-right: 1px solid #e1e0e0;
		border-bottom: 1px solid #e1e0e0;
		vertical-align: top;
	}
	.results-tile:nth-child(1) {
		border-top: 1px solid #e1e0e0;
	}
	.results-tile:nth-child(2) {
		border-top: 1px solid #e1e0e0;
	}
	.results-tile:nth-child(2n + 1) {
		border-left: 1px solid #e1e0e0;
	}
	.results-tile__img {
		height: 200px;
	}
	.results-tile__organisation {
		display: none;
	}
	.results-tile__id {
		display: none;
	}
	.results-tile {
}
	.results-tile:hover {
		padding-top: 65px;
		background: #e9eef1;
	}
	.results-tile:hover .results-tile__organisation {
		display: block;
	}
	.results-tile:hover .results-tile__img {
		display: none;
	}
	.results-tile:hover .results-tile__id {
		display: inline-block;
	}
}
@media (max-width: 420px) {
	.bgroup {
		text-align: center;
	}
	#favoriteDiv {
		text-align: center;
	}
}
@media (min-width: 759px) {
	.noUi-target,
 .noUi-target * {
}
	.object-sidebar__price {
		display: inline-block;
		width: 33.3333%;
		vertical-align: top;
	}
	.object-sidebar__info {
		width: 33.3333%;
	}
	.object-sidebar__controls {
		width: 33.3333%;
	}
	.object-sidebar__getprice {
		margin: 0 0 6px;
		width: 100%;
	}
	.object-sidebar__credit {
		margin: 0;
		width: 100%;
	}
	.object-info {
		display: inline-block;
		padding: 0 0 0 20px;
		width: 60%;
		vertical-align: top;
	}
	.gallery {
		display: inline-block;
		margin: 0;
		width: 40%;
		vertical-align: top;
	}
	.gallery-main__img {
		height: 275px;
	}
	.gallery-main__img:before {
		display: inline-block;
		height: 100%;
		content: '';
		vertical-align: middle;
	}
	.filter-section {
		display: inline-block;
		margin-right: 2.63158%;
		width: 48.68421%;
		vertical-align: top;
	}
	.filter-section:nth-child(2n) {
		margin-right: 0;
	}
	.filter-section._nolabel {
		padding-top: 30px;
	}
	.filter-content {
		padding: 19px 19px 0;
	}
	.filter-controls__btn {
		width: auto;
	}
	.results-map {
		height: 400px;
	}
	.results-header {
		display: block;
	}
	.results-item {
		padding: 10px 0 15px;
		border: none;
		border-bottom: 1px solid #e3e2e2;
	}
	.results-item__img {
		display: inline-block;
		margin-bottom: 0;
		width: 15.25424%;
		height: 120px;
		border: 1px solid #e1e0e0;
		background: #fff;
		vertical-align: top;
	}
	.results-item__info {
		display: inline-block;
		padding: 0 20px;
		width: 52.54237%;
		vertical-align: top;
	}
	.results-item__status {
		width: 16.10169%;
	}
	.results-item__organisation {
		width: 16.10169%;
	}
	.results-tile {
		width: 33.333%;
	}
	.results-tile:nth-child(3) {
		border-top: 1px solid #e1e0e0;
	}
	.results-tile:nth-child(2n + 1) {
		border-left: none;
	}
	.results-tile:nth-child(3n + 1) {
		border-left: 1px solid #e1e0e0;
	}
	.pager {
		display: block;
	}
	.pledge {
		padding-top: 0px;
	}
	.pledge__title {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.widgets-item {
		display: inline-block;
		margin: 0 1.69492% 0 0;
		width: 32.20339%;
		vertical-align: top;
	}
	.widgets-item:nth-child(3n) {
		margin-right: 0;
	}
}
@media (min-width: 1023px) {
	.noUi-target,
 .noUi-target * {
}
	.top-controls {
		padding: 23px 0;
		background: #f9f9f9;
	}
	.top-controls__search {
		display: inline-block;
		width: 74.57627%;
		vertical-align: middle;
	}
	.top-catalog {
		display: inline-block;
	}
	.filter__toggle {
		display: block;
		float: left;
	}
	.filter-controls__section {
		float: right;
		text-align: right;
	}
	.filter-controls__btn {
		margin-bottom: 0;
	}
	.results-item__img {
		width: 6.77966%;
		height: 80px;
	}
	.results-item__info {
		width: 61.01695%;
	}
	.results-tile {
		min-height: 360px;
		width: 25%;
	}
	.results-tile:nth-child(4) {
		border-top: 1px solid #e1e0e0;
	}
	.results-tile:nth-child(3n + 1) {
		border-left: none;
	}
	.results-tile:nth-child(4n + 1) {
		border-left: 1px solid #e1e0e0;
	}
}
@media (min-width: 1200px) {
	.noUi-target,
 .noUi-target * {
}
	.breadcrumbs {
		padding-bottom: 37px;
	}
	.breadcrumbs-item {
		display: inline-block;
	}
	.object-controls {
		display: inline-block;
		margin: 0 95px 0 0;
		border-bottom: none;
		vertical-align: bottom;
	}
	.object-sidebar {
		display: inline-block;
		width: 23.72881%;
		border: none;
		vertical-align: top;
	}
	.object-sidebar__price {
		width: 100%;
	}
	.object-sidebar__info {
		width: 100%;
		border: 1px solid #e1e0e0;
		border-top-color: #fff;
	}
	.object-sidebar__controls {
		width: 100%;
		border: 1px solid #e1e0e0;
		border-top-color: #fff;
	}
	.object-info {
		margin-bottom: 0;
		padding-left: 0;
		width: 40.67797%;
	}
	.gallery {
		width: 32.20339%;
	}
	.filter-section {
		margin: 0 1.75439% 0 0;
		width: 24.5614%;
	}
	.filter-section:nth-child(2n) {
		margin-right: 1.75439%;
	}
	.filter-section:first-child {
		width: 22.80702%;
	}
	.filter-section:nth-child(4n) {
		margin-right: 0;
		width: 22.80702%;
	}
	.results-map {
		height: 550px;
	}
	.pledge__title {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.pledge-item {
		margin: 0 10px;
		width: 180px;
		font-size: 14px;
	}
	.catalog {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 0;
	}
	.catalog-item {
		display: inline-block;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin: 0 1.69492% 0 0;
		min-height: 342px;
		width: 23.72881%;
		vertical-align: top;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.catalog-item:before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
		width: 100%;
		height: 100%;
		background: #5fbae1;
		content: '';
		opacity: .25;
		transition: .3s;
	}
	.catalog-item:nth-child(2n) {
		width: 49.15254%;
	}
	.catalog-item:nth-child(2n) .catalog-item__list {
		-webkit-column-count: 2;
		column-count: 2;
	}
	.catalog-item:nth-child(3n) {
		margin-right: 0;
	}
	.catalog-item:hover {
}
	.catalog-item:hover:before {
		opacity: 0;
	}
	.catalog-item:hover .catalog-item__toggle {
		display: block;
	}
	.catalog-item__list {
		max-width: 100%;
	}
	.catalog-item__toggle {
		display: none;
	}
}
@media all and (max-width: 800px) {
	.fancybox-infobar {
		left: 0;
		margin-left: 0;
	}
	.fancybox-button--left,
	.fancybox-button--right {
		display: none !important;
	}
	.fancybox-caption {
		margin: 0;
		padding: 20px 0;
	}
}
@media all and (min-width: 800px) {
	.fancybox-button--thumbs {
		display: inline-block;
	}
	.fancybox-button--thumbs span {
		font-size: 23px;
	}
	.fancybox-button--thumbs::before {
		top: calc(50% - 2px);
		left: calc(50% - 2px);
		width: 3px;
		height: 3px;
		box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
	}
	.fancybox-thumbs {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		z-index: 99995;
		-webkit-overflow-scrolling: touch;
		box-sizing: border-box;
		margin: 0;
		padding: 5px 5px 0 0;
		width: 220px;
		background: #fff;
		word-break: normal;
		-webkit-tap-highlight-color: transparent;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.fancybox-show-thumbs .fancybox-thumbs {
		display: block;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 220px;
	}
	.fancybox-thumbs>ul {
		position: absolute;
		position: relative;
		overflow-x: hidden;
		overflow-y: auto;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		list-style: none;
		font-size: 0;
	}
	.fancybox-thumbs>ul>li {
		position: relative;
		float: left;
		overflow: hidden;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		max-width: 50%;
		width: 105px;
		height: 75px;
		outline: none;
		border: 5px solid transparent;
		border-top-width: 0;
		border-right-width: 0;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	li.fancybox-thumbs-loading {
		background: rgba(0, 0, 0, .1);
	}
	.fancybox-thumbs>ul>li>img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		max-height: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-touch-callout: none;
	}
	.fancybox-thumbs>ul>li:before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 99991;
		border: 4px solid #4ea7f9;
		border-radius: 2px;
		content: '';
		opacity: 0;
		transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
		opacity: 1;
	}
}