<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Ð¨Ñ€Ð¸Ñ„Ñ‚Ñ‹*/
@font-face{
	font-family: UbuntuL;
	src:url(../fonts/UbuntuL.ttf);       
}
@font-face{
	font-family: UbuntuB;
	src:url(../fonts/UbuntuB.ttf);       
}
@font-face{
	font-family: UbuntuR;
	src:url(../fonts/UbuntuR.ttf);       
}
@font-face{
	font-family: UbuntuC;
	src:url(../fonts/UbuntuC.ttf);       
}
@font-face{
	font-family: SMMyriadProRegular;
	src:url(../fonts/SMMyriadProRegular.ttf);       
}
body{
	background-size: contain;
	font-family: UbuntuL;
}
/*ÐžÐ±Ñ‰Ð¸Ðµ ÑÑ‚Ð¸Ð»Ð¸*/
.page-wrapper{
	width: 1150px;
	margin: 0 auto;
}
.wrapper-1010{
	margin: 0 auto;
	width: 1010px;
}
.clear{ clear: both; }

/*Ð¨Ð°Ð¿ÐºÐ° ÑÐ°Ð¹Ñ‚Ð°*/
#header{
    background: url(../img/bg/header-bg.jpg);
    background-size: 100% 100%;
}

.site-logo{
	width: auto!important;
	margin: 0 auto;
	float: left;
}
.site-title-big, .site-title-small{
	color: #fff;
	text-transform: uppercase;
    padding-left: 100px;
    display: block;
}
.site-title-big{
    font-size: 24px;
    margin: 15px 0 5px 0;
}
.site-title-small{
    font-size: 18px;
}
.right-top-column{
	position: relative;
}
.cl-soc-box{
    float: right;
    margin-right: 15px;
}
.cl-soc-box .cl-link{
    color: #fff;
    font-size: 14px;
}

.soc-links{
    margin-top: 5px;
    margin-left: 8px;
}
.soc-links a{
    float: right;
    color: #fff;
    display: inline-block;
    font-size: 20px;
}

.search-frm{
    float: right;
}
ul.top-phones{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
ul.top-phones li{
	float: right;
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
    font-weight: bold;
}
ul.languages{
	margin: 5px 0 10px 0;
	padding: 0;
	list-style: none;
	float: right;
}
ul.languages li{
	float: left;
	margin: 0 2px;
}
ul.languages li, ul.languages li a{
	font-size: 14px;
	color: #fff;	
	text-transform: uppercase;
    font-weight: bold;
}
ul.languages li a.active-lng, ul.languages li a:hover{
    color: #4C5C5B;
}


/*Ð’ÐµÑ€Ñ…Ð½ÐµÐµ Ð¼ÐµÐ½ÑŽ*/
.top-menu-wrap{
    border-bottom: 1px solid #B5B5B5;
}
ul.top-menu{
	border-bottom: none!important;
	margin: 0!important;
	padding: 0;
}
ul.top-menu &gt; li.item{
    width: 20%;
    text-align: center!important;	
    padding: 20px 0!important;
    background: transparent!important;
    font-weight: normal!important;
}
ul.top-menu &gt; li.active{
    border: none!important;
}
ul.top-menu &gt; li.item a{
	color: #202020;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
    width: 100%;
}

ul.top-menu &gt; li.active a, ul.top-menu &gt; li a:hover{
    color: #007096;
}

/*Ð¡Ð»Ð°Ð¹Ð´ÐµÑ€*/
#index_slides{
	position: relative;
	margin-bottom: 10px;
}
#index_slides .slidesControl img{
	height: 400px;
	width: 1150px;
}
#index_slides .sp-arrow{
	width: 12px !important;
	height: 50px !important;
}
#index_slides .sp-horizontal .sp-next-arrow {
	right: 30px !important;
}
#index_slides .sp-horizontal .sp-previous-arrow {
	left: 30px !important;
}

/*ÐšÐ¾Ð½Ñ‚ÐµÐ½Ñ‚*/
.content{
	background: transparent;
}
.heading{
    color: #017393;
	font-size: 24px;
	font-family: UbuntuL;
	padding: 25px 0;
}
.hw-title{
    font-size: 26px;
}
.uppercase-t{
	text-transform: uppercase;
}
.first-letter-16:first-letter{
    font-size: 16px;
}
.SMMyriadProRegular{
    font-family: SMMyriadProRegular;
}
.align-t-center{
	text-align: center!important;
}
.align-t-right{
	text-align: right!important;
}

/*ÐœÐµÐ½ÑŽ Ð² ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚Ðµ*/
.t-c-menu-item{
    padding: 20px 40px;
    background: #F5F6F6;
    border-radius: 5px;
    border: 1px solid #E1E1E1;
    display: block;
}
.t-c-menu-item:hover{
    background: url("../img/bg/c-menu-active.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
}
.t-c-menu-item:hover span{
    color: #fff;
}
.t-c-menu-item img{ 
    border-radius: 50%;
    margin-right: 40px;
}
.t-c-menu-item span{
    font-size: 16px;
    color: #313030;
    text-transform: uppercase;
}

.c-preview{
	margin-top: 25px;
}
.c-info{
	color: #898989;
	font-family: SMMyriadProRegular;
	font-size: 18px;
	line-height: 1.5;
    text-align: justify;
}
.read-more-button{
	color: #fff!important;
	text-shadow: 2px 2px #43839b!important;
}
.blue-gradient{
	background: -webkit-linear-gradient(-90deg, #37B8DB 0, #14A1C3 100%)!important;
	background: -moz-linear-gradient(180deg, #37B8DB 0, #14A1C3 100%)!important;
	background: linear-gradient(180deg, #37B8DB 0, #14A1C3 100%)!important;
}
.read-more-link{
    color: #292A2A;
	float: right;
	font-size: 14px;
	margin: 5px 0;
}

.news-preview{
    margin-top: 0!important;
    padding: 10px!important;
}
.news-preview img{
    width: 250px!important;
}
.news-preview h4{
	margin: 0 0 10px 0;
    color: #00769B;
}
.news-preview .desc-n{
	color: #8c8c8c;
	font-size: 16px;
    margin: 0;
}

.f-menu-wrap{
    background: url("../img/bg/f-menu-bg.jpg") 0 0 no-repeat;
    background-size: 100% 100%; 
}

/*ÐŸÐ¾Ð´Ð²Ð°Ð»*/
.footer{
	padding-top: 15px; 
}
ul.foot-m li.item{
    border-right: 2px solid #fff!important;
}
ul.foot-m li.item:last-child{
    border: none!important;
}
ul.foot-m li.item a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	padding: 5px 17px;
}

ul.foot-m li.active a, ul.foot-m li a:hover{
    color: #000;
}

.foot-contact-info{
	width: 1150px;
	margin: 0 auto;
}
.foot-contact-info, .foot-contact-info a{
    color: #3C3D3D;    
}
.foot-contact-info .column{
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}


.to-top{
	font-size: 18px;
    color: #3C3D3D;
	text-transform: uppercase;
	display: inline-block;
	float: right;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.to-top i{
	display: inline-block;
	margin: 0 auto;
	font-size: 22px;
}

/*Slider-Pro styles*/
/* Example 3 */

#example3 .sp-selected-thumbnail {
    border: 4px solid #00769B;
}

#content_block{
	position: relative;
	margin: 20px 0;
}

#content_block .page_title{
	font-size: 20px;
	color: #009FB4;
	font-weight: bold;
	margin-bottom: 20px;
}

#content_block .page_subtitle{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

#content_block .publication_date{
	text-align: right;
	font-weight: bold;
	margin-top: 15px;
}

/* ÐžÐ±Ñ‰Ð¸Ðµ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ñ‹ */
.news_preview{
	background-position: center;
}

#news_pagination{
	float: right;
	margin: 20px;
}

#hello_word{
	width: 100%;
	padding: 25px 0;
}

#hello_word h1, #hello_word h2, #hello_word h3, #hello_word h4, #hello_word h5, #hello_word h6{
	font-size: 26px;
	font-weight: normal;
	color: #017393;
	font-family: UbuntuL;
	padding: 0;
	text-align: center!important;
}

#hello_word p{
	color: #898989;
	font-family: SMMyriadProRegular;
	font-size: 18px;
	line-height: 1.5;
	text-align: justify;	
}

.search_splitter{
	width: 100%;
	height: 20px;
	clear: both;
}

.search-word{
	background: yellow; 
}

#content_wrapper{
	position: relative;
	padding: 0 20px !important;
}
/*ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ñ‚Ð°Ð±Ð»Ð¸Ñ† Ð² ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚Ðµ Ð¸ Ð¾Ð³Ñ€Ð°Ð½Ð¸Ñ‡Ð¸Ñ‚ÐµÐ»ÐµÐ¹*/
.overf {
	overflow: auto;
	width: 100%;
	height: 400px;
	margin: 0 -1em;
	border: 1px solid #eee;
}
.overf_width {
	overflow-x: auto;
	width: 100%;
	border: 1px solid #eee;
}
.overf_width::-webkit-scrollbar,
.overf::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: #e0e0e0;
}
.overf_width::-webkit-scrollbar-thumb,
.overf::-webkit-scrollbar-thumb {
	border-width: 1px 1px 1px 1px;
	border-color: #c0c0c0;
	border-radius: 5px;
	background-color: #64B5F6;
}
.overf_width::-webkit-scrollbar-thumb:hover,
.overf::-webkit-scrollbar-thumb:hover {
	background-color: #00a0ce;
}

.page_content table {
	width: 100%;
	font-size: 14px;
}

.page_content thead tr {
	background-color: #58c2de;
	color: #fff;
	text-align: center;
}

.page_content tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.page_content tbody tr:nth-child(even) {
	background-color: #fff;
}

.page_content td {
	border: 1px solid #ccc;
	padding: 7px 10px;
}

/* Shortcode news-list */

#scYearButtons {
	margin-top: 5px;
}

#scYearButtons .sc-news-button {
	/*font-size: 105%;*/
}

#scNewsTable {
	margin: 20px 0 15px 0;
}

#scNewsTable_filter {
	display: none;
}

#scNewsTable thead {
	display: none;
}</pre></body></html>