@import url(reset.css);
	
@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: Roboto-Black;
    src: url(../fonts/Roboto-Black.ttf);
}
@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
            font-family: "OpenSansLight";
            src: url("../fonts/OpenSansLight/OpenSansLight.eot");
            src: url("../fonts/OpenSansLight/OpenSansLight.eot?#iefix")format("embedded-opentype"),
            url("../fonts/OpenSansLight/OpenSansLight.woff") format("woff"),
            url("../fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
            font-style: normal;
            font-weight: normal;
    }
div {
	font-family: Roboto-Regular;
}
header,section,footer,nav{
	width: 100%;
    min-width: 320px;
    background-repeat: no-repeat;
}
.clear{clear: both;}
.wrapp-320{
    min-width: 320px;
    width: 100%;
    overflow: hidden;
}
.inner-block{
    width: calc(100% - 30px);
    max-width: 1734px;
    margin: 0 auto;
}
body.noscroll{
    height: 100%;
    overflow: hidden;
}

/* Begin Top Line */
.top__lineBg{
    background: #fff;
}
.top__line{
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top__line .flex,
.top__line .flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top__line .home-link{
    width: 26px;
    height: 24px;
    background: url(../img/home-ico.png);
}
.top__line .razd{
    width: 1px;
    height: 50px;
    background: #eef1f8;
    margin: 0 15px;
}
.top__line .glasses{
    font: 14px Roboto-Regular;
    color: #333;
    text-decoration: none;
}
.top__line .glasses:before{
    content: url(../img/glasses-ico.png);
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.top__line .search-bl{
    position: relative;
}
.top__line .search-bl input[type=text]{
    width: 313px;
    height: 26px;
    background: #eef1f8;
    border-radius: 13px;
    font: 14px Roboto-Regular;
    color: #333;
    box-sizing: border-box;
    padding: 0 28px 0 17px;
}
.top__line .search-bl input[type=submit]{
    width: 14px;
    height: 26px;
    position: absolute;
    right: 13px;
    top: 0;
    background: url(../img/search-ico.png) center no-repeat;
    cursor: pointer;
}
.top__line .rss-link{
    width: 18px;
    height: 18px;
    background: url(../img/rss-ico.png);
}
.top__line .instagram-link{
	margin-left: 14px;
    width: 18px;
    height: 18px;
    background: url(../img/instagram-ico.png) no-repeat center;
}
.top__line .facebook-link{
	margin-left: 10px;
    width: 18px;
    height: 18px;
    background: url(../img/facebook-ico.png) no-repeat center;
}
.top__line .twitter-link{
	margin-left: 10px;
    width: 18px;
    height: 18px;
    background: url(../img/twitter-ico.png) no-repeat center;
}
.top__line .vk-link{
	margin-left: 10px;
    width: 22px;
    height: 18px;
    background: url(../img/vk-ico.png) no-repeat center;
}
.top__line .ok-link{
	margin-left: 10px;
    width: 18px;
    height: 18px;
    background: url(../img/ok-ico.png) no-repeat center;
}
@media(max-width: 970px){
    .top__line{display: none;}
}
/* End Top Line */

/* Begin Top-menu */
.top-menu__bg{
    background: #eef1f8;
}
.top-menu__bl ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -24px;
}
.top-menu__bl ul li a{
    font: 17px Roboto-Medium;
    color: #004e7c;
    padding: 29px 24px 30px;
    text-decoration: none;
    display: block;
}
.top-menu__bl ul li a:hover{
    color: #d83f4f;
    background: #dfe4ee;
}
.top-menu__bl ul li.red a{
    color: #d83f4f;
}

@media(max-width: 970px){
    .top-menu__bg{display: none;}
}
/* End Top-menu */

/* Begin Header */
.header__bg{
    background: #2763c3;
}
.header{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header .logo-bl{
    width: 294px;
    height: 468px;
    text-align: center;
    padding-top: 59px;
    box-sizing: border-box;
    background: #2763c3;
}
.header .logo-bl .logo-txt{
    font: 19px Roboto-Black;
    color: #fff;
    text-transform: uppercase;
    line-height: 29px;
    margin-top: 38px;
}
.header .logo-bl .logo-txt a {
    color: #fff;
	text-decoration: none;
}
.header .logo-bl .date-wrap{
    margin-top: 36px;
    font: 15px Arial;
    color: #cde422;
}
.header .logo-bl .time{
    margin-left: 16px;
}
.header .logo-bl .time:before{
    content: url(../img/time-ico.png);
    position: relative;
    top: 3px;
    margin-right: 8px;
}
.header .header-slider{
    width: calc(100% - 294px);
}
.header .header-slider .slide{
    width: 620px;
    height: 468px;
    position: relative;
}
.header .header-slider .slide .link-wrap{
    background: rgba(0,0,0,.5);
    padding: 15px 27px 15px 27px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 120px;
}
.slick-dots {
	bottom: 20px !important;
}
.header .header-slider .slide .link{
    font: 20px Roboto-Regular;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}
.header .header-slider .slide .link:hover{
    text-decoration: underline;
}
@media(max-width: 1200px){
.header .header-slider .slide .link{
    font: 16px Roboto-Regular;
}
}
@media(max-width: 970px){
    .header{
        padding-top: 69px;
    }
    .header .logo-bl{display: none;}
    .header .header-slider{
        width: 100%;
    }
}
@media(max-width: 650px){
    .header{
        padding-top: 40px;
    }
    .header .header-slider .slide .link-wrap{
        padding: 25px 15px 25px;
    }
}
@media(max-width: 620px){
    .header{
        height: auto;
    }
    .header .header-slider{
        width: 100%;
        height: auto;
        max-width: 620px;
    }
    .header .header-slider .slide{
        width: 100%;
        height: auto;
    }
    .header .header-slider .slide img{
        width: 100%;
        height: auto;
        display: block;
    }
}
@media(max-width: 510px){
    .header .header-slider .slide .link{
        font-size: 15px;
        line-height: 18px;
    }
    .header .header-slider .slide .link-wrap{
        min-height: auto;
        padding-top: 15px;
        padding-bottom: 50px;
    }
}
/* End Header */

/* Begin Index-content */
.index-content{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;flex-wrap: wrap;
    background: #eef1f8;
}
.index-content .virtual-wrap{
    text-align: center;
    width: 294px;
    height: 120px;
    background: #d83f4f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.index-content .virtual-wrap .virtual-link{
    font: 22px Roboto-Regular;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 32px;
    display: block;
}
.index-content .press-center__bl{
    width: calc(100% - 294px);
    max-width: 1440px;
    height: 120px;
    background: #eef1f8;
	position: relative;
}
.index-content .press-center__bl .flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;flex-wrap: wrap;
    margin: 57px 15px 0 30px;
}
.index-content .press-center__bl .desc{
    font: 26px Roboto-Black;
    color: #004e7c;
    margin-right: 40px;
}
.index-content .press-center__bl .press-btn{
    font: 17px Roboto-Regular;
    color: #004e7c;
    text-decoration: none;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: #f6f9ff;
    margin: 0 10px;
    padding: 0 21px;
}
.index-content .press-center__bl .press-btn.active{
    color: #fff;
    background: #4abcee;
}
.index-content .press-center__bl .press-menu{
    width: 55px;
    background: url(../img/press-menu.png) center no-repeat #f6f9ff;
}
.index-content .press-center__bl #press-submenu{
	position: absolute;
	background: #eef1f8;
	padding: 20px;
	left: 230px;
	top: 120px;
	width: 300px;
}
.index-content .press-center__bl #press-submenu a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #004e7c;
}
.index-content .press-center__bl #press-submenu a:hover{
    color: #fff;
    background: #4abcee;
}
.index-content .right-sidebar{
    width: 294px;
    height: auto;
}
.index-content .right-menu{
    margin: 10px 0 0 -15px;
}
.index-content .right-menu li a{
    font: 22px Roboto-Medium;
    color: #004e7c;
    line-height: 29px;
    padding: 16px 30px 16px;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
}
.index-content .right-menu li a:hover{
    background: #f8faff;
}
.index-content .banner{
    margin-top: 54px;
    margin-left: 15px;
    display: block;
}
.index-content .banner img{
    display: block;
}
.index-content .news-wrap{
    width: calc(100% - 294px);
    height: auto;
    max-width: 1440px;
    background: #f8faff;
    padding-top: 30px;
}
.index-content .news-tab{
    width: 100%;
    display: none;
}
.index-content .news-flex{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;align-content: flex-start;
}
.index-content .news-tab:first-child{
    display: block;
}
.index-content .news-wrap-p{
/*    width: 100%;*/
    width: calc(100% - 300px);
    height: auto;
    padding-top: 30px;
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;align-content: flex-start;*/
}
.index-content .news-col{
    width: calc(50% - 45px);
    margin-right: 30px;
}
.index-content .news-col-p{
/*    width: calc(50% - 45px);*/
    margin-right: 30px;
}
.index-content .news-col:first-child{
    margin-left: 30px;
}
.index-content .news-item{
    width: 100%;
    height: auto;
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
    border-bottom: 1px solid #e0e4ec;
    padding-bottom: 9px;
    padding-top: 10px;
    text-decoration: none;
}
.index-content .news-item:hover{
    background: #eef1f8;
}
.index-content .news-item:last-child{
    border-bottom: none;
}
.index-content .news-item .date{
    width: 69px;
    height: 79px;
    background: url(../img/date-bg.png);
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    -ms-flex-item-align: start;align-self: flex-start;
    margin-right: 30px;
}
.index-content .news-item .date .day{
    font: 25.49px Arial;
    width: calc(69px - 20px);
    color: #fff;
    line-height: 37px;
	margin: 0px;
}
.index-content .news-item .date .month{
    font: 10.93px Arial;
    color: #565d67;
    line-height: 12.75px;
    margin-top: 4px;
}
.index-content .news-item .desc{
    font: 19px Roboto-Medium;
    color: #333;
    line-height: 24px;
    text-decoration: none;
    -webkit-box-flex: 1;-ms-flex: 1 0;flex: 1 0;
}
.index-content .news-item .desc>a{
    font: 19px Roboto-Medium;
    color: #333;
    text-decoration: none;
}

.index-content .all-news{
    font: 17px Roboto-Medium;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: #4abcee;
    margin: 13px 0 30px 109px;
    width: 167px;
    display: block;
    text-align: center;
}
.index-content .headings-bl{
    width: calc(100% - 10px);
    max-width: 1734px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0px 20px;
    margin: 0 auto;
}
.index-content .headings-bl .heading-btn{
    font: 17px Roboto-Regular;
    color: #004e7c;
    text-decoration: none;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: #f6f9ff;
    margin: 0 10px 10px;
    padding: 0 21px;
}
.index-content .headings-bl .heading-btn.red{
    color: #fff;
    background: #d83f4f;
}
.index-content .headings-bl .heading-btn:hover{
    color: #fff;
    background: #4abcee;
}
.index-content .headings-bl .heading-menu{
    width: 55px;
    background: url(../img/press-menu.png) center no-repeat #f6f9ff;
    display: none;
}

.right-sidebar .menu-ico{
    font: 16px Roboto-Medium;
    color: #fff;
    float: left;
    margin-top: 20px;
    display: none;
    margin-left: 30px;
}
.right-sidebar .menu-ico:before{
    content: url(../img/menu-ico.png);
    position: relative;
    top: 4px;
    margin-right: 12px;
}
.right-sidebar .menu-ico.show:before{
    content: url(../img/close-ico.png);
}
.right-sidebar .logo-mob{
    width: 28px;
    margin: 0 auto;
    padding-top: 12px;
    display: none;
}
.right-sidebar .search-bl{
    display: none;
    float: right;
}
.right-sidebar .search-bl input[type=text]{
    display: none;
}
.right-sidebar .search-bl input[type=submit]{
    width: 89px;
    height: 69px;
    background: url(../img/search-mob-ico.png) center no-repeat #3079ce;
    position: static;
    border-radius: 0;
}
.index-content .mobile-hid{
    background: #eef1f8;
    display: none;
}
.index-content .mobile-hid .social-bl{
    width: 205px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 18px;
}
.index-content .mobile-hid .social-bl a{
    height: 20px;
    background: url(../img/social-ico.png);
}
.index-content .mobile-hid a.facebook{
    width: 9px;
    background-position: 0px 0px;
}
.index-content .mobile-hid a.vk{
    width: 28px;
    background-position: -29px 0px;
}
.index-content .mobile-hid a.twitter{
    width: 22px;
    background-position: -77px 0px;
}
.index-content .mobile-hid a.instagram{
    width: 20px;
    background-position: -117px 0px;
}
.index-content .mobile-hid a.youtube{
    width: 17px;
    background-position: -156px 0px;
}
.index-content .mobile-hid a.rss{
    width: 18px;
    background-position: -187px 0px;
}
.index-content .mobile-hid .cat-menu{
    width: 100%;
    padding: 26px 30px 16px;
    box-sizing: border-box;
}
.index-content .mobile-hid .cat-menu li a{
    font: 22px Roboto-Regular;
    color: #004e7c;
    padding: 10px 8px 9px;
    background: #dfe3ed;
    text-decoration: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.index-content .mobile-hid .cat-menu li a.red{
    color: #d83f4f;
}
.index-content .mobile-hid .mob-soc{
    background: #fff;
    width: 100%;
    padding: 22px 30px 40px;
    box-sizing: border-box;
}
.index-content .mobile-hid .mob-soc p{
    font: 22px Roboto-Regular;
    color: #004e7c;
}
@media(max-width: 1280px){
    .index-content .news-col{
        width: 100%;
    }
    .index-content .news-col.no-1280{
        display: none;
    }
}
@media(max-width: 1180px){
    .index-content .press-center__bl .press-btn.no-1024{
        display: none;
    }
}
@media(max-width: 970px){
    .index-content{
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
    }
    .index-content .virtual-wrap{
        width: 100%;
        height: 69px;
    }
    .index-content .virtual-wrap .virtual-link{
        text-transform: none;
    }
    .index-content .virtual-wrap .virtual-link br{
        display: none;
    }
    .index-content .press-center__bl{
        width: 100%;
        height: auto;
        padding: 30px 0;
    }
    .index-content .press-center__bl .flex{
        margin: 0px 15px 0 30px;
    }
    .index-content .press-center__bl .desc{
        /*width: 100%;*/
    }
    .index-content .press-center__bl .press-btn{
        /*margin-top: 25px;*/
    }
    .index-content .press-center__bl .press-btn:nth-child(2){
        margin-left: 0;
    }
    .index-content .press-center__bl .press-btn.no-1024{
        display: block;
    }
    .index-content .press-center__bl #press-submenu{
		top: 100px;
	}
    .index-content .right-sidebar{
        width: 100%;
        background: #2763c3;
        position: fixed;
        top: 0;
        left: 0;
        height: 69px;
        z-index: 100;
    }
    .index-content .menu{
        display: none;
        position: absolute;
        top: 69px;
        background: #2763c3;
        width: 100%;
        border-top: 2px solid #eef1f8;
        overflow-y: auto;
    }
    .index-content .right-menu{
        margin: 0 30px;
        padding: 12px 0;
    }
    .index-content .right-menu li{
        border-bottom: 1px solid #5f8acf;
    }
    .index-content .right-menu li:last-child{
        border-bottom: none;
    }
    .index-content .right-menu li a{
        font: 22px Roboto-Regular;
        color: #fff;
        line-height: normal;
        padding: 10px 0px 9px;
        box-sizing: border-box;
        text-decoration: none;
        display: block;
    }
    .index-content .right-menu li a:hover{
        background: none;
    }
    .index-content .mobile-hid{
        display: block;
    }
    .index-content .banner{
        display: none;
    }
    .index-content .news-wrap{
        width: 100%;
    }
    .index-content .all-news{
        margin: 13px auto 30px;
    }
    
    .right-sidebar .menu-ico,
    .right-sidebar .logo-mob,
    .right-sidebar .search-bl{
        display: block;
    }
}
@media(max-width: 880px){
    .index-content .headings-bl .heading-btn{
        box-sizing: border-box;
        //max-width: 50%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .index-content .headings-bl .heading-menu{
        display: block;
    }
}
@media(max-width: 650px){
    .index-content .right-sidebar{
        height: 40px;
    }
    .index-content .menu{
        top: 40px;
        background: #2763c3;
        width: 100%;
        border-top: 1px solid #eef1f8;
    }
    .index-content .right-menu{
        margin: 0 15px;
        padding: 12px 0;
    }
    .index-content .right-menu li a{
        font: 15px Roboto-Regular;
    }
    .index-content .mobile-hid .cat-menu{
        padding: 26px 15px 16px;
    }
    .index-content .mobile-hid .cat-menu li a{
        font: 15px Roboto-Regular;
        margin-bottom: 10px;
    }
    .index-content .mobile-hid .mob-soc{
        padding: 22px 15px 40px;
    }
    .index-content .mobile-hid .mob-soc p{
        font: 18px Roboto-Regular;
    }
    
    .right-sidebar .menu-ico{
        font-size: 16px;
        margin-top: 11px;
        margin-left: 15px;
    }
    .right-sidebar .menu-ico:before{
        content: url(../img/menu-ico-650.png);
        top: 1px;
    }
    .right-sidebar .menu-ico.show:before{
        content: url(../img/close-ico-650.png);
    }
    .right-sidebar .logo-mob{
        padding-top: 6px;
    }
    .right-sidebar .logo-mob img{
        width: 28px;
        height: auto;
        display: block;
    }
    .right-sidebar .search-bl input[type=submit]{
        width: 43px;
        height: 40px;
        background: url(../img/search-mob-ico.png) center no-repeat #3079ce;
        background-size: 16px 16px;
    }
    .index-content .virtual-wrap{
        height: 40px;
    }
    .index-content .virtual-wrap .virtual-link{
        font-size: 14px;
    }
    
    .index-content .press-center__bl .flex{
        margin: 0px 15px 0;
    }
    .index-content .press-center__bl .flex .desc{
        margin-bottom: 15px;
    }
    .index-content .press-center__bl .press-btn{
        margin: 10px 5px 0;
        font-size: 11.23px;
        height: 25px;
        line-height: 25px;
        padding: 0 18px;
    }
    .index-content .press-center__bl .press-btn.no-1024{
        display: none;
    }
    
    .index-content .headings-bl .heading-btn{
        font-size: 11.23px;
        margin: 0px 5px 10px;
        height: 25px;
        line-height: 25px;
        padding: 0 18px;
    }
    .index-content .headings-bl .heading-btn.no-650{
        display: none;
    }
    
    .index-content .headings-bl .heading-menu,
    .index-content .press-center__bl .press-menu{
        width: 42px;
        background-size: 15px 10px;
    }
    
    .index-content .news-item{
        -webkit-box-align: center;-ms-flex-align: center;align-items: center;
    }
    .index-content .news-item .date{
        margin-right: 15px;
    }
    .index-content .news-item .desc{
        padding-top: 0px;
        font-size: 17px;
        line-height: 22px;
    }
    .index-content .news-col:first-child{
        margin-left: 15px;
    }
    .index-content .news-col{
        margin-right: 15px;
    }
}
/* End Index-content */

/* Begin Banner */
.banner-bl{
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    -ms-flex-wrap: wrap;flex-wrap: wrap;
    padding: 50px 0 0px;
}
.banner-bl .banner{
    width: calc(25% - 7.5px);
    height: 157px;
	margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.banner-bl .banner:last-child{
    margin-right: 0;
}
.banner-bl .banner .ico img{
    display: block;
}
.banner-bl .banner-2{
    background: url(../img/banner-2.png) center;
    background-size: cover;
}
.banner-bl .banner-3{
    background: url(../img/banner-3.png) center;
    background-size: cover;
}
.banner-bl .banner-4{
    background: url(../img/banner-4.png) center;
    background-size: cover;
}
.banner-bl .banner-5{
    background: url(../img/banner-5.png) center;
    background-size: cover;
}
.banner-bl .banner-6{
    background: url(../img/banner-6.png) center;
    background-size: cover;
}
.banner-bl .banner-7{
    background: url(../img/banner-7.png) center;
    background-size: cover;
}
.banner-bl .banner-8{
    background: url(../img/banner-8.png) center;
    background-size: cover;
}
.banner-bl .banner-9{
    background: url(../img/banner-9.png) center;
    background-size: cover;
}
.banner-bl p{
    font: 18px Roboto-Black;
    color: #f8faff;
    text-align: center;
    line-height: 20.05px;
    margin-top: 10px;
}
.banner-bl .txt-1{
    font: 13px Roboto-Regular;
    line-height: 18px;
}
.banner-bl .txt-2{
    font: 20px Roboto-Bold;
    line-height: 20px;
}
.banner-bl .txt-3{
    font: 35.87px Roboto-Black;
    line-height: 35px;
}
@media(max-width: 1250px){
    .banner-bl{
        padding-top: 40px;
    }
    .banner-bl .banner{
        width: calc(50% - 5px);
        margin-top: 10px;
    }
}
@media(max-width: 680px){
    .banner-bl{
        padding-top: 30px;
    }
    .banner-bl .banner{
        width: 100%;
    }
}
/* End Banner */ 

/* Begin Activities */
.activities-bl{
    height: auto;
    padding-top: 45px;
    padding-bottom: 50px;
}
.activities-bl .desc{
    font: 26px Roboto-Black;
    color: #004e7c;
}
.activities-bl .flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 14px;
}
.activities-bl .act-item{
    width: calc(100% / 6 - 8.333333px);
    height: 240px;
    font: 18px Roboto-Bold;
    color: #004e7c;
    text-align: center;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
}
.activities-bl .act-item:hover{
    color: #fff;
}
.activities-bl .act-item.double{
    width: calc(100% / 3 - 6.66666px);
}
.activities-bl .act-item.act-bg-1{
    background: url(../img/activities-1.png) center no-repeat #eef1f8;
}
.activities-bl .act-item.act-bg-1:hover{
    background: url(../img/activities-1-hover.png) center no-repeat #2763c3;
}
.activities-bl .act-item.act-bg-2{
    background: url(../img/activities-2.png) center no-repeat #eef1f8;
}
.activities-bl .act-item.act-bg-2:hover{
    background: url(../img/activities-2-hover.png) center no-repeat #2763c3;
}
.activities-bl .act-item.act-bg-3{
    background: url(../img/activities-3.png) center no-repeat #eef1f8;
}
.activities-bl .act-item.act-bg-3:hover{
    background: url(../img/activities-3-hover.png) center no-repeat #2763c3;
}
.activities-bl .act-item.act-bg-4{
    background: url(../img/activities-4.png) center no-repeat #eef1f8;
}
.activities-bl .act-item.act-bg-4:hover{
    background: url(../img/activities-4-hover.png) center no-repeat #2763c3;
}
.activities-bl .act-item.act-bg-5{
    background: url(../img/activities-5.png) center no-repeat #eef1f8;
}
.activities-bl .act-item.act-bg-5:hover{
    background: url(../img/activities-5-hover.png) center no-repeat #2763c3;
}
.activities-bl .act-item.act-bg-6{
    background: url(../img/activities-6.png) center no-repeat #eef1f8;
}
.activities-bl .act-item.act-bg-6:hover{
    background: url(../img/activities-6-hover.png) center no-repeat #2763c3;
}
.activities-bl .act-item.act-bg-7{
    background: url(../img/activities-7.png) center no-repeat #eef1f8;
}
.activities-bl .act-item.act-bg-7:hover{
    background: url(../img/activities-7-hover.png) center no-repeat #2763c3;
}
.activities-bl .act-item.act-bg-8{
    background: url(../img/activities-8.png) center no-repeat #eef1f8;
}
.activities-bl .act-item.act-bg-8:hover{
    background: url(../img/activities-8-hover.png) center no-repeat #2763c3;
}
.activities-bl .act-item.act-bg-9{
    background: url(../img/activities-9.png) center no-repeat #eef1f8;
}
.activities-bl .act-item.act-bg-9:hover{
    background: url(../img/activities-9-hover.png) center no-repeat #2763c3;
}
.activities-bl .act-item.act-bg-10{
    background: url(../img/activities-10.png) center no-repeat;
    background-size: cover!important;
}
.activities-bl .act-item.act-bg-11{
    background: url(../img/activities-11.png) center no-repeat;
    background-size: cover!important;
}
.activities-bl .act-item.act-bg-12{
    background: url(../img/activities-12.png) center no-repeat;
    background-size: cover!important;
}
.activities-bl .act-item.act-bg-13{
    background: url(../img/activities-13.png) center no-repeat;
    background-size: cover!important;
}
.activities-bl .act-item.act-hov{
    position: relative;
    margin-right: 10px;
}
.activities-bl .act-item.act-hov:last-child{
    margin-right: 0;
}
.activities-bl .act-item span{
    position: relative;
    z-index: 3;
    color: #fff;
}
.activities-bl .act-item .over{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.activities-bl .act-item:hover .over{
    background: rgba(39, 99, 195, 0.8);
}
.activities-bl .flex4{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;
    -ms-flex-wrap: wrap;flex-wrap: wrap;
}
.activities-bl .flex4 .act-item{
    width: calc(100% / 4 - 7.5px);
}
@media(max-width: 1560px){
    .activities-bl .act-item{
        width: calc(100% / 4 - 7.5px);
    }
    .activities-bl .act-item.double{
        width: calc(100% / 2 - 5px);
    }
}
@media(max-width: 1024px){
    .activities-bl .act-item{
        width: calc(100% / 3 - 6.666666px);
    }
    .activities-bl .act-item.double{
        width: calc(100% / 3 - 6.666666px);
    }
    .activities-bl .flex4{
        justify-content: space-between;
    }
    .activities-bl .act-item.act-hov{
        margin-right: 0;
    }
    .activities-bl .flex4 .act-item{
        width: calc(100% / 3 - 6.666666px);
    }
    .activities-bl .act-item.act-bg-13{
        width: 100%;
        background: url(../img/activities-13.png) center no-repeat;
        background-size: cover!important;
    }
}
@media(max-width: 800px){
    .activities-bl .act-item{
        font-size: 13.65px;
        line-height: 18.96px;
        height: 182px;
    }
    .activities-bl .act-item{
        width: calc(100% / 3 - 6.666px);
        margin-top: 10px;
        background-size: auto 70%!important;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .activities-bl .act-item.double{
        width: calc(100% / 3 - 6.666px);
    }
    
}
@media(max-width: 670px){
    .activities-bl{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .activities-bl .act-item,
    .activities-bl .act-item.double,
    .activities-bl .flex4 .act-item{
        width: calc(100% / 2 - 5px);
    }
    .activities-bl .act-item.act-bg-13{
        width: calc(100% / 2 - 5px);
        background: url(../img/activities-12.png) center no-repeat;
        background-size: cover!important;
    }
    .activities-bl .act-item.act-bg-1{
        width: 100%;
    }
}
@media(max-width: 400px){
    .activities-bl .act-item,
    .activities-bl .act-item.double,
    .activities-bl .flex4 .act-item{
        width: 100%;
        height: 240px;
    }
    .activities-bl .act-item.act-bg-13{
        width: 100%;
    }
}
/* End Activities */

/* Begin Link-slider */
.link-slider-bg{
    background: #eef1f8;
}
.link-slider-bl{
    height: auto;
    padding: 45px 0 95px;
}
.link-slider-bl .desc{
    font: 26px Roboto-Black;
    color: #004e7c;
    margin-left: 15px;
}
.link-slider-bl .link-slider{
    width: 100%;
    margin-top: 14px;
}
.link-slider-bl .link-slider .slide{
    margin: 0 15px;
}
.link-slider-bl .link-slider .link{
    width: 100%;
    height: 215px;
    background: #2763c3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
    text-decoration: none;
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
    margin: 30px 0 0;
}
.link-slider-bl .link-slider .link:hover{
    background: #4abcee;
}
.link-slider-bl .link-slider .link .logo{
    margin-top: 30px;
    box-shadow: 0 0 20px 1px rgba(0,0,0,.3);
}
.link-slider-bl .link-slider .link .logo img{
    display: block;
}
.link-slider-bl .link-slider .link p{
    font: 15.03px Roboto-Medium;
    color: #fff;
    text-align: center;
    line-height: 20.04px;
    margin-top: 23px;
}
.link-slider-bl .link-slider .slick-dots{
    bottom: -43px !important;
}
.link-slider-bl .link-slider .slick-dots li{
    padding-top: 5px;
}
.link-slider-bl .link-slider .slick-dots li button{
    background: #4abcee;
}
.link-slider-bl .link-slider .slick-dots li.slick-active{
    padding-top: 0px;
    margin-left: 2px;
}
.link-slider-bl .link-slider .slick-dots li.slick-active button{
    background: #2763c3;
    width: 15px;
    height: 15px;
    box-shadow: none;
}
.link-slider-bl .more-link{
    width: 167px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    background: #4abcee;
    font: 17px Roboto-Medium;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    margin: 40px auto 0;
    display: none;
}
@media(max-width: 800px){
    .link-slider-bl{
        padding-bottom: 40px;
    }
    .link-slider-bl .link-slider .slide.no-mobile{
        display: none;
    }
    .link-slider-bl .link-slider .slide{
        width: 100%;
        margin: 0 0px;
        display: -webkit-box;display: -ms-flexbox;display: flex;
        padding: 0 15px;
        box-sizing: border-box;
        -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
        -ms-flex-wrap: wrap;flex-wrap: wrap;
    }
    .link-slider-bl .link-slider .link{
        width: calc(50% - 5px);
        height: 137px;
        margin: 30px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .link-slider-bl .link-slider .link .logo{
        margin-top: 0;
        margin-left: 30px;
    }
    .link-slider-bl .link-slider .link p{
        margin-top: 0;
        margin-left: 18px;
        text-align: left;
    }
    .link-slider-bl .link-slider .link p br{
        display: none;
    }
    .link-slider-bl .more-link{
        display: block;
    }
}
@media(max-width: 670px){
    .link-slider-bl{
        padding-top: 30px;
    }
    .link-slider-bl .link-slider .link{
        width: 100%;
        margin-top: 10px;
    }
    .link-slider-bl .link-slider .slide.no-650{
        display: none;
    }
}
@media(max-width: 430px){
    .link-slider-bl .link-slider .link .logo{
        margin-left: 15px;
    }
    .link-slider-bl .link-slider .link p{
        margin-left: 18px;
    }
}
/* End Link-slider */

/* Begin Footer */
footer{
    background: #2763c3;
}
.footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;flex-wrap: wrap;
    padding: 54px 0 80px;
}
.footer .logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .logo .logo-txt{
    font: 13px Arial;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22.31px;
    margin-left: 26px;
}
.footer .logo .logo-txt span{
    font-weight: normal;
}
.footer .copy{
    font: 12px Arial;
    color: #abbce2;
    line-height: 18px;
    width: 220px;
    margin-top: 45px;
}
.footer .left{
    width: 50%;
}
.footer .right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 50%;
}
.footer .adress{
    font: 14px Arial;
    color: #fff;
    text-align: right;
    margin-top: 9px;
}
.footer .phone{
    font: 22px Arial;
    font-weight: bold;
    color: #fff;
    margin-top: 8px;
}
.footer .phone a{
    font: 22px Arial;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.footer .sheme-link{
    font: 14px Arial;
    color: #fff;
    text-decoration: underline;
    margin-top: 6px;
}
.footer .dev{
    font: 12px Arial;
    color: #abbce2;
    line-height: 18px;
    text-align: right;
    margin-top: 45px;
}
@media(max-width: 800px){
    .footer{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 50px;
    } 
    .footer .left,
    .footer .right{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer .logo .logo-txt{
        margin-left: 14px;
    }
    .footer .adress{
        margin-top: 30px;        
    }
    .footer .phone{
        text-align: center;
    }
    .footer .copy{
        width: auto;
        margin-top: 30px;
        text-align: center;
    }
    .footer .dev{margin-top: 5px;text-align: center;}
    .footer .dev br{
        display: none;
    }
}
/* End Footer */

/* Inner Page */
.broads__wrap{
    width: calc(100% - 294px);
    max-width: 1440px;
    background: #eef1f8;
}
.broads__bl{
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;
    -ms-flex-wrap: wrap;flex-wrap: wrap;
    -ms-flex-line-pack: end;align-content: flex-end;
    padding: 0 30px 30px;
}
.broads__bl a{
    font: 16px Roboto-Medium;
    color: #004e7c;
    text-decoration: none;
}
.broads__bl a:after{
    content: url(../img/broads-decor.png);
    margin: 0 14px;
}
.broads__bl p{
    font: 16px Roboto-Light;
    color: #004e7c;
}
.content-wrap{
    width: calc(100% - 294px);
    height: auto;
    max-width: 1440px;
    background: #f8faff;
    padding-top: 30px;
}
.content-wrap .page-desc{
    font: 26px Roboto-Black;
    color: #004e7c;
    line-height: 32px;
    -webkit-box-flex: 1;-ms-flex: 1 0;flex: 1 0;
}
@media(max-width: 970px){
    .content-wrap{width: 100%;}
    .broads__wrap{width: 100%;}
    .broads__bl{
        height: auto;
        padding: 30px;
    }
}
@media(max-width: 650px){
    .broads__bl{
        padding: 30px 15px;
    }
    .broads__bl a,
    .broads__bl p{
        font-size: 14px;
    }
    .broads__bl a:after{
        margin: 0 10px;
    }
}
/* Form Page */
.form-bl{
    width: auto;
    height: auto;
    margin: 0 30px;
    position: relative;
    padding-bottom: 40px;
}
.form-bl .left_form{
    max-width: 750px;
    margin-top: 54px;
}
.form-bl .pf_2{
    font: 18px Roboto-Regular;
    color: #231f20;
    margin-bottom: 30px;
}
.form-bl .inp_1{
    width: calc(100% - 15px);
    height: 36px;
    font: 14px Roboto-Regular;
    color: #9fa5aa;
    padding-left: 15px;
    margin-bottom: 13px;
    border: 1px solid #a8b6bf;
}
.form-bl .obyaz_pol{
    font: 14px Roboto-Light;
    color: #f21f3e;
    text-align: right;
    margin-bottom: 10px;
}
.form-bl .form_textarea{
    width: calc(100% - 15px);
    height: 180px;
    font: 14px Roboto-Regular;
    color: #9fa5aa;
    padding-left: 15px;
    margin-bottom: 8px;
    padding-top: 8px;
    border: 1px solid #a8b6bf;
    resize: vertical;
}
.form-bl .form_error{
    border: 2px solid #f32e4b;
    color: #f32e4b;
}
.form-bl .sub{
    width: 167px;
    height: 40px;
    font: 17px Roboto-Medium;
    background-color: #4abcee;
    cursor: pointer;
    color: #fff;
    border-radius: 20px;
}
.form-bl .sub:hover{
    background-color: #4aabd7;
}
@media(max-width: 650px){
    .form-bl{
        margin: 0 15px;
    }
}
@media all and (max-width: 550px){
    .form-bl .h2{font-size: 23px;}
    .form-bl .left_form{margin-top: 26px;}
    .form-bl .pf_2{font-size: 16px;}
}
/* Form Page */
/* Article Page */
.article-bl{
    width: auto;
    height: auto;
    margin: 0 30px;
    position: relative;
    padding-bottom: 40px;
}
.article-bl .print-btn{
    width: 53px;
    height: 49px;
    border: 1px solid #4abcee;
    background: url(../img/print-ico.png) center no-repeat;
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
}
.article-bl .description-flex{
    display: -webkit-box;display: -ms-flexbox;display: flex;
    padding-right: 60px;
}
.article-bl .date{
    width: 69px;
    height: 79px;
    background: url(../img/date-bg.png);
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    margin-right: 25px;
}
.article-bl .date .day{
    font: 25.49px Arial;
    color: #fff;
    line-height: 37px;
}
.article-bl .date .month{
    font: 10.93px Arial;
    color: #565d67;
    line-height: 12.75px;
    margin-top: 4px;
}
.article-bl .art-content{
    margin-top: 66px;
}
.article-bl .art-content p{
    font: 18px Roboto-Regular;
    color: #333;
    line-height: 27px;
    margin-top: 30px;
}
.article-bl .art-content p span{
    font: 18px Roboto-Medium;
    color: #0d4981;
}
.article-bl .art-content b, .article-bl .art-content strong{
    font: 18px Roboto-Bold;
}
.article-bl .art-content i, .article-bl .art-content em{
	font-style: italic;
}

.article-bl .art-content p a{
    font: 18px Roboto-Regular;
    color: #007ec6;
    text-decoration: underline;
}
.article-bl .art-content p a:hover{
    text-decoration: none;
}
.article-bl .art-content .wrap-foto{
    margin-top: 30px;
    display: -webkit-box;display: -ms-flexbox;display: flex;
}
.article-bl .art-content .slider-img{
    max-width: 840px;
    width: 100%;
}
.article-bl .art-content img.long{
    max-width: 100%;
    /*max-width: 840px;*/
    height: auto;
}
.detail_picture {
	float: left;
	margin-right: 20px;
}
.article-bl .art-content .nav-foto{
    width: 89px;
    height: 582px;
    margin-left: 10px;
}
.article-bl .art-content .nav-foto .foto-i{
    margin-bottom: 10px;
    position: relative;
}
.article-bl .art-content .foto{
    position: relative;
}
.article-bl .art-content .nav-foto .foto-i .grey{
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(157, 162, 169, .7);
}
.article-bl .art-content .nav-foto .slick-current .grey{
    display: none;
}
.article-bl .art-content .nav-foto img{
    width: auto;
    height: 100%;
    display: block;
}
.article-bl .art-content .podpis{
    font: 16px Roboto-Medium;
    max-width: 815px;
    color: #333;
    line-height: 20px;
}
.article-bl .art-content .podpis b{
    font: 14px Roboto-Bold;
}
.article-bl .art-content .img-float{
    float: left;
    max-width: 200px;
    margin: 5px 30px 10px 0;
}
.article-bl h2{
    font: 22px Roboto-Bold;
    color: #004e7c;
    line-height: 27px;
    margin-top: 60px;
}
.article-bl h3{
    font: 18px OpenSans-Bold;
    color: #231f20;
    line-height: 30px;
    margin-top: 30px;
}
.article-bl ul{
    margin: 30px 0 0 18px;
    list-style: disc;
}
.article-bl ol{
    margin: 30px 0 0 18px;
    list-style: decimal;
    color: #231f20;
    font: 18px Roboto-Bold;
}
.article-bl li { 
    font: 18px Roboto-Light;
        line-height: 30px;
} 
.article-bl li span{
    font: 18px Roboto-Light;
    color: #231f20;
    line-height: 30px;
}
.article-bl input[type=text] {
	border: 1px solid #dfe5f1;
	padding: 10px;
    font: 17px Roboto-Regular;
}
.article-bl input[type=submit] {
	border: 1px solid #dfe5f1;
    background: #2763c3;
    color: #fff;
	padding: 10px;
    font: 17px Roboto-Regular;
	cursor: pointer;
}
.article-bl input[type=button], .article-bl input[type=reset] {
	border: 1px solid #dfe5f1;
    background: #999999;
    color: #fff;
	padding: 10px;
    font: 17px Roboto-Regular;
	cursor: pointer;
}
.article-bl select {
	border: 1px solid #dfe5f1;
	padding: 10px;
    font: 17px Roboto-Regular;
}
.article-bl textarea{
    width: calc(100% - 15px);
    font: 17px Roboto-Regular;
	padding: 10px;
	border: 1px solid #dfe5f1;
    resize: vertical;
}

.article-bl table[border="1"]{
    /*width: 100%;*/
    border-collapse: collapse;
    background: #fff;
    margin-top: 21px;
}
.article-bl table[border="1"]>tr>th,.article-bl table[border="1"]>tbody>tr>th{
    background: #2763c3;
    font: 18px Roboto-Medium;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding: 20px;
    vertical-align: middle;
    border: 1px solid #dfe5f1;
}
.article-bl table[border="1"] >tr>td,.article-bl table[border="1"]>tbody>tr>td{
    font: 17px Roboto-Regular;
    color: #231f20;
/*    text-align: center;
    line-height: 20px;*/
    padding: 20px;
    vertical-align: middle;
    border: 1px solid #dfe5f1;
/*    min-width: 90px;*/
}
.article-bl table[border="1"]>tr>td:nth-child(1),
.article-bl table[border="1"]>tr>td:nth-child(2){
/*    text-align: left;
    padding-left: 23px;*/
}
.article-bl table[border="1"]>tr,.article-bl table[border="1"]>tbody>tr:nth-child(2n){
    background: #eef1f8;
}
.article-bl table[border="1"]>tr>th p,.article-bl table[border="1"]>tbody>tr>th p {
    color: #fff;
}
.article-bl table[border="1"] p {
	margin: 0px;
}
.article-bl .foto-wrapp{
    width: 100%;
    height: auto;
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    margin-top: 55px;
}
.article-bl .foto-wrapp .foto-link{
    width: 100%;
    max-width: 362px;
    height: auto;
    text-decoration: none;
    margin: 0 10px 0 0;
}
.article-bl .foto-wrapp .foto-link:last-child{
    margin: 0;
}
.article-bl .foto-wrapp .foto-link .foto-i{
    position: relative;
}
.article-bl .foto-wrapp .foto-link .foto img{
    width: 100%;
    height: auto;
    display: block;
}
.article-bl .foto-wrapp .foto-link .hover{
    width: 100%;
    height: 100%;
    background: url(../img/zoom-ico.png) center no-repeat rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.article-bl .foto-wrapp .foto-link:hover .hover{
    opacity: 1;
}
.article-bl .foto-wrapp .foto-link p{
    font: 14px Roboto-Medium;
    color: #231f20;
    line-height: 20px;
    margin-top: 13px;
}
@media all and (max-width: 1280px) {
    .article-bl .art-content .wrap-foto{
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
    }
    .article-bl .art-content .nav-foto{
        width: 100%;
        max-width: 840px;
        height: 89px;
        margin-top: 10px;
        margin-left: 0px;
    }
    .article-bl .art-content .nav-foto .foto-i{
        margin-right: 10px;
    }
}
@media all and (max-width: 1100px) {
    .article-bl .art-content{ 
        margin-top: 46.2px;
    } 
    .article-bl .art-content p{ 
        font-size: 14px;
        line-height: 22px;
        margin-top: 21px;
    } 
    .article-bl .art-content p span{
        font-size: 14px;
    }
    .article-bl .art-content b, .article-bl .art-content strong{ 
        font-size: 14px; 
    } 
    .article-bl .art-content p a{ 
        font-size: 14px; 
    }
    .article-bl .art-content .podpis{ 
        font-size: 12px; 
        line-height: 17px;
    } 
    .article-bl .art-content .podpis b{ 
        font-size: 12px; 
        line-height: 17px;
    } 
    .article-bl .foto-wrapp{
        margin-top: 10px;
    }
    .article-bl h2{ 
        font-size: 22.4px; 
        line-height: 28px;
        margin-top: 42px;
    } 
    .article-bl h3{ 
        font-size: 14px; 
        line-height: 22px;
        margin-top: 21px;
    } 
    .article-bl ul{ 
        margin: 21px 0 0 12.6px;
    } 
    .article-bl ol{ 
        margin: 21px 0 0 12.6px;
        font-size: 14px; 
    } 
	.article-bl li { 
        font-size: 14px;
        line-height: 22px;
	} 
    .article-bl li span{ 
        font-size: 14px;
        line-height: 22px;
    } 
    .article-bl table{ 
        margin-top: 14.7px;
    } 
    .article-bl table th{ 
        font-size: 12px; 
        line-height: 17px;
        padding: 5.6px 0 5.6px;
    } 
    .article-bl table td{ 
        font-size: 12px; 
        line-height: 17px;
        padding: 14px 0 11.9px;
    } 
    .article-bl table td:nth-child(1){ 
        width: 49px;
    } 
    .article-bl table td:nth-child(2){  
        padding-left: 16.1px;
    }
    .article-bl .foto-wrapp .foto-link p{
        font-size: 12px;
        line-height: 17px;
    }
}
@media all and (max-width: 970px) {
    .article-bl .print-btn{display: none;}
}
@media all and (max-width: 870px) {
    .article-bl .art-content .wrap-img{
        display: block;
        margin-top: 0px;
    }
    .article-bl .art-content .wrap-img img{width: 100%;}
    .article-bl .art-content .podpis{
        margin: 10px 0 0;
    }
}
@media all and (max-width: 700px) {
    .article-bl{
        margin: 0 15px;
    }
    .article-bl .art-content{
        margin-top: 30px;
    }
    .article-bl .description-flex{
        padding-right: 0px;
    }
    .article-bl .date{
        margin-right: 10px;
    }
    .article-bl .page-desc{
        font-size: 18px;
        line-height: 24px;
        padding-right: 0;
    }
    .print-btn{
        display: none;
    }
    .article-bl .art-content .img-float{
        float: left;
        max-width: 150px;
        margin: 5px 15px 0px 0;
    }
    .article-bl .foto-wrapp{
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
        -webkit-box-align: center;-ms-flex-align: center;align-items: center;
    }
    .article-bl .foto-wrapp .foto-link:nth-child(2){
        margin: 0;
    }
    .article-bl table td:nth-child(1){ 
        width: auto;
    } 
    .article-bl table td:nth-child(2){
        padding-left: 5px;
    }
    .article-bl table th,
    .article-bl table td{
        padding-left: 5px;
        padding-right: 5px;
    }
}
/*@media all and (max-width: 500px) {
    .article-bl .description-flex{
        display: block;
    }
    .article-bl .date{
        float: left;
    }
}*/
/* Article Page */
/* News Page */
.news-bl{
    width: auto;
    height: auto;
    margin: 0 30px;
    position: relative;
    padding-bottom: 40px;
}
.index-content .news-bl .news-col{
    width: calc(50% - 15px);
    margin-right: 0px;
}
.index-content .news-bl .news-col:first-child{
    margin-right: 30px;
    margin-left: 0;
}
.news-bl .foto{
    margin-right: 15px;
    max-width: 200px;
    -ms-flex-item-align: start;align-self: flex-start;
}
.news-bl .foto img{
    width: 100%;
    height: auto;
    display: block;
}
.news-bl .pagination-bl{
    display: -webkit-box;display: -ms-flexbox;display: flex;
    margin-top: 70px;
}
.news-bl .pagination-bl .btn{
    width: 39px;
    height: 36px;
    border: 1px solid #e5e5e5;
    margin: 0 4px;
    font: 16px Roboto-Bold;
    color: #333;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
}
.news-bl .pagination-bl a.btn:hover{
    border-color: #4abcee;
}
.news-bl .pagination-bl a.btn.active{
    color: #fff;
    border-color: #4abcee;
    background: #4abcee;
}
.news-bl .pagination-bl .prev-btn{
    background: url(../img/pagination-prev.png) center no-repeat;
}
/*.news-bl .pagination-bl a.prev-btn:hover{
    background: url(../img/pagination-prev-hover.png) center no-repeat #4abcee;
}*/
.news-bl .pagination-bl .next-btn{
    background: url(../img/pagination-next.png) center no-repeat;
}
/*.news-bl .pagination-bl a.next-btn:hover{
    background: url(../img/pagination-next-hover.png) center no-repeat #4abcee;
}*/
.index-content .news-item.calendar-width{
    width: calc(100% - 270px);
}
#calendar2{
    width: auto;
    height: auto;
    text-align: center;
    position: absolute;
    top: 72px;
    right: 0;
    box-shadow: 0 0 10px 2px rgba(204, 204, 204, 0.5);
}
#calendar2 thead tr:last-child{
    font: 11.27px Roboto-Regular;
    color: #33363b;
    text-transform: uppercase;
}
#calendar2 thead tr:last-child td{
    padding: 16px 0 5px;
    background: #fff;
}
#calendar2 thead tr:nth-child(1) td:nth-child(1), #calendar2 thead tr:nth-child(1) td:nth-child(3){
    font: 18px Roboto-Regular;
    line-height: 33px;
}
#calendar2 thead tr:nth-child(1) td:nth-child(1):hover, #calendar2 thead tr:nth-child(1) td:nth-child(3):hover {
    cursor: pointer;
}
#calendar2 thead td{
    text-align: center;
    font: 15px Roboto-Regular;
}
#calendar2 thead tr:first-child{
    background: #4abcee;
    height: 46px;
}
#calendar2 thead tr:first-child td{
    font: 18px Roboto-Medium;
    color: #fff;
    line-height: 46px;
}
#calendar2 tbody{
    background: #fff;
}
#calendar2 tbody td{
    font: 16px Roboto-Light;
    color: #7b8392;
    text-align: center;
    width: 33px;
    height: 32px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 32px;
    margin: 0 3px 0;
    cursor: pointer;
}
#calendar2 thead td.red{
    color: #d83f4f;
}
#calendar2 tbody td:nth-child(n+6), #calendar2 .holiday {
    color: #7b8392;
}
#calendar2 tbody td:hover{
    border-color: #4abcee;
}
#calendar2 tbody td.today {
    border-color: #4abcee;
    background: #4abcee;
    color: #fff;
}
@media all and (max-width: 1550px){
    #calendar2{
        position: static;
        margin-top: 20px;
    }
    .index-content .news-item.calendar-width{
        width: 100%;
    }
}
@media all and (max-width: 1280px){
    .index-content .news-bl .news-col{
        width: 100%;
    }
    .index-content .news-bl .news-col:first-child{
        margin-right: 0;
    }
    #calendar2{
        position: absolute;
        margin-top: 0px;
    }
    .index-content .news-item.cal-width{
        width: calc(100% - 270px);
    }
}
@media all and (max-width: 750px){
    #calendar2{
        position: static;
        margin-top: 20px;
    }
    .index-content .news-item.cal-width{
        width: 100%;
    }
}
@media all and (max-width: 650px){
    .news-bl{
        margin: 0 15px;
    }
    .news-bl .foto{
        display: none;
    }
}
@media all and (max-width: 520px){
    .news-bl .pagination-bl{
        -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
    }
    .news-bl .pagination-bl .btn.no-mob{
        display: none;
    }
}
/* News Page */
/* Inner Page */


div.news_form {
	padding-bottom: 20px;
}
div.news-calendar-compact {
	float: right;
	width: 280px;
	margin-left: 40px;
	margin-bottom: 20px;
}

div.news-calendar-compact .NewsCalTable {
	width: 100%;
}
div.news-calendar-compact .NewsCalTable,
div.news-calendar-compact .NewsCalTable tr,
div.news-calendar-compact .NewsCalTable td {
	text-align: center;
	font-family: Roboto-Regular;
}
div.news-calendar-compact .NewsCalWeekend,
div.news-calendar-compact .NewsCalToday,
div.news-calendar-compact .NewsCalDefault,
div.news-calendar-compact .NewsCalOtherMonth,
div.news-calendar-compact .NewsCalHeader,
div.news-calendar-compact .NewsCalMonthNav,
div.news-calendar-compact .NewsCalDay,
div.news-calendar-compact .NewsCalNews {
}
div.news-calendar-compact .NewsCalToday {
	font-size: 14px;
	padding: 8px 5px 8px 5px;
	background: #00a2e4;	
}
div.news-calendar-compact .NewsCalToday span {
	font-size: 14px;
	color: #ffffff;
}
div.news-calendar-compact .NewsCalToday a {
	color: #ffffff;
}
div.news-calendar-compact .NewsCalDefault{
	font-size: 14px;
	padding: 8px 5px 8px 5px;
}
div.news-calendar-compact .NewsCalDefault span {
	font-size: 14px;
	color: #000000;
}
div.news-calendar-compact .NewsCalOtherMonth{
	font-size: 14px;
	padding: 8px 5px 8px 5px;
}
div.news-calendar-compact .NewsCalOtherMonth span {
	font-size: 14px;
	color: #bbbfc2;
}
div.news-calendar-compact .NewsCalWeekend{
	font-size: 14px;
	padding: 8px 5px 8px 5px;
}
div.news-calendar-compact .NewsCalWeekend span {
	font-size: 14px;
	color: #000000;
}
div.news-calendar-compact .NewsCalHeader{
	font-size: 14px;
	border-bottom: 1px solid #bbbfc2;
	color: #00a2e4;
	padding: 8px 5px 8px 5px;
}
div.news-calendar-compact .NewsCalMonthNav{
}
div.news-calendar-compact .NewsCalDay{
}
div.news-calendar-compact .NewsCalDayOther{
	font-size: 14px;
	color: #bbbfc2;
	padding: 8px 5px 8px 5px;
}
div.news-calendar-compact .NewsCalNews{
}
div.news-calendar-compact a {
	font-size: 14px;
}

@media (max-width: 991px) {
	div.news-calendar-compact {
		float: none;
		margin-right: 0px;
		width: 100%;
		border-right: none;
	}
}

.igimagecell {
	padding: 10px;
}
.igimagecell td {
	text-align: center;
	padding: 3px;
}


.gallery {
	margin-top: 30px;
}
.gallery a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 10px;
}

.fb-link img {
	padding: 10px;
}

.novsug-item {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 0px 20px 20px 0px;
}
.novsug-item div {
	text-align: center;
	padding: 10px 3px 10px 3px;
}

table.bxhtmled-dialog-tbl td {
	vertical-align: top;
}

.str_title {
	background: #0791da;
	text-align: center;
	color: #ffffff;
	padding: 15px;
	font: 24px Roboto-Black;
	text-transform: uppercase;
}
.str_upr {
	background: #85c4e3;
	text-align: center;
	color: #ffffff;
	padding: 15px;
	margin-top: 15px;
	font: 22px Roboto-Black;
}
.str_upr a {
	color: #ffffff;
	text-decoration: none;
}
.str_uchr1, .str_uchr2, .str_uchr3 {
	text-align: center;
	color: #ffffff;	
	padding: 15px;
	margin-top: 15px;
	font: 22px Roboto-Black;
}
.str_uchr1{
	background: #85c4e3;/*#eb88c9;*/
}
.str_uchr2 {
	background: #4edfa8;
}
.str_uchr3 {
	background: #479cef;
}
.str_uchr1 a, .str_uchr2 a, .str_uchr3 a {
	font: 18px Roboto-Regular;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	border-radius: 5px;
	display: block;
	text-align: center;
	margin: 7px 10px 7px 10px;
	padding: 5px;
	background: #ffffff;
}
.str_uchr1 a:first-child, .str_uchr2 a:first-child, .str_uchr3 a:first-child {
	margin-top: 15px;
}

.table-wrap {
	overflow-x: scroll;
}
.table-wrap>span {
	font-size: 11px;
	color: #999999;
}

.dragscroll { 
	cursor: -webkit-grab; 
	cursor: -moz-grab; 
	cursor: -o-grab; 
	cursor: grab; 
}


@media print {
	#panel, .top__lineBg, .top-menu__bg, .header__bg, .link-slider-bg, footer, .index-content .virtual-wrap, .broads__wrap, .index-content .right-sidebar, div.news_filter, .article-bl .print-btn, .navigation {
		display: none;
	}
	* {
		background: #ffffff !important;
		color: #000000 !important;
	}
	.index-content .news-item {
		display: block;
	}
	.index-content .news-item .date {
		width: 100%;
		text-align: left;
	}
	.index-content .news-item .date p {
		display: inline-block;
		font-size: 14px !important;
	}
}