@font-face {
    font-family: Asylbekm2;
    src: url(../fonts/Asylbekm21cooper.Kz.ttf);
}
.main-wrap{
    max-width: 1140px;
    margin: 0 auto;
}
.header{
    background: #fff;
}
.d-logo{
    width: 110px;
    max-width: 110px;
}
.header-grid-220{
    width: 220px;
}
.soc-title{
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    text-align: right;
    font-weight: 500;
}
.socials img{
    margin-left: 5px;
    height: 38px;
    width: 38px;
}
.lang-link{
    list-style: none;
    margin: 0;
    padding: 0;
}
.lang-link a{
    color: #000;
    font-size: 14px;
    margin-right: 10px;
    display: block;
}
.lang-link a.active-lng, .lang-link a:hover{
    text-decoration: underline;
    color: #e5194a;
}
.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: 20px;
    color: #c03470;
    font-family: Asylbekm2;
    text-transform: uppercase;
}
.site-subtitle a{
    font-size: 16px;
}
.h-search .uk-search-input{
    border: none;
    border-bottom: 1px solid #000!important;
    color: #000;
}
.h-search .uk-search-icon{
    color: #000!important;
}
.h-search .uk-search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}
.h-search .uk-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}
.h-search .uk-search-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}
.ms-wrap{
    border-bottom: 2px solid #7d7d7d;
}
.bott-menu{
    border: none;
}
.top-menu>div ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-menu>div>ul{
    display: flex;
}
.top-menu>div>ul>li{
    text-align: center;
    position: relative;
    z-index: 1001;
}
.bott-menu>div>ul>li{
    flex-grow: 1;
}
.top-menu>div>ul>li>a{
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    display: block;
}
.bott-menu>div>ul>li>a{
    color: #000;
    font-weight: 600;
}
.top-menu > div > ul > li a:hover, .top-menu > div > ul > li.active a{
    color: #c03470;
    text-decoration: none;
    transition-duration: 350ms;
}
.top-menu > div > ul > li ul{
    display: none;
    position: absolute;
    width: 300px;
    background: #ee8128;
    text-align: left;
    transition-duration: 350ms;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    z-index: 1000;
}
.bott-menu > div > ul > li ul{
    bottom: 100%;
}
.top-menu > div > ul > li ul li{
    position: relative;
}
.top-menu > div > ul > li ul a{
    text-decoration: none;
    padding: 15px;
    line-height: 1;
    color: #fff;
    display: block;
}
.top-menu > div > ul > li ul a:hover{
    color: #fff;
    text-decoration: none;
    background: #da6200;
}
.top-menu > div > ul > li > ul > li ul{
    left: 240px;
    top: 0;
}
.top-menu ul li:hover > ul{
    display: block;
}
/*mobile menu*/
#top-panel-mobile{
    background: #ee8128;
    display: none;
}
#top-panel-mobile>div>div>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 > a {
    background: #da6200;
    color: #fff;
    text-decoration: none;
}
.mainNav ul li > span{
    width: 50px!important;
    top: 12px!important;
}
.mainNav ul li ul li > 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 #da6200;
    background: #da6200;
}
.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: #ee8128;
}
/* 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 > a{
    background: #ee8128;
    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{
    color: #fff;
    background: rgba(0,0,0,.3);
    padding: 5px;
    width: 34px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-slider .ts-dots-nav{
    position: absolute;
    bottom: 30px;
    right: 40px;
    padding: 15px;
    border-radius: 20px;
    background: rgba(238, 129, 40, .3);
}
.top-slider .ts-dots-nav li:first-child{
    padding-left: 0;
}
.top-slider .uk-dotnav>*>:active, .uk-dotnav>.uk-active>*{
    background-color: #a3c735!important;
    border: 1px solid #a3c735!important;
}
.uk-dotnav>.uk-active>*{
    width: 12px;
    height: 12px;
    margin-top: -1px;
}
.top-slider .uk-dotnav>*>*{
    border: 2px solid #fff;
}
.mb-box{
    width: 100%;
    min-height: 200px;
    position: relative;
}
.mb-box .mb-title{
    font-size: 16px;
    color: #fff;
    padding: 10px;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-transform: uppercase;
    display: block;
    text-align: right;
}
.mb-box .mb-title:hover{
    text-decoration: none;
}
.main-content h2, .main-content h3, .main-content h4{
    font-size: 20px;
    color: #c03470;
    text-transform: uppercase;
    font-weight: 600;
    margin: 30px 0;
    font-family: Asylbekm2;
}
.hello-main p{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-indent: 20px;
}
.mn-item{
    width: 100%;
    height: 100%;
    background: #fff;
}
.mn-photo{
    position: relative;
    height: 205px;
    width: 100%;
}
.mn-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mn-date{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #de3937;
    padding: 10px;
}
.mn-title{
    display: block;
    font-size: 16px;
    color: #ee1f73;
    text-transform: uppercase;
    font-weight: 500;
}
.mn-title:hover{
    color: #000;
}
.mn-desc{
    color: #000;
}
.mn-history{
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.mn-history:hover{
    color: #000;
}
/*sidebar*/
.sidebar{
    width: 340px;
}
.sidebar-menu{
    padding: 30px 5px!important;
    background: #ee8128;
    margin: 0;
}
.sidebar-menu>li>a{
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    display: block;
}
.sidebar-menu li ul{
    display: none;
}
.sidebar-menu>:nth-child(n+2){
    border-top: 1px solid #fff;
}
.blue-ban{
    background: #41c0e0;
}
.green-ban{
    background: #80c103;
}
.bann-link{
    font-family: Asylbekm2;
    text-transform: uppercase;
    font-size: uppercase;
    font-size: 18px;  
    color: #fff;
    display: block;
}
.bann-link:hover{
    color: #fff; 
}
.bann_links .bann-link:nth-child(1) > div{
	background: #80c103;
}
.bann_links .bann-link:nth-child(2) > div{
	background: #41c0e0;
}
.bann_links .bann-link>div{
	background: gray;
}
.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 {
    position: relative;
    padding-bottom: 10px;
}
.cv-carousel .item::after {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    background: #ee8128;
    bottom: 5px;
}
.cv-carousel .item:last-child::after {
    display: none;
}
.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: #ee8128;
    display: flex;  
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}
.cv-prev{
    top: 0;
}
.cv-next{
    bottom: 0;
}
.cv-prev::after, .cv-next::after{
    content: '';
    position: absolute;
    height: 4px;
    left: 0;
    right: 0;
    background: #ee8128;    
}
.cv-prev::after{
    top: 54px;
}
.cv-next::after{
    bottom: 54px;
}
/*footer*/
.footer{
    background: #d3d3d3;
    padding: 20px 0;
}
.footer, .footer a, .footer a:hover{
    color: #000;
}

/*styles for inner pages*/
.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) {
    .top-slider .ts-dots-nav{
        display: none;
    }
    .socials a{
        flex-grow: 1;
        text-align: center;
    }
}
@media screen and (max-width: 960px) {
    .sidebar{
        width: 100%;
    }
    .header{
        display: none;
    }
    #top-panel-mobile{
        display: block;
    }
    .bott-menu{
        display: none;
    }
    .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: 1140px) {
    .main-wrap{
        padding: 0 10px;
    }
}