@import url(reset.css);
	
@font-face{
    font-family: OpenSans-Light;
    src: url(../fonts/OpenSans-Light.ttf);
}
@font-face{
    font-family: OpenSans-Bold;
    src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face{
    font-family: OpenSans-ExtraBold;
    src: url(../fonts/OpenSans-ExtraBold.ttf);
}
@font-face{
    font-family: OpenSans-SemiBold;
    src: url(../fonts/OpenSans-SemiBold.ttf);
}
@font-face{
    font-family: OpenSans-Regular;
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face{
    font-family: OpenSans-Medium;
    src: url(../fonts/OpenSans-Medium.ttf);
}
@font-face{
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}
header,section,footer,nav{
	width: 100%;
    min-width: 320px;
	/*min-width: 530px;*/
    background-repeat: no-repeat;
}
.clear{clear: both;}
.wrapp320{
    min-width: 320px;
	/*min-width: 530px;*/
    width: 100%;
    overflow: hidden;
}
body.noscroll{
    height: 100%;
    overflow: hidden;
}


/* Begin Info-line */
.info-line-bg{
    background: url(../img/nav-bg.jpg) center bottom no-repeat #fff;
}
.info-line-bl{
    width: calc(100% - 36px);
    max-width: 1170px;
    height: 140px;
    margin: 0 auto;
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.info-line-bl .logo{
    display: block;
}
.info-line-bl .right-bl{
    margin: 0 0 0 auto;
}
.info-line-bl .top-bl{
    width: 100%;
    display: -webkit-box;display: -ms-flexbox;display: flex;
    align-items: center;
}
/*.info-line-bl .see-link{
    font: 15px OpenSans-Bold;
    color: #0d4981;
    text-decoration: none;
}
.info-line-bl .see-link:before{
    content: url(../img/glasses-ico.png);
    position: relative;
    top: 3px;
    margin-right: 15px;
}*/
.info-line-bl .see-link{
    width: 75px;
    height: 36px;
	margin-left: 15px;
    cursor: pointer;
    background: url(../img/glasses-ico.png) center no-repeat;
}

.info-line-bl .phone-link{
    font: 20px OpenSans-SemiBold;
    color: #0d4981;
    text-decoration: none;
    margin-left: 8px;
	margin-right: 20px;
}
.info-line-bl .phone-link:before{
    content: url(../img/phone-ico.png);
    position: relative;
    top: 6px;
    margin-right: 10px;
}
.info-line-bl .order-btn{
    width: 200px;
    height: 40px;
    display: inline-block;
    font: 15px OpenSans-Bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: #ec1c24;
    border-radius: 5px;
    line-height: 40px;
    margin-left: 29px;
    cursor: pointer;
    -webkit-transition: all linear .2s;transition: all linear .2s;
}
.info-line-bl .order-btn:hover{
    background: #d51e23;
}
.info-line-bl .bottom-bl{
    display: -webkit-box;display: -ms-flexbox;display: flex;
    margin-top: 14px;
}
.info-line-bl .soc-bl{
    display: -webkit-box;display: -ms-flexbox;display: flex;
}
.info-line-bl .soc-bl a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-transition: all linear .2s;transition: all linear .2s;
    margin-right: 6px;
    cursor: pointer;
}
.info-line-bl .soc-bl a:last-child{
    margin-right: 0px;
}
.info-line-bl .soc-bl a.facebook{
    background: url(../img/facebook-ico.png) center no-repeat #fff;
}
.info-line-bl .soc-bl a.facebook:hover{
    background: url(../img/facebook-hover-ico.png) center no-repeat #fff;
}
.info-line-bl .soc-bl a.vk{
    background: url(../img/vk-ico.png) center no-repeat #fff;
}
.info-line-bl .soc-bl a.vk:hover{
    background: url(../img/vk-hover-ico.png) center no-repeat #fff;
}
.info-line-bl .soc-bl a.instagram{
    background: url(../img/in-ico.png) center no-repeat #fff;
}
.info-line-bl .soc-bl a.instagram:hover{
    background: url(../img/in-hover-ico.png) center no-repeat #fff;
}
.info-line-bl .soc-bl a.twitter{
    background: url(../img/twitter-ico.png) center no-repeat #fff;
}
.info-line-bl .soc-bl a.twitter:hover{
    background: url(../img/twitter-hover-ico.png) center no-repeat #fff;
}
.info-line-bl .search-bl{
    width: 100%;
    margin-left: 47px;
    position: relative;
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;
}
.info-line-bl .search-bl input[type=text]{
    width: 100%;
    height: 36px;
    background: #f4f5f9;
    border-radius: 18px;
    font: 14px OpenSans-Regular;
    background: #f4f5f9;
    padding-left: 20px;
    box-sizing: border-box;
	border: none;
}
.info-line-bl .search-bl input[type=submit]{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: url(../img/search-ico.png) center no-repeat #0d4981;
    cursor: pointer;
    -webkit-transition: all linear .2s;transition: all linear .2s;
    position: absolute;
    right: 0;
    top: 0;
}
.info-line-bl .search-bl input[type=submit]:hover{
    background-color: #125d9b;
}
.info-line-bl .menu-ico{
    font: 24px OpenSans-SemiBold;
    color: #333;
    float: left;
    margin-top: 9px;
    display: none;
    margin-left: 16px;
	cursor: pointer;
}
.info-line-bl .menu-ico:before{
    content: url(../img/menu-ico.png);
    position: relative;
    top: -1px;
    margin-right: 12px;
}
.info-line-bl .menu-ico.show:before{
    content: url(../img/close-ico.png);
}
.info-line-bl .logo-mob{
    width: 34px;
    margin: 0 auto;
    padding-top: 9px;
    display: none;
}
.info-line-bl .logo-mob img{
	width: 34px;
	height: auto;
}
@media all and (max-width: 1180px){
    .info-line-bl .logo img{
/*        width: 300px;
        height: auto;*/
		width: auto;
		height: 70px;
    }
    .info-line-bl .search-bl input[type=text]{
/*        width: 70%;*/
    }
}
@media all and (max-width: 1080px){
    /*.info-line-bl .see-link{display: none;}*/
    .info-line-bl .search-bl input[type=text]{
        width: 100%;
    }
}
@media all and (max-width: 1000px){
    .info-line-bl .see-link{display: none;}
    .info-line-bg{
        width: 100%;
        position: fixed;
        z-index: 50;
    }
    .info-line-bl{
        width: 100%;
        height: 56px;
        display: block;
    }
    .info-line-bl .bottom-bl{
        margin: 0;
    }
    .info-line-bl .right-bl{
        float: right;
    }
    .info-line-bl .search-bl{
        margin-left: 0;
        display: block;
    }
    .info-line-bl .search-bl input[type=text]{
        display: none;
    }
    .info-line-bl .search-bl input[type=submit]{
        width: 49px;
        height: 56px;
        background: url(../img/search-mob-ico.png) center no-repeat #fff;
        position: static;
        border-radius: 0;
    }
    .info-line-bl .search-bl input[type=submit]:hover{
        background: url(../img/search-mob-ico.png) center no-repeat #fff;
    }
    .info-line-bl .soc-bl,
    .info-line-bl .top-bl,
    .info-line-bl .logo{
        display: none;
    }
    .info-line-bl .menu-ico,
    .info-line-bl .logo-mob{
        display: block;
    }
}
/* End Info-line */

/* Begin Header */
header{
    background: url(../img/header-bg.jpg) center top no-repeat #0d4780;
	background-size: cover;
}
.header{
    width: calc(100% - 32px);
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 140px;
    position: relative;
}
.header .menu{
    width: 100%;
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    padding: 28px 0 29px;
	padding-top: 0px;
	padding-bottom: 0px;
    border-bottom: 1px solid #6394b7;
	margin-top: -16px;
}
.header .menu li {
	padding-top: 25px;
	padding-bottom: 25px;
	cursor: pointer;
}
.header .menu li:hover {
	background: #0a396d;
}
.header .menu li a{
    font: 15px OpenSans-Bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    -webkit-transition: all linear .2s;transition: all linear .2s;
    padding: 0 20px;
}
.header .menu li a:hover{
    color: #c7d6f4;
}
.header .menu li a.active{
    color: #c7d6f4;
}
.header .menu li a.active:before, .header .menu > li:hover > a:before{
    content: '';
    position: absolute;
    width: 100%;
	/*left: 2px;*/
    display: block;
    height: 2px;
    background: #ec1c24;
    bottom: -26px;
	z-index: 700;
}
.header .desc-bl{
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    margin-top: 43px;
}
.header .desc-bl .h1{
    font: 47px OpenSans-Bold;
    color: #fff;
}
.header .h1-mob{
    font: 25px OpenSans-Bold;
    color: #fff;
	display: none;
}
.header .desc-bl .h1-mob{
    font: 47px OpenSans-Bold;
    color: #fff;
	display: none;
}
.header .desc-bl .slogan{
    font: 19px OpenSans-Regular;
    color: #c7d6f4;
    line-height: 25.84px;
    margin-top: 5px;
}
.header .point-wrap{
    margin-top: 40px;
    position: relative;
    /*height: 385px;*/
    /*height: 260px;*/
    /*height: 420px;*/
    height: 550px;
}
.header .point-wrap .point-item{
    width: 267px; 
    height: 266px;
    position: absolute;
    padding: 12px 13px 10px;
    box-sizing: border-box;
}
.header .point-wrap .point-item.hover{
    background: url(../img/header-ico-hover.png);
}
.header .point-wrap .point-item-1{
    top: -12px;
    left: 58px;
}
.header .point-wrap .point-item-2{
    top: 129px;
    left: 193px;
}
.header .point-wrap .point-item-32{
    top: 129px;
    left: -77px;
}
.header .point-wrap .point-item-33{
    top: 129px;
    right: -98px;
}
.header .point-wrap .point-item-31{
    top: 410px;
    left: 193px;
}
.header .point-wrap .point-item-4{
    top: 129px;
    left: 463px;
}
.header .point-wrap .point-item-5{
    top: 410px;
	left: 463px;
}
.header .point-wrap .point-item-6{
    top: 129px;
    right: 172px;
}
.header .point-wrap .point-item-7{
    top: 410px;
    right: 172px;
}
.header .point-wrap .point-item-18{
    top: 550px;
    left: 58px;
}
.header .point-wrap .point-item-11{
    top: 270px;
    right: 577px;
}
.header .point-wrap .point-item-12{
    top: 270px;
    right: 307px;
}
.header .point-wrap .point-item-13{
    top: 410px;
    left: 463px;
}
.header .point-wrap .point-item-14{
    top: 129px;
    right: -92px;
}
.header .point-wrap .point-item-15{
    top: 270px;
    left: 58px;
}
.header .point-wrap .point-item-16{
    top: 550px;
    right: 37px;
}
.header .point-wrap .point-item-17{
    top: 410px;
    right: 172px;
}
.header .point-wrap .point-item-10{
    top: 270px;
    left: 58px;
}
.header .point-wrap .point-item-19{
    top: 270px;
    right: 37px;
}
.header .point-wrap .point-item-20{
    top: -12px;
    left: 328px;
}
.header .point-wrap .point-item-21{
    top: -12px;
    right: 37px;
}
.header .point-wrap .point-item-22{
    top: -12px;
    right: 307px;
}
.header .point-wrap .point-item-23{
    top: 550px;
    right: 37px;
}
.header .point-wrap .point-item-24{
    top: 129px;
    left: -83px;
}
.header .point-wrap .point-item-25{
    top: 129px;
    right: -98px;
}
.header .point-wrap .point-item-26{
    top: 410px;
    left: -77px;
}
.header .point-wrap .point-item-27{
    top: 410px;
    right: -98px;
}
.header .point-wrap .point-item-3{
    top: 550px;
    right: 37px;
}
.header .point-wrap .point-item .txt{
    font: 17px OpenSans-ExtraBold;
    color: #fff;
    line-height: 18px;
    text-align: center;
    position: absolute;
    width: calc(100% - 26px);
    top: 160px;
}
.header .point-wrap .point-item .txt a{
    color: #fff;
	text-decoration: none;
}
.header .point-wrap .point-item .txt span{
    font: 17px OpenSans-Regular;
}
.header .red-btn-bl{
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    /*margin-top: 30px;*/
	/*width: 836px;*/
	width: 546px;
	padding-left: 20px;
	margin: auto;
}
.header .red-btn{
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
@media all and (min-width: 1201px){
	.header .red-btn{
		flex-direction: column;
	}
}
.header .red-btn .txt-1{
    font: 35px OpenSans-Bold;
    color: #fff;
    line-height: 40px;
}
.header .red-btn .ico{
    position: relative;
    padding: 12px 13px 10px;
}
.header .red-btn .ico.hover{
    background: url(../img/header-ico-hover.png);
}
.header .red-btn .ico .txt{
    font: 17px OpenSans-ExtraBold;
    color: #fff;
    line-height: 18px;
    text-align: center;
    position: absolute;
    width: calc(100% - 26px);
    top: 150px;
}
.header .red-btn .ico .txt a{
    color: #fff;
	text-decoration: none;
}
.header .red-btn .ico .txt span{
    font: 17px OpenSans-Regular;
}
.header .wrap-down-btn{
    width: 347px;
    height: 134px;
    background: url(../img/header-decor-bg-b.png);
    position: absolute;
    bottom: 0;
    left: 110px;
}

.zaim-cnt {
    background: url(../img/zaim-cnt-bg.jpg) center top no-repeat #00335f;
	padding: 50px 0px 50px 0px;
}
.zaim-vid, .zaim-sum  {
    width: calc(100% - 32px);
    max-width: 1170px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin: 0px auto;
    font: 35px OpenSans-Bold;
	color: #f4f5f9;
}
.zaim-vid span, .zaim-sum  span {
	vertical-align: middle;
	display: inline-block;
	padding: 5px 20px 5px 20px;
	position: relative;
}
.zaim-vid span::before, .zaim-sum  span::before {
    content: '';
    display: block;
    position: absolute;
	left: 0px;
    top: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.zaim-vid  span.s1::before {
    background: url(../img/zaim-vid-1.jpg) center no-repeat;
}
.zaim-vid  span.s2::before {
    background: url(../img/zaim-vid-2.jpg) center no-repeat;
}
.zaim-vid  span.s3::before {
    background: url(../img/zaim-vid-3.jpg) center no-repeat;
}
.zaim-sum  span.s1::before {
    background: url(../img/zaim-sum-1.jpg) center no-repeat;
}
.zaim-sum  span.s2::before {
    background: url(../img/zaim-sum-2.jpg) center no-repeat;
}
.zaim-sum  span.s3::before {
    background: url(../img/zaim-sum-3.jpg) center no-repeat;
}
.zaim-vid span {
	font-size: 74px;
	color: #f33940;
}
.zaim-sum  span {
	font-size: 98px;
	color: #f4f5f9;
}
.zaim-vid span.s1 {
    background: url(../img/zaim-vid-1.png) center no-repeat;
}
.zaim-vid  span.s2 {
    background: url(../img/zaim-vid-3.jpg) center no-repeat;
}
.zaim-vid span.s3 {
    background: url(../img/zaim-vid-3.png) center no-repeat;
}
.zaim-sum span.s1 {
    background: url(../img/zaim-sum-1.png) center no-repeat;
}
.zaim-sum span.s2 {
    background: url(../img/zaim-sum-2.png) center no-repeat;
}
.zaim-sum span.s3 {
    background: url(../img/zaim-sum-3.png) center no-repeat;
}

.header .header-down-btn{
    width: 39px;
    height: 20px;
    background: url(../img/arrow-down.png);
    cursor: pointer;
    position: absolute;
    top: 52px;
    left: 160px;
    -webkit-transition: all linear .2s;transition: all linear .2s;
}
.header .header-down-btn:hover{
    background: url(../img/arrow-down-hover.png);
}
.header .menu li.mob-soc{
    display: none;
    margin-top: 30px;
}
.header .menu li.mob-soc p{
    font: 17px Roboto-Regular;
    color: #7fb1df;
    margin: 0px 0 0 16px;
}
.header .menu .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: 19px;
    margin-left: 16px;
}
.header .menu a.facebook{
    width: 9px;
    background-position: 0px 0px;
}
.header .menu a.vk{
    width: 28px;
    background-position: -29px 0px;
}
.header .menu a.twitter{
    width: 22px;
    background-position: -77px 0px;
}
.header .menu a.instagram{
    width: 20px;
    background-position: -117px 0px;
}
.header .menu a.youtube{
    width: 17px;
    background-position: -156px 0px;
}
.header .menu a.rss{
    width: 18px;
    background-position: -187px 0px;
}
@media all and (max-width: 1200px){
    .header .point-wrap{
        width: 552px;
        height: 1552px;
        margin: 40px auto 0;
		padding: 0px;
    }
    .header .point-wrap .point-item-1{
        top: 129px;
        left: -51px;
    }
    .header .point-wrap .point-item-2{
        top: 693px;
        left: 257px;
    }
    .header .point-wrap .point-item-31{
        top: 129px;
        left: 257px;
    }
    .header .point-wrap .point-item-4{
        top: 270px;
        left: 103px;
    }
    .header .point-wrap .point-item-5{
        top: 411px;
        left: -51px;
    }
    .header .point-wrap .point-item-6{
        top: 411px;
        left: 257px;
    }
    .header .point-wrap .point-item-7{
        top: 552px;
        left: 103px;
    }
    .header .point-wrap .point-item-27{
        top: 270px;
        left: 403px;
    }
    .header .point-wrap .point-item-11{
        top: 834px;
        left: 403px;
    }
    .header .point-wrap .point-item-12{
        top: 552px;
        left: 403px;
    }
    .header .point-wrap .point-item-13{
        top: 693px;
        left: -51px;
    }
    .header .point-wrap .point-item-14{
        top: -12px;
        left: 103px;
    }
    .header .point-wrap .point-item-15{
        top: -12px;
        left: 403px;
    }
    .header .point-wrap .point-item-16{
        top: 270px;
        left: 403px;
    }
    .header .point-wrap .point-item-17{
        top: 552px;
        left: 103px;
    }
    .header .point-wrap .point-item-10{
        top: 834px;
        left: 103px;
    }
    .header .point-wrap .point-item-19{
        top: 975px;
        left: 257px;
    }
    .header .point-wrap .point-item-20{
		top: 411px;
		left: -51px;
    }
    .header .point-wrap .point-item-21{
		top: 975px;
		left: -51px;
    }
    .header .point-wrap .point-item-22{
		top: 1129px;
		left: 103px;
    }
    .header .point-wrap .point-item-23{
		top: 1129px;
        left: 403px;
    }
    .header .point-wrap .point-item-24{
        top: -12px;
        left: 103px;
    }
	.header .point-wrap .point-item-25{
		top: -12px;
		right: -98px;
	}
    .header .point-wrap .point-item-26{
        top: 1283px;
		left: -51px;
    }
	.header .point-wrap .point-item-27{
		top: 1283px;
        left: 257px;
	}
	.header .point-wrap .point-item-3{
		top: 1129px;
        left: 403px;
	}
	.header .point-wrap .point-item-32{
		top: -12px;
        left: 103px;
	}
	.header .point-wrap .point-item-33{
		top: -12px;
        left: 403px;
	}
    .header .red-btn-bl{
        -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;
    }
    .header .red-btn .txt-1{width: 330px;}
	
	
	.zaim-cnt {
		background: #00335f;
		padding: 40px 0px 40px 0px;
	}
	.zaim-vid, .zaim-sum  {
		font: 25px OpenSans-Bold;
	}
	.zaim-vid span, .zaim-sum  span {
		padding: 5px 12px 5px 12px;
	}
	.zaim-vid span::before, .zaim-sum  span::before {
	}
	.zaim-vid  span.s1::before {
		background: url(../img/zaim-vid-s-1.jpg) center no-repeat;
	}
	.zaim-vid  span.s2::before {
		background: url(../img/zaim-vid-s-2.jpg) center no-repeat;
	}
	.zaim-vid  span.s3::before {
		background: url(../img/zaim-vid-s-3.jpg) center no-repeat;
	}
	.zaim-sum  span.s1::before {
		background: url(../img/zaim-sum-s-1.jpg) center no-repeat;
	}
	.zaim-sum  span.s2::before {
		background: url(../img/zaim-sum-s-2.jpg) center no-repeat;
	}
	.zaim-sum  span.s3::before {
		background: url(../img/zaim-sum-s-3.jpg) center no-repeat;
	}
	.zaim-vid span {
		font-size: 50px;
	}
	.zaim-sum  span {
		font-size: 50px;
	}
	.zaim-vid span.s1 {
		background: url(../img/zaim-vid-s-1.png) center no-repeat;
	}
	.zaim-vid span.s2 {
		background: url(../img/zaim-vid-s-2.png) center no-repeat;
	}
	.zaim-vid span.s3 {
		background: url(../img/zaim-vid-s-3.png) center no-repeat;
	}
	.zaim-sum span.s1 {
		background: url(../img/zaim-sum-s-1.png) center no-repeat;
	}
	.zaim-sum span.s2 {
		background: url(../img/zaim-sum-s-2.png) center no-repeat;
	}
	.zaim-sum span.s3 {
		background: url(../img/zaim-sum-s-3.png) center no-repeat;
	}

}
@media all and (max-width: 1180px){
    .header .menu li a{
        /*font-size: 13px;*/
		padding: 0 14px;
    }
}
@media all and (max-width: 1090px){
    .header{padding-bottom: 60px;}
    .header .wrap-down-btn{
        width: 164px;
        height: 44px;
        background: none;
		/*url(../img/header-mobDecor-bg.png);*/
        left: 0;
    }
    .header .header-down-btn{
        width: 29px;
        height: 15px;
        background-size: 100% 100%;
        top: 21px;
        left: 95px;
    }
}
@media all and (max-width: 1000px){
    .header{
        padding-top: 70px;
    }
    .header .menu{
        border: none;
        padding: 0 0 30px;
        background: #0d4981;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        display: none;
        z-index: 50;
    }
    .header .menu li {
		padding-top: 0px;
		padding-bottom: 0px;
		border: none;
	}
    .header .menu li a{
        font: 17px OpenSans-Regular;
        line-height: 39px;
        display: block;
        border-bottom: 1px solid #255a8a;
        margin: 0 16px;
    }
    .header .menu li a.active{
        color: #fff;
    }
    .header .menu li a.active:before, .header .menu > li:hover > a:before{
        width: 0px;
        height: 0px;
    }
    .header .desc-bl{
        display: block;
        margin-top: 0;
    }
	.header .desc-bl .h1{
		font-size: 35px;
	}
	.header .h1-mob{
		display: block;
	}
	.header .desc-bl .h1-mob{
		font-size: 45px;
		display: block;
		padding-bottom: 20px;
	}
    .header .menu li.mob-soc{display: block;}
    .header .menu .social-bl a{
        height: 20px;
        display: block;
        cursor: pointer;
        padding: 0;
        background-image: url(../img/soc-icon-mob.png);
        border-bottom: none;
        margin: 0;
    }
}
@media all and (max-width: 700px){
    header{background: #09386c;}
    .header .desc-bl .h1{
        font-size: 31px;
        line-height: 33px;
    }
    .header .desc-bl .slogan{display: none;}
    .header .point-wrap{
        width: 399px;
        height: 2850px;
    }
    .header .point-wrap .point-item-1{
        top: 1539px;
        left: -11px;
    }
    .header .point-wrap .point-item-2{
        top: 1680px;
        left: 143px;
    }
    .header .point-wrap .point-item-31{
        top: 270px;
        left: 143px;
    }
    .header .point-wrap .point-item-4{
        top: 411px;
        left: -11px;
    }
    .header .point-wrap .point-item-5{
        top: 552px;
        left: 143px;
    }
    .header .point-wrap .point-item-6{
        top: 693px;
        left: -11px;
    }
    .header .point-wrap .point-item-7{
        top: 975px;
        left: -11px;
    }
    .header .point-wrap .point-item-10{
        top: 834px;
        left: 143px;
    }
    .header .point-wrap .point-item-11{
        top: 1116px;
        left: 143px;
    }
    .header .point-wrap .point-item-12{
        top: 1257px;
        left: -11px;
    }
    .header .point-wrap .point-item-13{
        top: 1398px;
        left: 143px;
    }
    .header .point-wrap .point-item-14{
		top: 2103px;
		left: -11px;
    }
    .header .point-wrap .point-item-15{
		top: 1962px;
		left: 143px;
    }
    .header .point-wrap .point-item-16{
        top: 834px;
        left: 143px;
    }
    .header .point-wrap .point-item-17{
        top: 975px;
        left: -11px;
    }
    .header .point-wrap .point-item-18{
        top: 1821px;
        left: -11px;
    }
    .header .point-wrap .point-item-19{
        top: 552px;
        left: 143px;
    }
    .header .point-wrap .point-item-20{
		top: 2103px;
        left: -11px;
    }
    .header .point-wrap .point-item-21{
        top: 129px;
        left: -11px;
    }
    .header .point-wrap .point-item-22{
        top: -12px;
        left: 143px;
    }
    .header .point-wrap .point-item-23{
        top: 1962px;
        left: 143px;
    }
    .header .point-wrap .point-item-24{
        top: 2244px;
        left: 143px;
    }
    .header .point-wrap .point-item-25{
		top: 2385px;
        left: -11px;
    }
    .header .point-wrap .point-item-26{
        top: 2526px;
        left: 143px;
    }
    .header .point-wrap .point-item-27{
		top: 2667px;
        left: -11px;
    }
    .header .point-wrap .point-item-3{
		top: 1962px;
        left: 143px;
    }
    .header .point-wrap .point-item-32{
		top: 2244px;
        left: 143px;
    }
    .header .point-wrap .point-item-33{
		top: 2385px;
        left: -11px;
    }
    .header .red-btn{
        flex-direction: column;
        margin-top: 30px;
    }
    .header .red-btn .txt-1{
        font: 23px OpenSans-Bold;
        line-height: 26px;
        width: 100%;
    }
    .header .red-btn .ico{
        margin-top: 15px;
    }
	
	
	.zaim-vid span, .zaim-sum  span {
		padding: 0px 0px 0px 0px;
	}
	.zaim-vid span::before, .zaim-sum  span::before {
		background: none !important;	
	}
	.zaim-vid span {
		font-size: 25px;
		background: none !important;	
		vertical-align: baseline;
	}
	.zaim-sum  span {
		font-size: 25px;
		background: none !important;	
		vertical-align: baseline;
	}
	
}
@media all and (max-width: 432px){
    .header .point-wrap{
        width: 100%;
        margin-top: 20px;
        position: relative;
    }
    .header .point-wrap .point-item-1{
        top: -12px;
        left: auto;
        right: -55px;
    }
    .header .point-wrap .point-item-2{
        top: 129px;
        left: -55px;
    }
    .header .point-wrap .point-item-3{
        top: 270px;
        left: auto;
        right: -55px;
    }
    .header .point-wrap .point-item-4{
        top: 411px;
        left: -55px;
    }
    .header .point-wrap .point-item-5{
        top: 552px;
        left: auto;
        right: -55px;
    }
    .header .point-wrap .point-item-6{
        top: 693px;
        left: -55px;
    }
    .header .point-wrap .point-item-7{
        top: 834px;
        left: auto;
        right: -55px;
    }
}
/* End Header */

/* Begin News */
.news-bg{
    background: url(../img/index-content1-bg.jpg) center top no-repeat #f4f5f9;
}
.news-bl{
    width: 100%;
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 50px 16px 150px;
    position: relative;
}
.news-bl .h2{
    font: 35px OpenSans-Bold;
    color: #0d4981;
}
.news-bl .wrap-item{
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -ms-flex-wrap: wrap;flex-wrap: wrap;
    margin-top: 48px;
}
.news-bl .news-item{
    width: calc(25% - 22.5px);
    height: auto;
    margin-right: 30px;
    margin-bottom: 60px;
    text-decoration: none;
}
.news-bl.video .news-item{
	width: 100%;
	margin: 0px 0px 30px 0px;
}

.news-bl .news-item:nth-child(4n){
    margin-right: 0;
}
.news-bl .news-item img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all linear .2s;transition: all linear .2s;
}
.news-bl .news-item:hover img{
    opacity: .8;
}
.news-bl .news-item .date{
    font: 14px Roboto-Regular;
    color: #ec1c24;
    margin-top: 15px;
}
.news-bl .news-item .txt{
    font: 18px OpenSans-Regular;
    color: #333;
    line-height: 23px;
    margin-top: 8px;
    -webkit-transition: all linear .2s;transition: all linear .2s;
}
.news-bl.video .news-item .txt{
	margin-bottom: 10px;
}
.news-bl .news-item .txt a{
    font: 18px OpenSans-Regular;
    color: #333;
	text-decoration: none;
}
.news-bl .news-item:hover .txt{
    color: #0d4981;
}
.news-bl .news-item .txt a:hover{
    color: #0d4981;
}
.news-bl .all-news-btn{
    width: 215px;
    height: 45px;
    font: 15px OpenSans-Bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 45px;
    border-radius: 8px;
    background: #0d4981;
    display: block;
    margin: 3px auto 0;
    cursor: pointer;
    -webkit-transition: all linear .2s;transition: all linear .2s;
}
.news-bl .all-news-btn:hover{
    background: #ec1c24;
}
.news-bl .wrap-down-btn{
    width: 347px;
    height: 134px;
    background: url(../img/news-decor-bg.png);
    position: absolute;
    bottom: 0;
    left: 116px;
}
.news-bl .news-down-btn{
    width: 39px;
    height: 20px;
    background: url(../img/arrow-down.png);
    cursor: pointer;
    position: absolute;
    top: 52px;
    left: 160px;
    -webkit-transition: all linear .2s;transition: all linear .2s;
}
.news-bl .news-down-btn:hover{
    background: url(../img/arrow-down-hover.png);
    background-size: 100% 100%;
}
@media all and (max-width: 1220px){
    .news-bg{
        background: #f4f5f9;
    }
    .news-bl .news-item .txt{
        font-size: 16px;
        line-height: 20px;
    }
}
@media all and (max-width: 1200px){
    .news-bl .wrap-down-btn{left: 50px;}
}
@media all and (max-width: 1080px){
    .news-bl .news-item{
        width: calc(33.3% - 20px);
    }
    .news-bl .news-item:nth-child(4n){
        margin-right: 30px;
    }
    .news-bl .news-item:nth-child(3n){
        margin-right: 0;
    }
}
@media all and (max-width: 1090px){
    .news-bl .wrap-down-btn{
        width: 164px;
        height: 44px;
        background: url(../img/link-mobDecor-bg.png);
        left: 0;
    }
    .news-bl .news-down-btn{
        width: 29px;
        height: 15px;
        background-size: 100% 100%;
        top: 21px;
        left: 95px;
    }
    .news-bl .news-item{
        width: calc(50% - 15px);
    }
    .news-bl .news-item:nth-child(3n){
        margin-right: 30px;
    }
    .news-bl .news-item:nth-child(2n){
        margin-right: 0;
    }
}
@media all and (max-width: 550px){
    .news-bl{
        padding: 26px 16px 84px;
    }
    .news-bl .h2{font-size: 23px;}
    .news-bl .wrap-item{
        margin-top: 26px;
    }
    .news-bl .news-item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .news-bl .news-item.no-mob{display: none;}
    .news-bl .news-item:nth-child(3n){
        margin-right: 0px;
    }
    .news-bl .all-news-btn{width: 100%;max-width: 270px;margin-top: 20px;}
}
/* End News */

/* Begin Link-slider */
.link-slider-bg{
    background: url(../img/link-bg.jpg) center no-repeat #fff;
}
.link-slider-bl{
    width: 100%;
    max-width: 1170px;
    height: 439px;
    margin: 0 auto;
    padding: 50px 0 0;
    box-sizing: border-box;
}
.link-slider-bl .h2{
    font: 35px OpenSans-Bold;
    color: #0d4981;
    margin-left: 16px;
}
.link-slider-bl .slider-bl{
    margin-top: 38px;
    padding: 0 15px;
}
.link-slider-bl .slider-bl .slide{
    width: 248px;
    height: 247px;
    background: url(../img/link1-bg.png) center no-repeat;
    display: block;
    box-sizing: border-box;
    padding-top: 60px;
    text-decoration: none;
    position: relative;
    margin: 0 -10px;
}
.link-slider-bl .slider-bl .slide .ico{
    width: 95px;
    height: 95px;
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
    margin: 0 auto;
}
.link-slider-bl .slider-bl .slide p{
    text-align: center;
    font: 11px OpenSans-Regular;
    color: #333;
}
.link-slider-bl .slider-bl .slide .hover{
    width: 202px;
    height: 201px;
    background: url(../img/link-hover1-bg.png) no-repeat center;
    position: absolute;
    top: 23px;
    left: 23px;
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
    opacity: 0;
    -webkit-transition: all linear .3s;transition: all linear .3s;
}
.link-slider-bl .slider-bl .slide .hover:hover{
    opacity: 1;
}
.link-slider-bl .slider-bl .slide .hover p{
    font: 11px OpenSans-Regular;
    color: #fff;
    line-height: 18px;
    padding: 0 20px;
}
.link-slider-bl .all-link-btn{
    width: 100%;
    max-width: 270px;
    height: 45px;
    font: 15px OpenSans-Bold;
    color: #0d4981;
    text-align: center;
    text-transform: uppercase;
    line-height: 45px;
    border-radius: 8px;
    background: #f4f5f9;
    display: block;
    margin: 20px auto 0;
    display: none;
}
@media all and (max-width: 1199px){
    .link-slider-bl .slider-bl{
        width: 940px;
        margin: 38px auto 0;
    }
}
@media all and (max-width: 959px){
    .link-slider-bl .slider-bl{
        width: 720px;
    }
}
@media all and (max-width: 749px){
    .link-slider-bg{background: #fff;}
    .link-slider-bl .slider-bl{
        width: 480px;
    }
}
@media all and (max-width: 550px){
    .link-slider-bl{
        height: auto;
        padding: 26px 0 50px;
    }
    .link-slider-bl .h2{
        font: 23px OpenSans-Bold;
    }
    .link-slider-bl .slider-bl{margin-top: 26px;}
}
@media all and (max-width: 499px){
    .link-slider-bl{
        padding-bottom: 40px;
    }
    .link-slider-bl .slider-bl{
        width: 100%;
        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: center;-ms-flex-align: center;align-items: center;
        padding: 0;
        margin-top: 5px;
    }
    .link-slider-bl .slider-bl .slide{
        margin: 0;
    }
    .link-slider-bl .slider-bl .slide.no-mob{
        display: none;
    }
    .link-slider-bl .all-link-btn{display: block;}
}
/* End Link-slider */

/* Begind Footer */
footer{
    background: url(../img/footer-bg.jpg) center top no-repeat #0c4376;
    padding-bottom: 110px;
}
.footer{
    width: calc(100% - 36px);
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    padding: 80px 0 10px;
}
.footer .soc-bl{
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -ms-flex-wrap: wrap;flex-wrap: wrap;
    margin-top: 42px;
}
.footer .soc-bl a{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    -webkit-transition: all linear .2s;transition: all linear .2s;
    margin-right: 6px;
    cursor: pointer;
    border: 1px solid #fff;
}
.footer .soc-bl a:last-child{
    margin-right: 0px;
}
.footer .soc-bl a.facebook{
    background: url(../img/facebook-hover-ico.png) center no-repeat #fff;
}
.footer .soc-bl a.facebook:hover{
    background: url(../img/facebook-hover2-ico.png) center no-repeat;
}
.footer .soc-bl a.vk{
    background: url(../img/vk-hover-ico.png) center no-repeat #fff;
}
.footer .soc-bl a.vk:hover{
    background: url(../img/vk-hover2-ico.png) center no-repeat;
}
.footer .soc-bl a.twitter{
    background: url(../img/twitter-hover-ico.png) center no-repeat #fff;
}
.footer .soc-bl a.twitter:hover{
    background: url(../img/twitter-hover2-ico.png) center no-repeat;
}
.footer .soc-bl a.instagram{
    background: url(../img/in-hover-ico.png) center no-repeat #fff;
}
.footer .soc-bl a.instagram:hover{
    background: url(../img/in-hover2-ico.png) center no-repeat;
}
.footer .adress{
    font: 14px OpenSans-Regular;
    color: #fff;
}
.footer .phone{
    font: 14px Roboto-Regular;
    color: #fff;
    text-align: right;
    margin-top: 3px;
}
.footer .phone a{
    font: 22px OpenSans-Bold;
    color: #fff;
    text-decoration: none;
}
.footer .email{
    font: 14px OpenSans-Regular;
    color: #fff;
    display: block;
    text-align: right;
    margin-top: 4px;
}
.footer .schem{
    font: 14px OpenSans-Regular;
    color: #c7d6f4;
    display: block;
    text-align: right;
    margin-top: 22px;
}
.footer a:hover{
    text-decoration: none;
}
.bottom-info-bl{
    width: calc(100% - 36px);
    max-width: 1170px;
    height: auto;
    margin: 44px auto 0;
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.bottom-info-bl .copy{
    font: 12px Roboto-Regular;
    color: #c7d6f4;
    line-height: 20px;
    max-width: 615px;
    margin-right: 20px;
}
.bottom-info-bl .right-bl{
    display: -webkit-box;display: -ms-flexbox;display: flex;
}
.bottom-info-bl .count-bl{
    width: 88px;
    height: 31px;
    margin-right: 25px;
}
/*.bottom-info-bl .count-bl img{display: block;}*/
.bottom-info-bl .dev{
    font: 12px Roboto-Regular;
    color: #c7d6f4;
    line-height: 20px;
    text-align: right;
}
.bottom-info-bl .dev a{
    font: 12px Roboto-Regular;
    color: #c7d6f4;
}
@media all and (max-width: 1000px){
    footer{background: #0c4376;}
    .bottom-info-bl .right-bl{display: none;}
    .bottom-info-bl .copy{
        margin-right: 0;
        max-width: none;
        align-items: center;
    }
}
@media all and (max-width: 640px){
    footer{
        padding-bottom: 30px;
    }
    .footer{
        padding-top: 40px;
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
    }
    .footer .logo{
        width: 264px;
        margin: 0 auto;
    }
    .footer .soc-bl{
        width: 120px;
        margin: 20px auto;
    }
    .footer .adress,
    .footer .phone,
    .footer .email,
    .bottom-info-bl .copy{
        text-align: center;
    }
    .footer .schem{display: none;}
    .bottom-info-bl{margin-top: 30px;}
}
/* End Footer */

/* Inner Page */
.inner-header{
    background: url(../img/inner-header-bg.jpg) center top no-repeat #0d4981;
}
.inner-header .header{
    padding-bottom: 34px;
}
.broads-bl{
    margin-top: 30px;
}
.broads-bl a{
    font: 13px OpenSans-SemiBold;
    text-decoration: none;
    color: #f4f5f9;
}
.broads-bl a:after{
    content: url(../img/broads-decor.png);
    margin: 0 9px;
}
.broads-bl p{
    font: 13px OpenSans-Light;
    color: #f4f5f9;
    display: inline-block;
}
.inner-content-bl{
    background: #f4f5f9;
}
.inner-content-bl .wrap-down-btn{
    width: 347px;
    height: 134px;
    background: url(../img/news-decor-bg.png);
    position: absolute;
    bottom: 0;
    left: 116px;
}
.inner-content-bl .news-down-btn{
    width: 39px;
    height: 20px;
    background: url(../img/arrow-down.png);
    cursor: pointer;
    position: absolute;
    top: 52px;
    left: 160px;
    -webkit-transition: all linear .2s;transition: all linear .2s;
}
.inner-content-bl .news-down-btn:hover{
    background: url(../img/arrow-down-hover.png);
}
@media all and (max-width: 1080px){
    .inner-content-bl .wrap-down-btn{
        width: 164px;
        height: 44px;
        background: url(../img/link-mobDecor-bg.png);
        left: 0;
    }
    .inner-content-bl .news-down-btn{
        width: 29px;
        height: 15px;
        background-size: 100% 100%;
        top: 21px;
        left: 95px;
    }
}
@media all and (max-width: 1000px){
    .inner-header{
        background: #0d4981;
    }
    .inner-header .header{
        padding-bottom: 20px;
    }
    .broads-bl{margin-top: 20px;}
}
/* News Page */
.news-bl .pagination-bl{
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.news-bl .pagination-bl .btn{
    width: 39px;
    height: 36px;
    border: 1px solid #c0c2cb;
    border-radius: 4px;
    margin: 0 4px;
    font: 16px OpenSans-Regular;
    color: #333;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
}
.news-bl .pagination-bl a.btn:hover{
    background: #0d4981;
    border-color: #0d4981;
    color: #fff;
}
.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 #0d4981;
}
.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 #0d4981;
}
@media all and (max-width: 520px){
    .news-bl .pagination-bl .btn.no-mob{
        display: none;
    }
}
/* News Page */

/* Form Page */
.form-bl{
    width: calc(100% - 32px);
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0 150px;
    position: relative;
}
.form-bl .h2{
    font: 35px OpenSans-Bold;
    color: #0d4981;
}
.form-bl .left_form{
    max-width: 750px;
    margin-top: 54px;
}
.form-bl .pf_2{
    font: 18px OpenSans-Regular;
    color: #231f20;
    margin-bottom: 30px;
}
.form-bl .inp_1{
    width: calc(100% - 15px);
    height: 36px;
    font: 14px OpenSans-Regular;
    color: #9fa5aa;
    padding-left: 15px;
    margin-bottom: 13px;
    border: 1px solid #a8b6bf;
}
.form-bl .obyaz_pol{
    font: 14px OpenSans-Light;
    color: #f21f3e;
    text-align: right;
    margin-bottom: 10px;
}
.form-bl .form_textarea{
    width: calc(100% - 15px);
    height: 180px;
    font: 14px OpenSans-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: 150px;
    height: 40px;
    font: 14px OpenSans-SemiBold;
    background-color: #0d4981;
    cursor: pointer;
    color: #fff;
    border-radius: 7px;
}
.form-bl .sub:hover{
    background-color: #ec1c24;
}

input, textarea, select {
    font: 14px OpenSans-Regular;
    color: #9fa5aa;
    border: 1px solid #a8b6bf;
	padding: 10px;
}
input[type="submit"] {
    font: 14px OpenSans-SemiBold;
    background-color: #0d4981;
    border-radius: 7px;
    color: #fff;
	border: 0;
    cursor: pointer;
}
.bx-file-dialog input, .bx-file-dialog select, .bx-file-dialog textarea {
	padding: 0px;
}

@media all and (max-width: 550px){
    .form-bl{
        padding: 26px 0 84px;
    }
    .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: calc(100% - 32px);
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0 200px;
    position: relative;
}
.article-bl .h2{
    font: 35px OpenSans-Bold;
    color: #0d4981;
}
.article-bl .art-content p.date{
    font: 16px OpenSans-Regular;
    color: #e4252b;
    margin-top: 12px;
}
.article-bl .art-content{
    margin-top: 33px;
}
.article-bl .art-content p, .article-bl .art-content div, .fancybox-inner p {
    font: 18px OpenSans-Regular;
    color: #333;
    line-height: 30px;
    margin-top: 15px;
}
.article-bl .art-content div.news-bl {
	padding: 0;
	line-height: auto;
	margin-top: -30px;
}
.article-bl .art-content p span{
    font: 18px OpenSans-SemiBold;
    color: #0d4981;
}
.article-bl .art-content p strong, .article-bl .art-content p b, .fancybox-inner p b{
    font: 18px OpenSans-Bold;
}
.attached a, .article-bl .art-content p a, .fancybox-inner  p a{
    font: 18px OpenSans-Bold;
    color: #007ec6;
    text-decoration: underline;
}
.attached a:hover, .article-bl .art-content p a:hover, .fancybox-inner p a:hover {
    text-decoration: none;
}
.article-bl .art-content .wrap-img{
    margin-top: 44px;
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;
}
.article-bl .art-content img.large{
    width: calc(100% - 300px);
    height: auto;
}
.article-bl .art-content .podpis{
    font: 14px OpenSans-Regular;
    max-width: 955px;
    color: #333;
    line-height: 20px;
    margin-left: 30px;
}
.article-bl .art-content .podpis b{
    font: 14px OpenSans-Bold;
}
.article-bl h2{
    font: 32px OpenSans-Bold;
    color: #231f20;
    line-height: 40px;
    margin-top: 60px;
}
.article-bl h2.faq-name{
    font: 18px OpenSans-Bold;
}
.article-bl h3, .fancybox-inner  h3{
    font: 18px OpenSans-Bold;
    color: #231f20;
    line-height: 30px;
    margin-top: 30px;
}
.article-bl ul, .fancybox-inner ul{
    margin: 30px 0 0 18px;
    list-style: disc;
}
.article-bl li, .fancybox-inner li{
    font: 18px OpenSans-Regular;
	padding-bottom: 5px;
}
.article-bl ol, .fancybox-inner ol{
    margin: 30px 0 0 18px;
    list-style: decimal;
    color: #231f20;
    font: 18px OpenSans-Bold;
}
.article-bl li span{
    font: 18px OpenSans-Light;
    color: #231f20;
    line-height: 30px;
}
.article-bl table[border="1"]{
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    margin-top: 21px;
}
.article-bl table[border="1"] th{
    background: #fff;
    font: 15px OpenSans-SemiBold;
    color: #231f20;
    text-align: center;
    line-height: 20px;
    padding: 20px 0 17px;
    vertical-align: middle;
	border: 1px solid #1c6ba8;
}
.article-bl table[border="1"] td{
    font: 17px OpenSans-Regular;
    color: #231f20;
    text-align: center;
    line-height: 20px;
    padding: 20px 10px;
    vertical-align: middle;
	border: 1px solid #1c6ba8;
}
.article-bl table[border="1"] td:nth-child(2){
    text-align: left;
}
.article-bl table[border="1"] tr:nth-child(2n+1){
    background: #ebecef;
}
.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 15px 0 0;
}
.article-bl .foto-wrapp .foto-link:last-child{
    margin: 0;
}
.article-bl .foto-wrapp .foto-link .foto{
    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 OpenSans-Regular;
    color: #231f20;
    line-height: 20px;
    margin-top: 13px;
}
@media all and (max-width: 1100px) {
    .article-bl{
        padding: 26px 0 84px;
    }
    .article-bl .h2{font-size: 23px;}
    .article-bl .date{ 
        font-size: 14px; 
    } 
    .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 p b{ 
        font-size: 14px; 
    } 
    .article-bl .art-content p a{ 
        font-size: 14px; 
    }
    .article-bl .art-content img{ 
        //margin-top: 30.8px;
    } 
    .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 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: 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 .art-content{
        margin-top: 30px;
    }
    .article-bl h2{
        font-size: 18px;
        line-height: 24px;
    }
    .print-btn{
        display: none;
    }
    .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;
    }
}
/* Article Page */
/* Inner Page */


/* callback */

#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
}
  
.window {
    position:absolute;
    left:0;
    top:0;
    width:440px;
    height:280px;
    display:none;
    z-index:9998;
    padding:20px;
	background-color:#ffffff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}  
.window h2 {
	padding-bottom: 20px;
    font: 17px OpenSans-SemiBold;
}
.window p {
    font: 17px OpenSans-Regular;
}
.window input[type=text] {
	width: 400px;
}
#callbackresult {
	padding-top: 40px;
}
div.close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 9999;
    background-image: url("../img/fancybox_sprite.png");
}

/* red buttons on types */

.red-btn-container .red-btn-bl{
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    /*margin-top: -15px;*/
}
.red-btn-container .red-btn{
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.red-btn-container .red-btn .txt-1{
    font: 35px OpenSans-Bold;
    color: #333;
    line-height: 40px;
	margin: 0;
	padding: 0;
}
.red-btn-container .red-btn .ico{
    position: relative;
    padding: 12px 13px 10px;
}
.red-btn-container .red-btn .ico.hover{
    background: url(../img/header-ico-hover.png);
}
.red-btn-container .red-btn .ico .txt{
    font: 17px OpenSans-ExtraBold;
    color: #fff;
    line-height: 18px;
    text-align: center;
    position: absolute;
    width: calc(100% - 26px);
    top: 150px;
	margin: 0;
	padding: 0;
}
.red-btn-container .red-btn .ico .txt a{
    font: 17px OpenSans-ExtraBold;
    color: #fff;
	text-decoration: none;
}
.red-btn-container .red-btn .ico .txt span{
    font: 17px OpenSans-Regular;
    color: #fff;
}

@media all and (max-width: 1100px){
    .red-btn-container .red-btn-bl{
        -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;
    }
    .red-btn-container .red-btn .txt-1{width: 330px;}
	.red-btn-container .red-btn .ico .txt{
		/*top: 170px;*/
	}
}

@media all and (max-width: 700px){
    .red-btn-container .red-btn{
       /* -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;*/
    }
    .red-btn-container .red-btn .txt-1{
		width: 150px;
		font-size: 19px;
	}
}


.contacts-map {
	float: right;
	padding-left: 20px;
	padding-bottom: 30px;
}
@media all and (max-width: 1180px){
.contacts-map {
	float: none;
	padding-left: 0px;
}
}



	.type_item {
		background: #e9ebf0;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 100px;
		position: relative;
	}
	.type_item img.preview_picture {
		position: absolute;
		float: left;
		margin: 60px 0px 0px -110px;
	}
	.type_item .type_str1 {
		padding: 20px 30px 10px 140px;
		min-height: 60px;
	}
	.type_item .type_text {
		padding: 10px 30px 20px 140px;
	}
	.type_item .type_line {
		background: #dfe2e7;
		padding: 15px 10px 15px 140px;
		/*display: table;
		width: 100%;*/
	}
	.type_item .type_line div {
		display: table-cell;
		border-right: 1px solid #c3c8d1;
		vertical-align : middle;
		text-align: center;
		padding: 5px 40px 5px 40px;
		font-family: OpenSans-SemiBold;
		font-size: 16px;
		color: #0d4981;
	}
	.type_item .type_line div:first-child {
		padding-left: 0px;
	}
	.type_item .type_line div:last-child {
		border-right: none;
		padding-right: 0px;
	}
	.type_item .type_line div span {
		font-family: OpenSans-SemiBold;
		font-size: 34px;
		color: #0d4981;
	}

@media all and (max-width: 1180px){
	.type_item .type_line div {
		padding: 5px 20px 5px 20px;
	}
}
	
@media all and (max-width: 1080px){
	
	.type_item { 
		margin-left: 40px;
	}
	.type_item .type_str1, .type_item .type_text, .type_item .type_line {
		padding-left: 70px;
	}

	.type_item img.preview_picture {
		width: 100px;
		margin-left: -45px;
		height: auto;
	}
}
@media all and (max-width: 870px){
	.type_item .type_line div {
		font-size: 14px;
		line-height: normal;
		padding: 5px 5px 5px 5px;
	}
	.type_item .type_line div span {
		font-size: 20px;
	}
}
@media all and (max-width: 700px){
	.type_item { 
		margin-left: 0px;
	}
	.type_item .type_str1, .type_item .type_text, .type_item .type_line {
		padding-left: 30px;
	}
	.type_item img {
		display: none;
	}
}
@media all and (max-width: 550px){
	.type_item .type_line div {
		display: block;
		border: none;
	}
}
	
	.article-bl .art-content a.button1, .article-bl .art-content a.button2, .article-bl .art-content a.button3 {
		font: 14px OpenSans-SemiBold;
		border-radius: 7px;
		border: 0;
		cursor: pointer;	
		text-decoration: none;
		padding: 8px 35px 8px 35px;
		
	}
	.article-bl .art-content a.button1 {
		background-color: #ffffff;
	}
	.article-bl .art-content a.button2 {
		background-color: #0d4981;
		color: #ffffff;
	}
	.article-bl .art-content a.button3 {
		background-color: #0d4981;
		/*background-color: #ec1c24;*/
		color: #ffffff;
	}


.article-bl .art-content div[id^="bx_flv_player"] {
	margin: 0px;
}

.cookie-notification, .cookie-confirmation {
            position: fixed;
            background-color: rgba(0, 51, 95, .8); 
            bottom: 0;
            width: calc(100% - 50px);
            color: white;
            padding: 25px;
		z-index: 1000000;
	    max-height: 90%;
	    overflow: auto;
        }
        .cookie-notification_hidden_yes {
            display: none;
        }
        .cookie-notification__header {
            margin-bottom: 20px;
            font-size: 23px;
        }
        .cookie-notification__body p{
            margin-bottom: 20px;
	font-family: OpenSans-Light;
  font-size: 16px;
  line-height: 20px;
        }
        .cookie-notification__body a{
            color: #ffffff;
        }

.cookie-notification__buttons {
	margin-top: 20px;
}
.cookie-notification__button {
width: 182px;
height: 45px;
font-size: 16px;
font-weight: 600;
font-family: OpenSans-Bold;
background: #f33940;
display: block;
text-align: center;
text-decoration: none;
line-height: 43px;
color: #fff;
-webkit-transition: all linear .2s;
transition: all linear .2s;
border: none;
cursor: pointer;
}
.cookie-notification__button:hover{
    background: #fff;
    color: #000;
}