html, body {
	height: 100%;
	width: 100%;
	font-size: 20px;
}
body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	color: #000;
}
html, body, table, tr, th, td, img, div, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}
a {
	text-decoration: none;
	border: none;
	color: #000;
}
.js_wait {
	margin: 0px auto;
	width: 40px;
	height: 40px;
	background: 0 0 url(/site/img/uni_wait.gif) no-repeat;
	background-size: contain;
}
.js_error_block, .js_error_block_2 {
	color: red;
	font-size: 80%;
}
.js_error_input {
	border: 2px solid red!important;
}
.js_error {
	color: red!important;
}
/*Кастомезированные элементы*/
.user_fon_top {
	background: 50% 0% url(/site/img/fon_top.jpg) repeat;
	color: #fff;
}
.user_fon_1 {
	background: 50% 0% url(/site/img/fon_0.jpg) no-repeat;
	background-color: #0f4e85;
	color: #fff;
	min-height: 600px;
}
.user_fon_2 {
	background: 50% 0% url(/site/img/fon_2.jpg) no-repeat;
	background-color: #888;
	color: #fff;
}
	.user_fon_2:hover {
		background-position: 50% 100%;
		background-color: #02224d;
		color: #fff;
	}
.user_fon_3 {
	background: 50% 0% url(/site/img/fon_3.jpg) repeat;

	background-color: #888;
	color: #fff;
}
	.user_fon_3:hover {
		background-position: 50% 100%;
		background-color: #252401;
		color: #fff;
	}
.user_fon_4 {
	background: 50% 0% url(/site/img/fon_4.jpg) repeat;

	background-color: #888;
	color: #fff;
}
	.user_fon_4:hover {
		background-position: 50% 100%;
		background-color: #0d337c;
		color: #fff;
	}
.user_fon_5 {
	background: 50% 50% url(/site/img/fon_8.png) repeat;
	background-attachment: fixed;
}
.user_fon_6 {
	background: #4a76a8;
	color: #fff;
}
.user_fon_money {
	background: black 50% 50% url(/page/promo/ref/fon_money.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}
	.user_fon_money_2 {
		background-color: rgba(0,0,0,0.5);
	}
.ico_basket {
    margin: 4px;
    margin-bottom: 0px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: 0 0px url(/main/template/img/ico_basket.png) no-repeat;
    background-size: 15px;
    cursor: pointer;
}
/*Постраничная навигация*/
.uni_background_link {
	color: #fff;
	background-color: #c0c0c0;
}
.uni_background_link_select {
	color: #fff;
	background-color: #464451;
}
.uni_button_pag {
	display: inline-block;
	min-width: 20px;
	height: 30px;
	padding: 0px 5px;
	border-radius: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 110%;
	text-decoration: none;
	cursor: pointer;
	margin: 2px 4px;
	color: #fff!important;
}
/*Стили для мобильной и полной версии*/
.s_full {
	display: block!important;
}
.s_mobile {
	display: none!important;
}
.s_h_350_full {
	height: 350px;
}
.s_h_400_full {
	height: 400px;
}
/*Позиция элементов*/
.s_absolute {
	position: absolute;
}
/*Стиль для блоков*/
.s_block {
	display: table;
	width: 100%;
	margin: auto;
	vertical-align: top;
}
	.s_block_el {
		display: table-cell;
		vertical-align: top;
	}
.s_button {
	display: inline-block;
	width: auto;
	font-size: 140%;
	cursor: pointer;
	color: #fff;
	background: #ed4a05;
	text-align: center;
	text-decoration: none;
	padding: 14px 60px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
	border: 2px solid #fff;
}
	.s_button:hover {
		color: #ed4a05;
		background: #fff;
		border-color: #ed4a05;
	}
.s_button_mini {
	display: inline-block;
	width: auto;
	font-size: 100%;
	cursor: pointer;
	color: #fff;
	background: #ed4a05;
	text-align: center;
	text-decoration: none;
	padding: 4px 30px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border: 1px solid #fff;
}
	.s_button_mini:hover {
		color: #ed4a05;
		background: #fff;
		border-color: #ed4a05;
	}
.s_button_hover_green:hover {
	color: #fff!important;
	background: #3d9a3a!important;
	border-color: #fff!important;
}
.s_button_grey {
	color: #000!important;
	background: #fff!important;
	border-color: #000!important;
}
	.s_button_grey:hover {
		color: #ed4a05!important;
		background: #fff!important;
		border-color: #ed4a05!important;
	}
.s_button_vk {
	padding: 7px 16px 8px;
    margin: 0;
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
    vertical-align: top;
    line-height: 18px;
    text-align: center;
	background: 8px 50% url("/site/img/vk_logo_mini.png") no-repeat;
	background-size: 25px;
	padding-left: 40px;
	background-color: #5181b8;
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}
	.s_button_vk:hover {
		background-color:#658ab0;
	}
.s_table {
	display: table;
	margin: auto;
	vertical-align: top;
}
	.s_tr {
		display: table-rows;
		margin: auto;
		vertical-align: top;
	}
		.s_td {
			display: table-cell;
			vertical-align: top;
		}
.s_inline {
	display: inline;
}
.s_inline_block {
	display: inline-block;
}
.s_hide {
	display: none;
}
.s_input {
	width: 250px;
	height: 30px;
	margin: 4px 0px;
	text-align: center;
	padding: 3px;
	border-radius: 4px;
	box-shadow:  inset -4px -3px 35px rgba(0,0,0,0.1);
	outline: none;
	color: #333;
	font-size: 90%;
	border: 1px solid #ccc;
}
/*Тексты*/
.s_h0 {
	display: inline-block;
	font-size: 320%;
}
.s_h1 {
	display: inline-block;
	font-size: 220%;
}
.s_h2 {
	display: inline-block;
	font-size: 190%;
}
.s_h3 {
	display: inline-block;
	font-size: 160%;
}
.s_h4 {
	display: inline-block;
	font-size: 130%;
}
.s_h5 {
	display: inline-block;
	font-size: 110%;
}
.s_text {
	display: inline-block;
}
.s_text_mini {
	display: inline-block;
	font-size: 90%;
}
.s_text_micro {
	display: inline-block;
	font-size: 70%;
}
.s_text_nano {
	display: inline-block;
	font-size: 50%;
}
.s_font_vk {
	font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
}
/*Стили текста*/
.s_dashed {
	border-bottom: 1px dashed #000;
}
.s_dashed_white {
	border-bottom: 1px dashed #fff;
}
.s_dashed_3 {
	border-bottom: 3px dashed #000;
}
.s_dotted {
	border-bottom: 1px dotted #000;
}
.s_dotted_3 {
	border-bottom: 3px dotted #000;
}
.s_dotted_3_orange {
	border-bottom: 3px dotted #ed4a05;
}
.s_font_weight, .s_weight {
	font-weight: bold;
}
.s_underline {
	text-decoration: underline;
}
/*Выравнивание*/
.s_align_top {
	vertical-align: top!important;
}
.s_align_bottom {
	vertical-align: bottom!important;
}
.s_align_middle {
	vertical-align: middle!important;
}
.s_align_center {
	text-align: center!important;
}
.s_align_left {
	text-align: left!important;
}
.s_align_right {
	text-align: right!important;
}
/*Ширина и высота элементов*/
.s_w_30 {
	width: 30px;
}
.s_w_40 {
	width: 40px;
}
.s_w_50 {
	width: 50px;
}
.s_w_80 {
	width: 80px;
}
.s_w_100 {
	width: 100px;
}
.s_w_150 {
	width: 150px;
}
.s_w_200 {
	width: 200px;
}
.s_w_250 {
	width: 250px;
}
.s_w_300 {
	width: 300px;
}
.s_w_350 {
	width: 350px;
}
.s_w_400 {
	width: 400px;
}
.s_w_450 {
	width: 450px;
}
.s_w_600 {
	width: 600px;
}
.s_w_all {
	width: 100%!important;
	min-width: 100%!important;
}
.s_h_20 {
	height: 20px;
}
.s_h_30 {
	height: 30px;
}
.s_h_40 {
	height: 40px;
}
.s_h_50 {
	height: 50px;
}
.s_h_60 {
	height: 60px;
}
.s_h_70 {
	height: 70px;
}
.s_h_80 {
	height: 80px;
}
.s_h_100 {
	height: 100px;
}
.s_h_120 {
	height: 120px;
}
.s_h_150 {
	height: 150px;
}
.s_h_180 {
	height: 180px;
}
.s_h_200 {
	height: 200px;
}
.s_h_300 {
	height: 300px;
}
.s_h_350 {
	height: 350px;
}
.s_h_400 {
	height: 400px;
}
.s_h_450 {
	height: 450px;
}
.s_h_all {
	height: 100%!important;
}
/*Максимальная ширина и высота элементов*/
.s_mw_150 {
	max-width: 150px;
}
.s_mw_200 {
	max-width: 200px;
}
.s_mw_300 {
	max-width: 300px;
}
.s_mw_350 {
	max-width: 350px;
}
.s_mw_400 {
	max-width: 400px;
}
.s_mw_500 {
	max-width: 500px;
}
.s_mw_600 {
	max-width: 600px;
}
.s_mw_700 {
	max-width: 700px;
}
.s_mw_800 {
	max-width: 800px;
}
.s_mw_900 {
	max-width: 900px;
}
.s_mw_1000 {
	max-width: 1000px;
}
.s_mw_1100 {
	max-width: 1100px;
}
.s_mw_1200 {
	max-width: 1200px;
}
.s_minh_800 {
	min-height: 800px;
}
/*Отступы*/
.s_padding_2 {
	padding: 5px;
}
.s_padding_5 {
	padding: 5px;
}
.s_padding_10 {
	padding: 10px;
}
.s_padding_20 {
	padding: 20px;
}
.s_padding_top_20 {
	padding-top: 20px;
}
.s_padding_right_20 {
	padding-right: 20px;
}
.s_padding_bottom_20 {
	padding-bottom: 20px;
}
.s_padding_5_10 {
	padding: 5px 10px;
}
.s_padding_5_20 {
	padding: 5px 20px;
}
.s_margin_auto {
	margin-left: auto;
	margin-right: auto;
}
.s_margin_0 {
	margin: 0px;
}
.s_margin_2 {
	margin: 0px;
}
.s_margin_5 {
	margin: 5px;
}
.s_margin_10 {
	margin: 10px;
}
.s_margin_5_10 {
	margin: 5px 10px;
}
.s_margin_5_20 {
	margin: 5px 20px;
}
.s_margin_top_10 {
	margin-top: 10px;
}
.s_margin_left_20 {
	margin-left: 20px;
}
.s_margin_right_20 {
	margin-right: 20px!important;
}
.s_margin_bottom_5 {
	margin-bottom: 5px;
}
.s_margin_bottom_10 {
	margin-bottom: 10px;
}
.s_margin_bottom_20 {
	margin-bottom: 20px;
}
.s_margin_bottom_30 {
	margin-bottom: 30px;
}
.s_margin_bottom_40 {
	margin-bottom: 40px;
}
.s_margin_bottom_60 {
	margin-bottom: 60px;
}
.s_margin_bottom_80 {
	margin-bottom: 80px;
}
.s_margin_bottom_160 {
	margin-bottom: 160px;
}
.s_margin_top-10 {
	margin-top: -10px;
}
/*Цвета шрифтов и фонов*/
.s_color_1, .s_color_orange {
	color: #ed4a05;
}
.s_color_2, .s_color_red {
	color: red;
}
.s_color_3 {
	color: #2cc8ef;
}
.s_color_4 {
    color: #ff9900;
}
.s_color_vk {
	color: #42648b;
}
.s_color_black {
	color: #000;
}
.s_color_white {
	color: #fff;
}
.s_color_grey {
	color: #888;
}
.s_color_hover_red:hover {
	color: red;
}
.s_color_hover_grey:hover {
	color: #888;
}
.s_color_hover_1:hover, .s_color_hover_orange:hover {
	color: #ed4a05;
}
.s_color_hover_3:hover {
	color: #2cc8ef;
}
.s_color_blue {
	color: #2cc8ef;
}
.s_background_red {
	background: red;
}
.s_background_black {
	background: #000;
}
.s_background_white {
	background: #fff;
}
.s_color_left {
    border-left: 5px solid #ed4a05;
	padding-left: 10px;
}
/*Тени*/
.s_box_shadow {
	webkit-box-shadow: 0 0.005em 0.01em 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0.005em 0.01em 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/*Скруглениея*/
.s_radius_8 {
	border-radius: 8px;
}
.s_radius_50 {
	border-radius: 50px;
}
/*Курсор*/
.s_pointer {
	cursor: pointer;
}
.s_hover:hover {
	background-position: 50% 100%;
}
	.s_hover:hover div {
		background-position: 50% 100%;
	}
/*Обводка*/
.s_shadow_black {
	text-shadow: -0 -1px 0 #000000,0 -1px 0 #000000,-0  1px 0 #000000,0  1px 0 #000000,-1px -0 0 #000000,1px -0 0 #000000,-1px  0 0 #000000,1px  0 0 #000000,-1px -1px 0 #000000,1px -1px 0 #000000,-1px  1px 0 #000000,1px  1px 0 #000000,-1px -1px 0 #000000,1px -1px 0 #000000,-1px  1px 0 #000000,1px  1px 0 #000000;
}
.s_shadow_white {
	text-shadow: -0 -1px 0 #ccc,0 -1px 0 #ccc,-0  1px 0 #ccc,0  1px 0 #ccc,-1px -0 0 #ccc,1px -0 0 #ccc,-1px  0 0 #ccc,1px  0 0 #ccc,-1px -1px 0 #ccc,1px -1px 0 #ccc,-1px  1px 0 #ccc,1px  1px 0 #ccc,-1px -1px 0 #ccc,1px -1px 0 #ccc,-1px  1px 0 #ccc,1px  1px 0 #ccc;
}
/*Значок мобильного меню*/
.s_mini_menu {display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}.s_mini_menu span {	display: block;	position: absolute;	top: 50%;	margin-top: -2px;	left: 10px;	right: 10px;	height: 4px;	background: #fff;}.s_mini_menu span::before, .s_mini_menu span::after {	background-color: #666666;	height: 2px;	-webkit-transition-duration: 0.3s, 0.3s;	transition-duration: 0.3s, 0.3s;	-webkit-transition-delay: 0.3s, 0s;	transition-delay: 0.3s, 0s;	position: absolute;	display: block;	left: 0;	width: 100%;	height: 4px;	background-color: #fff;	content: "";}.s_mini_menu span::before {	top: -10px;}.s_mini_menu span::after {	bottom: -10px;}
/*Стиль для всплывающего окна*/
.window_hidden  {display: none;position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;min-height: 100%;background: rgba(0,0,0,0.95);text-align: center;vertical-align: middle;padding-top: 30px;z-index: 1000;
}.window_form {	display: inline-block;	background: #fff;	border-radius: 10px;	border: 1px solid #999;	box-shadow: 0px 0px 16px #fff;	padding-bottom: 40px;}	.window_close {		position: absolute;		width: 40px;		height: 40px;		margin-left: 550px;		text-align: center;		line-height: 36px;		font-size: 36px;		color: #888;		cursor: pointer;	}		.window_close:hover {			color: red;		}