body {
	font-family: 'Museo Sans Cyrl 500';
	background:#F2F3F6;
}

.h1, h1 {
	font-size:2rem;
}

.header {
	position:relative;
	z-index:1;
	padding-bottom:35px;
	width:100%;
	background:#fff;
	
}

.header .logo {
	font-size:20px;
	font-family: 'Museo Sans Cyrl 900';
	text-transform:uppercase;
	color:#264796;
	line-height:22px;
	overflow:hidden;
	margin-left:150px;
}

.header .logo img {
	float:left;
	margin-right:10px;
}

.header .logo span {
	margin-top:30px;
	display:block;
}

.header .lang {
	float:right;
	overflow:hidden;
}

.header .lang a {
	display:block;
	float:left;
	font-size:14px;
	text-decoration:none;
	color:#264796;
	font-family: 'Museo Sans Cyrl 900';
	padding-left:10px;
	padding-right:10px;
	padding-top:30px;
	padding-bottom:10px;
	text-transform:uppercase;
}

.header .lang a.active {
	background:#264796;
	color:#fff;
}

.navbar {

	z-index:10;
}

.navbar-dark {
	background:#292929 !important;
}

.mymenu .navbar-nav {
	font-family: 'Museo Sans Cyrl 700';
	float:right;
}

.navbar-dark .navbar-nav .nav-link {
	color:rgba(255,255,255,1);
	text-transform:uppercase;
	font-size:16px;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding-right:1rem;
	padding-left:1.5rem;
	border-right:1px solid #505050;
	padding-bottom:0;
	padding-top:0;
	margin-top:.5rem;
	margin-bottom:.5rem;
}

.navbar-expand-md .navbar-nav .nav-item:first-child .nav-link {
	border-left:1px solid #505050;
}

.navbar-logo {
	position:absolute;
	top:-100px;
}
.mymenu .dropdown-toggle::after {
	color:#DCBC77;
}

.dropdown-item.active, .dropdown-item:active {
	background-color:#264796;
}

.ornament {
	background:url(../images/pattern.png) repeat-x center bottom;
	width:100%;
	height:42px;
}

#slider {
	position:relative;
	z-index:1;

}

.about {

position:relative;
z-index:2;
margin-top:-170px;
color:#111111;
font-size:16px;
margin-bottom:40px;
}

.aboutblock {
	padding:40px 65px;
	background:url(../images/mainbg.jpg) no-repeat center top #fff;
	-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
border-top:7px solid #264796;
min-height:445px;
text-align:justify;

	
}

.aboutblock h1 {
	margin-bottom:30px;
}

.docsblocks {
	margin-bottom:50px;
}

.docsblock  {
	display:block;
	text-decoration:none;
	color:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	height:158px;
	padding-left:100px;
	position:relative;
	padding-top:35px;
}

.docsblock:hover {
	color:#fff;
	
}

.docsblock.doc1 {
	background-image:url(../images/doc1.jpg);
}

.docsblock.doc2 {
	background-image:url(../images/doc2.jpg);
}

.docsblock.doc3 {
	background-image:url(../images/doc3.jpg);
}

.docsblock.doc4 {
	background-image:url(../images/doc4.jpg);
	padding-left:125px;
}


.docsblock i {
	display:block;
	position:absolute;
	left:25px;
	top:43px;
}

.docsblock.doc1 i, .docsblock.doc2 i, .docsblock.doc3 i {
	background-image:url(../images/icon-doc.png);
	width:59px;
	height:72px;
}

.docsblock.doc4 i {
	background-image:url(../images/icon-faq.png);
	width:84px;
	height:77px;
	top:40px;
}

.docsblock span {
	display:block;
}

.docsblock .name {
	font-family: 'Museo Sans Cyrl 900';
	font-size:18px;
	margin-bottom:5px;
}

.docsblock .subname {
	font-family: 'Museo Sans Cyrl 700';
	font-size:18px;
	margin-bottom:5px;
}

.docsblock .desc {
	font-family: 'Museo Sans Cyrl 300';
	font-size:14px;
	line-height:16px;
}

.news {
	margin-bottom:50px;
}

.news .nws {
	border-top:3px solid #264796;
}

.news .nws .date {
	padding:0 15px;
	background:#264796;
	color:#fff;
	display:inline-block;
	margin-bottom:10px;
}

.news .nws a {
	display:block;
	color:#264796;
	font-family: 'Museo Sans Cyrl 700';
	font-size:18px;
	line-height:normal;
margin-bottom:10px;
}

.news .nws .desc {
font-family: 'Museo Sans Cyrl 300';
	font-size:14px;
	line-height:16px;
	color:#303030;
}

.partbl {
	background:#fff;
	padding:40px 0;
	position:relative;
	
}

.partners .item {
	width:150px;
	background:#fff;
	height:70px;
	text-align:center;
}

.partners .owl-carousel .owl-item img {
	width:auto;
	display:inline;
}

.partners {
	padding:0 100px;
	
}

.partners .owl-carousel .owl-nav button.owl-next, .partners .owl-carousel .owl-nav button.owl-prev {
	font-size:40px;
	color:#fff;
	background:#264796;
	border-radius:40px;
	display:block;
	width:47px;
	height:47px;
	line-height:47px;
	position:absolute;
	top:13px;
	outline:0;
	
}

.partners .owl-carousel .owl-nav button.owl-next {
	right:-70px;
}

.partners .owl-carousel .owl-nav button.owl-prev {
	left:-70px;
}

footer {
	font-family: 'Museo Sans Cyrl 300';
	font-size:14px;
	background:#292929;
	color:#c4c4c4;
	padding:50px 0;
}

footer p {
	margin-bottom:0;
}

footer .cont {
	position:relative;
	padding-left:50px;
	line-height:39px;
	float:left;
}

footer .cont.footphone {
	line-height:20px;
	float:left;
	margin-left:70px;
}

footer .cont i {
	display:block;
	width:39px;
	height:39px;
	position:absolute;
	left:0;
	top:0;
	
}


footer .cont i.adress {
	background:url(../images/map.png) no-repeat;
}

footer .cont i.phone {
	background:url(../images/phone.png) no-repeat;
}

footer .cont i.email {
	background:url(../images/email.png) no-repeat;
}

footer .cont:last-child {
	float:right;
}

footer .cont:last-child {
	float:right;
}

.breadcrumb {
	background:#F2F3F6;
	text-transform:uppercase;
	color:#8a8a8a;
font-family: 'Museo Sans Cyrl 300';	
font-size:14px;
margin-top:10px;
margin-bottom:10px;
}

.breadcrumb b {
	display:inline-block;
	background:url(../images/breadcrumb.png) no-repeat 0 0;
	width:9px;
	height:9px;
	margin:0 7px;
}

.breadcrumb a {
	color:#111111;
}


.content {

position:relative;
z-index:2;

color:#111111;
font-size:16px;
margin-bottom:40px;
}

.contentblock {
	padding:40px;
text-align:justify;
min-height:445px;
word-wrap: break-word;
	overflow-wrap: break-word;
	
}

.col-md-3.d-none.d-md-block + .col-md-9 .contentblock {
	padding:40px 0;
	padding-right:40px;
}


.contentblock * {
word-wrap: break-word;
	overflow-wrap: break-word;
}

.contentblock .conttable * {
	word-wrap:normal;
}

.contentblock .conttable .row {
	text-align:left;
}

.contentblock h1 {
	margin-bottom:20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	text-align:left;
}

.sidebar {
	padding:40px 0;
}

.white {
	background:#fff;
	
	-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
border-top:7px solid #264796;
	
}

.contentblock h1 {
	text-transform:uppercase;
}

.content {
	color:#111111;
}

.sidebar .nav.navbar-nav li {
	list-style:disc;
	margin-left:40px;
	color:#264796;

	
}

.sidebar .nav.navbar-nav li a {
	color:#264796;
	font-size:14px;
	text-transform:uppercase;
	padding-left:10px;
	display:block;
	width:100%;
	padding:.25rem 1rem;
	
	clear:both;

	
}

.sidebar .nav.navbar-nav li.active a {
	color:#000;
	font-family: 'Museo Sans Cyrl 900';
	background:none;
}

.sidebar .nav.navbar-nav li:hover a {
	color:#000;
	text-decoration: none;
    background-color: #f8f9fa;
}

.sidebar .nav.navbar-nav li a:active, .sidebar .nav.navbar-nav li a:focus {
	background:#F8F9FA;
}

.history {
	border-left:2px solid #264796;
	position:relative;
	margin-top:40px;
}

.history .event {
	left:-6px;
	position:relative;
	padding-bottom:30px;
	
}

.history .event .date {
	color:#264796;
	font-size:18px;
	font-family: 'Museo Sans Cyrl 700';
}

.history .event .date::before {
	display:inline-block;
	width:10px;
	height:10px;
	content:"";
	border-radius:10px;
	background:#264796;
	margin-right:28px;
	position:relative;
	top:-10px;
}

.history .event p {
	margin-left:38px;
}

.history .event .date span {
	
	top:-5px;
	position:relative;
}

.history .event:last-child {
	position:absolute;
	
	padding-bottom:0;
}

.iconline {
	position:relative;
	padding-left:75px;
	margin-bottom:30px;
}

.iconline i.icon {
	display:block;
	position:absolute;
	left:0;
	top:5px;
}

.iconline .name {
	color:#264796;
	font-size:18px;
	text-transform:uppercase;
	font-family: 'Museo Sans Cyrl 700';
	margin-bottom:5px;
}


.iconline .cert_icon {
	background:url(../images/cert-icon.png) no-repeat 0 0;
	width:37px;
	height:42px;
}
.iconline .dect_icon {
	background:url(../images/dect-icon.png) no-repeat 0 0;
	width:35px;
	height:45px;
}
.iconline .ispit_icon {
	background:url(../images/ispit-icon.png) no-repeat 0 0;
	width:43px;
	height:33px;
}
.iconline .techexpert_icon {
	background:url(../images/techexpert-icon.png) no-repeat 0 0;
	width:47px;
	height:47px;
}
.iconline .doc_icon {
	background:url(../images/doc-icon.png) no-repeat 0 0;
	width:33px;
	height:43px;
}
.iconline .expert_icon {
	background:url(../images/expert-icon.png) no-repeat 0 0;
	width:47px;
	height:35px;
}

.people .man {
	overflow:hidden;
	margin-bottom:50px;
}

.people .man .txt {
float:left;
width:525px;
	
}

.people .man .photo {
	float:left;
	display:block;
	width:210px;
	height:250px;
	overflow:hidden;
	margin-right:50px;
}

.people .man .photo img {
	width:220px;
}

.people .man .name {
	color:#264796;
	font-size:30px;
	font-family: 'Museo Sans Cyrl 700';
	line-height:normal;
}
.people .man .dol {
	color:#767676;
	font-size:16px;
	line-height:20px;
	margin-bottom:15px;
}



.people .man .phones {
	padding-left:30px;
	color:#264796;
	font-size:14px;
	position:relative;
	margin-bottom:15px;
}

.people .man .phones i {
	background:url(../images/icon-phone2.png) no-repeat 0 0;
	position:absolute;
	left:0px;
	top:3px;
	width:17px;
	height:18px;
}




.people .man .email {
	padding-left:30px;
	color:#264796;
	font-size:14px;
	position:relative;
}

.people .man .email a {
	color:#264796;
}

.people .man .email i {
	background:url(../images/icon-mail2.png) no-repeat 0 0;
	position:absolute;
	left:0px;
	top:3px;
	width:21px;
	height:15px;
}

.contentblock h2, .accordion .accordion-title {
	color:#264796;
	font-size:1.5rem;
	margin-top:15px;
	margin-bottom:15px;
}

.contentblock h3 {
	color:#264796;
	font-size:1.2rem;
	margin-top:15px;
	margin-bottom:15px;
}


.smi {
	border-left:7px solid #3C4094;
	background:#F0F1F4;
	padding:20px 25px;
	color:#111111;
	font-size:16px;
	margin-bottom:15px;
}

.smi a {
	color:#264796;
	font-family: 'Museo Sans Cyrl 700';
}

.smi a.name {
	color:#264796;
	font-family: 'Museo Sans Cyrl 500';
	font-size:24px;
}




.smi p {
	margin-bottom:5px;
}

.gal {
	margin-bottom:20px;
}


.video .item {
	position:relative;
}
.video .item a i {
	display:block;
	width:58px;
	position:absolute;
	height:58px;
	left:50%;
	top:50%;
	margin-top:-29px;
	margin-left:-29px;
	opacity:0.9;
	background:url(../images/play.png) no-repeat 0 0;
}

.video .item a:hover i {
	opacity:1;
}

.partner {
	display: table;
  
  margin-bottom:30px;

}

.partner .pic {
	display:table-cell;
	width:134px;
	height:134px;
	margin-right:20px;
}
.partner .name {
	color:#0e0e0e;
	font-size:18px;
	/*padding-top:30px;*/
	 display: inline-block;
 display: table-cell;
    vertical-align: middle;
  text-align:left;	
  padding-left:20px;
	font-family: 'Museo Sans Cyrl 700';
}

.contentblock ul li, .contentblock ol li {
	margin-bottom:10px;
}

.contentblock ul, .contentblock ol {
	padding-left:20px;
}

.cert {
	column-count: 3;
}

.cert a {
	display:block;
	overflow:hidden;
	width:100%;
	margin-bottom:15px;
}

.cert a img {
	width:100%;
	border:7px solid #264796;
}

.file {
	font-size:14px;
	font-family: 'Museo Sans Cyrl 500';
	margin-bottom:20px;
}

.file a {
	color:#c8a14c;
	
}

.icon-file {
	background:url(../images/file.png) no-repeat 0 0;
	width:24px;
	height:31px;
	display:inline-block;
	margin-right:10px;
	position:relative;
	top:8px;
}

a.reestr {
	display:block;
	text-align:center;
	background:#F2F3F6;
	color:#264796;
	font-size:24px;
	padding:50px 20px;
	position:relative;
	line-height:28px;
	border-bottom:7px solid #264796;
	margin-top:20px;
	
}

.icon-reestr1 {
	background:url(../images/reestr1.png) no-repeat 0 0;
	display:block;
	width:89px;
	height:100px;
	margin:0 auto;
	margin-bottom:30px;
	margin-top:20px;
	
}

.icon-reestr2 {
	background:url(../images/reestr2.png) no-repeat 0 0;
	display:block;
	width:81px;
	height:103px;
	margin:0 auto;
	margin-bottom:30px;
	margin-top:17px;
}

.cert2 {
	/*column-count: 2;*/
	overflow:hidden;
}

.cert2 a {
	display:block;
	overflow:hidden;
	width:50%;
	margin-bottom:15px;
	float:left;
}

.cert2 a img {
	width:100%;
	
}

.contacts {
	font-family: 'Museo Sans Cyrl 300';
	font-size:16px;
	line-height:22px;
	text-align:left;
}

.contacts .name {
font-family: 'Museo Sans Cyrl 500';
	font-size:18px;	
	color:#264796;
}

.contacts p {
	margin-bottom:.8rem;
}

.map-block {
	overflow:hidden;
	margin:25px 0;
	height:300px;
	text-align:left;
}

.map-block .txt {
	width:50%;
	background:#264796;
	color:#fff;
	padding:40px;
	float:left;
	height:300px;
}

.map-block .txt p {
	font-size:20px;
	line-height:24px;
	margin-bottom:50px;
}

.map-block .txt .address {
	background:url(../images/marker.png) no-repeat 0 50%;
	padding-left:45px;
	min-height:45px;
	font-size:15px;
}

.map-block .map {
	background:#ffffff;
	float:right;
	width:50%;
	min-height:300px;
}

.contentblock h2.conth2 {
	text-transform:uppercase;
	font-size:24px;
	line-height:normal;
	color:#0e0e0e;
	font-family: 'Museo Sans Cyrl 700';
}

.contentblock h3.conth3 {
	color:#264796;
	
	font-size:24px;
	line-height:normal;
	
	font-family: 'Museo Sans Cyrl 700';
}

.table {
	border-top:7px solid #264796;
	margin:10px 0;
	
	
}

.conttable {
	margin-bottom:30px;
}

.table td, .table th {
	border-top:0;
	border-bottom:1px solid #D8D8D8;
}

.conttable .num {
	color:#a3a3a3;
	font-size:14px;
	
}

.conttable .dol {
	color:#264796;
	font-size:14px;
}

.conttable .name {
	font-family: 'Museo Sans Cyrl 700';
	color:#000;
	font-size:16px;
}

.conttable .phone {
	font-size:13px;
	color:#060606;
}

.conttable .email {
	font-size:13px;
	color:#060606;
}

.conttable td {
	vertical-align:middle;
	padding:.3rem;
}

.conttable .phone .cont-phone {
	background:url(../images/icon-phone2.png) no-repeat 0 50%;
	padding-left:30px;
}

.conttable .email .cont-email {
	background:url(../images/icon-mail2.png) no-repeat 0 50%;
	padding-left:30px;
}

.border-blue {
	margin-top:30px;
}

.border-blue td {
	border-bottom:7px solid #264796;
	padding-top:30px;
}

.conttable td {
	text-align:left;
}

.conttable .inner {
	margin-top: 5px;
	margin-bottom: 5px;
}

.conttable .bottom-border {
	width: 100%;
	border-bottom: 1px solid #D8D8D8;
	margin-right: 15px;
	margin-left: 15px;
}


.navbar-nav li:last-child  .dropdown-menu {
	left:-440px !important;
}

.gallery-item {
	display: block;
	margin: 10px;
	padding: 5px;
	border: 1px solid #e0e0e0;
}

.gallery-item img {
	border: 1px solid #e0e0e0;
}

.accordion .accordion-title {
	cursor: pointer;
}

.accordion .accordion-title .material-icons {
	position: relative;
	top: 2px;
	padding: 5px;
   	margin-right: 20px;
  	background-color: #3b1595;
  	color: white;
   	border-radius: 100%;
	transition: transform 0.8s;
}

.accordion .accordion-title.active .material-icons {
	transform: rotateZ(180deg);
}	

.accordion .accordion-content {
	height: auto;
	max-height: 0;
	overflow: hidden;
	padding-left: 10px;
	transition: max-height 0.8s;
}

.accordion .accordion-content.active {
	max-height: 3000px;
}

#fixed {
	height:347px;
	width:130px;
	text-align:right;
	top:50%;
	margin-top:-173px;
	right:0;
	z-index:500;
	position:fixed;
}
#sapa {
	display:block;
	float:right;
margin-top:10px;
	background:url(../images/sapa.png) no-repeat 0 0;
	width:124px;
	height:217px;
	
}

#premi {float:right;

	background:url(../images/premi.png) no-repeat 0 0;
	width:130px;
	height:130px;
	
}