footer.new-styles{
	background: #F0F4FA;
}
footer.new-styles .footer-social-item:not(:hover){
	background: #A0ABB2;
}


footer.new-styles .list li{
	font-size: 16px;
	line-height: 24px;
	color: #1A1A1A;
}


footer.new-styles .list li a:not(:hover), footer.new-styles .list li span{
	font-size: 16px;
	line-height: 24px;
	color: #1A1A1A;
}
footer.new-styles .footer-logo-text .prime{
	color: #1A1A1A;
}
footer.new-styles .footer-logo-text .sub{
	color: #1A1A1A;
}
footer.new-styles .text-dark{
	color: #1A1A1A;
}
footer.new-styles .foot-head{
	font-size: 16px;
	line-height: 24px;
	color: #A0ABB2;
}
footer.new-styles .footer-icon-list a:not(:hover){
	color: #1A1A1A;
	font-weight: 500;
}
footer.new-styles .footer__send-wrong span{
	margin-left: 5px;
	color: #1A1A1A;
}

footer.new-styles .container.hidden-xs a.text-base:not(:hover), footer.new-styles .container.print-hide a.text-base:not(:hover){
	color: #0B75BA;
}
body .new-style .jumbotron{
	background-color: #F0F4FA;
	border-radius: 6px;
}
body .new-style .svg-icon{
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 3;
}
body .new-style .jumbotron.friend-block:hover{
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 25px rgba(151, 179, 221, 0.3);
	        box-shadow: 0px 10px 25px rgba(151, 179, 221, 0.3);
	color: #1A1A1A;
}
body .new-style .jumbotron.friend-block:hover .svg-icon{
	opacity: 1;
}
body .new-style .link-more{
	padding: 18px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #0B75BA;
	background: #F0F4FA;
	border-radius: 6px;
}
.new-main-banner .banner-slider-tag{
	font-size: 12px;
}
body .new-style .tab-content{
	 padding-bottom: 0;
	 padding-top: 20px;
}
body .new-style .jumbotron.friend-block h4{
	color: #1A1A1A;
}
body .new-style .tabs-nav-wrap .nav-tabs-uslugi li a{
	border-bottom-width: 2px;
	padding-bottom: 4px;
	color: #1A1A1A;
	font-weight: 600;
}
body .new-style .tabs-nav-wrap .nav-tabs-uslugi li.active a{
	color: #0B75BA;
}
body .new-style .section-head{
	color: #1A1A1A;
}
.mr-top-0{
	margin-top: 0;
}
body .new-style .tabs-container__btn {
	background: url('../img/icon/icon-dots-black.svg') no-repeat center center;
	margin-top: 15px;
}
body .new-style .tabs-nav-wrap{
	border-color: transparent;
}
body .new-style .tabs-container__btn{
	width: 24px;
	height: 24px;
}
body .new-style .nav-tabs.pull-right a{
	border-bottom-width: 2px;
	padding-bottom: 4px;
	font-weight: 700;
}
body .new-style .nav-tabs.pull-right .custom-tab-item.active a{
	color: #0B75BA;
}
.docs-preview-title-type{
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #0B75BA;
}
.docs-preview-title-text{
	font-size: 14px;
	line-height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #1A1A1A;
}
.docs-preview-title-text svg{
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-left: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.docs-preview-title-icon{
	display: none;
}
.docs-preview-title-text.hide-text .docs-preview-title-icon{
	display: block;
}
.docs-preview-title-text.hide-text span{
	display: inline-block;
	max-width: 220px;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 18px;
}
body .new-style .services-box a{
	background: #F0F4FA;
	border-radius: 6px;
	display: block;
	padding: 26px;
	position: relative;
	height: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
body .new-style .services-box a:hover{
	background: #fff;
	-webkit-box-shadow: 0px 15px 20px rgba(151, 179, 221, 0.25);
	        box-shadow: 0px 15px 20px rgba(151, 179, 221, 0.25);
}
body .new-style .services-box a:hover svg{
	opacity: 1;
}
body .new-style .services-box{
	min-height: 160px;
}
body .new-style .services-box a::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 65px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(52.08%, #F0F4FA), to(rgba(240, 244, 250, 0)));
	background: -o-linear-gradient(top, #F0F4FA 52.08%, rgba(240, 244, 250, 0) 100%);
	background: linear-gradient(180deg, #F0F4FA 52.08%, rgba(240, 244, 250, 0) 100%);
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
body .new-style .services-box a::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 65px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(52.08%, #FFFFFF), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(top, #FFFFFF 52.08%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, #FFFFFF 52.08%, rgba(255, 255, 255, 0) 100%);
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}
body .new-style .services-box a:hover::before{
	opacity: 0;
}
body .new-style .link-more i{
	font-size: 19px;
}
body .new-style .services-box a:hover::after{
	opacity: 1;
}
body .new-style .services-box .text-base{
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #1A1A1A;
	max-height: 96px;
	overflow: hidden;
}
@media only screen and (min-width: 1025px){
	body .new-style .nav-tabs.pull-right a{
		font-size: 16px;
		line-height: 24px;
	}
	body .new-style .section-head{
		font-size: 36px;
		line-height: 54px;
	}
	body .new-style .jumbotron.friend-block h4{
		font-size: 16px;
		line-height: 24px;
	}
	body .new-style .tabs-nav-wrap .nav-tabs-uslugi li a{
		font-size: 16px;
		line-height: 24px;
	}

	body .new-style .tabs-nav-wrap .nav-tabs-uslugi li{
		margin-right: 48px;
	}

}
@media only screen and (max-width: 1024px){
	body .new-style .ui-slider-head .section-head{
		font-size: 24px;
	}
}
body .new-style .tabs-nav-wrap .nav-tabs-uslugi .tabs-container.dropdown{
	margin-right: 0;
	min-width: 24px;
}
body .new-bg-light{
	background: #F0F4FA;
}
body .new-style .ui-slider-head .section-head {
	margin-top: 0;
	margin-bottom: 0;
}
.instagram-post{
	display: block;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 6px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.instagram-post:hover{
	-webkit-box-shadow: 0px 15px 20px rgba(151, 179, 221, 0.25);
	        box-shadow: 0px 15px 20px rgba(151, 179, 221, 0.25);
}
.instagram-post-head{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 15px;
}
.instagram-post-logo{
	width: 24px;
	height: 24px;
	margin-right: 10px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.instagram-post-account{
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #1A1A1A;
}
.instagram-post-arrow{
	margin-left: 8px;
}
.instagram-post-img{
	border-radius: 6px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	height: 310px;
	width: 100%;
}
@media only screen and (min-width: 320px){
	.instagram-post-img{
		height: 200px;
	}
}
@media only screen and (min-width: 400px){
	.instagram-post-img{
		height: 310px;
	}
}
@media only screen and (min-width: 589px){
	.instagram-post-img{
		height: 200px;
	}
}
@media only screen and (min-width: 750px){
	.instagram-post-img{
		height: 310px;
	}
}
@media only screen and (min-width: 992px){
	.instagram-post-img{
		height: 200px;
	}
}
@media only screen and (min-width: 1280px){
	.instagram-post-img{
		height: 310px;
	}
}
.instagram-post-controls{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.instagram-post-controls > *{
	margin-right: 6px;
}
.instagram-post-controls > *:last-child{
	margin-right: 0px;
	margin-left: auto;
	margin-bottom: 15px;
}
.instagram-post-like{
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
.new-bg-gray{
	background: #E5E5EB;
}
.new-video-block{
	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: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 30px;
	width: 100%;
	height: 550px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.new-video-block:hover .new-video-block-icon{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.new-video-block::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 55.45%;
	background: -webkit-gradient(linear, left bottom, left top, from(#1A1A1A), color-stop(86.51%, rgba(26, 26, 26, 0)));
	background: -o-linear-gradient(bottom, #1A1A1A 0%, rgba(26, 26, 26, 0) 86.51%);
	background: linear-gradient(0deg, #1A1A1A 0%, rgba(26, 26, 26, 0) 86.51%);
}



.new-video-block-tags{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: auto;
}
.new-video-block-tag{
	display: inline-block;
	padding: 4px 7px 6px 7px;
	background: #0B75BA;
	border-radius: 4px;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 10px;
}
.new-video-block-descript{
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
}
.new-video-block-info{
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	z-index: 2;
}
.new-video-block-date{
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}
.new-video-block-time{
	padding: 4px 5px;
	background: #1A1A1A;
	border-radius: 4px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.new-video-block-icon{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
	padding-left: 4px;
	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;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	z-index: 3;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.new-media-more{
	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;
	font-size: 16px;
	line-height: 24px;
	color: #0B75BA;
	padding: 18px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-top: 15px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.new-media-more i{
	font-size: 19px;
	margin-left: 10px;
}
.new-media-item{
	padding: 20px;
	background: #FFFFFF;
	border-radius: 6px;
	margin-bottom: 9px;
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	min-height: 148px;
}
@media only screen and (max-width: 1199px){
	.new-media-item{
		min-height: 0px;
	}
}
.new-media-item:hover{
	-webkit-box-shadow: 0px 15px 20px rgba(151, 179, 221, 0.25);
	        box-shadow: 0px 15px 20px rgba(151, 179, 221, 0.25);
}
.new-media-item-title{
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #1A1A1A;
}
.new-media-item-info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 15px;
}
.new-media-item-date{
	font-size: 14px;
	line-height: 18px;
	color: #BABABA;
}
.new-media-item-time{
	background: rgba(11, 117, 186, 0.3);
	border-radius: 4px;
	padding: 4px 5px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.new-media-list{
	position: relative;
}
.new-media-list-container{
	overflow-y: auto;
	padding-bottom: 0;
	max-height: 475px;
}
.new-media-list-container {
  scrollbar-width: thin;
  scrollbar-color: #E5E5EB #E5E5EB;
}

.new-media-list-container::-webkit-scrollbar {
  width: 12px;
}

.new-media-list-container::-webkit-scrollbar-track {
  background: #E5E5EB;
}

.new-media-list-container::-webkit-scrollbar-thumb {
  background-color: #E5E5EB;
  border-radius: 20px;
  border: 3px solid #E5E5EB;
}
.new-media-list-srolled{
  scrollbar-color: #fff #E5E5EB;
}
.new-media-list-srolled::-webkit-scrollbar-thumb{
  background-color: #fff;
}
.new-media-list::before{
	content: '';
	position: absolute;
	top: calc(100% - 50px);
	bottom: 0;
	width: 100%;
	height: 50px;
	background: -webkit-gradient(linear, left top, left bottom, from(#E5E5EB), to(rgba(215, 225, 233, 0)));
	background: -o-linear-gradient(top, #E5E5EB 0%, rgba(215, 225, 233, 0) 100%);
	background: linear-gradient(180deg, #E5E5EB 0%, rgba(215, 225, 233, 0) 100%);
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}
.new-media-aside{
	height: 100%;
	max-height: 550px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.new-infographic{
	display: block;
}
.new-infographic:hover .new-infographic-img > *{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.new-infographic-img{
	margin-bottom: 10px;
	border-radius: 6px;
	overflow: hidden;
	overflow: hidden;
	height: 240px;
}
#new-media1 > .row{
	display: flex;
	flex-wrap: wrap;
}
.new-infographic-img > *{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.new-infographic-text{
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #1A1A1A;
	margin-bottom: 15px;
}
.new-infographic-date{
	font-size: 14px;
	line-height: 18px;
	color: #A0ABB2;
}
@media only screen and (max-width: 1199px){
	.new-media-aside{
		max-height: none;
	}
	.new-media-list-container{
		max-height: none;
		padding-bottom: 0;
	}
	.new-media-list::before{
		display: none;
	}
}
@media only screen and (max-width: 991px){
	.new-video-block{
		height: 470px;
	}
}
@media only screen and (max-width: 650px){
	.new-video-block-descript{
		font-size: 16px;
		line-height: 18px;
	}
	.new-video-block-info{
		margin-top: 10px;
	}
}
@media only screen and (max-width: 500px){
	.new-video-block {
		height: 370px;
	}
	.new-video-block{
		padding: 15px;
	}
	.new-video-block-icon{
		opacity: 0.8;
	}
	.new-video-block:hover .new-video-block-icon{
		opacity: 1;
	}
}
.new-news-container .row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.new-news-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.new-news-item:hover .new-news-item-photo{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.new-news-item-img{
	position: relative;
	height: 180px;
	border-radius: 6px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding: 10px;
	margin-bottom: 20px;
}
.new-news-item-tag{
	padding: 3px 5px;
	font-weight: 600;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #0B75BA;
	border-radius: 4px;
	z-index: 2;
	position: relative;
}
.new-news-item-tag svg{
	margin-left: 2px;
}
.new-news-item-tag-black{
	background: rgba(26, 26, 26, 0.68);
}
.new-news-item-photo{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.new-news-item-text{
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #1A1A1A;
	margin-bottom: 20px;
}
.new-news-item-position{
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 18px;
	color: #0B75BA;
}
.new-news-item-date{
	font-size: 14px;
	line-height: 18px;
	color: #A0ABB2;
	margin-top: auto;
}
.new-news-tags{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
	overflow-x: auto;
}
.new-news-tags {
  scrollbar-width: thin;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  scrollbar-color: #E5E5EB #fff;
}
.new-news-tags::-webkit-scrollbar {
  width: 100%;
  height: 10px;
}

.new-news-tags::-webkit-scrollbar-track {
  background: #fff;
}

.new-news-tags::-webkit-scrollbar-thumb {
  background-color: #E5E5EB;
  border-radius: 20px;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.new-news-tag{
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 7px;
	border: 1px solid #E3EAF5;
	border-radius: 4px;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #1A1A1A;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a.new-news-tag:hover{
	background: #E3EAF5;
}
body .link-more-light.link-more{
	background: rgba(240, 244, 250, 0.5);;
}
body .mr-bottom-10{
	margin-bottom: 10px;
}
.new-news-title{
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #A0ABB2;
	margin-bottom: 16px;
	padding-top: 20px;
}
.new-news-list-item{
	padding: 26px;
	margin-bottom: 20px;
	background: #F0F4FA;
	border-radius: 6px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.new-news-list{
	margin-bottom: 40px;
	position: relative;
}
.new-news-list::before{
	position: absolute;
	left: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
	content: '';
	width: 100%;
	height: 50px;
}
.new-news-list-container{
	overflow-y: auto;
	max-height: 100%;
	max-height: 765px;
}
@media only screen and (max-width: 1199px){
	.new-news-list-container{
		max-height: none;
	}
	.new-news-list::before{
		display: none;
	}
	.new-news-list-container{
		overflow: visible;
	}
}
.new-news-list-container {
  scrollbar-width: thin;
  scrollbar-color: #fff #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.new-news-list-container::-webkit-scrollbar {
  width: 12px;
}

.new-news-list-container::-webkit-scrollbar-track {
  background: #fff;
}

.new-news-list-container::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.new-news-list-srolled::-webkit-scrollbar-thumb {
	background-color: #E5E5EB;
	opacity: 1;
}
.new-news-list-srolled {
  	scrollbar-color: #E5E5EB #fff;
}

.new-news-list-text{
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #1A1A1A;
}
.new-news-list-date{
	margin-bottom: 16px;
	padding: 5px 8px;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: rgba(11, 117, 186, 0.2);
	border-radius: 4px;
	-ms-flex-item-align: baseline;
	    align-self: baseline;
}
.new-news-list-date span{
	padding-left: 8px;
	border-left: 1px solid rgba(255,255,255,0.3);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	line-height: 14px;
}
.new-news-list-date svg{
	margin-right: 8px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	stroke: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.new-news-list-item:hover{
	background: #fff;
	-webkit-box-shadow: 0px 10px 25px rgba(151, 179, 221, 0.3);
	        box-shadow: 0px 10px 25px rgba(151, 179, 221, 0.3);
}
@media only screen and (max-width: 600px){
	.new-news-list-item{
		padding: 15px;
	}
	.new-news-list-text{
		font-size: 14px;
		line-height: 20px;
	}
	.new-news-item-text{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.new-news-item-position{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.new-news-item-date{
		font-size: 12px;
	}
	.new-news-item-img{
		margin-bottom: 10px;
	}
}
.gov-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 22px 28px;
	background: #F0F4FA;
	border-radius: 6px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #1A1A1A;
	margin-bottom: 16px;
    min-height: 116px;
}
.gov-item-icon{
	width: 60px;
	height: 60px;
	margin-right: 20px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	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;
}
.section-head-m{
	padding-top: 21px;
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	color: #1A1A1A;
}
.gov-link{
	padding: 22px 17px 22px 26px;
	background: #F0F4FA;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #1A1A1A;
	margin-bottom: 10px;
}
.gov-link svg{
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.gov-item-big{
	position: relative;
	padding: 35px 30px;
	min-height: 140px;
	background: -webkit-gradient(linear, left bottom, left top, from(#2862AC), to(#2862AC)), #FFFFFF;
	background: -o-linear-gradient(bottom, #2862AC, #2862AC), #FFFFFF;
	background: linear-gradient(0deg, #2862AC, #2862AC), #FFFFFF;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	margin-top: 14px;
}
.gov-item-big:hover .gov-item-big-bg{
	-webkit-transform: scale(5);
	    -ms-transform: scale(5);
	        transform: scale(5);
}
.gov-item-big-icon{
	margin-right: 23px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	position: relative;
	z-index: 2;
}
.gov-item-big-text{
	position: relative;
	z-index: 2;
}
.gov-item-big-text p{
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.gov-item-big-text span{
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	opacity: 0.38;
}
.gov-item-big-arrow{
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2;
}
.gov-item-big-bg{
	position: absolute;
	left: -20px;
	top: -20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.gov-link-big{
	padding: 26px;
	min-height: 140px;
	position: relative;
	background: #F0F4FA;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    margin-top: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.gov-link-big-tag{
	padding: 4px 7px 4px 7px;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #F0F4FA;
	margin-bottom: 6px;
	background: #5ECB87;
	border-radius: 4px;
	-ms-flex-item-align: baseline;
	    align-self: baseline;
}
.gov-link-big-text{
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #1A1A1A;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.gov-link-big-icon{
	position: absolute;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.gov-link-big:hover .gov-link-big-text{
	color: #337ab7;
}
.new-mintrud{
	padding: 30px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 10px 25px rgba(151, 179, 221, 0.3);
	        box-shadow: 0px 10px 25px rgba(151, 179, 221, 0.3);
	border-radius: 6px;
}
.new-mintrud-head{
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.new-mintrud-icon{
	margin-right: 20px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.new-mintrud-digit{
	font-weight: 600;
	font-size: 44px;
	line-height: 66px;
	color: #1A1A1A;
}
.new-mintrud-text{
	font-size: 16px;
	line-height: 24px;
	color: #1A1A1A;
}
.gov-link-white{
	background: #fff;
	padding: 19px 17px 19px 26px;
}
.soc-guard{
	padding: 30px 26px;
	background: #0B75BA;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	min-height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 30px;
}
.soc-guard-text{
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
	z-index: 2;
	position: relative;
}
.soc-guard-button{
	margin-top: auto;
	font-size: 16px;
	line-height: 24px;
	color: #F4F4F4;
	z-index: 2;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.soc-guard-button svg{
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-left: 10px;
}
.soc-guard-bg{
	position: absolute;
	bottom: 33px;
	right: 0;
}
.tab-block{
	position: relative;
}
.tab-block-button{
	min-height: 160px;
	padding: 30px 25px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	cursor: pointer;
}
.tab-block-button::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26.56%, rgba(26, 26, 26, 0)), to(rgba(26, 26, 26, 0.9)));
	background: -o-linear-gradient(top, rgba(26, 26, 26, 0) 26.56%, rgba(26, 26, 26, 0.9) 100%);
	background: linear-gradient(180deg, rgba(26, 26, 26, 0) 26.56%, rgba(26, 26, 26, 0.9) 100%);
}
.tab-block-button::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	content: '';
	background: -webkit-gradient(linear, left bottom, left top, from(#0B75BA), to(#0B75BA));
	background: -o-linear-gradient(bottom, #0B75BA, #0B75BA);
	background: linear-gradient(0deg, #0B75BA, #0B75BA);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
.tab-block-text{
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	position: relative;
	z-index: 3;
}
.tab-block-text svg{
	display: none;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.tab-block-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.tab-block-bg > *{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.tab-block-container{
	position: absolute;
	left: 20px;
	bottom: 20px;
	border-radius: 6px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 8px 25px rgba(25, 25, 25, 0.25);
	        box-shadow: 0px 8px 25px rgba(25, 25, 25, 0.25);
	z-index: 5;
	width: 100%;
	display: none;
}
.tab-block-link{
	padding: 13px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #1A1A1A;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.tab-block-link svg{
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	stroke: #1A1A1A;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.tab-block-link:hover svg{
	stroke: #0B75BA;
}
.tab-block-link:hover{
	color: #0B75BA;
}
.tab-block-link:first-child{
	padding-top: 26px;
}
.tab-block-link:last-child{
	padding-bottom: 26px;
}
.tab-block.active .tab-block-button::after{
	opacity: 1;
}
.tab-block:hover .tab-block-bg > div{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.link-block-date{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #A0ABB2;
}
.link-block-link{
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #1A1A1A;
	margin-bottom: 14px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	max-width: 300px;
}
.link-block:hover .link-block-arrow svg{
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
.link-block:hover .link-block-link{
	color: #0B75BA;
}
.new-main-slider{
	height: 308px;
}
.new-main-slider .banner-slider{
	height: 100%;
	width: 100%;
	max-width: 100%;
}
.mini-banner-text{
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #FF3C30;
	margin-bottom: 17px;
}
.mini-banner-title{
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #1A1A1A;
	margin-bottom: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 3;
	position: relative;
}
.mini-banner-button{
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	line-height: 24px;
	color: #FF3C30;
	z-index: 3;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.mini-banner-button svg{
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-left: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.mini-banner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	min-height: 308px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(253, 163, 174, 0.3)), to(rgba(253, 163, 174, 0.3))), #FFFFFF;
	background: -o-linear-gradient(bottom, rgba(253, 163, 174, 0.3), rgba(253, 163, 174, 0.3)), #FFFFFF;
	background: linear-gradient(0deg, rgba(253, 163, 174, 0.3), rgba(253, 163, 174, 0.3)), #FFFFFF;
	border-radius: 4px;
	overflow: hidden;
	padding: 25px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.mini-banner-bg{
	position: absolute;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	z-index: 2;
}
.mini-banner:hover{
	-webkit-box-shadow: 0px 8px 20px rgba(148, 38, 54, 0.2);
	        box-shadow: 0px 8px 20px rgba(148, 38, 54, 0.2);
}
.mini-banner:hover .mini-banner-button {
	opacity: 0.5;
}
@media only screen and (max-width: 991px){
	.new-news-block .col-xs-12:last-child{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.new-news-block .col-xs-12:last-child{
		display: block;
	}
	.link-block-link{
		max-width: 100%;
	}
	.new-mintrud-digit{
		font-size: 25px;
		line-height: 51px;
	}
	.link-block{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.link-block-date{
		margin-bottom: 0;
	}
	.link-block-link{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 450px){
	.banner-slider-buttons{
		display: none;
	}
	.mini-banner-title{
		font-size: 16px;
		line-height: 19px;
	}
	.mini-banner{
		padding: 15px;
	}
	.banner-slider-date{
		width: calc(100% - 100px);
	}
	.banner-slider-title {
	    font-size: 16px;
	    line-height: 20px;
	}
	.mini-banner .mini-banner-bg{
		top: 0;
		bottom: auto;
	}
	.mini-banner .mini-banner-button{
		display: none;
	}
	.mini-banner{
		min-height: 130px;
	}
	.gov-item{
		font-size: 14px;
		line-height: 20px;
	}
}
.header-wrap .navbar-default .navbar-nav > li > a{
	font-weight: 600;
}
body .btn-blind{
	background: rgba(2, 2, 1, 0.3);
	border-radius: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	height: calc(100% - 8px);
	padding: 12px;
	width: 260px;
}
.banner-slider-title{
	max-width: 650px;
}
body .header-wrap, body .blind-panel{
	font-family: 'GolosText';
}
body .new-style{
	font-family: 'GolosText';
}
.mini-banner-title{
	max-width: 300px;
	width: 100%;
}
.soc-guard-text{
	max-width: 250px;
	width: 100%;
}
.new-news-nerest{
	background: #fff;
	border: 1px solid #E5E5EB;
}
.new-news-nerest:hover{
	border-color: #fff;
	background: #fff;
}
.new-news-nerest .new-news-list-date{
	color: #0B75BA;
}
.new-news-nerest .new-news-list-date{
	background: #F0F4FA;
}
.new-news-nerest .new-news-list-date span{
	border-color: rgba(11, 117, 186, 0.3);
}
.new-news-list-item .new-news-list-text{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.new-news-list-item:hover .new-news-list-text{
	color: #0B75BA;
}
.new-news-nerest .new-news-list-date svg{
	stroke: #0B75BA;
}

.new-style .banner-slider-img::before{
	opacity: 0;
}
.new-style .new-main-slider .swiper-slide::before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: -webkit-gradient(linear, left top, left bottom, from(#020201), to(rgba(2, 2, 1, 0)));
    background: -o-linear-gradient(top, #020201 0%, rgba(2, 2, 1, 0) 100%);
    background: linear-gradient(180deg, #020201 0%, rgba(2, 2, 1, 0) 100%);
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    z-index: 2;
}
.new-style .new-main-slider .swiper-slide{
	background: #fff;
}
.new-style .new-main-slider .swiper-slide:hover .banner-slider-img{
	opacity: 0.5;
}
.new-style .new-main-slider .swiper-slide .banner-slider-img{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.gov-link{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.gov-link svg{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	stroke: #1A1A1A;
}
.gov-link:hover{
	-webkit-box-shadow: 0px 8px 25px rgba(11, 117, 186, 0.2);
	        box-shadow: 0px 8px 25px rgba(11, 117, 186, 0.2);
}
.gov-link:hover svg{
	stroke: #337ab7;
}
.soc-guard .soc-guard-button{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.soc-guard:hover .soc-guard-button{
	opacity: 0.5;
}
.gov-item{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.gov-item:hover{
	background: #FFFFFF;
	-webkit-box-shadow: 0px 8px 25px rgba(11, 117, 186, 0.2);
	        box-shadow: 0px 8px 25px rgba(11, 117, 186, 0.2);
}
.new-media-more:hover{
	background: #FFFFFF;
}
body .new-style .link-more, body .link-more-light.link-more{
	background: #F7F9FC;
}
body .new-style .link-more:hover, body .link-more-light.link-more:hover{
	background: #F0F4FA;;
}
body .new-style .ui-slider-prev:hover, body .new-style .ui-slider-next:hover{
	-webkit-box-shadow: 0px 15px 20px rgb(151 179 221 / 25%);
	        box-shadow: 0px 15px 20px rgb(151 179 221 / 25%);
}
.new-media-item .new-media-item-title{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.new-media-item:hover .new-media-item-title{
	color: #0B75BA;
}
@media only screen and (max-width: 1199px){
	.new-main-banner .banner-slider-tag{
		font-size: 10px;
	}
	.footer-social-item{
		margin-right: 14px;
	}
	footer.new-styles .footer-logo-text .prime{
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.02em;
		margin-bottom: 5px;
	}
	footer.new-styles .footer-logo-text .sub{
		font-size: 14px;
		line-height: 18px;
	}
	footer .footer-logo{
		margin-right: 20px;
	}
	footer.new-styles .text-dark{
		font-size: 14px;
		line-height: 18px;
	}
	footer .list li:last-child{
		margin-bottom: 0;
	}
	footer .list li{
		width: 100%;
	}

}

footer.new-styles .footer__send-wrong span{
	color: #767676;
	font-weight: normal;
}
footer.new-styles .footer__send-wrong span b{
	color: #1A1A1A;
	font-weight: 600;
}
@media only screen and (max-width: 450px){
	.footer-social{
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

}
footer.new-styles .container:last-child .text-base{
	color: #0B75BA;
}
@media only screen and (max-width: 991px){
	footer.new-styles .container:last-child > .row{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	footer.new-styles .container:last-child > .row div:first-child{
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	footer.new-styles .container:last-child > .row div:last-child{
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	footer.new-styles .container:last-child .pd-top-50 {
		padding-top: 30px !important;
	}

}
footer .footer-new-links a{
	color: #0B75BA;
}
footer .footer-new-links{
	text-align: center;
}
.new-video-block-background{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	border-radius: 6px;
	overflow: hidden;
	display: block;
}
.new-video-block{
	z-index: 1;
}
.new-mintrud-style .new-mintrud-slider > .swiper-container{
	box-shadow: 0px 10px 25px rgba(151, 179, 221, 0.3);
	-webkit-box-shadow: 0px 10px 25px rgba(151, 179, 221, 0.3);
}

.new-mintrud-slider > .swiper-container .new-mintrud{
	box-shadow: none;
	-webkit-box-shadow: none;
}
.new-mintrud-slider{
	display: none;
}
.new-bullet-style{
	margin-top: 15px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.new-bullet-style .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	border: 1px solid transparent;
	background: #0B75BA;
	opacity: 0.3;
	margin-left: 3px;
	margin-right: 3px;
}
.new-bullet-style .swiper-pagination-bullet-active{
	background: #0B75BA;
	opacity: 1;
	border-color: #0B75BA;
}
.new-inst-section .ui-slider-bullets{
	display: none;
}
@media only screen and (max-width: 590px){
	.new-inst-section .ui-slider-bullets{
		display: flex;
	}
}
@media only screen and (max-width: 450px){
	.new-mintrud-slider{
		display: block;
	}
	#sectionServices #servicesMoreBtn{
		display: none;
	}
	#sectionServices .swiper-container .jumbotron{
		padding: 20px;
		background: #F0F4FA;
		min-height: 80px;
	}
	.new-mintrud-slider ~ div{
		display: none;
	}
	.custom-tab-item{
		width: 100%;
	}
	.new-main-slider{
		height: auto;
	}
	.banner-slider-img{
		position: static;
		width: 100%;
		height: 150px;
		border-radius: 6px;
		overflow: hidden;
		margin-bottom: 7px;
	}
	.banner-slider-title, .banner-slider-date{
		position: static;
	}
	.banner-slider-title{
		color: #1a1a1a;
		margin-bottom: 5px;
	}
	.banner-slider-date{
		color: #A0ABB2;
	}
	.banner-slider-controls {
		top: 125px;
		left: 50%;
		right: auto;
		bottom: auto;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		padding-right: 2px;
	}
	.banner-slider-img::before, .new-style .new-main-slider .swiper-slide::before{
		bottom: auto;
		top: 0;
		border-radius: 6px;
		overflow: hidden;
	}
	.new-style .new-main-slider .swiper-slide{
		background: #F0F4FA;
	}
	.new-video-block-background{
		position: static;
		height: 200px;
		border-radius: 6px;
		overflow: hidden;
	}
	.new-video-block{
		padding: 0;
	}
	.new-video-block-info{
		position: absolute;
		left: 0;
		top: 155px;
		width: 100%;
		padding: 0 15px;
	}
	.new-video-block-icon{
		top: 100px;
	}
	.new-video-block::before{
		height: 200px;
		bottom: auto;
		top: 0;
		border-radius: 6px;
		overflow: hidden;
	}
	.new-video-block-descript{
		color: #1a1a1a;
	}
	.new-video-block-tags{
		position: absolute;
		left: 0;
		top: 15px;
		padding: 0 15px;
		margin: 0;
	}
	.new-video-block{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		height: auto;
	}
	.new-video-block-descript{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.footer-logo-container{
		margin-bottom: 30px;
	}
	footer .footer-icon-list{
		margin-top: 30px;
	}
	.services-box{
		margin-bottom: 10px;
	}
	body .new-style .link-more{
		margin-top: 10px;
	}
	.body .new-style .services-box {
		min-height: 110px;
	}
	.services-box.mr-bottom-30{
		margin-bottom: 10px !important;
	}
	.new-news-list-item{
		margin-bottom: 10px;
	}
	.gov-item{
		margin-bottom: 10px;
	}
	.link-block-link {
		font-size: 14px;
		line-height: 16px;
	}
	.new-materials .row .row .mr-bottom-30{
		margin-bottom: 10px !important;
	}
	.new-news-title{
		display: none;
	}
	.new-news-list-item{
		display: none;
		padding: 20px;
	}
	.new-news-list-item.new-news-nerest{
		display: flex;
	}
	.new-news-list{
		margin-bottom: 0px;
	}
}
body .new-style .nav-tabs.pull-right .dropdown .custom-tab-item.active a{
	color: #fff;
}
body .new-style .nav-tabs.pull-right .dropdown .custom-tab-item a{
	padding-bottom: 9px;
}



@media only screen and (max-width: 590px){
	.gov-item{
		padding: 10px 15px;
		margin-bottom: 10px;
	}
	.gov-item-big{
		padding: 12px 20px;
		min-height: 80px;
	}
	.gov-item-big-bg{
		top: -45px;
	}
	.gov-link{
		padding: 16px 10px 16px 20px;
	}
	.gov-item-icon{
		width: 40px;
		height: 40px;
	}
	.banner-slider-tags{
		top: 15px;
	}
	.new-main-banner > .container > .row{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap-reverse;
		    flex-wrap: wrap-reverse;
	}
	.new-main-banner > .container > .row > *{
		width: 100%;
	}
	#sectionServices > .container > .section-head{
		float: left;
	}
	#sectionServices > .container > .tabs-nav-wrap{
		float: right;
		clear: none;
	}
	#sectionServices > .container > .tab-content{
		clear: both;
	}
	#sectionServices > .container .tabs-container__btn{
		margin-top: 0;
	}
	#sectionServices > .container .tabs-container__content{
		max-width: 320px;
	}
	.new-main-banner{
		padding-top: 15px !important;
		padding-bottom: 0 !important;
	}
	.new-main-banner .mr-bottom-30{
		margin-bottom: 20px !important;
	}
	.new-news-block{
		padding-bottom: 0;
	}
	.new-materials{
		padding-top: 20px !important;
	}
	.new-materials .section-head{
		margin-bottom: 20px;
	}
	.new-materials .row .row .mr-bottom-30{
		margin-bottom: 8px !important;
	}
	.tab-block-button{
		padding: 25px;
		min-height: 80px;
		height: auto;
	}
	.tab-block-text svg{
		display: block;
	}
	.new-editer-block .section-head-m{
		padding-top: 0px;
		margin-bottom: 20px !important;
	}
	.soc-guard {
		min-height: 200px;
	}
	.new-mintrud-style .section-head{
		margin-bottom: 20px !important;
	}
	.new-mintrud-style .row .mr-bottom-30{
		margin-bottom: 10px !important;
	}
	.new-mintrud-style{
		padding-bottom: 0px !important;
	}
	.new-gov-services{
		padding-bottom: 0 !important;
	}
	.new-news-list-item{
		margin-bottom: 10px;
	}
	.new-news-section{
		padding-bottom: 0 !important;
	}
	.new-media-section{
		padding-top: 30px !important;
		padding-bottom: 10 !important;
	}
	.new-inst-section{
		padding-top: 30px !important;
	}
	.new-doc-section{
		padding-top: 30px !important;
		padding-bottom: 10px !important;
	}
	body .new-style .services-box{
		margin-bottom: 10px !important;
	}
	body .new-style .services-box {
		min-height: 110px;
	}
	.tab-block-container {
		position: static;
	}
	.tab-block-button::after{
		display: none;
	}
	.tab-block-container{
		border-radius: 0 0 6px 6px;
	}
}
.tab-block .tab-block-button svg{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.tab-block.active .tab-block-button svg{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
body .new-style .services-box a{
	overflow: hidden;
	max-height: 225px;
}
.docs-preview-title-icon{
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.docs-preview-title-text{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}



.docs-preview-title{
	display: inline-block;
}
.mini-banner-small{
	height: 150px;
	margin-bottom: 10px;
	min-height: 150px;
	padding: 15px 25px;
}
.mini-banner-small .mini-banner-text{
	margin-bottom: 12px;
}
.mini-banner-small .mini-banner-title{
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	max-width: 200px;
}
.mini-banner-small .mini-banner-bg{
	top: 0;
	right: 0;
	bottom: auto;
}
.mini-white-banner{
	padding: 15px 25px;
	background: #FFFFFF;
	border-radius: 6px;
	overflow: hidden;
	display: inline-block;
	min-height: 150px;
	width: 100%;
	transition: 0.3s;
}
.mini-white-banner:hover{
	box-shadow: 0px 8px 20px rgb(148 38 54 / 20%);
}
.mini-white-banner-title{
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #0B75BA;
	margin-bottom: 12px;
}
.mini-white-banner-text{
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.new-main-banner .gov-link{
	min-height: 69px;
	line-height: 18px;
}
.gov-link{
	position: relative;
}
.gov-link-icon{
	position: absolute;
	left: 8px;
	top: 19px;
}
.gov-link-icon svg{
	stroke: transparent;
}
.mini-slider{
	position: relative;
}
.mini-slider .swiper-pagination-bullet{
	margin-left: 8px;
	margin-right: 8px;
	width: 8px;
	height: 8px;
	background: #fff;
	opacity: 0.5s;
	transition: 0.3s;
	border: none;
	outline: none;
}
.mini-slider .swiper-pagination-bullet-active{
	opacity: 1;
}
.mini-slider-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}
.mini-slider-bullets{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 18px;
	z-index: 2;
	width: 100%;
}
.mini-slider .swiper-slide{
	background: #FFFFFF;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	min-height: 308px;
	overflow: hidden;
}
.mini-slider-tag{
	margin: 0px 25px 10px 25px;
	padding: 4px 7px 6px 7px;
	background: #0B75BA;
	border-radius: 4px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	align-self: baseline;
}
.mini-slider-title{
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	color: #1A1A1A;
}
.mini-slider-text{
	font-size: 14px;
	line-height: 18px;
	color: #A7A7AB;
	margin-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	max-width: 214px;
}
.mini-slider-footer{
	margin-top: auto;
	padding: 13px 25px 40px 25px;
	background: rgba(11, 117, 186, 0.8);
}
.mini-slider-footer .mini-slider-title{
	padding: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}
.soc-guard-bg{
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.new-mintrud-icon{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.new-gov-services .gov-links{
	width: 100%;
}
.new-gov-services .gov-item{
	clear: both;
	float: none;
}
.new-gov-services .row{
	display: flex;
	flex-wrap: wrap;
}

.new-mintrud-icon img{
	max-width: 100%;
	max-height: 100%;
}
.soc-guard-bg img{
	min-width: 100%;
	min-height: 100%;
}
.new-demo-block{
	background: #CDEFF5;
	border-radius: 6px;
	position: relative;
	z-index: 1;
	min-height: 200px;
	padding: 30px 300px 30px 40px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.new-demo-block::before{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	content: '';
	z-index: -1;
	transform: skew(-20deg, 0deg);
	background: rgba(5, 174, 205, 0.08);
	transform-origin: right bottom;
}
.new-demo-icon{
	position: absolute;
	right: 30px;
	top: 30px;
	width: 195px;
	height: 135px;
}
.new-demo-icon{
	max-height: 100%;
	max-width: 100%;
}
.new-demo-tag{
	padding: 4px 7px 6px 7px;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #05AECD;
	border-radius: 4px;
	align-self: baseline;
	margin-bottom: 16px;
}
.new-demo-container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.new-demo-date{
	font-size: 12px;
	line-height: 22px;
	color: #757575;
}
.new-demo-date p{
	font-size: 14px;
	line-height: 22px;
	color: #1A1A1A;
}
.new-demo-title{
	font-weight: 600;
	font-size: 64px;
	line-height: 54px;
	text-transform: uppercase;
	color: #05AECD;
}
.new-news-block .container::before{
	position: absolute;
	left: 15px;
	top: 0;
	right: 15px;
	height: 1px;
	background: #0B75BA;
	opacity: 0.2;
	content: '';
	display: block;
}
.new-news-block .container::after{
	position: absolute;
	left: 15px;
	bottom: 0;
	right: 15px;
	height: 1px;
	background: #0B75BA;
	opacity: 0.2;
	content: '';
	display: block;
}
.new-news-block .container{
	padding-top: 35px;
	position: relative;
}
.link-block-title span{
	padding: 4px 7px 4px 7px;
	background: #0B75BA;
	border-radius: 4px;
	display: block;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
}
.link-block-arrow svg{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 24px;
	max-height: 24px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.link-block-arrow{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 18px;
	color: #0B75BA;
}
.link-block-title{
	position: absolute;
	left: 15px;
	top: -14px;
	padding-right: 26px;
	background: #F0F4FA;
}
@media only screen and (max-width: 1199px){
	.new-demo-title {
		font-size: 50px;
	}
	.new-demo-block {
		padding: 30px 250px 30px 40px;
	}
	.new-demo-block::before {
		width: calc(50% + 75px);
	}
	.mini-white-banner, .mini-banner-small{
		min-height: 0px;
		height: auto;
	}
	.mini-banner-small .mini-banner-title{
		max-width: calc(100% - 100px);
	}
	.gov-link-icon{
		top: 26px;
	}
	.new-gov-services .row > *{
		width: 100%;
	}
}

@media only screen and (max-width: 991px){
	.new-demo-container{
		flex-direction: column;
		align-items: flex-start;
	}
	.new-demo-date{
		padding-top: 20px;
	}
}
@media only screen and (max-width: 670px){
	.new-demo-icon {
		display: none;
	}
	.new-demo-block{
		padding: 30px 40px;
	}
}
@media only screen and (max-width: 590px){
	.new-demo-block{
		padding: 15px;
	}
	.new-demo-title{
		font-size: 30px;
		line-height: 40px;
	}
	.new-demo-tag {
		margin-bottom: 5px;
	}
	.new-demo-date {
		padding-top: 10px;
	}
	.new-demo-block {
		min-height: 170px;
	}
	.new-demo-section{
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
}
@media only screen and (max-width: 400px){
	.gov-link-icon{
		display: none;
	}
	.mini-banner-small .mini-banner-title{
		max-width: 100%;
	}
	.mini-white-banner, .mini-banner-small{
		padding: 15px;
	}
	.mini-banner-small .mini-banner-title {
		font-size: 16px;
		line-height: 21px;
	}
	.mini-white-banner-text {
		font-size: 14px;
		line-height: 20px;
	}
	.new-main-banner .gov-link{
		font-size: 14px;
		line-height: 19px;
		padding: 15px;
	}
	.mini-slider .swiper-slide{
		padding-top: 15px;
	}
	.mini-slider-tag{
		margin-left: 15px;
		margin-right: 15px;
	}
	.mini-slider-title{
		padding-left: 15px;
		padding-right: 15px;
		font-size: 18px;
	}
	.mini-slider-text{
		padding-left: 15px;
		padding-right: 15px;
	}
	.mini-slider-footer{
		padding-right: 15px;
		padding-left: 15px;
	}
}
.new-demo-section{
	padding-top: 0 !important;
}
body .fancybox-slide > *{
	padding: 0;
}


.new-news-section > .container > .row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.new-news-section > .container > .row > *{
	max-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;
}
.new-news-section .text-center{
	margin-top: auto;
}
body .new-style .nav-tabs.pull-right .custom-tab-item a{
	white-space: nowrap;
}
body .new-style .nav-tabs.pull-right .custom-tab-item a br{
	display: none;
}
body #sectionServices .nav-tabs-uslugi > li{
	max-width: none;
}
body .new-news-block{
	padding-bottom: 0;
}
body .btn-gamb span{
	background: #0B75BA;
}
body .btn-gamb:hover span{
	background: #085D94;
}


@media only screen and (max-width: 450px){
	.new-style .new-main-slider .swiper-slide{
		height: auto;
	}
	.new-main-banner .banner-slider{
		margin-bottom: 0;
	}
	.gov-link-white{
		padding: 14px 17px 14px 26px;
	}
	.soc-guard{
		min-height: 160px;
		padding: 20px 25px;
	}
	.soc-guard-text{
		font-size: 20px;
		line-height: 28px;
	}
	.soc-guard-button{
		font-size: 14px;
		line-height: 20px;
	}

}
@media only screen and (max-width: 590px){
    .gov-link-big{
        padding: 20px 26px;
        min-height: 120px;
    }
    .new-news-item-img{
        height: 150px;
    }
    body .new-style .link-more, .new-media-more{
        font-size: 14px;
        line-height: 18px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    body .new-style .link-more i, .new-media-more i{
        font-size: 18px;
    }
    .new-media-section{
        padding-bottom: 20px;
    }
    body .new-style .services-box a{
        padding: 12px 15px 5px 15px;
    }
    .docs-preview-title-text{
        font-size: 12px;
    }
    .docs-preview-title{
        margin-bottom: 6px;
    }
    .docs-preview-title-icon{
        height: 24px;
    }
    body .new-style .services-box .text-base{
        font-size: 14px;
        line-height: 18px;
    }
    body .new-style .services-box a::before{
        height: 30px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(52.08%, #F0F4FA), to(rgba(240, 244, 250, 0)));
        background: -o-linear-gradient(top, #F0F4FA 52.08%, rgba(240, 244, 250, 0) 100%);
        background: linear-gradient(180deg, #F0F4FA 52.08%, rgba(240, 244, 250, 0) 100%);
    }
    body .new-style .services-box a::after{
        height: 30px;
    }
    body .new-style .ui-slider-head .section-head{
        font-size: 20px;
        line-height: 32px;
    }
    .new-inst-section .ui-slider-controls{
        display: none;
    }
    .new-media-section .tabs-nav-wrap{
        padding-bottom: 60px;
        position: relative;
    }
    .new-media-section .nav-tabs{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100% !important;
    }
    .new-media-section .nav-tabs > li{
        padding: 0;
    }
    .new-media-section .custom-tab-item{
        width: 100%;
    }
    .new-media-section .custom-tab-item > a{
        height: 100%;
        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;
        padding: 0 !important;
    }
    .new-media-section .tabs-container__content{
        display: block;
        width: 100%;
        max-width: 100%;
        top: 0;
        left: 0;
        right: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        border: 0;
        border: 1px solid #0B75BA;
        border-radius: 6px;
        overflow: hidden;
    }
    .new-media-section .tabs-container__content li a{
        background: #E5E5EB;
    }
    .new-media-section .tabs-container__content li.active a{
        background: #0B75BA;;
    }
    .new-media-section .tabs-container__btn{
        display: none;
    }
    .new-media-section .tabs-container{
        width: 100%;
        height: 40px;
        margin-left: 0;
    }
}
.new-media-section .new-mintrud-slider .swiper-slide{
    background: #E5E5EB;
}
@media only screen and (min-width: 591px){
	.new-style.new-bg-light.new-main-banner .gov-link-white{
		padding: 16px 17px 16px 26px;
	}
}
@media only screen and (max-width: 1199px){
	.new-style.new-bg-light.new-main-banner .mini-banner.mini-banner-small{
		min-height: 130px;
	}
}
.new-style.new-bg-light.new-main-banner .mini-banner-bg{
	width: 100%;
	height: 100%;
}
.new-style.new-bg-light.new-main-banner .mini-banner-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}