<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background: #fafbfb;
}
.main-wrap{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 10px;
}
.header{
    background: url(../img/bg/header-bg.jpg) center top repeat-x;
    background-size: cover;
}
.d-logo{
    width: 110px;
    max-width: 110px;
}
.socials img{
    margin-left: 15px;
    height: 32px;
    width: 32px;
}
.top-panel{
    background: #102a6f;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 0;
}
.lang-link{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.lang-link a{
    color: #fff;
    font-size: 14px;
}
.lang-link li:nth-child(n+2) a{
    margin-left: 10px;
}
.active-lng, .lang-link a:hover{
    text-decoration: underline;
    color: #fff;
}
.mob-lng a{
    background-color: transparent;
    color: #222;
    border: 1px solid #e5e5e5;
    margin: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color;
    width: 100%;
}
.mob-lng .active-lng, .mob-lng a:hover{
    background-color: transparent;
    color: #222;
    border-color: #b2b2b2;
}
.site-title a{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.site-subtitle a{
    font-size: 16px;
}
.h-search .uk-search-input{
    border: none;
    color: #65686b;
}
.h-search .uk-search-input, .h-search .uk-search-input:focus{
    background: #f4f4f4;
}
.h-search .uk-search-icon{
    color: #3b4597!important;
    background: #e4e4e4;
}
.h-search .uk-search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #65686b;
    opacity: 1; /* Firefox */
}
.h-search .uk-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #65686b;
}
.h-search .uk-search-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #65686b;
}
.h-contact{
    line-height: 1;
    font-size: 14px;
}
.h-contact span{
    color: #33b5e5;
    margin-right: 10px;
}
.h-contact a{
    color: #fff;
}
#top-panel-mobile .h-contact a{
    color: #000;
}
.bott-menu{
    border: none;
}
.top-menu&gt;div ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-menu&gt;div&gt;ul{
    display: flex;
}
.top-menu&gt;div&gt;ul&gt;li{
    text-align: center;
    position: relative;
    z-index: 1001;
}
.bott-menu&gt;div&gt;ul&gt;li{
    flex-grow: 1;
}
.top-menu&gt;div&gt;ul&gt;li&gt;a{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    display: block;
    position: relative;
}
.top-menu&gt;div&gt;ul&gt;li&gt;a:hover::after, .top-menu&gt;div&gt;ul&gt;li.active&gt;a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #fff;
}
.bott-menu&gt;div&gt;ul&gt;li&gt;a{
    color: #fff;
}
.top-menu &gt; div &gt; ul &gt; li a:hover{
    text-decoration: none;
    color: #fff;
    transition-duration: 350ms;
}
.top-menu &gt; div &gt; ul &gt; li ul{
    display: none;
    position: absolute;
    width: 300px;
    background: #095aa6;
    text-align: left;
    transition-duration: 350ms;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    z-index: 1000;
}
.bott-menu &gt; div &gt; ul &gt; li ul{
    bottom: 100%;
}
.top-menu &gt; div &gt; ul &gt; li ul li{
    position: relative;
}
.top-menu &gt; div &gt; ul &gt; li ul a{
    text-decoration: none;
    padding: 15px;
    line-height: 1;
    color: #fff;
    display: block;
}
.top-menu &gt; div &gt; ul &gt; li ul a:hover{
    color: #fff;
    text-decoration: none;
    background: #102a6f;
}
.top-menu &gt; div &gt; ul &gt; li &gt; ul &gt; li ul{
    left: 240px;
    top: 0;
}
.top-menu ul li:hover &gt; ul{
    display: block;
}
/*mobile menu*/
#top-panel-mobile{
    background: url(../img/bg/header-bg.jpg) center top repeat-x;
    background-size: cover;
    display: none;
}
#top-panel-mobile&gt;div&gt;div&gt;span{
    color: #fff;
}
.drop-mobile-menu{
    width: calc(100% - 20px)!important;
    z-index: 3000!important;
}
.mainNav {
    background: #fff;
    width: 100%;
}
/* First Level */
.mainNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mainNav ul li {
    border-top: 1px solid #ddebf8;
}
.mainNav ul li a {
    color: #000;
    display: block;
    font-size: 1.1em;
    line-height: normal;
    padding: 12px 20px;
    text-decoration:none;
    margin-right: 0!important;
    padding-right: 50px;
}
.mainNav ul li:hover &gt; a {
    background: #102a6f;
    color: #fff;
    text-decoration: none;
}
.mainNav ul li &gt; span{
    width: 50px!important;
    top: 12px!important;
}
.mainNav ul li ul li &gt; span{
    top: 5px!important;   
}
.mainNav ul li:hover span{
    color: #fff;
}
/* Second Level */
.mainNav ul ul {
    border-bottom: none
}
.mainNav ul ul li {
    border-top: 1px solid #156ec2;
    background: #115ba2;
}
.mainNav ul ul li a {
    color: #FFFFFF;
    display: block;
    font-size: 1em;
    line-height: normal;
    padding: 0.5em 1em 0.5em 2.5em;
}
.mainNav ul ul li a:hover {
    background: #1874cb;
}
/* Third Level */
.mainNav ul ul ul li a {
    padding-left:3.5em; 
    padding-top:0.25em; 
    padding-bottom:0.25em;
}
/* Accordion Button */
ul li.has-subnav .accordion-btn {
    color:#000; 
}
ul li.has-subnav.active &gt; a{
    background: #1874cb;
    color: #fff!important;
}
ul li.has-subnav.active span{
    color: #fff!important;
}
.mainNav ul ul ul ul {
    display: none;
}
/*top slider*/
.top-slider .uk-slideshow .uk-slideshow-items img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-slider .uk-slidenav-previous, .top-slider .uk-slidenav-next{
    border-radius: 50%;
    color: #fff;
    background: #33b5e5;
    padding: 5px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-slider .uk-slidenav-previous:hover, .top-slider .uk-slidenav-next:hover, .top-slider .uk-slidenav-previous:focus, .top-slider .uk-slidenav-next:focus{
    color: #fff!important;
}
.top-slider .uk-slidenav-previous{
    margin-left: -10px;
}
.top-slider .uk-slidenav-next{
    margin-right: -10px;
}
.top-slider .uk-dotnav&gt;*&gt;:active, .uk-dotnav&gt;.uk-active&gt;*{
    background-color: #49a7e9!important;
    border: 1px solid #49a7e9!important;
}
.top-slider .uk-dotnav&gt;*&gt;*{
    border: 1px solid transparent;
    background: #dbdcdc;
}
.mb-box{
    background-size: cover;
}
.two-ban-menu &gt; div:first-child &gt; div{
    background: url(../img/bg/blue-bg.jpg) center center no-repeat; 
}
.two-ban-menu &gt; div:last-child &gt; div{
    background: url(../img/bg/orange-bg.jpg) center center no-repeat;
}
.mb-icon{
    width: 150px;
    height: 150px;
}
.mb-box .mb-title{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.mb-box .mb-title:hover{
    text-decoration: none;
}
.main-content{
    background: url(../img/bg/bottom-bg.jpg) center bottom no-repeat;
    background-size: contain;
}
.main-content h2, .main-content h3, .main-content h4{
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0;
}
.hello-main h2, .hello-main h3, .hello-main h4{
    margin-top: 0;
}
.hello-main p{
    font-size: 14px;
    color: #000;
}
.mn-item{
    width: 100%;
    height: 100%;
    border: 1px solid #cacaca;
    padding: 15px;
    background: #fff;
}
.mn-photo{
    height: 205px;
    margin: -15px -15px 0 -15px;
    position: relative;
}
.mn-photo::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    height: 3px;
    background: #938dc3;
}
.mn-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mn-date{
    color: #fff;
    background: #e1b243;
    padding: 5px;
    display: inline-block;
    margin-top: 10px;
}
.mn-title{
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 1;
}
.mn-title:hover{
    color: #000;
}
.mn-desc{
    color: #000;
}
.mn-history{
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.mn-history:hover{
    color: #000;
}
/*sidebar*/
.sidebar{
    width: 380px;
}
.sidebar-menu{
    padding: 30px 5px!important;
    background: #ebf3f6;
}
.sidebar-menu&gt;li&gt;a{
    color: #000;
    padding: 5px 10px;
    text-transform: uppercase;
    display: block;
}
.sidebar-menu li ul{
    display: none;
}
.sidebar-menu&gt;:nth-child(n+2){
    border-top: 1px solid #89b1c9;
}
.cv-carousel {
	display: block;
	height: 600px;
	padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.cv-carousel .asScrollable-container{
    width: 100%!important;
}
.scroll-box{
    height: 100%;
    width: 100%!important;
}
.cv-carousel .item {
    padding-bottom: 10px;
}
.cv-carousel .item a, .cv-carousel .item img{
	width: 100%;
    display: block;
}
.cv-prev,
.cv-next {
	position: absolute;
	left: 0;
	right: 0;
	height: 50px;
	background: #70b3f0;
	display: flex;	
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
}
.cv-prev{
	top: 0;
}
.cv-next{
	bottom: 0;
}
/*footer*/
.footer{
    background: #535253;
    padding: 20px 0;
}
.footer, .footer a, .footer a:hover{
    color: #fff;
}
.we-in-social{
    text-transform: uppercase;
    line-height: 1;
}

/*styles for inner pages*/
#content_wrapper{
    background: #fafbfb;
}
.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_title{
    padding-bottom: calc(5px + 0.1em);
    border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
    margin-bottom: 25px;
    font-size: 20px;
}
.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;
}
.page_content img:not(.uk-slideshow-items img){
    margin: 10px auto;
}
.page_content a{
    word-break: break-word;
}
.news-modul-photo{
    width: 150px;
    max-width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
}
.news-modul-text-box{
    padding-bottom: 30px;
}

/* 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;
}

/*MEDIA*/
@media screen and (max-width: 640px) {
    .socials a{
        flex-grow: 1;
        text-align: center;
    }
    .top-slider .ts-dots-nav{
        display: none;
    }
}
@media screen and (max-width: 960px) {
    .sidebar{
        width: 100%;
    }
    .header{
        display: none;
    }
    #top-panel-mobile{
        display: block;
    }
    .mb-icon {
        width: 75px;
        height: 75px;
    }
    .page_content img:not(.uk-slideshow-items img):not(div[uk-lightbox='animation: slide'] img){
        max-width: 100%;  
        width: auto!important; 
    }
}
@media screen and (max-width: 1200px) and (min-width: 960px){
    .sidebar{
        width: 250px;
    } 
}</pre></body></html>