html{
	min-height: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	        flex-direction: column;
}
body {
font-size: 100%;
font-family: 'PT Sans', sans-serif;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        flex-direction: column;
-ms-flex: auto;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        flex: auto;
}
main{
	width: 100%;
	margin: auto;
	-ms-flex: 1 0 auto;
	    -webkit-box-flex: 1;
	    -webkit-flex: 1 0 auto;
	        flex: 1 0 auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
footer{
	width: 100%;
	min-height: 2em;
	-ms-flex:none;
	    -webkit-box-flex:0;
	    -webkit-flex:none;
	        flex:none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
	color: #000;
}
.header{
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	        background-size: cover;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.width-wrapper{
	display: block;
	margin: 0 auto;
	max-width: 1920px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
.width-wrapper-nav{
	display: block;
	margin: 0 auto;
	max-width: 1920px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	width: 100%;
	z-index: 5;
}
.width-wrapper-kontent{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 1920px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	width: 100%;
	padding:10px 0 10px 0;
}
.header-div{
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 auto;
	max-width: 1280px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	padding: 0;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.logo-in-header{
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 150px;
	    -ms-flex: 0 1 150px;
	        flex: 0 1 150px;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
}
.logo-in-header img{
	width: 100%;
}
.header-title,.lingvo{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 300px;
	    -ms-flex: 1 1 300px;
	        flex: 1 1 300px;
	-webkit-align-content: center;
	    -ms-flex-line-pack: center;
	        align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.header-title p:last-child {
	font-size: 22px;
}
.header-title p {
	margin: 5px 0px;
	font-weight: bold;
	font-size: 32px;
	color: darkblue;
	text-shadow: 1px 1px 0px #fff, 2px 2px 0px #bbb, 3px 3px 0px #fff;
}
.lingvo{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50px;
	    -ms-flex: 0 0 50px;
	        flex: 0 0 50px;
	padding: 10px 20px;
}
.lingvo p{
	margin: 5px;
}
.lingvo a {
	padding: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.main-menu
{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-direction: column;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	        flex-direction: column;
	-ms-flex-pack: end;
	    -webkit-box-pack: end;
	    -webkit-justify-content: flex-end;
	        justify-content: flex-end;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	background-color: #f2f2f8;
}
.menu,.menu-aside {
	text-decoration: none;
	padding: 0 20px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: auto;
}
.menu>li,.menu-aside li{
	float: left;
	list-style-type: none;
	margin:0 0 0 1.25em;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.menu li,.menu-aside li {
	padding: 10px 20px;
}
.menu li a, .menu-aside li a {
	color: #000;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 20px;
/* 	border-right: 1px solid #3D3D3D; */
}
.sub-menu .qqq2{
	display: none;
}
.sub-menu{
	overflow: hidden;
	height: 0;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #f2f2f8;
	z-index: 1;
	width: 300px;
}
.sub-menu .line{
	padding: 0;
}
.menu li:hover .sub-menu{
	overflow: hidden;
	height: auto;
}

#open{
	display: none;
}
.mobile-menu{
	display: none;
	width: 21px;
	height: 20px;
	cursor: pointer;
	position: relative;
	padding: 10px;
/* 	top: 2px;
	right: 30px; */
	z-index: 5;
	line-height: 20px;
	float: right;
	margin-right: 40px;
}
.mobile-menu-span{
	display: block;
	position: relative;
	width: 21px;
	height: 2px;
	margin: 9px 0;
	background-color: #fff;
	-webkit-transition: height 0.8s ease 0s;
	-o-transition: height 0.8s ease 0s;
	transition: height 0.8s ease 0s;
}
.mobile-menu-span::before,
.mobile-menu-span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  	-webkit-transition: all 0.3s ease 0s;
  	-o-transition: all 0.3s ease 0s;
  	transition: all 0.3s ease 0s;
}
.mobile-menu-span::before{
top: -5px;
}
.mobile-menu-span::after {
bottom: -5px;
}
.ref-partners{
	width: 100%;
	text-align: center;
	border-top: 1px solid gray;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
	background-color: #cedadf;
}

.menu-aside{
padding: 0 0 5px 0;
background-color:#f2f2f8;
}
.menu-aside ul{
	list-style:none;
}
.menu-aside li{
	padding: 0 20px;
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.menu-aside li:hover{
	background:#5c5cfc; /*#d0d0f0;*/
	}
.menu-aside a{
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid #999;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.menu-aside a:hover{
	color:#fff;
	}
.belnetmenu{
	margin: 0;
	padding: 0;
}
.container.vert{
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 280px;
	    -ms-flex: 1 0 280px;
	        flex: 1 0 280px;
}
.central-column{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
/* .wrapper{
	display: none;
} */
.menu-hiden{
	display: none;
}
/* Слайдер*/
.slider{
	height: 310px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
	.slides {
		height: 100%;
		
		/* Simple clear fix */
		overflow: hidden;
		
		/**	
		 * Prevent blinking issue
		 * Not tested. Experimental.
		 */
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;

		/**
		 * Here is CSS transitions 
		 * responsible for slider animation in modern broswers
		 */
		-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		     -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		        transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	}
.slider img,.slider video {
	position: absolute;
	top: 0;
	left:50%;
	height: 100%;
	margin-left: -960px;
	width: auto;
	z-index: -1;
}
		.slide {
			display: block;
			height: 100%;
			float: left;
			clear: none;
			position: relative;
			overflow: hidden;
		}
.slider-tex{
	margin: 125px auto;
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 30pt;
}
.slider-tex a{
	color: #000;
	text-decoration: none;
	outline: none;
}
.new-line{
	display: block;
}
.new-line span{
	background-color: rgba(255, 255, 255,0.9);
	padding: 0 20px;
	-webkit-border-radius: 1px;
	        border-radius: 1px;
	line-height: 38px;
	}
.slider-arrows {display: none;}
	.slider-nav {
			position: absolute;
	top: 90%;
	left: 50%;
	z-index: 1;
	margin-left: -290px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	}

		.slider-nav__item {
				display: block;
	float: left;
	margin: 15px 11px;
	cursor: pointer;
	width: 58px;
	height: 6px;
	background-color: #bdbdbd;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	outline: none;
		}

				.slider-nav__item:hover { background-color: #5c5cfc;}
				.slider-nav__item--current { background-color: #5c5cfc; }


.button-container{
	position: absolute;
	top: 90%;
	left: 50%;
	z-index: 1;
	margin-left: -120px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.button-container label{
	display: block;
	float: left;
	padding: 15px 11px;
	cursor: pointer;
}
.button-slider{
	display: block;
	width: 58px;
	height: 6px;
	background-color: #bdbdbd;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.button-container label:hover .button-slider{
	background-color: #b1df67;
	cursor: pointer;
}
.attachment_block tr{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.attachment_block td{
display: block;
}
.preview-text{
	padding:10px 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#rs td div.attachment_block td {
	padding: 5px 5px;
}
.headline{
	padding: 10px 40px;
}
#rspm_top tr,#rspm_bottom tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.rspmenu td {
	padding: 0px 3px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
}
.lab-work-head{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
}
.lab-work-head-child:nth-child(1){
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100px;
	    -ms-flex: 1 1 100px;
	        flex: 1 1 100px;
	text-align: center;
	margin: 0;
}
.lab-work-head-child:nth-child(2){
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 300px;
	    -ms-flex: 1 1 300px;
	        flex: 1 1 300px;
	text-align: center;
}
.lab-work-head-child:nth-child(3){
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 150px;
	    -ms-flex: 1 1 150px;
	        flex: 1 1 150px;
	text-align: center;
}
div.test_question {
	padding: 50px 0; 
}
@media (max-width: 980px) {
.header-title p:last-child {
	font-size: 18px;
}
.header-title p {
	font-size: 28px;
}
.width-wrapper-nav{
	background-color: rgba(0, 0, 0, 0.8);
}
#open:checked ~.main-menu{
	max-height: 840px;
}
#open:checked ~.mobile-menu .mobile-menu-span{
	height: 0;
	-webkit-transition: height 0s linear 0s;
	-o-transition: height 0s linear 0s;
	transition: height 0s linear 0s;
}
#open:checked ~.mobile-menu .mobile-menu-span::before{
top: -6px;
-webkit-transform:translate(0,10px) rotate(45deg) ;
    -ms-transform:translate(0,10px) rotate(45deg) ;
        transform:translate(0,10px) rotate(45deg) ;
}
#open:checked ~.mobile-menu .mobile-menu-span::after {
bottom: -6px;
-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.main-menu{
		height: 900px;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all .3s ease;
		width: 100%;
	}
	.main-menu{
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.menu{
		padding-top: 0px;
	}
	.menu li {
	width: 100%;
	border-bottom: solid 2px rgba(255,255,255,.1);
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	}
	.menu li::before {
		left: 10%;
		top: 8px;
	}
	.menu a{
		width: 100%;
		padding: 0.5em 1em 0.5em 12%;
		margin: 0 12% 0 0;
		display: block;
	}
	.menu li a::before{
bottom: 33%;
left: 0;
-ms-transform:translate(-5px,0);
    -webkit-transform:translate(-5px,0);
        transform:translate(-5px,0);
}
.sub-menu{
	overflow: hidden;
	height: auto;
	position: static;
	top: 100%;
	left: 0;
	background-color: #f2f2f8;
	z-index: 1;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;

}
.menu .sub-menu{
		padding-left: 20px;
}
	.mobile-menu{
		display: block;	}
.width-wrapper-kontent{
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
	 height: auto;
}
.container.vert{
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 280px;
	    -ms-flex: 1 0 280px;
	        flex: 1 0 280px;
	width: 280px;
	height: 50%;
}
.central-column{
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
            width: calc(100%);
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
    height: 100%;
    page-break-before: always;
}
.container.enter{
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}
.article .doccard img{
	max-width: 100%;
	height: auto;
}
}
@media (max-width: 800px){
.lab-work-head{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
}
		#slider-text-9 {
			margin: 80px auto;
		}
}
@media (max-width: 640px){
	.header-title{
		width: 100%;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 400px;
		    -ms-flex: 1 1 400px;
		        flex: 1 1 400px;
		padding: 0 10px;
	}
	.logo-in-header{
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 150px;
	    -ms-flex: 0 1 150px;
	        flex: 0 1 150px;
	display: none;
	}
.logo-in-header img{
	max-width: 100px;
}
.lingvo{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.lingvo p {
	display: inline;
}
}
@media (max-width: 460px){

	.width-wrapper-kontent
	{
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
}
@media (max-width: 360px){
div.doccard {
	padding: 40px 10px;
}
.menu, .menu-aside {
	padding: 0 10px;
}
.header-title {
	padding: 0;
}
.headline{
	padding: 10px 10px;
}
div.doccard_opened, div.doccard_closed {
	padding: 20px 10px 20px 10px;
}
}
@media (max-width: 320px){
.width-wrapper-kontent
	{
	display: block;
}
.container.vert,#maintablemenu,.central-column,#maintablekit{

	width: 100%;
}



}
/*Toggle*/
.toggle span:nth-child(1) {
	float:left;
}
.toggle span:nth-child(2) {
	float:right;
}
.toggle input{
	width:20px;
	height:20px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	border: 2px solid #aaa;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}

div.toggle {
	overflow:visible;
}
#rs td div.attachment_block td {
	height: auto;
}
.h1_front{
	padding: 40px 40px 20px 40px;
	margin: 0;
	font-size: 24px;
}
.home_page .name_front{
color: #000000;
text-decoration: none;
	transition: all 0.5s;
}
.home_page .name_front:hover{
	color: #555555;
}
.home_page .news-published{
	font-size: 12px;
}
.home_page .resourcesummary{
	margin-top: 10px;
}
 .resourcelist .home_page img.label {
	width: 100px;

}