<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* /Modules/SAM/CSS/ArialNarrow.css Priority = 1000 */
@font-face {
	font-family: 'ArialNarrow';
	font-style: normal;
	font-weight: normal;
	src: local('ArialNarrow'), local('ArialNarrow-Regular'),
	url('/Modules/SAM/Files/Fonts/ArialNarrow/ttf/ArialNarrowRegular.ttf') format('truetype'),
	url("/Modules/SAM/Files/Fonts/ArialNarrow/woff/ArialNarrowRegular.woff") format("woff"),
	url('/Modules/SAM/Files/Fonts/ArialNarrow/svg/ArialNarrowRegular.svg') format('svg'),
	url('/Modules/SAM/Files/Fonts/ArialNarrow/eot/ArialNarrowRegular.eot') format('embedded-opentype');
}
@font-face {
	font-family: "ArialNarrow";
	src: url("/Modules/SAM/Files/Fonts/ArialNarrow/eot/ArialNarrowRegular.eot") format("embedded-opentype"),
	url("/Modules/SAM/Files/Fonts/ArialNarrow/woff/ArialNarrowRegular.woff") format("woff"),
	url("/Modules/SAM/Files/Fonts/ArialNarrow/ttf/ArialNarrowRegular.ttf") format("truetype"),
	url("/Modules/SAM/Files/Fonts/ArialNarrow/svg/ArialNarrowRegular.svg") format("svg");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "ArialNarrow";
	src: url("/Modules/SAM/Files/Fonts/ArialNarrow/eot/ArialNarrowBold.eot") format("embedded-opentype"),
	url("/Modules/SAM/Files/Fonts/ArialNarrow/woff/ArialNarrowBold.woff") format("woff"),
	url("/Modules/SAM/Files/Fonts/ArialNarrow/ttf/ArialNarrowBold.ttf") format("truetype");
	url("/Modules/SAM/Files/Fonts/ArialNarrow/svg/ArialNarrowBold.svg") format("svg");
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: "ArialNarrow";
	src: url("/Modules/SAM/Files/Fonts/ArialNarrow/eot/ArialNarrowItalic.eot") format("embedded-opentype"),
	url("/Modules/SAM/Files/Fonts/ArialNarrow/woff/ArialNarrowItalic.woff") format("woff"),
	url("/Modules/SAM/Files/Fonts/ArialNarrow/ttf/ArialNarrowItalic.ttf") format("truetype");
	url("/Modules/SAM/Files/Fonts/ArialNarrow/svg/ArialNarrowItalic.svg") format("svg");
	font-style: italic;
	font-weight: normal;
}
@font-face {
	font-family: "ArialNarrow";
	src: url("/Modules/SAM/Files/Fonts/ArialNarrow/eot/ArialNarrowBoldItalic.eot") format("embedded-opentype"),
	url("/Modules/SAM/Files/Fonts/ArialNarrow/woff/ArialNarrowBoldItalic.woff") format("woff"),
	url("/Modules/SAM/Files/Fonts/ArialNarrow/ttf/ArialNarrowBoldItalic.ttf") format("truetype");
	url("/Modules/SAM/Files/Fonts/ArialNarrow/svg/ArialNarrowBoldItalic.svg") format("svg");
	font-style: italic;
	font-weight: bold;
}

/* /Modules/SAM/CSS/Templates/Mosokoshko.Template.css Priority = 900 */
*										{margin:0;padding:0;outline:none;font-family:"ArialNarrow", Tahoma, Arial, sans-serif;line-height:1.5;letter-spacing:1px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;border:0}
html, body								{min-width:100%;min-height:100%;}
body									{color:#333333;font-size:14px;background:url("/Modules/SAM/Files/Template-Mosokoshko/Images/back.png") 0 0 repeat fixed;}
body.overflowHidden						{overflow:hidden;}
a										{color:#016AC5;cursor:pointer;text-decoration:underline}
a:hover									{text-decoration:none}
.both									{float:none !important;clear:both}
.after-both:after						{content:'';display:block;float:none !important;clear:both}
.inline-block							{display:inline-block;zoom:1;*display:inline;}
*[unselectable=on],
.unselectable 							{-moz-user-select:-moz-none;-o-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:default}
.border-box								{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.nowrap									{white-space:nowrap;}

a.no-link-color {color:inherit;}
a.link-invert:not(:hover) {text-decoration:none;}
a.link-invert:hover {text-decoration:underline;}

header,nav,section,article,aside,footer {display:block;}
input, select, textarea, button {font:inherit;}

.container {margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;word-wrap:break-word;background-color:#fff;overflow:hidden;}
@media (min-width:1180px) {	.container {width:1080px;padding:0 30px;border:2px dashed #D3D3D3;}}

.button_green {background-color:#6EA900;border-radius:5px;color:#fff;text-decoration:none;text-align:center;cursor:pointer;}
.button_green:hover {background-color:#3C9002;}
.button_red {cursor:pointer;border:1px #A9A9A9 solid;color:#FFFFFF;text-align:center;}
.button_red:not(:hover) {
	background: #f25b5b; /* Old browsers */
	background: -moz-linear-gradient(top, #f25b5b 0%, #ce2a2a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f25b5b 0%,#ce2a2a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f25b5b 0%,#ce2a2a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25b5b', endColorstr='#ce2a2a',GradientType=0 ); /* IE6-9 */
}
.button_red:hover {
	background: #ce2a2a; /* Old browsers */
	background: -moz-linear-gradient(top, #ce2a2a 0%, #ae0202 2%, #c91d1d 50%, #e63b3b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ce2a2a 0%,#ae0202 2%,#c91d1d 50%,#e63b3b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ce2a2a 0%,#ae0202 2%,#c91d1d 50%,#e63b3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce2a2a', endColorstr='#e63b3b',GradientType=0 ); /* IE6-9 */
}
.color_1 {color:#6EA900;}
.background_1 {background-color:#6EA900;}


@media (max-width:839px) {
	body &gt; .hidden {z-index:3;background-color:#878B8F;background-color:rgba(70,77,84,0.6);position:absolute;top:0;right:0;bottom:0;left:0;display:none;cursor:pointer;}
	.hidden.show {display:block;}
	.hideMenu {right:-240px;top:0;width:240px;position:absolute;z-index:4;overflow:hidden;background-color:#f6f8f9;border-radius:0 0 0 3px;padding:40px 0 20px;}
	.hideMenu.show {right:0;}
	.MainMenu[sam="SAMMenu"][view="List"] {background-color:transparent;}
	.MainMenu[sam="SAMMenu"][view="List"] li {display:block;margin-left:20px;}
	.MainMenu[sam="SAMMenu"][view="List"] a {padding:7px 8px;text-decoration:none;font-size:16px;line-height: 40px;color:#000;border-left:3px solid transparent;}
	.MainMenu[sam="SAMMenu"][view="List"] a:hover,
	.MainMenu[sam="SAMMenu"][view="List"] a:focus {border-left-color:#6EA900;background-color:#D8D8D8;}
	.MainMenu[sam="SAMMenu"][view="List"] a.select {border-left-color:#6EA900;color:#6EA900;}
}
@media (min-width:840px) {
	.hideMenu {min-height:40px;}
	.MainMenu[sam="SAMMenu"][view="List"] {text-align:center;display:block;}
	.MainMenu[sam="SAMMenu"][view="List"] .menu {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		
		flex-wrap: nowrap;
		
		-webkit-justify-content: space-around;
		justify-content: space-around;
		
		text-align: justify;
		text-align-last: justify;
	}
	.MainMenu[sam="SAMMenu"][view="List"] li {display:inline-block;}
	.MainMenu[sam="SAMMenu"][view="List"] a {padding:10px 5px;text-decoration:none;line-height:40px;text-transform:uppercase;color:#fff;}
	.MainMenu[sam="SAMMenu"][view="List"] a:hover {text-decoration:underline;}
}
@media (min-width:840px) and (max-width:939px) {	.MainMenu[sam="SAMMenu"][view="List"] a {font-size:12px;}}
@media (min-width:940px) {							.MainMenu[sam="SAMMenu"][view="List"] a {font-size:14px;}}

.to_top{position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid #fff;}
@media (max-width:1179px) {.to_top .menu {margin-left:15px;margin-right:15px;}}
@media (min-width:1180px) {.to_top .menu {width:1080px;margin-left:auto;margin-right:auto;}}
/*@media (min-width:1180px) {	.to_top {width:1080px;left:50%;margin-left:-540px;}}*/


h1 {margin-top:15px;font-size:28px;margin-bottom:20px;font-weight:normal;text-align:center;line-height:1;}
@media (min-width:1180px) {	h1 {font-size:43px;}}

.Top {display:block;text-align:center;width:100%;}
.Top img {max-width:100%;}

.Right {margin-top:30px;}
.Right h2, .Right .h2 {font-weight:normal;font-size:24px;text-align:center;line-height:1.2;margin-top:25px;margin-bottom:15px;}
@media (min-width:940px) {
	.Right h2, .Right .h2 {font-size:27px;text-align:left;}
}
.Right h3, .Right .h3 {font-weight:normal;font-size:20px;text-align:center;line-height:1.2;margin-top:15px;margin-bottom:5px;}
@media (min-width:940px) {
	.Right h3, .Right .h3 {font-size:22px;text-align:left;}
}

.Breadcrumbs {margin-bottom:20px;}

.Right .text p {margin:8px 0;}
.Right .text ul,
.Right .text ol {margin: 5px 0;text-align:left;}
.Right .text li {margin-left: 25px;text-align:left;}

.Right .text table {border-collapse:collapse;}
.Right .text table:not(.no-standard-decor) {border:1px solid #D8DDE1;max-width:100%;}
.Right .text table:not(.no-standard-decor):not(.table-with-caption) thead,
.Right .text table:not(.no-standard-decor).table-with-caption caption,
.Right .text table:not(.no-standard-decor) tbody tr.tr_head {background-color:#247396;color:#fff;}
.Right .text table:not(.no-standard-decor) tbody tr:not(.tr_head):hover {background-color:#E7E9EC;}
.Right .text table:not(.no-standard-decor) tbody tr td[rowspan] {background-color:#fff;border:1px solid #D8DDE1;}
.Right .text table:not(.no-standard-decor) td,
.Right .text table:not(.no-standard-decor) th {padding:7px 10px;border-top:1px solid #D8DDE1;border-bottom:1px solid #D8DDE1;}
.Right .text table:not(.no-standard-decor) thead td,
.Right .text table:not(.no-standard-decor) th,
.Right .text table:not(.no-standard-decor) caption {font-weight:bold;}
.Right .text table:not(.no-standard-decor) thead td:not(.align_right),
.Right .text table:not(.no-standard-decor) th:not(.align_right),
.Right .text table:not(.no-standard-decor) caption {text-align:center;}
.Right .text table:not(.no-standard-decor) thead tr td[rowspan],
.Right .text table:not(.no-standard-decor) tr.tr_head td[rowspan] {background-color:transparent;}
.Right .text table:not(.no-standard-decor).table-with-caption caption {padding:7px 10px;}
.Right .text table:not(.no-standard-decor).table-with-caption caption .small {display:block;font-weight:normal;}
.Right .text table:not(.no-standard-decor) tbody .accent {color:#096C96;}

.Right .text img {max-width:100%;}
.Right .text .img_right {text-align:center;}
@media (min-width:640px) {
	.Right .text .img_right {float:right;margin:10px 0 10px 15px;}
	.Right .text .img_right.img_mini {max-width:300px;}
}

.Right .table {width:100%;overflow:auto;}
.align_right {text-align:right;}
.align_center {text-align:center;}

.Error {word-wrap:break-word;color:#fff;background-color:#BD3131;}
.Error  &gt; pre {background:#A92626;padding:4px;margin-top:5px;word-break:break-all;white-space:pre-wrap;}

.Error  &gt; span &gt; i {margin: 5px}
.Error  i.fa-arrow-circle-down {font-size:16px;cursor:pointer;}
.Error  &gt; .spoiler {display: none}

#topcontrol{
	left: 1px;
}
.bold{
	    font-weight: bold;
}
input[disabled]{
	cursor: not-allowed;
}
#topcontrol{
	top: 90%;
	left: 90%!important;
	width: 50px;
}
@media (max-width:500px){
	#topcontrol{
		left: 80%!important;
	}
}

/* Modules/Articles/CSS/Views/List.Standard.css Priority = -1 */
div[sam="Articles"][view="List.Standard"] .articles article {margin-bottom:30px;}
div[sam="Articles"][view="List.Standard"] .articles article .img {background-color:#E6E6E6;padding:5px;}
div[sam="Articles"][view="List.Standard"] .articles article .img img {width:100%;}
div[sam="Articles"][view="List.Standard"] .articles article .info h2, div[sam="Articles"][view="List.Standard"] .articles article .info .h2 {font-weight:bold;line-height:1.2;margin-bottom:5px;margin-top:0;}
div[sam="Articles"][view="List.Standard"] .articles article .info h2, div[sam="Articles"][view="List.Standard"] .articles article .info .h2 a {text-decoration:none;}
div[sam="Articles"][view="List.Standard"] .articles article .info h2, div[sam="Articles"][view="List.Standard"] .articles article .info .h2 a:hover {text-decoration:underline;}

@media all and (max-width:459px) {
	div[sam="Articles"][view="List.Standard"] .articles article .img {width:110px;margin:0 auto 10px;}
	div[sam="Articles"][view="List.Standard"] .articles article .info h2, div[sam="Articles"][view="List.Standard"] .articles article .info .h2 {text-align:center;}
}
@media all and (min-width:460px) {
	div[sam="Articles"][view="List.Standard"] .articles article .img {float:left;}
	div[sam="Articles"][view="List.Standard"] .articles article .img + .info {float:left;}
	div[sam="Articles"][view="List.Standard"] .articles article .info h2, div[sam="Articles"][view="List.Standard"] .articles article .info .h2 {text-align:left !important;}
}
@media all and (min-width:460px) and (max-width:639px) {
	div[sam="Articles"][view="List.Standard"] .articles article .img {width:70px;margin-right:20px;}
	div[sam="Articles"][view="List.Standard"] .articles article .img + .info {width:calc(100% - 100px);width:-moz-calc(100% - 100px);width:-webkit-calc(100% - 100px);}
}
@media all and (max-width:639px) {
	div[sam="Articles"][view="List.Standard"] .articles article .info h2, div[sam="Articles"][view="List.Standard"] .articles article .info .h2 {font-size:1.35em;}
}
@media all and (min-width:640px) {
	div[sam="Articles"][view="List.Standard"] .articles article .img {width:110px;margin-right:25px;}
	div[sam="Articles"][view="List.Standard"] .articles article .img + .info {width:calc(100% - 145px);width:-moz-calc(100% - 145px);width:-webkit-calc(100% - 145px);}
	div[sam="Articles"][view="List.Standard"] .articles article .info h2, div[sam="Articles"][view="List.Standard"] .articles article .info .h2{font-size:1.45em;}
	div[sam="Articles"][view="List.Standard"] .articles article .img + .info h2, 	div[sam="Articles"][view="List.Standard"] .articles article .img + .info .h2 {margin-top:10px;}
	div[sam="Articles"][view="List.Standard"] .articles article .info .description {font-size:1.2em;}
}

/* Modules/SAM/CSS/Templates/Mosokoshko.css Priority = -1 */
@media (min-width:940px) {
	.Right {width:70%;float:right;}
}
@media (min-width:1024px) {	.Right {width:72%;}}

/* /Modules/SAM/JS/JQuery/lightbox//css/lightbox.css Priority = -1 */
/* Preload images */
body:after {
	content: url('/Modules/SAM/JS/JQuery/lightbox/img/close.png') url('/Modules/SAM/JS/JQuery/lightbox/img/loading.gif') url('/Modules/SAM/JS/JQuery/lightbox/img/prev.png') url('/Modules/SAM/JS/JQuery/lightbox/img/next.png');
	display: none;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	background-color: rgba(0, 5, 13, 0.1);
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-container {
	padding: 4px;
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url('/Modules/SAM/JS/JQuery/lightbox/img/loading.gif') no-repeat;
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container &gt; .nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url('/Modules/SAM/JS/JQuery/lightbox/img/prev.png') left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url('/Modules/SAM/JS/JQuery/lightbox/img/next.png') right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url('/Modules/SAM/JS/JQuery/lightbox/img/close.png') top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/* Modules/SAMModules/CSS/Views/Common.Header.css Priority = -1 */
div[sam="SAMModules"][view="Common.Header"] {padding:5px 0 10px;}
div[sam="SAMModules"][view="Common.Header"] .buttonToggleMenu {cursor:pointer;width:28px;height:24px;padding:17px 12px;z-index:5;float:right;margin-left:10px;margin-top:3px;position: absolute;right: 0;top: 0;}
div[sam="SAMModules"][view="Common.Header"] .buttonToggleMenu span {cursor:pointer;display:block;width:28px;height:3px;margin-bottom:5px;}
div[sam="SAMModules"][view="Common.Header"] .logo {display:block;float:left;text-decoration:none;text-transform:uppercase;color:#000;margin-top:10px;margin-bottom:10px;width:200px;height:50px;background:url("/Modules/SAM/Files/Template-Mosokoshko/Images/logo.png") 0 0 no-repeat;background-size:100% auto;}
div[sam="SAMModules"][view="Common.Header"] .tel_block {clear:both;background-color:#EAE9E9;margin:0 -15px;padding:15px 15px;}
div[sam="SAMModules"][view="Common.Header"] .tel_block .tel {display:block;line-height:32px;padding-left:35px;background:url("/Modules/SAM/Files/Template-Mosokoshko/Images/icophone.png") 0 11px no-repeat;color:#000;font-size:26px;text-decoration:none;width:240px;margin-left:auto;margin-right:auto;}
div[sam="SAMModules"][view="Common.Header"] .tel_block .button_green {font-size:18px;text-transform:uppercase;padding:5px 15px;display:block;}

@media (min-width:520px) {
	div[sam="SAMModules"][view="Common.Header"] .logo {width:250px;height:62px;}
	div[sam="SAMModules"][view="Common.Header"] .tel_block .button_green {float:right;}
}
@media (min-width:640px) and (max-width:840px) {
	div[sam="SAMModules"][view="Common.Header"] .tel_block .button_green {padding:5px 25px;}
}

@media (min-width:840px) {
	div[sam="SAMModules"][view="Common.Header"] {background:url("/Modules/SAM/Files/Template-Mosokoshko/Images/head.png") 50% 100% no-repeat;background-size:100% auto;}
	div[sam="SAMModules"][view="Common.Header"] .buttonToggleMenu {display:none;}
	div[sam="SAMModules"][view="Common.Header"] .logo {width:350px;height:86px;}
	div[sam="SAMModules"][view="Common.Header"] .tel_block {float:right;margin:10px 0 0;clear:none;padding:0;background-color:transparent}
	div[sam="SAMModules"][view="Common.Header"] .tel_block .tel {float:none;margin-bottom:10px;margin-top: 10px;font-size:32px;width: auto;}
	div[sam="SAMModules"][view="Common.Header"] .tel_block .button_green {float:right;clear:both;}
}

#HiddenForm {display:none;z-index:10000;position:fixed;top:0;left:0;right:0;bottom:0;overflow-x:hidden;overflow-y:scroll;white-space:nowrap;text-align:center;}
/* РІРµСЂС‚РёРєР°Р»СЊРЅРѕРµ РІС‹СЂР°РІРЅРёРІР°РЅРёРµ */
#HiddenForm:after{content:"";height:100%}
#HiddenForm&gt;*,
#HiddenForm:after{vertical-align:middle;display:inline-block;display:-moz-inline-stack;zoom:1;*display:inline;}

#HiddenForm .hidden {position:fixed;top:0;left:0;right:0;bottom:0;background-color:#878B8F;background-color:rgba(70,77,84,0.6);z-index:3;cursor:pointer;}
#HiddenForm .form_block {z-index:4;background:#fcfcfc;text-align:left;width:100%;max-width:460px;white-space:normal;border:1px solid #b7b7b7;border-radius:2px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.7);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.7);box-shadow:0 1px 4px rgba(0,0,0,0.7);color:#333333;}
#HiddenForm .form_block .title {background-color:#1597FF;padding:15px 50px 15px 15px;}
#HiddenForm .form_block .title &gt; span {display:block;color:#fff;text-align:center;font-size:20px;font-weight:bold;}
#HiddenForm .form_block .title a.close {display:block;text-decoration:none;width:20px;height:20px;background:url("/Modules/SAM/Files/Template-Mosokoshko/Images/ico-close-mini.png") 0 0 no-repeat;position: absolute;right: 15px;top: 15px;}
#HiddenForm .form_block .title a.close:hover {background-position:0 -20px;}

#HiddenForm .form_block &gt; .val:not(:empty) {padding:20px;}
#HiddenForm .form_block &gt; .val input[type=text],
#HiddenForm .form_block &gt; .val input[type=number],
#HiddenForm .form_block &gt; .val input[type=tel],
#HiddenForm .form_block &gt; .val input[type=email],
#HiddenForm .form_block &gt; .val input[type=date],
#HiddenForm .form_block &gt; .val textarea,
#HiddenForm .form_block &gt; .val select {border:1px solid #dadcdc;border-radius:5px;display:block;width:100%;padding-left:15px;padding-right:15px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
#HiddenForm .form_block &gt; .val input[type=text],
#HiddenForm .form_block &gt; .val input[type=number],
#HiddenForm .form_block &gt; .val input[type=tel],
#HiddenForm .form_block &gt; .val input[type=email],
#HiddenForm .form_block &gt; .val input[type=date],
#HiddenForm .form_block &gt; .val select {line-height:36px;height:38px;}
#HiddenForm .form_block &gt; .val textarea {height:80px;min-height:80px;resize:vertical;padding-top:10px;padding-bottom:10px;}

#HiddenForm .form_block &gt; .val .input-box {margin-bottom:10px;}
#HiddenForm .form_block &gt; .val .input-box.required &gt; p {background:#CA2C2A;border-radius:0 0 5px 5px;padding:5px 10px;color:#fff;}
#HiddenForm .form_block &gt; .val .input-box.required input[type=text],
#HiddenForm .form_block &gt; .val .input-box.required input[type=number],
#HiddenForm .form_block &gt; .val .input-box.required input[type=tel],
#HiddenForm .form_block &gt; .val .input-box.required input[type=email],
#HiddenForm .form_block &gt; .val .input-box.required input[type=date],
#HiddenForm .form_block &gt; .val .input-box.required textarea,
#HiddenForm .form_block &gt; .val .input-box.required select {border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#CA2C2A;}

#HiddenForm .form_block form input[type='submit'] 	{background-color:#1597FF;color:#fff;font-size:18px;padding:15px 8px;margin-top:20px;width:100%;box-sizing:border-box;cursor:pointer;border-radius:5px;}
#HiddenForm .form_block form input[type='submit']:hover {background-color:#1285E0;}

#HiddenForm .form_block .mes &gt; p {font-size:16px;text-align:center;margin:20px 5px;}
#HiddenForm .form_block .mes .ok {color:#133569;}
#HiddenForm .form_block .mes .error {color:#ff0000;}

#HiddenForm .form_block .loading {position:absolute;top:0;right:0;left:0;bottom:0;background-color:#fff;background-color:rgba(255,255,255,0.5);padding-top:30%;}
#HiddenForm .form_block .loading .bubblingG {text-align:center;width:78px;height:49px;margin:auto;}
#HiddenForm .form_block .loading .bubblingG span {display:inline-block;vertical-align:middle;width:10px;height:10px;margin:24px auto;background:#223C82;border-radius:49px;-o-border-radius:49px;-ms-border-radius:49px;-webkit-border-radius:49px;-moz-border-radius:49px;animation: bubblingG 1.5s infinite alternate;-o-animation: bubblingG 1.5s infinite alternate;-ms-animation: bubblingG 1.5s infinite alternate;-webkit-animation: bubblingG 1.5s infinite alternate;-moz-animation: bubblingG 1.5s infinite alternate;}
#HiddenForm .form_block .loading #bubblingG_1 {animation-delay:0s;-o-animation-delay:0s;-ms-animation-delay:0s;-webkit-animation-delay:0s;-moz-animation-delay:0s;}
#HiddenForm .form_block .loading #bubblingG_2 {animation-delay:0.45s;-o-animation-delay:0.45s;-ms-animation-delay:0.45s;-webkit-animation-delay:0.45s;-moz-animation-delay:0.45s;}
#HiddenForm .form_block .loading #bubblingG_3 {animation-delay:0.9s;-o-animation-delay:0.9s;-ms-animation-delay:0.9s;-webkit-animation-delay:0.9s;-moz-animation-delay:0.9s;}

@media (min-width:768px) {
	#HiddenForm .form_block {margin-top:20px;margin-bottom:20px;}
}
body.hiddenformshow {overflow:hidden;}

#HiddenForm.IndependentExport .screen-params-title {font-weight:bold;font-size:16px;margin-bottom:10px;text-align:center;}
#HiddenForm.IndependentExport .screen-params-title .screen-params-remove {margin-left:15px;cursor:pointer;border-bottom:1px dashed #CA2C2A;color:#CA2C2A;font-weight:normal;font-size:14px;}
#HiddenForm.IndependentExport .screen-params-title .screen-params-remove:hover {border-bottom-color:transparent;}
#HiddenForm.IndependentExport .screen-params {margin-bottom:25px;}
#HiddenForm.IndependentExport .screen-params .input-box:not(:first-child) {width:50%;float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
#HiddenForm.IndependentExport .screen-params .input-box:nth-child(2n) {padding-right:10px;clear:both;}
#HiddenForm.IndependentExport .screen-params .input-box:not(:first-child):nth-child(2n+1) {padding-left:10px;}
#HiddenForm.IndependentExport .hidddenform-add-screen {margin:25px 0;text-align:center;}
#HiddenForm.IndependentExport .hidddenform-add-screen &gt; span {border-bottom:1px dashed #016AC5;color:#016AC5;font-size:16px;cursor:pointer;}
#HiddenForm.IndependentExport .hidddenform-add-screen &gt; span:hover {border-bottom-color:transparent;}

#HiddenForm .form_block form .hidddenform-btn-1,
#HiddenForm .form_block form .hidddenform-btn-2 {color:#fff;font-size:18px;padding:15px 8px;margin-top:20px;cursor:pointer;border-radius:5px;text-align:center;}
#HiddenForm .form_block form .hidddenform-btn-1:not(:hover) {background-color:#1597FF;}
#HiddenForm .form_block form .hidddenform-btn-1:hover {background-color:#1285E0;}
#HiddenForm .form_block form .hidddenform-btn-2:not(:hover) {background-color:#6EA900;}
#HiddenForm .form_block form .hidddenform-btn-2:hover {background-color:#3C9002;}

@media all and (max-width:640px) {
	#HiddenForm .form_block form .hidddenform-btn-1,
	#HiddenForm .form_block form .hidddenform-btn-2 {width:100%;}
}
@media all and (min-width:641px) {
	#HiddenForm .form_block form .hidddenform-btn-1,
	#HiddenForm .form_block form .hidddenform-btn-2 {width:49%;float:left;}
	#HiddenForm .form_block form .hidddenform-btn-1 {margin-right:2%;}
}

@supports (display:flex) {
	#HiddenForm .form_block form .hiddenform-buttons {display:flex;flex-wrap:wrap;align-items:stretch;}
	#HiddenForm .form_block form .hiddenform-buttons .hidddenform-btn-1,
	#HiddenForm .form_block form .hiddenform-buttons .hidddenform-btn-2 {display:flex;align-items:center;justify-content:center;padding-top:8px;padding-bottom:8px;min-height:55px;}
}


@keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:#223C82;
		transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:#DAF0FD;
		transform: translateY(-20px);
	}
}

@-o-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:#223C82;
		-o-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:#DAF0FD;
		-o-transform: translateY(-20px);
	}
}

@-ms-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:#223C82;
		-ms-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:#DAF0FD;
		-ms-transform: translateY(-20px);
	}
}

@-webkit-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:#223C82;
		-webkit-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:#DAF0FD;
		-webkit-transform: translateY(-20px);
	}
}

@-moz-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:#223C82;
		-moz-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:#DAF0FD;
		-moz-transform: translateY(-20px);
	}
}

/* Modules/SAMModules/CSS/Views/Common.Left.css Priority = -1 */
div[sam="SAMModules"][view="Common.Left"] {padding-top:20px;}
div[sam="SAMModules"][view="Common.Left"] .LeftLinks a {text-align:center;text-shadow:0 -1px 0 #fff;font-size:18px;letter-spacing:0;font-weight:bold;text-decoration:none;text-transform:uppercase;display:block;margin-bottom:30px;background:url("/Modules/SAMModules/Files/-/Images/back~banner.jpeg") 50% 100% no-repeat;background-size:cover;border-radius:8px;}
div[sam="SAMModules"][view="Common.Left"] .LeftLinks a &gt; span {display:block;padding:30px 0;border:2px solid #BCD8AA;border-radius:8px;}
div[sam="SAMModules"][view="Common.Left"] .LeftLinks a img {max-width:60px;margin-left:5px;float:left;}
div[sam="SAMModules"][view="Common.Left"] .LeftLinks a.calc &gt; span {background:url("/Modules/SAMModules/Files/-/Images/ceny.png") 5px 30px no-repeat;padding-left:52px;}
div[sam="SAMModules"][view="Common.Left"] .LeftLinks a.share &gt; span {background:url("/Modules/SAMModules/Files/-/Images/back~green.png") 50% 100% no-repeat;background-size:100% auto;padding-left:32px;color:#6EA900;}
div[sam="SAMModules"][view="Common.Left"] .LeftLinks a.partner &gt; span {background:url("/Modules/SAMModules/Files/-/Images/sotrudnichestvo.png") 0 30px no-repeat;padding-left:55px;}


@media (min-width:940px) {div[sam="SAMModules"][view="Common.Left"] {float:left;width:25%;margin-right:5%;}}
@media (min-width:1024px) {div[sam="SAMModules"][view="Common.Left"] {width:23%;}}


div[sam="SAMModules"][view="Common.Left"] .message {margin-bottom:30px;clear:both;background:url("/Modules/SAMModules/Files/-/Images/back~banner.jpeg") 50% 100% no-repeat;background-size:cover;border-radius:8px;border:2px solid #BCD8AA;}
div[sam="SAMModules"][view="Common.Left"] .message .titleFeedback {text-align:center;text-shadow:0 -1px 0 #fff;font-size:18px;letter-spacing:0;font-weight:bold;text-transform:uppercase;background:url("/Modules/SAMModules/Files/-/Images/message.png") 5px 10px no-repeat;padding:30px 0 30px 52px;}
div[sam="SAMModules"][view="Common.Left"] .message form {padding:0 20px 20px;}
div[sam="SAMModules"][view="Common.Left"] .message form input[type="text"],
div[sam="SAMModules"][view="Common.Left"] .message form textarea					{border:1px solid #e0e0e0;padding:10px 10px;margin-bottom:10px;width:100%;box-sizing:border-box;border-radius: 2px;}
div[sam="SAMModules"][view="Common.Left"] .message form textarea					{resize:vertical;min-height:100px;}
div[sam="SAMModules"][view="Common.Left"] .message form input[type="text"]:focus,
div[sam="SAMModules"][view="Common.Left"] .message form textarea:focus				{-webkit-box-shadow:0 0 5px 0 #6EA900;-moz-box-shadow:0 0 5px 0 #6EA900;box-shadow:0 0 5px 0 #6EA900;}
div[sam="SAMModules"][view="Common.Left"] .message form input[type="submit"] {display:block;line-height:44px;text-align:center;text-transform:uppercase;width:100%;font-size:15px;}

div[sam="SAMModules"][view="Common.Left"] .banner {margin-bottom:30px;text-align:center;}
div[sam="SAMModules"][view="Common.Left"] .banner img {max-width:100%;}

@media (min-width:640px) and (max-width:939px) {
	div[sam="SAMModules"][view="Common.Left"] .message {width:520px;margin-left:auto;margin-right:auto;}
}
@media (min-width:520px) and (max-width:719px) {
	div[sam="SAMModules"][view="Common.Left"] .LeftLinks a {width:350px;margin-left:auto;margin-right:auto;}
}
@media (min-width:720px) and (max-width:939px) {
	div[sam="SAMModules"][view="Common.Left"] .left-left {float:left;}
}
@media (min-width:940px) {
	div[sam="SAMModules"][view="Common.Left"] .banner {margin-top:20px;}
}

div[sam="SAMModules"][view="Common.Left"] .text {font-size:15px;}
div[sam="SAMModules"][view="Common.Left"] .text h2,
div[sam="SAMModules"][view="Common.Left"] .text h3 {line-height:1.3;}
div[sam="SAMModules"][view="Common.Left"] .text h2 {font-size:1.2em;margin-bottom:10px;}
div[sam="SAMModules"][view="Common.Left"] .text h3 {font-size:1.1em;margin-bottom:8px;}
div[sam="SAMModules"][view="Common.Left"] .text p,
div[sam="SAMModules"][view="Common.Left"] .text ul,
div[sam="SAMModules"][view="Common.Left"] .text ol {margin-bottom:8px;}
div[sam="SAMModules"][view="Common.Left"] .text p {text-align:justify;}
div[sam="SAMModules"][view="Common.Left"] .text ul,
div[sam="SAMModules"][view="Common.Left"] .text ol {margin-left:25px;}
/* Modules/SAMModules/CSS/Views/Common.Footer.css Priority = -1 */
div[sam="SAMModules"][view="Common.Footer"] {border-top:5px solid #6EA900;padding-bottom:15px;margin-top:30px;}

div[sam="SAMModules"][view="Common.Footer"] .links {margin-bottom:15px;padding:15px 30px 0;}
div[sam="SAMModules"][view="Common.Footer"] .links li {color:#6EA900;}
div[sam="SAMModules"][view="Common.Footer"] .links a {color:#6EA900;text-decoration:none;text-transform:uppercase;font-size:15px;font-weight:bold;}
div[sam="SAMModules"][view="Common.Footer"] .links a:hover {text-decoration:underline;}

div[sam="SAMModules"][view="Common.Footer"] .footer-info {color:#7D7D7D;}

div[sam="SAMModules"][view="Common.Footer"] .footer-info a {color:inherit;text-decoration:none;}
div[sam="SAMModules"][view="Common.Footer"] .footer-info a:hover {text-decoration:underline;}

@media (min-width:500px) and (max-width:959px) {
	div[sam="SAMModules"][view="Common.Footer"] .links .menu:after {content:'';display:block;clear:both;}
	div[sam="SAMModules"][view="Common.Footer"] .links li {float:left;}
}
@media (min-width:500px) and (max-width:719px) {
	div[sam="SAMModules"][view="Common.Footer"] .links li {width:48%;}
	div[sam="SAMModules"][view="Common.Footer"] .links li:nth-child(2n+1) {clear:both;margin-right:4%;}
}
@media (min-width:720px) and (max-width:959px) {
	div[sam="SAMModules"][view="Common.Footer"] .links li {width:30%;margin-right:5%;}
	div[sam="SAMModules"][view="Common.Footer"] .links li:nth-child(3n) {margin-right:0;}
	div[sam="SAMModules"][view="Common.Footer"] .links li:nth-child(3n+1) {clear:both;}
}
@media all and (max-width:719px) {
	div[sam="SAMModules"][view="Common.Footer"] .footer-info {text-align:center;}
	div[sam="SAMModules"][view="Common.Footer"] .ws {margin-top:10px;}
	div[sam="SAMModules"][view="Common.Footer"] .yashare-auto-init {width:133px;margin-left:auto;margin-right:auto;}
}
@media (min-width:720px) {
	div[sam="SAMModules"][view="Common.Footer"] .footer-info {display:flex;justify-content:space-between;align-items:center;padding:0 30px;}
}
@media (min-width:840px) {
	div[sam="SAMModules"][view="Common.Footer"] {background:url("/Modules/SAM/Files/Template-Mosokoshko/Images/foot.png") 50% 0 no-repeat;background-size:100% auto;}
}
@media (min-width:720px) and (max-width:959px) {
	div[sam="SAMModules"][view="Common.Footer"] .yashare-auto-init {margin-left:-7px;}
}
@media (min-width:960px) {
	div[sam="SAMModules"][view="Common.Footer"] .links .menu {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		
		flex-wrap: nowrap;
		
		-webkit-justify-content: space-between;
		justify-content: space-between;
		
		text-align: justify;
		text-align-last: justify;
	}
	div[sam="SAMModules"][view="Common.Footer"] .links li {display:inline-block;}
	div[sam="SAMModules"][view="Common.Footer"] .footer-info__left {display:flex;align-items:center;}
	div[sam="SAMModules"][view="Common.Footer"] .copyright {margin-right:30px;}
	div[sam="SAMModules"][view="Common.Footer"] .yashare-auto-init {margin-left:30px;}
}
@media (min-width:960px) and (max-width:1023px) {	div[sam="SAMModules"][view="Common.Footer"] .links a {font-size:13px;}}
@media (min-width:1024px) and (max-width:1119px) {	div[sam="SAMModules"][view="Common.Footer"] .links a {font-size:14px;}}

.number{
	text-align: center;
	color: #7D7D7D;
}

</pre></body></html>