.row {
}
	.cell {
		min-height: 5px;
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cell.s-1 {
		width: 8.333%;
	}
	.cell.s-2 {
		width: 16.666%;
	}
	.cell.s-3 {
		width: 25%;
	}
	.cell.s-4 {
		width: 33.333%;
	}
	.cell.s-5 {
		width: 41.666%;
	}
	.cell.s-6 {
		width: 50%;
	}
	.cell.s-7 {
		width: 58.333%;
	}
	.cell.s-8 {
		width: 66.666%;
	}
	.cell.s-9 {
		width: 75%;
	}
	.cell.s-10 {
		width: 83.333%;
	}
	.cell.s-11 {
		width: 91.666%;
	}
	.cell.s-12 {
		width: 100%;
	}
	.cell.p-1 {
		margin-left: 8.333%;
	}
	.cell.p-2 {
		margin-left: 16.666%;
	}
	.cell.p-3 {
		margin-left: 25%;
	}
	.cell.p-4 {
		margin-left: 33.333%;
	}
	.cell.p-6 {
		margin-left: 50%;
	}
	.cell.p-7 {
		margin-left: 58.333%;
	}
	.cell.p-8 {
		margin-left: 66.666%;
	}
	.cell.p-9 {
		margin-left: 75%;
	}
	.cell.p-10 {
		margin-left: 83.333%;
	}
	.cell.p-11 {
		margin-left: 91.666%;
	}
.row.t-1 {
	margin-left: -10px;
	margin-right: -10px;
}
	.row.t-1 > .cell {
		padding-left: 10px;
		padding-right: 10px;
	}

.ico {
	position: relative;
	background: url("../img/page_icons.png") 100% 100% no-repeat;
	overflow: hidden;
	text-indent: 100%;
	display: inline-block;
	vertical-align: middle;
}
	.ico.i_more_inv {
		width: 20px;
		height: 20px;
		background-position: -30px 0px;
	}
	.ico.i_ar_r {
		width: 20px;
		height: 20px;
		background-position: -120px 0px;
	}
	a:hover .ico.i_ar_r {
		background-position: -120px -20px;
	}
	.ico.i_ar_l {
		width: 20px;
		height: 20px;
		background-position: -150px 0px;
	}
	a:hover .ico.i_ar_l {
		background-position: -150px -20px;
	}
	.ico.i_phone {
		width: 12px;
		height: 20px;
		padding-right: 6px;
		background-position: -180px 1px;
	}
	.ico.i_mail {
		width: 15px;
		height: 20px;
		padding-right: 3px;
		background-position: -180px -19px;
	}
	.ico.i_eng {
		width: 15px;
		height: 20px;
		padding-right: 3px;
		background: none;
	}
	.ico.i_foto {
		width: 20px;
		height: 20px;
		background-position: 0 -20px;
		margin-top: -6px;
		padding-right: 5px;	
	}
	.ico.i_el_journal {
		width: 15px;
		height: 20px;
		padding-right: 4px;
		background: url(../img/el_journal.png) 100% 100% no-repeat;
	}
	.ico.i_blind {
		width: 15px;
		height: 20px;
		padding-right: 4px;
		background: url(../img/blind.png) 100% 100% no-repeat;
	}
	.ico.i_ds {
		width: 16px;
		height: 22px;
		background: url(../img/digital-signature.png) 100% 100% no-repeat;
	}
.icofont:before {
	width: 1em;
	speak: none;
	font-family: "Fontello";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1em;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	display: inline-block;
}
.icofont.f_search:before { content: '\e800'; } /* '' */
.icofont.f_clock:before { content: '\e801'; } /* '' */
.icofont.f_rss:before { content: '\e802'; } /* '' */
.icofont.f_eye:before { content: '\e803'; } /* '' */
.icofont.f_facebook:before { content: '\e804'; } /* '' */
.icofont.f_print:before { content: '\e805'; } /* '' */
.icofont.f_twitter:before { content: '\e806'; } /* '' */
.icofont.f_vkontakte:before { content: '\e807'; } /* '' */
.icofont.f_youtubeplay:before { content: '\e808'; } /* '' */
.icofont.f_phone:before { content: '\e809'; } /* '' */
.icofont.f_direction:before { content: '\e80a'; } /* '' */
.icofont.f_mailalt:before { content: '\e80b'; } /* '' */
.icofont.f_linkalt:before { content: '\e80c'; } /* '' */
.icofont.f_gplus:before { content: '\e80d'; } /* '' */
.icofont.f_instagramm:before { content: '\e80e'; } /* '' */
.icofont.f_fax:before { content: '\e80f'; } /* '' */
.icofont.f_circle_up:before { content: '\e810'; } /* '' */

.checkbox {
	position: relative;
	min-height: 1.4em;
	display: inline-block;
	vertical-align: baseline;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox.disabled {
	opacity: 0.6;
	cursor: default;
}
/*.checkbox:before {
	content: "";
	width: 14px;
	height: 14px;
	background: url("../img/checkbox_ico.png") 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.checkbox.active:before {
	background-position: 100% 0;
}
	.checkbox input {
		position: absolute;
		width: 0;
		height: 0;
		opacity: 0;
	}*/

.radio {
	position: relative;
	min-height: 1.4em;
	display: inline-block;
	vertical-align: baseline;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio.disabled {
	opacity: 0.6;
	cursor: default;
}
/*.radio:before {
	content: "";
	width: 14px;
	height: 14px;
	background: url("../img/radio_ico.png") 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.radio.active:before {
	background-position: 100% 0;
}
	.radio input {
		position: absolute;
		width: 0;
		height: 0;
		opacity: 0;
	}*/

input[type="text"],
.input {
	position: relative;
	width: 100%;
	height: 3em;
	padding: 0.8em 19px;
	// background: #eee;
	border: 1px solid #ccc;
	line-height: 1.4;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"][disabled],
.input[disabled] {
	opacity: 0.6;
}
.t-form_error .input,
.input.t-form_error {
	background: #fee;
	border-color: #f00;
}
input:-ms-input-placeholder {
	color: inherit;
}
input:-moz-placeholder {
	color: inherit;
}
input::-moz-placeholder {
	color: inherit;
}
input::-webkit-input-placeholder {
	color: inherit;
}

textarea,
.textarea {
	position: relative;
	width: 100%;
	height: 10em;
	padding: 0.8em 19px;
	background: #eee;
	border: 1px solid #ccc;
	line-height: 1.4;
	resize: vertical;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
textarea[disabled],
.textarea[disabled] {
	opacity: 0.6;
}
.t-form_error .textarea,
.textarea.t-form_error {
	background: #fee;
	border-color: #f00;
}
textarea:-ms-input-placeholder {
	color: inherit;
}
textarea:-moz-placeholder {
	color: inherit;
}
textarea::-moz-placeholder {
	color: inherit;
}
textarea::-webkit-input-placeholder {
	color: inherit;
}

select,
.select {
	position: relative;
	width: 100%;
	height: 3em;
	padding: 0.7em 14px;
	background: #eee;
	border: 1px solid #ccc;
	line-height: 1.4;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
select[multiple],
.select[multiple] {
	height: 8em;
}
select[disabled],
.select[disabled] {
	opacity: 0.6;
}
.t-form_error .select,
.select.t-form_error {
	background: #fee;
	border-color: #f00;
}

button,
input[type="submit"],
input[type="reset"],
.button {
	position: relative;
	min-height: 3em;
	min-height: 1.5em\0/; /* IE8 */
	padding: 0.7em 19px;
	background: inherit;
	border-bottom: 2px solid #eee;
	color: inherit;
	line-height: 1.4;
	display: inline-block;
	vertical-align: baseline;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
.button[disabled] {
	opacity: 0.6;
}
	.button-label {
		display: inline-block;
		vertical-align: middle;
	}
.button.t-block {
	width: 100%;
	text-align: center;
	display: block;
}
.button.t-clear {
	min-height: 0;
	padding: 0;
	background: none;
	border: 0;
}
.button.t-circ_white {
	width: 40px;
	height: 40px;
	min-height: 0;
	padding: 0;
	background: none;
	border: 1px solid #999;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #999;
	line-height: 38px;
	text-align: center;
}
.button.t-circ_white:hover {
	background: #495931;
	border-color: #495931;
	color: #fff;
}
.button.t-circ_white.t-c_fb:hover {
	background: #3b579d;
	border-color: #3b579d;
}
.button.t-circ_white.t-c_tw:hover {
	background: #2caae1;
	border-color: #2caae1;
}
.button.t-circ_white.t-c_vk:hover {
	background: #5e82a8;
	border-color: #5e82a8;
}

.tooltip-container {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 360px;
	margin-top: -3px;
	z-index: 110;
	pointer-events: none;
}
	.tooltip-holder {
		padding: 4px 9px;
		background: #fff;
		border: 1px solid #495931;
		font-size: 18px;
		font-style: italic;
		color: #000;
		line-height: 1.2;
		text-align: center;
		white-space: nowrap;
	}
.mw_228{
	max-width: 228px;
}

.b-select__control option:disabled {
	color: #9b9b9b;
}

/* РИЦ "КРАСНАЯ ЗВЕЗДА" В СОЦИАЛЬНЫХ СЕТЯХ */
.list-social {
	display: flex !important;
}
.list-social-items {
	display: flex;
	align-items: center;
}

.list-social .icon-social svg path {
	fill: #999;
}

.list-social .icon-social:hover svg path {
	fill: #fff;
}

.icon-social {
	display: flex !important;
	align-items: center; 
	justify-content: center;
	margin-bottom: 8px;
}

.list-social .button.t-circ_white.t-c_vk:hover,
.list-social .button.t-circ_white.t-c_dzen:hover {
	background: #6781A5;
	border-color: #6781A5;
}

.list-social .button.t-circ_white.t-c_ok:hover {
	background: #F7931E;
	border-color: #F7931E;
}

.list-social .button.t-circ_white.t-c_youtube:hover {
	background: #E03122;
	border-color: #E03122;
}

.list-social .button.t-circ_white.t-c_rutube:hover {
	background: #0B1D38;
	border-color: #0B1D38;
}

.list-social .button.t-circ_white.t-c_telegram:hover {
	background: #28A7E8;
	border-color: #28A7E8;
}

.list-social .button.t-circ_white.t-c_rutube:hover path:first-child {
	fill: #F41240;
}

.list-social .button.t-circ_white.t-c_dzen:hover path:first-child {
	fill: #2C3036;
}

.list-social .button.t-circ_white.t-c_dzen path:last-child {
	fill: #fff;
}