<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Konysbek Dias || onskyD@gmail.com
---------------------------------------*/

/* Icons
---------------------------------------*/
@font-face{
    font-family: 'elegant';
    src:    url('../fonts/elegant.eot?jtr6z9');
    src:    url('../fonts/elegant.eot?jtr6z9#iefix') format('embedded-opentype'),
    url('../fonts/elegant.ttf?jtr6z9') format('truetype'),
    url('../fonts/elegant.woff?jtr6z9') format('woff'),
    url('../fonts/elegant.svg?jtr6z9#elegant') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"]{
    font-family: 'elegant' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-mail:before {
    content: "\e0e1";
}
.icon-rss:before {
    content: "\e0e5";
}
.icon-download:before {
    content: "\e2c0";
}
.icon-prev:before {
    content: "\e408";
}
.icon-next:before {
    content: "\e409";
}
.icon-arrow_back:before {
    content: "\e5c4";
}
.icon-arrow_forward:before {
    content: "\e5c8";
}
.icon-search:before {
    content: "\e8b6";
}
.icon-eye:before {
    content: "\e8f5";
}
.icon-sitemap:before {
    content: "\f0e8";
}
.icon-youtube:before {
    content: "\f16a";
}
.icon-instagram:before {
    content: "\f16d";
}
.icon-vk:before {
    content: "\f189";
}
.icon-visibility:before {
    content: "\e8f4";
}
.icon-calendar:before {
    content: "\e953";
}

/* Tags options
---------------------------------------*/
*{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    flex-direction: column;
    -webkit-flex-direction: column;
    min-height: 100vh;
    color: #333;
    background-color: #f5f5f5;
}
textarea{
    min-height: 100px;
}
main{
    flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
}
hr{
    margin: 15px 0;
    border: 0;
    border-bottom: 1px solid #ccc;
}

/* Global options
---------------------------------------*/
.container{
    max-width: 1200px;
    margin: 0 auto;
}
.transition,
.site__button,
.h-menu__link,
.m-menu__link,
.m-menu__sub,
.partners .owl-buttons i,
.modal-back,
.modal-block{
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.pad__top{
    padding-top: 20px;
}
.pad__left{
    padding-left: 20px;
}
.pad__bottom{
    padding-bottom: 20px;
}
.no-select{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.img--banner{
    display: block;
    margin-bottom: 20px;
    padding: 3px;
    background-color: #fff;
    max-width: 100%;
    border: 2px solid #8c979c;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
}
.img--banner:hover{
    border-color: #798a92;
}

/* Site components
---------------------------------------*/
.site__button{
    display: inline-block;
    line-height: 36px;
    border: 0;
    background-color: #1e88e5;
    color: #fff;
    min-width: 36px;
    padding: 0 10px;
}
.site__button--full{
    width: 100%;
}
.site__button--icon{
    padding: 0;
    font-size: 20px;
}
.site__button:hover{
    background-color: #1565c0;
}
.site__input{
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 13px;
    line-height: 34px;
}
.site__input:focus{
    border-color: #aaa;
}
.site__link{
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    height: 35px;
}
.site__link:hover{
    color: #4082a2;
}
.site__map{
    height: 300px;
    background-color: #f7f1d9;
    margin-bottom: 15px;
}

/* Header
---------------------------------------*/
.header__top{
    background-color: #555;
}
.header__bottom{
    padding: 15px 0;
    background-color: #fff;
}

/* Header menu
---------------------------------------*/
.h-menu--inline{
    display: inline-block;
    vertical-align: top;
}
.h-menu__item{
    float: left;
    list-style-type: none;
}
.h-menu__link{
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    display: block;
    padding: 0 10px;
}
.h-menu__link--active,
.h-menu__link:hover{
    background-color: #fff;
    color: #333;
}

/* Header logo
---------------------------------------*/
.h-logo{
    position: relative;
    text-transform: uppercase;
    height: 95px;
}
.h-logo__img{
    display: block;
}
.h-logo__info{
    position: absolute;
    left: 115px;
    top: 11px;
}
.h-logo__slogan{
    color: #858787;
    font-size: 15px;
    margin-bottom: 5px;
}
.h-logo__title{
    color: #222;
    font-size: 19px;
}

/* Header search
---------------------------------------*/
.h-search{
    position: relative;
    margin-top: 30px;
}
.h-search__input{
    background-color: #e0e0e0;
    color: #333;
    font-size: 13px;
    border: 0;
    line-height: 36px;
    width: 232px;
    padding: 0 10px;
}
.h-search__button{
    position: absolute;
    right: 0;
    top: 0;
}

/* Main menu
---------------------------------------*/
.m-menu{
    background-color: #1e88e5;
}
.m-menu__container{
    position: relative;
}
.m-menu__item{
    display: table-cell;
    width: 1%;
}
.m-menu__link{
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    /*text-transform: uppercase;*/
    border-right: 1px solid #1565c0;
	white-space: nowrap;
}
.m-menu__item:hover .m-menu__link,
.m-menu__item--active &gt; .m-menu__link{
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 20px 25px -25px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 20px 25px -25px rgba(0,0,0,.5);
    box-shadow: inset 0 20px 25px -25px rgba(0,0,0,.5);
}
.m-menu__item:first-child .m-menu__link{
    border-left: 1px solid #1565c0;
}
.m-menu__sub{
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 11px -5px;
    -moz-box-shadow: 0 3px 11px -5px;
    box-shadow: 0 3px 11px -5px;
    padding: 20px 0;
    width: 100%;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0;
}
.m-menu__item:hover &gt; .m-menu__sub{
    z-index: 2;
    filter: alpha(opacity=100);
    opacity: 1;
}
.m-menu__sub .m-menu__item{
    display: inline-block;
    width: 33%;
    vertical-align: bottom;
    padding: 0 20px;
}
.m-menu__sub .m-menu__link{
    display: block;
    border: 0 !important;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
    text-align: left;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #c3c1c0 !important;
	white-space: normal;
}
.m-menu__sub .m-menu__link:hover{
    background-color: #eee;
}

/* Slider
---------------------------------------*/
.slider{
    margin-bottom: 20px;
}
.slider__list{
    height: 350px;
    overflow: hidden;
}
.slider__img{
    display: block;
}
.slider__info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 160px 30px 25px 30px;
}
.slider__name {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
}
.slider .owl-pagination{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    height: 8px;
    z-index: 1;
    text-align: center;
}
.slider .owl-page{
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.3);
}
.slider .owl-page.active{
    background-color: #fff;
}
.slider .owl-buttons div{
    position: absolute;
    top: 50%;
    margin-top: -18px;
}
.slider .owl-buttons div.owl-prev{
    left: 5%;
}
.slider .owl-buttons div.owl-next{
    right: 5%;
}
.slider .owl-buttons i{
    font-size: 36px;
    background-color: rgba(0,0,0,.7);
    border-radius: 50%;
    color: #fff;
}
.slider .owl-buttons i:hover{
    background-color: rgba(0,0,0,.9);
}

/* Last news
---------------------------------------*/
.l-news__list{
    margin: -15px -10px 0 -10px;
}
.l-news__item{
    padding: 0 10px;
}
.l-news__body{
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
.l-news__img{
    display: block;
}
.l-news__right{
    padding-left: 10px;
}
.l-news__time{
    display: block;
    margin-top: 10px;
    color: #888;
    font-size: 13px;
}

/* Activity
---------------------------------------*/
.activity__list {
    margin: -10px -10px 10px -10px;
}
.activity__item{
    display: inline-block;
    width: 24.7%;
    padding: 10px;
    vertical-align: top;
}
.activity__img{
    margin-bottom: 5px;
}
.activity__desc{
    margin-top: 5px;
    margin-bottom: 5px;
}
.activity__desc,
.activity__desc *{
    font-size: 12px;
    color: #888;
}
.activity__desc_view {
    float: right;
    color: #90a4ae;
}
.activity__desc_view i{
    color: #90a4ae;
    margin-right: 5px;
}
.panel__button {
    text-align: right;
    margin: 15px 0;
    height: 20px;
}
.panel__button_link {
    border: 1px solid #486877;
    padding: 7px;
    color: #486877;
    border-radius: 5px;
    transition: 0.3s;
}
.panel__button_link:hover{
    background-color: #6690a5;
    border: 1px solid #6690a5;
    color: #fff;
}
.activity__item_video {
    width: 50%;
    float: left;
    text-align: center;
    margin: 10px 0;
}
.panel__whole_title {
    font-size: 18px;
    color: #696969;
    margin-bottom: 10px;
    font-weight: 600;
}
.panel__half_item {
    width: 50%;
    float: left;
    padding: 10px;
}
.panel__half_title {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #676767;
}
.panel__whole_video{
    margin-bottom: 10px;
}
.gallery_item{
    width: 32%;
    float: left;
    border-bottom: 1px solid #d2cece;
    padding: 10px;
    margin: 5px;
}
.gallery_image {
    width: 100%;
    height: 200px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.gallery_title {
    font-size: 14px;
    color: #676767;
    font-weight: 600;
}

/* Main-gallery
---------------------------------------*/
.panel__photo{
    background-color: #6690a5;
    margin-bottom: 30px;
}
.panel__title_photo {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.panel__head_photo {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f5f5f5;
    line-height: 24px;
    padding-top: 30px;
}
.typography a[rel=zoom],
#galleryBlock a{
    cursor: zoom-in;
}

.typography a[rel=zoom]:hover,
#galleryBlock a:hover{
    filter: alpha(opacity=100);
    opacity: 1;
}
.typography a:hover{
    text-decoration: underline;
}
.typography .images{
    margin: 0 -10px -10px 0;
}
.panel__gallery_item{
    height: 190px;
    overflow: hidden;
    margin: 3px 3px;
    width: 285px;
}
.panel__photo_image{
    width: 290px;
    height: 190px;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    background: black;
}
.panel__photo_image:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    opacity: 0.9;
}
.panel__button_gal-link {
    border: 1px solid #ececec;
    padding: 7px;
    color: #ffffff;
    border-radius: 5px;
    transition: 0.3s;
}
.panel__button_gal-link:hover{
    color: #6690a5;
    border: 1px solid #ececec;
    background: #ffffff;
}
.news__title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #005399;
}
.news__published {
    color: #aba7a7;
}
.news__published i{
    color: #aba7a7;
    margin-right: 10px;
}
.news__img {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 250px;
    height: 150px;
    margin: 10px 0;
}
.news__desc {
    font-size: 14px;
    margin-bottom: 20px;

}
.news__link {
    text-align: right;
    height: 30px;
}
.news__link a {
    border: 1px solid #486877;
    padding: 7px;
    color: #486877;
    border-radius: 5px;
    transition: 0.3s;
}
.news__link a:hover{
    background-color: #6690a5;
    border: 1px solid #6690a5;
    color: #fff;
}
.news__item {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.news__page-img {
    webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 350px;
    margin: 5px 15px 0 0;
    float: left;
}
.news__desc p {
    margin-bottom: 15px;
}
/* Gallery
---------------------------------------*/
.gallery .albums {
  margin-bottom: -10px;
}
.gallery .albums .item {
  float: left;
  vertical-align: top;
  width: 275px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  margin-bottom: 15px;
  position: relative;
}
.gallery .albums .item:nth-child(3n + 2) {
  margin: auto 10px;
}
.gallery .albums .item span {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(54, 110, 185, 0.8);
  padding: 10px;
  color: #fff;
}
.gallery .albums .item span:hover {
  background-color: #366eb9;
}
.gallery .albums.photos .item {
  width: 140px;
  height: 95px;
  margin: 0 6px 6px 0 !important;
  filter: alpha(opacity=80);
  opacity: .8;
}
.panel__button_gallery {
    height: 45px;
    text-align: right;
    margin: 25px 0;
}


/* Calendar events
---------------------------------------*/
.c-events__item{
    position: relative;
}
.c-events__item:not(:last-child){
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.c-events__img{
    display: block;
    margin-bottom: 5px;
}
.c-events__time{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    padding: 5px;
    background-color: #1e88e5;
    color: #fff;
}

/* Article list
---------------------------------------*/
.a-list__item:not(:last-child){
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.a-list__time{
    display: block;
    line-height: 1;
    margin-bottom: 5px;
    color: #888;
    font-size: 13px;
}
.a-list__desc{
    margin: 5px 0 10px 0;
}
.a-list__desc,
.a-list__desc *{
    font-size: 12px;
    color: #888;
}
.a-list__phrase{
    background-color: #ffff00;
    font: inherit;
    color: #000;
}
.a-list__more{
    font-style: italic;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 600;
}
.a-list__img{
    display: block;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* Archive table
----------------------------------------*/
.arc-table__link{
    text-decoration: none !important;
}

/* Partners
---------------------------------------*/
.partners{
    background-color: #607d8b;
    padding: 30px 0;
}
.partners__list{
    padding: 0 50px;
}
.partners__item{
    padding: 0 5px;
    display: block;
}
.partners__img{
    display: block;
    margin: 0 auto;
}
.partners .owl-buttons &gt; div{
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
.partners .owl-buttons &gt; div.owl-prev{
    left: 0;
}
.partners .owl-buttons &gt; div.owl-next{
    right: 0;
}
.partners .owl-buttons i{
    font-size: 40px;
    color: rgba(255,255,255,.75);
}
.partners .owl-buttons i:hover{
    color: #fff;
}

/* Footer
---------------------------------------*/
.footer{
    border-top: 1px solid #90a4ae;
    background: #455a64 url(/images/logo150x150.png) no-repeat 50%;
    padding: 50px 0;
}
.footer__text{
    color: #fff;
    font-size: 13px;
    margin-bottom: 15px;
}
.footer__text:last-child{
    margin-bottom: 0;
}
.footer__link{
    color: #9dcbe1;
    font-size: 13px;
}
.footer__link:hover{
    text-decoration: underline;
}
.footer__icon{
    color: #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    margin: 0 8px;
    width: 18px;
    text-align: center;
}

/* Panel
---------------------------------------*/
.panel{
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.panel__head{
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #90a4ae;
    line-height: 24px;
}
.panel__head--small{
    border-bottom-width: 1px;
}
.panel__title{
    font-weight: 700;
    text-transform: uppercase;
}
.panel__title--small{
    text-transform: capitalize;
}
.panel__link{
    display: inline-block;
    color: #4082a2;
}
.panel__link:hover{
    text-decoration: underline;
}

/* Breadcrumb
---------------------------------------*/
.breadcrumb{
    margin: 20px 0 10px 0;
    line-height: 1;
}
.breadcrumb li{
    font-weight: 600;
    font-size: 13px;
    color: #999;
}
.breadcrumb li:not(:last-child):after{
    content: "/";
    margin: 0 5px;
}
.breadcrumb a{
    font-size: 13px;
    color: #4082a2;
}
.breadcrumb a:hover{
    text-decoration: underline;
}
.breadcrumb span{
    font: inherit;
    color: inherit;
}

/* Pagination
---------------------------------------*/
.pagination:not(:empty){
    margin-top: 10px;
    padding: 10px;
    background-color: #90A4AE;
}
.pagination li{
    display: inline-block;
    margin-right: 5px;
}
.pagination li a,
.pagination li span{
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 24px;
}
.pagination li.prev a,
.pagination li.prev span,
.pagination li.next a,
.pagination li.next span{
    width: auto;
}
.pagination li.active &gt; *,
.pagination li:not(.prev):not(.next) &gt; *:hover{
    background-color: #607d8b;
    color: #fff;
    text-decoration: none !important;
}
.pagination li.disabled &gt; *{
    color: #cfd8dc;
    cursor: not-allowed;
}
.pagination li a:hover{
    text-decoration: underline;
}
.pagination li i{
    display: inline-block;
    vertical-align: middle;
    line-height: 1px;
    color: inherit;
}
.pagination__icon--left{
    margin-right: 7px;
}
.pagination__icon--right{
    margin-left: 7px;
}

/* Typography
---------------------------------------*/
.typography .left-block{
    padding-right: 15px;
}
.typography,
.typography *{
    line-height: 1.7;
    font-size: 13px;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6{
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}
.typography h4,
.typography h5,
.typography h6{
    font-size: 16px;
}
.typography p{
    margin-bottom: 15px;
}
.typography strong,
.typography b{
    font-weight: 600;
}
.typography a{
    color: #4082a2;
    text-decoration: underline;
}
.typography a:hover{
    color: #204050;
}
.typography iframe{
    border: 1px solid #ccc;
    padding: 10px;
}
/*.typography img{
    max-width: 100%;
}*/
.typography ul:not(.ya-share2__list),
.typography ol{
    padding-left: 25px;
    margin-bottom: 15px;
}
.typography table{
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
}
.typography th,
.typography td{
    vertical-align: top;
    padding: 4px 8px;
    border: 1px solid #ddd;
}
.typography tbody tr:nth-child(even){
    background-color: #f5f5f5;
}
.typography .summary{
    margin-bottom: 10px;
}
.typography *[rel=zoom] &gt; img{
    padding: 2px;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: zoom-in;
}
.typography *[rel=zoom] &gt; img:hover{
    border-color: #aaa;
}
.typography .ymaps-map iframe{
	padding: 0;
	border: 0;
}
.typography__icon{
    font: inherit;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
    margin-right: 5px;
}

/* Modal
---------------------------------------*/
body.modal-active{
    margin-right: 8px;
    overflow: hidden;
}
body.modal-active .profile.fixed .info{
    width: calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
}
body.modal-active .companies{
    right: 8px;
}
.modal-back{
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0,0,0,.9);
    width: 100%;
    height: 100%;
    z-index: 69;
    filter: alpha(opacity=0);
    opacity: 0;
    pointer-events: none;
}
.modal-back.active,
.modal-block.active{
    filter: alpha(opacity=100);
    opacity: 1;
    pointer-events: auto;
}
.modal-block{
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
    filter: alpha(opacity=0);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.modal-block.active{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
}
.modal-content{
    max-width: 700px;
    margin: 80px auto 20px auto;
    cursor: default;
    position: relative;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}
.modal-close{
    position: absolute;
    top: 22px;
    right: 22px;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
}
.modal-close:hover{
    color: #000;
}
.modal-close:before{
    content: "\e902";
}
.modal-header{
    background: #007544;
    padding: 20px;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    color: #FFF;
}
.modal-header span{
    font: inherit;
    color: inherit;
}
.modal-body{
    background: #fff;
    padding: 20px;
}
.modal-body .item + .item{
    margin-top: 20px;
}
.modal-body form input,
.modal-body form textarea,
.modal-body form select{
    color: #000;
}
.modal-footer{
    background-color: #fafafa;
    padding: 15px 20px;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    border-top: 1px solid #e6e6e6;
}
.modal-footer.empty{
    display: none;
}
.modal-block:not(.with-back) .back{
    display: none;
}
.zhym-credit {
  display: none;
}

/* Success modal
---------------------------------------*/
.success-modal .modal-content{
    max-width: 300px;
}
.success-modal .modal-body{
    background: #fff;
}
.success-modal .modal-body *{
    color: #007544;
}
.success-modal .modal-body .status{
    font-size: 90px;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 28px;
    background-color: #007544;
    color: #fff;
}
.success-modal .modal-body .text *{
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 18px;
}
.success-modal .modal-body .text p{
    font-size: 26px;
    margin-bottom: 5px;
}

/* Overwrite
---------------------------------------*/
.has-error .form-control{
    border-color: red;
}
.help-block:not(:empty){
    font-size: 12px;
    padding-top: 5px;
    color: red;
}
.blueimp-gallery&gt;.close,
.blueimp-gallery&gt;.title{
    filter: alpha(opacity=100);
    opacity: 1;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.ya-share2__item{
    text-align: left;
    margin-top: 5px !important;
}

/* Media query
---------------------------------------*/
@media (max-width:480px){

}
@media (max-width:767px){

}
@media (max-width:992px){

}
@media (min-width:1200px) and (max-width:2000px){

}

/* Login form site */

.login {
    width: 400px;
    margin: 16px auto;
    font-size: 16px;
}

/* Reset top and bottom margins from certain elements */
.login-header,
.login p {
    margin-top: 0;
    margin-bottom: 0;
}

/* The triangle form is achieved by a CSS hack */
.login-triangle {
    width: 0;
    margin-right: auto;
    margin-left: auto;
    border: 12px solid transparent;
    border-bottom-color: #28d;
}

.login-header {
    background: #1e88e5;
    padding: 20px;
    font-size: 1.4em;
    font-weight: normal;
    text-align: center;
    text-transform: initial;
    color: #fff;
}

.login-container {
    background: #ebebeb;
    padding: 12px;
}

/* Every row inside .login-container is defined with p tags */
.login p {
    padding: 12px;
}

.login input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 16px;
    outline: 0;
    font-family: inherit;
    font-size: 0.95em;
}

.login_button:hover {
    background-color: #ffffff;
    color: #009ac9;
    border-color: #009ac9;
}

.login_button {
    width: 100%;
    margin: 0 auto;
    font-size: 2.0rem;
    padding: 1.25rem 2.5rem;
    display: block;
    background-color: #1e88e5;
    border: 1px solid transparent;
    color: #ffffff;
    font-weight: 300;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.exit__item {
    float: right;
    list-style-type: none;
}
/* Konysbek Dias || onskyD@gmail.com
---------------------------------------*/</pre></body></html>