body {
	line-height: normal;
	font-size: 8px;
}

/*----- fonts -----*/

@font-face {
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	src:	url('/fonts/ProximaNova-Bold.eot');
	src:	url('/fonts/ProximaNova-Bold.eot#iefix') format('embedded-opentype'),
			url('/fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg'),
			url('/fonts/ProximaNova-Bold.ttf') format('truetype'),
			url('/fonts/ProximaNova-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Proxima Nova Lt';
	font-weight: bold;
	src:	url('/fonts/ProximaNova-Semibold.eot');
	src:	url('/fonts/ProximaNova-Semibold.eot#iefix') format('embedded-opentype'),
			url('/fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg'),
			url('/fonts/ProximaNova-Semibold.ttf') format('truetype'),
			url('/fonts/ProximaNova-Semibold.woff') format('woff');
}

/*----- selection -----*/

::selection {
	background: #ffc300;
	color: #000;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
}

::-moz-selection {
	background: #ffc300;
	color: #000;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
}

/*----- headlines -----*/

h1 {
	display: block;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	font-style: normal;
	text-decoration: none;
	line-height: 1.25;
}

h2 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

h3 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

h4 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

/*----- jquery-ui -----*/

.ui-widget {
	font-size: 15px;
}

.ui-widget-content {
	background-color: #fff;
	background-position-y: bottom !important;
	background-repeat: no-repeat !important;
	text-align: left;
	line-height: 1;
	border: 1px #c9c9c9 solid;
}

.ui-helper-reset {
	line-height: 1.18;  
}

.ui-accordion-content {
	overflow: hidden !important;
}

/* #indexjQuerySlider1 {
	display: none;
} */

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

.ui-slider-horizontal .ui-slider-handle {
	top: -12px;
}

.ui-slider .ui-slider-handle {
	cursor: pointer;
	border: 1px #ffc300 solid;
	background: #ffc300;
	width: 22px;
	height: 22px;
	overflow: hidden;
	outline: none;
	box-shadow: 1px 1px 1px rgba(0,0,0,.35);
}

.ui-slider-handle:before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
	box-shadow: inset 0 10px 10px rgba(255, 255, 255,.8);
}

.ui-slider-handle:hover {
	background: #cd9d00;
	/* animation: r21 0.5s 0.4s ease-out infinite; */
}

.ui-slider-handle:active {
	background: #a07a00;
	box-shadow: none;
}

/*----- carousel -----*/

[id$="_back"], [id$="_next"] {
	display: table !important;
	cursor: pointer;
}

[id$="_back"]:before, [id$="_next"]:before {
	display: table-cell;
	vertical-align: middle;
	font-size: 32px;
	color: #fff;
}

[id$="_back"]:hover:before, [id$="_next"]:hover:before {
	color: #ffc300;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

[id$="_back"] > a, [id$="_next"] > a {
	position: absolute;
	display: table-cell;
	width: 100%;
	height: 100%;
	left: 0;
}

[id$="_back"].fa, [id$="_next"].fa {
	margin: 0;
}

/*car-2*/

.car-2 [id$="_back"]:before, .car-2 [id$="_next"]:before {
	color: #464646;
}

.car-2 [id$="_back"]:hover:before, .car-2 [id$="_next"]:hover:before {
	color: #ffc300;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

/*----- conveyerBelt_Extension -----*/

/*
#ConveyerBelt92Extension {
	background: rgba(255,255,255,0.90);
}
*/

/*----- text_line-heiht -----*/

.l-h_1-18 {
	line-height: 1.18;
}

.line-height_1_3 {
	line-height: 1.3;
}

/*----- text-shadow -----*/

.text_shadow {
	text-shadow: 0px -1px 0px rgba(0,0,0,.5);
}

.text_shadow_white {
	text-shadow: 1px 1px 0px rgba(255,255,255,.5);
}

/*----- date -----*/

.date {
	font: 19px/normal "Proxima Nova Rg";
	color: #fff;
	text-align: center;
}

/*----- text-bg_padding -----*/

.text_bg span, .text_bg span strong {
	padding: 1px 14px 5px 14px;
	z-index: -1;
}

.text_bg.rounded span {
	padding: 0 6px;
	border-radius: 50%;
}

.text_bg_2 span, .text_bg_2 span strong {
	padding: 2px 10px 5px 0px;
	z-index: -1;
}

.text_bg.pd-1-4 span, .text_bg.pd-1-4 span strong {
	padding: 1px 4px;
}

.text_bg.pd-2-8 span, .text_bg.pd-2-8 span strong {
	padding: 2px 8px;
}

.text_bg.pd-2-8 span:first-child {
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
}

.text_bg.pd-1-5-5-5 span, .text_bg.pd-1-5-5-5 span strong {
	padding: 1px 5px 5px 5px;
}

/*----- text-gradient -----*/

.text_gradient span, .text_gradient span strong {
	background-image: -webkit-linear-gradient(0deg,#ffb500,#ffdf00) !important;
	background-image: -o-linear-gradient(0deg,#ffb500,#ffdf00) !important;
	background-image: linear-gradient(0deg,#ffb500,#ffdf00) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	color: #ffb500 !important;
}

/*----- youtube -----*/

iframe {
	border: 0px;
}

/*----- blockquote -----*/

blockquote {
	position: relative;
	display: block;
	left: 0em;
	padding-left: 10px;
	width: auto;
	border: 0;
	border-left: solid 1px #cccccc;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

blockquote:before {
	position: absolute;
	left: -43px;
	top: -3px;
	width: 33px;
	height: 28px;
	background: url(images/Icon_6_1.png) no-repeat;
	content: '';
}

.bq_text {
	font: 16px/normal "Proxima Nova Rg";
	color: #000;
}

blockquote a {
	color: #DC545B;
	border-bottom: 1px dashed;
}

/*----- animations -----*/

.hue_animate {
	-webkit-animation: hue 20s infinite linear;
}

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

/*----- hr -----*/

hr {
	width: 140px;
	height: 5px;
	margin: 30px auto 0 auto;
	background-color: #818181;	
	border: none;
	color: #818181;
}

hr.hr_color_1 {background-color: #00aedd !important; color: #00aedd !important;}
hr.hr_color_2 {background-color: #ffc300 !important; color: #ffc300 !important;}
hr.hr_color_3 {background-color: #d01811 !important; color: #d01811 !important;}
hr.mg_15 {width: 82px; height: 2px; margin: 12px auto 0 auto !important;}
hr.mg_20 {margin: 20px auto 0 auto;}

/*----- fontAwesome_icons_stars -----*/

.stars .yellow {
	color: #ffc300;
}

.stars .gray {
	color: #ccc;
}

.stars .big {
	font-size: 35px !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,.35);
}

.stars .little {
	font-size: 20px !important;
	margin-right: 1px	
}

.otz:after {
	position: relative;
	display: inline-block;
	font: 16px/normal "Proxima Nova Rg";
	color: #818181;
	content: '';
}

.otz_3:after {content: 'Средне' !important;}
.otz_4:after {content: 'Хорошо' !important;}
.otz_5:after {content: 'Отлично!' !important;}


/*----- avatar -----*/

.avatar:before {
	position: relative;
	display: inline-block;
	font: 16px/normal "Proxima Nova Rg";
	color: #818181;
	content: 'нет фото';
}

/*----- img_hidden -----*/

.hidden {display: none !important;}
.gal_h {display: none !important;}

/*----- костыль для ссылок -----*/

a.menu_inv {
	color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

a.menu_inv:hover {
	color: transparent !important;
}

/*----- ul-li_list ----*/

ul.fa-ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0 0 0 20px;
	line-height: 1.2;
}

ul.fa-ul.reg {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: baseline;
	align-content: center;
	font-size: 16px;
	text-shadow: none;
}

ul.fa-ul li {
	margin: 0 10px;
}

ul.fa-ul.reg li {
	margin: 2px 10px;
}

span.fa-li:before {
	font-size: 20px;
	color: #ffc300;
	text-shadow: 0px -1px 0 rgba(0,0,0,.5);
}

ul.fa-ul.reg span.fa-li:before {
	text-shadow: none;
}

span.fa-li.red:before {
	color: #dc545b;
}

span.fa-li.red.min:before {
	font-size: 15px;
}

.list_text {
	margin-right: 20px; 
	font-size: 20px;
	color: #464646;
	text-shadow: 0px -1px 0 rgba(0,0,0,.5);
}

.fa-thumbs-up.green {
	color: #009f9b;
}

.list_text_red {
	font-family: "Proxima Nova Rg";
	color: #dc545b !important;
}

.list_text.black {
	font-size: 16px;
	color: #000 !important;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
}

.list_text_black.min, .list_text.min {
	font-size: 15px;
}

.list_text_black.bold {
	font-family: "Proxima Nova Rg";
	font-weight: bold;
}

/*-----header-----*/

.header {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 105px;
	background: #fff;
	z-index: 1;
}

/*------ basic_text -----*/

.black {
	font: 15px/normal "Proxima Nova Rg" !important;
	color: #000;
	text-align: left;
}

.fs-15 {
	font-size: 15px !important;
}

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