

/* Start:/local/templates/altit_findreason/static/css/separate-css/jquery.mCustomScrollbar.css?174257198553583*/
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



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



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

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

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



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

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

	.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;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.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;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

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

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

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

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

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

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



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

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

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

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

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

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

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

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

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

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

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



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

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal > .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{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



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

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

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

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

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

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

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

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

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

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

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

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

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

	/* theme: "dark" */

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

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

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

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

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

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

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

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

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* End */


/* Start:/local/templates/altit_findreason/static/css/jquery-ui.css?174257198532157*/
/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=deedf7&bgTextureHeader=highlight_soft&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=glass&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=glass&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=flat&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=highlight_hard&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("/local/templates/altit_findreason/static/css/images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #f2f5f7 url(/local/templates/altit_findreason/static/css/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x;
	color: #362b36;
}
.ui-widget-content a {
	color: #362b36;
}
.ui-widget-header {
	border: 1px solid #aed0ea;
	background: #deedf7 url(/local/templates/altit_findreason/static/css/images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #aed0ea;
	background: #d7ebf9 url(/local/templates/altit_findreason/static/css/images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #2779aa;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #2779aa;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #74b2e2;
	background: #e4f1fb url(/local/templates/altit_findreason/static/css/images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #0070a3;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #0070a3;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #2694e8;
	background: #3baae3 url(/local/templates/altit_findreason/static/css/images/ui-bg_glass_50_3baae3_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #f9dd34;
	background: #ffef8f url(/local/templates/altit_findreason/static/css/images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #cd0a0a url(/local/templates/altit_findreason/static/css/images/ui-bg_flat_15_cd0a0a_40x100.png) 50% 50% repeat-x;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/local/templates/altit_findreason/static/css/images/ui-icons_72a7cf_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/local/templates/altit_findreason/static/css/images/ui-icons_72a7cf_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/local/templates/altit_findreason/static/css/images/ui-icons_3d80b3_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/local/templates/altit_findreason/static/css/images/ui-icons_2694e8_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/local/templates/altit_findreason/static/css/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/local/templates/altit_findreason/static/css/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/local/templates/altit_findreason/static/css/images/ui-icons_ffffff_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
	background: #eeeeee url(/local/templates/altit_findreason/static/css/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png) 50% 50% repeat;
	opacity: .8;
	filter: Alpha(Opacity=80);
}
.ui-widget-shadow {
	margin: -7px 0 0 -7px;
	padding: 7px;
	background: #000000 url(/local/templates/altit_findreason/static/css/images/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/* End */


/* Start:/local/templates/altit_findreason/static/css/main.css?1750767844385745*/
@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/local/templates/altit_findreason/static/css/../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/local/templates/altit_findreason/static/css/../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/local/templates/altit_findreason/static/css/../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/local/templates/altit_findreason/static/css/../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/local/templates/altit_findreason/static/css/../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/local/templates/altit_findreason/static/css/../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa,
.profile__link::before,
.order-card__header::before,
.nav__link::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fa-pull-left.profile__link::before,
.fa-pull-left.order-card__header::before,
.fa-pull-left.nav__link::before {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fa-pull-right.profile__link::before,
.fa-pull-right.order-card__header::before,
.fa-pull-right.nav__link::before {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left,
.pull-left.profile__link::before,
.pull-left.order-card__header::before,
.pull-left.nav__link::before {
  margin-right: .3em;
}

.fa.pull-right,
.pull-right.profile__link::before,
.pull-right.order-card__header::before,
.pull-right.nav__link::before {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before,
.profile__link:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before,
.order-card__header:before,
.nav__link:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('/local/templates/altit_findreason/static/css/../fonts/Custom-Font.eot');
    src: url('/local/templates/altit_findreason/static/css/../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/altit_findreason/static/css/../fonts/Custom-Font.woff') format('woff'),
         url('/local/templates/altit_findreason/static/css/../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value   
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/

@font-face {
  font-family: 'Cormorant SC';
  src: local("../fonts/CormorantSC/CormorantSC-Light"), url("/local/templates/altit_findreason/static/css/../fonts/CormorantSC/CormorantSC-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant SC';
  src: local("../fonts/CormorantSC/CormorantSC-Regular"), url("/local/templates/altit_findreason/static/css/../fonts/CormorantSC/CormorantSC-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant SC';
  src: local("../fonts/CormorantSC/CormorantSC-Medium"), url("/local/templates/altit_findreason/static/css/../fonts/CormorantSC/CormorantSC-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant SC';
  src: local("../fonts/CormorantSC/CormorantSC-SemiBold"), url("/local/templates/altit_findreason/static/css/../fonts/CormorantSC/CormorantSC-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant SC';
  src: local("../fonts/CormorantSC/CormorantSC-Bold"), url("/local/templates/altit_findreason/static/css/../fonts/CormorantSC/CormorantSC-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Flex';
  src: local("../fonts/robotoflex/RobotoFlex"), url("/local/templates/altit_findreason/static/css/../fonts/robotoflex/RobotoFlex.woff2") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Flex';
  src: local("../fonts/robotoflex/RobotoFlex"), url("/local/templates/altit_findreason/static/css/../fonts/robotoflex/RobotoFlex.woff2") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Flex';
  src: local("../fonts/robotoflex/RobotoFlex"), url("/local/templates/altit_findreason/static/css/../fonts/robotoflex/RobotoFlex.woff2") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Flex';
  src: local("../fonts/robotoflex/RobotoFlex"), url("/local/templates/altit_findreason/static/css/../fonts/robotoflex/RobotoFlex.woff2") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Flex';
  src: local("../fonts/robotoflex/RobotoFlex"), url("/local/templates/altit_findreason/static/css/../fonts/robotoflex/RobotoFlex.woff2") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Flex';
  src: local("../fonts/robotoflex/RobotoFlex"), url("/local/templates/altit_findreason/static/css/../fonts/robotoflex/RobotoFlex.woff2") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Flex';
  src: local("../fonts/robotoflex/RobotoFlex"), url("/local/templates/altit_findreason/static/css/../fonts/robotoflex/RobotoFlex.woff2") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Flex';
  src: local("../fonts/robotoflex/RobotoFlex"), url("/local/templates/altit_findreason/static/css/../fonts/robotoflex/RobotoFlex.woff2") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Flex';
  src: local("../fonts/robotoflex/RobotoFlex"), url("/local/templates/altit_findreason/static/css/../fonts/robotoflex/RobotoFlex.woff2") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-BoldItalic.eot");
  src: local("../fonts/pfdindisplaypro/PFDinDisplayPro-BoldItalic"), url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-BoldItalic.woff") format("woff"), url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-Italic.eot");
  src: local("../fonts/pfdindisplaypro/PFDinDisplayPro-Italic"), url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-Italic.woff") format("woff"), url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-MediumItalic.eot");
  src: local("../fonts/pfdindisplaypro/PFDinDisplayPro-MediumItalic"), url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-MediumItalic.woff") format("woff"), url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-LightItalic.eot");
  src: local("../fonts/pfdindisplaypro/PFDinDisplayPro-LightItalic"), url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-LightItalic.woff") format("woff"), url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-Regular.eot");
  src: local("../fonts/pfdindisplaypro/PFDinDisplayPro-Regular"), url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-Regular.woff") format("woff"), url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

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

@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-Medium.eot");
  src: local("../fonts/pfdindisplaypro/PFDinDisplayPro-Medium"), url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-Medium.woff") format("woff"), url("/local/templates/altit_findreason/static/css/../fonts/pfdindisplaypro/PFDinDisplayPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

.button {
  padding: 0.9375rem 1.25rem 0.875rem;
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.03rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  outline: 0;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 1.5625rem;
}

@media (max-width: 767px) {
  .button {
    font-size: 1rem;
  }
}

.button--primary {
  color: #fff;
  background-color: #5d9ae6;
  border-color: #5d9ae6;
}

@media only screen and (min-width: 1025px) {
  .button--primary:hover {
    color: #fff;
    background-color: #2c7cde;
    border-color: #2c7cde;
  }
}

.button--accent {
  color: #fff;
  border-color: #cd2d3c;
  background-color: #cd2d3c;
}

@media only screen and (min-width: 1025px) {
  .button--accent:hover {
    color: #fff;
    background-color: #b02733;
    border-color: #b02733;
  }
}

.button--border {
  color: #222;
  border-color: #e6e6e6;
  background-color: #fff;
}

.button--secondary {
  color: #222;
  background-color: #fff;
  border-color: #e6e6e6;
  border-radius: 0.3125rem;
}

.button--round {
  padding: 1.0625rem 1.25rem;
  min-width: 8.375rem;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.035rem;
  text-transform: uppercase;
  border-radius: 0.3125rem;
}

.button--sm {
  padding: 0.625rem 1rem;
}

.button--lg {
  padding: 1rem 1.25rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
}

@media only screen and (max-width: 1023px) {
  .button--lg {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    letter-spacing: normal;
  }
}

.input {
  padding: 0 1.5625rem;
  width: 100%;
  height: 2.875rem;
  color: #222;
  font-size: 0.875rem;
  outline: 0;
  background-color: #fff;
  border: 2px solid gainsboro;
  border-radius: 1.5625rem;
}

.toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toggle__label {
  position: relative;
  font-size: 0.75rem;
}

.toggle__inner {
  position: relative;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
}

.toggle__inner .toggle__input {
  position: absolute !important;
  opacity: 0 !important;
}

.toggle__input {
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
}

.toggle__input:checked~.toggle__fake:after {
  width: 100%;
}

.toggle__input:checked~.toggle__handle {
  left: 0.875rem;
  background-color: #6aa2e8;
}

.toggle__fake {
  position: relative;
  display: block;
  width: 1.75rem;
  height: 0.75rem;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 0.625rem;
}

.toggle__fake:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  background-color: #a4c6f1;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.toggle__handle {
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  background-color: #fafafa;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.0625rem 0.5625rem rgba(0, 0, 0, 0.12), 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.0625rem 0.5625rem rgba(0, 0, 0, 0.12), 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-more {
  padding: 0.875rem 0.9375rem 1rem;
  display: inline-block;
  width: 100%;
  color: #3e87e1;
  font-size: 1rem;
  letter-spacing: 0.04rem;
  border: 0;
  outline: 0;
  background-color: whitesmoke;
  vertical-align: middle;
  border-radius: 0.1875rem;
}

@media only screen and (max-width: 479px) {
  .button-more {
    padding-top: 0.625rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
  }
}

.button-more--light {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.25rem rgba(4, 4, 35, 0.08);
  box-shadow: 0 0 1.25rem rgba(4, 4, 35, 0.08);
}

.button-more__title {
  border-bottom: 1px dotted;
}

.button-favorite {
  padding: 0;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.3125rem;
}

@media only screen and (min-width: 1025px) {
  .button-favorite:hover {
    background-color: #fff;
  }
}

.button-favorite::before {
  content: '';
  position: relative;
  top: -0.0625rem;
  display: inline-block;
  width: 1.375rem;
  height: 1.25rem;
  background: url(/local/templates/altit_findreason/static/css/../img/minified-svg/heart-thin.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}

.link-border {
  padding: 0 0 0.1875rem;
  display: inline-block;
  color: #3e87e1;
  font-size: 1rem;
  line-height: 1;
  text-overflow: ellipsis;
  border-bottom: 1px dotted;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

select.select {
  padding: 0 1.125rem;
  height: 3.125rem;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

.selectbox {
  position: relative;
}

.selectbox.is-opened .selectbox__dropdown {
  display: block;
}

.selectbox__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 11;
  padding: 0 1.875rem 0 1.125rem;
  height: 3.125rem;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

.selectbox__container::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.125rem;
  width: 0.5625rem;
  height: 0.3125rem;
  background: url(/local/templates/altit_findreason/static/css/../img/minified-svg/caret-down.svg) no-repeat;
  background-size: 100% auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.selectbox__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 0.9375rem;
  display: block;
  color: #222;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  margin-top: -3.125rem;
  padding-top: 3.125rem;
  width: 100% !important;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
  box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
}

.selectbox__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.selectbox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
  margin-right: -1px;
  padding: 0.625rem 1.125rem;
  width: 100%;
  line-height: 1.4;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (min-width: 1025px) {
  .selectbox__item:hover {
    background-color: #fafafa;
  }
}

.selectbox__item:last-child {
  border-bottom: 0;
}

.selectbox__item.selected {
  background-color: #fafafa;
}

.selectbox__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.3125rem;
  flex: 0 0 1.3125rem;
  margin-right: 0.5rem;
  width: 1.3125rem;
  height: 1.3125rem;
  background-size: 100% auto;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 2px 2px rgba(35, 42, 71, 0.2);
  box-shadow: inset 0 2px 2px rgba(35, 42, 71, 0.2);
}

.selectbox__option {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.jq-selectbox {
  color: #222;
}

@media only screen and (max-width: 1024px) {
  .jq-selectbox select {
    z-index: 100;
  }
}

.jq-selectbox__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 0 1.125rem;
  height: 3.125rem;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

.jq-selectbox__select-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 0.9375rem;
  min-width: 0;
}

.jq-selectbox__trigger {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 0.0625rem;
  margin-left: auto;
  width: 0.5625rem;
  height: 0.3125rem;
  background: url(/local/templates/altit_findreason/static/css/../img/minified-svg/caret-down.svg) no-repeat;
  background-size: 100% auto;
}

.jq-selectbox__dropdown {
  z-index: 1;
  margin-top: -3.125rem;
  padding-top: 3.125rem;
  width: 100% !important;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
  box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
}

.jq-selectbox__dropdown ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.jq-selectbox__dropdown ul li {
  margin-left: -1px;
  margin-right: -1px;
  padding: 0.625rem 1.125rem;
  line-height: 1.4;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (min-width: 1025px) {
  .jq-selectbox__dropdown ul li:hover {
    background-color: #fafafa;
  }
}

.jq-selectbox__dropdown ul li:last-child {
  border-bottom: 0;
}

.jq-selectbox__dropdown ul li.selected {
  background-color: #fafafa;
}

.make-select {
  display: none;
}

.make-select__container {
  width: 100%;
}

.ui-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #24212a;
  line-height: 1;
}

.ui-rating__values {
  margin-left: auto;
}

.ui-rating__value {
  margin-left: 0.5rem;
}

.section__slider.swiper-container,
.section__grid,
.content__grid,
.layout__grid,
.catalog__slider.swiper-container,
.instagram__grid {
  margin-left: -0.8125rem;
  margin-right: -0.8125rem;
}

@media only screen and (max-width: 1023px) {

  .section__slider.swiper-container,
  .section__grid,
  .content__grid,
  .layout__grid,
  .catalog__slider.swiper-container,
  .instagram__grid {
    margin-left: -7px;
    margin-right: -7px;
  }
}

.section__slide.swiper-slide,
.section__column,
.section__half,
.content__column,
.layout__column,
.catalog__slide.swiper-slide,
.instagram__column {
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}

@media only screen and (max-width: 1023px) {

  .section__slide.swiper-slide,
  .section__column,
  .section__half,
  .content__column,
  .layout__column,
  .catalog__slide.swiper-slide,
  .instagram__column {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.card,
.sorting,
.product-info,
.modal,
.categories,
.instagram {
  background-color: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
  box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.categories__title,
.catalog-card__title {
  color: #222;
  font-size: 1.25rem;
  line-height: 1.25;
}

@media only screen and (max-width: 479px) {

  .categories__title,
  .catalog-card__title {
    font-size: 1.125rem;
  }
}

input[type="checkbox"],
input[type="radio"] {
  opacity: 1 !important;
  position: static !important;
  width: auto;
  height: auto;
}

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

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

html {
  font: 400 16px / 1.75 'PFDinDisplayPro', sans-serif;
}

@media only screen and (max-width: 639px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (max-width: 479px) {
  html {
    font-size: 14px;
  }
}

p,
ul,
ol,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.25rem;
}

p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

a,
input,
textarea,
button {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 400;
  line-height: 1.1;
}

h1 {
  font-size: 2.25rem;
}

@media only screen and (max-width: 639px) {
  h1 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 479px) {
  h1 {
    font-size: 1.875rem;
  }
}

h2 {
  /*font-size: 1.875rem;*/
  font-size: 1.563rem;
}

@media only screen and (max-width: 639px) {
  h2 {
    font-size: 1.35rem;
  }
}

@media only screen and (max-width: 479px) {
  h2 {
    font-size: 1.2rem;
  }
}

h3 {
  font-size: 1.625rem;
}

@media only screen and (max-width: 639px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 479px) {
  h3 {
    font-size: 1.375rem;
  }
}

h4 {
  font-size: 1.375rem;
}

@media only screen and (max-width: 639px) {
  h4 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 479px) {
  h4 {
    font-size: 1.125rem;
  }
}

h5 {
  font-size: 1.125rem;
}

@media only screen and (max-width: 639px) {
  h5 {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 479px) {
  h5 {
    font-size: 0.875rem;
  }
}

h6 {
  font-size: 1rem;
}

@media only screen and (max-width: 639px) {
  h6 {
    font-size: 0.875rem;
  }
}

a {
  color: #3e87e1;
}

@media only screen and (min-width: 1025px) {
  a:hover {
    color: #cd2d3c;
    text-decoration: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
textarea {
  width: 100%;
  height: 3.125rem;
  padding: 0 20px;
  color: #000;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
}

input:focus,
textarea:focus {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-color: #69a0ff;
}

textarea {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  height: auto;
  line-height: 1.5;
  min-height: 6.875rem;
  resize: none;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-width: 320px;
  color: #707070;
}

.page--index .main__subscribe {
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
}

.page--cart .page__cart {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.page__header {
  z-index: 100;
}

.page__cart {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.45s;
  transition: 0.45s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.page__footer {
  position: relative;
  z-index: 2;
}

.page__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1250px;
}

@media only screen and (max-width: 479px) {
  .main {
    background: none !important;
  }
}

.main__header {
  padding: 2.1875rem 0;
  text-align: center;
  line-height: 1.2;
}

@media only screen and (max-width: 1023px) {
  .main__header {
    padding: 1.5625rem 0;
  }
}

@media only screen and (max-width: 479px) {
  .main__header {
    padding-top: 1.25rem;
    padding-bottom: 0.9375rem;
  }
}

.main__header .main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__header--start {
  padding: 1.875rem 0 1.5625rem;
}

@media only screen and (max-width: 1023px) {
  .main__header--start {
    padding: 1.5625rem 0;
  }
}

@media only screen and (max-width: 479px) {
  .main__header--start {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.main__header--start .main__container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main__breadcrumbs {
  margin: 0;
}

.main__heading {
  margin: 0.4375rem 0 0;
}

@media only screen and (max-width: 479px) {
  .main__heading {
    font-size: 1.5rem;
  }
}

.main__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px) {
  .main__bg {
    background: #fff !important;
  }
}

.main__product-detail {
  margin-bottom: 2.1875rem;
}

@media only screen and (max-width: 1270px) {
  .main__product-detail {
    margin-bottom: 0;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #e6e6e6;
  }
}

@media only screen and (max-width: 479px) {
  .main {
    margin-bottom: rm(25px);
  }
}

.main__caption {
  margin-top: 1.5625rem;
  max-width: 29.6875rem;
  color: #24212a;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
}

.section {
  padding: 2.1875rem 0;
}

@media only screen and (max-width: 1270px) {
  .section {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

@media only screen and (max-width: 479px) {
  .section {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}

.section--nav {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  background-color: #fafafa;
}

.section--secondary {
  background-color: #fafafa;
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
}

.section--border-top {
  border-top: 2px solid #f4f4f4;
}

.section--border-bottom {
  border-bottom: 2px solid #f4f4f4;
}

@media only screen and (max-width: 1270px) {
  .section--additional {
    display: none;
  }
}

.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 1270px) {
  .section__header {
    margin-bottom: 1.5625rem;
  }
}

@media only screen and (max-width: 767px) {
  .section__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    text-align: center;
  }
}

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

.section__header-slider-controls {
  margin-left: auto;
}

@media only screen and (max-width: 1270px) {
  .section__header-slider-controls.js-catalog-controls {
    display: none;
  }
}

.section__heading {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
}

.section__tabs-nav {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .section__tabs-nav {
    margin-top: 0.9375rem;
  }

  .section__tabs-nav:first-child {
    margin-top: 0;
  }
}

.section__ui {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (max-width: 767px) {
  .section__ui {
    display: none;
  }
}

.section__ui .section__slider-controls {
  margin-top: 0;
}

@media only screen and (max-width: 1270px) {
  .section__ui .section__slider-controls {
    display: none;
  }
}

.section__sorting {
  margin-bottom: 2.3125rem;
}

@media only screen and (max-width: 591px) {
  .section__sorting {
    margin-bottom: 1.5625rem;
  }
}

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

.section__aside {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1.5625rem;
  width: 17.9375rem;
}

@media only screen and (max-width: 1023px) {
  .section__aside {
    display: none;
  }
}

.section__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.section__body .section__header {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #e6e6e6;
}

.section__content {
  position: relative;
}

.section__content--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section__tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.section__tab--current {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.section__footer {
  margin-top: 1.5625rem;
  display: none;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section__footer {
    display: block;
  }

  .section__footer .section__button {
    display: inline-block;
  }
}

.section__button {
  margin-left: 0.75rem;
}

@media only screen and (max-width: 767px) {
  .section__button {
    margin: 0 0.3125rem;
    display: none;
    min-width: 8.75rem;
  }
}

.section__review-card {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #e6e6e6;
}

.section__review-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.section__filter-categories {
  margin-top: 1.5625rem;
}

.section__subscribe {
  padding-right: 1.5625rem;
  padding-left: 2.1875rem;
}

@media only screen and (max-width: 479px) {
  .section__slider.swiper-container {
    margin-top: -0.3125rem;
    margin-bottom: -0.9375rem;
  }
}

.section__slide.swiper-slide {
  padding-top: 0.625rem;
  padding-bottom: 0.9375rem;
  width: 25%;
}

@media only screen and (max-width: 1270px) {
  .section__slide.swiper-slide {
    width: 33.3334%;
  }
}

@media only screen and (max-width: 767px) {
  .section__slide.swiper-slide {
    width: 50%;
  }
}

.section__slide--small.swiper-slide {
  width: 50%;
}

@media only screen and (max-width: 1270px) {
  .section__slide--small.swiper-slide {
    width: 33.3334%;
  }
}

@media only screen and (max-width: 767px) {
  .section__slide--small.swiper-slide {
    width: 50%;
  }
}

.section__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -1.5625rem;
}

.section__grid--row {
  margin-bottom: 0;
}

.section__column {
  margin-bottom: 1.5625rem;
  width: 25%;
}

@media only screen and (max-width: 1270px) {
  .section__column {
    width: 33.3334%;
  }
}

@media only screen and (max-width: 767px) {
  .section__column {
    width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .section__column--mobile-fluid {
    width: 100%;
  }
}

.section__column--border {
  padding-bottom: 2.1875rem;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 479px) {
  .section__column--border {
    padding-bottom: 1.5625rem;
  }
}

.section__half {
  width: 50%;
}

@media only screen and (max-width: 1270px) {
  .section__half {
    width: 100%;
  }

  .section__half--left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .section__half--right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1.5625rem;
  }
}

.section__button-more {
  margin-top: 1.875rem;
}

.section__slider-controls {
  margin-top: 0.9375rem;
}

@media only screen and (max-width: 639px) {
  .section__slider-controls {
    margin-top: 0.3125rem;
  }
}

.section__slider-controls--mobile.slider-controls {
  display: none;
}

@media only screen and (max-width: 1270px) {
  .section__slider-controls--mobile.slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.content__heading {
  margin: 0 0 1.875rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .content__heading {
    margin-bottom: 1.25rem;
  }
}

@media only screen and (max-width: 479px) {
  .content__heading {
    margin-bottom: 0.9375rem;
  }
}

.content__subheading {
  margin: 2.1875rem 0;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .content__subheading {
    margin: 1.25rem 0;
  }
}

@media only screen and (max-width: 479px) {
  .content__subheading {
    margin: 0.9375rem 0;
  }
}

.content__columns {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.625rem;
  column-gap: 1.625rem;
}

@media only screen and (max-width: 1023px) {
  .content__columns {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
}

.content__columns p {
  margin-top: 0;
}

.content__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content__column {
  width: 50%;
}

@media only screen and (max-width: 1023px) {
  .content__column {
    width: 100%;
  }
}

@media only screen and (max-width: 639px) {
  .content__toggle {
    display: none;
  }
}

.content__button-more {
  margin-top: 0.9375rem;
  display: none;
}

@media only screen and (max-width: 639px) {
  .content__button-more {
    display: block;
  }
}

.content p {
  text-align: justify;
}

.content p:first-child {
  margin-top: 0;
}

.content p:last-child {
  margin-bottom: 0;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .card:hover {
    -webkit-box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.2);
    box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.2);
  }
}

.card__photo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  padding-bottom: 100%;
  display: block;
  width: 100%;
  background: #f0f0f0 url(/local/templates/altit_findreason/static/css/../img/general/card-no-photo.png) center no-repeat;
  background-size: 8.1875rem auto;
  overflow: hidden;
}

.card__photo iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__date {
  margin: 0;
  color: #8e8e8e;
  font-size: 0.875rem;
}

.card__content {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1.25rem 1.125rem;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .card__content {
    padding: 1.25rem 15px 15px;
  }
}

@media only screen and (max-width: 479px) {
  .card__content {
    padding: 10px;
  }
}

.card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card__title {
  color: #222;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  /*  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;*/
}

@media only screen and (min-width: 1025px) {
  .card__title:hover {
    color: #cd2d3c;
  }
}

@media only screen and (max-width: 479px) {
  .card__title {
    font-size: 1rem;
  }
}

.card__price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  color: #222;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

@media only screen and (max-width: 479px) {
  .card__price {
    margin-left: 0;
    margin-top: 2px;
    display: none;
    font-size: 1rem;
  }
}

.card__price--mobile {
  display: none;
}

.card__price .fa,
.card__price .profile__link::before,
.card__price .order-card__header::before,
.card__price .nav__link::before {
  font-size: 0.77em;
}

.card__category {
  margin: 0;
  color: #3e87e1;
  font-size: 0.875rem;
}

/*@media only screen and (max-width: 479px) {
  .card__category {
    font-size: 0.75rem;
  }
}*/

.card__caption {
  color: #222;
  font-size: 0.875rem;
}

.card__more {
  margin-top: auto;
  color: #3e87e1;
  font-size: 0.875rem;
  text-decoration: underline;
}

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

@media only screen and (max-width: 479px) {
  .card__footer {
    margin-top: 12px;
  }
}

.card__product-bind {
  border-top: 1px solid #e6e6e6;
}

.card__button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  margin-right: 0.5rem;
  padding: 0;
  height: 2.625rem;
  color: #222;
  font-size: 0.875rem;
  font-weight: 500;
  background: none;
  outline: 0;
  border: 1px solid #e6e6e6;
  border-radius: 0.3125rem;
}
.card__button--favorite {
  z-index: 5;
  position: absolute;
  top: 10px;
  right: 5px;
  width: 2.625rem;
  font-size: 0;
}

@media only screen and (min-width: 1025px) {
  .card__button:hover {
    color: #fff;
    background-color: #3e87e1;
    border-color: #3e87e1;
  }
}

@media only screen and (max-width: 479px) {
  .card__button {
    margin-right: 5px;
  }
}

.card__button:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1023px) {
  .card__button--favorite {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 3.125rem;
    font-size: 0;
  }
}

@media only screen and (max-width: 479px) {
  .card__button--favorite {
    width: 2.5rem;
  }
}

.card__button--favorite:before {
  content: '';
  position: relative;
  top: 0.0375rem;
  margin-right: 0;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(/local/templates/altit_findreason/static/css/../img/minified-svg/heart.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1023px) {
  .card__button--favorite:before {
    margin-right: 0;
  }
}

.card__button--order {
  background: #000;
  border-color: #000;
  color: #fff;
}
.card__button--order:hover {
  background: #5A5A5A;
  border-color: #5A5A5A;
}
.card__button--order::before {
  content: '';
  position: relative;
  top: -0.0625rem;
  margin-right: 0.5rem;
  display: inline-block;
  width: 1.15rem;
  height: 1.15rem;
  background: url(/local/templates/altit_findreason/static/css/../img/minified-svg/shopping-cart.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 479px) {
  .card__button--order::before {
    margin-left: 4px;
    width: 1.25rem;
    height: 1.25rem;
  }
}

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

@media only screen and (max-width: 1023px) {
  .filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
  }
}

.filter__select {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5625rem;
  width: 11.375rem;
}

.filter__select-color {
  position: relative;
  padding-left: 2.75rem !important;
}

.filter__select-color--red:before {
  content: '';
  position: absolute;
  left: 0.9375rem;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(/local/templates/altit_findreason/static/css/../img/general/icon-pink.png) no-repeat;
}

.filter__select-color--red:before {
  content: '';
  position: absolute;
  left: 0.9375rem;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(/local/templates/altit_findreason/static/css/../img/general/icon-white.png) no-repeat;
}

@media only screen and (max-width: 1270px) {
  .filter__select {
    margin-right: 1.25rem;
    width: 10.625rem;
  }
}

@media only screen and (max-width: 1023px) {
  .filter__select {
    margin-right: 0;
    padding-left: 7px;
    padding-right: 7px;
    width: 33.3334%;
  }
}

@media only screen and (max-width: 479px) {
  .filter__select {
    margin-bottom: 0.625rem;
    width: 100%;
  }
}

.filter__price {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (max-width: 1023px) {
  .filter__price {
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 1.25rem;
  }
}

@media only screen and (max-width: 479px) {
  .filter__price {
    margin-top: 0;
  }
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.125rem;
  line-height: 1;
  border: 1px solid #e6e6e6;
  white-space: nowrap;
}

@media only screen and (max-width: 479px) {
  .price {
    height: auto;
  }
}

.price__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.3125rem 1.25rem;
  color: #222;
  border-right: 1px solid #e6e6e6;
}

@media only screen and (max-width: 1270px) {
  .price__label {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .price__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 591px) {
  .price__label {
    display: none;
  }
}

.price__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

@media only screen and (max-width: 479px) {
  .price__container {
    padding: 0.9375rem 0.9375rem 4.0625rem;
  }
}

.price__values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.3125rem;
  width: 8.125rem;
  font-weight: 300;
}

@media only screen and (max-width: 1270px) {
  .price__values {
    width: 6.875rem;
  }
}

@media only screen and (max-width: 479px) {
  .price__values {
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 3.125rem;
    border-top: 1px solid #e6e6e6;
  }

  .price__values:first-child {
    left: 0;
    border-right: 1px solid #e6e6e6;
  }

  .price__values:last-child {
    right: 0;
  }
}

.price__value {
  margin-left: 0.1875rem;
  margin-right: 0.1875rem;
}

.price__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.3125rem 1.25rem;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

@media only screen and (max-width: 479px) {
  .price__range {
    border-left: 0;
    border-right: 0;
  }
}

.sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem;
  line-height: 1;
}

.sorting__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 479px) {
  .sorting__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.sorting__label {
  margin-right: 1.5rem;
  display: block;
  color: #222;
}

@media only screen and (max-width: 591px) {
  .sorting__label {
    margin-right: 0.9375rem;
  }
}

@media only screen and (max-width: 479px) {
  .sorting__label {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}

.sorting__values {
  position: relative;
}

.sorting__select {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 11;
  padding: 0 1.125rem;
  display: none;
  height: 2.5rem;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  white-space: nowrap;
}

@media only screen and (max-width: 1023px) {
  .sorting__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 591px) {
  .sorting__select {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.sorting__select::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '';
  position: relative;
  top: 0.125rem;
  margin-left: 0.625rem;
  display: block;
  width: 0.5625rem;
  height: 0.3125rem;
  background: url(/local/templates/altit_findreason/static/css/../img/minified-svg/caret-down.svg) no-repeat;
  background-size: 100% auto;
}

.sorting__list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .sorting__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding-top: 2.5rem;
    display: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
    box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
  }
}

.sorting__item {
  margin-right: 1.5rem;
}

@media only screen and (max-width: 1023px) {
  .sorting__item {
    margin-right: 0;
  }
}

.sorting__item:last-child {
  margin-bottom: 0;
}

.sorting__item--current .sorting__link {
  color: #3e87e1;
  border-bottom-color: transparent;
  cursor: default;
}

@media only screen and (max-width: 1023px) {
  .sorting__item--current .sorting__link {
    border-bottom-color: #e6e6e6;
  }
}

.sorting__link {
  color: #8e8e8e;
  text-decoration: none;
  border-bottom: 1px dotted;
}

@media only screen and (max-width: 1023px) {
  .sorting__link {
    margin-left: -1px;
    margin-right: -1px;
    padding: 0.625rem 1.125rem;
    display: block;
    line-height: 1.1;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
}

@media only screen and (max-width: 1023px) {
  .sorting__make-select {
    display: block;
  }
}

.list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 479px) {
  .list {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

.list--columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list--columns .list__item {
  width: 50%;
}

@media only screen and (max-width: 1270px) {
  .list--columns .list__item {
    width: 25%;
  }
}

@media only screen and (max-width: 1023px) {
  .list--columns .list__item {
    width: 33.3334%;
  }
}

@media only screen and (max-width: 639px) {
  .list--columns .list__item {
    width: 50%;
  }
}

.list__item {
  margin-bottom: 0.8125rem;
  padding: 0 15px;
  line-height: 1.25;
}

@media only screen and (max-width: 479px) {
  .list__item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.list__item:last-child {
  margin-bottom: 0;
}

.list__item--current .list__link {
  cursor: default;
}

.list__item--current .list__link .link-border {
  color: #cd2d3c;
  border-bottom-color: transparent;
}

@media only screen and (max-width: 767px) {
  .list__item .link-border~.list__count {
    display: none;
  }
}

.list__link {
  position: relative;
  padding-right: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3e87e1;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .list__link:hover {
    color: #cd2d3c;
  }
}

@media only screen and (max-width: 479px) {
  .list__link {
    padding-right: 0;
  }
}

.list__count {
  position: absolute;
  top: 0;
  right: 0;
  color: #8e8e8e;
}

.slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.25rem 0;
  min-height: 2.125rem;
}

.slider-controls__button {
  width: 2.125rem;
  height: 2.125rem;
  border: 0;
  outline: 0;
  background-color: #fff;
  border-radius: 50%;
}

.slider-controls__button::before {
  content: '';
  position: relative;
  top: -0.125rem;
  display: inline-block;
  width: 1.125rem;
  height: 1.0625rem;
  vertical-align: middle;
  background: url(/local/templates/altit_findreason/static/css/../img/minified-svg/arrow-right.svg);
  background-size: 100% auto;
}

.slider-controls__button--prev {
  margin-right: 0.3125rem;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.slider-controls__button--next {
  margin-left: 0.3125rem;
}

.slider-controls__button.swiper-button-disabled {
  cursor: default;
}

.slider-controls__button.swiper-button-disabled::before {
  opacity: 0.3;
}

.slider-controls__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 0.0625rem;
  margin: 0 0.9375rem;
}

.slider-controls__pagination .swiper-pagination-bullet {
  position: relative;
  z-index: 10;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  width: 0.3125rem;
  height: 0.3125rem;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.slider-controls__pagination .swiper-pagination-bullet:first-child,
.slider-controls__pagination .swiper-pagination-bullet:last-child {
  z-index: 5;
}

.slider-controls__pagination .swiper-pagination-bullet-active:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #3e87e1;
  border-radius: inherit;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 0.875rem;
  border: 1px solid #e6e6e6;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

@media only screen and (max-width: 1023px) {
  .icon {
    width: 2.875rem;
    height: 2.875rem;
  }
}

.icon--fill {
  background-color: #fff;
  border-color: #fff;
}

.icon--phone {
  background-image: url(/local/templates/altit_findreason/static/css/../img/minified-svg/phone-call.svg);
  background-size: 1.3125rem auto;
}

@media only screen and (max-width: 1023px) {
  .icon--phone {
    background-size: 1.125rem auto;
  }
}

.icon--search {
  background-image: url(/local/templates/altit_findreason/static/css/../img/minified-svg/loupe.svg);
  background-size: 1.3125rem auto;
}

@media only screen and (max-width: 1023px) {
  .icon--search {
    background-size: 1.125rem auto;
  }
}

.icon--user {
  background-image: url(/local/templates/altit_findreason/static/css/../img/minified-svg/user.svg);
  background-size: 1.3125rem auto;
}

@media only screen and (max-width: 1023px) {
  .icon--user {
    background-size: 1.125rem auto;
  }
}

.icon--favorite {
  background-image: url(/local/templates/altit_findreason/static/css/../img/minified-svg/heart.svg);
  background-size: 1.4375rem auto;
}

@media only screen and (max-width: 1023px) {
  .icon--favorite {
    background-size: 1.25rem auto;
  }
}

.icon--shopping-cart {
  background-image: url(/local/templates/altit_findreason/static/css/../img/minified-svg/shopping-cart.svg);
  background-size: 1.5rem auto;
}

@media only screen and (max-width: 1023px) {
  .icon--shopping-cart {
    background-size: 1.3125rem auto;
  }
}

.icon--navicon {
  background-image: url(/local/templates/altit_findreason/static/css/../img/minified-svg/navicon.svg);
  background-size: 1rem auto;
}

@media only screen and (max-width: 1023px) {
  .icon--navicon {
    background-size: 0.9375rem auto;
  }
}

.icon--close {
  background-image: url(/local/templates/altit_findreason/static/css/../img/minified-svg/close.svg);
  background-size: 1.0625rem auto;
}

.logout-link {
  position: relative;
  padding-right: 2rem;
  color: #5a5a5a;
  font-size: 1.125rem;
  text-decoration: none;
}

.logout-link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(/local/templates/altit_findreason/static/css/../img/general/icon-log-out.png) no-repeat;
  background-size: 100% auto;
}

.profile {
  background: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(4, 4, 35, 0.08);
  box-shadow: 0 0 20px rgba(4, 4, 35, 0.08);
}

@media only screen and (max-width: 1260px) {
  .profile__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem 1.5625rem;
    border-bottom: 1px solid #f4f4f4;
  }
}

@media only screen and (max-width: 1023px) {
  .profile__info {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (max-width: 479px) {
  .profile__info {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.profile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem 1.5625rem;
  border-bottom: 1px solid #f4f4f4;
}

@media only screen and (max-width: 1260px) {
  .profile__header {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    border-bottom: 0;
  }
}

.profile__photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.9375rem;
  width: 3.125rem;
  height: 3.125rem;
  overflow: hidden;
  border-radius: 50%;
}

@media only screen and (max-width: 479px) {
  .profile__photo {
    width: 2.75rem;
    height: 2.75rem;
  }
}

.profile__img {
  width: 100%;
}

.profile__name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #24212a;
  font-size: 1.25rem;
  line-height: 1.3;
}

@media only screen and (max-width: 479px) {
  .profile__name {
    font-size: 1.125rem;
  }
}

.profile__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1.5625rem;
  font-size: 1.125rem;
  line-height: 1;
  border-bottom: 1px solid #f4f4f4;
}

@media only screen and (max-width: 1260px) {
  .profile__points {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1.5625rem;
    padding: 0;
    border-bottom: 0;
  }
}

@media only screen and (max-width: 479px) {
  .profile__points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 479px) {
  .profile__points {
    margin-left: 0.9375rem;
  }
}

.profile__value {
  margin-left: 0.625rem;
  color: #3e87e1;
  font-size: 1.25rem;
}

.profile__nav {
  padding: 0.9375rem 0;
}

.profile__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile__item {
  margin-bottom: 0.1875rem;
  padding: 0 0.9375rem;
}

.profile__item:last-child {
  margin-bottom: 0;
}

.profile__item.is-active .profile__link {
  color: #fff;
  background-color: #69a0ff;
  cursor: default;
}

@media only screen and (min-width: 1025px) {
  .profile__item.is-active .profile__link:hover {
    color: #fff;
    background-color: #69a0ff;
  }
}

.profile__link {
  position: relative;
  display: block;
  padding: 0.625rem 2.1875rem 0.625rem 0.9375rem;
  color: #222;
  font-size: 1.125rem;
  line-height: 1.25;
  text-decoration: none;
  border-radius: 0.3125rem;
}

@media only screen and (min-width: 1025px) {
  .profile__link:hover {
    color: #cd2d3c;
  }
}

.profile__link::before {
  position: absolute;
  top: 0.8125rem;
  right: 1.5625rem;
}

@media only screen and (max-width: 1023px) {
  .profile__link {
    padding-left: 1.25rem;
    padding-right: 2.5rem;
  }

  .profile__link::after {
    right: 1.25rem;
  }
}

.schedule {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222;
}

.schedule:before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '';
  margin-right: 0.8125rem;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background: url(/local/templates/altit_findreason/static/css/../img/general/24-hours.png);
  background-size: 100% auto;
}

.contacts-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-info__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.9375rem;
}

@media only screen and (max-width: 1023px) {
  .contacts-info__icon {
    margin-right: 0.625rem;
  }
}

.contacts-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.2;
}

.contacts-info__value {
  color: #222;
  font-size: 1.25rem;
  text-decoration: none;
}

.contacts-info__label {
  margin: 0;
  color: #8e8e8e;
  font-size: 0.875rem;
}

.contacts-info__accent {
  color: #cd2d3c;
}

.user-panel {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.user-panel__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.625rem;
}

@media only screen and (max-width: 591px) {
  .user-panel__item {
    margin-left: 0.3125rem;
  }
}

@media only screen and (max-width: 479px) {
  .user-panel__item {
    margin-left: 0.0625rem;
  }
}

.user-panel__item:first-child {
  margin-right: 0;
}

@media only screen and (max-width: 591px) {
  .user-panel__item--user {
    display: none;
  }
}

.user-panel__item--phone {
  display: none;
}

@media only screen and (max-width: 767px) {
  .user-panel__item--phone {
    display: block;
  }
}

@media only screen and (max-width: 591px) {
  .user-panel__item--phone {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.user-panel__item--navicon {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .user-panel__item--navicon {
    display: block;
  }
}

.user-panel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  color: #222;
  border: 0;
  outline: 0;
  background: none;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .user-panel__link:hover .user-panel__icon {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
  }
}

.user-panel__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1023px) {
  .user-panel__icon {
    -webkit-transition: 0s;
    transition: 0s;
  }
}

@media only screen and (max-width: 591px) {
  .user-panel__icon {
    width: 2.625rem;
    height: 2.625rem;
    border: 0;
    border-radius: 0;
  }
}

.user-panel__count {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25rem;
  text-align: center;
  background-color: #cd2d3c;
  border-radius: 50%;
}

@media only screen and (max-width: 591px) {
  .user-panel__count {
    top: 0;
    right: 0;
    width: 1.0625rem;
    height: 1.0625rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}

.user-panel__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 0.75rem;
  line-height: 1.2;
}

@media only screen and (max-width: 1023px) {
  .user-panel__info {
    display: none;
  }
}

.user-panel__value {
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
}

.user-panel__value .fa,
.user-panel__value .profile__link::before,
.user-panel__value .order-card__header::before,
.user-panel__value .nav__link::before {
  margin-left: 0.3125rem;
  font-size: 0.8em;
}

.user-panel__more {
  color: #3e87e1;
  font-size: 0.875rem;
  font-weight: 300;
  text-decoration: underline;
  white-space: nowrap;
}

.user-panel__more .fa,
.user-panel__more .profile__link::before,
.user-panel__more .order-card__header::before,
.user-panel__more .nav__link::before {
  position: relative;
  top: 0.0625rem;
  margin-left: 0.4375rem;
  font-size: 0.857em;
}

.labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
}

.labels__item {
  margin-bottom: 0.375rem;
  padding: 0.1875rem 0.4375rem 0.25rem;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0.1875rem;
}

@media only screen and (max-width: 479px) {
  .labels__item {
    font-size: 1rem;
  }

  .price-through {
    font-size: 13px;
  }
}

.labels__item:last-child {
  margin-bottom: 0;
}

.labels__item--popular {
  background-color: #359e00;
}

.labels__item--new {
  background-color: #3e87e1;
}

.labels__item--sale {
  background-color: #cd2d3c;
}

.tabs-nav {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  overflow: hidden;
  border-radius: 1.25rem;
}

.tabs-nav--light {
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
  box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
}

.tabs-nav--light .tabs-nav__item {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media only screen and (max-width: 479px) {
  .tabs-nav--light .tabs-nav__item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.tabs-nav__item {
  padding: 0.5625rem 1.875rem;
  color: #222;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border-radius: 1.25rem;
}

@media only screen and (max-width: 359px) {
  .tabs-nav__item {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.tabs-nav__item--current {
  color: #fff;
  background-color: #3e87e1;
  cursor: default;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.rating__list {
  position: relative;
  top: 0.0625rem;
  color: #f5b319;
  font-size: 0.875rem;
}

.rating__value {
  margin-left: 0.5625rem;
  display: block;
}

.delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 1270px) {
  .delivery {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.delivery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5625rem;
}

.delivery__item:last-child {
  margin-right: 0;
}

.delivery__item--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-shrink: initial;
  width: 47%;
  margin: 0;
}

.delivery__item--column:last-child {
  width: 53%;
}

@media only screen and (max-width: 1270px) {
  .delivery__item--column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: auto !important;
    flex-shrink: 0;
    margin-right: 2rem;
  }

  .delivery__item--column:last-child {
    margin-right: 0;
  }
}

.delivery__item--column .delivery__icon {
  margin-right: 0;
  margin-bottom: 0.8125rem;
}

.delivery__item--column .delivery__label {
  color: #222;
  font-size: 0.9rem;
}

.delivery__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.8125rem;
  display: block;
}

.delivery__icon--shipped {
  width: 2.375rem;
  height: 1.5rem;
  background: url(/local/templates/altit_findreason/static/css/../img/general/shipped.png) no-repeat;
  background-size: 100% auto;
}

.delivery__icon--shipped-fill {
  width: 2.0625rem;
  height: 1.75rem;
  background: url(/local/templates/altit_findreason/static/css/../img/general/shipped-fill.png) no-repeat;
  background-size: 100% auto;
}

.delivery__icon--location {
  width: 1.6875rem;
  height: 1.6875rem;
  background: url(/local/templates/altit_findreason/static/css/../img/general/location.png) no-repeat;
  background-size: 100% auto;
}

.delivery__icon--location-fill {
  width: 1.4375rem;
  height: 1.8125rem;
  background: url(/local/templates/altit_findreason/static/css/../img/general/location-fill.png) no-repeat;
  background-size: 100% auto;
}

.delivery__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.25;
}

.delivery__label {
  margin: 0 0 0.125rem;
  color: #222;
  font-size: 0.75rem;
}

.delivery__value {
  margin: 0;
  color: #3e87e1;
  font-size: 0.727rem;
}

.count {
  position: relative;
  width: 7.8125rem;
  height: 2.875rem;
  background-color: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 1.5625rem;
}

.count--square {
  height: 2.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}

.count--square .count__input {
  padding: 0 2.625rem;
}

.count--square .count__button {
  width: 2.5rem;
  height: 100%;
  color: #69a0ff;
  border-radius: 1px;
  background-color: #ffffff;
}

.count--square .count__button--minus {
  border-right: 1px solid #e6e6e6;
}

.count--square .count__button--plus {
  border-left: 1px solid #e6e6e6;
}

.count__button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.5rem;
  color: #222;
  font-size: 1.125rem;
  font-weight: 900;
  border: 0;
  outline: 0;
  background-color: inherit;
}

.count__button--minus {
  left: 0;
  border-radius: 1.5625rem 0 0 1.5625rem;
}

.count__button--plus {
  right: 0;
  border-radius: 0 1.5625rem 1.5625rem 0;
}

.count__input {
  padding: 0 2.5rem;
  width: 100%;
  height: 100%;
  color: #222;
  font-size: 0.875rem;
  font-weight: 900;
  text-align: center;
  border: 0;
  outline: 0;
  background: none;
  border-radius: inherit;
}

.colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -0.4375rem;
  padding: 0;
  list-style: none;
}

.colors__item {
  position: relative;
  margin: 0 0.5625rem 0.4375rem 0;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  border-radius: 50%;
}

.colors__item::before {
  content: '';
  position: absolute;
  top: 0.1875rem;
  right: 0.1875rem;
  bottom: 0.1875rem;
  left: 0.1875rem;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0.125rem 0.125rem rgba(35, 42, 71, 0.2);
  box-shadow: inset 0 0.125rem 0.125rem rgba(35, 42, 71, 0.2);
}

.colors__item--active {
  border-color: #3e87e1;
  cursor: default;
}

.colors__item--black::before {
  background-color: #2b2a2e;
}

.colors__item--white::before {
  background-color: #fff;
}

.colors__item--pink::before {
  background-color: #fbcbd8;
}

.select-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -0.625rem;
  padding: 0;
  list-style: none;
}

.select-group__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.9375rem;
  margin-bottom: 0.625rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-group__item:last-child {
  margin-right: 0;
}

.select-group__item--active {
  cursor: default;
}

.select-group__item--active .select-group__icon {
  border-color: #3e87e1;
}

.select-group__item--active .select-group__icon::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.select-group__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-right: 0.5rem;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}

.select-group__icon::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #3e87e1;
  opacity: 0;
  border-radius: inherit;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.select-group__title {
  display: block;
  color: #222;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sizes-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -0.3125rem;
  padding: 0;
  list-style: none;
}

.sizes-group__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.4375rem;
  margin-bottom: 0.3125rem;
  width: 3.125rem;
  height: 3rem;
  color: #222;
  font-weight: 500;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  border-radius: 0.3125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sizes-group__item--active {
  border-color: #3e87e1;
  cursor: default;
}

.product-info {
  border: 1px solid #e6e6e6;
}

.product-info__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.9375rem;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
}

.product-info__title {
  padding: 0.3125rem 0;
  color: #222;
  font-size: 1.5rem;
}

.product-info__list {
  margin: 0;
  padding: 0.9375rem;
  list-style: none;
  border-bottom: 1px solid #f4f4f4;
}

.product-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-info__label,
.product-info__value {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
}

.product-info__value {
  padding-left: 0.9375rem;
  color: #222;
  font-weight: 500;
  text-align: right;
}

.product-info__value.is-sale {
  color: #359e00;
}

.product-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9375rem 0.9375rem 1.25rem;
  text-align: center;
}

.product-info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .product-info__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-info__top .product-info__prices {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 0.3125rem;
  margin-bottom: 0;
  margin-right: 1.25rem;
}

@media only screen and (max-width: 767px) {
  .product-info__top .product-info__prices {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}

.product-info__top .product-info__button {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
  margin-left: 1.25rem;
}

@media only screen and (max-width: 479px) {
  .product-info__top .product-info__button {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-left: 0.625rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    width: auto;
  }
}

@media only screen and (max-width: 479px) {
  .product-info__top .product-info__button {
    letter-spacing: normal;
  }
}

.product-info__top .product-info__button:first-child {
  margin-left: 0;
}

.product-info__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (max-width: 767px) {
  .product-info__buttons {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}

.product-info__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.9375rem;
  padding-top: 0.3125rem;
  line-height: 1;
  white-space: nowrap;
  /*overflow: hidden;*/
}

.product-info__prices .fa,
.product-info__prices .profile__link::before,
.product-info__prices .order-card__header::before,
.product-info__prices .nav__link::before {
  font-size: 0.8em;
}

.product-info__price {
  position: relative;
  top: -0.125rem;
  margin-right: 0.5rem;
  color: #222;
  font-size: 1.625rem;
  font-weight: 500;
}

.product-info__price-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: 0.1875rem;
  padding-left: 1.6875rem;
  color: #3e87e1;
}

.product-info__price-bonus::before {
  content: '';
  position: absolute;
  top: 0.125rem;
  left: 0.625rem;
  display: block;
  width: 0.75rem;
  height: 0.8125rem;
  background: url(/local/templates/altit_findreason/static/css/../img/general/coins.png) no-repeat;
  background-size: 100% auto;
}

/*.product-info__price-bonus::after {
  content: '+';
  position: absolute;
  left: 0;
  top: 0;
}*/

.product-info__price-bonus .fa,
.product-info__price-bonus .profile__link::before,
.product-info__price-bonus .order-card__header::before,
.product-info__price-bonus .nav__link::before {
  position: relative;
  top: 0.125rem;
  margin-left: 0.1875rem;
}

.product-info__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.3125rem;
  width: 100%;
  color: #222;
  line-height: 1;
}

.product-info__amount-label {
  position: relative;
  top: -0.125rem;
  font-size: 1.375rem;
  font-weight: 500;
}

.product-info__coins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  width: 100%;
  line-height: 1;
}

.product-info__coins:last-child {
  margin-bottom: 0;
}

.product-info__button {
  margin-bottom: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.625rem;
  width: 100%;
  height: 3.4375rem;
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.035rem;
  border-radius: 0.1875rem;
}

.product-info__payments {
  margin: 0.9375rem 0 0;
}

.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 479px) {
  .tabs__nav {
    display: none;
  }
}

.tabs__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 3.125rem;
  padding: 0 0 1.5625rem;
  font-size: 1.125rem;
  line-height: 1;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 591px) {
  .tabs__button {
    margin-right: 2.5rem;
  }
}

.tabs__button:last-child {
  margin-right: 0;
}

.tabs__button--current {
  color: #222;
  border-bottom-color: #3e87e1;
  cursor: default;
}

.tabs__content {
  padding: 1.875rem 0 0;
  font-size: 0.875rem;
}

@media only screen and (max-width: 591px) {
  .tabs__content {
    padding-top: 0.625rem;
  }
}

@media only screen and (max-width: 479px) {
  .tabs__content {
    padding-top: 0;
  }
}

.tabs__item {
  display: none;
}

@media only screen and (max-width: 479px) {
  .tabs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: -1px;
  }
}

.tabs__item--current {
  display: block;
}

@media only screen and (max-width: 479px) {
  .tabs__item--current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tabs__item .tabs__button {
  position: relative;
  margin: 0 -15px;
  padding: 1.375rem 0.9375rem 1.125rem;
  display: none;
  width: auto;
  color: #222;
  font-size: 1.125rem;
  text-align: left;
  background-color: #fff;
  outline: 0;
  border: 1px solid #e6e6e6;
}

.tabs__item .tabs__button::after {
  content: '+';
  position: absolute;
  top: 1.375rem;
  right: 0.9375rem;
  font-size: 1.25rem;
  font-weight: 500;
}

@media only screen and (max-width: 479px) {
  .tabs__item .tabs__button {
    display: block;
  }
}

.tabs__item .tabs__button--current::after {
  content: '-';
}

.tabs__inner {
  padding: 1.25rem 0;
}

@media only screen and (max-width: 479px) {
  .tabs__inner {
    display: none;
  }
}

.tabs__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.5625rem;
}

@media only screen and (max-width: 767px) {
  .tabs__group {
    margin-bottom: 0.9375rem;
  }
}

@media only screen and (max-width: 479px) {
  .tabs__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #e6e6e6;
  }
}

.tabs__group:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
  .tabs__group:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.tabs__group:last-child .tabs__info {
  padding-bottom: 0;
  border-bottom: 0;
}

.tabs__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  width: 12.875rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .tabs__label {
    padding-right: 0.625rem;
    width: 8.75rem;
    font-size: 1rem;
    font-weight: 400;
  }
}

@media only screen and (max-width: 479px) {
  .tabs__label {
    margin-bottom: 0.625rem;
    padding-right: 0;
    width: 100%;
  }
}

.tabs__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 1.5625rem;
  min-width: 0;
  color: #222;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .tabs__info {
    padding-bottom: 0.9375rem;
  }
}

@media only screen and (max-width: 479px) {
  .tabs__info {
    padding-bottom: 0;
    width: 100%;
    border-bottom: 0;
  }
}

.tabs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 479px) {
  .tabs__header {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.tabs__header .tabs__label {
  padding-right: 0;
  width: auto;
}

@media only screen and (max-width: 479px) {
  .tabs__header .tabs__label {
    position: relative;
    top: 0.125rem;
  }
}

.tabs__caption p {
  margin: 0 0 1.25rem;
}

.tabs__caption p:last-child {
  margin-bottom: 0;
}

.tabs__ul-list {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.tabs__ul-list:last-child {
  margin-bottom: 0;
}

.tabs__list {
  max-width: 17.5rem;
  font-size: 1rem;
}

@media only screen and (max-width: 639px) {
  .tabs__list {
    max-width: none;
  }
}

.tabs__review-card {
  margin-bottom: 2.1875rem;
}

@media only screen and (max-width: 479px) {
  .tabs__review-card {
    margin-bottom: 1.25rem;
  }
}

.properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -0.5rem;
  padding: 0;
  list-style: none;
}

.properties__item {
  margin-right: 0.8125rem;
  margin-bottom: 0.5rem;
  color: #3e87e1;
  font-size: 0.875rem;
  line-height: 1.25;
  border-bottom: 1px dotted;
  cursor: pointer;
}

.properties__item:last-child {
  margin-right: 0;
}

.properties__item--current {
  color: #cd2d3c;
  font-weight: 500;
  border-bottom-color: transparent;
  cursor: default;
}

.sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sizes__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 0.6875rem;
  height: 2.5rem;
  color: #222;
  font-size: 0.75rem;
  text-align: center;
  border: 1px solid #e6e6e6;
}

.sizes__item:before {
  content: '';
  position: absolute;
}

.sizes__item:last-child {
  margin-bottom: 0;
}

.sizes__item--vertical:before {
  top: 50%;
  left: -0.25rem;
  margin-top: -0.6875rem;
  width: 0.4375rem;
  height: 1.4375rem;
  background: url(/local/templates/altit_findreason/static/css/../img/general/resize-vertical.png) no-repeat;
  background-size: 100% auto;
}

.sizes__item--horizontal:before {
  left: 50%;
  bottom: -0.25rem;
  margin-left: -0.6875rem;
  width: 1.4375rem;
  height: 0.4375rem;
  background: url(/local/templates/altit_findreason/static/css/../img/general/resize-horizontal.png) no-repeat;
  background-size: 100% auto;
}

.form-order__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.0625rem 1rem 1.0625rem 1.5rem;
  background-color: #fafafa;
  border-radius: 0.3125rem;
}

@media only screen and (max-width: 1023px) {
  .form-order__inner {
    padding: 0.9375rem 15px;
  }
}

@media only screen and (max-width: 767px) {
  .form-order__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.form-order__info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  .form-order__info {
    margin-bottom: 0.9375rem;
    text-align: center;
  }
}

.form-order__title {
  margin: 0;
  color: #222;
  font-size: 1.125rem;
  font-weight: 500;
}

.form-order__label {
  margin: 0;
  color: #8e8e8e;
  font-size: 0.75rem;
}

.form-order__fields {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 2.5rem;
}

@media only screen and (max-width: 1023px) {
  .form-order__fields {
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 767px) {
  .form-order__fields {
    padding-left: 0;
  }
}

.form-order__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.form-order__column {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 33.3334%;
}

@media only screen and (max-width: 591px) {
  .form-order__column {
    margin-bottom: 0.625rem;
    width: 100%;
  }
}

.form-order__input {
  text-align: center;
}

.form-order__button {
  width: 100%;
}

.form-order__agree {
  margin-top: 1.125rem;
}

.agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #8e8e8e;
  font-size: 0.75rem;
}

@media only screen and (max-width: 591px) {
  .agree {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.agree__toggle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.375rem;
}

@media only screen and (max-width: 591px) {
  .agree__toggle {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}

.order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.order__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5625rem;
  margin-left: -7px;
  margin-right: -7px;
}

.order__group:last-child {
  margin-bottom: 0;
}

.order__group--hr {
  position: relative;
  padding: 1.5625rem 0;
}

.order__group--hr::before,
.order__group--hr::after {
  content: '';
  position: absolute;
  left: 7px;
  right: 7px;
  border-bottom: 1px solid #e6e6e6;
}

.order__group--hr::before {
  top: 0;
}

.order__group--hr::after {
  bottom: 0;
}

.order__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding-left: 7px;
  padding-right: 7px;
}

@media only screen and (max-width: 639px) {
  .order__col {
    margin-bottom: 0.9375rem;
  }

  .order__col:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 479px) {
  .order__col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.order__col--4 {
  -ms-flex-preferred-size: 33.33334%;
  flex-basis: 33.33334%;
  max-width: 33.33334%;
}

@media only screen and (max-width: 639px) {
  .order__col--4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.order__col--fluid {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.order__col--min {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
  padding-right: 20px;
}

.order__col--max {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

@media only screen and (max-width: 639px) {
  .order__col--max {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.order__col--sm {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 7.5rem;
  flex: 1 1 7.5rem;
  max-width: 7.5rem;
}

@media only screen and (max-width: 639px) {
  .order__col--sm {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.order__col--sm input {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.order__col--btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 17.9375rem;
  flex: 1 1 17.9375rem;
  max-width: 17.9375rem;
  margin-left: auto;
}

@media only screen and (max-width: 1023px) {
  .order__col--btn {
    margin-left: 0;
  }
}

.order__field {
  margin-bottom: 0.9375rem;
}

.order__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 66.6667%;
  flex: 1 1 66.6667%;
  max-width: 66.6667%;
}

@media only screen and (max-width: 1023px) {
  .order__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.order__aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.3334%;
  flex: 1 1 33.3334%;
  max-width: 33.3334%;
}

@media only screen and (max-width: 1023px) {
  .order__aside {
    margin-top: 1.25rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.order__aside .layout__info--icon {
  margin-bottom: 0.9375rem;
  padding-left: 2.25rem;
}

.order__inner {
  margin-bottom: 0.9375rem;
  padding-left: 2.25rem;
}

.order__caption {
  margin-bottom: 0.9375rem;
  line-height: 1.625;
}

.order__control {
  margin-bottom: 1.5625rem;
}

.order__control:last-child {
  margin-bottom: 0;
}

.order__agree {
  font-size: 0.875rem;
}

@media only screen and (max-width: 1023px) {
  .order__link {
    display: inline-block;
    margin-bottom: 1.25rem;
  }
}

.order__button {
  margin-top: auto;
  width: 100%;
}

.order__button--sm {
  max-width: 25.9375rem;
}

@media only screen and (max-width: 1023px) {
  .order__button {
    max-width: 16.875rem;
  }
}

@media only screen and (max-width: 639px) {
  .order__button {
    max-width: 100%;
  }
}

.order-grid__thead,
.order-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.875rem;
  padding-right: 3.125rem;
}

@media only screen and (max-width: 1023px) {

  .order-grid__thead,
  .order-card__header {
    padding-left: 1.25rem;
    padding-right: 1.875rem;
  }
}

.order-grid__group,
.order-card__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-grid__group,
.order-card__group,
.order-product__group {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  max-width: 70%;
  padding-right: 2.5rem;
}

@media only screen and (max-width: 1023px) {

  .order-grid__group,
  .order-card__group,
  .order-product__group {
    padding-right: 1.5625rem;
  }
}

@media only screen and (max-width: 767px) {

  .order-grid__group,
  .order-card__group,
  .order-product__group {
    margin-bottom: 0.625rem;
    padding-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.order-grid__title,
.order-card__title,
.order-product__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding-right: 0.9375rem;
}

.order-grid__date,
.order-card__date,
.order-product__date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  padding-right: 0.9375rem;
}

@media only screen and (max-width: 639px) {

  .order-grid__date,
  .order-card__date,
  .order-product__date {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
  }
}

.order-grid__status,
.order-card__status,
.order-product__status {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 37%;
}

@media only screen and (max-width: 767px) {

  .order-grid__status,
  .order-card__status,
  .order-product__status {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }
}

.order-grid__price,
.order-card__price,
.order-product__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
  padding-right: 0.9375rem;
}

@media only screen and (max-width: 767px) {

  .order-grid__price,
  .order-card__price,
  .order-product__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-right: 1.5625rem;
    max-width: 100%;
  }
}

.order-grid__points,
.order-card__points,
.order-product__points {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}

@media only screen and (max-width: 767px) {

  .order-grid__points,
  .order-card__points,
  .order-product__points {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
  }
}

.order-grid__label,
.order-card__label,
.order-product__label {
  color: #8e8e8e;
}

@media only screen and (min-width: 768px) {

  .order-grid__label,
  .order-card__label,
  .order-product__label {
    display: none;
  }
}

.order-grid__thead {
  margin-top: -1px;
  margin-bottom: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .order-grid__thead {
    display: none;
  }
}

.order-grid__content {
  padding: 1.875rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

@media only screen and (max-width: 1023px) {
  .order-grid__content {
    padding: 1.25rem;
  }
}

@media only screen and (min-width: 768px) {
  .order-grid__content {
    border-top: 0;
  }
}

.order-grid__order-card {
  margin-bottom: 1.25rem;
}

.order-grid__order-card:last-child {
  margin-bottom: 0;
}

.order-grid__review-card {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 1023px) {
  .order-grid__review-card {
    margin-bottom: 1.875rem;
  }
}

.order-grid__review-card:last-child {
  margin-bottom: 0;
}

.order-grid__review-card .review-card__product-bind.product-bind {
  margin-left: auto;
  margin-right: 1rem;
}

@media only screen and (max-width: 1023px) {
  .order-grid__review-card .review-card__product-bind.product-bind {
    width: 12.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-grid__review-card .review-card__product-bind.product-bind {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .order-grid__review-card .review-card__product-bind.product-bind .product-bind__info::after {
    display: none;
  }
}

.order-card {
  background-color: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(4, 4, 35, 0.08);
  box-shadow: 0 0 1.25rem rgba(4, 4, 35, 0.08);
}

.order-card.is-opened .order-card__header::before {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.order-card__header {
  position: relative;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  color: #222;
  line-height: 1;
  cursor: pointer;
}

.order-card__header::before {
  position: absolute;
  top: 1.625rem;
  right: 1.875rem;
  font-size: 1.5rem;
  line-height: 1;
}

@media only screen and (max-width: 1023px) {
  .order-card__header {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .order-card__header::before {
    top: 1.1875rem;
    right: 1.25rem;
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 479px) {
  .order-card__group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.order-card__title {
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .order-card__title {
    font-size: 1.125rem;
    font-weight: 500;
  }
}

@media only screen and (max-width: 479px) {
  .order-card__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 0.5625rem;
    padding-right: 0;
  }
}

.order-card__date {
  margin-bottom: 0;
}

@media only screen and (max-width: 639px) {
  .order-card__time {
    display: none;
  }
}

.order-card__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-card__badge {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.125rem 0.6875rem 0.1875rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0.3125rem;
}

.order-card__badge.is-danger {
  background-color: #cd2d3c;
}

.order-card__badge.is-success {
  background-color: #359e00;
}

.order-card__link {
  margin-left: 0.9375rem;
}

.order-card__price {
  font-size: 1.125rem;
  font-weight: 500;
}

@media only screen and (max-width: 1023px) {
  .order-card__price {
    font-size: 1rem;
  }
}

.order-card__points {
  color: #5a5a5a;
  font-size: 1.125rem;
  font-weight: 500;
}

@media only screen and (max-width: 1023px) {
  .order-card__points {
    font-size: 1rem;
  }
}

.order-card__points.is-primary {
  color: #3e87e1;
}

.order-card__body {
  display: none;
  border-top: 1px solid #e6e6e6;
}

.order-card__list {
  padding: 0.9375rem 3.125rem 0.9375rem 1.875rem;
}

@media only screen and (max-width: 1023px) {
  .order-card__list {
    padding-right: 1.875rem;
    padding-left: 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-card__list {
    padding-right: 1.25rem;
  }
}

.order-card__order-product {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #e6e6e6;
}

.order-card__order-product:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.order-card__footer {
  padding: 1.25rem 1.5625rem 1.5rem;
  line-height: 1.3;
  text-align: right;
  border-top: 1px solid #e6e6e6;
}

@media only screen and (max-width: 1023px) {
  .order-card__footer {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media only screen and (max-width: 639px) {
  .order-card__footer {
    padding-top: 1.0625rem;
    padding-bottom: 1.25rem;
    text-align: center;
  }
}

.order-card__action {
  margin-left: 1.25rem;
}

.order-card__action:first-child {
  margin-left: 0;
}

.order-card__action.is-danger {
  color: #cd2d3c;
}

.order-product__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .order-product__body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 639px) {
  .order-product__body {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 479px) {
  .order-product__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.order-product__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .order-product__group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    padding-right: 1.5625rem;
  }
}

@media only screen and (max-width: 639px) {
  .order-product__group {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 479px) {
  .order-product__group {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.625rem;
    width: 100%;
  }
}

.order-product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (max-width: 479px) {
  .order-product__info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.order-product__photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.625rem;
  flex: 0 0 3.625rem;
  max-width: 3.625rem;
  margin-right: 1.5625rem;
  display: block;
  height: 3.625rem;
}

@media only screen and (max-width: 767px) {
  .order-product__photo {
    margin-right: 1.25rem;
  }
}

@media only screen and (max-width: 639px) {
  .order-product__photo {
    margin-right: 0.9375rem;
  }
}

@media only screen and (max-width: 479px) {
  .order-product__photo {
    -ms-flex-preferred-size: 3rem;
    flex-basis: 3rem;
    max-width: 3rem;
    height: 3rem;
  }
}

.order-product__img {
  width: 100%;
}

.order-product__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 1.3;
}

.order-product__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
  color: #222;
  font-size: 1.125rem;
  text-decoration: none;
}

@media only screen and (max-width: 639px) {
  .order-product__title {
    font-size: 1rem;
  }
}

.order-product__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.35;
}

.order-product__label {
  font-size: 0.875rem;
}

.order-product__value {
  margin-top: 0.0625rem;
  color: #222;
  white-space: nowrap;
}

.order-product__count {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0.9375rem;
}

@media only screen and (max-width: 479px) {
  .order-product__count {
    padding-right: 1.5625rem;
    display: none;
    margin-left: 0;
  }
}

@media only screen and (min-width: 480px) {
  .order-product__count--mobile {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .order-product__count--mobile {
    display: block;
  }
}

.order-product__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.9375rem;
  margin-right: -1.25rem;
  padding-top: 0.9375rem;
  border-top: 1px solid #e6e6e6;
}

@media only screen and (max-width: 1023px) {
  .order-product__footer {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .order-product__footer {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 639px) {
  .order-product__footer {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 479px) {
  .order-product__footer {
    font-size: 0.9375rem;
  }
}

.order-product__action-box {
  margin-right: 1.4375rem;
}

.order-product__action-box:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 639px) {
  .order-product__action-box {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }

  .order-product__action-box:last-child {
    margin-bottom: 0;
  }
}

.action-box {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.3;
}

.action-box::before {
  content: '';
  position: absolute;
  top: 0.1875rem;
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.action-box--review::before {
  background-image: url(/local/templates/altit_findreason/static/css/../img/general/review.png);
}

.action-box--photo::before {
  background-image: url(/local/templates/altit_findreason/static/css/../img/general/image.png);
}

.coupone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .coupone {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.coupone__container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.coupone__bonuses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1.875rem;
}

@media only screen and (max-width: 767px) {
  .coupone__bonuses {
    margin-left: 0;
    margin-top: 1.25rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

@media only screen and (max-width: 639px) {
  .coupone__bonuses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.coupone__form {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.coupone__form--sum {
  -ms-flex-preferred-size: 17.5rem;
  flex-basis: 17.5rem;
  max-width: 17.5rem;
}

@media only screen and (max-width: 767px) {
  .coupone__form--sum {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
    margin-bottom: 0;
  }
}

.coupone__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.125rem;
}

.coupone__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.coupone__field-label {
  position: absolute;
  top: 1.0625rem;
  left: 1.25rem;
  right: 1.25rem;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.coupone__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 0.25rem;
  padding-left: 1.25rem;
  height: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.coupone__input:focus~.coupone__field-label,
.coupone__input.is-filled~.coupone__field-label {
  font-size: 0.625rem;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.coupone__input--check {
  padding-left: 2.875rem !important;
  background: url(/local/templates/altit_findreason/static/css/../img/general/check.png) 0.9375rem center no-repeat;
}

.coupone__input--check~.coupone__field-label {
  left: 2.875rem;
}

.coupone__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0 0.3125rem 0.3125rem 0;
}

.coupone__coins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1.875rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .coupone__coins {
    margin: 0 1.5625rem 0 0;
  }
}

@media only screen and (max-width: 639px) {
  .coupone__coins {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}

.coupone__coins-label {
  color: #222;
}

.coupone__coins-value {
  margin-top: 0.25rem;
  color: #3e87e1;
  font-size: 1.375rem;
}

.coupone__item {
  margin: 0.3125rem 0 0;
  font-size: 0.875rem;
}

.coupone__item a {
  margin-left: 5px;
}

.list-info {
  padding-left: 0;
  list-style: none;
}

.list-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #222;
}

.list-info__value.is-primary {
  color: #3e87e1;
}

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

.time__select {
  margin-right: -1px;
}

.time__select .jq-selectbox__select {
  height: 2.5rem;
}

.time__select .jq-selectbox__dropdown {
  top: 100% !important;
  margin-top: -2.5rem;
  padding-top: 2.5rem;
}

.control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  color: #222;
  line-height: 1.3;
}

@media only screen and (max-width: 639px) {
  .control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 1.875rem;
  }
}

.control__input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.75rem;
}

.control__input:not(.jq-checkbox):not(.jq-radio) {
  opacity: 0 !important;
  position: absolute !important;
}

@media only screen and (max-width: 639px) {

  .control__input.jq-radio,
  .control__input.jq-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
  }
}

.control__payments {
  margin-left: auto;
  margin-right: 1.25rem;
}

@media only screen and (max-width: 639px) {
  .control__payments {
    margin-left: 0;
    margin-top: 0.4375rem;
  }
}

.control__payments .payments__item {
  margin-right: 0.75rem;
}

.control__payments .payments__item:last-child {
  margin-right: 0;
}

.control__time {
  margin-left: auto;
  margin-top: -0.5rem;
}

@media only screen and (max-width: 639px) {
  .control__time {
    margin-top: 0.375rem;
    margin-left: 0;
  }
}

.control__price {
  margin-left: auto;
  color: #3e87e1;
}

@media only screen and (max-width: 639px) {
  .control__price {
    margin-left: 0;
    margin-top: 0.4375rem;
  }
}

.basket-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 1.875rem;
  min-height: 100%;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  .basket-card {
    padding: 1.25rem;
  }
}

/* 
@media only screen and (max-width: 639px) {
  .basket-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
*/

@media only screen and (min-width: 1025px) {
  .basket-card:not(.basket-card--gift):hover {
    border-color: #f4f4f4;
    -webkit-box-shadow: 0 5px 20px rgba(4, 4, 35, 0.08);
    box-shadow: 0 5px 20px rgba(4, 4, 35, 0.08);
  }
}

.basket-card--gift {
  overflow: hidden;
}

.basket-card--preview {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

@media only screen and (max-width: 639px) {
  .basket-card--preview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.basket-card--preview .basket-card__photo {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 3.75rem;
  flex: 1 0 3.75rem;
  max-width: 3.75rem;
  margin-right: 1.5625rem;
}

@media only screen and (max-width: 639px) {
  .basket-card--preview .basket-card__photo {
    margin-right: 1.25rem;
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .basket-card--preview .basket-card__photo {
    -ms-flex-preferred-size: 2.625rem;
    flex-basis: 2.625rem;
    max-width: 2.625rem;
    height: 2.625rem;
    margin-right: 0.9375rem;
  }
}

.basket-card--preview .basket-card__inner {
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .basket-card--preview .basket-card__inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.basket-card--preview .basket-card__info {
  padding-right: 1.25rem;
}

.basket-card--preview .basket-card__title {
  color: #3e87e1;
}

@media only screen and (max-width: 479px) {
  .basket-card--preview .basket-card__title {
    font-size: 1rem;
  }
}

.basket-card--preview .basket-card__values {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  margin-right: 3.4375rem;
  margin-left: 0;
  text-align: left;
}

@media only screen and (max-width: 639px) {
  .basket-card--preview .basket-card__values {
    margin-right: 1.875rem;
  }
}

@media only screen and (max-width: 479px) {
  .basket-card--preview .basket-card__values {
    margin-right: 0.9375rem;
  }
}

.basket-card__action {
  position: absolute;
  z-index: 3;
  padding: 0.1875rem 2.1875rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  background-color: #ac2625;
  white-space: nowrap;
  -webkit-transform: rotate(-45deg) translate(12%, 0);
  transform: rotate(-45deg) translate(12%, 0);
  -webkit-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
}

@media only screen and (max-width: 639px) {
  .basket-card__action {
    display: none;
  }
}

.basket-card__action--left-top {
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg) translate(-41%, -50%);
  transform: rotate(-45deg) translate(-41%, -50%);
}

.basket-card__action--right-bottom {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(-45deg) translate(12%, 0);
  transform: rotate(-45deg) translate(12%, 0);
}

.basket-card__photo {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 9.0625rem;
  flex: 1 0 9.0625rem;
  position: relative;
  max-width: 9.0625rem;
  margin-right: 1.875rem;
}

@media only screen and (max-width: 1023px) {
  .basket-card__photo {
    -ms-flex-preferred-size: 7.5rem;
    flex-basis: 7.5rem;
    max-width: 7.5rem;
    margin-right: 1.25rem;
  }
}

@media only screen and (max-width: 639px) {
  .basket-card__photo {
    -ms-flex-preferred-size: 4rem;
    flex-basis: 4rem;
    max-width: 4rem;
    margin-right: 1.25rem;
  }
}

.basket-card__img {
  width: 100%;
}

.basket-card__labels {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  z-index: 2;
}

.basket-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.basket-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 2.5rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .basket-card__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 479px) {
  .basket-card__inner {
    padding-right: 0;
  }
}

.basket-card__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 1.25rem;
}

@media only screen and (max-width: 767px) {
  .basket-card__info {
    padding-right: 0;
    margin-bottom: 0.625rem;
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .basket-card__info {
    padding-right: 1.875rem;
  }
}

.basket-card__category {
  margin-bottom: 0.25rem;
  display: block;
  color: #3e87e1;
  font-size: 0.875rem;
}

.basket-card__title {
  display: block;
  color: #222222;
  font-size: 1.25rem;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}

.basket-card__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.basket-card__price-old {
  margin-right: 0.1875rem;
  font-size: 0.875rem;
  text-decoration: line-through;
}

@media only screen and (max-width: 639px) {
  .basket-card__price .basket-card__value {
    font-size: 1rem;
  }
}

.basket-card__price .fa-rub {
  font-size: 0.85em;
}

.basket-card__value {
  color: #222222;
  font-size: 1.25rem;
}

.basket-card__value.is-free {
  color: #cd2d3c;
}

@media only screen and (max-width: 639px) {
  .basket-card__value {
    font-size: 1rem;
  }
}

.basket-card__label {
  display: block;
  margin-bottom: 0.25rem;
  color: #707070;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.25;
}

.basket-card__count,
.basket-card__values {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7.5rem;
  flex: 0 0 7.5rem;
  max-width: 7.5rem;
  margin: 0 0.9375rem;
  text-align: center;
}

@media only screen and (max-width: 479px) {

  .basket-card__count,
  .basket-card__values {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

@media only screen and (max-width: 479px) {
  .basket-card__values {
    max-width: 5.625rem;
    -ms-flex-preferred-size: 5.625rem;
    flex-basis: 5.625rem;
  }
}

.basket-card__properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: -0.9375rem;
  margin-top: 0.625rem;
}

.basket-card__property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 25%;
  margin-bottom: 0.9375rem;
  padding-left: 6px;
  padding-right: 6px;
}

@media only screen and (max-width: 767px) {
  .basket-card__property {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.basket-card__property .selectbox {
  margin-top: auto;
}

.basket-card__select {
  width: 100%;
}

@media only screen and (max-width: 479px) {
  .basket-card__select .jq-selectbox__select {
    height: 2.5rem;
  }
}

.basket-card__select .jq-selectbox__select-text {
  font-weight: 500;
}

.basket-card__delete {
  position: absolute;
  top: 1.25rem;
  right: 0;
  width: 1rem;
  height: 1rem;
  background: url(/local/templates/altit_findreason/static/css/../img/general/icon-close.png) no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

@media only screen and (min-width: 1025px) {
  .basket-card__delete:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media only screen and (max-width: 639px) {
  .basket-card__delete {
    top: 0.25rem;
  }
}

.basket-card__removed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  position: relative;
  padding-right: 2.5rem;
  color: #222;
}

@media only screen and (max-width: 479px) {
  .basket-card__removed {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 1.875rem;
  }
}

.basket-card__removed .basket-card__delete {
  top: 0.5625rem;
}

.basket-card__notify {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 1.875rem;
}

.basket-card__actions {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
}

.basket-card__description {
  color: #222;
  font-size: 0.875rem;
}

@media only screen and (max-width: 639px) {
  .basket-card__description {
    margin-top: 0.625rem;
  }
}

.basket-card__button {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 0.9375rem;
  padding: 0.9375rem 1.5625rem;
}

.js-dropdown .layout__header {
  position: relative;
  padding-right: 3.75rem;
  cursor: pointer;
}

.js-dropdown .layout__header::after {
  content: '';
  position: absolute;
  right: 1.875rem;
  top: 1.8125rem;
  width: 0.875rem;
  height: 0.5rem;
  background: url(/local/templates/altit_findreason/static/css/../img/general/chevron-up.png) no-repeat;
  background-size: 100% auto;
}

.js-dropdown.is-opened .layout__header::after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

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

@media only screen and (max-width: 1260px) {
  .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .layout__order-grid {
    margin-top: 1.25rem;
  }
}

.layout__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.layout__section {
  margin-bottom: 1.5625rem;
  border-radius: 0.3125rem;
}

.layout__section:last-child {
  margin-bottom: 0;
}

.layout__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 1.125rem 1.875rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

@media only screen and (max-width: 1023px) {
  .layout__header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (max-width: 639px) {
  .layout__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.layout__header a {
  white-space: nowrap;
}

.layout__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .layout__heading {
    font-size: 1.5rem;
  }
}

.layout__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.875rem;
  width: 1.8125rem;
  height: 1.8125rem;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  background-color: #000;
  border-radius: 50%;
}

.layout__tabs-nav {
  margin-bottom: 0;
  margin-right: auto;
  margin-left: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .layout__tabs-nav {
    margin-left: 1.25rem;
  }
}

@media only screen and (max-width: 639px) {
  .layout__tabs-nav {
    margin-top: 1.25rem;
    margin-left: 0;
  }
}

.layout__info--icon {
  position: relative;
  padding-left: 2.75rem;
  color: #222;
  font-size: 1.125rem;
  line-height: 1.4375;
}

.layout__info--icon::before {
  content: '';
  position: absolute;
  top: 0.0625rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/local/templates/altit_findreason/static/css/../img/general/icon-info.png) no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 1023px) {
  .layout__info-tablet {
    display: none;
  }
}

.layout__info strong {
  color: #3e87e1;
}

@media only screen and (max-width: 639px) {
  .layout__logout-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 3.125rem;
    height: 100%;
    max-height: 3.75rem;
    font-size: 0;
  }

  .layout__logout-link::after {
    position: relative;
  }
}

.layout__basket-card {
  border-bottom: 1px solid #f4f4f4;
}

.layout__basket-card:last-child {
  border-bottom: 0;
}

.layout__aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 17.875rem;
  flex: 1 0 17.875rem;
  max-width: 17.875rem;
  margin-left: 1.5625rem;
}

.layout__aside:first-child {
  margin-left: 0;
  margin-right: 1.5625rem;
}

@media only screen and (max-width: 1260px) {
  .layout__aside {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .layout__aside:first-child {
    margin-right: 0;
    margin-bottom: 1.5625rem;
  }
}

.layout__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.875rem;
  margin-bottom: -1.5625rem;
}

.layout__column {
  margin-bottom: 1.5625rem;
  width: 33.33334%;
}

@media only screen and (max-width: 1270px) {
  .layout__column {
    width: 33.3334%;
  }
}

@media only screen and (max-width: 767px) {
  .layout__column {
    width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .layout__column--mobile-fluid {
    width: 100%;
  }

  .layout__column--mobile-fluid .client-card__footer {
    width: 100%;
    margin-top: 0;
  }
}

.layout__promo {
  margin-top: 1.5625rem;
}

@media only screen and (max-width: 1260px) {
  .layout__promo {
    display: none;
  }
}

.layout__promo .promo__slide.swiper-slide {
  height: 28.125rem;
}

.layout__product-info {
  position: -webkit-sticky;
  position: sticky;
  top: 6.25rem;
}

.layout__product-info .product-info__header,
.layout__product-info .product-info__list,
.layout__product-info .product-info__content {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

@media only screen and (max-width: 1260px) {
  .layout__product-info {
    position: relative;
    top: 0;
    margin-top: 1.875rem;
  }
}

.layout__coupone {
  padding: 1.875rem;
}

@media only screen and (max-width: 1023px) {
  .layout__coupone {
    padding: 1.25rem;
  }
}

.layout__order {
  padding: 1.5625rem 1.875rem;
  border-bottom: 1px solid #e6e6e6;
}

.layout__order:last-child {
  border-bottom: 0;
}

@media only screen and (max-width: 639px) {
  .layout__order {
    padding: 1.25rem;
  }
}

.layout__slider-controls {
  padding: 0.625rem 0;
  border-top: 1px solid #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .modal {
    max-width: 100% !important;
    border-radius: 0;
  }
}

.modal.remodal {
  max-width: 53.4375rem;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .modal.remodal {
    margin-bottom: 0;
    display: block;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.modal--default.remodal {
  max-width: 20rem;
}

@media only screen and (max-width: 767px) {
  .modal {
    width: 100%;
  }
}

.modal__close {
  position: absolute;
  left: 100%;
  bottom: 100%;
  margin-left: 0.4375rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 0;
  outline: 0;
  background: url(/local/templates/altit_findreason/static/css/../img/minified-svg/close-modal.svg) no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 1023px) {
  .modal__close {
    display: none;
  }
}

.modal__content {
  padding: 1.25rem 1.5625rem;
}

.modal__header {
  margin-bottom: 1.25rem;
  text-align: center;
}

.modal__header:last-child {
  margin-bottom: 0;
}

.modal__title {
  margin: 0;
  color: #222;
  font-size: 1.625rem;
  line-height: 1.15;
}

.modal__caption {
  margin-top: 0.75rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0.875rem;
  line-height: 1.428;
}

.modal__field {
  margin-bottom: 0.75rem;
}

.modal__button {
  width: 100%;
}

.modal__control {
  margin-top: 1.125rem;
}

.modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.9375rem 1.5625rem 1.0625rem;
  border-top: 1px solid #e6e6e6;
}

.modal__footer a:only-child {
  width: 100%;
  text-align: center;
}

.field__container {
  position: relative;
}

.field__icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 3.125rem;
  height: 100%;
  max-height: 3.125rem;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
}

.field__icon--user {
  background-image: url(/local/templates/altit_findreason/static/css/../img/general/user.png);
  background-size: 1rem auto;
}

.field__icon--lock {
  background-image: url(/local/templates/altit_findreason/static/css/../img/general/lock.png);
  background-size: 1rem auto;
}

.field__icon--link {
  background-image: url(/local/templates/altit_findreason/static/css/../img/general/link.png);
  background-size: 1.25rem auto;
}

.field__icon--message-square {
  background-image: url(/local/templates/altit_findreason/static/css/../img/general/message-square.png);
  background-size: 0.9375rem auto;
}

.field__icon+.field__input {
  padding-left: 2.8125rem;
}

.field__ui-rating {
  margin-bottom: 1.25rem;
}

.field__input {
  padding-left: 0.9375rem;
}

.field__input.jq-file {
  padding-left: 0.9375rem;
}

.info__content {
  padding: 1.875rem 1.25rem;
}

.info__icon {
  margin: 0 auto 1.125rem;
  display: block;
  width: 3.3125rem;
  height: 3.3125rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.info__icon--success {
  background-image: url(/local/templates/altit_findreason/static/css/../img/general/check-circle.png);
}

.info__close {
  padding: 0.9375rem 1.25rem 1.125rem;
  display: block;
  border-top: 1px solid #e6e6e6;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s 0.25s;
  transition: 0.3s 0.25s;
}

.overlay--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
}

@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action:hover {
  background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  -webkit-box-flex: 0;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  -webkit-box-flex: 0;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: -webkit-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:focus {
  outline: none;
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  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;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  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 */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper>.scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}

.scroll-element div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
  overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner>.scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer>.scroll-element,
.scrollbar-outer>.scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer>.scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer>.scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer>.scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer>.scroll-element .scroll-element_outer,
.scrollbar-outer>.scroll-element .scroll-element_track,
.scrollbar-outer>.scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-outer>.scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer>.scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx>.scroll-element,
.scrollbar-macosx>.scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx>.scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar,
.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx>.scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light>.scroll-element,
.scrollbar-light>.scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light>.scroll-element {
  background-color: #ffffff;
}

.scrollbar-light>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light>.scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar-light>.scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px;
}

.scrollbar-light>.scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light>.scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light>.scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light>.scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail>.scroll-element,
.scrollbar-rail>.scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail>.scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail>.scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail>.scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail>.scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail>.scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail>.scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic>.scroll-element,
.scrollbar-dynamic>.scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic>.scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome>.scroll-element,
.scrollbar-chrome>.scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome>.scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome>.scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome>.scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}

.scrollbar-chrome>.scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome>.scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome>.scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*! nouislider - 12.0.0 - 9/14/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.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 {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.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 {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: rgba(0, 0, 0, 0.4);
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open>.search>span,
.SumoSelect.open>.search>label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect>.optWrapper>.options li.opt label,
.SumoSelect>.CaptionCont,
.SumoSelect .select-all>label {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont,
.SumoSelect.open>.CaptionCont {
  -webkit-box-shadow: 0 0 2px #7799D0;
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}

.SumoSelect>.CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect>.CaptionCont>span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

/*placeholder style*/
.SumoSelect>.CaptionCont>span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect>.CaptionCont>label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect>.CaptionCont>label>i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect>.optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open>.optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open>.optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect>.optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect>.optWrapper>.options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect>.optWrapper.okCancelInMulti>.options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect>.optWrapper.selall>.options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect>.optWrapper.selall.okCancelInMulti>.options {
  border-radius: 0;
}

.SumoSelect>.optWrapper>.options li.group.disabled>label {
  opacity: 0.5;
}

.SumoSelect>.optWrapper>.options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect>.optWrapper.multiple>.options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect>.optWrapper.isFloating>.options {
  max-height: 100%;
  -webkit-box-shadow: 0 0 100px #595959;
  box-shadow: 0 0 100px #595959;
}

.SumoSelect>.optWrapper>.options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect>.optWrapper>.options>li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect>.optWrapper.selall>.options>li.opt:first-child {
  border-radius: 0;
}

.SumoSelect>.optWrapper>.options>li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child {
  border-radius: 0;
}

.SumoSelect>.optWrapper>.options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect>.optWrapper>.options li.opt.sel,
.SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}

.SumoSelect>.optWrapper>.options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect>.optWrapper>.options li span {
  display: none;
}

.SumoSelect>.optWrapper>.options li.group>label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect>.optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/
.SumoSelect>.optWrapper>.options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect>.optWrapper>.options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect>.optWrapper.multiple>.options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect>.optWrapper.multiple>.options li.opt span,
.SumoSelect .select-all>span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect>.optWrapper.multiple>.options li.opt span i,
.SumoSelect .select-all>span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect>.optWrapper>.MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
  display: block;
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
  padding: 6px;
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus {
  -webkit-box-shadow: 0 0 2px #a1c0e4;
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
  background-color: #f1f1f1;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect>.optWrapper.isFloating>.options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt {
  padding-left: 35px;
}

.SumoSelect>.optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect .select-all.partial>span i {
  background-color: #11a911;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled>.CaptionCont {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all>label,
.SumoSelect .select-all>span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial>span i {
  background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect>.optWrapper>.options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  font-size: 0.875rem;
  list-style: none;
}

.breadcrumbs__item::after {
  content: '/';
  margin: 0 0.75rem 0 0.625rem;
}

.breadcrumbs__item:last-child::after {
  display: none;
}

.breadcrumbs__link {
  color: inherit;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .breadcrumbs__link:hover {
    color: #cd2d3c;
  }
}

.cabinet {
  padding: 3.125rem 0;
  background-color: #fafafa;
}

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

.cabinet__aside {
  width: 17.875rem;
}

.cabinet__data {
  width: calc(100% - 286px);
  margin-left: 1.5625rem;
}

.cabinet__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5625rem;
  margin-bottom: 1.875rem;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}

.cabinet__header--secondary {
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.cabinet__header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cabinet__title {
  margin: 0;
  font-size: 1.625rem;
}

.cabinet__log-out {
  position: relative;
  padding-right: 2rem;
  color: #5a5a5a;
  font-size: 1.125rem;
  text-decoration: none;
}

.cabinet__log-out:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0.3125rem;
  width: 20px;
  height: 20px;
  background: url(/local/templates/altit_findreason/static/css/../img/general/icon-log-out.png) no-repeat;
}

.cabinet__content--secondary {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.cabinet__content--secondary .cabinet__grid {
  margin-bottom: 0;
}

.cabinet__content--secondary .cabinet__column {
  margin: 0;
}

.cabinet__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.75rem -1.5rem;
}

.cabinet__column {
  width: 33.33%;
  padding: 0 0.75rem;
  margin-bottom: 1.5rem;
}

.cabinet__column--large {
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
}

.cabinet__column--large:last-child {
  border-bottom: 0;
}

.cabinet__tabs {
  margin-left: 2.75rem;
}

.cabinet__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0.5625rem 3.4375rem 0.5625rem 1.875rem;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
}

.cabinet__list-item {
  width: 25%;
}

.cabinet__list-item:last-child {
  text-align: right;
}

.cabinet__section {
  padding: 1.875rem;
  border-bottom: 1px solid #e6e6e6;
}

.cabinet__section:last-child {
  border-bottom: 0;
}

.cabinet__section--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cabinet__section-left {
  width: 50%;
  padding-right: 0.9375rem;
}

.cabinet__section-right {
  width: 50%;
  padding-left: 0.9375rem;
}

.cabinet__section-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0.9375rem;
}

.cabinet__section-field:last-child {
  margin-bottom: 0;
}

.cabinet__section-input {
  width: 100%;
}

.cabinet__section-title {
  margin-bottom: 1.875rem;
}

.cabinet__section-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.625rem;
}

.cabinet__section-column {
  width: 33.33%;
  padding: 0 0.625rem;
}

.cabinet__section-column--large {
  width: 50%;
}

.cabinet__section-column--small {
  width: 25%;
}

.cabinet__section-button {
  width: 25.9375rem;
  height: 3.125rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  border-radius: 0.3125rem;
  background-color: #69a0ff;
}

.catalog__slider.swiper-container {
  margin-bottom: -1.625rem;
}

@media only screen and (max-width: 1270px) {
  .catalog__slider.swiper-container {
    margin-top: -0.625rem;
    margin-bottom: -0.9375rem;
  }
}

.catalog__slide.swiper-slide {
  margin-bottom: 1.625rem;
  width: 50%;
}

@media only screen and (max-width: 1270px) {
  .catalog__slide.swiper-slide {
    margin-bottom: 0;
    padding-top: 0.625rem;
    padding-bottom: 0.9375rem;
    width: 25%;
  }
}

@media only screen and (max-width: 1023px) {
  .catalog__slide.swiper-slide {
    width: 33.3334%;
  }
}

@media only screen and (max-width: 639px) {
  .catalog__slide.swiper-slide {
    width: 50%;
  }
}

.catalog__slide--small.swiper-slide {
  margin-bottom: 0;
  width: 16.6667%;
}

@media only screen and (max-width: 1270px) {
  .catalog__slide--small.swiper-slide {
    width: 20%;
  }
}

@media only screen and (max-width: 1023px) {
  .catalog__slide--small.swiper-slide {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .catalog__slide--small.swiper-slide {
    width: 33.3334%;
  }
}

@media only screen and (max-width: 479px) {
  .catalog__slide--small.swiper-slide {
    width: 50%;
  }
}

.catalog__slider-controls {
  margin-top: 0.9375rem;
  display: none;
}

@media only screen and (max-width: 1023px) {
  .catalog__slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.3125rem;
    margin-bottom: 0.625rem;
  }
}

@media only screen and (max-width: 767px) {
  .catalog__slider-controls {
    margin-top: 0.3125rem;
  }
}

.catalog__slider-controls--desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__slider-controls--desktop .slider-controls__button {
  background: none;
}

.cart {
  padding: 0.4375rem 0 0.5625rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2.1875rem 0.1875rem rgba(7, 8, 51, 0.15);
  box-shadow: 0 0 2.1875rem 0.1875rem rgba(7, 8, 51, 0.15);
}

@media only screen and (max-width: 1023px) {
  .cart {
    -webkit-box-shadow: 0 0 1.5625rem 0.1875rem rgba(7, 8, 51, 0.05);
    box-shadow: 0 0 1.5625rem 0.1875rem rgba(7, 8, 51, 0.05);
  }
}

.cart__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  min-width: 0;
}

@media only screen and (max-width: 591px) {
  .cart__content {
    display: none;
  }
}

.cart__slider.swiper-container {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.cart__slide.swiper-slide {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.4375rem;
  width: 25%;
}

.cart__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.5rem;
  padding-top: 0.125rem;
}

@media only screen and (max-width: 591px) {
  .cart__actions {
    margin-left: 0;
    padding-top: 0;
    width: 100%;
  }
}

.cart__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 1.25rem 0.375rem 0.8125rem;
  color: #fff;
  line-height: 1.25;
  background-color: #cd2d3c;
  border-radius: 0.3125rem;
}

@media only screen and (max-width: 591px) {
  .cart__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media only screen and (max-width: 359px) {
  .cart__info {
    padding: 0.25rem 0.625rem;
  }
}

.cart__info:before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '';
  position: relative;
  top: -0.0625rem;
  margin-right: 0.9375rem;
  display: block;
  width: 1.9375rem;
  height: 1.8125rem;
  background: url(/local/templates/altit_findreason/static/css/../img/general/shopping-cart-white.png) no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 359px) {
  .cart__info:before {
    margin-right: 0.625rem;
    width: 1.625rem;
    height: 1.6875rem;
  }
}

.cart__title {
  margin: 0 0 0.0625rem;
}

@media only screen and (max-width: 359px) {
  .cart__title {
    font-size: 0.875rem;
  }
}

.cart__title .fa,
.cart__title .profile__link::before,
.cart__title .order-card__header::before,
.cart__title .nav__link::before {
  font-size: 0.8125rem;
}

.cart__caption {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 300;
}

.cart__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.75rem;
  padding: 0.9375rem 1.25rem 0.875rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #cd2d3c;
  border-radius: 0.3125rem;
}

.cart__button:hover {
  background-color: #b02733;
}

@media only screen and (max-width: 359px) {
  .cart__button {
    padding: 0.6875rem 0.625rem 0.625rem;
    font-size: 0.6875rem;
  }
}

.cart__count {
  text-decoration: underline;
}

.cart__controls {
  position: absolute;
  top: 50%;
  margin-top: -0.625rem;
  width: 1.75rem;
  height: 1.75rem;
  border: 0;
  outline: 0;
  background: #eeeeee url(/local/templates/altit_findreason/static/css/../img/minified-svg/arrow-right.svg) center no-repeat;
  background-size: 0.875rem auto;
  border-radius: 50%;
}

.cart__controls.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}

.cart__controls--prev {
  left: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.cart__controls--next {
  right: 0;
}

.contacts {
  margin-bottom: 2.8125rem;
}

.contacts__map {
  height: 25.3125rem;
}

@media only screen and (max-width: 479px) {
  .contacts__map {
    height: 15.625rem;
  }
}

.contacts__data {
  position: relative;
  margin-top: -1.875rem;
  z-index: 5;
}

.contacts__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0rem -0.75rem -1.5rem;
}

.contacts__column {
  width: 25%;
  padding: 0 0.75rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 1170px) {
  .contacts__column {
    width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .contacts__column {
    width: 100%;
  }
}

.contacts__requisites {
  margin-top: 2.1875rem;
}

.categories {
  padding: 1.875rem 30% 1.25rem 2.5rem;
  background-color: #fff;
}

@media only screen and (max-width: 1270px) {
  .categories {
    padding-right: 18%;
  }
}

@media only screen and (max-width: 767px) {
  .categories {
    padding: 1.25rem 15% 1.25rem 1.25rem;
  }
}

@media only screen and (max-width: 639px) {
  .categories {
    padding-right: 10%;
  }
}

@media only screen and (max-width: 479px) {
  .categories {
    padding: 15px 7% 15px 15px;
  }
}

.categories--catalog {
  background: #fff url(/local/templates/altit_findreason/static/css/../img/general/bg-categories-catalog.png) right bottom no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 639px) {
  .categories--catalog {
    background-image: url(/local/templates/altit_findreason/static/css/../img/general/bg-categories-catalog-mobile.png);
  }
}

.categories--holidays {
  background: #fff url(/local/templates/altit_findreason/static/css/../img/general/bg-categories-holidays.png) right bottom no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 639px) {
  .categories--holidays {
    background-image: none;
  }
}

.categories--composition {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.categories--composition .categories__item {
  margin-bottom: 0.5625rem;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .categories--composition .categories__link:hover {
    color: #3e87e1;
  }
}

@media only screen and (max-width: 479px) {
  .categories__make-select {
    display: block;
  }
}

.categories__group {
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 767px) {
  .categories__group {
    margin-bottom: 1.25rem;
  }
}

.categories__group:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
  .categories__group--make-select {
    display: none;
  }
}

.categories__title {
  margin: 0 0 1.25rem;
}

@media only screen and (max-width: 479px) {
  .categories__list .list__count {
    display: none;
  }
}

.copyright {
  padding: 1.0625rem 0;
  color: #8e8e8e;
}

.copyright__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 591px) {
  .copyright__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.copyright__text {
  font-size: 0.875rem;
  line-height: 1.3;
}

@media only screen and (max-width: 479px) {
  .copyright__studio-img {
    display: none;
  }

  .copyright__studio-img--mobile {
    display: block;
  }
}

.delivery {
  margin: 3.125rem 0;
}

@media only screen and (max-width: 1023px) {
  .delivery {
    margin: 0 0 1.875rem;
  }
}

@media only screen and (max-width: 479px) {
  .delivery {
    margin-top: 0;
  }
}

.delivery__container {
  width: 100%;
}

.delivery__grid {
  margin-bottom: -1.5625rem;
}

.delivery__column {
  margin-bottom: 1.5625rem;
}

.features {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #e6e6e6;
}

.features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem;
  line-height: 1.4;
  border-bottom: 1px solid #e6e6e6;
}

.features__item:last-child {
  border-bottom: 0;
}

.features__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.75rem;
  display: block;
  width: 1.875rem;
  text-align: center;
}

.features__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.features__title {
  margin: 0;
  color: #222;
}

.features__caption {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
}

.filter-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 -0.4375rem;
  padding-left: 0;
  line-height: 1;
  list-style: none;
}

.filter-categories__item {
  margin: 0 0.625rem 0.4375rem;
}

.filter-categories__link {
  color: #707070;
  text-decoration: none;
  border-bottom: 1px dotted;
}

.filter-categories__link--current {
  padding: 0.4375rem 1.4375rem 0.5625rem;
  color: #fff;
  background-color: #5d9ae6;
  border-bottom: 0;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 1.0625rem;
}

@media only screen and (min-width: 1025px) {
  .filter-categories__link--current:hover {
    color: #fff;
  }
}

.footer {
  color: #fff;
  background-color: #1f1c25;
}

@media only screen and (max-width: 479px) {
  .footer {
    color: #222;
    background-color: transparent;
  }
}

.footer__content {
  padding: 1.875rem 0 2.8125rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

@media only screen and (max-width: 1023px) {
  .footer__content {
    padding: 1.5625rem 0;
  }
}

@media only screen and (max-width: 479px) {
  .footer__content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 479px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__top {
  margin: 0 -15px 1.25rem;
  padding: 0.9375rem 15px;
  display: none;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 479px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__logo {
  margin-right: 0.9375rem;
}

.footer__menu-group {
  width: 50%;
}

@media only screen and (max-width: 1023px) {
  .footer__menu-group {
    width: auto;
  }
}

@media only screen and (max-width: 591px) {
  .footer__menu-group {
    display: none;
  }
}

.footer__contacts-info {
  margin-bottom: 1.5rem;
}

.footer__contacts-info:last-child {
  margin-bottom: 0;
}

.footer__contacts-info .contacts-info__icon {
  border-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 479px) {
  .footer__contacts-info .contacts-info__icon {
    color: #222;
    background-color: #f4f4f4;
  }
}

.footer__contacts-info .contacts-info__value {
  color: inherit;
  font-size: 1.125rem;
  margin-top: 0.3125rem;
}

@media only screen and (max-width: 1270px) {
  .footer__contacts-info .contacts-info__value {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 479px) {
  .footer__info {
    margin: 1.25rem -15px 0;
    padding: 0.9375rem 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
}

.footer__button {
  margin-bottom: 1.5625rem;
  width: 100%;
  height: 3.0625rem;
  background: none;
  font-size: 0.875rem;
  text-transform: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 1.5625rem;
}

@media only screen and (max-width: 479px) {
  .footer__button {
    display: none;
  }
}

.footer__socials {
  margin-bottom: 1.4375rem;
}

@media only screen and (max-width: 479px) {
  .footer__socials {
    margin-bottom: 0;
  }

  .footer__socials.socials {
    display: none;
  }
}

.footer__socials--mobile.socials {
  display: none;
}

@media only screen and (max-width: 479px) {
  .footer__socials--mobile.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 479px) {
  .footer__socials .socials__link {
    background-color: #f4f4f4;
  }
}

.footer__payments {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

.footer__label {
  margin: 0;
  color: #8e8e8e;
  font-size: 0.875rem;
  line-height: 1.5;
}

.header {
  background-color: #fff;
  -webkit-box-shadow: 0 0.375rem 2.375rem rgba(7, 8, 51, 0.15);
  box-shadow: 0 0.375rem 2.375rem rgba(7, 8, 51, 0.15);
}

@media only screen and (max-width: 1023px) {
  .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    -webkit-box-shadow: 0 0.375rem 1.25rem rgba(7, 8, 51, 0.05);
    box-shadow: 0 0.375rem 1.25rem rgba(7, 8, 51, 0.05);
  }
}

.header__navbar {
  padding: 0.4375rem 0;
  border-bottom: 1px solid #f4f4f4;
}

@media only screen and (max-width: 1023px) {
  .header__navbar {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .header__sticky {
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(7, 8, 51, 0.1);
    box-shadow: 0 0.1875rem 0.625rem rgba(7, 8, 51, 0.1);
  }
}

.header__content {
  position: relative;
  top: 0;
  left: 0;
  padding: 0.875rem 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
}

@media only screen and (max-width: 1023px) {
  .header__content {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.header__content--animate {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.header__content--sticky {
  position: fixed;
  -webkit-transition: 0.3s 0.1s;
  transition: 0.3s 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(7, 8, 51, 0.1);
  box-shadow: 0 0.1875rem 0.625rem rgba(7, 8, 51, 0.1);
}

@media only screen and (min-width: 1024px) {
  .header__content--sticky {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    -webkit-box-shadow: 0 0.375rem 2.375rem rgba(7, 8, 51, 0.15);
    box-shadow: 0 0.375rem 2.375rem rgba(7, 8, 51, 0.15);
  }
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 479px) {
  .header__container {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}

.header__contacts-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}

@media only screen and (max-width: 1023px) {
  .header__contacts-info {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .header__contacts-info {
    display: none;
  }
}

.header__logo {
  margin: 0 2.5rem;
  width: 16.6875rem;
}

@media only screen and (max-width: 1023px) {
  .header__logo {
    margin-left: 0;
    margin-right: 1.25rem;
    width: 13.75rem;
  }
}

@media only screen and (max-width: 591px) {
  .header__logo {
    margin-right: 0.9375rem;
  }
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}

@media only screen and (max-width: 1023px) {
  .header__info {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media only screen and (max-width: 767px) {
  .header__info {
    margin-left: auto;
  }
}

.instagram {
  padding: 1.125rem;
}

.instagram__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -1.5rem;
}

@media only screen and (max-width: 1023px) {
  .instagram__grid {
    margin-bottom: -0.625rem;
  }
}

.instagram__column {
  margin-bottom: 1.5rem;
  width: 25%;
}

@media only screen and (max-width: 1023px) {
  .instagram__column {
    margin-bottom: 0.625rem;
    width: 33.3334%;
  }

  .instagram__column:nth-child(6),
  .instagram__column:nth-child(7) {
    display: none;
  }
}

@media only screen and (max-width: 639px) {
  .instagram__column:first-child {
    width: 100%;
  }

  .instagram__column:nth-child(6) {
    display: block;
  }
}

.instagram__photo {
  position: relative;
  padding-bottom: 100%;
  display: block;
}

.instagram__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.instagram-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 10px;
  height: 100%;
}

@media only screen and (max-width: 1270px) {
  .instagram-info {
    padding: 15px 0;
  }
}

.instagram-info__header {
  margin-bottom: 10%;
}

@media only screen and (max-width: 479px) {
  .instagram-info__header {
    margin-bottom: 15px;
  }
}

.instagram-info__heading {
  position: relative;
  padding-left: 39px;
  color: #222;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.27;
}

@media only screen and (max-width: 1270px) {
  .instagram-info__heading {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
  .instagram-info__heading {
    padding-left: 0;
  }
}

.instagram-info__heading::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(/local/templates/altit_findreason/static/css/../img/general/instagram.png) left top no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
  .instagram-info__heading::before {
    display: none;
  }
}


.instagram-info__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13%;
}

@media only screen and (max-width: 479px) {
  .instagram-info__content {
    margin-bottom: 18px;
  }
}

.instagram-info__logo {
  margin-right: 10px;
}

.instagram-info__btn {
  padding: 8px 22px;
  display: inline-block;
  color: #8e8e8e;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #969696;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
  .instagram-info__btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.instagram-info__stats {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.instagram-info__column {
  flex: 1 1 auto;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1;
}

.instagram-info__value {
  display: block;
  color: #22202b;
  font-size: 20px;
  font-weight: 300;
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
  .instagram-info__value {
    font-size: 16px;
  }
}

.instagram-info__label {
  color: #8e8e8e;
  font-size: 14px;
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
  .instagram-info__label {
    font-size: 11px;
  }
}

.intro {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .intro {
    padding-bottom: 1.5625rem;
  }
}

@media only screen and (max-width: 1270px) {
  .intro__container {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .intro__container {
    padding-left: 0;
  }
}

.intro__inner {
  position: relative;
}

.intro__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.intro__content {
  padding: 4.6875rem 6.25rem 6.25rem;
  width: 50%;
}

@media only screen and (max-width: 1270px) {
  .intro__content {
    padding: 2.5rem 4.375rem 4.375rem;
  }
}

@media only screen and (max-width: 1023px) {
  .intro__content {
    padding: 1.5625rem 0.9375rem 1.5625rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .intro__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 1.5625rem 15px;
    width: 100%;
    text-align: center;
  }
}

.intro__heading {
  margin: 0 0 0.9375rem;
  font-size: 2.75rem;
  font-weight: 400;
}

@media only screen and (max-width: 1270px) {
  .intro__heading {
    font-size: 2.375rem;
  }
}

@media only screen and (max-width: 1023px) {
  .intro__heading {
    margin-bottom: 0.625rem;
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 479px) {
  .intro__heading {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    font-weight: 500;
  }
}

.intro__title {
  color: #222;
  font-size: 1.125rem;
}

@media only screen and (max-width: 1270px) {
  .intro__title {
    margin: 0.9375rem 0 0.625rem;
  }
}

@media only screen and (max-width: 1023px) {
  .intro__title {
    margin-top: 0.625rem;
    margin-bottom: 0.3125rem;
  }
}

@media only screen and (max-width: 479px) {
  .intro__title {
    display: none;
  }
}

.intro__caption {
  margin: 0 0 1.875rem;
  font-size: 0.875rem;
  font-weight: 300;
}

@media only screen and (max-width: 1270px) {
  .intro__caption {
    margin-bottom: 1.25rem;
  }
}

@media only screen and (max-width: 479px) {
  .intro__caption {
    display: none;
  }
}

.intro__photo {
  position: relative;
  width: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .intro__photo {
    padding-bottom: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}

.intro__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro__slider-controls {
  position: absolute;
  left: 50%;
  bottom: -1px;
  z-index: 2;
  padding: 0;
  border: 1px solid #f4f4f4;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .intro__slider-controls {
    display: none;
  }
}

.intro__slider-controls .slider-controls__button {
  margin: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 0;
}

.intro__slider-controls .slider-controls__button:last-child {
  border-left: 1px solid #f4f4f4;
}

.intro__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 5rem;
  left: 0.5rem;
  bottom: auto !important;
  width: auto !important;
  z-index: 2;
}

@media only screen and (max-width: 1270px) {
  .intro__pagination {
    top: 2.8125rem;
  }
}

@media only screen and (max-width: 1023px) {
  .intro__pagination {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .intro__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
  }
}

.intro__pagination .swiper-pagination-bullet {
  margin-bottom: 1.5625rem;
  width: auto;
  height: auto;
  color: #8e8e8e;
  font-size: 0.875rem;
  outline: 0;
  background: none;
  border-bottom: 2px solid transparent;
  opacity: 1;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .intro__pagination .swiper-pagination-bullet {
    margin-bottom: 0;
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }
}

.intro__pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
  .intro__pagination .swiper-pagination-bullet:hover {
    color: #cd2d3c;
  }
}

.intro__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #222;
  border-bottom-color: #222;
  cursor: default;
}

.intro__socials {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding-right: 1.5rem;
  height: 4rem;
  background-color: #fff;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}

@media only screen and (max-width: 1270px) {
  .intro__socials {
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 1023px) {
  .intro__socials.socials {
    display: none;
  }
}

.intro__socials::before {
  content: '';
  position: absolute;
  top: -1px;
  right: 100%;
  width: 9999px;
  border-top: 1px solid #f4f4f4;
}

.menu {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.menu__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5625rem;
}

@media only screen and (max-width: 1270px) {
  .menu__item {
    margin-right: 1.25rem;
  }
}

@media only screen and (max-width: 1023px) {
  .menu__item {
    margin-right: 0;
    border-bottom: 1px solid #f4f4f4;
  }
}

.menu__item:last-child {
  margin-right: 0;
}

.menu__link {
  color: inherit;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .menu__link:hover {
    color: #cd2d3c;
  }
}

@media only screen and (max-width: 1023px) {
  .menu__link {
    position: relative;
    padding: 0.875rem 2.8125rem;
    display: block;
    color: #222;
    font-size: 1.125rem;
    font-weight: 500;
    cursor: pointer;
  }
}

.menu-group__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-group__column {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.25rem;
}

.menu-group__column:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1023px) {
  .menu-group__column {
    margin-right: 0.625rem;
  }

  .menu-group__column:last-child {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .menu-group__column {
    margin-right: 0;
  }

  .menu-group__column:nth-child(2) {
    display: none;
  }
}

.menu-group__title {
  margin-top: 0;
}

.menu-group__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-group__item {
  margin-bottom: 0.625rem;
  line-height: 1.3;
}

.menu-group__item:last-child {
  margin-bottom: 0;
}

.menu-group__link {
  color: #8e8e8e;
  font-size: 0.875rem;
  text-decoration: none;
}

.nav {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .nav {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media only screen and (max-width: 359px) {
  .nav {
    top: 3.875rem;
  }
}

.nav--opened {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (max-width: 1023px) {
  .nav__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.nav__header {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .nav__header {
    display: block;
  }
}

.nav__group {
  border-bottom: 1px solid #f4f4f4;
}

.nav__ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav__search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

@media only screen and (max-width: 591px) {
  .nav__search.search--focused~.nav__callback {
    display: none;
  }
}

.nav__callback {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.25rem;
  display: inline-block;
  color: #3e87e1;
  line-height: 1;
  border-bottom: 1px dotted;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.9375rem 1.25rem 0.9375rem 0.625rem;
}

.nav__payments {
  margin-bottom: 0;
}

.nav__title {
  position: relative;
  padding: 0.875rem 2.8125rem;
  display: none;
  color: #222;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 1px solid #f4f4f4;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  .nav__title {
    display: block;
  }
}

.nav__title::after {
  content: '+';
  position: absolute;
  top: 0.9375rem;
  right: 1.25rem;
}

.nav__title--opened::after {
  content: '-';
}

@media only screen and (max-width: 1023px) {
  .nav__inner {
    display: none;
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: 1px solid #f4f4f4;
}

@media only screen and (max-width: 1023px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 0;
  }
}

.nav__item {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  border-left: 1px solid #f4f4f4;
}

@media only screen and (max-width: 1023px) {
  .nav__item {
    border-left: 0;
    border-bottom: 1px solid #f4f4f4;
  }
}

@media only screen and (min-width: 1024px) {
  .nav__item--opened .nav__link {
    border-bottom-color: #cd2d3c;
  }

  .nav__item--opened .nav__nav-dropdown {
    opacity: 1;
    visibility: visible;
  }
}

.nav__item--opened .nav__link::before {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0.3125rem 1.25rem;
  color: #222;
  height: 3.4375rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border-bottom: 0.1875rem solid transparent;
}

@media only screen and (max-width: 1270px) {
  .nav__link {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media only screen and (max-width: 1023px) {
  .nav__link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0.875rem 2.8125rem;
    height: auto;
    text-align: left;
    border-bottom: 0;
  }
}

.nav__link::before {
  position: absolute;
  top: 0.9375rem;
  right: 1.25rem;
  display: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 1023px) {
  .nav__link::before {
    display: block;
  }
}

.nav__link--strong {
  color: #cd2d3c;
  font-weight: 500;
}

.nav__nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s 0.25s;
  transition: 0.25s 0.25s;
}

@media only screen and (max-width: 1023px) {
  .nav__nav-dropdown {
    position: relative;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.search__header {
  padding: 3.4375rem 0;
}

.search__form {
  width: 100%;
}

.search__form-field {
  position: relative;
}

.search__form-input {
  width: 100%;
  height: 4.6875rem;
  padding: 0 8.125rem 0 1.5625rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0.3125rem;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 0 6px 38px rgba(7, 8, 51, 0.15);
  box-shadow: 0 6px 38px rgba(7, 8, 51, 0.15);
}

.search__form-button {
  position: absolute;
  right: 0.9375rem;
  top: 0.75rem;
  width: 7.1875rem;
  height: 3.125rem;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-radius: 0.3125rem;
  background-color: #69a0ff;
}

.search__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2.0625rem 0;
}

.search__title {
  margin: 0 0 0 0;
  color: #222222;
  font-size: 1.875rem;
}

.search__subtitle {
  font-size: 1rem;
}

.search__subtitle-result {
  color: #3e87e1;
  font-size: 1rem;
}

.search__filters {
  padding: 0.9375rem 0.9375rem 0 0.9375rem;
  margin-bottom: 1.875rem;
  background: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 20px rgba(4, 4, 35, 0.08);
  box-shadow: 0 0 20px rgba(4, 4, 35, 0.08);
}

.search__sorting {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search__footer {
  padding: 1.875rem 0 2.8125rem;
  background-color: #fafafa;
}

.search__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.875rem;
}

@media only screen and (max-width: 767px) {
  .search__grid {
    margin: 0 -0.625rem;
  }
}

.search__column {
  width: 25%;
  padding: 0 0.875rem;
  margin-bottom: 1.75rem;
}

@media only screen and (max-width: 1170px) {
  .search__column {
    width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .search__column {
    width: 50%;
    padding: 0 0.625rem;
  }
}

.payment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.875rem 0 0 0;
  padding: 0;
  list-style: none;
}

.payment__list-item {
  margin-right: 0.9375rem;
}

.payment__list-item:last-child {
  margin-right: 0;
}

.navbar__schedule,
.navbar__menu,
.navbar__link {
  margin-left: 1.3125rem;
  padding-left: 1.3125rem;
  background: url(/local/templates/altit_findreason/static/css/../img/minified-svg/delimiter.svg) left center no-repeat;
}

@media only screen and (max-width: 1270px) {

  .navbar__schedule,
  .navbar__menu,
  .navbar__link {
    margin-left: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .navbar__schedule {
    font-size: 0;
  }

  .navbar__schedule::before {
    margin-right: 0;
  }
}

.navbar {
  font-size: 0.875rem;
}

.navbar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__payments {
  margin: 0;
  font-size: 0.625rem;
}

.navbar__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.navbar__link:first-child {
  margin-left: 0;
  padding-left: 0;
  background: none;
}

.navbar__client {
  color: #222;
  text-decoration: none;
  border-bottom: 1px dotted;
}

@media only screen and (min-width: 1025px) {
  .navbar__client:hover {
    color: #cd2d3c;
  }
}

.navbar__callback {
  position: relative;
  margin-left: 0.9375rem;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid;
}

@media only screen and (min-width: 1025px) {
  .navbar__callback:hover {
    color: #cd2d3c;
  }
}

.navbar__callback .fa,
.navbar__callback .profile__link::before,
.navbar__callback .order-card__header::before,
.navbar__callback .nav__link::before {
  position: absolute;
  right: 100%;
  top: 0.125rem;
  margin-right: 0.4375rem;
}

.payments {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.payments__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.0625em;
}

.payments__item:last-child {
  margin-right: 0;
}

.product-detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 1023px) {
  .product-detail__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-detail__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

@media only screen and (max-width: 1023px) {
  .product-detail__content {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}

.product-detail__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 1270px) {
  .product-detail__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.product-detail__photos {
  position: -webkit-sticky;
  position: sticky;
  top: 6.25rem;
  width: 54%;
}

@media only screen and (max-width: 1270px) {
  .product-detail__photos {
    position: relative;
    top: 0;
    width: 100%;
  }
}

.product-detail__info {
  padding-left: 1.875rem;
  width: 46%;
}

@media only screen and (max-width: 1270px) {
  .product-detail__info {
    margin-top: 2.1875rem;
    padding-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .product-detail__info {
    margin-top: 1.5625rem;
  }
}

.product-detail__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0.9375rem;
  padding-bottom: 1.0625rem;
  border-bottom: 1px solid #f4f4f4;
}

@media only screen and (max-width: 479px) {
  .product-detail__group {
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.product-detail__heading {
  margin: 0 0 0.4375rem;
  font-size: 1.875rem;
}

@media only screen and (max-width: 591px) {
  .product-detail__heading {
    font-size: 1.625rem;
  }
}

@media only screen and (max-width: 479px) {
  .product-detail__heading {
    margin-bottom: 0.1875rem;
  }
}

.product-detail__label {
  margin: 0;
  color: #3e87e1;
}

.product-detail__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0.625rem;
  color: #222;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4;
}

.product-detail__title::after {
  content: '';
  margin-left: auto;
  display: none;
  width: 0.75rem;
  height: 0.375rem;
  background: url(/local/templates/altit_findreason/static/css/../img/general/angle-up.png) no-repeat;
  background-size: 100%;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.product-detail__title--active::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.product-detail__count {
  margin-left: auto;
  font-weight: 500;
}

.product-detail__dropdown {
  padding-top: 0.625rem;
  display: none;
}

.product-detail__caption {
  margin: 0;
  font-size: 0.875rem;
  text-align: justify;
}

.product-detail__delivery {
  margin-bottom: 1.375rem;
}

.product-detail__tabs {
  margin-top: 2.5rem;
  padding-top: 1.875rem;
  border-top: 1px solid #e6e6e6;
}

@media only screen and (max-width: 479px) {
  .product-detail__tabs {
    margin-top: 1.5625rem;
    padding-top: 0;
    border-top: 0;
  }
}

.product-detail__aside {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 6.25rem;
  margin-left: 1.25rem;
  width: 17.875rem;
}

@media only screen and (max-width: 1023px) {
  .product-detail__aside {
    display: none;
  }
}

.product-detail__product-info {
  margin-bottom: 1rem;
}

.product-detail__product-info--tablet {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .product-detail__product-info--tablet {
    margin-top: 1.25rem;
    display: block;
  }
}

.product-detail__button-more {
  padding: 0.5625rem 0.625rem 0.6875rem;
}

.js-product-detail-group .product-detail__title {
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.js-product-detail-group .product-detail__title::after {
  display: block;
}

.product-view__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5625rem 1.5625rem 1.25rem;
}

@media only screen and (max-width: 1023px) {
  .product-view__content {
    padding: 1.25rem 15px;
  }
}

.product-view__photos {
  padding-right: 1.5625rem;
  width: 51%;
}

@media only screen and (max-width: 767px) {
  .product-view__photos {
    margin-bottom: 1.25rem;
    padding-right: 0;
    width: 100%;
  }
}

.product-view__desc {
  width: 49%;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .product-view__desc {
    width: 100%;
  }
}

.product-view__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #e6e6e6;
}

.product-view__category {
  margin: 0;
  color: #3e87e1;
  font-size: 0.875rem;
}

.product-view__heading {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.product-view__price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.9375rem;
  color: #222;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.product-view__price .fa,
.product-view__price .profile__link::before,
.product-view__price .order-card__header::before,
.product-view__price .nav__link::before {
  font-size: 0.777em;
}

.product-view__scrollbar {
  max-height: 17.1875rem;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .product-view__scrollbar {
    max-height: none;
  }
}

.product-view__inner {
  padding-right: 1.125rem;
}

.product-view__group {
  margin-bottom: 1.125rem;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .product-view__group {
    margin-bottom: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.product-view__group:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .product-view__group:last-child {
    border-bottom: 0;
  }
}

.product-view__title {
  margin: 0 0 0.875rem;
  color: #222;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.25;
}

.product-view__caption {
  font-size: 0.75rem;
  line-height: 1.667;
}

.product-view__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  width: 100%;
}

.product-view__list {
  max-width: 18.75rem;
  font-size: 0.875rem;
}

@media only screen and (max-width: 639px) {
  .product-view__list {
    max-width: none;
  }
}

.product-view__delivery {
  padding-left: 3.375rem;
  padding-right: 1.5625rem;
  width: 51%;
}

@media only screen and (max-width: 1023px) {
  .product-view__delivery {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-view__delivery {
    padding-right: 0;
    width: 100%;
  }
}

.product-view__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .product-view__actions {
    margin-top: 1.25rem;
    width: 100%;
  }
}

.product-view__count {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0.6875rem;
}

@media only screen and (max-width: 1023px) {
  .product-view__button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.product-view__footer {
  padding: 1.25rem 1.5625rem;
  border-top: 1px solid #e6e6e6;
}

@media only screen and (max-width: 1023px) {
  .product-view__footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.promo__slide.swiper-slide {
  height: 38rem;
  color: #fff;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.promo__item {
  position: relative;
  padding: 1.5625rem 1.25rem 5.3125rem;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.promo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  height: 100%;
}

.promo__labels {
  position: absolute;
  top: 0;
  left: 0;
}

.promo__title {
  margin-bottom: 0.9375rem;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1;
}

.promo__caption {
  margin-bottom: 0.9375rem;
  font-size: 1.25rem;
  line-height: 1.3;
}

.promo__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.promo__value::before {
  content: '';
  margin-right: 0.625rem;
  display: block;
  width: 0.75rem;
  height: 0.8125rem;
  background: url(/local/templates/altit_findreason/static/css/../img/general/coins-white.png) no-repeat;
  background-size: 100% auto;
}

.promo__value .fa,
.promo__value .profile__link::before,
.promo__value .order-card__header::before,
.promo__value .nav__link::before {
  position: relative;
  top: 0.125rem;
  margin-left: 0.3125rem;
  font-size: 0.8em;
}

.promo__slider-controls {
  position: absolute;
  left: 0.3125rem;
  bottom: 1.25rem;
  z-index: 2;
}

.promo__slider-controls .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
}

.promo__slider-controls .swiper-pagination-bullet-active {
  opacity: 1;
}

.search {
  position: relative;
}

.search__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.8125rem;
  height: 100%;
  border: 0;
  border-radius: 0;
}

.search__input {
  padding: 0 1.25rem 0 2.8125rem;
  width: 100%;
  height: 3.75rem;
  outline: 0;
  border: 0;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.625rem;
  font-size: 0;
}

.socials__link:before {
  content: '';
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}

@media only screen and (max-width: 479px) {
  .socials__link {
    margin-right: 0.3125rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}

.socials__link:last-child {
  margin-right: 0;
}

.socials__link--vk:before {
  width: 1.25rem;
  height: 0.75rem;
  background-image: url(/local/templates/altit_findreason/static/css/../img/minified-svg/vk.svg);
}

.socials__link--ok:before {
  width: 1rem;
  height: 1.25rem;
  background-image: url(/local/templates/altit_findreason/static/css/../img/minified-svg/odnoklassniki.svg);
}

.socials__link--fb:before {
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(/local/templates/altit_findreason/static/css/../img/minified-svg/facebook.svg);
}

.socials__link--in:before {
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(/local/templates/altit_findreason/static/css/../img/minified-svg/instagram.svg);
}

.subscribe {
  padding: 2.0625rem 2.1875rem;
  color: #fff;
  background: url(/local/templates/altit_findreason/static/css/../img/general/bg-subscribe.jpg) center no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1023px) {
  .subscribe {
    padding: 1.5625rem 1.25rem 1.875rem;
    text-align: center;
  }
}

.subscribe__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1270px) {
  .subscribe__inner {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 1023px) {
  .subscribe__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1023px) {
  .subscribe__info {
    margin-bottom: 0.9375rem;
  }
}

.subscribe__heading {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.1;
}

@media only screen and (max-width: 479px) {
  .subscribe__heading {
    font-size: 1.625rem;
  }
}

@media only screen and (max-width: 359px) {
  .subscribe__heading {
    font-size: 1.375rem;
  }
}

.subscribe__caption {
  margin: 0;
  opacity: 0.7;
}

@media only screen and (max-width: 479px) {
  .subscribe__action {
    width: 100%;
  }
}

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

@media only screen and (max-width: 479px) {
  .subscribe__form {
    position: relative;
  }
}

.subscribe__field {
  position: relative;
  width: 18.75rem;
}

@media only screen and (max-width: 479px) {
  .subscribe__field {
    width: 100%;
  }
}

.subscribe__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0.375rem;
  width: 3.125rem;
  height: 100%;
  color: #8e8e8e;
  font-size: 0.875rem;
}

@media only screen and (max-width: 359px) {
  .subscribe__icon {
    width: 2.5rem;
  }
}

.subscribe__input {
  padding-left: 3.125rem;
  border-color: transparent;
}

@media only screen and (max-width: 479px) {
  .subscribe__input {
    padding-right: 7.6875rem;
  }
}

@media only screen and (max-width: 359px) {
  .subscribe__input {
    padding-left: 2.375rem;
  }
}

.subscribe__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.625rem;
  min-width: 10rem;
  font-size: 0.875rem;
  text-transform: none;
}

@media only screen and (max-width: 479px) {
  .subscribe__button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    min-width: auto;
    width: 7.1875rem;
  }
}

.aside-card {
  position: relative;
}

.aside-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 5rem;
  right: 0;
  width: 100%;
  padding: 1.5625rem 1.25rem 0 1.25rem;
}

.aside-card__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 1.375rem;
  padding-left: 0.5rem;
  padding-right: 0.25rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  background: #ff0000;
  border-radius: 0.3125rem;
  z-index: 1;
}

.aside-card__label:after {
  content: '';
  position: absolute;
  right: -0.4375rem;
  top: 0.1875rem;
  width: 1.0625rem;
  height: 1.0625rem;
  z-index: -1;
  background: #ff0000;
  border-radius: 0.3125rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.aside-card__title {
  margin-bottom: 0.9375rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2rem;
}

.aside-card__text {
  margin: 0 0 0.9375rem 0;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.aside-card__points {
  position: relative;
  padding-left: 1.4375rem;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}

.aside-card__points:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.1875rem;
  width: 12px;
  height: 13px;
  background: url(/local/templates/altit_findreason/static/css/../img/general/icon-coins.png) no-repeat;
}

.catalog-card {
  position: relative;
  height: 12.75rem;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

@media only screen and (min-width: 1025px) {
  .catalog-card:hover {
    -webkit-box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.2);
    box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.2);
  }

  .catalog-card:hover .category__icon {
    background-color: #000;
    border-color: #000;
  }

  .catalog-card:hover .category__icon:before {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
}

@media only screen and (max-width: 1270px) {
  .catalog-card {
    height: 12.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-card {
    height: 10.625rem;
    background-size: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .catalog-card {
    height: 9.375rem;
  }
}

.catalog-card--small {
  height: 6.5625rem;
}

.catalog-card--small .catalog-card__link {
  padding: 0.8125rem 35% 0.625rem 0.9375rem;
}

.catalog-card--small .catalog-card__title {
  font-size: 1rem;
}

.catalog-card__link {
  padding: 1.5625rem;
  display: block;
  height: 100%;
  color: #222;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .catalog-card__link {
    padding: 1.25rem;
  }
}

@media only screen and (max-width: 479px) {
  .catalog-card__link {
    padding: 15px;
  }
}

.catalog-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.catalog-card__title {
  margin: 0;
  max-width: 6.875rem;
}

.catalog-card__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.catalog-card__icon::before {
  content: '';
  display: block;
  width: 1.125rem;
  height: 0.9375rem;
  background: url(/local/templates/altit_findreason/static/css/../img/minified-svg/arrow-right.svg) center no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.catalog-card__show {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  color: #3e87e1;
  font-size: 0.875rem;
}

.catalog-card__show::after {
  content: '';
  position: relative;
  top: 0.0625rem;
  margin-left: 0.3125rem;
  display: block;
  width: 0.8125rem;
  height: 0.625rem;
  background: url(/local/templates/altit_findreason/static/css/../img/general/arrow-right-primary.png) no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 479px) {
  .client-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .client-card .product-bind__content {
    padding: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .client-card__photo {
    padding-bottom: 0;
    width: 45%;
  }
}

@media only screen and (max-width: 479px) {
  .client-card__product-bind {
    width: 55%;
  }
}

.client-card__product-bind .product-bind__photo {
  width: 3.75rem;
}

.client-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.3125rem 0.9375rem;
  border-top: 1px solid #e6e6e6;
  border-radius: 0 0 5px 5px;
}

.client-card__delete {
  color: #3e87e1;
  font-size: 0.875rem;
  letter-spacing: 0.56px;
}

.client-card__points {
  color: #3e87e1;
  font-weight: 500;
  font-size: 1.125rem;
}

.contacts-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 1.375rem;
  background: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 5px 20px rgba(4, 4, 35, 0.08);
  box-shadow: 0 5px 20px rgba(4, 4, 35, 0.08);
}

@media only screen and (max-width: 639px) {
  .contacts-card {
    padding: 0.9375rem;
    height: auto;
  }
}

.contacts-card__header {
  margin-bottom: 1.25rem;
}

.contacts-card__text {
  margin: 0;
  color: #24212a;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 639px) {
  .contacts-card__text {
    font-size: 1rem;
  }
}

.contacts-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts-card__link {
  color: #24212a;
  text-align: center;
  font-size: 1.125rem;
  text-decoration: none;
}

@media only screen and (max-width: 639px) {
  .contacts-card__link {
    font-size: 1rem;
  }
}

.contacts-card__link--accent {
  position: relative;
  color: #3e87e1;
  font-size: 1rem;
  text-align: center;
  text-decoration: underline;
}

@media only screen and (max-width: 639px) {
  .contacts-card__link--accent {
    font-size: 0.875rem;
  }
}

.contacts-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.3125rem 0 0 0;
  padding: 0;
  list-style: none;
}

.contacts-card__list-item {
  margin-right: 0.9375rem;
}

.contacts-card__list-item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1100px) {
  .contacts-card__list-item {
    margin-right: 0.625rem;
  }
}

.contacts-card__list-link {
  font-size: 1rem;
}

@media only screen and (max-width: 639px) {
  .contacts-card__list-link {
    font-size: 0.875rem;
  }
}

.delivery-card {
  padding: 1.875rem 4.0625rem;
  max-width: 42.1875rem;
  background: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 5px 20px rgba(4, 4, 35, 0.08);
  box-shadow: 0 5px 20px rgba(4, 4, 35, 0.08);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 1023px) {
  .delivery-card {
    max-width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .delivery-card {
    padding: 0.9375rem;
  }
}

.delivery-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: -1.875rem -4.0625rem;
  padding: 1.875rem 4.0625rem;
}

.delivery-card__header .fa,
.delivery-card__header .profile__link::before,
.delivery-card__header .order-card__header::before,
.delivery-card__header .nav__link::before {
  position: absolute;
  right: 1.5625rem;
  top: 1.875rem;
  color: #24212a;
  font-weight: bold;
  font-size: 1.25rem;
}

@media only screen and (max-width: 479px) {
  .delivery-card__header {
    margin: -0.9375rem;
  }
}

.delivery-card__header.close {
  margin-bottom: -1.875rem;
}

@media only screen and (max-width: 479px) {
  .delivery-card__header.close {
    margin-bottom: -0.9375rem;
  }
}

.delivery-card__header.close .fa:before {
  content: '\f107';
}

.delivery-card__header--secondary {
  margin-bottom: 0rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.delivery-card__header--secondary.close {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: -1.875rem;
}

@media only screen and (min-width: 1025px) {
  .delivery-card__header:hover {
    cursor: pointer;
  }
}

.delivery-card__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 1.125rem;
  top: 1.75rem;
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  background: #000;
  border-radius: 50%;
}

@media only screen and (max-width: 479px) {
  .delivery-card__number {
    top: 1.5625rem;
  }
}

.delivery-card__title {
  margin-bottom: 0;
}

.delivery-card__text {
  position: relative;
  margin: 1.25rem 0 1.25rem 0;
  color: #1a1a1d;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.delivery-card__text--accent {
  font-size: 1.125rem;
}

@media only screen and (max-width: 639px) {
  .delivery-card__text--accent {
    font-size: 1rem;
  }
}

.delivery-card__text--accent a {
  text-decoration: none;
}

.delivery-card__text--info:before {
  content: '';
  position: absolute;
  left: -2.6875rem;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(/local/templates/altit_findreason/static/css/../img/general/icon-info.png) no-repeat;
}

@media only screen and (max-width: 479px) {
  .delivery-card__text--info:before {
    display: none;
  }
}

.delivery-card__table {
  width: 100%;
}

.delivery-card__table-row {
  border-bottom: 1px solid #e6e6e6;
}

.delivery-card__table-row:nth-child(1) {
  border-top: 1px solid #e6e6e6;
}

.delivery-card__table-row--last {
  border-bottom: 0;
}

.delivery-card__table-row--last .delivery-card__table-cell {
  padding-bottom: 0;
}

@media only screen and (max-width: 639px) {
  .delivery-card__table-row {
    padding: 0.625rem 0;
    display: block;
  }
}

.delivery-card__table-cell {
  padding: 0.9375rem 0;
  vertical-align: text-top;
}

.delivery-card__table-cell:nth-child(even) {
  min-width: 8.125rem;
  text-align: right;
}

.delivery-card__table-cell:nth-child(even) .delivery-card__table-text {
  color: #3e87e1;
}

.delivery-card__table-cell--large {
  width: 100%;
}

@media only screen and (max-width: 639px) {
  .delivery-card__table-cell {
    padding: 0;
    display: block;
    width: 100%;
  }

  .delivery-card__table-cell:nth-child(even) {
    padding-top: 0;
    min-width: 100%;
    text-align: left;
  }
}

.delivery-card__table-text {
  position: relative;
  margin: 0;
  color: #24212a;
  font-size: 1.125rem;
}

@media only screen and (max-width: 639px) {
  .delivery-card__table-text {
    font-size: 1rem;
  }
}

.delivery-card__table-text--accent:before {
  content: '';
  position: absolute;
  left: -2.1875rem;
  top: 0.75rem;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
}

@media only screen and (max-width: 479px) {
  .delivery-card__table-text--accent:before {
    display: none;
  }
}

.delivery-card__table-text--info:before {
  content: '';
  position: absolute;
  left: -2.6875rem;
  top: 0.3125rem;
  width: 24px;
  height: 24px;
  background: url(/local/templates/altit_findreason/static/css/../img/general/icon-info.png) no-repeat;
}

@media only screen and (max-width: 479px) {
  .delivery-card__table-text--info:before {
    display: none;
  }
}

@media only screen and (max-width: 639px) {
  .delivery-card__table-label {
    font-size: 0.875rem;
  }
}

.delivery-card__table-caption {
  font-weight: 300;
  font-size: 0.875rem;
}

.delivery-card__list {
  margin: 1.875rem 0 0 0;
  padding: 0;
  list-style: none;
}

.delivery-card__list-link {
  color: #1a1a1d;
  font-size: 0.875rem;
}

.delivery-card__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-left: 3.4375rem;
  margin-top: 1.5625rem;
}

.delivery-card__field .delivery-card__text {
  margin: 0;
}

.delivery-card__label {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.875rem;
  color: #3e87e1;
  font-weight: bold;
  font-size: 1rem;
}

.nav-dropdown {
  padding: 1.875rem 0;
  background-color: #fff;
  border-top: 1px solid #f4f4f4;
}

@media only screen and (max-width: 1023px) {
  .nav-dropdown {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .nav-dropdown__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.nav-dropdown__list {
  column-count: 3;
  column-gap: 50px;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
  margin: 0;
  padding: 0;
  list-style: none;
  /* padding: 2.0625rem 30% 1.125rem 2.5rem;
  list-style: none;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;*/
}

/*@media only screen and (max-width: 1023px) {
  .nav-dropdown__list {
    background-image: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .nav-dropdown__list {
    padding-right: 2.5rem;
  }
}

@media only screen and (max-width: 1023px) {
  .nav-dropdown__list {
    padding-top: 1.5625rem;
    padding-bottom: 0.5rem;
  }
}

.nav-dropdown__item {
  margin-bottom: 0.9375rem;
  width: 33.3334%;
  line-height: 1.25;
}

@media only screen and (max-width: 1023px) {
  .nav-dropdown__item {
    width: 50%;
  }
}

@media only screen and (max-width: 591px) {
  .nav-dropdown__item {
    margin-bottom: 1.1875rem;
    width: 100%;
  }
}*/

.nav-dropdown__item:last-child {
  margin-right: 0;
}

.nav-dropdown__link {
  color: #3e87e1;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .nav-dropdown__link:hover {
    color: #cd2d3c;
  }
}

.nav-dropdown__link--more {
  color: #8e8e8e;
  text-decoration: underline;
  cursor: pointer;
}

.nav-dropdown__count {
  margin-left: 0.5rem;
  color: #8e8e8e;
}

.thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thumbs__slider {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}

.thumbs__slider.swiper-container {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}

.thumbs__slider.swiper-container-vertical .thumbs__slide {
  width: 100%;
}

.thumbs__slide {
  opacity: 0.5;
}

.thumbs__slide.swiper-slide {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  width: 14.28%;
}

@media only screen and (max-width: 1270px) {
  .thumbs__slide.swiper-slide {
    width: 100%;
  }
}

.thumbs__slide.swiper-slide-thumb-active {
  opacity: 1;
}

.thumbs__slide.swiper-slide-thumb-active .thumbs__img {
  cursor: default;
}

.thumbs__img {
  width: 100%;
  cursor: pointer;
  border-radius: 0.3125rem;
}

.thumbs__sizes {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.6875rem;
}

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

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

@media only screen and (max-width: 1270px) {
  .photos--column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.photos--column .photos__thumbs {
  margin-top: 1.25rem;
  margin-right: 0;
  width: 100%;
}

@media only screen and (max-width: 1270px) {
  .photos--column .photos__thumbs {
    margin-top: 0;
    margin-right: 1.25rem;
    width: 5rem;
  }
}

@media only screen and (max-width: 1023px) {
  .photos--column .photos__thumbs {
    width: 4.125rem;
  }
}

@media only screen and (max-width: 1270px) {
  .photos--column .photos__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.photos__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  min-width: 0;
}

.photos__img {
  width: 100%;
}

.photos__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1.25rem;
  z-index: 2;
}

.photos__thumbs {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.75rem;
  width: 2.625rem;
}

@media only screen and (max-width: 1023px) {
  .photos__thumbs.thumbs {
    display: none;
  }
}

.product-bind__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0.875rem 1.125rem;
  color: #222;
  font-size: 0.875rem;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 479px) {
  .product-bind__label {
    padding: 12px 10px;
  }
}

.product-bind__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1.125rem 0.9375rem 1.125rem 1.125rem;
}

@media only screen and (max-width: 1023px) {
  .product-bind__content {
    padding: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .product-bind__content {
    padding: 10px;
  }
}

.product-bind__photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.9375rem;
  display: block;
  width: 3.125rem;
  overflow: hidden;
  border-radius: 0.3125rem;
}

@media only screen and (max-width: 591px) {
  .product-bind__photo {
    width: 2.5rem;
  }
}

.product-bind__img {
  width: 100%;
}

.product-bind__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  width: 100%;
  min-width: 0;
  line-height: 1;
}

.product-bind__info:after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '';
  margin-left: 0.625rem;
  width: 2.375rem;
  height: 2.375rem;
  background: url(/local/templates/altit_findreason/static/css/../img/minified-svg/arrow-right.svg) center no-repeat;
  background-size: 1.125rem auto;
  border: 1px solid rgba(0, 0, 0, 0.25);
  opacity: 0.3;
  border-radius: 50%;
}

@media only screen and (max-width: 591px) {
  .product-bind__info:after {
    display: none;
  }
}

.product-bind__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.product-bind__title {
  display: inline-block;
  max-width: 100%;
  color: #3e87e1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.product-bind__price {
  margin-top: 0.375rem;
  display: block;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
}

.product-bind__price .fa,
.product-bind__price .profile__link::before,
.product-bind__price .order-card__header::before,
.product-bind__price .nav__link::before {
  font-size: 0.777em;
}

.product-card__labels {
  position: absolute;
  top: 1.1875rem;
  left: 1rem;
  z-index: 2;
}

.product-card__price {
  margin-left: 1.25rem;
}

.product-card__footer {
  margin-top: 1.25rem;
}

.product-preview {
  position: relative;
  padding-left: 4.375rem;
  min-height: 3.125rem;
}

@media only screen and (max-width: 1023px) {
  .product-preview {
    padding-left: 3.125rem;
    min-height: 2.5rem;
  }
}

.product-preview__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.125rem;
  height: 3.125rem;
}

@media only screen and (max-width: 1023px) {
  .product-preview__photo {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.product-preview__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  border-radius: 0.3125rem;
}

.product-preview__img {
  width: 100%;
  border-radius: inherit;
}

.product-preview__remove {
  position: absolute;
  top: -0.4375rem;
  right: -0.5625rem;
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0;
  outline: 0;
  background: #eeeeee url(/local/templates/altit_findreason/static/css/../img/minified-svg/close-xs.svg) center no-repeat;
  background-size: 0.5rem auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.375rem 1rem rgba(7, 8, 51, 0.06);
  box-shadow: 0 0.375rem 1rem rgba(7, 8, 51, 0.06);
}

.product-preview__content {
  padding: 0.3125rem 0;
  font-size: 0.875rem;
  line-height: 1.3;
}

@media only screen and (max-width: 1023px) {
  .product-preview__content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.product-preview__title {
  display: block;
  color: #3e87e1;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.product-preview__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.product-preview__price {
  color: #222;
  font-size: 1.125rem;
  font-weight: 500;
  white-space: nowrap;
}

.product-preview__price .fa,
.product-preview__price .profile__link::before,
.product-preview__price .order-card__header::before,
.product-preview__price .nav__link::before {
  font-size: 0.777em;
}

.product-preview__count {
  color: #8e8e8e;
}

.requisites-card {
  position: relative;
  padding: 1.875rem;
  overflow: hidden;
  border-radius: 0.3125rem;
  background-color: #f5f5f5;
  z-index: 1;
}

@media only screen and (max-width: 639px) {
  .requisites-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.requisites-card:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 647px;
  height: 242px;
  background: url(/local/templates/altit_findreason/static/css/../img/general/requisites-card-1.png) no-repeat;
  z-index: -1;
}

@media only screen and (max-width: 639px) {
  .requisites-card:before {
    display: none;
  }
}

.requisites-card__title {
  margin-bottom: 1.25rem;
  color: #222222;
  font-size: 1.875rem;
}

.requisites-card__text {
  max-width: 34.375rem;
  margin: 0 0 1.875rem;
  color: #24212a;
  font-weight: 300;
  line-height: 1.4375rem;
  font-size: 1rem;
}

@media only screen and (max-width: 639px) {
  .requisites-card__text {
    text-align: center;
    margin-bottom: 0;
  }
}

.requisites-card__button {
  position: relative;
  width: 8.1875rem;
  padding: 0.625rem 0;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  overflow: visible;
  text-transform: uppercase;
  background-color: #69a0ff;
}

@media only screen and (max-width: 639px) {
  .requisites-card__button {
    display: none;
  }
}

.requisites-card__button:after {
  content: '\f00c';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: -2.8125rem;
  top: 0;
  width: 2.125rem;
  height: 2rem;
  opacity: 0;
  visibility: hidden;
  background: #69a0ff;
  border-radius: 0.3125rem;
  font-family: 'fontawesome';
  pointer-events: none;
}

.requisites-card__button.active:after {
  opacity: 1;
  visibility: visible;
}

.review-card {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review-card--text {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (min-width: 1025px) {
  .review-card--text:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media only screen and (max-width: 479px) {
  .review-card--text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .review-card--video {
    text-align: center;
  }
}

.review-card--video .card__photo {
  padding-bottom: 65%;
}

.review-card--video .card__photo::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 3.625rem;
  height: 3.625rem;
  background: #3e87e1 url(/local/templates/altit_findreason/static/css/../img/minified-svg/play.svg) center no-repeat;
  background-size: 0.8125rem auto;
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

@media only screen and (max-width: 479px) {
  .review-card--video .card__photo::before {
    width: 3rem;
    height: 3rem;
  }
}

.review-card--detail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (min-width: 1025px) {
  .review-card--detail:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.review-card--detail .review-card__photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5625rem;
  padding-bottom: 0;
  width: 11.4375rem;
}

@media only screen and (max-width: 767px) {
  .review-card--detail .review-card__photo {
    margin-right: 1.25rem;
    width: 9.375rem;
  }
}

@media only screen and (max-width: 479px) {
  .review-card--detail .review-card__photo {
    display: none;
  }
}

.review-card--detail .review-card__content {
  margin-top: -0.3125rem;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 479px) {
  .review-card--detail .review-card__content {
    margin-top: 0;
  }
}

.review-card--detail .review-card__title {
  margin-bottom: 0.3125rem;
}

.review-card--detail .review-card__rating {
  margin-bottom: 0;
}

.review-card--detail .review-card__caption {
  margin-bottom: 0.3125rem;
}

.review-card--detail .review-card__product-bind {
  width: 18.125rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.3125rem;
}

@media only screen and (max-width: 1270px) {
  .review-card--detail .review-card__product-bind {
    width: 16.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .review-card--detail .review-card__product-bind {
    width: 14.375rem;
  }
}

@media only screen and (max-width: 591px) {
  .review-card--detail .review-card__product-bind {
    display: none;
  }
}

.review-card--detail .review-card__product-bind .product-bind__label {
  display: none;
}

.review-card--detail .review-card__product-bind .product-bind__photo {
  width: 4.125rem;
}

@media only screen and (max-width: 1270px) {
  .review-card--detail .review-card__product-bind .product-bind__photo {
    width: 3.625rem;
  }
}

@media only screen and (max-width: 767px) {
  .review-card--detail .review-card__product-bind .product-bind__icon {
    display: none;
  }
}

.review-card--detail .review-card__product-bind .product-bind__content {
  padding: 0 0.625rem 0 0;
}

.review-card--cabinet {
  padding: 1.875rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.review-card--cabinet .review-card__header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review-card--cabinet .review-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.review-card--cabinet .review-card__top-info {
  text-align: right;
}

.review-card--cabinet .review-card__label {
  line-height: 1;
  color: #8e8e8e;
  font-weight: 300;
  font-size: 0.875rem;
}

.review-card--cabinet .review-card__points {
  color: #3e87e1;
  font-weight: 500;
  font-size: 1.125rem;
}

.review-card--cabinet .review-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}

.review-card--cabinet .review-card__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1.875rem;
}

.review-card--cabinet .review-card__more:last-child {
  margin-right: 0;
}

.review-card__content {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.review-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.3125rem;
}

.review-card__title {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  white-space: normal;
}

@media only screen and (max-width: 479px) {
  .review-card__title {
    margin-bottom: 0.3125rem;
    font-size: 1.125rem;
  }
}

.review-card__rating {
  margin-bottom: 0.9375rem;
}

@media only screen and (max-width: 479px) {
  .review-card__rating {
    margin-bottom: 0.5rem;
  }
}

.review-card__caption {
  margin-bottom: 0.625rem;
}

.review-card__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 479px) {
  .review-card__links {
    margin-top: 0;
  }
}

.review-card__action {
  margin-right: 0.9375rem;
  font-size: 0.875rem;
}

.review-card__action:last-child {
  margin-right: 0;
}

.review-card__product-bind {
  width: 100%;
}

@media only screen and (max-width: 479px) {
  .review-card__product-bind {
    display: none;
  }
}

.review-card__points {
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #3e87e1;
  font-size: 1.125rem;
  font-weight: 500;
  white-space: nowrap;
}

.review-card__footer {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .remodal-wrapper {
    z-index: 99;
    padding: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.45s;
    transition: 0.45s;
  }

  .remodal-wrapper:after {
    display: none;
  }

  .remodal-wrapper.remodal-is-opened {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (max-width: 767px) {
  .remodal-overlay {
    z-index: 98;
  }
}

@media only screen and (max-width: 767px) {

  .remodal-wrapper,
  .remodal-overlay {
    top: 4.125rem;
  }
}

@media only screen and (max-width: 359px) {

  .remodal-wrapper,
  .remodal-overlay {
    top: 3.75rem;
  }
}

.remodal-is-locked .page--cart .page__cart {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.swiper-slide {
  height: auto;
}

.scroll-element {
  position: absolute;
}

.scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 0.125rem;
  height: 100%;
  background-color: #f4f4f4;
  border-radius: 1px;
}

.scroll-element.scroll-y .scroll-element_outer,
.scroll-element.scroll-y .scroll-element_size,
.scroll-element.scroll-y .scroll-element_track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scroll-element.scroll-y .scroll-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  border-radius: 1px;
}

.noUi-target {
  margin: 0.5rem 0;
  height: 0.1875rem;
  background-color: #f4f4f4;
  border: 0;
  cursor: pointer;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-connect {
  background-color: #3e87e1;
}

.noUi-horizontal .noUi-handle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -0.5rem;
  width: 1.125rem;
  height: 1.125rem;
  outline: 0;
  border: 0;
  background: #3e87e1 url(/local/templates/altit_findreason/static/css/../img/general/caret-double.png) center 0.375rem no-repeat;
  background-size: 0.625rem auto;
  cursor: pointer;
  border-radius: 0.9375rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -0.5625rem;
}

.ymaps-2-1-72-copyrights-pane {
  display: none;
}

.ymaps-2-1-72-controls-pane {
  display: none;
}

.jq-selectbox__dropdown {
  display: none;
}

.jq-checkbox {
  position: relative;
  margin-right: 0.9375rem;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #000000;
  background-color: #ffffff;
}

.jq-checkbox:before {
  content: "\f00c";
  position: absolute;
  left: 2px;
  top: 0;
  width: 12px;
  height: 10px;
  color: #fff;
  font-size: 0.875rem;
  font-family: 'fontawesome';
}

.jq-checkbox.checked {
  background-color: #000000;
}

.jq-radio {
  position: relative;
  margin-right: 0.9375rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #ffffff;
}

.jq-radio.checked {
  border-width: 4px;
}

.jq-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2.8125rem 0 20px;
  width: 100%;
  height: 3.125rem;
  background-color: #f4f4f6;
  border: 1px solid #e6e6e6;
  border-radius: 0.3125rem;
}

.jq-file__browse {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125rem;
  height: 100%;
  font-size: 0;
  background: url(/local/templates/altit_findreason/static/css/../img/general/paperclip.png) center no-repeat;
  background-size: 1.1875rem auto;
}

.datepicker--day-name {
  color: #8e8e8e;
}

.datepicker--cell.-current- {
  color: #3e87e1;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-focus-,
.datepicker--cell.-selected-.-current- {
  background-color: #3e87e1;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.popup-window-buttons .btn-buy:first-child {
  background: green;
  border-color: green;
}

.popup-window-buttons .btn-buy:last-child {
  background: #f5b319;
  border-color: #f5b319;
}

.text_group--secondary {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;

  margin: 20px -10px 0px;
}

.text_group--secondary .text_col {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.text_col-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;

  height: 100%;

  padding: 15px 20px;

  background: #f5f5f5;
  border-radius: 3px;
  text-align: center;
}

.text_col-wrap span {
  display: block;
  line-height: 1.2;
  max-width: 240px;
  margin: 15px auto 0;
}

.text_group--accent {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;

  margin: 20px -20px 0;
}

.text_group--accent .text_col_large {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 20px;
}

.text_col_large p {
  font-size: 14px;
}

.text_group--why .text_col {
  width: 25%;
}

.text_group-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;

  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}

.text_group-item {
  margin-right: 20px;
}

.text_group-item:last-child {
  margin-right: 0;
}

.ff-b {
  margin-bottom: 30px;
}

.ff-b .descr {
  margin: 15px 0;
}

.ff-b textarea {
  margin-bottom: 30px;
}

.b-promo {
  padding: 30px 0;
  overflow: hidden;
}

.b-promo__title {
  margin-bottom: 30px;
  text-align: center;
}

.b-search {
  padding: 30px 0;
  overflow: hidden;
}

.b-search__title {
  text-align: center;
}

.b-search__form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.b-search__field {
  width: 100%;
}

.b-search__input {
  width: 100%;
  padding-right: 125px;
}

.b-search__button {
  position: absolute;
  right: 0;
  top: 0;

  height: 100%;
  width: 100px;
  color: #fff;
  background: #3e87e1;
  border-radius: 4px;
}

.b-search__result {
  margin-top: 30px;
}

.b-search__grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;

  margin: 0 -10px -20px;
}

.b-search__column {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.product-card__price--secondary {
  position: relative;
}

.product-card__price--old {
  color: red;
  text-decoration-line: line-through;
}

.product-card__price--current {
  position: absolute;
  bottom: -22px;
  right: 0;
}

.b-register {
  padding: 30px 0;
}

.b-register__title {
  text-align: center;
  margin-bottom: 30px;
}

.b-register__grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;

  margin: 0 -10px -20px;
}

.b-register__column {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.b-register-card {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  border-radius: 4px;
}

.b-register-card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.55;
}

.b-register-card__title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0;
  height: 100%;

  text-align: center;
  color: #fff;
  font-size: 25px;
}

.b-register__swiper {
  max-width: 800px;
  margin: 0 auto;
}

.b-register__swiper .gallery-thumbs {
  margin-top: 10px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
  .text_header-title {
    margin-top: 20px;
  }

  .b-search__column {
    width: 33.33%;
  }
}

@media only screen and (max-width: 992px) {
  .text_col-wrap span {
    font-size: 14px;
  }

  .text_full br {
    display: none;
  }

  .footer .socials__link--ok {
    display: none;
  }

  .b-register-card__title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .text_group--accent .text_col_large {
    width: 100%;
  }

  .text_group--why .text_col {
    width: 50%;
  }

  .text_group--secondary .text_col {
    width: 50%;
  }

  .b-search__column {
    width: 50%;
  }

  .b-register__column {
    width: 50%;
  }

  .b-register-card__title {
    left: 20px;
    right: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .text_col-wrap {
    padding: 15px 5px;
  }

  .main {
    overflow: hidden;
  }

  .intro__img {
    position: static;
  }

  .intro__photo {
    padding: 0;
  }

  .user-panel__item--search {
    display: block;
  }

  .intro__content {
    padding: 0.56rem 15px;
  }

  .intro {
    padding-bottom: 0.5625rem;
  }

  .intro__heading {
    margin-bottom: 0.5rem;
  }

  .product-card__price--current {
    position: static;
    margin-left: 5px;
  }

  .b-register__column {
    width: 100%;
  }
}

.modal-app {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.modal-app.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-app__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-app__block {
  max-width: 400px;
  width: 100%;
  margin: 20px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 20px 30px;
  position: relative;
}

.modal-app__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M18 1L4 15' stroke='%23909090' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 1L18 15' stroke='%23909090' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 21px;
  height: 16px;
}

.modal-app__link img {
  max-width: 120px;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.nintro__slider.is-main .nintro-card__footer {
  margin-top: 250px;
}

.nintro__slider.is-main .nintro-card {
  min-height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nintro__slider.is-main .nintro-slider__slide {
  position: relative;
  padding-bottom: 58%;
}

@media (max-width: 1280px) {
  .nintro__slider.is-main .nintro-card {
    min-height: auto;
  }

  .nintro__slider.is-main .nintro-card__footer {
    margin-top: auto;
  }
}

.nmodal {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.nmodal.is-active {
  opacity: 1;
  visibility: visible;
}

.nmodal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nmodal__wrapper-block {
  max-width: 440px;
  width: 100%;
  margin: 12px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 35px 30px;
  position: relative;
}

.nmodal__heading {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #222222;
  margin-bottom: 20px;
  display: block;
}

.nmodal__attention {
  padding: 10px;
  background: #69A0FF;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.nmodal__attention-text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  display: block;
  max-width: 270px;
}

.nmodal__block {
  padding: 33px 10px;
  background: #FFFFFF;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  transition: all .2s;
  cursor: pointer;

}

.nmodal__block.is-active {
  border: 2px solid #69A0FF;
}

.nmodal__value {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  color: #171B31;
}

.nmodal__slider-wrapper {
  padding: 16px;
  background: #FAFAFA;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}

.nmodal__slider-pagination {
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 28px;
  display: none;
}

.nmodal__form-button {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.nmodal__form-footer {
  display: flex;
  justify-content: space-between;
}

.nmodal__form-close {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #222222;
}

.nmodal__form-submit {
  background: #69A0FF;
  color: #FFFFFF;
  border: none;
}

.nmodal__close {
  position: absolute;
  right: -39px;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.nmodal__slider__btn-next,
.nmodal__slider__btn-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(23, 27, 49, 0.12);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all .2s;
}

.nmodal__slider__btn-next:hover,
.nmodal__slider__btn-prev:hover {
  box-shadow: none;
}

.nmodal__block:hover {
  opacity: .7;
}

.nmodal__slider__btn-next {
  right: -20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.0876 5L6.9126 6.175L10.7293 10L6.9126 13.825L8.0876 15L13.0876 10L8.0876 5Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}

.nmodal__slider__btn-prev {
  left: -20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0875 6.175L11.9125 5L6.91248 10L11.9125 15L13.0875 13.825L9.27081 10L13.0875 6.175Z' fill='%23222222'/%3E%3C/svg%3E");
}

.nmodal__slider__btn-next.swiper-button-disabled {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.0876 5L6.9126 6.175L10.7293 10L6.9126 13.825L8.0876 15L13.0876 10L8.0876 5Z' fill='%23899099'/%3E%3C/svg%3E%0A");
}

.nmodal__slider__btn-prev.swiper-button-disabled {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0875 6.175L11.9125 5L6.91248 10L11.9125 15L13.0875 13.825L9.27081 10L13.0875 6.175Z' fill='%23899099'/%3E%3C/svg%3E");
}

.nmodal__slider-pagination .swiper-pagination-bullet {
  background: #E6E6E6;
  width: 8px;
  height: 8px;
}

.nmodal__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #69A0FF;
}

.nmodal__slider-wrapper.is-mob {
  display: none;
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .nmodal__slider-wrapper.is-mob {
    display: block;
    margin-right: 40px;
    margin-left: 40px;
  }
}

@media (max-width: 560px) {
  .nmodal__slider-wrapper.is-mob {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
  }

  .nmodal__slider-wrapper.is-mob .nmodal__slider-pagination {
    padding-bottom: 0;
  }

  .nmodal__heading {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .nmodal__attention {
    margin-bottom: 16px;
  }

  .nmodal__attention-text {
    font-size: 15px;
  }

  .nmodal__block {
    padding: 27px 0;
  }

  .nmodal__slider__btn-next,
  .nmodal__slider__btn-prev {
    display: none;
  }

  .nmodal__slider-pagination {
    display: flex;
  }

  .nmodal__slider-wrapper {
    margin-bottom: 0;
  }

  .nmodal__close {
    right: 0;
    top: -35px;
  }

  .nmodal__wrapper-block {
    padding: 35px 20px 30px;
  }
}

.season {
  display: none;
}

@media(max-width: 479px) {
  .season {
    display: block;
  }

  .season .product-bind {
    display: block;
  }

  .season .product-bind__label {
    display: none;
  }
  
  .season .product-bind__content {
    border-top: 1px solid #e6e6e6;
  }
}

video::-webkit-media-controls-play-button {
  width: 3em;
  height: 3em;
  background-size: contain;
}

.auth__error {
  padding: 16px 0;
}

.auth__error p {
    color: red;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 142%;
    font-family: "Roboto Flex";
}
/* End */


/* Start:/local/templates/altit_findreason/static/css/new.css?174257198527920*/
.auth {
    display: flex;
    width: 100%;
    padding: 50px 0;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 44px;
}

.auth.is-code .auth__head {
    margin-bottom: 16px;
}

.auth.is-code .auth__decimal {
    margin-top: 0;
}

.auth.is-auth .auth__inputs {
    padding-bottom: 8px;
}

.auth.is-auth .auth__agree {
    margin-top: 24px;
}

.auth.is-reg .auth__inputs {
    padding-bottom: 0;
}

.auth.is-reg .auth__agree {
    margin-top: 24px;
}

.auth__actions {
    display: flex;
}

.auth__icon {
    width: 96px;
    flex: 0 0 96px;
    height: 96px;
    border-radius: 50%;
    background: var(--colors-green, #83A875);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.auth__icon img {
    display: block;
}

.auth__change {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth__change-input {
    padding: 0;
    border: none;
    outline: none;
    max-width: 120px;
    color: var(--black-087, rgba(24, 24, 27, 0.87));
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 184%;
    text-transform: uppercase;
    font-family: 'Roboto Flex';
    display: flex;
    align-items: center;
}

.auth__change-label {
    padding-left: 10px;
    position: relative;
    cursor: pointer;
    padding-bottom: 2px;
}

.auth__change-label span {
    color: var(--black-042, rgba(24, 24, 27, 0.42));
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto Flex';
}

.auth__change-label input {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.auth__decimal {
    color: var(--black-054, rgba(24, 24, 27, 0.54));
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    font-family: 'Roboto Flex';
    margin-top: 20px;
}

.auth__decimal span {
    display: inline-block;
    padding: 0 10px;
    background-color: white;
}

.auth__decimal::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: rgba(24, 24, 27, 0.06);
    left: 0;
    z-index: -1;
}

.auth__body {
    max-width: 420px;
    width: 100%;
    padding: 48px;
    padding-bottom: 36px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    border: 1px solid var(--black-006, rgba(24, 24, 27, 0.06));
    background: var(--white, #FFF);
    box-shadow: 0px 4px 60px 0px rgba(24, 24, 27, 0.04);
}

.auth__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.auth__title {
    color: var(--black, #18181B);
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 16px;
    font-family: "Cormorant SC";
}

.auth__inputs {
    padding-bottom: 24px;
}

.auth__desc {
    color: var(--black-087, rgba(24, 24, 27, 0.87));
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 142%;
    font-family: "Roboto Flex";
}

.auth__input {
    border-radius: 4px;
    border: 1px solid var(--black-018, rgba(24, 24, 27, 0.18));
    background: var(--white, #FFF);
    height: 52px;
    width: 100%;
    color: var(--grey-900, #18181B);
    font-family: 'Roboto Flex';
    font-size: 15px;
    font-weight: 300;
    line-height: 160%;
}

.auth__input::-webkit-input-placeholder {
    color: var(--grey-500, #71717A);
    font-family: 'Roboto Flex';
    font-size: 15px;
    font-weight: 300;
    line-height: 160%;
}

.auth__input::-moz-placeholder {
    color: var(--grey-500, #71717A);
    font-family: 'Roboto Flex';
    font-size: 15px;
    font-weight: 300;
    line-height: 160%;
}

.auth__input:-ms-input-placeholder {
    color: var(--grey-500, #71717A);
    font-family: 'Roboto Flex';
    font-size: 15px;
    font-weight: 300;
    line-height: 160%;
}

.auth__input::-ms-input-placeholder {
    color: var(--grey-500, #71717A);
    font-family: 'Roboto Flex';
    font-size: 15px;
    font-weight: 300;
    line-height: 160%;
}

.auth__input::placeholder {
    color: var(--grey-500, #71717A);
    font-family: 'Roboto Flex';
    font-size: 15px;
    font-weight: 300;
    line-height: 160%;
}

.auth__input:focus {
    outline: none;
    border: 1px solid var(--black-018, #18181b);
}

.auth__label {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.auth__label.disabled {
    opacity: .7;
    pointer-events: none;
}

.auth__label::before {
    transition: .3s;
}

.auth__label.is-phone input {
    padding-left: 42px;
}

.auth__label.is-phone::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99984 14.5833H10.0082M6.83317 18.3333H13.1665C14.0999 18.3333 14.5666 18.3333 14.9232 18.1516C15.2368 17.9918 15.4917 17.7369 15.6515 17.4233C15.8332 17.0668 15.8332 16.6 15.8332 15.6666V4.33329C15.8332 3.39987 15.8332 2.93316 15.6515 2.57664C15.4917 2.26304 15.2368 2.00807 14.9232 1.84828C14.5666 1.66663 14.0999 1.66663 13.1665 1.66663H6.83317C5.89975 1.66663 5.43304 1.66663 5.07652 1.84828C4.76292 2.00807 4.50795 2.26304 4.34816 2.57664C4.1665 2.93316 4.1665 3.39987 4.1665 4.33329V15.6666C4.1665 16.6 4.1665 17.0668 4.34816 17.4233C4.50795 17.7369 4.76292 17.9918 5.07652 18.1516C5.43304 18.3333 5.89975 18.3333 6.83317 18.3333ZM10.4165 14.5833C10.4165 14.8134 10.23 15 9.99984 15C9.76972 15 9.58317 14.8134 9.58317 14.5833C9.58317 14.3532 9.76972 14.1666 9.99984 14.1666C10.23 14.1666 10.4165 14.3532 10.4165 14.5833Z' stroke='%2318181B' stroke-opacity='0.42' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}

.auth__label.is-phone input {
    padding-left: 42px;
}

.auth__label.is-phone::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99984 14.5833H10.0082M6.83317 18.3333H13.1665C14.0999 18.3333 14.5666 18.3333 14.9232 18.1516C15.2368 17.9918 15.4917 17.7369 15.6515 17.4233C15.8332 17.0668 15.8332 16.6 15.8332 15.6666V4.33329C15.8332 3.39987 15.8332 2.93316 15.6515 2.57664C15.4917 2.26304 15.2368 2.00807 14.9232 1.84828C14.5666 1.66663 14.0999 1.66663 13.1665 1.66663H6.83317C5.89975 1.66663 5.43304 1.66663 5.07652 1.84828C4.76292 2.00807 4.50795 2.26304 4.34816 2.57664C4.1665 2.93316 4.1665 3.39987 4.1665 4.33329V15.6666C4.1665 16.6 4.1665 17.0668 4.34816 17.4233C4.50795 17.7369 4.76292 17.9918 5.07652 18.1516C5.43304 18.3333 5.89975 18.3333 6.83317 18.3333ZM10.4165 14.5833C10.4165 14.8134 10.23 15 9.99984 15C9.76972 15 9.58317 14.8134 9.58317 14.5833C9.58317 14.3532 9.76972 14.1666 9.99984 14.1666C10.23 14.1666 10.4165 14.3532 10.4165 14.5833Z' stroke='%2318181B' stroke-opacity='0.42' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}

.auth__label.is-name input {
    padding-left: 42px;
}

.auth__label.is-name::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3334 5.83333C13.3334 7.67428 11.841 9.16667 10.0001 9.16667C8.15913 9.16667 6.66675 7.67428 6.66675 5.83333C6.66675 3.99238 8.15913 2.5 10.0001 2.5C11.841 2.5 13.3334 3.99238 13.3334 5.83333Z' stroke='%2318181B' stroke-opacity='0.42' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.0001 11.6667C6.77842 11.6667 4.16675 14.2783 4.16675 17.5H15.8334C15.8334 14.2783 13.2217 11.6667 10.0001 11.6667Z' stroke='%2318181B' stroke-opacity='0.42' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}

.auth__label.is-name input {
    padding-left: 42px;
}

.auth__label.is-name.filled::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3337 5.83333C13.3337 7.67428 11.8413 9.16667 10.0003 9.16667C8.15938 9.16667 6.66699 7.67428 6.66699 5.83333C6.66699 3.99238 8.15938 2.5 10.0003 2.5C11.8413 2.5 13.3337 3.99238 13.3337 5.83333Z' stroke='%2318181B' stroke-opacity='0.87' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.0003 11.6667C6.77866 11.6667 4.16699 14.2783 4.16699 17.5H15.8337C15.8337 14.2783 13.222 11.6667 10.0003 11.6667Z' stroke='%2318181B' stroke-opacity='0.87' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.auth__label.is-email input {
    padding-left: 42px;
}

.auth__label.is-email::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3334 5.83333C13.3334 7.67428 11.841 9.16667 10.0001 9.16667C8.15913 9.16667 6.66675 7.67428 6.66675 5.83333C6.66675 3.99238 8.15913 2.5 10.0001 2.5C11.841 2.5 13.3334 3.99238 13.3334 5.83333Z' stroke='%2318181B' stroke-opacity='0.42' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.0001 11.6667C6.77842 11.6667 4.16675 14.2783 4.16675 17.5H15.8334C15.8334 14.2783 13.2217 11.6667 10.0001 11.6667Z' stroke='%2318181B' stroke-opacity='0.42' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
}

.auth__label.is-email input {
    padding-left: 42px;
}

.auth__label.is-email::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3702 2.72997L17.2851 6.56986C17.4941 6.70555 17.5986 6.77339 17.6743 6.86388C17.7413 6.94399 17.7917 7.03665 17.8224 7.13643C17.8571 7.24915 17.8571 7.37363 17.8571 7.6226V13.3761C17.8571 14.6946 17.8571 15.3538 17.6002 15.8574C17.3742 16.3004 17.0136 16.6605 16.5701 16.8862C16.0659 17.1428 15.4058 17.1428 14.0857 17.1428H5.91425C4.59413 17.1428 3.93407 17.1428 3.42984 16.8862C2.98632 16.6605 2.62572 16.3004 2.39974 15.8574C2.14282 15.3538 2.14282 14.6946 2.14282 13.3761V7.6226C2.14282 7.37363 2.14282 7.24915 2.17753 7.13643C2.20825 7.03665 2.25859 6.94399 2.32562 6.86388C2.40133 6.77339 2.50583 6.70555 2.71484 6.56986L8.62971 2.72997M11.3702 2.72997C10.8742 2.40798 10.6263 2.24699 10.3591 2.18435C10.1229 2.12898 9.87706 2.12898 9.64087 2.18435C9.37367 2.24699 9.12569 2.40798 8.62971 2.72997M11.3702 2.72997L16.2355 5.88847C16.776 6.23933 17.0462 6.41476 17.1398 6.63723C17.2216 6.83165 17.2216 7.05077 17.1398 7.24519C17.0462 7.46766 16.776 7.64309 16.2355 7.99395L11.3702 11.1525C10.8743 11.4744 10.6263 11.6354 10.3591 11.6981C10.1229 11.7534 9.87706 11.7534 9.64087 11.6981C9.37367 11.6354 9.12569 11.4744 8.62971 11.1525L3.76443 7.99395C3.22398 7.64309 2.95375 7.46766 2.86016 7.24519C2.77837 7.05077 2.77837 6.83165 2.86016 6.63723C2.95375 6.41476 3.22398 6.23933 3.76443 5.88848L8.62971 2.72997M17.4643 15.5733L12.2449 10.8649M7.75504 10.8649L2.53568 15.5733' stroke='%2318181B' stroke-opacity='0.42' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}

.auth__label.is-email.is-valid::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.37 2.72997L17.2848 6.56986C17.4939 6.70555 17.5984 6.77339 17.6741 6.86388C17.7411 6.94399 17.7914 7.03665 17.8222 7.13643C17.8569 7.24915 17.8569 7.37363 17.8569 7.6226V13.3761C17.8569 14.6946 17.8569 15.3538 17.6 15.8574C17.374 16.3004 17.0134 16.6605 16.5698 16.8862C16.0656 17.1428 15.4056 17.1428 14.0854 17.1428H5.91401C4.59388 17.1428 3.93382 17.1428 3.4296 16.8862C2.98608 16.6605 2.62548 16.3004 2.39949 15.8574C2.14258 15.3538 2.14258 14.6946 2.14258 13.3761V7.6226C2.14258 7.37363 2.14258 7.24915 2.17728 7.13643C2.208 7.03665 2.25835 6.94399 2.32537 6.86388C2.40109 6.77339 2.50559 6.70555 2.71459 6.56986L8.62946 2.72997M11.37 2.72997C10.874 2.40798 10.626 2.24699 10.3588 2.18435C10.1226 2.12898 9.87681 2.12898 9.64063 2.18435C9.37343 2.24699 9.12544 2.40798 8.62946 2.72997M11.37 2.72997L16.2353 5.88847C16.7757 6.23933 17.0459 6.41476 17.1395 6.63723C17.2213 6.83165 17.2213 7.05077 17.1395 7.24519C17.0459 7.46766 16.7757 7.64309 16.2353 7.99395L11.37 11.1525C10.874 11.4744 10.626 11.6354 10.3588 11.6981C10.1226 11.7534 9.87681 11.7534 9.64063 11.6981C9.37343 11.6354 9.12544 11.4744 8.62946 11.1525L3.76418 7.99395C3.22373 7.64309 2.95351 7.46766 2.85991 7.24519C2.77812 7.05077 2.77812 6.83165 2.85991 6.63723C2.95351 6.41476 3.22373 6.23933 3.76418 5.88848L8.62946 2.72997M17.464 15.5733L12.2446 10.8649M7.7548 10.8649L2.53544 15.5733' stroke='%2318181B' stroke-opacity='0.87' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.auth__label.is-password .password-eye {
    display: inline-flex;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icon/Outline/eye'%3E%3Cpath id='Icon (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M2.92702 10.4169C3.95678 13.3307 6.73604 15.4169 10.0005 15.4169C13.2649 15.4169 16.0442 13.3307 17.074 10.4169C16.0442 7.50312 13.2649 5.41691 10.0005 5.41691C6.73604 5.41691 3.95679 7.5031 2.92702 10.4169ZM1.25363 10.1672C2.42147 6.44893 5.89473 3.75024 10.0005 3.75024C14.1063 3.75024 17.5795 6.44896 18.7474 10.1672C18.7984 10.3298 18.7984 10.5041 18.7474 10.6667C17.5795 14.3849 14.1063 17.0836 10.0005 17.0836C5.89473 17.0836 2.42145 14.3849 1.25362 10.6666C1.20257 10.504 1.20257 10.3297 1.25363 10.1672ZM10.0001 8.75024C9.07965 8.75024 8.33346 9.49644 8.33346 10.4169C8.33346 11.3374 9.07965 12.0836 10.0001 12.0836C10.9206 12.0836 11.6668 11.3374 11.6668 10.4169C11.6668 9.49644 10.9206 8.75024 10.0001 8.75024ZM6.66679 10.4169C6.66679 8.57596 8.15917 7.08358 10.0001 7.08358C11.8411 7.08358 13.3335 8.57596 13.3335 10.4169C13.3335 12.2579 11.8411 13.7502 10.0001 13.7502C8.15917 13.7502 6.66679 12.2579 6.66679 10.4169Z' fill='%23A5A8B8'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 20px;
    height: 21px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .3s;
}

.auth__label.is-password.valid::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.50079 7.74426H5.40802V5.93974C5.40802 3.44823 7.46386 1.42847 9.99986 1.42847C12.5359 1.42847 14.5917 3.44823 14.5917 5.93974V7.74426H14.4989M9.99986 11.3533V13.1578M16.4284 12.2555C16.4284 15.7436 13.5503 18.5713 9.99986 18.5713C6.44946 18.5713 3.57129 15.7436 3.57129 12.2555C3.57129 8.76742 6.44946 5.93974 9.99986 5.93974C13.5503 5.93974 16.4284 8.76742 16.4284 12.2555Z' stroke='%2318181B' stroke-opacity='0.87' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.auth__label.is-password input {
    padding-left: 42px;
}

.auth__label.is-password::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.50079 7.74426H5.40802V5.93974C5.40802 3.44823 7.46386 1.42847 9.99986 1.42847C12.5359 1.42847 14.5917 3.44823 14.5917 5.93974V7.74426H14.4989M9.99986 11.3533V13.1578M16.4284 12.2555C16.4284 15.7436 13.5503 18.5713 9.99986 18.5713C6.44946 18.5713 3.57129 15.7436 3.57129 12.2555C3.57129 8.76742 6.44946 5.93974 9.99986 5.93974C13.5503 5.93974 16.4284 8.76742 16.4284 12.2555Z' stroke='%2318181B' stroke-opacity='0.42' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}

.auth__help {
    text-align: right;
    margin-bottom: 24px;
}

.auth__check {
    position: relative;
}

input[type="checkbox"].auth-check__input {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.auth-check__name {
    color: var(--black-087, rgba(24, 24, 27, 0.87)) !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 200;
    line-height: 169%;
    font-family: 'Roboto Flex';
}

.auth-check__name a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: var(--black-087, rgba(24, 24, 27, 0.87)) !important;
}

.auth-check__content {
    display: flex;
    padding-left: 32px;
    position: relative;
    cursor: pointer;
}

.auth-check__content::before {
    content: '';
    background-size: 100%;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 1px;
    border: 1px solid black;
    border-radius: 4px;
}

.auth__remember {
    color: var(--brand-600, #7177E5);
    text-align: right;
    font-size: 14px;
    font-family: Suisse Intl;
    line-height: 22px;
}

.auth__btn {
    height: 56px;
    width: 100%;
    border-radius: 4px;
    background: var(--black, #18181B);
    color: var(--white, #FFF);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
    outline: none;
    border: none;
    cursor: pointer;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto Flex';
    transition: .3s;
}

.auth__btn:disabled {
    opacity: .5;
}

.auth__btn.is-move {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.auth__btn.is-move::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66699 10L16.3337 10M16.3337 10L11.3337 5M16.3337 10L11.3337 15' stroke='%2318181B' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    margin-left: 8px;
}

.auth__btn-again:disabled {
    opacity: .5;
}

.auth__btn.is-white {
    color: var(--black, #18181B);
    background: #FFF;
}

.auth__text {
    color: #181C32;
    text-align: center;
    font-size: 14px;
    font-family: Suisse Intl;
    line-height: 1.5;
    margin: 0;
}

.auth__text a {
    color: #7177E5;
}

.auth__code {
    margin-bottom: 20px;
}

.auth-check__input:checked~.auth-check__content:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='0.5' fill='%2318181B'/%3E%3Cpath d='M11.5554 5.33337L6.66656 9.77782L4.44434 7.75762' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='0.5' stroke='%2318181B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.auth__label.is-phone.valid::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0001 14.5833H10.0084M6.83341 18.3333H13.1667C14.1002 18.3333 14.5669 18.3333 14.9234 18.1516C15.237 17.9918 15.492 17.7369 15.6518 17.4233C15.8334 17.0668 15.8334 16.6 15.8334 15.6666V4.33329C15.8334 3.39987 15.8334 2.93316 15.6518 2.57664C15.492 2.26304 15.237 2.00807 14.9234 1.84828C14.5669 1.66663 14.1002 1.66663 13.1667 1.66663H6.83341C5.89999 1.66663 5.43328 1.66663 5.07676 1.84828C4.76316 2.00807 4.50819 2.26304 4.3484 2.57664C4.16675 2.93316 4.16675 3.39987 4.16675 4.33329V15.6666C4.16675 16.6 4.16675 17.0668 4.3484 17.4233C4.50819 17.7369 4.76316 17.9918 5.07676 18.1516C5.43328 18.3333 5.89999 18.3333 6.83341 18.3333ZM10.4167 14.5833C10.4167 14.8134 10.2302 15 10.0001 15C9.76996 15 9.58341 14.8134 9.58341 14.5833C9.58341 14.3532 9.76996 14.1666 10.0001 14.1666C10.2302 14.1666 10.4167 14.3532 10.4167 14.5833Z' stroke='%2318181B' stroke-opacity='0.87' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.auth__label.valid::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33325 10.5092L7.43582 14.5833L16.6666 5.41663' stroke='%2383A875' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    transition: .3s;
}
.auth__label.not-valid::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M19 5L4.99998 19M5.00001 5L19 19' stroke='%23da1010' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    right: 14px;
    transition: .3s;
}

.auth__label.is-password.hidden-eye .password-eye {
    right: 45px;
    display: none;
}

.form-control.pincode-input-text {
    border-radius: 4px;
    border: 1px solid var(--black-018, rgba(24, 24, 27, 0.18));
    background: var(--basic-white, #FFF);
    height: 52px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black-087, rgba(24, 24, 27, 0.87));
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    text-transform: uppercase;
    outline: none;
    transition: .3s;
    font-family: 'Roboto Flex';
    padding: 5px !important;
}

.form-control.pincode-input-text::-webkit-input-placeholder {
    font-family: 'Roboto Flex';
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    color: var(--grey-400, #A1A1AA);
}

.form-control.pincode-input-text::-moz-placeholder {
    font-family: 'Roboto Flex';
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    color: var(--grey-400, #A1A1AA);
}

.form-control.pincode-input-text:-ms-input-placeholder {
    font-family: 'Roboto Flex';
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    color: var(--grey-400, #A1A1AA);
}

.form-control.pincode-input-text::-ms-input-placeholder {
    font-family: 'Roboto Flex';
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    color: var(--grey-400, #A1A1AA);
}

.form-control.pincode-input-text::placeholder {
    font-family: 'Roboto Flex';
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    color: var(--grey-400, #A1A1AA);
}

.form-control.pincode-input-text:focus {
    border-color: rgba(24, 24, 27, 0.87);
}

.form-control.pincode-input-text:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-control.pincode-input-text:focus::-moz-placeholder {
    color: transparent;
}

.form-control.pincode-input-text:focus:-ms-input-placeholder {
    color: transparent;
}

.form-control.pincode-input-text:focus::-ms-input-placeholder {
    color: transparent;
}

.form-control.pincode-input-text:focus::placeholder {
    color: transparent;
}

.pincode-input-container {
    display: flex;
}

.form-control.pincode-input-text:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .auth__title {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .auth {
        padding: 94px 0;
    }

    .auth__body {
        padding: 24px;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }
}

.rtag {
    display: block;
    color: #222;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
    margin-bottom: 0;
}

.rheading {
    font-size: 2em;
    font-size: 1.3em;
    text-align: center;
    font-weight: 300;
    display: block;
    margin-bottom: 24px;
    margin: 0 auto;
}

.rheading.is-large {
    max-width: 785px;
}

.rheading.is-short {
    max-width: 525px;
}

.rimage {
    max-width: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
}

.rgrid {
    display: flex;
    margin: 0 -15px;
    list-style: none;
    padding: 0;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.rgrid li {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.rnumber {
    color: #83A875;
    font-size: 2em;
}

.rgrid li p {
    line-height: 1.1;
}

.rlist {
    padding-left: 0;
    list-style: none;
}

.rlist li {
    position: relative;
    padding-left: 26px;
}

.rlist li::before {
    content: "-";
    margin-right: 16px;
    position: absolute;
    left: 10px;
    top: 1px;
}

@media(max-width: 767px) {
    .rgrid li {
        width: 50%;
    }
}

/*# sourceMappingURL=main.css.map */
/* End */


/* Start:/local/templates/altit_findreason/static/libs/yt/yt.css?17425719887637*/
/*!
* lazyYT (lazy load YouTube videos)
* v1.3.0 - 2016-03-06
* (CC) This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
* http://creativecommons.org/licenses/by-sa/4.0/
* Contributors: https://github.com/tylerpearson/lazyYT/graphs/contributors || https://github.com/daugilas/lazyYT/graphs/contributors
*/

.lazyYT-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  background-color: #000000;
}

.lazyYT-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*
 * Video Title (YouTube style)
 */

.ytp-gradient-top {
  top: 0;
  z-index: 21;
  width: 100%;
  height: 98px;
  position: absolute;
  pointer-events: none;
  background-repeat: repeat-x;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABiCAQAAAA7fHH2AAAAQUlEQVQYV22KQQoAIAzDyv7/Et/oVlGZVCfkkIYamsENXESyi8vc0u/PKZ6o8+7fZ0h8ShRYnD+BFKToRJkHFpkM2hZSxuyWpEYAAAAASUVORK5CYII=);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
     -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
          transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.ytp-chrome-top {
  position: absolute;
  left: 12px;
  right: 10px;
  top: 0;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  color: #eee;
  text-align: left;
  direction: ltr;
  font-size: 11px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0 2px rgba(0,0,0,.5);
  z-index: 60;
  -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
}

.ytp-title {
    font-size: 150%;
    overflow: hidden;
    padding-right: 20px;
    white-space: nowrap;
}

.ytp-title-text {
    padding-top: 15px;
    display: inline-block;
    line-height: 1.1;
    vertical-align: top;
    max-width: 100%;
    margin-left: 4px;
}

.ytp-title-link {
    max-width: 100%;
    overflow: hidden;
    color: #eee;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
}

/*
 * Thumbnail
 */

.ytp-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
  transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}


.lazyYT-image-loaded .ytp-spinner {
  display: none;
}
.ytp-thumbnail button.ytp-button {
  visibility: hidden;
}
.ytp-thumbnail.lazyYT-image-loaded  button.ytp-button {
  visibility: visible;
}

/*
 * Spinner pre-loader
 */
.ytp-spinner {
  position: absolute;
  left: 45%;
  top: 45%;
  width: 10%;
  height: 10%;
  z-index: 16;
}

.ytp-spinner-message {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 300px;
  font-size: 127%;
  line-height: 182%;
  margin-left: -150px;
  display: none;
  text-align: center;
  background-color: black;
  opacity: .5
}@keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}

to {
  opacity: .15;
  -moz-transform: scale(.85,.85);
  -ms-transform: scale(.85,.85);
  -webkit-transform: scale(.85,.85);
  transform: scale(.85,.85)
}}@-moz-keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}

to {
  opacity: .15;
  -moz-transform: scale(.85,.85);
  -ms-transform: scale(.85,.85);
  -webkit-transform: scale(.85,.85);
  transform: scale(.85,.85)
}}@-webkit-keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}

to {
  opacity: .15;
  -moz-transform: scale(.85,.85);
  -ms-transform: scale(.85,.85);
  -webkit-transform: scale(.85,.85);
  transform: scale(.85,.85)
}}

.ytp-spinner-dot {
  -moz-animation: ytp-spinner-dot-fade .8s ease infinite;
  -webkit-animation: ytp-spinner-dot-fade .8s ease infinite;
  animation: ytp-spinner-dot-fade .8s ease infinite;
  opacity: 0;
  fill: #ccc;
  -moz-transform-origin: 4px 4px;
  -ms-transform-origin: 4px 4px;
  -webkit-transform-origin: 4px 4px;
  transform-origin: 4px 4px
}

.ytp-spinner-dot-1 {
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.ytp-spinner-dot-2 {
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.ytp-spinner-dot-3 {
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.ytp-spinner-dot-4 {
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.ytp-spinner-dot-5 {
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.ytp-spinner-dot-6 {
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.ytp-spinner-dot-7 {
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

/*
 * Play button (YouTube style)
 */
.ytp-button:focus,
.ytp-button {
  border: none;
  outline: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: default;
  line-height: inherit;
  
/*  margin: 0; */
  padding: 0;
  background: transparent;
}

.ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
}

.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
  cursor: pointer;
}

.ytp-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
    -webkit-transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
    transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
    fill: #1f1f1f;
    opacity: .9
}

.ytp-thumbnail:hover .ytp-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    -webkit-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    fill: #cc181e;
    opacity: 1
}

/*
 * Video time (YouTube style)
 */

.video-time {
  position: absolute;
  right: 2px;
  bottom: 2px;
  height: 14px;
  padding: 0 4px;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  color: #fff !important;
  background-color: #000;
  opacity: .75;
  filter: alpha(opacity=75);
  zoom: 1;
}

/* End */


/* Start:/bitrix/components/bitrix/form.result.new/error.css?1742571965163*/
.form-error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/bitrix/form.result.new/images/icon_warn.gif);
}
/* End */


/* Start:/local/components/alt.it/form.result.new/error.css?1742571988156*/
.form-error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/components/alt.it/form.result.new/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/altit_findreason/components/alt.it/main.feedback_v2/callme_form/style.css?1742571985293*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

/* End */


/* Start:/local/templates/altit_findreason/styles.css?17431662795089*/
.lazy_loading_img{
	opacity: 1;
	transition: opacity 0.3s;
}

.lazy_loading_img[data-src] {
	opacity: 0;
}

.card__img--hidden {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    z-index: -1;
    width: 100%;
    transition: .3s;
}

.card:hover .card__img--hidden {
	z-index: 2;
	opacity: 1;
	-webkit-animation: rotateimglast 0.5s;
    animation: rotateimglast 0.5s;
}

.product-card__labels {
	z-index: 3;
}

.card__title {
	/* min-height: 42px; */
}

.price-through {
	display: block;
	font-size: 14px;
	text-align: right;
	text-decoration: line-through;
	color: gray;
}

.product-info__price-old {
	text-decoration: line-through;
}

@media only screen and (max-width: 479px) {
	.price-through {
		text-align: left;
		font-size: 12px;
	}
}

.seo-links a {
	display: flex;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ccc;
	text-align: center;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	transition: .3s;
}

.seo-links a:hover {
	border-color: #5d9ae6;
}

.seo-links__wrapper {
	padding-top: 20px;
}

.seo-container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.button_1O {
	margin: 0;
	position: fixed;
	right: 0;
	bottom: 40px;
}

.product-card__photo {
	position: relative;
}

.card-art {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 0.8125rem;
	display: inline-block;
	padding: 0 5px;
	padding-top: 2px;
	background: #359e00;
	color: #fff;
	border-radius: 5px;
	z-index: 4;
	font-weight: 500;
}

.bx-sbb-empty-cart-container {
	background-color: #fafafa;
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    padding: 40px 0;
    text-align: center;
}

.bx-sbb-empty-cart-container img {
	width: 130px;
	opacity: .1;
	bottom: 15px;
}

.bx-sbb-empty-cart-text {
	font-size: 36px;
    text-align: center;
    color: #bababa;
    margin-bottom: 42px;
}

.bx-sbb__grid {
	max-width: 300px;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.bx-sbb__link {
	display: inline-block;
	padding: 10px 20px;
	background: #5d9ae6;
	border: 1px solid #f0f0f0;
	border-radius: 50px;
	text-decoration: none;
	color: #fff;
}

.bx-sbb__link:hover {
	color: #fff;
	text-decoration: underline;
}

.bx-sbb__link--catalog {
	background: transparent;
	border: 1px solid #ccc;
	color: #000;
}

.bx-sbb__link--catalog:hover {
	color: #000;
	text-decoration: underline;
}

.review-card__actions {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}

.review-card__actions a {
	margin: 0;
	margin-right: 10px;
}

.control__time .jq-selectbox__dropdown {
	height: 200px !important;
	overflow-y: auto;
}

.control__time .jq-selectbox__dropdown ul {
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.bx-sbb-empty-cart-text {
		font-size: 18px;
		line-height: 1;
	}
}

@media only screen and (max-width: 479px) {
	.product-info__buttons {
		flex-direction: column;
	}

	.modal.remodal {
		margin-top: 40%;
	    width: 100%;
	    min-width: 320px !important;
	}
}

.present__title {
  text-align: center;
  margin-bottom: 20px;
}

.present .requisites-card {
  margin-bottom: 30px;
}

.present__title .fa {
  font-size: 18px;
}

.present__card {
  margin-bottom: 20px;
}

.present__info {
  position: relative;
  padding: 1.875rem;
  overflow: hidden;
  border-radius: .3125rem;
  background-color: #f5f5f5;
  z-index: 1;
  margin-bottom: 20px;
}

.present__info p {
  color: #24212a;
  font-weight: 300;
  line-height: 1.4375rem;
  font-size: 1rem;
}

.order-card__payment {
	text-align: center;
}

.order__text {
	margin-bottom: 5px;
	display: block;
}

.order-card__link {
	display: block;
	margin-left: 0;
	margin-top: 5px;
}



/* hidden cart/busket functions 12-2024 -------------------------------- */

/* скрываем иконку корзины в шапке */
/*.nheader-main__rightside .nheader-main__icons .nheader-main__icon.nheader-icon:last-child { display:none!important; }
.nheader-main__rightside #bx_basketFKauiI { display:none!important; }*/


/* скрываем плавающую полосу с корзиной внизу страницы */
/*.cart.page__cart { display:none!important; }*/


/* скрываем кнопки в каталоге */
/*.ncatalog-card .ncatalog-card__hidden { display:none!important; }
.card__footer.product-card__footer { display:none!important; }*/


/* скрываем кнопки в карточке товара */
/*.product-info.product-detail__product-info .product-info__button { display:none!important; }
.product-info.product-detail__product-info .product-info__buy { display:none!important; }
.product-info__pr.is-mob .add-to-cart { display:none!important; }*/
/* End */


/* Start:/local/templates/altit_findreason/template_styles.css?1750767844190583*/
.favorite-active {
    color: #fff;
    background-color: #3e87e1;
    border-color: #3e87e1;
}

.favorite-active:before {
    /* filter: invert(100%); */
}

.modal{
	overflow: visible !important; 
}

.layout__number {
  flex-shrink: 0;
}

.info__icon--accent{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;

	margin-top: -50px;
	margin-bottom: 0;

	width: 70px;
	height: 70px;

	background: #fff;
	border-radius: 50%;
}

.modal--large{
	height: auto !important;
	min-width: 370px !important;
}

.modal--incart .modal__content{
	border-bottom: 1px solid #e6e6e6;
}

.modal--incart .product-bind__info:after{
	display: none;
}

.modal--incart .product-bind__title{
	font-size: 16px;
}

.modal--incart .modal__footer{
	-ms-align-items: center;
	align-items: center;
}

.modal__btn-accent{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;

	width: 141px;
	height: 31px;

	color: #ffffff;
	font-size: 14px;
	border-radius: 3px;
	text-decoration: none;
	background-color: #cd2d3c;
}

.modal__btn-accent:hover{
	color: #ffffff;
	text-decoration: underline;
}

.product-info__dropdown{
	position: absolute;
	top: -137px;
	left: -50px;
	right: 0;

	width: 200px;

	box-shadow: 0 3px 18px 2px rgba(4, 4, 35, 0.1);
	border: 1px solid #e6e7ec;
	z-index: 84;

	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.product-info__price-bonus:hover{
	cursor: pointer;
}

.product-info__price-bonus:hover .product-info__dropdown{
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}

.product-info__dropdown-inner{
	display: block;
	/*position: relative;*/
	padding-bottom: 10px;
	background-color: #ffffff;
	z-index: 1;
}

.product-info__dropdown-inner:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	margin: 0 auto;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
	box-shadow: 0 3px 18px 2px rgba(4, 4, 35, 0.1);
	border: 1px solid #e6e7ec;
	z-index: -1;
}

.product-info__dropdown-header{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;

	height: 45px;

	border-bottom: 1px solid #e6e7ec;
}

.product-info__dropdown-title{
	font-size: 16px;
	margin: 0;
}

.product-info__dropdown-content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;

	padding: 10px;
}

.product-info__dropdown-text{
	font-size: 13px;
	color: #707070;
	line-height: 1.428;
	white-space: initial;
}


.product-info__dropdown-label{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;

	position: relative;
}

.product-info__dropdown-label:before {
    content: '';
    position: absolute;
    top: 1px;
    left: -20px;
    display: block;
    width: 0.75rem;
    height: 0.8125rem;
    background: url(/local/templates/altit_findreason/../altit_findreason/static/img/general/coins.png) no-repeat;
    background-size: 100% auto;
}

.main__button {
  margin-top: 1.5625rem;
}

.main__button--promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 17rem;
  height: 3.125rem;
  border-radius: 5px;
  background-color: #69a0ff;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.56px;
}

.main__header--padding {
  padding: 1.5625rem 0 3.75rem 0;
  background-color: #f6f6f6;
}

.main__header--padding .container {
  position: relative;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
  z-index: 0;
}

.main__pic {
  position: absolute;
  right: 40px;
  top: -25px;
  bottom: 0;
}

.star-rating{
  font-size: 0;
}
.star-rating__wrap{
  display: inline-block;
  font-size: 1rem;
}
.star-rating__wrap:after{
  content: "";
  display: table;
  clear: both;
}
.star-rating__ico{
  float: right;
  padding-left: 2px;
  cursor: pointer;
  color: #FFB300;
}
.star-rating__ico:last-child{
  padding-left: 0;
}
.star-rating__input{
  display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.checked ~ .star-rating__ico:before
{
  content: "\f005";
}

.ui-rating__values {
  margin: 0 auto;
}

.price-list__input {
  margin-bottom: 10px;
}

.price-list__input:last-child {
  margin-bottom: 0;
}

.price-list__btn {
  border: 0;
  line-height: 2.125rem;
}

.price__list {
  padding: 50px 0;
}

.review__empty {
  margin: 0;
  padding: 10px 25px;
  background: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.order-grid__title, .order-card__title, .order-product__title {
  flex: 0 0 20%;
  max-width: 20%;
  font-size: 16px;
}

.order-grid__date, .order-card__date, .order-product__date {
  flex: 0 0 25%;
  max-width: 25%;
}

.order-grid__status, .order-card__status, .order-product__status {
  flex: 0 30%;
  max-width: 30%;
}

.order-grid__group, .order-card__group, .order-product__group {
  flex: 1 0 80%;
  max-width: 80%;
}

.order-grid__price, .order-card__price, .order-product__price {
  flex: 0 0 13%;
  max-width: 13%;
}

.order-grid__points, .order-card__points, .order-product__points {
  flex: 0 0 7%;
  max-width: 7%;
}

.order-grid__change {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 25px;
}

.page__404 {
  padding: 50px 0;
}

.page__404 h1 {
  display: block;
  text-align: center;
}

.sitemap-table {
  width: 100%;
}

.sitemap ul {
  margin: 0;
  padding-left: 10px;
  list-style-type: none;
}

.sitemap a {
  color: #3e87e1;
  height: 3.4375rem;
  line-height: 1.2;
  text-decoration: underline;
}

.sitemap a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1260px) {
  .cabinet__data {
    margin: 0;
    width: 100%;
  }

  .section__layout{
    align-items: normal !important;
  }
}

@media only screen and (max-width: 992px) {
  .main__pic {
    right: -30%;
  }

  .price-nav__list{
    display: none;
  }

  
}

@media only screen and (max-width: 767px) {
  .main__pic {
    display: none;
  }

  .order-grid__group, .order-card__group, .order-product__group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }

  .order-grid__price, .order-card__price, .order-product__price {
    max-width: 70%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }

  .order-grid__points, .order-card__points, .order-product__points {
    max-width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }

  .order-grid__title, .order-card__title, .order-product__title {
    max-width: 70%;
    flex: 0 0 70%;
    margin-bottom: 10px;
  }

  .order-grid__date, .order-card__date, .order-product__date {
    max-width: 30%;
    flex: 0 0 30%;
    margin-bottom: 10px;
  }

  .order-grid__status, .order-card__status, .order-product__status {
    max-width: 70%;
    flex: 0 0 70%;
    padding-right: 30px;
  }

  .order-grid__change {
    max-width: 30%;
    flex: 0 0 30%;
    padding-left: 0;
  }
}

.main__partners {
  position: relative;
  margin-top: -2.1875rem;
  margin-bottom: 4.0625rem;
  z-index: 1;
}

.partners__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 3.125rem;
}

@media only screen and (max-width: 992px) {
  .partners__grid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }
}

.partners__column {
  width: 20%;
  padding: 0 10px;
}

.partners-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  padding: 1.5625rem 0;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 20px rgba(4, 4, 35, 0.08);
          box-shadow: 0 5px 20px rgba(4, 4, 35, 0.08);
}

.partners-box__img {
  margin-bottom: 1.25rem;
}

.partners-box__info {
  padding: 0 1.125rem;
}


@media only screen and (max-width: 1280px) {
  .partners-box__info {
    padding: 0 0.625rem;
  }
}

@media only screen and (max-width: 1170px) {
  .partners-box__info {
    padding: 0 0.3125rem;
  }
}

.partners-box__text {
  color: #24212a;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.333;
}

@media only screen and (max-width: 1200px) {
  .partners-box__text {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1170px) {
  .partners-box__text {
    font-size: 0.9375rem;
  }
}

.partners__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 992px) {
  .partners__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.partners__left {
  width: 50%;
  height: 100%;
  padding-right: 1.5625rem;
}

@media only screen and (max-width: 1170px) {
  .partners__left {
    padding-right: 0;
  }
}

@media only screen and (max-width: 992px) {
  .partners__left {
    width: 100%;
    padding: 0;
    margin-bottom: 1.875rem;
  }
}

.partners__right {
  width: 50%;
  height: 100%;
  padding-left: 1.5625rem;
}

@media only screen and (max-width: 992px) {
  .partners__right {
    width: 100%;
    padding: 0;
  }
}

.partners__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 0.625rem;
  color: #222222;
  font-size: 1.875rem;
}

.partners__title-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 3.3125rem;
  height: 3.1875rem;
  margin-right: 1.875rem;
  border-radius: 3px;
  background-color: #69a0ff;
}

.partners__title-label:before {
  content: '';
  position: absolute;
  left: calc(50% - 3px);
  top: calc(50% - 3px);
  height: 6px;
  width: 6px;
  background: #fff;
  border-radius: 50%;
}

.partners__list {
  position: relative;
  margin: 0;
  padding: 1.25rem 0 1.25rem 5rem;
  list-style: none;
}

@media only screen and (max-width: 1170px) {
  .partners__list {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

.partners__list:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3.4375rem;
  height: 100%;
  background-color: #f6f6f6;
}

.partners__item {
  position: relative;
  margin-bottom: 0.9375rem;
}

.partners__item:last-child {
  margin-bottom: 0;
}

.partners__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: -4.0625rem;
  top: 3px;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 10px;
  background-color: #ffffff;
}

.partners__item-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #69a0ff;
}

.partners__text {
  color: #222222;
  font-weight: 300;
  line-height: 1.25;
}

@media only screen and (max-width: 1170px) {
  .partners__text {
    font-size: 0.875rem;
  }
}

.informer {
  position: relative;
}

.informer__inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  .informer__photo {
    width: 100%;
    max-height: 32.5rem;
  }
}

.informer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 1.875rem 0;
  margin-bottom: 2.1875rem;
  border-bottom: 1px solid rgba(246, 246, 246, 0.1);
}

.informer__header:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background-color: #69a0ff;
}

.informer__content {
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}

.informer__title {
  margin-bottom: 1.5625rem;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.153;
}

.informer__subtitle {
  max-width: 24.6875rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.25;
  font-size: 1rem;
}

.informer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 2.8125rem;
  bottom: 2.5rem;
  width: 8.1875rem;
  height: 2.125rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  background-color: #69a0ff;
}

.requisites__grid--secondary{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0 -12px -24px;
}

.requisites__column--secondary{
	padding: 0 12px;
	width: 100%;
	margin-bottom: 24px;
}

.requisites__column--large{
	width: 50%;
}

.requisites__column--large .requisites-card:before{
	display: none;
}

.requisites__column--large .requisites-card__title{
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 50px;
	max-width: 380px;
}

.requisites__title--accent{
	font-size: 30px;
	margin: -15px 0 35px 0;
	text-align: center;
}

.main__header--padding{
	overflow: hidden;
}

.order-card__header--payment {
  position: relative;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  color: #222;
  line-height: 1;
  cursor: pointer;
}

.order-card__header--payment:before {
  position: absolute;
  top: 1.625rem;
  right: 1.875rem;
  font-size: 1.5rem;
  line-height: 1;
}

.control{
  -ms-align-items: center;
  align-items: center;
}

.control__data{
  display: inline-block;
  position: relative;
}

.control__label-icon{
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;

  width: 36px;
  height: 32px;

  margin-left: 15px;

  border: 1px solid #e5e5e5;
}

.control__dropdown{
  position: absolute;
  left: -87px;
  right: 0;
  bottom: 135%;

  width: 240px;

  z-index: 43;

  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.control__data:hover .control__dropdown{
  visibility: visible;
  opacity: 1;
  transition: 0.2s;
}

.control__dropdown-inner{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;

  position: relative;

  box-shadow: 0 3px 18px 2px rgba(4, 4, 35, 0.1);
  border: 1px solid #e6e7ec;
  background-color: #ffffff;
}

.control__dropdown-inner:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  margin: 0 auto;
  width: 14px;
  height: 14px;
  background: #fff;
  box-shadow: 0 3px 18px 2px rgba(4, 4, 35, 0.1);
  border: 1px solid #e6e7ec;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

.control__dropdown-header{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;

  height: 45px;

  border-bottom: 1px solid #e6e7ec;
}

.control__dropdown-title{
  font-size: 16px;
  color: #222;
  text-align: center;
}

.control__dropdown-content{
  text-align: center;
  padding: 10px;
  font-size: 13px;
}

.control__dropdown-text{
  font-size: 14px;
  color: #707070;
  text-align: center;
  margin-bottom: 10px;
}

.control__dropdown-label{
  display: block;
  text-align: center;
  font-size: 14px;
  color: #3d84dd;
}

.control__dropdown-label .fa{
  font-size: 12px;
  color: #3d84dd;
}

.order-card__header--payment{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;

  padding-left: 30px;
  padding-right: 30px;
}

.payment-description{
  padding-left: 30px;
}

.opt_price_button{
  padding: 5px 15px;

  color: #fff;
  text-decoration: none;
  background: #fbab0a;
  border-radius: 4px;
}

.opt_price_button:hover{
  color: #fff;
  background: #3e87e1;
}

.order-card__cancel-payment .fa{
  margin-right: 8px;
}

.message{
  padding: 10px 0;
  background: #e9b059;
  z-index: 9959;
}

.message__container{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}

.message__text{
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.message__link{
  flex-shrink: 0;
  font-size: 14px;
  text-decoration: underline;
}

/*.review-card__video-wrap{
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
  margin: 40px auto 0 auto;
}

.review-card__video-wrap iframe {
  margin: 40px auto 0 auto;
}

.review-card__video-wrap .play {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ+CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}

.review-card__video-wrap .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}*/


@media only screen and (max-width: 1023px) {
  .order-card__header--payment {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .order-card__header--payment:before {
    top: 1.1875rem;
    right: 1.25rem;
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 767px){
	.requisites__column--large{
		width: 100%;
	}
}

@media only screen and (max-width: 639px){
	.requisites__column--large .requisites-card__title{
		text-align: center;
	}

	.requisites__column--large .requisites-card__button{
		display: block;
	}

	.requisites__column--large .requisites-card__title{
		font-size: 20px;
		max-width: 100%;
	}
}

/* hanvis 23 04 19 */

.info__icon--fail {
  background-image: url(/local/templates/altit_findreason/static/img/minified-svg/error.svg);
}

.modal__success {
  color: #fff;
  font-size: 12px;
  display: block;
  border-radius: 5px;
  background: #32B232;
  padding: 5px;
}

.modal__error {
  color: #fff;
  font-size: 12px;
  display: block;
  border-radius: 5px;
  background: #B23232;
  padding: 5px;
}

.product-detail__delivery {
  flex-direction: column;
}

.delivery__item--column {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

.delivery__item--column:last-child {
  margin: 0;
  width: 100%;
}

.product-detail__delivery .delivery__icon {
  position: absolute;
  left: 0;
}

.product-detail__delivery .delivery__content {
  padding-left: 50px;
}

.cart__actions a:hover {
  color: #fff;
}

.review-card--detail .review-card__photo {
  flex: 0 0 190px;
  min-height: 180px;
}

.review-card--detail .review-card__content {
  width: 100%;
}

/*
@media only screen and (max-width: 1023px) {
  .nav {
    top: 0;
    transform: translateY(-110%);
  }

  .nav--opened {
    top: 113px;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 767px) {
  .nav--opened {
    top: 128px;
  }
}
*/
@media only screen and (max-width: 479px) {
  .price__values {
    right: 0;
  }
}
/*
@media only screen and (max-width: 424px) {
  .nav--opened {
    top: 147px;
  }
}
*/

.profile__hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1.5625rem;
    font-size: 0.9rem;
    line-height: 1;
    border-bottom: 1px solid #f4f4f4;
}

/* hanvis 23 04 19 */

.section__pagination {
  margin-top: 20px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(4, 4, 35, 0.08);
  box-shadow: 0 0 1.25rem rgba(4, 4, 35, 0.08);
}

.pagination__link {
  padding: 15px;
  display: block;
  text-decoration: none;
}

.pagination__link--current {
  color: #cd2d3c;
  cursor: default;
}

.pagination__link--dots {
  cursor: default;
}

.wrap_mW {
  bottom: 56px !important;
}

.button_1O {
  bottom: 0 !important;
}

#bonus_payment_block {
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #e6e6e6;
    border-radius: 0;
}

#bonus_payment_block .bx-soa-section-title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .75rem 1.5625rem;
    line-height: 1;
    border-bottom: 1px solid #e6e6e6;
}

#bonus_payment_block .bx-soa-section-title {
    padding: .3125rem 0;
    color: #222;
    font-size: 1.15rem;
}

#bonus_payment_block .bx-soa-section-title-count {
    display: none;
}

#bonus_payment_block .bx-soa-section-content {
    padding: .9375rem 1.5625rem;
}

#bonus_payment_block .bonus_comment strong {
    font-weight: 400;
}

#bonus_payment_block .bonus_comment br {
    display: none;
}

#bonus_payment_block #bonus_payfield_block {
    margin-top: 11px;
}

#bonus_payment_block #bonus_payfield_block strong {
    margin-bottom: 4px;
    display: block;
    font-weight: 400;
}

#bonus_payment_block .bx-soa-coupon-input {
    width: 100%;
}

#bonus_payment_block .bx-soa-coupon-input::after {
    display: none;
}

#bonus_payment_block .bx-soa-coupon-input input[type=text].form-control {
    width: 100%;
    height: 2.5rem;
    padding: 0 20px;
    color: #000;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section_description{
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1250px;
}

.product-info .product-info {
  position: relative;
  top: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.bonus_comment > span > small,
.bonus_comment > strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  /*color: #222;*/
  font-size: 14px;
}

.bonus_comment b {
  position: relative;
  margin-left: auto;
  padding-left: 15px;
  color: #3e87e1;
  font-size: 16px;
  font-weight: 400;
}

.bonus_comment b::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 0.75rem;
  height: 0.8125rem;
  background: url(/local/templates/altit_findreason/static/css/../img/general/coins.png) no-repeat;
  background-size: 100% auto;
}

#bonus_payment_block {
  line-height: 1.2;
}

#bonus_payfield_block small {
  margin-top: 6px;
  display: block;
  font-size: 12px;
}

.top{
  margin-bottom: 10px;
}

.top__header{
  padding: 35px 0;
}

.top__title{
  display: block;

  font-size: 30px;
  color: #222;
  text-align: center;
}

.top__swiper{
  position: relative;
}

.top-card{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  background-color: #fafafa;
}

.top-card__left{
  width: 50%;
  flex-shrink: 0;
  padding: 30px 40px 50px;
  background-color: #fafafa;
}

.top-card__right{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;

  position: relative;
  width: 50%;

}

.top-card__photo{
  position: relative;
  flex-shrink: 0;

  width: 100%;
}

.top-card__data{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;

  position: absolute;
  top: 35px;
  left: 0;
  right: 0;

  padding: 0 25px;

  width: 100%;
}

.top-card__header{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;

  margin-bottom: 15px;
}

.top-card__rating{
  margin-bottom: 15px;
}

.top-card__title{
  display: inline-block;
  margin-bottom: 15px;

  color: #24212a;
  font-size: 36px;
  line-height: 1;
  text-decoration: none;
}

.top-card__category{
  display: block;
  color: #3e87e1;
}

.top-card__content{
  margin-bottom: 30px;
}

.top-card__text{
  color: #707070;
}

.top-card__product-info{
  padding: 25px 20px 20px 20px;
  box-shadow: 3px 1px 18px 2px rgba(4, 4, 35, 0.04);
  border-radius: 3px;
  border: 0;
  background-color: #ffffff;
}

.rating__mark{
  margin-left: 5px;
  letter-spacing: 0.64px;
}

.rating__reviews{
  margin-left: 10px;
  text-decoration: underline;
}

.top-card .product-info__inner{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 30px;
}

.top-card .product-info__title{
  padding: 0;

  font-size: 30px;
  line-height: 1;
  font-weight: 100;
}

.top-card .product-info__prices{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;

  margin: 0;
  padding: 0;
}

.product-info__actions{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;

  margin: 0;
  padding: 0;
  list-style: none;
}

.product-info__actions-item{
  width: 33.33%;
  margin-right: 10px;
}

.product-info__actions-item:nth-child(2) .product-info__actions-button{
  color: #3e87e1;
}

.product-info__actions-item:nth-child(3) .product-info__actions-button{
  border-color: #3e87e1;
  background: #69a0ff;
  text-transform: uppercase;
}

.product-info__actions-item:last-child{
  margin-right: 0;
}



.product-info__actions-button{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 50px;

  padding: 0;

  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.64px;
  text-transform: none;

  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
}


.top__slider-controls .slider-controls__button {
  margin: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 0;
  border: 1px solid #f4f4f4;
}

.top__slider-controls .slider-controls__button--next{
  margin-left: -4px;
}

.top__slider-controls .slider-controls__pagination{
  position: absolute;
  top: auto;
  left: 35px;
  bottom: 20px;
  z-index: 5;
  margin: 0;
}

.top__slider-controls .slider-controls__actions{
  position: absolute;
  right: -2px;
  bottom: 0;
  z-index: 5;
}

.top__slider-controls{
  min-height: auto;
  padding: 0;
}

.layout{
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.auth-form{
  width: 100%;
  max-width: 320px;

  padding: 24px;
  margin: 45px 0;
  
  border-radius: 5px;
  border: 1px solid #f4f4f4;
  background-color: #ffffff;
  box-shadow: 0 6px 38px rgba(7, 8, 51, 0.15);
}

.auth-form__header{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;

  margin-bottom: 24px;
}

.auth-form__title{
  display: block;
  margin-bottom: 5px;
}

.auth-form__passed{
  display: block;
  margin-bottom: 15px;
}

.auth-form__grid{
  margin-bottom: 14px;
}

.auth-form__field{
  position: relative;

  margin-bottom: 12px;
}

.auth-form__field:last-child{
  margin-bottom: 0;
}

.auth-form__input{
  padding-left: 50px;
  color: #24212a;
  font-size: 16px;
}

.auth-form__icon{
  position: absolute;
  left: 20px;
  top: calc(50% - 8px);
}

.auth-form__button{
  width: 100%;
  height: 50px;
  border-radius: 5px;

  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.auth-form__content{
  padding-bottom: 20px;
}

.auth-form__compliance{
  padding: 20px 0 0 0;
}

.auth-form__compliance label{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;

  color: #222222;
}

.auth-form__compliance input[type="checkbox"]{
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0;
  width: 0;
}

.auth-form__compliance .jq-checkbox:before{
  top: -3px;
}

.auth-form__checkbox{
  margin-right: 10px;
}

.auth-form__footer{
  margin: 0 -24px;
  padding: 15px 24px 0 24px;

  border-top: 1px solid #e6e6e6;
}

.auth-form__list{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;

  margin: 0;
  padding: 0;
  list-style: none;
}

.auth-form--secondary{
  margin: 15px 0;
  max-width: 605px;
}

.auth-form--secondary .auth-form__header{
  -ms-align-items: flex-start;
  align-items: flex-start;

  margin: 0 -24px 24px;
  padding: 0 24px 24px;

  border-bottom: 1px solid #e6e6e6;
}

.auth-form--secondary .auth-form__grid{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;

  margin: 0 -6px -12px;
  padding-bottom: 24px;
}

.auth-form--secondary .auth-form__column{
  width: 50%;
  padding: 0 6px;
  margin-bottom: 12px;
}

.auth-form--secondary .auth-form__input{
  padding-left: 20px;
}

.auth-form .agree__label{
  font-size: 14px;
}

.auth-form .toggle__label{
  font-size: 14px;
}

.auth-form--secondary .auth-form__compliance{
  padding-top: 0;
}

.auth-form--secondary .auth-form__footer{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}


.layout__aside .product-info__title{
  display: block;
}

.review-card__video-wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #000000;
}

.review-card__video-link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.review-card__video-media{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.review-card__video-button{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: none;
	padding: 0;
	width: 68px;
	height: 48px;
	border: none;
	background-color: transparent;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.review-card__video-shape{
	fill: #212121;
	fill-opacity: 0.8;
}

.review-card__video-icon{
	fill: #ffffff;
}

.review-card__video-button:focus {
	outline: none;
}

.review-card__video-wrap:hover .review-card__video-shape,
.review-card__video-button:focus .review-card__video-shape {
	fill: #ff0000;
	fill-opacity: 1;
}

/* Enabled */

.review-card--video-n{
	cursor: pointer;
}

.review-card--video-n .review-card__video-button{
	display: block;
}

@media only screen and (max-width: 1240px){
  .top-card__right{
    padding-right: 1.2%;
  }

  .top-card__left{
    padding: 20px 20px 40px;
  }

  .top__slider-controls .slider-controls__pagination{
    left: 20px;
  }
}

@media only screen and (max-width: 992px){
  .top-card__right{
    display: none;
  }
  .top-card__left{
    width: 100%;
    padding-bottom: 70px;
  }

  .top__slider-controls .slider-controls__pagination{
    bottom: 31px;
  }

  .remodal-wrapper.remodal-is-opened{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .remodal-wrapper .modal{
    height: auto  !important;
  }
}

@media only screen and (max-width: 640px){
  .top__header{
    padding: 20px 0;
    
  }

  .top-card__header{
    margin-bottom: 10px;
  }

  .top-card__title{
    font-size: 20px;
  }

  .product-info__actions{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .product-info__actions-item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }  

  .top-card__rating{
    font-size: 12px;
    margin-bottom: 5px;
  }

  .product-info__actions-item:last-child{
    margin-bottom: 0;
  }
  .top-card .product-info__inner{
    margin-bottom: 15px;
  }

  .top-card__content{
    margin-bottom: 15px;
  }

  .top-card__title{
    margin-bottom: 5px;
  }

  .top-card__category{
    font-size: 12px;
  }

  .top-card__text{
    font-size: 13px;
    font-weight: 300;
    line-height: 1.153;
  }

  .top-card{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .top-card__right{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    width: 100%;
  }

  .top-card__data{
    top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-info__title{
    display: none;
  }

  .top-card__left{
    padding: 15px;
  }

  .top-card .product-info__inner{
    justify-content: center;
  }

  .top-card__product-info{
    padding: 15px;
  }


  .product-info__actions-item:first-child{
    display: none;
  }

  .product-info__actions-item{
    width: 50%;
    margin-right: 10px;
  }

  .product-info__actions-item:last-child{
    margin-right: 0;
  }

  .product-info__actions{
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }

  .product-info__actions-button{
    height: 37px;
    font-size: 13px;
  }

  .top__slider-controls .slider-controls__actions{
    position: static;display: none;
  }

  .top__slider-controls .slider-controls__pagination{
    position: static;
  }

  .top__slider-controls{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    margin-top: 15px;
  }

  .copyright__container{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }

  .stud{
    margin-top: 10px;
  }

  .control__dropdown{
    right: 0;
    left: auto;
  }

  .control__dropdown-inner:before{
    display: none;
  }

  .order .control{
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .order .control__input{
    top: 5px;
  }

  .order .control__label {
    display: flex;
    align-items: center;
  }

  .order .control__price{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
  }

  .order .control__price .fa{
    margin-left: 5px;
  }

  .order .order__control:last-child .control__input{
    top: 0px;
  }

}

@media only screen and (max-width: 480px){

  #main__products .section__column{
	  width: 100%;
	}

	.card__button.card__button--favorite{
		width: 65px;
		height: 65px;
    top: 24px;
    right: 21px;
	}

  .modal{
    margin-top: 0 !important;
  }

  .copyright{
    margin-top: -4px;
    background: #000;
  }

  .auth-form--secondary .auth-form__column{
    width: 100%;
  }

  .auth-form--secondary .auth-form__footer{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }

  .auth-form{
    padding: 15px;
  }


  .auth-form--secondary .auth-form__header{
    margin: 0 -15px 15px;
    padding: 0 15px 15px;
  }

  .auth-form .agree__label{
    font-size: 12px;
  }

  .auth-form__footer{
    margin: 0 -15px;
    padding: 15px 15px 0;
  }

  .auth-form--secondary .auth-form__label-text {
    font-size: 12px;
  }

  .auth-form__compliance .jq-checkbox:before{
    top: -1px;
    left: 3px;
  }
  /*.top-card__title{
    font-size: 22px;
  }

  .top-card__text {
    text-align: center;
    display: block;
    line-height: 1.45;
  }

  .top-card .product-info__inner{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .top-card__left{
    padding: 10px 10px 70px;
  }

  .product-info__title{
    display: block;
    margin-bottom: 5px;
  }

  .top-card__product-info{
    padding: 15px;
  }

  .product-info__actions-button{
    height: 40px;
    font-size: 14px;
  }*/
}

.toggle__inner .toggle__input {
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  opacity: 1 !important;
  visibility: visible;
}

.filter__price .price__value {
  padding: 0;
  text-align: center;
  border-radius: 0;
  border: 0;
  height: 2.9rem;
}

.nav-dropdown__container {
  position: relative;
}

.price-nav__list {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  padding: 33px 40px;
  list-style-type: none;
  background: rgba(255,255,255,.7);
}

/*.nav-dropdown__list {
  min-height: 261px;
  position: relative;
}*/

.error-page {
  min-height: 542px;
  background-image: url(/local/templates/altit_findreason/static/img/general/error-page.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}

.error-page__title {
  display: block;
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  margin-bottom: 0;
}

.error-page__text {
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  opacity: 0.7;
  margin-bottom: 20px;
}

.error-page__grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 -11px;
}

.error-page__col {
  padding: 0 11px;
}

.error-page__link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 155px;
  height: 47px;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 47px;
  font-weight: 500;
  font-size: 18px;
  color: #5D9AE6;
  text-decoration: none;
  box-shadow: 0 0.375rem 2.375rem rgba(7, 8, 51, 0.15);
}

.error-page__link:hover {
  color: #5D9AE6;
}

.error-page__content {
  padding: 0 10px;
}

.error-page__link.is-primary {
  background: #5D9AE6;
  color: #fff;
}

.nav-dropdown__image{
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

.nav-dropdown__body{
  position: relative;
  padding-right: 480px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  background-color: #f4f4f4;
  min-height: 456px;
  overflow: hidden;
  z-index: 1;
}

.nav-dropdown__list{
  padding: 0;
}

.price-nav__list{
  position: static;
  background: 0;
  padding: 0;
  column-count: 3;
  column-gap: 25px;
}

.nav-dropdown__body .nav-dropdown__list{
  padding-right: 0;
}

.list__item{
  padding: 0;
}

.nav-dropdown__item{
  margin-bottom: 10px;
}

.nav-dropdown__section-title{
  display: block;
  margin-bottom: 15px;
  color: #1c1c1c;
  font-size: 18px;
}

.nav-dropdown__link{
  white-space: nowrap;
}

.nav-dropdown__section{
  padding-bottom: 10px;
}

.nav-dropdown__section--prices{
  padding-bottom: 0;
}

.message--mobile{
	display: none;
}

@media only screen and (max-width: 1220px){
  .nav-dropdown__link{
    white-space: normal;
  }

  .nav-dropdown__body {
    padding-right: 30px;
  }

  .nav-dropdown__image{
    display: none;
  }
}

@media only screen and (max-width: 1023px){
	.message--mobile{
		display: block;
	}

	.message--pk{
		display: none;
	}
}

@media only screen and (max-width: 479px) {
  .error-page__title {
    font-size: 28px;
  }

  .error-page__text {
    margin-top: 10px;
    font-size: 14px;
  }

  .error-page__col {
    padding: 0 5px;
  }

  .error-page__grid {
    margin: 0 -5px;
  }

  .error-page__link {
    width: 140px;
    font-size: 16px;
  }

  .card__category {
    order: 2;
    width: 100%;
    font-size: 12px;
  }

  .card__content {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  .product-card__footer {
    order: 4;
    width: 100%;
  }

  .card__price--mobile{
    margin-left: auto;
    font-size: 18px;
  }

  .card__title{
    font-size: 18px;
  }

  .card__button {
    font-size: 11px;
	}

	.card__button--favorite{
		width: 2.5rem;
		font-size: 0;
	}

	.product-item .card__header{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.product-item .card__price--mobile{
		margin-left: 0;
		width: 100%;
	}

	.product-item .product-card__footer {
	    margin-top: 10px;
	}

	.product-item .card__title {
	    font-size: 17px;
	}

	.intro__heading{
		display: block;
		width: 100%;
	}


}

.header__content--sticky {
  z-index: 1;
}

@media only screen and (max-width: 591px) {
  .user-panel__item--user {
    display: block;
  }

  .user-panel__item--favorite {
    display: none;
  }
}

.o-register__grid {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 -12.5px;
}

.o-register__column {
	max-width: 310px;
	width: 100%;
	padding: 0 12.5px;
}

.o-register-card {
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 18px 2px rgba(4, 4, 35, 0.1);
	border-radius: 5px;
	overflow: hidden;
	transition: .3s;
	text-decoration: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.o-register-card:hover {
	box-shadow: 0 15px 27px rgba(4, 4, 35, 0.15);
}

.o-register-card__img {
	width: 100%;
	position: relative;
	padding-bottom: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.o-register-card__img img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.o-register-card__info {
	padding: 25px 25px 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.o-register-card__name {
	font-size: 25px;
	font-weight: 400;
	color: #222222;
	line-height: 30px;
	max-width: 136px;
}

.o-register-card__icon {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 39px;
	height: 39px;
	border: 1px solid #e6e6e6;
	background-color: #ffffff;
	border-radius: 50%;
	transition: .3s;
}

.o-register-card__icon img {
	transition: .3s;
}

.o-register-card:hover .o-register-card__icon {
	border: 1px solid #e6e6e6;
	background-color: #3e87e1;
}

.o-register-card:hover .o-register-card__icon img {
	filter: invert(1);
}

.wedding__item {
	border-top: 2px solid #f4f4f4;
	padding-bottom: 55px;
}

.wedding__head {
	padding: 30px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.wedding__title {
	margin: 0;
}

.wedding__title a {
	margin: 0;
	color: #222222;
	font-size: 25px;
	font-weight: 400;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.wedding__nav {
	flex: 0 0 80px;
	max-width: 80px;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.wedding__nav--next {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 32px;
	height: 32px;
	background-color: #f4f4f4;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
	user-select: none;
}

.wedding__nav--next:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='11' viewBox='0 0 14 11'%3E%3Cg%3E%3Cg%3E%3Cimage width='14' height='11' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAAfklEQVQoU6XSMQrCQBBG4S8GbxM7K28hCBY5iAYvECGnsMg10uVUEWQgQgp1lzjlznv8O7Nb+F0HDOhwW6JFQtxjxBZ3XN98SgzujB4btGjiMEcMrsZjlkNsQzyhSlw52jsc57BLiBPKDHGJPP9KzAn7OGNKXLXV1e/49ee8AK4dFPTtUFRMAAAAAElFTkSuQmCC'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	width: 14px;
	height: 11px;
}

.wedding__nav--prev {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 32px;
	height: 32px;
	background-color: #f4f4f4;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
	user-select: none;
}

.wedding__nav--prev:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='11' viewBox='0 0 14 11'%3E%3Cg%3E%3Cg%3E%3Cimage width='14' height='11' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAAfklEQVQoU6XSMQrCQBBG4S8GbxM7K28hCBY5iAYvECGnsMg10uVUEWQgQgp1lzjlznv8O7Nb+F0HDOhwW6JFQtxjxBZ3XN98SgzujB4btGjiMEcMrsZjlkNsQzyhSlw52jsc57BLiBPKDHGJPP9KzAn7OGNKXLXV1e/49ee8AK4dFPTtUFRMAAAAAElFTkSuQmCC'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	width: 14px;
	height: 11px;
	transform: rotate(180deg);
}

.wedding-slider__card {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding-bottom: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.wedding-slider__img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wedding__more {
	height: 59px;
	box-shadow: 0 0 20px rgba(4, 4, 35, 0.08);
	border-radius: 3px;
	background-color: #ffffff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	color: #3e87e1;
	font-size: 16px;
	font-weight: 400;
	line-height: 28.04px;
	letter-spacing: 0.64px;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-decoration-style: dotted;
}

.wedding__list {
	margin-bottom: 55px;
}

.wedding-price {
	background-color: #fff;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 0 43px;
	text-align: center;
}

.wedding-price__container {
	max-width: 540px;
	width: 100%;
}

.wedding-price__title {
	color: #000000;
	font-size: 30px;
	font-weight: 400;
	line-height: 34px;
	margin: 0;
	margin-bottom: 18px;
}

.wedding-price__btn {
	height: 50px;
	border-radius: 5px;
	background-color: #69a0ff;
	padding: 0 80px;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.wedding__catalog {
	background-color: #fafafa;
	padding: 45px 0 50px;
}

.wedding__grid {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	margin: 0 -12.5px;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wedding__column {
	padding: 0 12.5px;
	width: 25%;
	margin-bottom: 25px;
}

.wedding__services {
	padding: 55px 0 65px;
}

.wedding-table__row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: stretch;
	align-items: stretch;
	margin: 0 -2.5px;
	margin-bottom: 5px;
}

.wedding-table__element {
	margin: 0 2.5px;
	border: 2px solid #fafafa;
	padding: 25px 35px;
	width: 100%;
	color: #222222;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	box-shadow: 0 3px 18px 2px rgba(4, 4, 35, 0.05);
}

.wedding-table__element .fa {
	color: #69a0ff;
}

.wedding-table__element:last-child {
	flex: 280px;
	max-width: 280px;
	width: 100%;
}

.wedding-table__row:first-child .wedding-table__element {
	box-shadow: none;
	color: #707070;
	font-size: 16px;
	font-weight: 400;
}

@media only screen and (max-width: 1023px) {
	.wedding__column {
		width: 33.3334%;
	}

	.wedding-table__element {
		padding: 15px 20px;
		font-size: 16px;
	}

	.wedding-price__title {
		font-size: 24px;
	}

	.o-register-card__name {
		font-size: 20px;
	}
}

@media only screen and (max-width: 576px) {
	.wedding-price__title {
		font-size: 18px;
		line-height: 22px;
	}

	.wedding__column {
		width: 50%;
	}

	.wedding-table__element:last-child {
		flex: 150px;
		max-width: 150px;
	}

	.wedding__title {
		font-size: 18px;
	}

	.wedding-price__btn {
		padding: 0 30px;
	}

	.wedding__column {
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.wedding__grid {
		margin: 0 -5px;
	}

	.wedding__catalog {
		padding: 25px 0 30px;
	}

	.wedding-table__element {
		padding: 5px 10px;
		font-size: 14px;
	}

	.wedding-table__row:first-child .wedding-table__element {
		font-size: 12px;
	}

	.o-register__grid {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.o-register__column {
		max-width: 100%;
		margin-bottom: 25px;
	}
}


.message-card_detail{
	z-index: 1 !important;
}

.order-card__status {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.order-card__payment {
  margin-bottom: 15px;
}

.wedding-form__head {
	border-bottom: 2px solid #e7e7e7;
	padding: 23px 36px 23px;
	border-radius: 0;
}

.wedding-form {
	max-width: 928px;
	width: 100%;
}

.wedding-form__title {
	color: #000000;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
}

.wedding-form__body {
	padding: 18px 36px 10px;
}

.wedding-form__grid {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	margin: 0 -5px;
}

.wedding-form__label {
	width: 33.3334%;
	padding: 0 5px;
	margin-bottom: 10px;
}

.wedding-form__label.is-connect {
	width: 66.6667%;
}

.wedding-form__label.is-full {
	width: 100%;
}

.wedding-form__footer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: stretch;
	align-items: stretch;
	padding: 0 36px 18px;
}

.wedding-form__btn {
	height: 50px;
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	background-color: #69a0ff;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 87px;
	white-space: nowrap;
}

.wedding-form__text {
	padding-right: 75px;
}

.wedding-form__text span {
	color: #8e8e8e;
	font-size: 16px;
	font-weight: 400;
	line-height: 20.37px;
}

.modal-form {
	padding: 0;
}

@media only screen and (max-width: 767px) {
  .wedding-form__title {
    font-size: 22px;
  }
  .wedding-form__grid {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wedding-form__label {
    width: 100%;
  }
  .wedding-form__label.is-connect {
    width: 100%;
  }
  .wedding-form__btn {
    padding: 0 15px;
  }
  .wedding-form__text {
    padding-right: 15px;
  }

  .wedding-form__text span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .wedding-form__head {
    padding: 23px 20px 23px;
  }
  .wedding-form__body {
    padding: 18px 20px 10px;
  }
  .wedding-form__footer {
    padding: 0 20px 18px;
  }
  .wedding-form__footer {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wedding-form__text {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .wedding-form__nav {
    width: 100%;
  }
  .wedding-form__btn {
    width: 100%;
  }
}

.wedding__catalog .catalog-card:hover .catalog-card__icon {
  background: #000;
}

.wedding__catalog .catalog-card:hover .catalog-card__icon::before {
  filter: invert(1);
}

.wedding-form__label.is-date {
  position: relative;
}

.wedding-form__label.is-date:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 20px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512; fill: %2369A0FF' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Ccircle cx='386' cy='210' r='20'/%3E%3Cpath d='M432,40h-26V20c0-11.046-8.954-20-20-20c-11.046,0-20,8.954-20,20v20h-91V20c0-11.046-8.954-20-20-20 c-11.046,0-20,8.954-20,20v20h-90V20c0-11.046-8.954-20-20-20s-20,8.954-20,20v20H80C35.888,40,0,75.888,0,120v312 c0,44.112,35.888,80,80,80h153c11.046,0,20-8.954,20-20c0-11.046-8.954-20-20-20H80c-22.056,0-40-17.944-40-40V120 c0-22.056,17.944-40,40-40h25v20c0,11.046,8.954,20,20,20s20-8.954,20-20V80h90v20c0,11.046,8.954,20,20,20s20-8.954,20-20V80h91 v20c0,11.046,8.954,20,20,20c11.046,0,20-8.954,20-20V80h26c22.056,0,40,17.944,40,40v114c0,11.046,8.954,20,20,20 c11.046,0,20-8.954,20-20V120C512,75.888,476.112,40,432,40z'/%3E%3Cpath d='M391,270c-66.72,0-121,54.28-121,121s54.28,121,121,121s121-54.28,121-121S457.72,270,391,270z M391,472 c-44.663,0-81-36.336-81-81s36.337-81,81-81c44.663,0,81,36.336,81,81S435.663,472,391,472z'/%3E%3Cpath d='M420,371h-9v-21c0-11.046-8.954-20-20-20c-11.046,0-20,8.954-20,20v41c0,11.046,8.954,20,20,20h29 c11.046,0,20-8.954,20-20C440,379.954,431.046,371,420,371z'/%3E%3Ccircle cx='299' cy='210' r='20'/%3E%3Ccircle cx='212' cy='297' r='20'/%3E%3Ccircle cx='125' cy='210' r='20'/%3E%3Ccircle cx='125' cy='297' r='20'/%3E%3Ccircle cx='125' cy='384' r='20'/%3E%3Ccircle cx='212' cy='384' r='20'/%3E%3Ccircle cx='212' cy='210' r='20'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
  width: 22px;
  height: 22px;
  z-index: 1;
}

.delivery-index {
  padding: 63px 0;
  background-image: url(/local/templates/altit_findreason/static/img/general/delivery-index-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.delivery-index__block {
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(5, 13, 41, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

.delivery-index__head {
  padding: 30px 40px;
  border-bottom: 1px solid #EBEFF4;
  position: relative;
  padding-right: 100px;
  cursor: pointer;
}

.delivery-index__head:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -26.5px;
  right: 40px;
  width: 53px;
  height: 53px;
  background: #FFFFFF;
  border: 1px solid #EBEFF4;
  border-radius: 50%;
}

.delivery-index__head:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 60px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 5L11 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 6px;
  z-index: 1;
}

.delivery-index__head.is-active:before {
  transform: rotate(180deg);
}

.delivery-index__title {
  margin: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #24212A;
}

.delivery-index__desc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #24212A;
}

.delivery-index__body {
  padding: 0 40px;
}

.delivery-index__item {
  border-bottom: 1px solid #EBEFF4;
  padding: 23px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-left: 25px;
  position: relative;
}

.delivery-index__item:last-child {
  border-bottom: 0;
}

.delivery-index__item:after {
  content: '';
  position: absolute;
  top: 34px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}

.delivery-index__name {
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #24212A;
}

.delivery-index__text {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #71767B;
}

.delivery-index__amount {
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  text-align: right;
  color: #5D9AE6;
  white-space: nowrap;
}

.delivery-index__footer {
  background: #EBEFF4;
  padding: 30px 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.delivery-index__more {
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #24212A;
}

.delivery-index__btn {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  background: #5D9AE6;
  border-radius: 25px;
  height: 50px;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 0 43px;
  text-decoration: none;
}

@media only screen and (max-width: 1023px) {
  .delivery-index__title {
    font-size: 22px;
  }
  .delivery-index__desc {
    font-size: 12px;
  }
  .delivery-index__name {
    font-size: 16px;
  }
  .delivery-index__text {
    font-size: 14px;
  }
  .delivery-index__amount {
    font-size: 16px;
  }
  .delivery-index__more {
    font-size: 14px;
  }
  .delivery-index__btn {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .delivery-index__head {
    padding: 10px 20px;
    padding-right: 50px;
  }

  .delivery-index__head:after {
    top: 50%;
    margin-top: -15px;
    right: 20px;
    width: 30px;
    height: 30px;
  }

  .delivery-index__head:before {
    right: 29px;
  }
  .delivery-index__title {
    font-size: 18px;
  }
  .delivery-index__body {
    padding: 0 20px;
  }
  .delivery-index__item {
    padding-left: 0;
  }
  .delivery-index__item:after {
    display: none;
  }
  .delivery-index__name {
    font-size: 14px;
  }
  .delivery-index__text {
    font-size: 12px;
  }
  .delivery-index__amount {
    font-size: 14px;
    margin-left: 10px;
  }
  .delivery-index__footer {
    padding: 15px 20px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .delivery-index__more {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .delivery-index__btn {
    height: 40px;
  }
}

@media only screen and (max-width: 639px) {
  .basket-card--gift {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .basket-card--gift .basket-card__photo {
    flex-basis: auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .basket-card--gift .basket-card__description {
    display: none;
  }

  .nav-dropdown__list {
    column-count: 1;
  }
}

.section__categories .list__item {
  padding: 0 15px;
}

.product-play__link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.product-play__icon {
  flex: 0 0 20px;
  max-width: 20px;
  width: 100%;
}

.product-play__icon img {
  display: block;
  width: 100%;
}

.product-play__body {
  padding-left: 10px;
}

.catalog-price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border: 1px solid #e6e6e6;
  margin: 0 7px;
  margin-bottom: 0.625rem;
}

.catalog-price__head {
  padding: 0 1.125rem;
  height: 3.125rem;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  color: #222;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  transition: .3s;
  position: relative;
}

.catalog-price__head:after {
  content: '';
  position: absolute;
  width: 0.5625rem;
  height: 0.3125rem;
  background: url(/local/templates/altit_findreason/static/css/../img/minified-svg/caret-down.svg) no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 16px;
}

.catalog-price__head.is-active {
  border-bottom: 1px solid #e6e6e6;
}

.catalog-price__body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 1.125rem;
}

.catalog-price__label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: .5rem;
}

.catalog-price__label input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -999px;
}

.header-work {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding-left: 35px;
}

.header-work__icon {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.header-work__text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #F57C1F;
}

.header__contacts-info {
  flex: 0 0 250px;
}

.user-panel__item--work .header-work__icon {
  position: initial;
  margin: 0;
}

.icon--work {
  border: 1px solid #e6e6e6;
}

.user-panel__item--work {
  display: none;
}

.nav-work {
  padding: 20px;
  background: #F57C1F;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.nav-work img {
  margin-right: 10px;
}

.nav-work__text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
}

.main__section.is-mob {
  display: none;
}

.nmenu__category.is-mob {
    display: none;
}

@media only screen and (max-width: 1260px) {
  .main__section.is-mob {
    display: block;
  }
}

@media only screen and (max-width: 1023px) {
  .header-work {
    display: none;
  }

  .user-panel__item--work {
    display: block;
  }

    .nmenu__category.is-mob {
        display: block;
    }
}

@media only screen and (max-width: 591px) {
  .icon--work {
    border: 0;
  }

  .main__section.is-mob {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 479px) {
	._orinationRight_0834.wrap_f8fe {
		right: auto;
		left: 10px;
	}

	.intro {
		display: none;
	}

	.section__half--right {
		display: none;
	}

	.user-panel__item--phone {
		display: none;
	}

	.header__container {
		flex-direction: row-reverse;
	}

	.header__user-panel {
		flex-direction: row-reverse;
	}

	.nav__inner {
		display: block;
	}

  .nav__title.js-nav-toggle {
    display: none;
  }



  .button-more.product-detail__button-more.js-to-description {
    display: none;
  }

  .product-detail__content .product-detail__product-info {
    display: none;
  }



  #main__products .section__column {
    width: 50%;
  }

  .card__button--favorite {
    position: absolute;
    top: 10px;
    right: 5px;
  }

  #basket-root .layout__heading {
    display: none;
  }

  .count--square .count__input {
    padding: 0 1.5em;
  }

  .count--square .count__button {
    width: 1.5em;
  }

  .basket-card__count, .basket-card__values {
    flex: 0 0 5.5em;
    max-width: 5.5em;
  }

  .basket-card__price:nth-child(1) {
    display: none;
  }
}

.main__section.is-desc {
  display: none;
}

.catalog-filter__modal.is-active {
	top: 57px;
}

.catalog-filter__modal__head {
	display: none;
}

.catalog-filter__modal__head span {
	position: relative;
	width: 25px;
	height: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.catalog-filter__modal__head span:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M18 1L4 15' stroke='%23909090' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 1L18 15' stroke='%23909090' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
	width: 21px;
	height: 16px;
}

.catalog-filter__modal__head h2 {
	margin: 0;
}

.catalog-filter__modal__link {
	display: none;
	font-weight: 300;
    font-size: 18px;
    color: #24212A;
}

.catalog-filter__modal__link:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 21.5C5.95411 21.4935 4.59326 20.4795 4.145 19H2V17H4.145C4.6599 15.273 6.40204 14.2192 8.1707 14.565C9.93936 14.9108 11.1563 16.5431 10.9828 18.3369C10.8094 20.1307 9.30215 21.4995 7.5 21.5ZM7.5 16.5C6.67157 16.5 6 17.1716 6 18C6 18.8284 6.67157 19.5 7.5 19.5C8.32843 19.5 9 18.8284 9 18C9 17.1716 8.32843 16.5 7.5 16.5ZM22 19H12V17H22V19ZM16.5 15.5C14.6979 15.4995 13.1906 14.1307 13.0172 12.3369C12.8437 10.5431 14.0606 8.91084 15.8293 8.56503C17.598 8.21923 19.3401 9.27297 19.855 11H22V13H19.855C19.4067 14.4795 18.0459 15.4935 16.5 15.5ZM16.5 10.5C15.6716 10.5 15 11.1716 15 12C15 12.8284 15.6716 13.5 16.5 13.5C17.3284 13.5 18 12.8284 18 12C18 11.1716 17.3284 10.5 16.5 10.5ZM12 13H2V11H12V13ZM9.5 9.49999C7.69785 9.49953 6.19063 8.1307 6.01715 6.33692C5.84367 4.54314 7.06064 2.91084 8.8293 2.56503C10.598 2.21923 12.3401 3.27297 12.855 4.99999H22V6.99999H12.855C12.4065 8.47928 11.0458 9.49321 9.5 9.49999ZM9.5 4.49999C8.68198 4.5011 8.01568 5.15742 8.00223 5.97534C7.98878 6.79325 8.63315 7.47112 9.45069 7.49911C10.2682 7.52711 10.9575 6.89491 11 6.07799V6.36799V5.99999C11 5.17157 10.3284 4.49999 9.5 4.49999ZM5 6.99999H2V4.99999H5V6.99999Z' fill='%232E3A59'/%3E%3C/svg%3E%0A");
	width: 24px;
	height: 24px;
	margin-left: 10px;
}

@media only screen and (max-width: 1023px) {
	.catalog-filter__modal__link {
		display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: #fff;
    width: 100%;
    text-decoration: none;
    position: relative;
    border: 1px solid #f0f0f0;
	}

	.catalog-filter__modal {
		position: fixed;
		top: 110%;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 99999;
		transition: .5s;
	}

	.catalog-filter__modal__head {
		padding: 15px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #f0f0f0;
	}

  .sorting {
    display: none;
  }
}

.sorting.is-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  display: none;
}

.sorting__sort-link {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  margin: 0 5px;
  text-decoration: none;
  color: #71767B;
  -ms-align-items: center;
  align-items: center;
}

.sorting__sort-link .fa {
  margin-left: 5px;
  display: none;
  line-height: 1;
}

.sorting__sort-link.is-active {
  color: #3e87e1;
}

.sorting__sort-link.is-active .fa {
  display: block;
}

.sorting__sort-link.is-filter .fa {
  transform: rotate(180deg);
}

.is-column .sorting__label {
  margin-bottom: 20px;
}

.nav__header .nav__group {
	display: none;
}

@media only screen and (max-width: 1023px) {
	.sorting.is-column {
		display: flex;
    flex-direction: row;
	}

  .is-column .sorting__label {
    margin-bottom: 0;
  }
}

.product-info__pr.is-mob {
  display: none;
}

.product-detail__features.is-mob {
  display: none;
}

.navbar__client {
  display: none;
}

@media only screen and (max-width: 479px)  {
	.section.index-catalog {
		display: none;
	}

	.nav__item .nav-dropdown {
		display: none;
	}

	.product-detail__content {
		padding-top: 30px;
	}

	.card-art {
		bottom: auto;
		right: auto;
		top: -30px;
    	left: 0;
	}

  .nav__link::before {
    display: none;
  }

  .product-info__pr {
    display: none;
  }

  .product-info__pr.is-mob {
    display: block;
  }

  .product-detail__features {
    display: none;
  }

  .product-detail__features.is-mob {
    display: block;
    margin-bottom: 20px;
  }

  .product-card__footer .btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.ncart {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999;
  overflow: auto;
  width: 100%;
}

.ncart__body {
  padding: 15px;
  padding-bottom: 150px;
  width: 100%;
}

.ncart__content {
  display: block;
  width: 100%;
}

.ncart__body .basket-card {
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.ncart__head {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
}

.ncart__footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0f0f0;
  z-index: 9999;
}

.ncart__footer .product-info__button {
  margin-bottom: 0;
}

.ncart__back {
  position: absolute;
  display: inline-flex;
  width: 20px;
  height: 20px;
  left: 15px;
  top: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 31.494 31.494' style='enable-background:new 0 0 31.494 31.494;' xml:space='preserve' width='20px' height='20px'%3E%3Cpath d='M10.273,5.009c0.444-0.444,1.143-0.444,1.587,0c0.429,0.429,0.429,1.143,0,1.571l-8.047,8.047h26.554 c0.619,0,1.127,0.492,1.127,1.111c0,0.619-0.508,1.127-1.127,1.127H3.813l8.047,8.032c0.429,0.444,0.429,1.159,0,1.587 c-0.444,0.444-1.143,0.444-1.587,0l-9.952-9.952c-0.429-0.429-0.429-1.143,0-1.571L10.273,5.009z' fill='%23999'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.ncart-delivery__head {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ncart-delivery__label {
  padding: 10px 20px;
  border: 1px solid #f0f0f0;
}

.ncart-delivery__label.is-active {
  border-color: #5d9ae6;
}

.ncart-delivery__input {
  position: absolute;
  top: 0;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
}

.ncart .control {
  text-align: left;
  align-items: flex-start;
}

.grecaptcha-badge {
  opacity: 0;
}

.index-heading {
  color:#222;
  font-weight:400;
  line-height:1.1;
  font-size:1.625rem;
}

.section.is-mob {
  border-bottom: 1px solid #f0f0f0;
  display: none;
}

@media (max-width: 560px) {
  .section.is-mob {
    display: block;
  }
}

.message.is-hidden {
  display: none;
}

.product-info__pr .product-detail__product-info {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .nav {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 479px) {
  .product-item .card__title {
    text-align: center;
    display: block;
    width: 100%;
  }
  .card__header {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .price-through {
    font-size: 13px;
  }
}

.product-card__labels.is-grid {
  flex-direction: row;
  align-items: center;
}

.labels__item--hot {
  background: #FF6536;
}

.labels__item--icon {
  position: relative;
  width: 31px;
  height: 40px;
  display: inline-flex;
  padding: 0;
  margin-right: 0.5rem;
  animation: icon-animation 1s ease infinite;
}

@keyframes icon-animation {   
  0% {     
    transform: translateY(0);
  }   
  50% {     
    transform: translateY(-3px);
  } 
  100% {
    transform: translateY(0);
  }
}


.labels__item--icon img {
  width: 31px;
  height: 40px;
}

.labels__item--icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: 500;
  font-size: 12px;
  line-height: 106.1%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.bx-soa-coupon {
  margin: 0;
  border: 0;
  padding: 20px 30px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner,
.bx-soa-tooltip.bx-soa-tooltip-success .tooltip-inner {
  padding: 5px 10px;
  line-height: 1;
}

.bx-soa-coupon-item-used:hover .bx-soa-tooltip, .bx-soa-coupon-item-danger:hover .bx-soa-tooltip, .bx-soa-coupon-item-success:hover .bx-soa-tooltip {
  position: absolute;
}

.product-play__link {
  position: relative;
}

.product-play__icon {
  position: absolute;
  flex: 0 0 40px;
  max-width: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video__img ~ span img {
  position: absolute;
  flex: 0 0 20px;
  max-width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b-search {
  padding: 30px 0;
}

.b-search__form {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
}

.b-search__field {
  width: 100%;
}
.b-search__input {
  border-radius: 50px;
}

.b-search__button {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.b-search__form {
  margin-bottom: 20px;
}

.b-search__grid {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}

.b-search__column {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .b-search__column {
    width: 33.3334%;
  }
}

@media (max-width: 767px) {
  .b-search__column {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .b-search__column {
    width: 50%;
  }
}

.socials__link--new img {
  display: block;
  max-width: 20px;
}

.cart-modal {
  max-width: 440px;
  width: 100%;
  padding: 30px;
}

.cart-modal__head {
  padding: 5px 0 30px;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-modal__title {
  text-align: center;
  margin: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #222222;
}

.cart-modal__body {
  padding: 30px 0;
}

.cart-modal__pretitle {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  color: #899099;
  margin-bottom: 20px;
}

.cart-modal__calendar {
  margin-bottom: 20px;
}

.cart-modal__card {
  display: flex;
}

.cart-modal__img {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.cart-modal__content {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.cart-modal__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #5192E0;
  display: block;
  margin-bottom: 10px;
}

.cart-modal__price {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #222222;
}

.cart-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -8px;
}

.cart-modal__col {
  width: 50%;
  padding: 0 8px;
}

.cart-modal__btn {
  height: 48px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #222222;
  cursor: pointer;
    text-decoration: none;
}

.cart-modal__btn.is-primary {
  background: #69A0FF;
  border-color: #69A0FF;
  color: #fff;
}

.cart-modal .ui-datepicker {
  width: 100%;
  background: transparent;
  border-color: transparent;
}

.cart-modal .ui-widget-header {
  background: transparent;
  border-color: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #171B31;
}

.cart-modal .ui-datepicker td {
  width: 50px;
  height: 50px;
}

.cart-modal .ui-datepicker th {
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.4px;
  color: #8B8D98;
}

.cart-modal .ui-widget-content .ui-state-default {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: #171B31;
  background: transparent;
  border-radius: 6px;
  border: 0;
}

.cart-modal .ui-widget-content .ui-state-default.ui-state-active {
  background: #69A0FF;
  color: #fff;
}

.cart-modal .ui-widget-content .ui-state-default:not(.ui-state-active):hover {
  background: #F3F4F5;
}

.cart-modal .ui-widget-content .ui-state-default:after {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #9EA9B6;
  margin-top: 5px;
}

.cart-modal .ui-widget-content .ui-state-default.ui-state-active:after {
  color: #fff;
}

.cart-modal .ui-state-hover, 
.cart-modal .ui-datepicker-next-hover {
  border: 1px solid #000;
  background: transparent;
  font-weight: normal;
}

.cart-modal .ui-datepicker-next span,
.cart-modal .ui-datepicker-prev span {
  display: none;
}

.cart-modal .ui-datepicker-next {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
}

.cart-modal .ui-datepicker-next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='10' viewBox='0 0 8 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.0876 0L0.912598 1.175L4.72926 5L0.912598 8.825L2.0876 10L7.0876 5L2.0876 0Z' fill='%23222222'/%3E%3C/svg%3E%0A");
  width: 8px;
  height: 10px;
}

.cart-modal .ui-datepicker-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
}

.cart-modal .ui-datepicker-prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='10' viewBox='0 0 8 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.0876 0L0.912598 1.175L4.72926 5L0.912598 8.825L2.0876 10L7.0876 5L2.0876 0Z' fill='%23222222'/%3E%3C/svg%3E%0A");
  width: 8px;
  height: 10px;
  transform: rotate(180deg);
}

.ui-datepicker-month, .ui-datepicker-year {display: none;}
.ui-state-price {
  display: block;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  color: #9EA9B6;
  margin-top: 5px;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .cart-modal {
    padding: 30px 15px;
  }
  .cart-modal .ui-widget-content .ui-state-default {
    width: 44px;
  }
  .cart-modal .ui-widget-content .ui-state-default:after {
    font-size: 8px;
  }
}

/* NEW INDEX */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900;8..144,1000&display=swap');

.nheader {
  background: #FFFFFF;
}

.nheader-nav {
  padding: 12px 0;
}

.nheader-nav__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nheader-nav__adress {
  width: 33.3334%;
}

.nheader-nav__msg {
  width: 33.3334%;
  text-align: center;
}

.nheader-nav__tel {
  width: 33.3334%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nheader-nav__number {
  font-family: 'Roboto Flex';
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #18181B;
  display: inline-flex;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #18181B;
  text-decoration: none;
}

.nheader-nav__number:hover {
  text-decoration: underline;
}

.nheader-nav__btn {
  font-family: 'Roboto Flex';
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #18181B;
  display: inline-flex;
}

.nheader-nav__msg--main {
  display: inline-flex;
  padding: 5px;
  padding-bottom: 6px;
  background: rgba(131, 168, 117, 0.2);
  border-radius: 12px;
  line-height: 1;
  padding-left: 24px;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #18181B;
  text-transform: uppercase;
  position: relative;
}

.nheader-nav__msg--main span {
  display: inline-flex;
  margin: 0 3px;
}

.nheader-nav__msg--main:before {
  content: '';
  display: flex;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 12px;
  height: 12px;
  background: #83A875;
  border: 3px solid #BED2B7;
  border-radius: 50%;
}

.nheader-nav__adress {
  display: flex;
  align-items: center;
}

.nheader-nav__adress img {
  display: block;
  margin-right: 5px;
}

.nheader-nav__adress span {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  display: inline-flex;
  color: #18181B;
  text-transform: uppercase;
}

.nheader-main {
  padding: 20px 0;
}

.nheader-main__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nheader-main__leftside {
  display: flex;
  width: 33.3334%;
  align-items: center;
}

.nheader-main__menu {
  display: inline-flex;
  padding: 6px;
  margin-right: 24px;
}

.nheader-main__menu:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66669 7H23.3334M4.66669 14H23.3334M4.66669 21H23.3334' stroke='%2318181B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
}

.nheader-main__menu.is-active:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66675 4.66675L23.3334 23.3334M23.3334 4.66675L4.66675 23.3334' stroke='%2318181B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
}

.nheader-main__link {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #18181B;
  display: inline-flex;
  margin-right: 28px;
  text-decoration: none;
}

.nheader-main__link.is-catalog.is-active {
  text-decoration: underline;
}

.nheader-main__center {
  width: 33.3334%;
  justify-content: center;
}

.nheader-main__logo {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  text-decoration: none;
}

.nheader-main__logo span {
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: #18181B;
  display: block;
  text-align: center;
}

.nheader-main__rightside {
  display: inline-flex;
  width: 33.3334%;
  justify-content: flex-end;
}

.nheader-main__icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nheader-icon {
  padding: 0 4px;
}

.nheader-icon__link {
  padding: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.nheader-icon__link span {
  position: absolute;
  top: 0;
  right: 0;
  background: #18181B;
  width: 20px;
  height: 20px;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 900;
  font-size: 10px;
  line-height: 100%;
  color: #FFFFFF;
}

.nintro {
  margin-bottom: 16px;
}

.nintro__body {
  position: relative;
}

.nintro-card {
  min-height: 624px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}

.nintro-card__title {
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 600;
  font-size: 72px;
  line-height: 78px;
  color: #FFFFFF;
  margin: 0 auto;
  margin-bottom: 16px;
  max-width: 700px;
}

.nintro-card__description {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 700px;
}

.nintro-card__footer {
  display: flex;
  justify-content: center;
}

.nintro-card__btn {
  display: inline-flex;
  padding: 16px 24px;
  background: #18181B;
  border-radius: 4px;
  align-items: center;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}

.nintro-card__btn:hover {
  color: #FFFFFF;
}

.nintro-card__btn:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66666 10L16.3333 10M16.3333 10L11.3333 5M16.3333 10L11.3333 15' stroke='white' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 21px;
  height: 20px;
  margin-left: 5px;
}

.nintro-slider__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  z-index: 1;
}

.swiper-pagination-bullet {
  margin: 0 8px;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.nintro-slider__next {
  display: inline-flex;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  background: #FFFFFF;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.nintro-slider__next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83334 14L22.1667 14M22.1667 14L15.1667 7M22.1667 14L15.1667 21' stroke='%2318181B' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
}

.nintro-slider__prev {
  display: inline-flex;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translateY(-50%);
  background: #FFFFFF;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.nintro-slider__prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83334 14L22.1667 14M22.1667 14L15.1667 7M22.1667 14L15.1667 21' stroke='%2318181B' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
  transform: rotate(180deg);
}

.online-showcase {
  margin-bottom: 16px;
  position: relative;
  z-index: 8;
}

.online-showcase__body {
  background: #FAFAFA;
  border-radius: 10px;
  padding: 16px 24px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.online-showcase__head {
  display: flex;
  align-items: center;
  padding: 12px 0;
  margin-bottom: 16px;
}

.online-showcase__title {
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #18181B;
  margin: 0;
  margin-right: 8px;
}

.online-showcase__question {
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8125 7.50224C7.9887 7.00136 8.33647 6.579 8.79423 6.30998C9.25199 6.04095 9.7902 5.9426 10.3135 6.03237C10.8368 6.12213 11.3115 6.39421 11.6534 6.80041C11.9954 7.20661 12.1825 7.72072 12.1817 8.25168C12.1817 9.75056 9.93342 10.5 9.93342 10.5M9.96094 13.5H9.97094M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z' stroke='%2318181B' stroke-opacity='0.2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 11px;
}

.online-showcase__msg {
  display: inline-flex;
  background: #83A875;
  border-radius: 12px;
  padding: 6px;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.online-showcase__btn {
  margin-right: 0;
  margin-left: auto;
  display: inline-flex;
  padding: 14px 16px;
  border: 1px solid rgba(24, 24, 27, 0.12);
  border-radius: 4px;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #18181B;
  text-decoration: none;
}

.online-showcase__content {
  position: relative;
}

.ncatalog-card {
  display: flex;
  flex-direction: column;
  padding: 8px;
  position: relative;
}

.ncatalog-card__img {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 117%;
  border-radius: 5px;
}

.npopular .ncatalog-card__img {
  padding-bottom: 113%;
}

.ncatalog-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ncatalog-card__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.ncatalog-card__labels {
  display: inline-flex;
  align-items: center;
}

.ncatalog-card__label {
  display: inline-flex;
  margin-right: 4px;
}

.ncatalog-card__goods {
  display: inline-flex;
  padding: 6px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  border-radius: 12px;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.ncatalog-card__popular {
  display: inline-flex;
  padding: 6px;
  background: #83A875;
  border-radius: 12px;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.ncatalog-card__week {
  display: inline-flex;
  padding: 6px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  border-radius: 12px;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.ncatalog-card__discount {
  display: inline-flex;
  padding: 6px;
  background: #ED8457;
  border-radius: 12px;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.ncatalog-card__new {
  display: inline-flex;
  padding: 6px;
  background: #DFA2AA;
  border-radius: 12px;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.ncatalog-card__favorites {
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8 6.00019C11.0006 3.90317 7.99379 3.2551 5.73924 5.17534C3.4847 7.09558 3.16729 10.3061 4.9378 12.5772C6.40985 14.4654 10.8648 18.4479 12.3249 19.7369C12.4883 19.8811 12.5699 19.9532 12.6652 19.9815C12.7484 20.0062 12.8393 20.0062 12.9225 19.9815C13.0178 19.9532 13.0994 19.8811 13.2628 19.7369C14.7229 18.4479 19.1779 14.4654 20.6499 12.5772C22.4204 10.3061 22.1418 7.07538 19.8485 5.17534C17.5552 3.2753 14.5994 3.90317 12.8 6.00019Z' stroke='white' stroke-opacity='0.8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 25px;
  height: 24px;
}

.ncatalog-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
}

.ncatalog-card__name {
  display: inline-flex;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: rgba(24, 24, 27, 0.87);
  margin-bottom: 5px;
  text-decoration: none;
}

.ncatalog-card__description {
  display: inline-flex;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 20px;
  color: rgba(24, 24, 27, 0.87);
  margin-bottom: 5px;
}

.ncatalog-card__price {
  display: inline-flex;
  align-items: center;
}

.ncatalog-card__price--new {
  display: inline-flex;
  margin: 0 3px;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #18181B;
}

.ncatalog-card__price--old {
  text-decoration: line-through;
}

.ncatalog-card__hidden {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 12px;
}

.ncatalog-card__grid {
  display: flex;
  align-items: center;
  max-width: 232px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 8px;
}

.ncatalog-card__counter {
  display: inline-flex;
  align-items: center;
  flex: 0 0 120px;
  margin-right: 8px;
}

.cart-qty-minus {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border: 1px solid #E4E4E7;
  border-radius: 4px 0px 0px 4px;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.cart-qty-plus {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border: 1px solid #E4E4E7;
  border-radius: 0px 4px 4px 0px;
  align-items: center;
  justify-content: center;
  background: #fff;

}

.cart-qty-minus:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L1 0.999999' stroke='%2318181B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 2px;
}

.cart-qty-plus:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 6L1 6M6 11L6 1' stroke='%2318181B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
}

.ncatalog-card__counter input {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #E4E4E7;
  text-align: center;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  color: #18181B;
  pointer-events: none;
  padding: 0;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #E4E4E7;
  border-bottom: 1px solid #E4E4E7;
}

.showcase-slider {
  overflow: initial;
  overflow-x: clip;
}

.showcase-slider__slide {
  position: relative;
}

.showcase-slider__slide:hover {
  z-index: 1;
}

.showcase-slider__slide:hover .ncatalog-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(24, 24, 27, 0.1);
  border-radius: 3px;
}

.showcase-slider__slide:hover .ncatalog-card .ncatalog-card__hidden {
  display: flex;
}

.ncatalog-card__addcart {
  display: inline-flex;
  height: 40px;
  background: #18181B;
  border-radius: 4px;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 0;
}

.ncatalog-card__hint {
  display: inline-flex;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid rgba(24, 24, 27, 0.12);
  border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #18181B;
  max-width: 232px;
  margin: 0 auto;
}

.showcase-slider__next {
  display: inline-flex;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  background: #FAFAFA;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.showcase-slider__next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83334 14L22.1667 14M22.1667 14L15.1667 7M22.1667 14L15.1667 21' stroke='%2318181B' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
}

.showcase-slider__prev {
  display: inline-flex;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translateY(-50%);
  background: #FAFAFA;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.showcase-slider__prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83334 14L22.1667 14M22.1667 14L15.1667 7M22.1667 14L15.1667 21' stroke='%2318181B' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
  transform: rotate(180deg);
}

.ncategories {
  margin-bottom: 16px;
  position: relative;
  z-index: 7;
}

.ncategories__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.ncategories__col {
  width: 50%;
  padding: 0 8px;
  margin-bottom: 16px;
}

.ncategories-card {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 60%;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}

.ncategories-card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(39, 39, 42, 0) 43.44%, rgba(39, 39, 42, 0.7) 100%);
}

.ncategories-card__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ncategories-card__body {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-bottom: 24px;
}

.ncategories-card__name {
  margin: 0;
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.ncategories-card__btn {
  display: inline-flex;
  align-items: center;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.ncategories-card__btn:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66669 10L16.3334 10M16.3334 10L11.3334 5M16.3334 10L11.3334 15' stroke='white' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 21px;
  height: 20px;
  margin-left: 8px;
  transition: .3s;
}

.ncategories-card:hover .ncategories-card__btn:after {
  transform: translateX(8px);
}

.npopular {
  margin-bottom: 16px;
  position: relative;
  z-index: 10;
}

.npopular__body {
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.npopular__head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  margin-bottom: 16px;
}

.npopular__title {
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #18181B;
  margin: 0;
  margin-right: 8px;
}

.npopular__btn {
  display: inline-flex;
  padding: 14px 16px;
  border: 1px solid rgba(24, 24, 27, 0.12);
  border-radius: 4px;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #18181B;
  text-decoration: none;
}

.npopular__content {
  position: relative;
}

.npopular-slider {
  overflow: initial;
  overflow-x: clip;
}

.npopular-slider__slide {
  position: relative;
}

.npopular-slider__slide:hover {
  z-index: 1;
}

.npopular-slider__slide:hover .ncatalog-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(24, 24, 27, 0.1);
  border-radius: 3px;
}

.npopular-slider__slide:hover .ncatalog-card .ncatalog-card__hidden {
  display: flex;
}

.npopular-slider__next {
  display: inline-flex;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  background: #ffffff;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.npopular-slider__next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83334 14L22.1667 14M22.1667 14L15.1667 7M22.1667 14L15.1667 21' stroke='%2318181B' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
}

.npopular-slider__prev {
  display: inline-flex;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translateY(-50%);
  background: #ffffff;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.npopular-slider__prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83334 14L22.1667 14M22.1667 14L15.1667 7M22.1667 14L15.1667 21' stroke='%2318181B' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
  transform: rotate(180deg);
}

.npopular__footer {
  display: flex;
  align-items: center;
  justify-content: center;
}


.nweek {
  margin-bottom: 16px;
  background: #FAFAFA;
  position: relative;
  z-index: 9;
}

.nweek__body {
  background: #FAFAFA;
  position: relative;
  z-index: 2;
  padding-top: 16px;
}

.nweek__head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  margin-bottom: 16px;
}

.nweek__title {
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #18181B;
  margin: 0;
  margin-right: 8px;
}

.nweek__btn {
  display: inline-flex;
  padding: 14px 16px;
  border: 1px solid rgba(24, 24, 27, 0.12);
  border-radius: 4px;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #18181B;
  text-decoration: none;
}

.nweek__content {
  position: relative;
}

.nweek-slider {
  overflow: initial;
  overflow-x: clip;
}

.nweek-slider__slide {
  position: relative;
}

.nweek-slider__slide:hover {
  z-index: 1;
}

.nweek-slider__slide:hover .ncatalog-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(24, 24, 27, 0.1);
  border-radius: 3px;
}

.nweek-slider__slide:hover .ncatalog-card .ncatalog-card__hidden {
  display: flex;
}

.nweek-slider__next {
  display: inline-flex;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  background: #FAFAFA;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.nweek-slider__next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83334 14L22.1667 14M22.1667 14L15.1667 7M22.1667 14L15.1667 21' stroke='%2318181B' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
}

.nweek-slider__prev {
  display: inline-flex;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translateY(-50%);
  background: #FAFAFA;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.nweek-slider__prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83334 14L22.1667 14M22.1667 14L15.1667 7M22.1667 14L15.1667 21' stroke='%2318181B' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
  transform: rotate(180deg);
}

.nnew {
  margin-bottom: 16px;
  position: relative;
  z-index: 8;
}

.nnew__body {
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.nnew__head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  margin-bottom: 16px;
}

.nnew__title {
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #18181B;
  margin: 0;
  margin-right: 8px;
}

.nnew__btn {
  display: inline-flex;
  padding: 14px 16px;
  border: 1px solid rgba(24, 24, 27, 0.12);
  border-radius: 4px;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #18181B;
  text-decoration: none;
}

.nnew__content {
  position: relative;
}

.nnew-slider {
  overflow: initial;
  overflow-x: clip;
}

.nnew-slider__slide {
  position: relative;
}

.nnew-slider__slide:hover {
  z-index: 1;
}

.nnew-slider__slide:hover .ncatalog-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(24, 24, 27, 0.1);
  border-radius: 3px;
}

.nnew-slider__slide:hover .ncatalog-card .ncatalog-card__hidden {
  display: flex;
}

.nnew-slider__next {
  display: inline-flex;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  background: #ffffff;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.nnew-slider__next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83334 14L22.1667 14M22.1667 14L15.1667 7M22.1667 14L15.1667 21' stroke='%2318181B' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
}

.nnew-slider__prev {
  display: inline-flex;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translateY(-50%);
  background: #ffffff;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.nnew-slider__prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83334 14L22.1667 14M22.1667 14L15.1667 7M22.1667 14L15.1667 21' stroke='%2318181B' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
  transform: rotate(180deg);
}

.nnew__footer {
  display: flex;
  align-items: center;
  justify-content: center;
}


.ndiscount {
  margin-bottom: 16px;
  background: #FEF9F7;
  position: relative;
  z-index: 3;
}

.ndiscount__body {
  background: #FEF9F7;
  position: relative;
  z-index: 2;
  padding-top: 16px;
}

.ndiscount__head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  margin-bottom: 16px;
}

.ndiscount__title {
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #18181B;
  margin: 0;
  margin-right: 8px;
}

.ndiscount__btn {
  display: inline-flex;
  padding: 14px 16px;
  border: 1px solid rgba(24, 24, 27, 0.12);
  border-radius: 4px;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #18181B;
  text-decoration: none;
}

.ndiscount__content {
  position: relative;
}

.ndiscount-slider {
  overflow: initial;
  overflow-x: clip;
}

.ndiscount-slider__slide {
  position: relative;
}

.ndiscount-slider__slide:hover {
  z-index: 1;
}

.ndiscount-slider__slide:hover .ncatalog-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(24, 24, 27, 0.1);
  border-radius: 3px;
}

.ndiscount-slider__slide:hover .ncatalog-card .ncatalog-card__hidden {
  display: flex;
}

.ndiscount-slider__next {
  display: inline-flex;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  background: #FAFAFA;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.ndiscount-slider__next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83334 14L22.1667 14M22.1667 14L15.1667 7M22.1667 14L15.1667 21' stroke='%2318181B' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
}

.ndiscount-slider__prev {
  display: inline-flex;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translateY(-50%);
  background: #FAFAFA;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.ndiscount-slider__prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83334 14L22.1667 14M22.1667 14L15.1667 7M22.1667 14L15.1667 21' stroke='%2318181B' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
  transform: rotate(180deg);
}

.ndiscount__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 32px;
}

.nabout {
  margin-bottom: 48px;
  background: #FFFFFF;
  position: relative;
  z-index: 2;
}

.nabout__body {
  background: #FFFFFF;
  position: relative;
  z-index: 2;
  padding-top: 16px;
}

.nabout__head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  margin-bottom: 48px;
}

.nabout__title {
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #18181B;
  margin: 0;
  margin-right: 8px;
}

.nabout-questions {
  display: flex;
  flex-direction: column;
  max-width: 849px;
  margin: 0 auto;
  margin-bottom: 52px;
}

.nabout-card {
  border-bottom: 1px solid rgba(24, 24, 27, 0.06);
}
.nabout-card:first-child {
  border-top: 1px solid rgba(24, 24, 27, 0.06);
}

.nabout-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  cursor: pointer;
}

.nabout-card__head:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 9L12.5 15L18.5 9' stroke='%2318181B' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  width: 25px;
  height: 24px;
  transition: .3s;
}

.nabout-card__head.is-active:after {
  transform: rotate(180deg);
}

.nabout-card__head span {
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #18181B;
}

.nabout-card__hidden {
  padding-bottom: 24px;
}

.nabout-card__hidden p {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: rgba(24, 24, 27, 0.87);
}

.nabout-info {
  display: flex;
  margin: 0 -8px;
  flex-wrap: wrap;
}

.nabout-info__col {
  width: 25%;
  padding: 0 8px;
}

.nabout-info__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 75px 30px;
  background: #FAFAFA;
  border-radius: 8px;
  transition: .3s;
}

.nabout-info__card:hover {
  transform: translateY(-5px);
}

.nabout-info__icon {
  margin-bottom: 16px;
}

.nabout-info__name {
  display: block;
  text-align: center;
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #18181B;
  margin-bottom: 16px;
}

.nabout-info__desc {
  display: block;
  text-align: center;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 20px;
  color: #18181B;
}

.nfooter__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px 0 24px;
}

.nfooter-menu {
  display: flex;
  margin: 0 -50px;
}

.nfooter-menu__col {
  padding: 0 50px;
}

.nfooter-menu__list {
  display: flex;
  flex-direction: column;
}

.nfooter-menu__item {
  margin-bottom: 16px;
}

.nfooter-menu__link {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #18181B;
  text-decoration: none;
}

.nfooter-contacts {
  max-width: 290px;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}

.nfooter-contacts__tel {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.nfooter-contacts__number {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #18181B;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}

.nfooter-contacts__number:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M0 16.12H16V0.12H0V16.12Z' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_214_915' transform='scale(0.00625)'/%3E%3C/pattern%3E%3Cimage id='image0_214_915' width='160' height='160' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAABN80lEQVR4nO19eZxcVbX1OsMdaq7u6qQ76cwjg4wyiMgkigiiD3HEpw/Ep/IgiDiLiCIi8Cm+54Q8BQEfiAyCDAECBgIYJAnBQCBzujN0ph5rrjud8/1xzr1VHYICSToJ1vr9Kl1dXX371r07+5y999prE4wAHnhwNhs9qq1tW19/59ruda2tLVkzXyg4U6dM6W9tyWzasHFjP4BgJM6lib0HZ5155n5E7qaD//HOu9rLZeftm7ZsOWpjT88h27b1zihVymNd17U5pUxIBLGYVU0mE5tbW1pX7zdzxqKO0W2zATy/m06pib0Q5I4779plBzvh+ONif/3r306a/7fnTl+xavXx/QNDMyuVskEZhcEYDMMA4xSQACEEQgqIIICUQCAEcq2t295z8km/OeXkd18LoLDLTqyJvRbkpaUv7/RBKCG5F19aetZjc+d97OVXlh2fLxQMzjhMy0TMtpThMQpAghACCYBIgFCijyAhpYTreKjUqjj+uOPuPufTn7oQwNadPrkm9mrwnVmCe7dtM7Zu3fbRhx5+9MJFi184RkogkUwgk0kD+sCEUjBGQQkgoQyOErLdkQgIANu2YBgcTz/zzEc832Nf+9Ks8wAM7sQpNrGXg6xfv/5N/eLDjz520twnn/7K6jVrTh8cHEQ8FkM2m4UQInqPkBKcc8RiNihR3wNA3fxC8x9ukEIIFEpFfOC00/73M2d/8r/QDFDesuBCvDEfuGnz5o7H//LEl2c/8vgXC4V8OpVKIZNKAQAopVDOjQAEoEItrZASlDFIEdRtDvp90RcCaAOljCKVTOKh2Y98PpNOrwBw3c59zCb2VpD/+cWvXvebDz34oBN//ssbfvTSyy+/IxGPIxazwRhHsZCHlBItLa2QUoJSCsooAMB1PTBGYdsWhBSQocETQEq9JxQSUghww1AGC2WntVoN8Vi8cMXll50JYO4u/uxN7AUgCxa+vqzHgw89NOvJp575bm9ff1s2kwFjDCASnHKUyyW4Tg2jRrcDhMDgHKZhgDKGWs1BuVpFzDZBGUXg69U0cn4EIASbNqxHLBFHtqUVIhDgBocUEvlCAdOnT3/hyu9ddjqAzbvnMjSxp8Db20f9wze0ZDP2L3756+/ddc9937BMC7nWFhAQEAIQykAIQcy2UatWoueGwWHbNgzDQMy24QcBPM+HzSxQStReUEJ5QUhACMTiCQz09cGybPRt24bR7R2IJRJIpVJYsWL5Ybf/8a7LL/zi58/Hdot4E/s2eGtLy2v+sFgspq665rrr/nz/A59LJhKwbQsAAaUEhKgHpQRWIo5SqQAR+EgmEuAGQywWg2EYEIGA5/vo6+9HEATgnEH4vvoDEqCMYeuWTZBCYOy48TBNE4xz9Pf1YlwiAUopkokEZj/8yHkH7L/fkwDuGIkL08TIgM+d99QOf/Cek05I/PTnv/rZfX9+8JyWbBq2aanYghBQQkAoBSUEjDFYpolMJgPXqSEWt2EaBkzLgmkYAAAhBcqVCirVKjhjoJQiEIHypABSqTTWda1FOtMC0zIxprMTtWoVvu+DUQrLsuG4Rf5/t99xxeXf/uZzALpG7hI1sTtBlu4gEW0YBrvtD3f8951333thJp2GZRnKWCiNPB/T+T3OOSzLAucMm3p6MHXqFLS1tYEyBoMboJTCcRxs3rIVPZu3gnEK0zTgeT4Aqb0gRaVcBiRBLB4DADDOIIRAqViClALpdBoDg0M49X2n3DLr/C98FoB41Yk3sc+Bd3S0v+rFX/zq11+94867L2zJZmFZptrvac9HKQGhBJxRcGbAMA2YBkcqnUKtWsHAwAA6OztBCAHnXEXElKK1tQXFUhlDhQIMzsEaAhIRCMQTCRBCIYVEuVKC5zpozbWBUoJ1XesxYeIkpNNpzH3iyU8ddsjBcwDcPsLXqondAP7M/GeHvdCWy53yyKOPXZZMJmFZFghRlQtCaLT3Y5SBcw7T4DBNA7ZtgTOG8ePGY9XqVSiXy2jLtUFCgFIGShlSqQRyrVmUyxU4rqvSMlSotA2hKJdK8FwXrblR4Jxj3do1kEJiVHsHRnd0oObUkEynIITgt9951/d+cPll8wF075Gr1sQuA99///2ib0zO27516eU/LBSKiba2HAiUcRCq9mqUElDKwLlaXk3ThGmZME0TnHGkUkmMGtWGTZs2oaO9HUIQHSkDFiy0ZLMoFIroHRhA4AfgjMHXAQnnBrrXroUQEu0dHRg7bjw810WtVkU8Hodl2wj8AIlEAt1d66bf9ad7L734gv/6PJpR8T4N3jlmTPTNjb+7+bwXX3rpiJaWLAgkCNF7Pug9H6VgmtVimlx9NUwYhgHD4JBSYuKEiVi6dCn6B/rRProdQRCAUAKDG0gm4mjLtaJUrsBxHcTiMVDK4AcBYrEYOsaOhespo7MsG5lsFkEg0LNxA1pbW5EbNRpSSKSSCcx57PH/OOyQQx4G8Kc9d/ma2Fnwec/8FQAwY+rUjifmzjuXcw7OGAig9n4Io15lhMr7scjoDIPrPR0DCBBPJDBmTAfWrVuH9vZ2UEoBAjBGYFoWMpk0Wlsy2LRlGzzXg2kaEFIgCALk2kYhCAIAEps2bkA6ncbYceORaxuFYqGAlpxArVYDZwwyEMZtf7jje1df+YNn0UxQ77PgBx14IABgyd///t61XV0zk8kEgDDogHpQohgtXC2/nHNwrgyPMwbGGChjYJTC9z2MnzAB/X392NTTg4kTJ8H1XOVFGUM8Ho8CkkKpBINzGIzB9X1AiGiZz7WNwsBAP6rVKtLpNJKpFAghcGo19PRuw6TJU7B27dqD7rv//q8BuGQPXsMmdgL8vvvvBwCs7153ciACGAaPvB+gPB/Ryy9nDJxpw9MPxhkoo2BUBSqQgMENTJg0Ed1d3ejoGAPOOYQ2LsMwkE6lkGttQbVaRc1xFFuGqggYEvA9Dy2trUikkiCUYuvmTWCMYWxnJzKZLAqFAkrFEhKpFB586OEvfOmiC2YDeHwPXscm3iT41KlTMHPatJZvfPPSQzljaktPoZLOtDH9ovZ/PPSCjGpvpfaJILo8RwDXczF2zBhs3bIFa9euwYEHvg2OU1MRNKOwbRstLVmUSmX09g/C8wIYBoMnfIAQeJ6HLZs3o2PMGJimgWQ6jc09Pchks7BtG+PHT4Dv+zA4w1ChEL/v/ge+991vfXMhgPwevp5NvEHwgw88EMtXrJgyMDg4yTRN9aoEAAKqy26MKeMLv1LGdHpFVUMoIcMZfVIiEALTpk3Di0uWYOzYschkMvA8H1STFZKJBHK5FpTLFVQdB5zbKjcoBGw7hkq5jE09GzFh0hSkUimYkyeDMYb+/j6IIEB7x1gEIkAqkcDSl1859pE5j/8XgB+N+BVsYqfAH5nzOOK2PbVULKa5YSCkzVNAezVlYGEETBkF068TSl91QM2mgue6yGSyGDW6HStXrsSRRx6pGDC68mGZJtLpNFpay3C2bIPrerAsE0Kovz9h4iQUigVIIVDM5+G6DjrGdMJzXazr7kI8kUQimQTnBgzG8ODDj1x85fe/OxvAkpG7fE3sLPg73nEUnvjLE1NrjkMylvKAhEDXfdGQ/6t7O0TpmfDNjZCQEiBEwnEcTJkyBQsXLsCGDRsxYcIEuK4DAgLOGeLxGHItKjk9lC/ofSWD5/uwbBtttg0QwLJsbFi3DoZhItc2ChMmTQajFIV8Hp7rom3UaGzZsmX072/7w6WXXHTh2QD8Eb2KTbxp8FG5HAqF4iQAus6rfkDCR+jtyPbP6weRUJ5PapqVhISUBEHgw7ZtTJ48GWvWrMXo0arKEQQChFKYhoFUKolcSxbVahWO4yKuA5IgECBQNP5YPI6Jk6cgEALlUhGe4yDVNgpSltCzYQMsO4Z0OoX5f/vbmSeecNyHAdw5spexiTcLPuexx0n3uu6cimKH/1A5u+EGGEHq5VZGTyClhJQCROrON0LU0tkxBlu2bMHKVatw8EEHIQgcAACjDLZlI5vNoFSuYFtfH1xP5QalUMeihKBWq4EQINuShee62Lx5M4JAoH2MqpgIESjD9gN+z5/+/M3vfOsbcwH0jdA1bGInwDdv6uGF/FCcvGopVSA7eAZoIikEpKTa8NRDaIJpmFYRAILAx/Tp07F48WL09vYil8vBdT0QAnDOkUjEVZ24UkGpXImibM8XqreEMWzcsB6tuTaMHTceYzvHwalV4XsestkMJIAgEEgmE3j5lVcOe/iROV8A8MPddtWa2GXg1WqVer7PGg2QQDbYW2OpVXm60OuFy66UEkJKECmV56LaICEASeF5HhKJBDo7O7Fy5UocddRRuktOeVjDMJBOp5BrzcJxHLUUx20wxhAEAUzTwKjR7SiWinAdBy0tWQRBClICnufC933E4nFIqXKVjz8x94vXXXvNnQBWjdylbOLNgJuWKRljIqLJS6n6d0O7019laFxyxw8IAUmIfp96LgBQIQDNCZw4cSJ6e3uxdu1azJgxAzVHBySMw7ZVW2epXEH/wCBc14NpGAiEQOD7yOXakEpnIISIllyAgDKGnu4utLWNQktbG+LxGDZu7Bl395/unQXgoj1yVZt43eDtozv8ZDJZlUKgoVEDoadTNil0YFE3QiElqBSQgihjIwRECEgCSEJ15YMqI5QCQqg94bRp0/Dy0qVob29HIpGE73uarMCRjMfRms2iUlEVkrAu7fsBpJQwDAOEEBSLeRTyeXSMGQsCgmy2FaVSCZmWFhBCEbNtzH3yyU9951vf+B2AF/bg9W3in4Dvf+ABYt36DYPPL35BLaMAwqVWGZ14lfcTUoAKASkoBFFLL5ECQup1FRKUqt8FCISgoFTCqTnItbaira0Ny5cvxxFHHKEiHSlBGYVpWUinU2gpl7Gltw+u68K2bVAqIUQASMXQicUS2Lh+PSzLhuf7IAToGNsJEQgQSmDZFnp7+1qfmPfU5wGcvwevbxP/BPyJeU8hk0lvFEJE0WzoBYcts0Ko5U8KCCEhqDJEIgmkJMoTQnvA8DmoKutpQwahcFwXU6ZNw/MLF2LDhg2YMGECnGgpZlphQUXFhVIJnAfgnMLzBISUEIGAYRiYMGkyfM+HaVrYvLkHra1t4Kahln8AtmXhuQWLzrrmh1f8HMAre/IiN/Ha4B/+0Afx/KLn1xp6w88Ya1h6sZ0hauOTQj0PKCiRkERCEB2cCAlCBYSkgBSgggJUQqoNIQJfworFMGXqVKxevRptbW2wTAt+4IMQFZAkkwlkM2lUqlU4jgPOYmCMQQYhhT9AIpHUTewSjE9A/T+QOmfbtrF1y5ZRT8x76iw0DXCvBX9i3lPoHNPRHYvHaoHv2zI0PiEBUt/3CSm0soGIvCEhAkJQECKisl19f6iiZAH1XAAgQlVVXMdBe3s7tm7dipUrV+KQQw4BAhURM0Zh6aW4WCphcKigAhLLBNM1ZnV+4Z5VcRCllBCiHr2H7QN/X/Li+7799a9eB6C8Zy5xE/8I/LT3nYJSqbS+paVl26ZNPRNs21JLKqnvAYUUkIGAoBIBFWCBTrVQoZdhgEiiKPiIkjUQoKBUBSCUEIBSCJ1g9jwP06dNw+IXXsDmzZvR0TFGlekIBecG4vE4Muk0ypUqXM8F54pvKGS4t6xDCBFRyEJhDwkC0zTQs2nTAes3bJiBZjCyV4Kv37ABlmluzmQyazesXz8hXHIB1PN7QugGIgEpAwipWiZpQCFpACmICkYgIHRQASlBhdBGKHVgrd4DQuD7Hmw7hgkTJmD16tVobWlV0h1BnTeYTMSRTMYxMDgEx3URs20wShEEoXdW7o6E+9bwX607wziH4zjZhc8vnoKmAe6V4AufXwwAtSlTpixfsmTJiVJKEAlASBVQhJGvkCoICQQEDSAEhaACCAgAoRRPCYAGLygo1UuxMkQiVCBCtZU4bg2dnZ3o7e3FqtWrcOCBB8L3HRAAnDPYtoVkPI5SqQzHdRV72uAAlCdtlHcLt391EDBC4Xs+WbL0ldeWf2hij4IuWfoKlix9BQcecMBiQhSBQEhAQCgj1MpVUgoEQgUhQaAjYiGimq3aI+poOVy2tRpW+J4whRMeUx0rwPTp09DX14tt27ZFzU0AwBhHzLYQsy1AAo7rKg9JqG4Vbaje7KiSSFQ1JiJWNB973YOH962jo31xa2trvlIqZeKM630golSLEHpJ1YYTGiChAlRAJaIJgaSkIXUjlZeUFEQCFBIESpyIEIBKCc9zkUgkMG7cOKxatQrpdCbKDYIoI7RME5wRuK4Lzphulid636f/HtRSHEbGgETg+6CEiEMPOrD31dbZxN4AfuhBqimps7Nz2fhx45YuWbLk2Hg8pmu9EkQnl1XAQSBkACkpAkFBRQAidBWECFUBIQJEaKNgupoiBAAKSQQkJWGEAkkEQAlqNQfjxo1Hb28f1qxZjenTp8NxapHnpVTxEIUI4Dg1UKpVFwjRpAiAIDREGaVkao6DlpbWrccec8yyPXeJm/hH4McecwwAIJ8vVA455JBnnl/0/LERsUDv3ySUByRCqmiYBCCUqahXByjK6QR1xRalSQ4ioJjT2ksJKUAlAUB1akaCQEIwhmlTp2LJi0uQyWSQTCXhuS4834fv+8oYAx9eEKiI2rLAOI/KhlK3djYmz6uVCg495JCFbW2ta/fAtW3idYC3tbVG3xxwwP5PpNLJS1zHNSzb1kZIhjFdVAVER8aCgurlmJCG1A1R74FQJbmwbixAdV2YgmpvSKTiGjqOg0QigTFjxmDFihU44IAD4Hqe6pyrVuF5HgIRQAQq/0cgYUhT1ZulhAgCnaJR5+kHihR9zFFHzX7mmflNhvReCv7MM/Ojb4444vAFEyZOfHnFihWHWralsikNRFMpCAKholkiBAIRgAqiIl+toABClacMy3ISkAK6LKcqImrppSACAHSSGkClWsWYMWOwdes2LF++DGM6xqBSLqNarcHzXAhfMWE81Pd+lDEdpYso1SMlUCyWMKajo3vatKkP74kL28TrA582bWr0zdBQfvCoI49+dOlLSw8VQoAwRSpt9GpE6BRMEEAQgoCoQESGe7wggCAAiQyPREu0ClaUkLnQqRs0BCaBUJFyZ2cn/v73v8NxHJimBcdx4Pu+8oBCKB4g8VRekap4SqpGFAAqdVStVnH8ccf9ad5TT7+5MQBNjAj4vKeeHvbCO495x4P33HP3RU7NicXiMbXJl+Eyq9nPIoCkJEq3CCF02obo8pxOkWj3RyWNlm+KAAAFhIqylfGoYwSBD6fmQAQB2trasGbNGrS0tIAxGi2vQgiASKgVVuqZIwRhKRAEqFRqaMlmh4595zFNCbe9HPzYdx4z7IWZM2cufNvb3jb/2WfnnxyL2WoZDQtcmnJFdGKaRGmZQHm2sBxHpPJwCHdrKh1DAgCMgISLrlDJk9D4XNdDrVpFuVwBZwypVAqbNm1GLtcKptUVFM1fe89ApX+gl/+wQb5YKuJ97zvlvgdnz27OndvLwR+cPXvYCw/Onu28613H3vfss8+e7AcBOBgkkYDOBRLNfAmIABVEGyBVkbEAKKEIZKAj4JCWBVCowEPVi5WngoQWJlK1YadWQ6VSRaVaQa1WRSKRQDpdQ29vL7LZrDJC3aik9qRA1KJHFC2sVquhrTU3+JEPn3X9nrigTbwxkAULFr7qxVyuddIFF1wwr2djz4RMJh1pw4TSGjRUSaAGDM5ADSUwxDgHpxyUU7BQOYFR3VNMtZ0otSxA15qDAJ7vw3FcVKvV6OG6qtdDSomhoTzyhTwSWidQCSbV5YKhvZ8EMDg0hHPOOefXaBJR9wnwhx99ZEevdx999NEP3L769gtS6ZSu56rqRegFJZGQoUcTAQJCQQOhE9GqRKyWZJ0YJFIbXwCARPIdfuBrIcoaajXF//M8Xy3rQYBACCQScUhIFAoFuK6qnBiGUmVQwYcEowy1qoOJEycN/PvZZ/9mpC5gEzsHsmbNmh3+YNWqVcdfdtlljwZBYMdiMbBIiIhGXjCUZmOcgzOllMUZb5DwUF+JVs5qHFIohNDzQ1y4jotqrQbHqcF1PZ189hB4PoJA6Pq0hOf7qFWrIERRrbhhgFH19xnnGBgYxEWzLrwWwDdG6Po1sZPgDz700A5/8P5TT332kEMOffLpp546NRaLRS2YKnZQVRERElGFiEpwgoj6Ho8SSAFQVShTZTgosmsgAvieD9d14bgOPM+D7yuPJ4WACGSUmgn0Uk2gpnGGfBtC1BJPCEF+KI+JEyesPe397//liF29JnYa/LT3v/+1fuad/oHTb5s/f/6pruvCNA1AMjDNOo4iYqH6NEIDDLRRIkBodoqKpV+DRNRq6fk+XM9TVQ7fjyJqVVITEXlVClmnXwkJwlQpD0R7Ul+V4c768Id/Neexx5p5v30IfM5jj73mDz985pmz999/v7+//PLLh+ZyOUVKYMMb0uudcgFIQFSJjehWTU1CIA0jPSLv5/vwPFXnDYKggfIvGyobooEBLbUiF4k8sUq9UJTLRRx08MFLzvjAB27e7VesiV0KfsYHPvCaP/Q8b+CUU075/dKlSw9VgpBcGxzq9WCi67mC6DSLqEenRBkckaGMm9Q5P7X8RsanPZwMaV6aiS0aWkF1rrkB6m8IIUAZw5lnnvmruU/O69+dF6uJXQ8+98l5//ANRx555B+nTZ3+X93ruqZms5lo0GAYGUuho2FCIAjV9JdwCJdqDtJtThBSLd2+r5dZvd+LuIMhm0XUiazQFKtQLB1AVPUghKJQLODwww5f/N6T333Xbr5WTewG8Pee/O5/9p6eE044/uY1N63+QeALMA5AKi1opXbQsBckAQgFhFD0fFVH1nq/CNnSqsk89HLhch4xqsNGeITcPs33a9CEC9m0Sn2B4QOnn37LnDmPDe62q9TEbgOfM+e194Ahjn7H0bf+Ze7cz/Zs3Dg5k0lroxE6GFHlNwoCQZUhEiIQCIBq41LBCFRNWRtd2HQs0UDv327ZVftA7f20fJyE4hdSylCuVDBlypSu/fbbrzkrZB8F32+//f75u4D1J7/n5Btv+u2NVwZBoBLSUjUcCUlApUQgBSBUwEFCS2EACeq9GyG1K0IktDVcdyZahqXU2RyK0PeFY8NACPwgwLHHvnP2o4/N2birL0wTIwP+6GNzXtcbP3DaaTfPe/LJ/+jq6pre0pKtM6aFropolowgqgaslmLUeYJh8Vcj9H/DXwuDDxHR6kORTC1arUd/UQRBgHQqHcyYPv0vu/B6NDHC4DOmT39db1y5alXP6aef/uuf/vS/f+J7Pjg3wKDTMpqAKqDpWDpWoFr/T1VQGg4mQxEkDFtuo0g4inxDj4co6KB6bonruuic2Ll1//33X7pLr0gTIwq+//77v+43t2Szt86ZM+czy5cvP6Qt11rv6aAqwo1oWnpvJyl0wKIbx6Motq7hAqBh7xe2cqq8Yej9whIg9BQlShkIpbDt2KZqpbptl12NJkYcvFqpvu43VyvVvo997GM/u+KKK250XBemYQJU6HiC6uoI6tockoDJSG+r7vUQ7glRDzakGBYZA2rvpxg1TCehWX1gjsFBCK1t2bq12e+xD4Nv2br1Df3Cqaee+sdHH3n0M/OfnX/CqFGjQHRSmopQkE130RHNmgkDjwYLJDL0hvXldljgQQBAUboYo9rwlPcjeiYdoxSGaWSPOvLIGJrCQ/ss+FFHHvmGfqFSqZY/efbZP1mwcOE7nVrNsG1bRbMQukJCow46rVpUd30A1FLcEHiI0APWhYWgB+NQTsE0u4ZQqtIvTKVg7Fgc+UJxwsvLlk1GUxF/nwV/edkb79k+4oi3P3zSiSfe9+icRz862jJ11Kv6RaBZMpECQkOPcVQfCQnRwzIy9QZzQgDGKQxu6IGIPKJ0gag9IecGBgYG0itWrToZwKtZtU3sE+ArVr1xIfkVq1b5//7pf79m8QuLTy6VSq2pVAqRLiAJdaNVeY6GYxygXRwFdDcSgOFGqKQ2qNYJ1BM5DWWE4VgwFRwTPa+O4PnnF3/yRz/4/m8ANOvA+yDIpk2b3vQv/+a3v/3Brbfc8p22XA6MMz3UmmnqPtNkUTVfmDE9CFtLc/hBAFczoR3Hget50bBqQigM04RpGDAMA5wbmgXTkDUkBCIQKJbLOO/cc78C4LpdcD2aGGHwBx9+9E3/8ic+/vGfLfn7309b+tJLh7e1tek+YAlQvbcjKjiRWltGqvmbSpgoJBRQEqVaQlAaBiCK7RxGwRKIGDYSBJyruSD3PfDArB9+7/I/A9gxvbuJvRbkhb8v2akDbOrpOeMrX/3qXbZlWvFYTNdsQ9o+rS+ljIMbyhNSQiG0SmqtVkPNceD7HkQgolov4xymYcIwjIjiP5yHiLC1BH39Azjt/afefPGsC84DGsiHTez14BMmjN+pA0yYMP6BD5/5bzfe8Yc//JdlmgCYHqsQtnBqogGt14EpJSCggOQQpqm2hoTAJ0HYKgxKmE7VhNSrxlC63u5JQJBJp/DoY49/+sAD9n8CwK079YGaGFGQO+66e6cP8vZDDxk7a9asR7rWrj0ol8spXb8wd8dY5P1Mw4BhKq9GqfJovq/7QhwXru/B93xVYSEq4Wxor8l070fo/SKxSx2UFApF5NraNn730m+dAeDvO/2hmhgREC3Ru9PYsqnnjG98/Rt3mqZhx+PxqJe4sXJhGiZMy4RpWjBNA5QyANBN6Q4qjgPXceD5gfJuRO3xmKECGBo2NW3HJdRWiP6BQczcb7+nf/j9yz6MZm5wnwBZt2HX9fDcevMt1918881fzrW2ghuGnrTOQDkFZxyGYcC0TNh2DLZlwbItMKYkNxzHRaVaRVmP6fK1Eaqcn46kNalB6s1fyBcMp6wLIdDXP4gPffADN33l4llfQHNw9V4PUiqXdtnBSsVS2+c+97nZK1asOLKtrU0llLer31qWBduOIRGPIxaPwbZsEMbgex7K1SpKxTLKlQqqNQd+ENRTOpw1eMGwvVM0lPLUltHzPOSLZXzkw2d+F8APdtmHa2K3gFz945/u0gNOmdB50tVXX/1nz/NSqWQySrEwpryYaZiwbRvxRByJRBLJRAKmZQEAajUHhWIJ+UIB5XIFjutqPWmif1/VgQklWpJX6D6TeoBDCEGlUoEXSPfz5537eQC37NIP2MQuBbn597ft8oNuXNf13Vtuvvn72WwWhmlErBbGGQxuwLItxGMxJJMppFIpJJIJcG7CD3yUyxUM5fPI54soVyrwPB8SMlqKI4KCzgtGJAb9PESxVIJtx/q/e+m3Pgngn/cdNLFHQOY9/cwuP+h+M6Ynv/bVr/3p6Weefm9He7ui1DMVlHDOYZoGbMtGIpVEKpVCKp1GIpYAZWqYYb5QxNDgEPKFIiq1GnxfzYhjTHtSpogJ9ahYanp/2MqkFulCoYhsa27NZ87+xFkAdi7h2cRuAbnjzp1Pw+wI06dMPuTLX754dm9v79hsSwsoBShVSyg3DJimiXg8jlQyhXQmg3Q6BduOQUqJSrWG/NAQBobyKBRLqNUcBEKJGnG9H1TVknqjUjQrDnVPKAEMDAxi2rSpCy88/4tnAdiwWz5sE28a5K/P/m23Hbxr9epzvv/97/82mUywmK6SUF0jNgy1FCcSCaRSaWQyGaRSSZimhSAQKJVKGBzKY2BoSE1KctR+EEQZIdeVlsZe4Tq5FQirxkJKDAwO4Yi3H/HApV+75DMAhnbbB27iDYNsWL97ncKNN974P7feevNFbW2j1GwPzefjjKmlOBbTQpQZNZ4hmQTnBjzPQ6FYxMDgIAaH8iiXK3A9TzNu1H6SUwbKdMsmSEN+sN5TAp3s7h8cxJkf+uCNF194wfkAvN36oZt43eCZbHa3/oELLrzge68se+WgRYsWndQ+erTWeAYCAXg+AXEcFWBotgxjDIkEhWkaSCaTEIGScQslOzxPiVYGgYi0YaSWAQEhoIAWB657Qs45WrNZPPTwI+eVy9WtAC7drR+6idcN/sNrfry7/8bgpz/96Ys2bdr0576+vimtLS0QgQCRFAECeMSr937odA1jDLF4HLZlQqaS8PV8kEBISFGFr2U9AkTl4kgxVcmChGFIvb/EMA3EpY0nnnzy22d9+EN5ANfu7g/exD8HueYnI0OjO3DGjDMu++5lt/u+n0wmE8romCq1ccOAZVkqKEmlkMlkkU6nEeoSlisVDA4NYWBgCIVCEVXH0dxB6GNwcB5K9qoRTcNYM7r3hICgWqtCgrif/9x55wO4aUQ+fBOvCfJ/d9w5Yn9s9fJXvnbLLbdc29rSAsuyotSMIh2o1Ew8Hkc6rYwwlU7BsmIQQqBULmNwcAgDg0MoFItwHBeBbt+MktQs1KIm9QE7QNTspD8yiqUSDMPMf/Y/Pv15ACN3AZp4FbjwR65c+slPfvK6fD4/889//vN5bbkcOLjqoEMAnxA4cOp9wLqERwiFZVlIxONK2k0EEEKpaDmOq0a+Cj0CAgCYaucEUJ9VQsJhNsoQU8kECoVi5tbbbv/l1y75UgXAgyN2EZoYBvLoPxCo3B2YOX1621e/+tV7Fj///PHto0crQ2OKwBoSFmIxG/FEEum0Ts8kkzBME57n1yPjwTyK5TJctx4ZU0a0RrVaionufIoqJo29KSDIF/LIZls2fe+yb38awNwRvRBNAADIcwtHvqFsc0/P23784x//ua+3d0pLS0vDOAcGg+vlOBZDMpFEOpMelp5xXA+FQgH9A4MYGsqjXKnA9ZSIOaU6Uc3qQU0oE1w3QEXpDzEwOIhRo9u7r7ri8k8BmP+aJ93EbgFZ8tKekVZZ3911+mWXXfYH3/dTqVQyCkqYVt83TBMxXS/OZtJIZzJIxBOgnMNxHOTz2gjzBVS0EYbMarUfZHUjDKeGSVUzVsJHiHpD+wcGMXZM5+orLv/O2Wi2eI4oyJIX95y2z0MP3v+lG39740/TmRSJ2bbW/dORMecwTRN2LKYrJWmk02nE4wlQSlGtORjK5zHQP4ihQgGVag1+4ENKRMeoe8KQyAr9VURKr4DaIvYPDGLMmM4VJ550wicBvLBnrsi/Hvjc3UBGeL04++yzf+bUalNuvfXWi1guB9M0ISERIIwoVC8I1TNGwnxhLBZHzLYgRUop9OvgolKVkfRvlCMEAGhVLRJKxIWDHjSJAUBrSwu2bt0085FH59z2rmPf+Sk0jXBEwEulXUdIfaP4/R/vll/92tcu27Bx4+R5Tz55Ri6XA+dcyfoSARL4cF0CQmo6Og7LbhSxeAyxWGzYxE4pJao1RwufC/gBwAGlxCBolLQmUcWkgdIPgmwmg1KhsP9zCxbcdsTbj2ga4QiAB8Ge7WL8yc+vL5x77rmzurq6xq1fv/6wUW1toAQQQQOfPtIHDKNbRUq1bRvxWFyr7IuoT6SmE9UikPAhwACAIpp3By3/QQGlZR2RFwiSyQQG+vr2f+5vz932gdNP+3cAu6Zppokdgvzyhhv39DkAAPafPvmIK6644k89PT3jc7mc9nY0qhMbBodl20jEE0iFiepUCpZlIRCaPTOYx8DgEIqlshpyrbUKKaPgkdJWuBwrw9t+FAQAQErk8wWMGt2+4offv/wzABbsyWvzVgZ5aekre/ocInStXfPB73zn0lsD38+k0mm172M0kvgwDBO2bSERT0Q5wmQqBdOyEPg+iqV6taRULqPmuHpYDtElOx1pR56wgTsYsqrDk5ESg0NDaG8fs/ry73z7XAB7brP8FgZ5/oW9iyg8/5mnvviLX/ziF6ZpsmQiqUazhhEtY1FPSSKRQDqTQSaTRjKZgmma8HwfxWIRA4N5DA4NoVRSfSWBHp6jvGlIeqDRLBPVZBdKDdfrx4QQ9A0Mor29Y93XvnzRf6JJ7d/l2C2U/J3FI7MfuvyuO+/8XjKVgkrP6PZOpvpCTMNSRpisV0uSySS4oXiExUIJA0NDEY8wMkLoBineIH4Z6hVKRMYnol5jFS8PDg2ira1t09kf/9j5AO7f09fnrQTe09Ozp8/hVbj00kt/YFv26N/97qb/oq05WJYZpWZ8EBC4wwKTcE+XSCRhGAaSqWTDSAj1cFwvGoaIQOtmEiUTAqmF0MPpToAW/lCeMZvNYnBgcOxvbrrlxs/8+9mzANyxRy7MWxDccfc+cvBdf7pPzLpo1je7u7tGPfHkkx9ta2uDwTkEFJnVDwB4XiRmGanogyCRTMI0DKSSSaUzE+3qqpEnFIGAr8tynDOdL6yr8UPreEkpIynDVDqFYrHU9vvb77jhU5/4eAuA60f8wrwFwUVDXXRvwr33P1T84vnnX+j5fuuz8+efnMvl9E8ICAR8+FD7NCCcHRcmrhPJBEzTRCaVVOTUyBFqTyg1uRUq8KWcghGqhDNDT6iNUsp62S6dTqFUKqdvu/0P/3P44YdmAfxoxC/MWwx82fI3LtE7Uli2fNm2c8899/Pbtmy9a9Wa1YePHjVK/yRsvoRajrX4L4FuUiIEiUQcpmkinUoNi24lVG9JOBjbJwDzoWhclOp5OOFiLKNeE0Atx8lEHNVazXjq6b9e9dGPnJX5+Ef+7XsAaiN1Td5qIOt3oTbM7sLjcx4/6Nbf3/rHng0b9m/N5SL2TEhm5dyAZZmIxeJIJhWDprFu7LiqwWlocAhDWnXBdT1NaFUCmWE/SjgIhzTsAaPBORGnlcB1XVSqNbzr2GNu/sRHz/oammJIbwpk0eJ9I9FPgXd8+ctfvqNnY8/EtracLs2xBiPksGxLM2iSus0zjXg8DkoZHNdVRjg0hKEhpbrQGB3XjVAPw4mmc9ap/ULqqpFekn3Px1C+gHccc/TDRxx22Cw0FVrfMHaLNMfuwuQJ40655JJLbi0Viu3ZXIsS/GWsgdbPYVrKCFPJJDKZLJKpVGSErjbCwcG88oSVSkTtD40wVF8Ik9XDRorpNE1EaiVAEAQolcpoaxu1+D8/e87nATy/By/RMJiGMW3RC0veDogDhcQo2zI9QkgPZWz5gTNnvABgjy9/5JFHX9+wwr0FA319Z1599VW/dVyvtSWbrYsfhdUSrhqcQk+YzqSHeULXc1EolDCUH8JQvoBSuQLX8eALAWgNmlD+gzZUTEiYrJYNRghEkiD5QgEdY8as/c9z/+NL2IMUfylkdsPGje95ednyM9d2rT+uUCqOd2q1SJebMoZEIhG0ZDNd06dNmzt50oS7bMueiz0kbUz+7/Z9L6VVKxc/+ctf/erX1Wolnc1k62KY2nsZXNWNbduOpD9SoSdkDK7roVgsqeU4X0CpXIbjelGnHdGVEkbrRki1Sj+wHb2/AYVCEYlkcvCDp5/+LQA3jOQ14RQTN2/ZdtbLy1Z8tGvduqN93ye2bcGyLJiGAcY1O1wIBELA93z4IkA6la5NnjTx4f1mzvhfAI+M5DkDAPnZL/fNdFZbS+azP/rR1T/3PS+eyWSiunGkwmVwmKZVD0zSKaRTGcQTygg910OxVMLQUB5D+YIiMLiu4hMiVGetl+3qfMIGdnXjcgwABCiXKwiEDE44/rirvvi5c38IwNmd1+GZZ/7avmjxC+e89PIr5/Rs2rofCEEqmYBtW3ploJGaWNSkpc9VSqWn6Pk+EvGE87a3HfCnww85+JcA/ro7z7kR5PY7/jhSf2uXo1wsfPHn//Oz//aDwEqnU9EoL6aXZG5w2Jal+0sSSKWVCFI8ngDnHK7noxQZYR7FUiWickWULb0kU0bB9FiJugpcgyASoMbQEoKaU0PN8XDyu0/8vyPffvi3AOzygdpj29tHzXv6r594bO7cz3Sv23AEoRTxWAycG+CMqokElIHz4VuJYZOB9HkTQpRMsuMg25IdOO7Yd948dcqUX2EEgipy97337e6/sVuxeeOGWTfccMNPpBBGKp2OSAfDomPLQkzXjlPpNNKpNBKJuKod+wHKpRIG8wUMDeVRLJW1RLBmI0YkBqbUuCIFBoRWN0yrOpxl4mt2zvjx4xd8/KwPXwzg2V3xeSeOH2esXrPmo/fcd/9FS156+WgQimQiDko5AIAxAsPgesxZmFrSv9yQRhrmtsOISgKu58B1PXSOHbv83Sce/7P9Zs68GcDrH6n6BkHmPfX07jr2iGHRwgUX33TTTddCSiOVSkWKqkSzXziva1MnEwmk0ymkUmkkkqp27AcByiUljDmYz6NYLKNWq8Hz1eSm0Ai33xfWoeYlQzTsCwmBCAIUS2W0tLRsPu3U9131zmOO/jXepG71imXLyMpVq09btnL1+S8uffn0UrmMTCoNbhjRe8L/fKah2lsNg4MzGlV1Gk4X9WKP2heG++gwQV+t1cA5x4zp0x99x1FHXg3gyTdz3v8M5JZ9KA3zj7Bt86Yv33LLLdcIKYx0OhXdjEZ5YMsMqVxJpNIppNMZJBIJGIYJIQTKlQry+YIywkIpEscM83+hJwwbnVTCOsR2+oRhTzzUvlAAOOSQg+859T0nX4M30nknA/rKsuXveWXZiv988aVXPjRUKBi2bcHghhriCETNL+GWweRcTSPQ4zCi1RdQJyRkZHhCCJimid5tWyFBkGtrU59Vy92Vy2Wk05n8iSccd8NBBx7wMwC7lL1CHp3z1qG4vbz0pS/97qabrvWDwMyk0ypFM6zdU3faaT5hKpVCOq08oWmaEFKiWqkiXyhgcKiAQrGIarWmZOG0cUWeUPcxq4475VKigERXTxD9BHA9D6VSGaNGjdryrmOP+d1JJxx/M4CVr/VZurq6Wmu12knznnrm3xcveen9pVLZsiw13sL3FRHDMEz15oZ8JdFSxjH9Xsrq/0miM5LqfSIIsGHdOlDOkEqlsGXzZowePRpto9tRq1TgBz6SyRRqjgPHcTBt6tTFJxz/rmuwC+VMyO9u/f2uOtZegVJ+aNZv/vc313qea2cymVd5QsaZMkJLCaWnU2mk0mkkk0lYlq0bm6ooFIoYzOdRKJRQqVSj+jGAhmGMjRFm/RzC5vewER4Nxlit1uC4Ljo7O7tnzpgxO51OPTVl0sQ17e3t1fXrNiS6uromDeXzR65as+aktV3dh9dqDrFtC4ZhaEMi8DxHe3VTnw/0Twig/9NZtomYZamtSKMHbOA5KkH3Mvr7+5HL5WDbMTiOg1g8DsepoXvtGsTjSYybMAGQEpVqFYZpine+4+ibJ0+aeC2AFTt7v95yBggAget84ec/+9lPHMdJZLNZvYcj9QGITBmhZVmIJ+JIJlPIpBWz2rJtgACO46BQKCkjzBdQrmo6l6+NkFJQiuiYYe9xiEY5kEZ5EAISLfeu7yMWi8M0zSFGmVepVqxKuZIuFouQACzThMF5A/FCeeBarQrGGCzTijxseE7hkkwZg21bsE1TTxXQ5xVS1LQRuq6DcrmEZDINy7Z1076EYZqolEvI5wtoybXCYBxSqhxireYgl2tdeep73/v/Tjr+uJuwE0lssmrlG58XvC9gwcIF5/y/a6/972q1msm2tKg8oa4fUy2WHsoEx+NhrlAZoR2LgRICJ0xY54e0an9Vp2lUC2g47ZPpCJnqgdqEhAbXWD1RRhQ2QQmhepgd14XjuvD1NICQtR3q2oTpIKhnoIyiVq1CSoFEIhmlfsLIPKSlSSjVsFjMhmkaOgfYUMGB2ud5nod1XWshAUyaMhWmaSA/OATHqWF0eweECFCt1ZBIJCCERKVUhGFZkFKCUobDDz30jx864/SrALz4Zu4Tmb8bNaL3NFYuX/aJn/z4J79w3Fou29IaLcWNaRoj1CZMxJHUwUkylUI8FpbuPJRLJQzlC8jr0l3VcSLVVqCe9on6lsPRsggNMGTViMjwgkAgCAJ1HH2sRm8ZBq7RlHnUo1zf91GtlJHOZPR8ZkScyDqRTD0opbBtC5ZphPXEYfUbFfkGKOTzsGNxxONxlEsldHetQSqVQXtHB9Z1r4VhmJgwaTL6tm1Db+82TJw0CbFYHMVSCeM6O7vf8+6TfnzUkW+/AW8wyidLXnxThrvP4PmFiz50ww2//lVfX9/YXJumcmm2S7gchxOc4rEYElqVKyQxMM7hez5KZRUh5wsqV1itOfB8XwUnUqplLtxvRkwaqBuumTR14wsiZnagpebCPWMYKjTWoDXVFtD1XMYYivk8KGfIZlsgpaj3S0f7URXF+oFikVumCcvSQyJR7wZUp6p+T+hSpGmZqNUcVCplpNMZOLUq+vv70NraBjsWw0B/PwghyGp553KlAsYYDjvskLvPeP9pV+INjMQgT87b9/OA/wwi8E7+0VVX/W93d/eUbEtLXcgynF2iZxpblgU7ZquqiQ5O4vE4ODcQiADlSgWFfFGX7kqo1mrwXFVTjSpcDQZQh4yW3kCnPkL1BqlV/WVE9aobhtK8JtExQ+/KKEMgBAYH+5HNZJFIJgGJiCepJtQzqIDF14l1Ac4JTEvtKwHV90K2I8T3btuKIAgwprNTcR7LFbTmcpAigOM4sO1YFEETShAEASihUW/22LFju8847f3XHPn2w/4Xr2NvSJYvX74z93afwYYNG4689NLv/K6/r+/AltYsOOP1bjvdIRcSW6M0TZiwjidgmIbaA1WrKBa1ERZLqFRrcFwv0q2OfNiwfhT1XCk4yLqUiBA6vSN1gBIGG3Vv19h4RbXmISFESdU5VQwNDaK9fQwSiQQARGkm27bBOYfn+6hUquo/TLWKQEiYhhoWxBiLCLeAWo6LxSLWd3chN2oUsi2tWLt6FeKxODonTEDPhnUACMZPmIiB/j4EIkB7ewfK5TKklEinMyiVy+Cc4cgjjvj9O4468goAq//RfSF/fuBfRxz0+QULDly8+Pmbli1bdlS2JQuDG5Eil9IW5HVVLlvJBafSKaRTacQTCViWpaQ/ajUUS2Xk8ypXWK7WlBKDr5bW7fWpw7xg+LqQerxY+N4GTxQ1WBGiDJCGX6nyhg2KEaZpolQsolAYwrhxE5BtycI0DCSSCcRjcRimASlURF8qlzCULyJfKKBac0AIgWUZMHQlJfzPwzmD5/lwajXE4nH4nof80BAy2SyCwMeWLVswqm0UCCVYv64bo0d3wLJtrO9ai7bR7Rjd0Q7P9VCpVjFl8qSXzzj9tG/jH7Sykrvu+dNuv/F7E+KWNfnuu+/61eN/+cupbbmc0qpuuKkhicHUKgzxeALJVArpdAqJRFK9X0fIpVIZhUIBhVIJ5bKKkD3Pj/Z422tUR3PtGp6H3q8xNxcaX1htCQ2RaU0cpof9cM5g2Tby+SEMDgxgxoyZGD9+nNbbtqIyXRAIuK5br/QMDiFfLMH1XL31MJU3FEroKdTZFkLoZV8Vkyml8AMfvucjFo/DdRy4rotkMolisYhqpYpMNgPKKKBXC8u2yqe+75SrT3/fKddgB/NZyMqVr5mMf8ticHBw9A2/vuG6eU8++alUWuX+KEGUomlMWIfq/eFgxVQyBStmgxIKz/fU8lYsoVAsoaLHzDquB9/3lZ51UDc4FekKrdCqluKodAzoQIaC6sAglBoOa8+MDSdZMM5hcIZ4IoFyqYS+3m2YMmUqZs6cGbWXhsYTBAE8X+0HS0U9hWpwCMVyGUJImKYJ01SlPSmE3rxJMEqV7s7AAEaNGg07HkPPxg0QQmDc+AkoF0twnBraRo8GAYHv+1HyOxASTq0GEIJ3HH3k795/yilfA9DfeC/4tt5/yV6abd++9NtfmDhxwrZbbrnly3HfRyKZ1B4pVEiQ9eg0VN/SgUNKBLBjMVVrTYZimgaKpgmjUlHVDsdRXDuiRNVVyoZGHEIphW4FRZS/i7QQI48c5gRDkSYdYOjZyZxxGKYB0zAwevJkdI4dg7Vru+D7Hg488EDYtg3XU04nVIzljMEyDcTjMaSSCfQPDGJgKK/nM/uwLVMRGER9Kr1t23BdF+vWdWPa9BnItrRiQ3c3+vv6kIgnsGXzZlRrNYwfPwFCCGzbugXJZBLJdAaWZcEPfMx9ct651Wqt5T8/e84XAGwLbwRZ9i8ShLwWfnzt/7t04cIFl3ueZ6TD+rGu8UYJ6zA4CXmFqXqaxjAMSAk4notqpYZyuYxSuayS1jVFbfI8D37gKzFN0ZDzg4wi3KgnJfTCVImuU6LOJZQuZjys5nCYOn0Ui9lKSTaRhJACK1euRKVSwYwZM9DR0aHSRZrjGPJ1At+H63qoVCoYHMqjv38QQ4Ui/CCAaaotCCWIdHUIpSiXSuCcIxaLwfd9+L6PeCKOarWKcqmEVCoNxhm2bNqEocFBjJ84CYlkQitSCBSKRZx84ol//MrFs84DUAYAMjg4sCfv/16Bu+68+7xf/vIX15TKpVxbri264CHNXwUnTDU82Wq2XTKlZx3rgduEEPhegJpTQ6VSQalcVZPfqzU4tRocz4Xnqv2hlEEklE4Ion1euLzSBtpXnfzA9PnUDdEyLZVkti1YpqVLjAY4N9DT04Pu7m60trZi+vTpsGwbnutF1ZYwKvcDlV4pFkvoHxxCf/8gytUKKKWwTBOc0yhSJ4RGKwOlFPn8EDzXRdvodhACiECAMaZKjeUSTMOEYZoRm0j4qqryqU9+/OsA/h8AkBt+89s9dNv3LozKtZ52/fXX/8/qVaun5XKtarAiJSDbtX6aVkhkSCCl5x0nEknYtg3KOIQI4LoeqtUqSuUKyuUKKpUqqtWqWpZ9L0r4AvXqBgupXtrYQiZP1CbKGFhIjuX1Co5pGjAME4zxYdR7y7JQqVSwcuUqVKsVTJ06FWPGjIlykNCludAQw3RNPp9HX/8gBvN5uJ6vvawZBSVhwEQpRalYRNeaNWhpbUXn+AnwPReBH8AwTWzcsB6WZWF0R0dk8ABBuaxyhZdcNOsEAOvJwoWL9swd3wtRLBYOvfLKK3+9bl330elUuh4hk/osEyOqIdtI6OAkmUoimUwiFouDcQOQEq7voVatoVyuqCW5VEG1VoXnKZEkCQkKRMdXil31Kk09/RJGvzoCpnresmEob8eMSIydUDqMmsW5Sitt2rQJ3d3dyGQymDFjBmLxODzXQ7gFCLNFYW061FnsHxhAsVwBAFiWCYOzYf0wjDE4joNKuYxUJg0pJbrXrgFjHNlsCwYG+tHeMUbr9NQDMdd1MOuC8/8DwK3kT/fdtyfu9V4Lz3EmPDZnzo//MnfuR1MpZVR0B5SucLRYLK7Kd6kGI+SGAUjA8z1Ua+oGlcsVxbL2fDXpCVJFvqSehwwTzkA9CQ00JKIbPLFhGJocq0bWquR1vXEq/EopgWlZcGsOVq9Zg2KxiIkTJ2LcuPEApPaGULo4Dd6wVquhUChGQYrj6pSNqcp50X+iKGUTgBCKWq2G3m1bkWsbhUQiAc/zdFUGCEP+QqGID55x+s8AfImvXrN2BG/vPoH1l3zlK+dOmDhx7a233PJ1z/NJpC8T8foak8oiipB9P4Dn+bDtGAyDQ0qAUwLTMCBsC4wS+IGPIBDDmoMIbaQcqL+AiFhQZ7tEe0FGI88lpUAQNLBhQvYMCWcoE9Sqil5/4AEHYFtvL9Z2rcW2bdswY8YMpNNpeJ6nSoHa0A3OQeMxcM51LjSuvGGpgkq1ppZ9zvXxBYT6VQghYMdimDhpMnzfh5QCnLOo0tLIHt+yZcu0L8260OAf/+hHdvsd3QdR/o9zzvmmFGLd/Q888IOBgYFctqUFYXdPpD0Y0q00ycAPfHieh3jMgWXbDf/zofKKMMACquvCwye7R88ahJCUE6sngSMGtqbLSyEQ6CWX0JCuGhpjnR1DKIHnufB9H21tbchms+jq6sILL7yAzs5OTJw4CYwplo3UZsIo1QlqCtMwEY/ZkehntVpD4AcwLRNcBx0ibEMQAQIQTemH2i82RN9EH7u3r3/81q1b2/nWrVt3433ct/H+00+//sijjlr94x//+L/XrllzQFsuB24YEdcP8CMDFEKxXHzfh+c6sB0b3DAjI6yzTwiUJibVr5HIm4YcBinDJTR8rYFqJTXbmggEBPWlVyLa/9UnCujlOyCQVBlirVYDYwwzZszA4MAA1qxZg97eXkyfPh2tra3wfT+imREAnHHQGNVVFwuJeEyNzS2WUK3UdP+1Aa5pXercZWTIQP15I63McZw2IUQbF2LPjmnY29Gayz322c9+9qwH7r//pwsWLDg1k8nAtm2oW1SX6YiYLkGge2xdmKap+3NVMhk65zdMaQvDm9slpE7RhG1rMjJGNeGJgASApHXSQn3fF5IVwq/6dwmF0vYMQAmB7yuPnc5kcOhhh2H9+vVYunQpRo0ahcmTJyu9bc+LmqoIAbjBkSAxGIwpska+gIHBPMoVNUDc0t4QUiKQQhNlsQNSBrSnFDwIAk7+Or85n+/1gFHaeu+9915+zz33XGSaBlKpVNTwNGz4Nufghirym4Y2QM6HR7jhEglEbqFBsEB9j5AL2FAPjljPNPoZGjwdgCh9E5IawiAh5CuGgY9ywyqStSwLhUIBa9euheM4mDx5Mto7OqJ9bXSOQiIQ6jVFcFCEjKF8Ea7nRRUhShtTNuRVRlgsFtHRPnrdN7/6lfdz2zR3+817i2DgYx/96Jc452sfeeSRywf6B1paWlrUckwkJETEegnCPaHvg3tcJ455VOWgOqXSSD4AEN3oyLPp/RsROn0cGaGMDAx6vxUaGQSBIKHxUoAKvQ+jIAgNM1xiFZ+vUqkgFovhoIMOwubNm7FmzRps3boVU6ZMQSKRgOu6USABqKmklmmCEMDgSn0iXygqtni1BtM0YRisLl0COew/WOD7iMViW2Lx+Fbyyit7z5yQfQWrVq163y9+/vPrVq1efUBraytMYzitK1T0DxkrrNEAwzklUepFM6jR6KVIZDTQAuzbG9swT0gIQlZzozESopqUCNMeVHtMGkbJ4d9uSN1Ypoma46Crqwv5fB5jxozBuHHjEMp3NBIrgkCowEvTr0qlMgolNcM5JHNwRodR0IQU6O/rw/HHH387gE/xm265dc/dyX0Xj372s589695777120aJFZyQSCcQTCb2XUxecSgZBVZqGBQFoEAwzTNpgsFTTrEDq1CsCAkEEiKx7ShWDNBqljAyIUC2sHvalCAYQxVYmgVDy1ySkVhGAqj2hpPVcIyFAtVYFYxwzZ85E/0A/1nWvQ29vLyZOnIiWlhbF8gn8qL0gJHAYnCMWswFIVYKsuagGfpQwp5SolcFXKmRTJ016EQD41EmT9thd3JcxlC8s/9LFF3/qiSee+NZtt932lfzQkJlOp9WNlaSeopECglIwISBoABowBCyoS3yEhtjgxRo5gETUUymENBgloaBEQoa/J4kyTKFyf5RIRZ3XgUi0/FJtjEHYeVc3PkAtzEK48DwP6XQab3vb27CxpwcrV65EKpXCuHHj1Hi0wI0i5tAopQhUwMIoOAVqjgvPdeB5JkzTgBQCtVoVsZjtdXaOfQEAeGfn2D14G/dt9Pf3Fw8++OBv53K5JXf84Q9XdK9bN6O1tQWWaSGQEkQKSO0RpZCgVIJSASoYRFha0wEMIfUlmTR4xSidInTbZ1iii4yPgNJQTL0edEhKQKRsCELkMG9KiGwwvsaAqJ4uDoIAhBB0jh2Llmw2ipZzuRxGjR4dtXV6nuI/hs8Dzb6Rwofn+6pG7KkKSrlUwsQJk9aMGzd+CQCQxYtf2CM3762GRQsXHPC35577/tNPPfURxhjSmUx9jxcZVP35ML4fpREPMNrL0eHRa6NBRsciZJixhl40Ek8K94SRIdfJClGEHSWtATSQBuqQUV6SUorBwQFs3NgD3/fR2tqKTCaDwPdRrSkJE9dx4DoOHNfVhqnKjqEI/ODQEM4444zfAvhPAOB33rXLZD7+1fHKJZdc8qmpU6c9+8D9f/761m3b2ltasjANE0ISlbeTElISSKL2hlRSUClABG0worqRNBpho5EJSkElhdRLryRSf6XKMzY0zUPPP6ENecHQIIHQEKHeBzTk7uqVGdnQ1RePxzF16lT09m7Dli1bsHXrVqTTadi2rTmGLhztEcPWBEg1GMjzfViWJQ4+6KDZ4UUjt99++wjfp7c+TNM65v/+7/dXvrx06btN00QymWyg25O6t6K07tG2M7Rw3xcxokn9+9ADsu0MNKSP0e0957DIuMEbApH3IyDhnJ4GBQUyLOpVyXbVZkAAOK6L3t5eDAwMAIQgpsuPvk5B+Z4PP9A1YcZRLJVw8MEHL/zRVVedAmAIAMjq1f+wa66JN4nly5dnH3vssYuffvrpiwv5fCadTsMwTRDUm40IwasMbthyC9SXZ0KAhsg57A8ebnwNAc32xj0sGd2QN2zwgnWq6nDjkw2tpCr94msPp3pcqtUaBgYHUCqWIISIGv4lFEkVkGCMoVKp4MJZF34ZwH+H14n84pe/2AO3518HUuDdDz74wPe7urreZXCORDLZsMQ27svqeb3QaBAaWuixGpdiSnfwfHhap27IoYE2GOB2y/DwfR9etfSGgx6VpIgfMX9831XtqEGgZEzKZdSqVXi+H9W3DcOA67nYb+Z+G3/285+fACCiYJGu7u6Ruxv/onjub39re+65574078knZw1pb2iZZj1ICAMGSiNvRBqW5XDJpNt5yGFLsTZmRigIq+8hGz3ssMAmKuOFtIM6Xr33C2VERFThCR/KCFVjfuD7EFJG9fCwF4UxilK5jFkXzroCwOWNf4tcd911I3Yj/tVBKT3piSeeuHTZsmUnSymRyWTqRrHdg0bVjgbjw46Dk7C0V++gazC+0OAa6sn11EtjBAxEUXCDqpeQ9Y7A0AADX6dXGh5hPjCskESdgAQoFUuYMXPG6h9dddVJ2E6wnbzwwr4xquutgr6+/tQLL7zwuQceeODC9evXT0kkEkjE46/ydo1Goog02wUQOpAZFsA0BCz1JHeD0aK+9xxuhOHZ1Q0wUnIQgap6NBhfGGSES3GjwdWFl4Joz1hzavjOpZdeAOBX218PctNNN47k9W9CY7/99t//7rvuvmDu3L98ulAoppNJJf2BHe4P695KZVbCn2G7IGMHy3RjMNLwe8MZNeFZ6RAkCjxU8CFDwwoCBL6SlAsaHlFwIhrY4UKASImhoUGccMKJT1x//fUfBFDa/jqQQqEwkte9ie1w5x//eOLjf/nLhYsXL/4313FYOpNRbZ6oe6nG+nBYB6agwxPNUWBRn+xEG7xl4x6y7mV3vP9TbG2l/B8an2g0wmHfC03LVwYoA4FAqFpxtVpBMpkqXH311R8AsEMZNjJ79uwdvd7ECGLTpk20Vq1+YOGiRRfMnz//lCAIkEomYZjW8OWyMVoO0zThsrr9Uk2JomBtnxMcxgskUQI6hNRiSqGKaz31EkRRcPha9JCKES58pXcYLtXlShlf/OL5lwO44rU+O7nyyit379Vt4nXjE5/4hP3Iww+fNWfOnC8sX778uEAIJJNJmIbRQL+qR81RsALUn+v30Yb3bB/chEbdaHyE1KPfcA/YKCEXiGCY0dVTMypKDkRd9VUEAQYGBnDaaac9dM0113wCO1h6o7/b7AnZ+7Bo0aLM888//5Fnn332vDVr1hzj+z4SWh6uXr0IA4vQmLSBak8YcgexfSCDBsNUb0O4EMuGACQS1WwwukBqqTltmEHUD6NzhLpKMjQ0hBnTp7/8gyuv/Df8M33Ap556ajdeyiZ2Bn19fS2vvPLKmQuee+6c5StWHFer1XTvcWyHqZu6UTUus1QbJxqMD9hxAnq4AUaBiOb8hfu94QRTqXKEeokeHBzA+PETNl1//fUfw+sYekgWLWoqI+ztKBQKqa6urtPmzp376RdffPE9xULBMrVsHNdyu3WF/nBfqL1iGD0DdW9XT/xF/JdGNCr7b/+IDE+IBgNV+77BwUFkMpm+a66++jz8A1HKRpD77r13F1yiJkYCBxxwgDHvqadOmj9//sdXrlx56tYtW8YKzVBR+i2a0aIT1AAiY4v2jpB15otmXoUtoyHqA3aEmoEXGh3qYpuR1LAWWu/v70dbLrf1m9/85vkAXrdRkVtuuWXnrkoTewTpVOqAp5955ozly5f/W3f3uiPL5RKzTBMx7RVJ41LbsC8EMMwDNqLREF/L+0E2lOekhOu66Ovtw0EHH7TqG1//+oUA5ryRz0EeeuihN3cFmtgrIKXMLF269KRly5Z/eO2aNSdt3rx5nB/4sG1b9+oaw8ptrza++iK8QwMMe5+lBITyiFIvu4VCEX7g45CDD5777W9/+8t4E8NqyLx5897kR29ib0M+n5+xYMGCd3d1dZ26cuXKYwYHBka7rgfDVFJuRjQ9Uy3HO1p6gQYyQmSE9e89T4la1moOOjrae4995zuvf+8pp/wPgDclNEnuueeenfrQTex9YIyxnp6e/Xt7e9+5efPm41euXPn2gYGBScVi0fa0QRJCtBgmi4itIRoDjSBQeodCKIaLYRjo7OzcMHPmzNknnnjiTQAW7My5kptuumlnP28TezmmTp06ZvHixQf09PQc5Hne21auXDm1WCxOrFQqOcdx4kEQ8Mj7NXhFSqkwDKOaTCYH0+l098yZM5ePGzdu/v777fcMgF0yZJA8cP/ripabeAth2fLl8SPe/vbcwODg2K6urlGrV6/Obtu2LV6tVkwhJLEsy89kMtWpU6cWxo8b13vY4Ydv6urq2op/UNF4syAS2A/Av7ZSeRN7DP8f0OjzEwqUTpkAAAAASUVORK5CYII='/%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 16px;
  height: 17px;
  margin-right: 4px;
}

.nfooter-contacts__time {
  display: inline-flex;
  padding: 5px;
  padding-bottom: 6px;
  padding-right: 8px;
  background: rgba(131, 168, 117, 0.2);
  border-radius: 12px;
  line-height: 1;
  padding-left: 24px;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #18181B;
  text-transform: uppercase;
  position: relative;
}

.nfooter-contacts__time:before {
  content: '';
  display: flex;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 12px;
  height: 12px;
  background: #83A875;
  border: 3px solid #BED2B7;
  border-radius: 50%;
}

.nfooter-contacts__email {
  display: flex;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #18181B;
  text-decoration: none;
  margin-bottom: 16px;
}

.nfooter-contacts__adress {
  display: flex;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #18181B;
  text-decoration: none;
  margin-bottom: 36px;
}

.nfooter-menu__btn {
  display: inline-flex;
  padding: 20px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(24, 24, 27, 0.12);
  border-radius: 4px;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #18181B;
  text-decoration: none;
}

.nfooter__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 0;
}

.nfooter__title {
  display: block;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #18181B;
  margin-bottom: 16px;
}

.nfooter__buttons {
  display: flex;
  align-items: center;
}

.nfooter__app {
  text-decoration: none;
  margin-right: 12px;
  display: inline-flex;
}

.nfooter-soc {
  max-width: 290px;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}

.nfooter-soc__list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 -6px;
}

.nfooter-soc__item {
  padding: 0 6px;
}

.nfooter-soc__link {
  display: inline-flex;
  text-decoration: none;
}

.nfooter__copy {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.nfooter__copyright {
  display: inline-flex;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 20px;
  color: #18181B;
  margin-right: 30px;
}

.nfooter__policy {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 16px;
  color: #18181B;
}

.nfooter__alt {
  display: inline-flex;
  margin-right: 0;
  margin-left: auto;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 16px;
  color: #18181B;
}

.nfooter__alt a {
  color: #18181B;
  margin-left: 5px;
}

.nmenu {
  position: relative;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.nmenu.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.nmenu__container {
  position: relative;
}

.nmenu__body {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  max-width: 340px;
  width: 100%;
  min-height: 100vh;
  z-index: 20;
  padding-left: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.nmenu__body:before {
  content: '';
  position: absolute;
  display: flex;
  height: 100%;
  top: 0;
  right: 100%;
  width: 999px;
  background: #fff;
  z-index: 20;
}

.nmenu__category {
  margin-bottom: 20px;
}

.nmenu__list {
  display: flex;
  flex-direction: column;
}

.nmenu__item {
  margin-bottom: 16px;
}

.nmenu__link {
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #18181B;
  text-decoration: none;
}

.nmenu__link.is-small {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #18181B;
}

.ncontent {
  position: relative;
  overflow: hidden;
}

.ncontent:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 27, 0.18);
  backdrop-filter: blur(10px);
  z-index: 19;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ncontent.is-active:after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.mcat__detail {
  display: none;
}

.mcat__detail.is-active {
  display: block;
}

.mcat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.mcat.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.mcat__body {
  display: flex;
  align-items: flex-start;
  padding: 24px 0;
}

.mcat__aside {
  flex: 0 0 292px;
  max-width: 292px;
  width: 100%;
}

.mcat__list {
  display: flex;
  flex-direction: column;
}

.mcat__content {
  padding-left: 32px;
  width: 100%;
}

.mcat__item {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 8px;
  background: #FFFFFF;
  border-radius: 8px;
  transition: .3s;
  text-decoration: none;
  cursor: pointer;
}

.mcat__head {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.mcat__item:hover {
  background: #fcfcfc;
}

.mcat__item.is-active {
  background: #F4F4F5;
}

.mcat__icon {
  display: block;
  margin-right: 16px;
}

.mcat__item span {
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #18181B;
}

.mcat-actual__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  width: 100%;
}

.mcat-actual__col {
  width: 33.3334%;
  padding: 0 8px;
}

.mcat-actual__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.mcat-actual__img {
  display: flex;
  position: relative;
  padding-bottom: 83%;
  overflow: hidden;
  border-radius: 8px;
}

.mcat-actual__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mcat-actual__body {
  padding: 8px;
  text-align: center;
}

.mcat-actual__name {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #18181B;
}

.mcat-main__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  width: 100%;
}

.mcat-main__col {
  width: 20%;
  padding: 0 8px;
}

.mcat-main__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
}

.mcat-main__img {
  display: flex;
  position: relative;
  padding-bottom: 83%;
  overflow: hidden;
  border-radius: 8px;
}

.mcat-main__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mcat-main__body {
  padding: 8px;
  text-align: center;
}

.mcat-main__name {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #18181B;
}

.mcat-main__card.is-unvailable {
  opacity: .5;
  pointer-events: none;
}

.mcat-main__card.is-unvailable:after {
  content: 'Не сезон';
  display: inline-flex;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px;
  background: rgba(24, 24, 27, 0.15);
  backdrop-filter: blur(15px);
  border-radius: 12px;
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: 100%;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.mob-menu {
  display: none;
}

.nheader-icon__link.is-hidden {
  display: none;
}

@media (max-width: 1280px) {
  .nheader-nav__adress {
    display: none;
  }
  .nheader-nav__tel {
    display: none;
  }
  .nheader-nav__msg {
    width: 100%;
  }
  .nintro-card {
    min-height: 450px;
  }
  .nintro-card__title {
    font-size: 54px;
  }
  .nfooter-menu {
    margin: 0 -30px;
  }
  .nfooter-menu__col {
    padding: 0 30px;
  }
  .mcat-main__col {
    width: 25%;
  }
}

@media (max-width: 1023px) {
  .nheader-main__link {
    display: none;
  }
  .nheader-main__logo span {
    font-size: 24px;
  }
  .ncategories-card__name {
    font-size: 24px;
  }
  .online-showcase__title {
    font-size: 24px;
  }
  .npopular__title {
    font-size: 24px;
  }
  .nweek__title {
    font-size: 24px;
  }
  .nnew__title {
    font-size: 24px;
  }
  .ndiscount__title {
    font-size: 24px;
  }
  .nabout__title {
    font-size: 24px;
  }
  .nabout-info__col {
    width: 50%;
    margin-bottom: 16px;
  }
  .nfooter-menu {
    display: none;
  }
  .nfooter__top {
    padding: 20px 0;
  }
  .nfooter-contacts {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .nfooter-contacts__tel {
    justify-content: center;
  }
  .nfooter-contacts__email {
    justify-content: center;
  }
  .nfooter-contacts__adress {
    justify-content: center;
  }
  .nfooter__copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .nfooter__copyright {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .nfooter__alt {
    margin: 0;
    margin-top: 10px;
  }
  .nfooter {
    margin-bottom: 100px;
  }
  .mob-menu {
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid rgba(24, 24, 27, 0.06);
    padding: 6px 12px;
  }
  .mob-menu__grid {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -4px;
  }
  .mob-menu__col {
    padding: 0 4px;
    width: 25%;
  }
  .mob-menu__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 16px;
    padding: 10px;
    cursor: pointer;
  }
  .mob-menu__card.is-active {
    background: #F4F4F5;
  }
  .mob-menu__name {
    display: block;
    text-align: center;
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #18181B;
  }
  .mcat__content {
    display: none;
  }
  .mcat__aside {
    flex: auto;
    max-width: 100%;
    width: 100%;
  }
  .mcat__item {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
  }
  .mcat__item.is-active {
    background: #fff;
  }
  .mcat__item span.mcat-actual__name {
    display: block;
    font-size: 12px;
    line-height: 1.2;
  }
  .mcat__item span.mcat-main__name {
    display: block;
    font-size: 12px;
    line-height: 1.2;
  }
  .mcat-actual__grid {
    margin: 0;
  }
  .mcat-main__grid {
    margin: 0;
  }
  .mcat__hidden {
    padding-top: 20px;
    width: 100%;
  }
  .mcat-main__col {
    width: 33.3334%;
  }
  div.mcat__item .mcat__head {
    position: relative;
    width: 100%;
  }
  div.mcat__item .mcat__head:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1.5L7 6.5L12 1.5' stroke='%2318181B' stroke-opacity='0.38' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    width: 14px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    transition: .3s;
  }

  div.mcat__item .mcat__head.is-active:after {
    transform: translateY(-50%) rotate(180deg);
  }

  .nheader-nav__msg--main span {
    display: none;
  }

}

@media (max-width: 767px) {
  .nintro-card__title {
    font-size: 32px;
    line-height: 1.2;
  }
  .online-showcase__head {
    flex-wrap: wrap;
    justify-content: center;
  }
  .online-showcase__question {
    margin: 0;
  }
  .online-showcase__btn {
    display: none;
  }
  .ncategories__col {
    width: 100%;
  }
  .nabout-card__head span {
    font-size: 18px;
  }
  .nabout-card__head {
    padding: 15px 0;
  }
  .nabout-card__hidden p {
    font-size: 12px;
  }
  .nabout-info__col {
    width: 100%;
  }
  .nfooter__bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .nfooter__app:last-child {
    margin: 0;
  }
  .nfooter-soc {
    margin: 0;
    margin-top: 20px;
  }
  .nabout-info__card {
    padding: 30px 20px;
  }
  .nheader-main__logo span {
    font-size: 16px;
  }
  .nheader-icon__link.is-hidden {
    display: inline-flex;
  }
  .nheader-main__menu {
    margin-right: 8px;
  }
  .nheader-main__icons .nheader-main__icon:nth-child(1),
  .nheader-main__icons .nheader-main__icon:nth-child(2) {
    display: none;
  }
}

/* Стили улучшения вида красной плашки */

.nheader-nav__body {
  flex-wrap: wrap;
}

.nheader-nav__msg {
  order: -1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nheader-nav__msg--main {
  margin-bottom: 5px;
}

@media(max-width: 480px) {
  .nheader-nav__msg--main {
    display: flex;
    flex-direction: column;
  }
  
  .nheader-nav__msg--main b {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.ui-state-disabled {
  pointer-events: none !important;
}

.product-check {
  display: inline-flex;
  align-items: center;
}

.product-check input {
  position: absolute;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.product-check .jq-checkbox:before {
  top: -3px;
}

@media (max-width: 767px) {
  .product-check .jq-checkbox:before {
    top: -2px;
  }

  .nabout-info__name {
    min-height: auto;
  }
}

@media only screen and (max-width: 479px) {
  .is-dnone {
    display: none;
  }
}

.nintro-card {
  background-size: cover;
}

.wrap_d588 {
  bottom: 70px !important;
}

@media (max-width: 480px) {
  .nintro__slider.is-main .nintro-slider__slide {
    padding-bottom: auto;
    min-height: 200px;
  }

  .nintro-slider__pagination {
    padding: 10px 0;
  }

  .nintro-card__btn {
    padding: 8px 24px;
  }

  .nintro__slider.is-main .nintro-card {
    padding: 30px;
  }
}

.nabout-info__name {
  min-height: 68px;
}

.nabout-info__col {
  height: auto;
}

.nabout-info {
  align-items: stretch;
}

.nabout-info__card {
  text-decoration: none;
  height: 100%;
}

@media (max-width: 767px) {

  .nabout-info__name {
    min-height: auto;
  }
}

.main__header.main__header--news .main__container {
  align-items: flex-start;
}

.news__card.news-card,
.navigation__btn {
  text-decoration: none;
}

.navigation__btn span {
  color: var(--Black, #18181B);
}

/* start new 16.11.23 */

.detail {
  padding-bottom: 130px;
}

.detail__head {
  margin-bottom: 61px;
  padding-bottom: 45%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.detail__container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.detail-head__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.detail-head__img::before {
  content: '';
  background: linear-gradient(1deg, rgba(0, 0, 0, 0.5) 1.01%, rgba(0, 0, 0, 0) 99%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.detail-head__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.detail-head__container-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1215px;
  width: 100%;
}

.detail-head__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 33px 0;
  display: flex;
  align-items: flex-end;
  z-index: 2;
}

.detail__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--grey-100, #f4f4f5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail__back::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8335 10L4.16683 10M4.16683 10L9.16683 15M4.16683 10L9.16683 5' stroke='%2318181B' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.detail__main img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 5px;
}

.detail__main ol {
  padding-left: 22px;
  margin-bottom: 40px;
}

.detail__main li {
  color: var(--black-087, rgba(24, 24, 27, 0.87));
  font-family: 'Roboto Flex';
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 10px;
  padding-left: 5px;
}

.detail__main li:last-child {
  margin-bottom: 0;
}

.detail__body {
  position: relative;
  padding: 0 67px;
}

.detail__body-inner {
  max-width: 848px;
  margin: 0 auto;
}

.detail p {
  color: var(--black-087, rgba(24, 24, 27, 0.87));
  font-family: 'Roboto Flex';
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 40px;
}

.detail b {
  color: var(--black-087, rgba(24, 24, 27, 0.87));
  font-family: 'Roboto Flex';
  font-size: 13px;
  font-style: normal;
  font-weight: 200;
  line-height: 153%;
  display: block;
  margin-bottom: 40px;
}

.detail h1 {
  margin-bottom: 25px;
  color: var(--White, #fff);
  font-family: 'Cormorant SC';
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 103%;
}

.detail h2 {
  color: var(--black-087, rgba(24, 24, 27, 0.87));
  font-family: 'Cormorant SC';
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 104%;
  margin-bottom: 40px;
}

.detail__date {
  color: var(--White, #fff);
  font-family: 'Roboto Flex';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.detail__bottom {
  padding-top: 36px;
  border-top: 1px solid var(--mine-shaft-200, #e5e7eb);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  padding-right: 24px;
}

.detail-tags__item {
  margin-bottom: 9px;
  margin-right: 10px;
}

.detail-tags__item:last-child {
  margin-right: 0;
}

.detail-tags__link {
  color: var(--black-087, rgba(24, 24, 27, 0.87));
  text-align: center;
  font-family: 'Roboto Flex';
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  text-decoration: none;
}

.detail__share {
  color: var(--Black, #18181b);
  text-align: center;
  font-family: "Roboto Flex";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border-radius: 99px;
  border: 1px solid var(--black-012, rgba(24, 24, 27, 0.12));
  position: relative;
  padding: 16px 24px;
  margin-left: auto;
  text-decoration: none;
}

.detail__share::before {
  content: '';
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_731_607)'%3E%3Cpath d='M8.74304 14.9458C8.16775 13.9494 6.8936 13.608 5.89716 14.1833C4.90071 14.7586 4.55931 16.0327 5.1346 17.0292C5.7099 18.0256 6.98405 18.367 7.98049 17.7917C8.97693 17.2164 9.31834 15.9423 8.74304 14.9458ZM8.74304 14.9458L13.7949 12.0292M14.4048 9.75231C14.1566 10.3345 14.1757 11.0222 14.5165 11.6125C15.0918 12.6089 16.366 12.9503 17.3624 12.375C18.3589 11.7997 18.7003 10.5256 18.125 9.52916C17.5497 8.53271 16.2755 8.19131 15.2791 8.7666C14.8729 9.0011 14.5756 9.35172 14.4048 9.75231ZM14.4048 9.75231L8.4504 6.65687M8.4504 6.65687C8.84682 6.02423 8.88913 5.19885 8.48984 4.50725C7.91454 3.51081 6.64039 3.1694 5.64395 3.7447C4.64751 4.32 4.3061 5.59414 4.8814 6.59059C5.45669 7.58703 6.73084 7.92844 7.72728 7.35314C8.03213 7.17714 8.27566 6.93573 8.4504 6.65687Z' stroke='%2318181B' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_731_607'%3E%3Crect width='20' height='20' fill='white' transform='translate(20 20.5) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}

.share-modal {
  padding: 30px;
  background: #ffffff;
  border-radius: 20px;
  max-width: 428px;
  width: 100%;
}

.share-modal__head {
  text-align: center;
  margin-bottom: 32px;
}

.share-modal__title {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
  color: #0f122a;
  font-family: "Cormorant SC";
}

.share-modal__form {
  display: flex;
  align-items: center;
}

.share-modal__label {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 8px;
}

.share-modal__label:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.666 9.99967C11.666 14.583 7.08268 14.1663 5.83268 14.1663C4.58268 14.1663 1.66602 13.333 1.66602 9.99967C1.66602 6.66634 4.72157 5.83301 5.83268 5.83301H6.24935M8.33268 10.0095C8.33268 5.42621 12.916 5.84288 14.166 5.84288C15.416 5.84288 18.3327 6.67621 18.3327 10.0095C18.3327 13.3429 15.2771 14.1762 14.166 14.1762L13.7493 14.1663' stroke='%23333655' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.share-modal__input {
  display: block;
  height: 44px;
  padding-left: 38px;
  padding-right: 10px;
  background: #ffffff;
  border: 1px solid #e4e2f0;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #0f122a;
  outline: none;
  width: 100%;
}

.share-modal__btn {
  width: 52px;
  flex: 0 0 52px;
  height: 44px;
  background: #18181B;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  outline: none;
}

.share-modal__form {
  margin-bottom: 30px;
  position: relative;
}

.share-modal__mini {
  position: absolute;
  display: inline-flex;
  padding: 5px;
  background: #f8f8fc;
  font-size: 11px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  font-family: "Cormorant SC";
}

.share-modal__mini.is-active {
  opacity: 1;
  visibility: visible;
}

.share-soc__head {
  text-align: center;
  margin-bottom: 14px;
}

.share-soc__title {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #0f122a;
  font-family: "Cormorant SC";
}

.share-soc__grid {
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-soc__col {
  margin: 0 6px;
}

.share-soc__link {
  display: inline-flex;
}

@media only screen and (max-width: 1199px) {
  .detail h1 {
    font-size: 48px;
  }
  .detail h2 {
    font-size: 36px;
  }
  .detail p {
    font-size: 18px;
  }
  .detail__main li {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1023px) {
  .detail__head {
    min-height: 400px;
    padding-bottom: 0;
    display: flex;
  }
  .detail-head__content {
    position: inherit;
    height: auto;
    padding-top: 200px;
  }
  .detail h1 {
    font-size: 36px;
  }
  .detail h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .detail p {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .detail b {
    margin-bottom: 24px;
  }
  .detail__main li {
    font-size: 16px;
  }
  .detail__main ol {
    margin-bottom: 24px;
  }
  .detail__back {
    display: none;
  }
  .detail__body {
    padding: 0;
  }
  .detail__head {
    margin-bottom: 36px;
  }
  .detail__bottom {
    padding-top: 24px;
  }
  .detail {
    padding-bottom: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .detail h1 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .detail h2 {
    font-size: 24px;
  }
  .detail__date {
    font-size: 12px;
  }
  .detail-head__content {
    padding-bottom: 20px;
  }
  .detail p {
    font-size: 14px;
  }
  .detail__main li {
    font-size: 14px;
  }
  .detail__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .detail__tags {
    margin-bottom: 16px;
  }
  .detail__share {
    padding: 12px 20px;
    margin-left: 0;
  }
  .detail__tags {
    padding-right: 0;
  }
}

.more {
  padding-bottom: 52px;
}

.more__head {
  margin-bottom: 48px;
}

.more__slider-wrapper {
  position: relative;
}

.more__title {
  color: var(--Black, #18181b);
  text-align: center;
  font-family: 'Cormorant SC';
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.more__prev, .more__next {
  border-radius: 50%;
  background: var(--White, #fff);
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}

.more__prev::before, .more__next::before {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
}

.more__prev {
  left: -2%;
}

.more__prev::before {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.1665 14L5.83317 14M5.83317 14L12.8332 21M5.83317 14L12.8332 7' stroke='%2318181B' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}

.more__next {
  right: -2%;
}

.more__next::before {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83349 14L22.1668 14M22.1668 14L15.1668 7M22.1668 14L15.1668 21' stroke='%2318181B' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}

@media only screen and (max-width: 1299px) {
  .more__next {
    right: -10px;
  }
  .more__prev {
    left: -10px;
  }
  .more__title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1023px) {
  .more__title {
    font-size: 28px;
  }
  .more__head {
    margin-bottom: 24px;
  }
  .more {
    padding-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .more__title {
    font-size: 24px;
  }
}

.main__header--news {
  padding: 8px 0;
}

.news__grid {
  display: flex;
  margin: 0 -8px;
  flex-wrap: wrap;
}

.news__container {
  max-width: 1300px;
  width: 100%;
}

.news__navigation {
  padding-top: 22px;
  padding-bottom: 48px;
  display: flex;
  justify-content: space-between;
}

.news__col {
  width: 33.3334%;
  padding: 0 8px;
  margin-bottom: 36px;
}

.news__card {
  display: block;
}

.news-card__head {
  position: relative;
  padding-bottom: 84%;
}

.news-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-card__body {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
}

.news-card__date {
  color: var(--black-06, rgba(24, 24, 27, 0.6));
  font-family: "Roboto Flex";
  font-size: 0.81rem;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  margin-bottom: 12px;
}

.news-card__name {
  color: var(--black-087, rgba(24, 24, 27, 0.87));
  font-family: Cormorant SC;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 114%;
  font-family: "Cormorant SC";
}

.navigation__btn {
  width: 52px;
  height: 52px;
  border-radius: 4px;
  border: 1px solid var(--black-012, rgba(24, 24, 27, 0.12));
  background: var(--White, #FFF);
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation__btn span {
  text-align: center;
  font-family: "Roboto Flex";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation__list {
  display: flex;
  list-style: none;
}

.navigation__list-item {
  margin-right: 10px;
}

.navigation__list-item.is-active .navigation__btn {
  background: var(--Black, #18181B);
}

.navigation__list-item.is-active .navigation__btn span {
  color: white;
}

.navigation__list-item:last-child {
  margin-right: 0;
}

.navigation__prev, .navigation__next {
  position: relative;
}

.navigation__prev::before, .navigation__next::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.navigation__prev::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.833 10L4.16634 10M4.16634 10L9.16634 15M4.16634 10L9.16634 5' stroke='%2318181B' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}

.navigation__next::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16699 10L15.8337 10M15.8337 10L10.8337 5M15.8337 10L10.8337 15' stroke='%2318181B' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}

.subscribe__container-outer {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1380px;
}

.subscribe.news__subscribe {
  border-radius: 4px;
  background: rgba(131, 168, 117, 0.3);
  margin-bottom: 52px;
}

.subscribe.news__subscribe .subscribe__heading {
  color: var(--black-087, rgba(24, 24, 27, 0.87));
  font-family: "Cormorant SC";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.subscribe.news__subscribe .subscribe__caption {
  color: var(--black-087, rgba(24, 24, 27, 0.87));
}

.subscribe.news__subscribe .subscribe__input {
  border-radius: 0;
}

.subscribe.news__subscribe .subscribe__button {
  border-radius: 4px;
  background: var(--Black, #18181B);
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: 'Roboto Flex';
}

@media only screen and (max-width: 1199px) {
  .subscribe.news__subscribe .subscribe__heading {
    font-size: 1.875rem;
  }
  .news-card__name {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 1023px) {
  .news-card__name {
    font-size: 1.5rem;
  }
  .news__col {
    width: 50%;
  }
  .navigation__btn {
    width: 36px;
    height: 36px;
  }
}

@media only screen and (max-width: 560px) {
  .news__col {
    width: 100%;
    margin-bottom: 24px;
  }
  .news-card__name {
    font-size: 18px;
  }
  .subscribe.news__subscribe {
    margin-bottom: 36px;
  }
}

/* end new 16.11.23 */

/* hanvis 13.06.24 */

.card.catalog-card.catalog-card--small.catalog__catalog-card {
  box-shadow: none;
  display: flex;
  background: transparent;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: auto;
  border-radius: 0;
  text-decoration: none;
}

.catalog-card__image {
  width: 100%;
  display: flex;
  padding-bottom: 90%;
  position: relative;
  border-radius: 8px;
  transition: .3s;
  overflow: hidden;

  
}

.catalog-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.card.catalog-card.catalog-card--small.catalog__catalog-card:hover .catalog-card__image {
  border-radius: 24px;
}

.card.catalog-card.catalog-card--small.catalog__catalog-card .catalog-card__link {
  padding: 8px 0;
  width: 100%;
  display: block;
  text-align: center;
  font-family: 'Roboto Flex', sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.card.catalog-card.catalog-card--small.catalog__catalog-card .catalog-card__title {
  display: block;
  max-width: 100%;
  width: 100%;
}

.js-catalog-filter-slider .slider-controls__button--next {
  position: absolute;
  right: 0px;
  top: 60px;
  z-index: 1;
  width: 44px;
  height: 44px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 30px 0px #18181B1A;
}

.js-catalog-filter-slider .slider-controls__button--prev {
  position: absolute;
  left: 0px;
  top: 60px;
  z-index: 1;
  width: 44px;
  height: 44px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 30px 0px #18181B1A;
}

.js-catalog-filter-slider .slider-controls__pagination {
  display: none;
}

.js-catalog-filter-slider .slider-controls {
  min-height: 0;
  height: 0;
  margin: 0;
}
.product-info__buy {
    color: #222;
    border: 1px solid #e6e6e6;
    background: #fff;
}
.product-info__buy:hover {
    color: #fff;
    background-color: #222;
    border-color: #222;
}
.card__content .subscribe-btn {
    line-height: 1;
}

@media (max-width: 820px) {
  .product-card__footer {
    flex-direction: column-reverse;
  }
  .card__button {
    margin: 0 0 9px;
    font-size: 16px;
    flex: none;
    height: 42px;
  }
  .card__button:first-child {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .card__title, .card__price {
    font-size: 22px;
  }
}
.card__category-mob {
  display: none;
}
@media (max-width: 479px) {
  .card__button.card__button--favorite {
    width: 32px;
    height: 32px;
    top: 12px;
    right: 12px;
  }
  .card__button {
    font-size: 12px;
  }
  .product-item .card__title {
    text-align: left;
  }
  .card__header .card__price {
    display: block;
    text-align: left;
    margin: 0;
  }
  .card__category {
    display: none;
  }
  .card__category-mob {
    display: block;
    text-align: left;
    margin: 5px 0;
  }
}
/* End */
/* /local/templates/altit_findreason/static/css/separate-css/jquery.mCustomScrollbar.css?174257198553583 */
/* /local/templates/altit_findreason/static/css/jquery-ui.css?174257198532157 */
/* /local/templates/altit_findreason/static/css/main.css?1750767844385745 */
/* /local/templates/altit_findreason/static/css/new.css?174257198527920 */
/* /local/templates/altit_findreason/static/libs/yt/yt.css?17425719887637 */
/* /bitrix/components/bitrix/form.result.new/error.css?1742571965163 */
/* /local/components/alt.it/form.result.new/error.css?1742571988156 */
/* /local/templates/altit_findreason/components/alt.it/main.feedback_v2/callme_form/style.css?1742571985293 */
/* /local/templates/altit_findreason/styles.css?17431662795089 */
/* /local/templates/altit_findreason/template_styles.css?1750767844190583 */
