<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	background: #fff;
	/*background: #f3f3f3 url("./images/bg.v2.jpg") no-repeat;*/
	background-size: cover;
	background-attachment: fixed;
}

div.line {
	height: 3px;
	background: #21376d;
}

span.strong{
	font-weight:bold;
}

#header div.container,
#partners div.container,
#footer div.container {
	max-width: 1160px;
	padding: 0;
	background-color: #fff;
	background-color: rgba(255,255,255, 0.7);
}

/* header */
#header div.container  {
	height: 157px;
	position: relative;
	border-bottom: 1px solid #bfbfbf;
}
#header div.logo {
	position: absolute;
	width: 608px;
	height: 107px;
	background: url("./images/logo.v5.png") no-repeat;
	background-size: 100%;
	left: 30px;
	top: 30px;
	z-index: 100;
}
#header div.logo a{
	display: block;
	height: 107px;
}
#header div.search-form {
	position: absolute;
	right: 30px;
	bottom: 100px;
}
#header div.search-form input{
	border:1px solid #f3f3f4;
	border-radius: 4px;
	height: 26px;
	padding-left: 5px;
	font-style: italic;
	width: 234px;
}
#header div.search-form button{
	border:0px;
	background: none;
	position: absolute;
	right: 1px;
	bottom: 3px;
	color:#97999c;
}
#header div.search-form button span{
	font-size: 12px;
}


#header div.social {
	position: absolute;
	bottom: 57px;
	right: 290px;
	width: 152px;
	height: 28px;
}

#header div.social a {
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 28px;
	height: 28px;
	background: url("./images/social.v3.png") no-repeat;
}

#header div.social a.instagram {background-position: 0px 0px;}
#header div.social a.vk {background-position: -28px 0px;}
#header div.social a.facebook {background-position: -56px 0px;}
#header div.social a.youtube {background-position: -84px 0px;}
#header div.social a.instagram:hover {background-position: 0px -28px;}
#header div.social a.vk:hover {background-position: -28px -28px;}
#header div.social a.facebook:hover {background-position: -56px -28px;}
#header div.social a.youtube:hover {background-position: -84px -28px;}
#header div.anketa  {
	position: absolute;
	right: 30px;
	height: 36px;
	bottom: 55px;
	width: 234px;
}
#header div.anketa  a{
	line-height: 36px;
	height: 36px;
}
#header div.topmenu {
	position: absolute;
	border-top:1px solid #bfbfbf;
	padding-right: 30px;
	z-index: 100;
}
#header div.topmenu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header div.topmenu li{
	float: left;

}
#header div.topmenu li.first a{
	border-left:0px;
}
#header div.topmenu a{
	padding-left: 13px;
	padding-right: 13px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	color:#000;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	border-left:1px solid #0f0f0f;
}
#header div.shortmenu {
	display: none;
	position: absolute;
	bottom: -36px;
	font-size: 19px;
	color: #b2b2b2;
	left: 30px;
	line-height: 22px;
	height: 22px;
	z-index: 1200;
}
div.menu-overlay {
	background-color: #adafc7;
	background-position: fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 500;
	display: block;
	width: 100%;
}
/* header */


div.back {
	margin-top: 10px;
	display: inline-block;
}


/* partners */
#partners div.container{
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
}
#partners div.slider {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 40px;
	margin-right: 40px;
}
#partners div.slider-item {
	margin-left: 20px;
	margin-right: 20px;
}
#partners  div.news-list div.h2title{
	text-transform: uppercase;
	border-bottom: 1px solid #7f7f7f;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 16px;
	font-size: 22px;
	color:#888888;
}
#partners  div.news-list .slick-prev::before,
#partners  div.news-list .slick-next::before {
	font-size: 25px;
	color:#bac1d6;
}
#partners  div.news-list .slick-prev{
	left: -35px;
	z-index: 100;
}
#partners  div.news-list .slick-next{
	right: -35px;
	z-index: 100;
}
/* partners */




/* footer */
#footer div.container {
	padding-top: 50px;
	padding-bottom: 25px;
}
#footer div.bottom-box {
	padding-bottom: 10px;
	border-top:1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
}
#footer div.bottommenu  {
	margin-top: 10px;
    float:right;
    position:relative;
    left:-55%;
    text-align:left;
}
#footer div.bottommenu ul{
	margin: 0;
	list-style:none;
    position:relative;
    left:50%;
}
#footer div.bottommenu li{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
#footer div.bottommenu a {
	color:#000000;
	font-size: 10px;
	font-weight: bold;

	text-transform: uppercase;

}
#footer div.copy {
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#footer div.footer-block-box {
	margin: 20px auto;
	width: 65%;
}
#footer div.footer-block-box ul{
	float: left;
	width: 25%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer div.footer-block-box a{
	color:#7f7f7f;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
}

/* footer */


div.clear {
	clear: both;
}

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