@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic');
@import url("css/bebasneue.css");

html {
	height:100%;
	margin: 0;
	min-width: 320px;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 1.4;
	background: #fff;
	height:100%;
}

.wrapper {
	width: 100%;
	min-width: 320px;
	margin:0;
	padding:0;
	position:relative;
	min-height: 100%;
	height: auto!important;
	height: 100%;
}
header{
	position: relative;
	margin: 0;
}
.content-container {
	min-height: 1%;
	position:relative;
	padding: 0 0 350px 0;
	margin: 0;
}
.content-container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
footer {
	height: 295px;
	min-width: 320px;
	margin:-295px auto 0;
	position:relative;
	overflow:hidden;
	text-align: left;
}
@media (max-width: 1023px){
	.content-container {
		padding-bottom: 30px;
	}
	footer {
		height: auto;
		margin: 0;
	}
}

input, select, textarea{
	color: #21242d;
}
a{
	color: #3457a1;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover{
	color: #21242d;
	text-decoration: underline;
}
p{
	margin: 0;
	padding: 0 0 15px 0;
}
h1 {
	font-size: 32px;
	margin: 0;
	padding: 0 0 25px 0;
	color: #3457a1;
	font-weight: normal;
	font-family: 'Bebas Neue Bold';
	line-height: 1.2;
}
h2{
	font-size: 24px;
	padding: 0 0 25px 0;
	margin: 0;
	color: #21242d;
	font-weight: normal;
	font-family: 'Bebas Neue Bold';
	line-height: 1.2;
}
h3, h4{
	font-size: 19px;
	padding: 0 0 25px 0;
	margin: 0;
	color: #3457a1;
	font-weight: normal;
	font-family: 'Bebas Neue Bold';
	line-height: 1.2;
}
h5{
	font-size: 18px;
	padding: 0 0 15px 0;
	margin: 0;
	color: #3457a1;
	font-weight: normal;
	font-family: 'Bebas Neue Bold';
	line-height: 1.2;
}
@media (max-width: 767px){
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 22px;
	}
}

.scroll-block{
	overflow: auto;
}
.scroll-block.y-scroll::-webkit-scrollbar{
	width: 6px;
}
.scroll-block.x-scroll::-webkit-scrollbar{
	height: 6px;
}
.scroll-block::-webkit-scrollbar-thumb{
	border-width:0;
	border-radius: 6px;
	background-color:  #006195;
}
.scroll-block::-webkit-scrollbar-thumb:hover{
	background-color: #006195;
}
.scroll-block.y-scroll::-webkit-scrollbar-track{
	border-right: 6px solid #ebebeb;
	background-color: #fff;
}
.scroll-block.x-scroll::-webkit-scrollbar-track{
	border-bottom: 6px solid #ebebeb;
	background-color: #fff;
}

.container {
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
	max-width: 1176px;
}
.row {
	margin-right: -10px;
	margin-left: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10 {
	padding-right: 10px;
	padding-left: 10px;
}


.breadcrumbs{
	color: #29324e;
}
.main-page{
	background-color: #21242d;
}
.main-page .wrapper{
	padding-top: 5%;
}
.main-page-bg-container{
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-page-bg-container:before{
	display: block;
	content: ' ';
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.main-page-bg{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('images/main-bg.jpg');
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}
.main-page-bg:after{
	display: block;
	content: ' ';
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #21242d;
	opacity: 0.7;
}
.main-page-bg.animate{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 3s ease-out;
	-moz-transition: all 3s ease-out;
	-ms-transition: all 3s ease-out;
	-o-transition: all 3s ease-out;
	transition: all 3s ease-out;
}

.main-page .content-container{
	z-index: 10;
}
.main-page-logo-block {
	border-radius: 4px;
	background-color: #fff;
	max-width: 368px;
	margin: auto;
	margin-bottom: 35px;
	padding: 80px 15px 40px;
	text-align: center;
	opacity: 0;
}
.main-page-logo-block.animated{
	opacity: 1;
}
.main-page-logo-block .text{
	font-size: 18px;
	color: #21242d;
	font-family: 'Bebas Neue Regular';
	line-height: 1.2;
}
.main-page-logo{
	width: 135px;
	height: 170px;
	margin: auto;
	margin-bottom: 45px;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url('images/logo-big.svg');
}

.main-page-menu{
	font-size: 18px;
	color: #fff;
	font-family: 'Bebas Neue Regular';
	line-height: 1;
	text-transform: uppercase;
	opacity: 0;
}
.main-page-menu.animated{
	opacity: 1;
}
.main-page-menu a{
	display: inline-block;
	padding: 5px 1px;
	color: #fff;
	white-space: nowrap;
	text-decoration: none !important;
	border-bottom: 1px solid transparent;
}
.main-page-menu a:hover, .main-page-menu .active a.main-menu-link{
	border-bottom-color: #ff0000;
	color: #fff;
}
.main-page-menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	text-align: center;
}
.main-page-menu ul li{
	display: inline-block;
	padding: 0 18px;
	margin-bottom: 15px;
}
.main-page-menu ul.main-menu{
	position: relative;
}
.main-page-menu .main-menu-link{
	font-family: 'Bebas Neue Bold';
	font-size: 22px;
}
.main-page-menu .sub-main-menu{
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	width: 100%;
	top: 100%;
	left: 0;
}
.sub-main-menu a.selected {
	border-bottom-color: #21242d;
	color: #21242d;
}
.main-page-menu .main-menu-item.active .sub-main-menu{
	opacity: 1;
	z-index: 100;
}
.main-page-menu ul.menu-contact{
	margin-top: 60px;
	padding-top: 15px;
	position: relative;
}
.main-page-menu ul.menu-contact:before {
	display: block;
	content: ' ';
	background-color: rgb(83, 90, 113);
	position: absolute;
	left: 50%;
	top: 0;
	width: 16px;
	height: 3px;
	z-index: 10;
	margin-left: -8px;
}
@media (max-width: 1023px){
	.main-menu-item{
		display: block;
	}
	.main-page-menu ul li {
		margin-bottom: 5px;
	}
	.main-page-menu .main-menu-item{
		margin-bottom: 30px;
	}
	.main-page-menu .sub-main-menu{
		position: relative;
		opacity: 1;
		top: auto;
		left: auto;
		padding-top: 10px !important;
	}
	.main-page-menu a.main-menu-link{
		border-bottom-color: #ff0000;
		color: #fff;
	}
	.main-page-menu ul.menu-contact {
		margin-top: 0;
	}
}
@media (max-width: 620px){
	.main-page-logo-block {
		margin-bottom: 20px;
		padding: 20px 10px 20px;
	}
	.main-page-logo{
		width: 90px;
		height: 115px;
		margin-bottom: 15px;
	}
}

footer{
	background-color: #efeff0;
}
.footer_container{
	height: 235px;
	padding-top: 40px;
}
.copy{
	color: #fff;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	background-color: #21242d;
	padding-top: 25px;
	height: 60px;
}
.main-page-footer{
	z-index: 10;
	height: 65px;
	margin: -65px auto 0;
	background-color: transparent;
}
.main-page .content-container {
	padding: 0 0 100px 0;
}
.main-page-footer .copy{
	padding: 0;
	height: auto;
	background-color: transparent;
}

.footer-logo-block{
	max-width: 96px;
	height: 120px;
}
.footer-logo{
	width: 100%;
	height: 100%;
	display: block;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url('images/logo-big.svg');
}
.footer-contact{
	padding-left: 20px;
}
.footer-menu h5{
	padding-bottom: 10px;
}
.footer-menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer-menu li{
	font-size: 13px;
	color: #424242;
	margin-bottom: 10px;
	font-weight: 600;
}
.footer-menu li a{
	color: #424242;
}
.footer-menu li a:hover{
	color: #3457a1;
}

@media (max-width: 1023px){
	.footer_container{
		height: auto;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.footer-contact{
		padding-bottom: 15px;
	}
	.footer-menu{
		padding-top: 15px;
	}
}
@media (max-width: 767px){
	.footer_container .container{
		max-width: 380px;
	}
	.footer-logo-block{
		margin: auto;
	}
	.footer-contact{
		padding-left: 0;
		padding-bottom: 0;
		padding-top: 15px;
	}
}

header{
	margin-bottom: 60px;
	min-height: 100px;
	overflow: visible;
}
header .container{
	background-color: #eff2f8;
}

.logo-block {
	background-color: rgb(33, 36, 45);
	position: relative;
	z-index: 10;
	width: calc(100% + 40px);
	max-width: 367px;
	margin: 0 -20px -10px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 20px;
}
.logo{
	width: 70px;
	height: 72px;
	display: inline-block;
	vertical-align: middle;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url('images/logo.svg');
}
.logo-block .text{
	width: calc(100% - 80px);
	display: inline-block;
	vertical-align: middle;
	font-family: 'Bebas Neue Regular';
	font-size: 15px;
	color: #fff;
	padding-left: 20px;
	line-height: 1.2;
	letter-spacing: 1.5px;
}
@media (max-width: 1023px){
	header{
		margin-bottom: 40px;
		min-height: 30px;
	}
}
@media (max-width: 620px){
	.logo-block {
		padding: 10px;
	}
	.logo{
		width: 50px;
		height: 52px;
	}
	.logo-block .text{
		width: calc(100% - 60px);
		font-size: 14px;
		padding-left: 10px;
	}
}

.top-menu{
	font-size: 16px;
	color: #21242d;
	font-family: 'Bebas Neue Regular';
	line-height: 1;
	text-transform: uppercase;
	padding: 15px 0 0 20px;
}
.top-menu a{
	display: inline-block;
	padding: 5px 0;
	color: #21242d;
	white-space: nowrap;
	text-decoration: none !important;
	border-bottom: 1px solid transparent;
}
.top-menu .active a.main-menu-link{
	border-bottom-color: #21242d;
	color: #21242d;
}
.top-menu a:hover{
	color: #bd2e21;
}
.top-menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	text-align: left;
}
.top-menu ul li{
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 15px;
}
.top-menu ul.main-menu{
	position: relative;
}
.top-menu .main-menu-link{
	font-family: 'Bebas Neue Bold';
	font-size: 18px;
}
.top-menu ul.sub-main-menu li{
	padding: 0 10px;
	margin-bottom: 10px;
}
.top-menu ul.sub-main-menu li:last-child{
	padding-right: 0;
}
.top-menu .sub-main-menu{
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	width: 100%;
	top: 100%;
	left: 10px;
}
.top-menu .main-menu-item.active .sub-main-menu{
	opacity: 1;
	z-index: 100;
}
.top-menu .menu-contact{
	position: relative;
}
.top-menu .menu-contact:before {
	display: block;
	content: ' ';
	background-color: #bd2e21;
	position: absolute;
	left: -2px;
	top: 5px;
	width: 3px;
	height: 16px;
	z-index: 10;
}
.top-menu .menu-contact .selected{
	border-bottom-color: #21242d;
	color: #21242d;
}
@media (max-width: 1023px){
	.top-menu {
		display: none;
	}
}

/* mobile-menu */
.mobile-menu{
	display: none;
	right: -100%;
	top: 0;
	position: fixed;
	z-index: 1000;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.menu-button{
	display: none;
}
@media (max-width: 1023px){

	.top_menu {
		display: none;
	}
	.menu-button{
		position: absolute;
		display: block;
		top: 20px;
		right: 20px;
		font-style: normal;
		z-index: 1010;
		cursor: pointer;
		background-image: url('images/menu-burger.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		width: 25px;
		height: 25px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.menu-button.active{
		background-image: url('images/close.svg');
	}
	.mobile-menu{
		display: block;
		background-color: #fff;
		color: #000;
		padding: 50px 30px 20px;
		width: 100%;
		max-width: 320px;
		border-top: 2px solid #f8f8f8;
	}
	.mobile-menu.open{
		right: 0px;
		position: absolute;
		-webkit-box-shadow: -12px 12px 24px 0px rgba(0,0,0,0.17);
		-moz-box-shadow: -12px 12px 24px 0px rgba(0,0,0,0.17);
		box-shadow: -12px 12px 24px 0px rgba(0,0,0,0.17);
	}

	.mobile-menu-ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.mobile-menu-ul li{
		margin: 0;
		padding: 0 0 15px;
		font-family: 'Bebas Neue Regular';
		line-height: 1;
		text-transform: uppercase;
		font-size: 18px;
	}
	.menu-accordion.ui-accordion .ui-accordion-content {
		padding-bottom: 0;
	}
	#link_contact{
		padding: 10px;
    padding-left: 20px;
    color: #3457a1;
    font-family: 'Bebas Neue Bold';
    line-height: 1;
    font-size: 19px;
	}
	#link_contact a{
    color: #3457a1;
    font-family: 'Bebas Neue Bold';
	}
}
/* \\mobile-menu */


.detail-text h2, .detail-text h3{
	padding-top: 20px;
}

.tele-ul, .doc-ul, .check-ul, .folder-ul{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	padding-top: 10px;
	list-style-type: none;
}
.tele-ul li, .doc-ul li, .check-ul li, .folder-ul li{
	margin: 0;
	padding: 0;
	padding-left: 25px;
	margin-bottom: 20px;
	position: relative;
}
.tele-ul li:before, .doc-ul li:before, .check-ul li:before, .folder-ul li:before {
	display: block;
	content: ' ';
	position: absolute;
	left: 0;
	top: 4px;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.tele-ul li:before{
	background-image: url('images/monitor.svg');
	width: 18px;
	height: 15px;
}
.doc-ul li:before{
	background-image: url('images/text-document.svg');
	width: 13px;
	height: 16px;
	top: 3px;
}
.check-ul li:before{
	background-image: url('images/checking.svg');
	width: 16px;
	height: 15px;
	top: 3px;
}
.folder-ul li:before{
	background-image: url('images/open-folder-icon.svg');
	width: 16px;
	height: 15px;
	top: 3px;
}
.dop-ul-block{
	padding-top: 30px;
}

hr{
	color: #ff0000;
	background-color: #ff0000;
	border: 0px none;
	height: 1px;
	clear: both;
	margin: 40px 0;
}

.ui-accordion .ui-accordion-header{
	font-size: 19px !important;
}
.ui-accordion .ui-accordion-header{
	margin: 0;
	padding: 10px;
	padding-left: 20px;
}
.ui-accordion .ui-accordion-content {
	padding: 15px 0;
}
.ui-accordion .ui-accordion-header-icon{
	display: block;
	position: absolute;
	left: 0;
	top: 20px;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(images/down-arrow.svg);
	width: 12px;
	height: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ui-accordion .ui-state-active .ui-accordion-header-icon{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}

.projects-block .project-item {
	max-width: 400px;
	margin: auto;
	margin-bottom: 25px;
}
.projects-block .project-item .project-info{
	width: 100%;
	min-height: 227px;
	display: table;
	position: relative;
}
.project-link-block{
	display: block;
	text-decoration: none !important;
}
.project-info .img{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 5px;
}
.project-info .img img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.project-link-block:hover .project-info .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.project-info .over{
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: #22252e;
	border-radius: 5px;
	opacity: 0.6;
}
.project-info .text{
	position: relative;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}
.project-info .title{
	font-size: 19px;
	font-family: 'Bebas Neue Bold';
	text-transform: uppercase;
}
.project-link{
	padding-top: 10px;
	color: #3457a1;
	font-size: 13px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
}
.project-info .project-info-about {

}
.closed-project{
	display: block;
	margin: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(images/lock.svg);
	width: 48px;
	height: 68px;
	margin-bottom: 35px;
}
@media (max-width: 767px){
	.projects-block{
		padding-top:30px;
	}
}

blockquote{
	border-radius: 4px;
	background-color: #eff2f8;
	border-left: 5px solid #3457a1;
	padding: 20px;
	font-size: 14px;
	font-style: italic;
	margin: 25px 0 35px;
}

.gray-block{
	background-color: #f4f4f4;
	padding: 20px 0;
	margin: 25px 0;
}
.licenses-list{

}
.licenses-item{
	margin-top: 10px;
	position: relative;
	padding-left: 80px;
	padding-bottom: 30px;
}
.licenses-item a{
	text-decoration: none;
	color: #000;
}
.licenses-item a:hover{
	text-decoration: underline;
}
.doc-icon {
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 42px;
	height: 52px;
	text-decoration: none !important;
}
.doc-icon:after{
	display: block;
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(images/text-document-red.svg);
	width: 42px;
	height: 52px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
}
.doc-icon:before{
	display: block;
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(images/text-document.svg);
	width: 42px;
	height: 52px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}
a.doc-icon:hover:before, .licenses-item:hover a.doc-icon:before{
	opacity: 1;
}
a.doc-icon:hover:after, .licenses-item:hover a.doc-icon:after{
	opacity: 0;
}
.licenses-item .data{
	font-style: italic;
}
.emblem{
	text-align: center;
	max-width: 212px;
	margin: auto;
}
.emblem img{
	max-width: 100%;
	height: auto;
}
.wh-80{
	width: 80%;
}
.wh-20{
	width: 20%;
}
.licenses-table .wh-80{
	padding-right: 15px;
}
.licenses-table .wh-20{
	padding-left: 15px;
}
@media (max-width: 767px){
	.licenses-table .wh-80{
		padding-right: 0;
		width: 100%;
	}
	.licenses-table .wh-20{
		display: none !important;
	}
}

.numerically-table .wh-80{
	padding-right: 15px;
}
.numerically-table .wh-20{
	padding-left: 15px;
}
.numerically-item{
	margin-bottom: 40px;
}
.numerically-list .numerically-item:last-child{
	margin-bottom: 0;
}
.numerically-item .numb-block{
	text-align: center;
	color: #3457a1;
	position: relative;
	padding-bottom: 10px;
}
.numerically-item .numb-block span{
	font-size: 30px;
	line-height: 1;
	color: #bd2e21;
	font-weight: bold;
	display: block;
	margin: auto;
}
.numerically-item .numb-block:after {
	display: block;
	content: ' ';
	background-color: rgb(255, 0, 0);
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 20px;
	height: 1px;
	margin-left: -10px;
}
@media (min-width: 1024px){
	.numerically-item .col-md-3{
		width: 25%;
	}
	.numerically-item .col-md-7{
		width: 75%;
	}
}
@media (max-width: 767px){
	.numerically-table .wh-80{
		width: 100%;
		padding-right: 0;
	}
	.numerically-table .wh-20{
		display: none !important;
	}
	.numerically-item .numb-block{
		margin-bottom: 15px;
	}
}

.page-icon {
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 42px;
	height: 52px;
}
.page-icon:after{
	display: block;
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(images/new-page-document.svg);
	width: 42px;
	height: 52px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
}
.page-icon:before{
	display: block;
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(images/new-page-document-a.svg);
	width: 42px;
	height: 52px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}
.support-item:hover .page-icon:before, a.page-icon:hover:before{
	opacity: 1;
}
.support-item:hover .page-icon:after, a.page-icon:hover:after{
	opacity: 0;
}
.page-icon.link {
	height: 95px;
	color: #3457a1;
	text-decoration: none;
	text-align: center;
	font-family: 'Bebas Neue Regular';
	font-size: 14px;
	padding-top: 56px;
}
.page-icon.link span{
	display: block;
}
.page-icon.link.file-ext{
	text-transform: uppercase;
	font-size: 16px;
}

.support-item {
	margin-bottom: 35px;
	position: relative;
	padding-left: 60px;
	min-height: 52px;
}
.support-item p{
	padding-bottom: 5px;
	min-height: 40px;
}
.support-item a{
	color: #000;
	text-decoration: none !important;
}
.main-support-list .support-item .text p{
	font-family: 'Bebas Neue Bold';
	font-size: 19px;
	color: #3457a1;
}
.main-support-list .support-item .text a{
	color: #3457a1;
}
.more-link{
	position: relative;
	display: inline-block;
	line-height: 1;
	padding-bottom: 10px;
	font-size: 13px;
	color: #a92d23 !important;
	text-decoration: none !important;
	font-weight: 600;
}
.more-link:hover{
	color: #3457a1 !important;
}
.target, .downl{
	padding-right: 21px;
	position: relative;
	display: inline-block;
}
.more-link:after {
	display: block;
	content: ' ';
	background-color: rgb(255, 0, 0);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 1px;
}
.target:before {
	display: block;
	content: ' ';
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	height: 13px;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(images/forward-arrow.svg);
}
.downl:before {
	display: block;
	content: ' ';
	position: absolute;
	right: 0;
	top: 0;
	width: 13px;
	height: 13px;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(images/download-folder.svg);
}

.main-support-list{
	border-bottom: 1px solid #ff0000;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.main-support-list .support-item, .protokol-list .support-item{
	min-height: 95px;
}

.contact-quote{
	border-radius: 4px;
	background-color: #eff2f8;
	border-left: 5px solid #3457a1;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 1.8;
	margin: 30px 0;
	max-width: 700px;
}

.attention {
	border-radius: 4px;
	background-color: rgb(252, 246, 180);
	padding: 10px 20px;
	margin: 25px 0 35px;
}
.attention-icon {
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 22px;
	margin-right: 20px;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(images/attention.png);
}
.attention .text {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 50px);
}

.registration-block h2, .auth-block h2, .contact-block h2{
	padding-bottom: 10px;
}
.auth-block{
	max-width: 325px;
}
.separatory-line{
	margin-right: 20px;
	padding-right: 60px;
	position: relative;
}
.separatory-line:after{
	display: block;
	content: ' ';
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background-position: 0;
	background-repeat: repeat-y;
	background-image: url(images/razd.png);
}
.form-block{
	margin-bottom: 30px;
	max-width: 500px;
}
.form-item{
	margin-bottom: 15px;
}
.form-item input{
	border-width: 1px;
	border-color: rgb(173, 176, 182);
	border-style: solid;
	border-radius: 4px;
	background-color: rgb(239, 242, 248);
	width: 100%;
	height: 40px;
	padding: 0 10px;
	outline: none;
}
.form-item input:focus, .form-item textarea:focus{
	border-color: #3457a1;
}
.form-item label{
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
}
.form-item textarea{
	border-width: 1px;
	border-color: rgb(173, 176, 182);
	border-style: solid;
	border-radius: 4px;
	background-color: rgb(239, 242, 248);
	width: 100%;
	height: 100px;
	padding: 10px;
	outline: none;
}
.err-inp{
	border-color: #ff0000 !important;
}
.error{
	display: block;
	color: #ff0000;
	font-size: 12px;
	padding-top: 5px;
}
.form-button{
	text-align: right;
}
.button{
	display: inline-block;
	position: relative;
	cursor: pointer;
	background-color: #3457a1;
	color: #fff;
	text-align: center;
	font-size: 14px;
	white-space: nowrap;
	line-height: 38px;
	height: 40px;
	padding: 0 30px;
	border-radius: 4px;
	text-decoration: none !important;
	border: 1px solid #3457a1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.button:hover, .button:focus{
	background-color: #fff;
	color: #3457a1;
	outline: none;
}
.contact-quote.type2{
	max-width: 100%;
	line-height: 1.5;
}
.auth-block .form-block{
	margin-bottom: 0;
	padding-bottom: 10px;
}
@media (max-width: 1023px){
	.registration-block.separatory-line{
		margin-right: 0;
		padding-right: 0;
	}
	.registration-block.separatory-line:after{
		display: none;
	}
	.auth-block, .contact-quote.type2{
		max-width: 500px;
	}
}

.map{
	padding-left: 40px;
}
.map img{
	max-width: 100%;
}
.contact-text{
	padding-bottom: 20px;
}
@media (max-width: 767px){
	.map{
		padding-left: 0;
	}
}

.open-link-block{
	max-width: 282px;
	text-align: center;
	margin-bottom: 25px;
}
.open-link {
	display: block;
	border-width: 1px;
	border-color: rgb(255, 0, 0);
	border-style: solid;
	border-radius: 4px;
	background-color: #fff;
	position: relative;
	height: 40px;
	line-height: 38px;
	color: #000;
	text-decoration: none !important;
}
.open-link:hover{
	border-color: #3457a1;
}
.open-link:after {
	display: inline-block;
	content: ' ';
	vertical-align: middle;
	width: 16px;
	height: 13px;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(images/forward-arrow-black.svg);
	margin-left: 5px;
}
.open-link-block span{
	display: block;
	padding-top: 5px;
	font-size: 13px;
}

.breadcrumbs{
	color: #808080;
	margin-bottom: 30px;
}
.breadcrumbs-main{
	float: right;
	text-align: right;
}
.breadcrumbs-main .breadcrumbs {
	margin-bottom: 15px;
}
.lk-subtitle{
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
}
.docs-list .support-item {
	min-height: 95px;
}
.docs-list .support-item p{
	min-height: 50px;
}
.section-list{

}
.section-item a.title {
	font-size: 20px;
	color: #3457a1;
	font-weight: normal;
	font-family: 'Bebas Neue Bold';
}
.section-item a.title:hover{
	color: #ff0000;
}
.section-item {
	margin-bottom: 35px;
	position: relative;
	padding-left: 60px;
	min-height: 52px;
}
.section-item .page-icon.link{
	height: 52px;
}
.section-item .text{
	line-height: 1.6;
}


.main-page-video{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-page-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
/* Preloader */
.loader-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99999;
}
.loader {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 5px;
	width: 5em;
	height: 5em;
	margin: -25px 0 0 -25px;
	text-indent: -9999em;
	border-top: 0.5em solid #121212;
	border-right: 0.5em solid rgba(245, 245, 245, 0.5);
	border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
	border-left: 0.5em solid rgba(245, 245, 245, 0.5);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* \\Preloader */


.with-video .container{
	position: relative;
	z-index: 10;
	background-color: #fff;
}
.with-video footer{
	z-index: 10;
}
.footer_container .container{
	background-color: transparent !important;
}

.main-page-menu.type1 a{
	box-shadow: 0 0 30px #4f5279;
	background-color: rgba(79, 82, 121, 0.4);
	border-radius: 3px;
}

