<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
    font-family: 'Montserrat', 'Raleway','Open Sans', sans-serif, Arial;
    font-size:12pt;
}
body.line-site{
    font-family: 'Montserrat', 'Raleway','Open Sans', sans-serif, Arial;
    font-size: 0.92rem;
}
a, a:visited {
    color:#2b7de0;
    text-decoration: underline;
    outline: none!important;
}
a:hover, a:active, a:focus {
    color:#fd3d50;
    text-decoration: none;
    outline: none!important;
}
input, select,button {
    outline: none!important;
}
a.gr-theme, a.gr-theme:visited {
    color:#868686;
    text-decoration: none;
}
a.gr-theme:hover, a.gr-theme:active, a.gr-theme:focus {
    color:#2b7de0;
    text-decoration: none;
}
img {max-width: 100%;}
.top-line {
    width:100%;
    height:72px;
    padding:0;
    margin:0;
    background-color: #fff;
}
.top-line.fixed-top{
    border-bottom: 1px #ededed solid;
}

h1, h2, h3, h4, h5 {
    position: relative;
    padding-left:18px;
    text-transform: uppercase;    
    color:#333333;
    font-weight:500;
}
h1:before, h2:before, h3:before, h4:before, h5:before {
    content: "";
    display: block;
    position: absolute;
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: #fd3d50;
    left:0;
    top:calc(50% - 2px);
}
h1 a, h2 a, h3 a, h4 a, h5 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
    text-decoration: none;
}
h1 {font-size: 15px;}
h2, h3, h4, h5 {    
    font-size: 14px;    
}
.foot-socials h5 {
    color:#ffffff;
    font-weight:600;
    font-size:12px;
    padding-left:0;
}
.foot-socials h5:before {
    display: none;
}
.foot-socials {
    margin-bottom:15px;

}
.detail-info h1, .detail-info h2, .detail-info h3, .detail-info h4, .detail-info h5 {
    padding-left:0;
}  
.detail-info h1:before, .detail-info h2:before, .detail-info h3:before, .detail-info h4:before, .detail-info h5:before {
    display: none;
}
@media (min-width: 576px) {
    h1 {font-size: 15px;}
    h2, h3, h4, h5 {    
        font-size: 14px;    
    }
}

@media (min-width: 768px) {
    h1 {font-size: 15px;}
    h2, h3, h4, h5 {    
        font-size: 14px;    
    }
}

@media (min-width: 992px) {
    h1 {font-size: 18px;}
    h2, h3, h4, h5 {    
        font-size: 17px;    
    }
}

@media (min-width: 1200px) {
    h1 {font-size: 22px;}
    h2, h3, h4, h5 {    
        font-size: 21px;    
    }
}
.home-list h2 a, .home-list h3 a, .home-list h4 a, .home-list h5 a,
.home-list h2 a:visited, .home-list h3 a:visited, .home-list h4 a:visited, .home-list h5 a:visited
{    
    color:#333333;
}
.home-list h2 span, .home-list h3 span, .home-list h4 span, .home-list h5 span {
    border-bottom: 1px #d1d1d3 solid;
    padding-bottom: 5px;
}

.gr-line {
    background-color: #f8f9fb;
    padding:70px 0 50px;
}
.r-line {
    background-color: transparent;
    padding:0;
}
@media (min-width: 576px) {
    .top-line {
        padding:0;
    }
}

@media (min-width: 768px) {
    .top-line {
        padding:0;
    }
}

@media (min-width: 992px) {
    .top-line {
        padding:0;
    }
}

@media (min-width: 1200px) {
    .top-line {
        padding:0;
    }
}
@media (min-width: 1400px) {
    .top-line {
        padding:0 35px;
    }
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1371px;
    }
}
.slogan-top-line {
    margin-left:66px;
    font-size: 0.91rem;
    position: relative;
    color:#54565b;
}
.slogan-top-line:before {
    content: "";
    position: absolute;
    left:-38px;
    top: calc(50% - 5px);
    width:10px;height:10px;
    background: url('images/t.png') no-repeat 0 0;
}
.menu-top-line {
    height:72px;
    padding:0 22px;
    border-left: 1px #ededed solid;
    border-right: 1px #ededed solid;
}
.menu-top-line a, .menu-top-line a:visited{
    color:#fd3d50;
    font-size:22px;
}
.menu-top-line a:hover, .menu-top-line a:focus{
    color:#2b7de0;    
}
.menu-top-search {
    height:72px;
    padding:0;
}
.menu-top-search a{
    color:#72737c;
    font-size:22px;
}
.navs-top-line {
    height:72px;
}
.navs-top-line .nav-item{
    height:72px;
    padding:0;
}

.navs-top-line .nav-item .nav-link {
    height:72px;
    padding:0;
    padding-right:10px;
    padding-left:10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color:#333333;
    border-bottom: 2px transparent solid;
    text-decoration: none;
}
.navs-top-line .nav-item:not(:first-child) .nav-link {
    border-left: 1px #ededed solid;
}

.navs-top-line .nav-link:hover, .navs-top-line .nav-link.active {
    color:#2b7de0 !important;
    border-bottom: 2px #ccd1d7 solid;
}


@media (min-width: 1400px) {
    .navs-top-line .nav-item .nav-link {
        padding-right:15px;
        padding-left:15px;
        font-size: 12px;
    }
    .menu-top-line {
        padding:0 22px;
    }
}
@media (min-width: 1500px) {
    .menu-top-line {
        padding:0 42px;
    }
}
@media (min-width: 1625px) {
    .navs-top-line .nav-item .nav-link {
        padding-right:22px;
        padding-left:22px;
        font-size: 12px;
    }

}
.iline {
    height: auto;
    color:#54565b;
    font-size:0.88rem;
    padding:0;
    width:100%;
    background: rgba(226,228,230,1);
    background: -moz-linear-gradient(top, rgba(226,228,230,1) 0%, rgba(237,239,241,1) 47%, rgba(237,239,241,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,228,230,1)), color-stop(47%, rgba(237,239,241,1)), color-stop(100%, rgba(237,239,241,1)));
    background: -webkit-linear-gradient(top, rgba(226,228,230,1) 0%, rgba(237,239,241,1) 47%, rgba(237,239,241,1) 100%);
    background: -o-linear-gradient(top, rgba(226,228,230,1) 0%, rgba(237,239,241,1) 47%, rgba(237,239,241,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,228,230,1) 0%, rgba(237,239,241,1) 47%, rgba(237,239,241,1) 100%);
    background: linear-gradient(to bottom, rgba(226,228,230,1) 0%, rgba(237,239,241,1) 47%, rgba(237,239,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e4e6', endColorstr='#edeff1', GradientType=0 );
}
.iline.fixed-top {
    top:72px !important;
}
.iline-probki {
    height:46px;
}
.probki-ball {
    width:25px;
    height:25px;
    border:2px solid #60c339;
    border-radius: 50%;
    margin-left:5px;
    font-size:8pt;
    font-weight:bold;
    color:#54565b;
    text-align: center;
    line-height: 22px;
}
.yp-green {
    border-color: #60c339;}
.yp-yellow {
    border-color: #feda0c;
}
.yp-red {
    border-color: #ff430d;
}
.yp-stop {
    border-color: #932100;
}

.iline-row div {
    padding-right:10px;
}
.iline-row div:not(:first-child) {
    border-left: 1px solid rgba(84,86,91,0.08);
    padding-left:10px;
}
@media (min-width: 576px) {
    .iline {
        height: auto;
    }
    .iline-row div {
        padding-right:10px;
    }
    .iline-row div:not(:first-child) {        
        padding-left:10px;
    }
}

@media (min-width: 768px) {
    .iline {
        height: auto;
    }
    .iline-row div {
        padding-right:10px;
    }
    .iline-row div:not(:first-child) {        
        padding-left:10px;
    }
}

@media (min-width: 992px) {
    .iline {
        height: auto;
    }
    .iline-row div {
        padding-right:20px;
    }
    .iline-row div:not(:first-child) {        
        padding-left:20px;
    }
}

@media (min-width: 1200px) {
    .iline {
        height: 46px;
    }
    .iline-row div {
        padding-right:30px;
    }
    .iline-row div:not(:first-child) {        
        padding-left:30px;
    }
}


.icon-socials-top {
    height:46px;
    width:46px;    
}
.icon-socials-top .iconts {
    width:20px;
    height:20px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.icon-socials-top:hover .iconts {
    background-position: 0 -20px;
}

.t_line .iconts {
    width:20px;
    height:20px;
    background-repeat: no-repeat;
    background-position: 0 -20px;
    margin-right: 8px;
}
.t_line:hover .iconts {
    background-position: 0 0;
}

.t_line a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.icon-socials-top:not(:first-child) {
    border-left: 1px rgba(84,86,91,0.08) solid;
}

.icon-socials-foot {
    height:36px;
    width:36px;    
}
.icon-socials-foot .iconts {
    width:30px;
    height:30px;
    background-repeat: no-repeat;
    background-position: center cnter;
    background-size: contain;
}
.icon-socials-foot:hover .iconts {
    opacity: 0.6;
}


.orange-color {
    font-weight:500;
    color:#2b7de0;
}
.green-color {
    font-weight:500;
    color:#60c339;
}
footer {
    padding:0;
    margin:0;    
    border-top:#eff1f5 solid 1px;
}
.foot-menu a {
    color:#333333;
    font-size:0.9rem;
}
.nav-footer {
    padding:0;
}
.nav-footer .container{
    padding-top:25px;
    padding-bottom:25px;

}
.company-footer {
    padding:50px 0;
    background-color: #2f3338;
    color:#a5a5a5;
    font-size:0.91rem;
}
.company-footer a, .company-footer a:visited {
    color:#fd3d50;
    text-decoration: underline;
}
.company-footer a:hover, .company-footer a:focus {
    color:#2b7de0;
    text-decoration: none;
}
.info-footer {
    padding:25px 0 15px;
    background-color: #383c41;
    color:#a5a5a5;
    font-size:0.84rem;
}
.info-footer a, .info-footer a:visited {
    color:#2b7de0;
    text-decoration: none;
}
.info-footer a:hover, .info-footer a:focus {
    color:#fd3d50;
    text-decoration: underline;   
}
.head-content {
    background-color: #f8f9fb;
    padding:15px 0 0;
}

@media (min-width: 576px) {
    .head-content {
        background-color: #f8f9fb;
        padding:22px 0 0;
    }
}
@media (min-width: 768px) {
    .head-content {
        background-color: #f8f9fb;
        padding:22px 0 0;
    }

}
@media (min-width: 992px) {
    .head-content {
        background-color: #f8f9fb;
        padding:52px 0 0;
    }
}
@media (min-width: 1200px) {
    .head-content {
        background-color: #f8f9fb;
        padding:72px 0 0;
    }
}
.islider-news-block {
    padding:0;
}
.islider-news-block .carousel-inner {
    padding-bottom: 5px;

}
.islider-news-block .carousel-caption {
    position: absolute;
    right: 30px;
    bottom: 5px;
    left: 30px;
    z-index: 10;
    padding: 0;
    text-align: left;
}
.islider-news-block .carousel-control-prev,
.islider-news-block .carousel-control-next {
    z-index: 11;
    width:30px;
}
.islider-news-block .carousel-control-prev-icon {
    background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAQAAAC4X5UdAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfjCxEFKQZonzpSAAAAeklEQVQI103PoRECUQyE4b0zCGZA4tC0hKcDGqAA5FEABWBOMHgcnkGjkIDFfIib9yBR+0+ymzRSa55jXlF66oEqR25gVcAFbGSQJ7CVARzAfpiNHuyKW5txkuRTw6tDV1YiziWjgNYVrAuIiTtY/k6feULz99wifd5fhzmBq1HKH6YAAAAASUVORK5CYII=");
    background-size: auto;
}

.islider-news-block .carousel-control-next-icon {
    background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAQAAAC4X5UdAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfjCxEFJyldzSqFAAAAeElEQVQI103PMQ5BURAF0Ot3QitaldpK9JZgASxAxwJsRSFREJ1SohFanVJUR/Hz8sx0ZzKZO3FwM5bSAW/DCjPw1C8QS3DVFIgVOFaILdhViA3YNyn1TZL0ynwNTmVlAS46LczBQ7e9MgUvg//oH6Ma/exuUp/7AW8Aj8EVf0VPAAAAAElFTkSuQmCC");
    background-size: auto;
}

.islider-news-block .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    margin-bottom: 0;
    background-color: #fff;
}

.islider-news-block .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 25%;
    height: 3px;
    margin-right: 0;
    margin-left: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ccd1d7;
    background-clip: padding-box;
    border-top: 0;
    border-bottom: 0;
    opacity: 1;
    transition: opacity 0.6s ease;
}
.islider-news-block .carousel-indicators li:not(:first-child) {
    margin-left: 2px;
}
.islider-news-block .carousel-indicators .active {
    opacity: 1;
    height: 5px;
    background-color: #2b7de0;
}
.isl-dop-info {
    font-size:0.85rem;
}
.islider-news-block .carousel-inner {
    background-color: #b0b0b0;
    color:#fff;
}
.islider-news-block .carousel-inner h1,
.islider-news-block .carousel-inner h2,
.islider-news-block .carousel-inner h3,
.islider-news-block .carousel-inner h4,
.islider-news-block .carousel-inner h5{
    padding-left: 0;
    text-transform: none;
    font-weight: bold;
    color:#fff;    
    font-size:1.1rem;
    margin-bottom: 5px;

}
.islider-news-block .carousel-inner h1:before,
.islider-news-block .carousel-inner h2:before,
.islider-news-block .carousel-inner h3:before,
.islider-news-block .carousel-inner h4:before,
.islider-news-block .carousel-inner h5:before{
    display:none;
}
.slider-image_bg {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
.slider-image_bg:after {
    content: "";
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    z-index:2;
    background: rgba(0,0,0,0,0.3);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.53) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.53)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.53) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.53) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.53) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.53) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
@media (min-width: 576px) {
    .islider-news-block .carousel-caption {
        right: 30px;
        bottom: 5px;
        left: 30px;
        padding: 0;
        text-align: center;
    }
    .islider-news-block .carousel-inner h1, .islider-news-block .carousel-inner h2,
    .islider-news-block .carousel-inner h3,.islider-news-block .carousel-inner h4,
    .islider-news-block .carousel-inner h5{
        padding-left: 0;
        text-transform: none;
        font-weight: bold;
        color:#fff;    
        font-size:1.1rem;
        margin-bottom: 5px;        
    }
}

@media (min-width: 768px) {
    .islider-news-block .carousel-caption {
        right: 30px;
        bottom: 5px;
        left: 30px;
        padding: 0;
        text-align: center;
    }
    .islider-news-block .carousel-inner h1, .islider-news-block .carousel-inner h2,
    .islider-news-block .carousel-inner h3,.islider-news-block .carousel-inner h4,
    .islider-news-block .carousel-inner h5{
        padding-left: 0;
        text-transform: none;
        font-weight: bold;
        color:#fff;    
        font-size:1.1rem;
        margin-bottom: 5px;        
    }

}

@media (min-width: 992px) {
    .islider-news-block .carousel-caption {
        position: absolute;
        right: 0;
        bottom: 30px;
        left: 0;
        padding: 0 30px ;
        text-align: left;
    }
    .islider-news-block .carousel-inner h1, .islider-news-block .carousel-inner h2,
    .islider-news-block .carousel-inner h3,.islider-news-block .carousel-inner h4,
    .islider-news-block .carousel-inner h5{
        padding-left: 0;
        text-transform: none;
        font-weight: bold;
        color:#fff;    
        font-size:1.5rem;
        margin-bottom: 20px;        
    }

}

@media (min-width: 1200px) {
    .islider-news-block .carousel-caption {
        position: absolute;
        right: 0;
        bottom: 30px;
        left: 0;
        padding: 0 30px ;
        text-align: left;
    }
    .islider-news-block .carousel-inner h1, .islider-news-block .carousel-inner h2,
    .islider-news-block .carousel-inner h3,.islider-news-block .carousel-inner h4,
    .islider-news-block .carousel-inner h5{
        padding-left: 0;
        text-transform: none;
        font-weight: bold;
        color:#fff;    
        font-size:1.5rem;
        margin-bottom: 20px;        
    }
}

.tt-bview {
    font-family: verdana, arial;
    color:#b5b6be;
	font-size:0.70rem;
}

.home-lenta {
    width: 100%;
    min-height: 110px;
    height: auto;
    max-height: 561px;
    overflow: hidden;
    background-color: #ffffff;
    padding:25px 5px 0 15px;
    margin-bottom: 10px;
    position:relative;
}
.home-lenta:before {

    content: "";
    position: absolute;
    height:25px;
    width:100%;
    bottom:0;
    left:0;
    z-index: 2;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );

}
.home-lenta h2 {
    color:#a9aaad;
}




.inews-line {
    padding:0;
}
.inews-line .item-ilena {
    padding: 20px 0;
}
.inews-line .item-ilena:not(:first-child) {
    border-top:1px dotted #ccd1d7
}
.head-ilenta a, .head-ilenta a:visited {
    color:#333;
    text-decoration: none;
    font-weight: 600;
}
.head-ilenta a:hover, .head-ilenta a:focus {
    color:#fd3d50;
}

.tt-ilenta {
    font-size:0.8rem;
    color:#b5b6be;    
}
.tt-ilenta a, .tt-ilenta a:visited{
    text-decoration: none;
    text-transform: uppercase;
    color:#868686;
    font-weight: 500;
	font-size:0.70rem;
}
.tt-ilenta a:hover, .tt-ilenta a:focus{
    color:#2b7de0;   
}
@media (min-width: 576px) {
    .home-lenta:before {
        display:block;
    }
    .home-lenta {
        padding:25px 5px 0 15px;
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .home-lenta:before {
        display:block;
    }
    .home-lenta {
        padding:25px 5px 0 15px;
        margin-bottom: 10px;
    }

}
@media (min-width: 992px) {
    .home-lenta:before {
        display:block;
    }
    .home-lenta {
        padding:25px 5px 0 15px;
        margin-bottom: 10px;
    }
}
@media (min-width: 1200px) {
    .home-lenta:before {
        display:block;
    }
    .home-lenta {
        padding:25px 25px 0;
        margin-bottom: 0;
    }

}



.no-photo {
    position:relative;
    width:100%;
}
.no-photo img {
    z-index: 1;
}
.no-photo .previmagel{
    z-index: 2;
    top:0;
    left:0;
    position:absolute;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.palbum-name {
    z-index:3;
    position:absolute;
    width:98%;
    bottom: 0;
    right:0;
    background-color: rgba(0,0,0,0.6);
    color:#fff;
    padding:8px 12px;
}
.chday {
    border-bottom:1px #f3f4f6 solid;
    padding:20px 0;
    margin-bottom: 30px;
}
.item-chday, .item-chday:visited, .item-chday:hover, .item-chday:active, .item-chday:focus {
    text-decoration: none;
}
.item-chday h2 {
    color:#2b7de0;
    font-size:22px;
}
.item-chday .tt-bview {
    font-size:12px;
    padding-left: 18px;
    color:#b5b6be;
}
.item-chday-ch {
    padding:0 10px 0 25px;
    border-left:1px solid #eff1f5;
}
.item-chday-ch b {
    font-weight:600;
    font-family: tahoma, arial;
    line-height: 50px;
    font-size:50px;
    color:#fd3d50;    
}
.detail-lenta-block {
    padding:30px;
    border:1px #eff1f5 solid;
    margin-bottom: 20px;
}
.item-chday-ch-text {
    font-size:0.9rem;
    color:#777777;
}
.item-chday-ch-text b {
    font-size:1.3rem;
    color:#333333;
    font-weight: 600;
}
.item-info-list, .item-info-listsl {
    border:1px #eff1f5 solid;
    width:100%;
    height:100%;
    background-color: #fff;
}
.item-info-list:hover {
    box-shadow: 0 10px 40px rgba(84,86,91,0.15);
}
.item-info-list-cont {
    padding:0 20px;
    margin-bottom: 15px;
}
.item-info-list-date {
    font-size:0.8rem;
    color:#b5b6be;
    font-family: verdana, arial;
}


.item-info-list-photo {
    margin-bottom: 25px;
}
.item-info-list-rubric, .item-info-list-rubric a, .item-info-list-rubric a:visited {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color:#868686;
    text-decoration: none;
}
.item-info-list-rubric a:hover, .item-info-list-rubric a:focus {
    color:#2b7de0;
}
.item-info-list-name {
    font-size:1rem;
    font-weight: 600;
}


.item-afisha-list, .item-info-listsl {    
    width:100%;
    height:100%;
    background-color: #fff;
}

.item-afisha-list-cont {
    padding:0 5px;
    margin-bottom: 15px;
}
.item-afisha-list-date {
    font-size:0.8rem;
    color:#b5b6be;
    font-family: verdana, arial;
}

.item-afisha-list-photo {
    margin-bottom: 15px;
}
.item-afisha-list-rubric, .item-afisha-list-rubric a, .item-afisha-list-rubric a:visited {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color:#2b7de0;
    text-decoration: none;
}
.item-afisha-list-rubric a:hover, .item-afisha-list-rubric a:focus {
    color:#fd3d50;
}
.item-afisha-list-name {
    font-size:0.90rem;
    font-weight: 600;
    color:#333333;
    text-decoration: none;
}
.item-afisha-list-name a {
    color:#333333 ;
    text-decoration: none;
}
.item-afisha-list-name a:hover {
    color:#fd3d50;
    text-decoration: underline;
}
.item-view-slider .owl-item, .item-view-slider .owl-stage {
    display: -ms-flexbox !important;
    display: flex !important;
}
.owl-nav {
    bottom:0;
    z-index: 0;
    height:0px;width:0px;    
}
.owl-dots {
    display:none;
}
.owl-prev, .owl-next {
    position:absolute;
    top: 50%;
    display:block;
    z-index: 105;
    height:36px;
    width:36px;
    margin-top:-18px;
    font-size:35px !important;
}
.owl-prev span, .owl-next span{    
    display:block;   
    height:36px;
    width:36px;    

    line-height: 26px;
    border-radius: 2px;
    color:#6c6d77;
    background: #fff;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 2px 8px rgba(84,86,91,0.15);
}
.owl-prev span {
    background-image: url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAMAAABrjAykAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAS1BMVEX///8vMzgvMzgvMzgvMzgvMzgvMzgvMzgvMzgvMzgvMzgvMzgvMzgvMzgvMzgvMzgvMzgvMzgvMzgvMzgvMzgvMzgvMzgvMzj///9IEse+AAAAF3RSTlMAqeiG+2giTjdE+lD0oEdYLnEbkPOw7cTqy68AAAABYktHRACIBR1IAAAAB3RJTUUH4wsRDyUq+2WcawAAAD1JREFUCNcVyUcSgEAQQlHU0TG0Ofz739SGBa8KpEzTujtKdk8ZpAqjNDEvOQWr/0psdofDnsRlbx6j9/sBRIMCHrTqACAAAAAASUVORK5CYII=');
    text-indent: -999px !important;
}
.owl-next span {
    background-image: url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAMAAABrjAykAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAgVBMVEX////09PT19fX4+Pj+/v5YWFiRkZFaWlqrq6vt7e1DQ0PBwcHi4uLS0tLQ0NA3NzfQ0NCnp6dVVVXb29s9PT3IyMjs7OzLy8vx8fFLS0u4uLhhYWGjo6JUVFSJiYkNDQ0UFBQyMjIfHx87OzsKCgo2NjY3NzcaGhoRERELCwv///8XKlBHAAAAH3RSTlMAAAAAAOet94oe+GwzU0z4R5v5Q/NRK1wY8nXvlOy0FVCn3gAAAAFiS0dEAIgFHUgAAAAHdElNRQfjCxEPKgJJSCheAAAAQ0lEQVQI1xWKRQKAQBCAsNu1u9v/f1CHA1zAshGc2ZV4/hJIw3WLQCNWe4JukB4ZJnlxllBddw1N+3T/2L+D/OMk/gBwDANeSOwpKwAAAABJRU5ErkJggg==');
    text-indent: 999px !important;
}


.owl-prev:hover span, .owl-next:hover span{    
    background-color: #2b7de0;
}
.owl-prev:hover span{    
    background-image: url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAQAAAD2WzQdAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfjCxEPLDjZHlZqAAAAXElEQVQI1z3OIQ7CYBiD4d5jjgNgd4ElcwTJEbC7BHpHmJ3jWBgUv2LimfgYqXmbtGkjP61eBz6wFd6xOUVcQC8x4OsqEg1LNSvUjGXiBs5lYkLTHTszPvk/eHrvl9xboYzDVuQAAAAASUVORK5CYII=')
}

.owl-next:hover span{    
    background-image: url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAQAAAD2WzQdAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfjCxEPKxc9jv30AAAAXklEQVQI1zXOrQ3CYByE8RujqgsgGQFRgyG1jIBlCXQdM+DYCUPSBESL+iH+fXPmHnEf8fKQUiy4NeituBTEHowFcbRi2KLu+JU9+OIUsQNnic4H12qbMbWdt2d78Ae8A1ugFhDiTAAAAABJRU5ErkJggg==')
}

.owl-prev {
    left: -4px;
}
.owl-next {
    right: -4px;
}

.pr-item-btn span{
    display:block;
    width:100%;
    padding:20px;
    text-align:center;
    position: relative;
    text-transform: uppercase;
}
.pr-item-btn span:before{
    content: " ";
    position: absolute;
    top:-1px;
    display:block;
    width:80%;
    height:1px;
    background-color: #f6f2ef;
    left:10%;
}
.bscrotll {
    overflow: hidden;
}
.collapse.show {
    padding: 40px 0 35px !important;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    max-width: 310px;
    background-color: rgba(255,255,255, 1);
    border-right:2px #ccd1d7 solid;
    z-index: 9999;
    overflow-y: auto;
}
.collapse.show a.closetmenu
{
    padding:0;
    margin:0;
    width:25px;height:25px;
    position:absolute !important;
    right:15px !important;
    top:8px !important;
    text-decoration:none;
    font-size:18px;
    color:#fe4558;
}
.collapse.show a.closetmenu:hover {
    color:#2b7de0;
    background-color: transparent;

}

.collapse.show a {
    font-size:14px;
    color:#333333;
    text-decoration:none;
    padding:10px 5px 10px 30px;
    border-left:2px transparent solid;
}
.collapse.show li.nav-item:not(:first-child) {
    border-top:1px #f3f4f6 solid;
}
.collapse.show a:hover
{
    text-decoration:underline;
    color:#2b7de0;
    background-color: #f8f9fb;
    border-color: transparent;
}
.collapse.show a.nav-link {
    text-transform: uppercase;
    font-size:12px;
}
.collapse.show a.nav-linkdl {
    text-transform: none;
}
.collapse.show a.active{
    text-decoration:none;
    font-weight: 600;
    color:#2b7de0;
    background-color: #f8f9fb;
    border-color: #fe4558;
}
.collapse.show a.nav-itemdl {
    text-transform:none !important;
    padding-left:46px;
    font-size:0.90rem;
    color:#494949;
}

.mobilemenu li {
    position:relative;
}
.mobilemenu li.nav-item::before {
    content: "\F054";
    font-family: 'Material Design Icons';
    position: absolute;
    font-size: 6px;
    left: 12px;
    top: calc(50% - 4px);
    color: #333;
    z-index: 11;
}
.mobilemenu li.nav-itemt::before {
    content: "\F054";
    font-family: 'Material Design Icons';
    position: absolute;
    font-size: 4px;
    left: 25px;
    top: calc(50% - 2px);
    color: #333;
    z-index: 11;
}
.line-dropdown {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    width:100%;
    padding:0;
    height:38px;
    border:1px solid #eff1f5;
    border-radius: 2px;
    margin-bottom: 10px;
    background-color: #fff;
}
.map-block {
    padding-left:20px;
    background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAPCAMAAADqIa48AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABYlBMVEXOZ3HXXmrXXWrWXmvfWGXzRVbpTl3YXWrnUF/RY27SZG/ZXGfeV2TWXmrNZ3HSZG3OZnDTY23UYG3SYm/QZG/SYm7OZnHPZW/PZXDWX2vVYGvkU2H3QVP+PE/7P1HvSVnhVWPOZ3HtS1r8PFD2Q1X3QFL1Q1XaXGjhVGPyRlflU2HvSVntS1rsTFrvSFnYXGr1QlT9O0/XXmrcWmfyRlbsTFv9PE/2QlTUYm7pTl33QVT3QVP6PlHWYWzbWmbuSVrwR1noT17wSVnlUWDeV2TrTFz9O0/0RFXaW2jaW2n4QVP0RFXsTFzxR1j9PE/fVmTnUV/yRlfTYW3XXmv4QFP+O0/fV2TnUF/yRlfRY2/UYGz4QFPdWGXkUmHyR1fPZXDUYGz2QlTeWGXVYGzfVmTUYGz/OEv/OUz/N0z+PE//Ok7/OEz/OE3/OU7/O0//Ok3+O079PVD+PVD/O07/N0v///9yTTDnAAAAZnRSTlMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxyy/LfkCUOovfP5tYsbcs7FiGauSfF+TsRxoLp1haSqNPuJwS1koarGwxx/tM7KuTRnLj8YYjHECLh/GCExA4d5Fp5wQkh4VwFXhuDGnzUAAAAAWJLR0R1qGqY+wAAAAd0SU1FB+MLHgcxI/pnsnQAAACmSURBVAjXY2CQkpaRlZNXYGRiUFRKU1ZRTVdTZ2bQyNDU0tbRTdPTZzAwNGJhZTM2yTRlMDO3YOdg4rTMsmKwtrHl4uaxs89yYHDMdnLmdXF1c/dg8PTK8fbx9cv152PgD8jKy8rLDwwSYBAMDikoLAoNE+BkEBIOzyrMiogUEWEQFY2KLi6IEQMzRWJL4uJFgExOTvGExCQxCQkJBklJyeSUVBATAMLzIBhUidNBAAAAAElFTkSuQmCC");
    background-position: 8px center;
    background-repeat: no-repeat;
}
.btn-info {
    width:100%;
    color: #72737c;
    background-color:#fff;
    border-color:transparent;
    position: relative;
    text-align: left;
    padding:0 15px;
    text-transform: uppercase;
    font-size: .8rrem;
    line-height: 1.5;
    border-radius:0;
    height:100%;
}
.btn-info:hover {
    color: #000;
    background-color: #fff;
    border-color: transparent;
}

.btn-info:focus, .btn-info.focus {
    color: #000;
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
}

.btn-info.disabled, .btn-info:disabled {
    color: #ededed;
    background-color: #fff;
    border-color: transparent;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show &gt; .btn-info.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: transparent;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-info.dropdown-toggle:focus {
    box-shadow: none;
}


.dropdown-menu {
    border: 1px solid transparent;
    border-radius: 0;  
    box-shadow: 0 22px 20px rgba(84,86,91,0.15);
}
.line-dropdown .dropdown-menu {
    top: -2px !important;
    right:0;
    left: -1px !important;    
    border: 1px solid #eff1f5;
    border-top:none;
    min-width: 10rrem;
    width: calc(100% - 30px);
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rrem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;

}
.line-dropdown .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.1rrem;
    clear: both;
    font-weight: 400;
    font-size:0.85rem;
    color: #72737c;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item {
    padding: 0.5rem 1.1rrem;
    font-size:0.85rem;
    color: #72737c;
    text-decoration:none;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #2b7de0;
    text-decoration: none;
    background-color: #f8f9fb;
}

.dropdown-item.active, .dropdown-item:active {
    color: #2b7de0;
    text-decoration: none;
    background-color: #f8f9fb;
}

.line-dropdown .dropdown-item.disabled, .line-dropdown .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}
.nav-link.dropdown-toggle {
    width:100%;
}
.line-dropdown .btn-info .dropdown-toggle::after {
    position: absolute;
    right:15px;
    top:50%;
    margin-top:-2px;
}

.pagin {
    background: #fff;
    color:#b5b6be;
}
.pagin .bx-breadcrumb-item-text {
    font-size:0.88rem;
}
.pagin .container .pn-block{
    padding-top:20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eff1f5
}
.vcalendar {
    width: 100%;
    color: #72737c !important;
    background-color: #fff;
    border-color:    transparent;
    position: relative;
    text-align: left;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: .8rrem;
    text-decoration: none;
}
.vcalendar:hover, .vcalendar:focus {
    color: #000 !important;
}
.block-calendar {
    display:none;
    position: absolute;
    top:37px;
    left:15px;
    right:15px;
    bottom:auto;
    width:auto;
    padding:20px;
    border: 1px solid #eff1f5;
    border-top:none;
    background-color: #fff;
    z-index:10;
    box-shadow: 0 22px 20px rgba(84,86,91,0.15);
}
.bl-calendar {
    background:#f7f7f7;
    border:1px #ededed solid;
    padding:10px;
    margin-top:10px;
    font-size:0.9rem;
}
.view-to-day {
    background:#fff;
    border:1px transparent solid;
    height:26px;
    cursor: pointer;
    font-size:12px;
}
.bl-calendar-foot {    
    background:#f7f7f7;
    border:1px #ededed solid;
    padding:5px 10px;
    margin-top:5px;
}
.view-to-month {
    color:#f42;
    cursor: pointer;
    font-size:13px;
}
.view-to-month:hover {
    color:#000;   
}
.view-to-all {
    color:#000;
    cursor: pointer;
    font-size:13px;
}
.view-to-all:hover {
    color:red;   
}
.bl-calendar-foot.active {
    background:#f42;
    border:1px #f42 solid;
    color:#fff;
}
.bl-calendar-foot.active .view-to-month{
    cursor:auto ;
    color:#fff;
}
.bl-calendar-foot.active .view-to-all{
    cursor:auto ;
    color:#fff;
}

.view-to-day:hover,
.view-to-day.active{
    background:#f42;
    border:1px #f42 solid;
    color:#fff;
}

.view-to-day.activeday{    
    border:1px #5a5a5a solid !important;    
}
.list-c-day .active {
    color:#fff;
}
.ccols {
    width:14.28571428571429%;
    padding:2px;
    text-align: center;
}
.btn-calendar {
    width:100%;
    color: #5a5a5a;
    background-color: #f9f9f9;
    border-color: #ededed;
}

.btn-calendar:hover {
    color: #1f7ff0;
    background-color: #f9f9f9;
    border-color: #ededed;
}

.btn-calendar:focus, .btn-calendar.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
#RP_v3_player-wrapper #RP_control.RP-play {

    padding:10px;

}
#RP_v3_player-wrapper #RP_control {

    width: 18px !important;
    height: 25px !important;
    padding: 2px 8px 2px 8px;
    display: inline;
    cursor: pointer !important;
    float: left;

}
.adv-youdo {
    width: 100%;
    padding: 15px 10px;
    border: #CCCCCC 1px solid;
    font-family: arial, sans;
    color: #000;
    font-size:13px;
    line-height:18px;
}

.adv-youdo__header {
    height: 50px;
    text-align: right;
    color: #999;
    line-height: 27px;
}

.adv-youdo__header img {
    float: left;
}

.adv-youdo__item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.adv-youdo__item:before{
    content: "\2192";
    position: absolute;
    left: 0;
}
.detail-info {
    font-size:1em !important;
    color:#494949;
}
.detail-info .alert p {
    margin:0;
}
.alert-secondary {
    background-color: #f8f9fb ;
    padding:25px 35px;
    border-color: #e1e3e5;
    border-radius: 0;
    color:#494949;
}
.mphoto-info {
    color:#b5b6be;
    font-style: italic;

}
.bl-item-project {
    position:relative;
}
.image-item-project {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
.image-item-project:after {
    content: "";
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    z-index:2;
    background: rgba(0,0,0,0,0.3);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.53) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.53)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.53) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.53) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.53) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.53) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.name-project {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    z-index: 10;
    padding: 0;
    text-align: left;
    color:#fff;
    font-size:1.5rem;
    font-weight: bold;
}
.percent {
    width:180px;
    height:180px;  
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    background-color:#f8f9fb;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;    
    font-size:12px;
}
.percent b {
    margin-bottom:6px;
    font-size:28px;
    color:#333333;
}
.d33 {
    background-image:url('/images/about/33.png') ;
}
.d36 {
    background-image:url('/images/about/36.png') ;
}
.d31 {
    background-image:url('/images/about/31.png') ;
}
.ocompany {
    color:#777777;    
}
.ocompany h1, .ocompany h2, .ocompany h3, .ocompany h4, .ocompany h5{
    padding-left:0;
}
.ocompany h1:before, .ocompany h2:before, .ocompany h3:before, .ocompany h4:before, .ocompany h5:before{
    display:none;
}
.ocompany h2, .ocompany h3, .ocompany h4, .ocompany h5{
    margin-bottom: 30px;
    text-transform: none;
    font-weight: 600;
}
.right-menu .nav-link {
    padding:20px 30px;
    text-transform: uppercase;
    font-size:12px;
    background-color: #f8f9fb;
    border-bottom: 2px #fff solid;
    font-weight: 600;
    color:#2b7de0;
    text-decoration: none !important;
}
.right-menu .nav-link:hover, 
.right-menu .nav-link.active, 
.right-menu .nav-link:focus {
    background-color: #2b7de0;
    color:#fff;
} 
.right-buttons a,.right-buttons a:visited {
    padding:8px 30px;
    text-transform: uppercase;
    font-size:12px;
    background-color: #fff;
    border:1px #eff1f5 solid;
    margin-bottom: 5px;
}
</pre></body></html>