@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: Gothic;
    src: url(gothic.ttf);
   } 
@font-face {
    font-family: PTsans;
    src: url(pt-sans.ttf);
   }    
@font-face {
    font-family: Adineue; /* Имя шрифта */
    src: url(adineue.ttf); /* Путь к файлу со шрифтом */
   }    
   
html, body{
	margin:0px; padding:0px;height:100%;
	}

body{
	font-family:PTsans;
	font-size:16px;
	line-height:1.5;
	color:#333;
	}

img{border:none;}
textarea:focus, input:focus{
outline: none;
}

input,textarea,select{
	font-family: Gothic;
	color:#008a99;padding:10px;border-radius:10px;border:1px solid #008a99;
}

i{font-style:normal;}

.fs14{font-size:14px;}
.fs16{font-size:16px;}
.fs18{font-size:18px;}
.fs20{font-size:20px;}
.fs22{font-size:22px;}
.fs24{font-size:24px;}
.fs26{font-size:26px;}
.fs28{font-size:28px;}
.fs30{font-size:30px;}
.fs32{font-size:32px;}
.fs34{font-size:34px;}
.fs36{font-size:36px;}
.fs38{font-size:38px;}
.fs40{font-size:40px;}
.fs42{font-size:42px;}
.fs44{font-size:44px;}
.fs46{font-size:46px;}
.fs48{font-size:48px;}
.fs50{font-size:50px;}
.fs52{font-size:52px;}

.c-hidden{display:none;}
.hidden{display:none1;}

a img{
	border:none;
	text-decoration:none;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.section-indent{
	position:relative;
	width:100%;
	font-family:Gothic;
}
.half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	margin:0 auto;
}
.col-2 {
    width: 49%;
    font-size: 18px;
    line-height: 1.33;
}
.col-3 {
    width: 32%;
    font-size: 18px;
    line-height: 1.33;
	margin:30px;
}

.col-4 {
    width: 22%;
    font-size: 18px;
    line-height: 1.33;
}


a {	-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;-moz-transition: all 0.2s ease;text-decoration:none; 
	color:#c00;padding:3px;border-radius:2px;
}
a:hover{background:#c00;color:#fff;} 

.modal-win{
	border:1px solid #ccc;
	border-radius:30px;
	padding:30px;
	box-shadow:30px 30px 30px rgba(0,0,0,0.5);
	background:#fff;
}

div.nomin-button-1{
	-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;-moz-transition: all 0.2s ease;
	width:250px;
	line-height:1.2;
	color:#00b0c5;
	background:linear-gradient(60deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.5), rgba(0, 200, 169, 0.4));
/*	background:linear-gradient(90deg, rgba(0, 176, 197, 0.3), rgba(0, 200, 169, 0.7)); */
	border:1px solid rgba(0, 176, 197, 0.33);
	padding:20px;
	border-radius:5px;
/*	box-shadow:2px 2px 2px rgba(0,0,0,0.25);*/
	text-align:left;
	padding-bottom:40px;
	padding-right:40px;
	cursor:pointer;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
}
div.nomin-button-1:hover{	

    background:linear-gradient(60deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8), rgba(0, 200, 169, 0.2));
	box-shadow:10px 10px 10px rgba(0,0,0,0.5);
	border:1px solid rgba(0, 0, 0, 0.33);
	color:#b20000;
}

div.nomin-button-2{
	-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;-moz-transition: all 0.2s ease;
	width:350px;
	line-height:1.2;
	color:rgba(0, 200, 169, 1);	
	background:linear-gradient(60deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.5), rgba(0, 176, 197, 0.4));
/*	background:linear-gradient(0deg, rgba(0, 176, 197, 0.03), rgba(0, 200, 169, 0.07));*/
	border:1px solid rgba(0, 200, 169, 0.33);
	padding:20px;
	border-radius:5px;
/*	box-shadow:2px 2px 2px rgba(0,0,0,0.25);*/
	text-align:left;
	padding-bottom:40px;
	padding-right:40px;
	cursor:pointer;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
}
div.nomin-button-2:hover{
	box-shadow:10px 10px 10px rgba(0,0,0,0.5);
	border:1px solid rgba(0, 0, 0, 0.33);
	background:linear-gradient(60deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8), rgba(0, 176, 197, 0.2));
	color:#b20000;
	
}

.n-item-wrapper{
	
}
.n-item{
	display:none;
}
.p-rh-1{
	/*background:rgba(4, 176, 197, 0.5);*/
	background:linear-gradient(80deg, rgba(0, 176, 197, 0.7), rgba(0, 200, 169, 0.5));
	width:95%;
	padding:10px;
	padding-left:20px;
	color:#fff;
	font-size:24px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	text-shadow:1px 1px 1px #04b0c5;
	display:inline-block;
	position:relative;
	line-height:1.2;
}
.p-rh-2{
	/*background:rgba(4, 176, 197, 0.5);*/
	background:l1inear-gradient(80deg, rgba(4, 176, 197, 0.05), rgba(0, 200, 169, 0.1));
	width:95%;
	padding:7px;
	padding-left:20px;
	display:inline-block;
	position:relative;
	line-height:1.2;
	color:#04b0c5;
	font-size:16px;

	text-shadow:1px 1px 1px #fff;
}
.p-rh-school{
	background:linear-gradient(90deg, rgba(199,61,40, 0.35), rgba(199,61,40, 0.1));
	padding:10px;
	padding-left:20px;
	color:#fff;
	text-shadow:1px 1px 1px rgba(199,61,40, 1);
	font-size:18px;
	line-height:1;
	width:95%;
}
.p-rh-school-2{
	background:linear-gradient(90deg, rgba(199,61,40, 0.08), rgba(199,61,40, 0.03));
	padding:6px;
	color:rgba(199,61,40, 1);
	text-shadow:1px 1px 1px #fff;
	font-size:20px;
	line-height:1;
	width:95%;
}
.p-rh-res{
	border-bottom:1px dotted rgba(0, 176, 197, 1);
	font-size:52px;
	color:#c00;
	line-height:1;
	text-shadow:0px 0px 10px #fff;
}
.p-rh-res-2{
	padding:7px;
	padding-left:20px;
	font-size:16px;
	color:#c00;
	line-height:1;
	text-shadow:0px 0px 10px #fff;
}
.p-rh-num-2{
	background:#faf1afa;
	border-radius:7px 0px 0px 7px;
	color:#333;
	font-size:24px;
}


a.red-bg-link{
	color:#fff;
	font-size:15px;
	text-decoration:none;
	padding:20px;
	font-weight:bold;
	border-radius:10px;
	border:2px dashed rgba(255,255,255,0.7);
	display:table;
}
a.red-bg-link:hover{
	color:#c00;
	border:2px solid #fff;
	background:#fff;
}

a.white-link-dotted{
	color:#fff;
	border-bottom:1px dashed;
	padding:3px;
}
a.white-link-dotted:hover{
	color:#c00;
	background:#fff;
	border-bottom:1px solid;
}

a.white-link{
	color:#fff;
	border-bottom:1px solid;
	padding:4px;
}
a.white-link:hover{
	color:#c00;
	background:#fff;
}

a.red-link{
	background:#c00;
	border-radius:5px;
	padding:5px;
	border:2px solid #c00;
	color:#fff;
}
a.red-link:hover{
	background:rgba(255,255,255,0.5);
	color:#c00;	
}

a.pb-register-button{
	color:#c00;
	background:#fafafa;
	border:1px solid #ccc;
	padding:20px 30px;
	border-radius:10px;
	box-shadow:inset 0px 0px 10px rgba(0,0,0,0.05);
}
a.pb-register-button:hover{
	
}

.rate-title{
	font-weight:bold;
	color:#04b0c5;
	font-size:16px;
	line-height:1.2;
}
.rate-results{
	
}

.rh-speed{

	background:linear-gradient(90deg, rgba(199,61,40, 0.35), rgba(199,61,40, 0.1));
	padding:0px 20px;
	padding-left:15px;
	color:#fff;
	text-shadow:1px 1px 1px rgba(199,61,40, 1);
	font-size:24px;
	line-height:1;
	display:table;
}

.rh-speed-{ line-height:1.2;padding-left:5px;color:rgba(199,61,40, 0.65);font-size:10px;text-shadow:none; }



.rh-1{
	background:rgba(4, 176, 197, 0.5);
	padding-right:100px;
	padding-left:20px;
	color:#fff;
	font-size:24px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	text-shadow:1px 1px 1px #04b0c5;
	display:inline-block;
	position:relative;
}
.rh-2{
	background:rgba(4, 176, 197, 0.4);
	padding-right:60px;
	padding-left:20px;
	color:#fff;
	font-size:24px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	text-shadow:1px 1px 1px #04b0c5;
	display:inline-block;
}
.rh-3{
	background:rgba(4, 176, 197, 0.3);
	padding-right:50px;
	padding-left:20px;
	color:#fff;
	font-size:24px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	text-shadow:1px 1px 1px #04b0c5;
	display:inline-block;
}
.rh-4{
	background:rgba(4, 176, 197, 0.2);
	padding-right:40px;
	padding-left:20px;
	color:#04b0c5;
	font-size:24px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	text-shadow:1px 1px 1px #fff;
	display:inline-block;
}
.rh-5{
	background:rgba(4, 176, 197, 0.1);
	padding-right:30px;
	padding-left:20px;
	color:#04b0c5;
	font-size:24px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	text-shadow:1px 1px 1px #fff;
	display:inline-block;
}

.rh-11{
	background:rgba(0, 200, 169, 0.5);
	padding-right:100px;
	padding-left:20px;
	color:#fff;
	font-size:24px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	text-shadow:1px 1px 1px #00c8a9;
	display:inline-block;
}
.rh-12{
	background:rgba(0, 200, 169, 0.4);
	padding-right:60px;
	padding-left:20px;
	color:#fff;
	font-size:24px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	text-shadow:1px 1px 1px #00c8a9;
	display:inline-block;
}
.rh-13{
	background:rgba(0, 200, 169, 0.3);
	padding-right:50px;
	padding-left:20px;
	color:#fff;
	font-size:24px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	text-shadow:1px 1px 1px #00c8a9;
	display:inline-block;
}
.rh-14{
	background:rgba(0, 200, 169, 0.2);
	padding-right:40px;
	padding-left:20px;
	color:#00c8a9;
	font-size:24px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	text-shadow:1px 1px 1px #fff;
	display:inline-block;
}
.rh-15{
	background:rgba(0, 200, 169, 0.1);
	padding-right:30px;
	padding-left:20px;
	color:#00c8a9;
	font-size:24px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	text-shadow:1px 1px 1px #fff;
	display:inline-block;
}

.rr-1{
	background:rgba(4, 176, 197, 0.3);
	padding-top:150px;
	padding-bottom:20px;
	color:#04b0c5;
	font-size:44px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.15);
}
.rr-2{
	background:rgba(4, 176, 197, 0.2);
	padding-top:100px;
	padding-bottom:20px;
	color:#04b0c5;
	font-size:44px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.15);
}
.rr-3{
	background:rgba(4, 176, 197, 0.1);
	padding-top:50px;
	padding-bottom:20px;
	color:#04b0c5;
	font-size:44px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.15);
}

.rate-org{
	color:#999;
	font-size:12px;
	background:#fafafa;
}
.rate-org-3{
	color:#04b0c5;
}

.rate-org-13{
	color:#00c8a9;
}

.rate-title-1{
	font-weight:bold;
	color:#00c8a9;
	font-size:16px;
	line-height:1.2;
}
.rate-results{
	
}

.rr-1-1{
	background:rgba(0, 200, 169, 0.3);
	padding-top:150px;
	padding-bottom:20px;
	color:#00c8a9;
	font-size:44px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.15);
}
.rr-2-1{
	background:rgba(0, 200, 169, 0.2);
	padding-top:100px;
	padding-bottom:20px;
	color:#00c8a9;
	font-size:44px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.15);
}
.rr-3-1{
	background:rgba(0, 200, 169, 0.1);
	padding-top:50px;
	padding-bottom:20px;
	color:#00c8a9;
	font-size:44px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.15);
}

/*
a.pb-register-button{
	position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    padding: 8px 15px;
    margin: 8px 4px;
    border-radius: 10px;
    background: linear-gradient(180deg,#282828,#202020);
    box-shadow: inset -8px 0 8px rgba(0,0,0,0.15),
    inset 0 -8px 8px rgba(0,0,0,0.25),
    0 0 0 2px rgba(0,0,0,0.75),
    10px 20px 25px rgba(0,0,0,0.4);
    overflow: hidden;
}
a.pb-register-button:last-child {
    width: 100%;
}
a.pb-register-button i {
    position: relative;
    color: #fff;
    font-style: normal;
    font-size: 1.5em;
    text-transform: uppercase;
}
a.pb-register-button::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    bottom: 14px;
    right: 12px;
    background: linear-gradient(90deg,#232323,#4a4a4a);
    border-radius: 10px;
    box-shadow: -10px -10px 10px rgba(255,255,255,0.25),
    10px 5px 10px rgba(0,0,0,0.15);
    border-left: 1px solid #0004;
    border-bottom: 1px solid #0004;
    border-top: 1px solid #0009;
} 
*/

#mo-wrapper{
	display:table;
	width:900px;
	height:100px;

}

#mo-logo-wrapper{
	position:absolute;
	top:-40px;
	left:200px;
	line-height:1;
}

#mo-logo img{
	-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;-moz-transition: all 0.2s ease;
	-moz-transform: rotate(-5deg); /* Для Firefox */
	-ms-transform: rotate(-5deg); /* Для IE */
	-webkit-transform: rotate(-5deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-5deg); /* Для Opera */
    transform: rotate(-5deg);
	}
#mo-t1{ font-family:Adineue;color:#00e4ff;font-size:16px; }
#mo-t2{ font-family:Adineue;color:#00ffd8;font-size:27px; }	

#mo-classes{display:none;}

#pb-t1{font-size:52px;color:#c00;line-height:1.2;}
#pb-t2{font-size:61.5px;color:#c00;line-height:1.2;}
#pb-t3{font-size:180px;color:#c00;line-height:1;}
#pb-t4{font-size:26.2px;color:#333;line-height:1;}
#pb-t5{text-align:right;font-size:32px;color:#333;line-height:2;padding-right:108px;}

#kr-top{
	position:absolute;
	top:0px;left:0px;
	width:100%;
	z-index:9999;
}

a.collage-register-button{
	background:#c00;
	color:#fff;
	padding:30px;
	padding-right:160px;
	border-radius:50px 0px 0px 50px;
	font-size:32px;
	box-shadow:20px 20px 20px rgba(0,0,0,0.5);
}
a.collage-register-button:hover{
	padding-right:260px;
	padding-left:100px;
	width:100%;
}

a.collage-white-link{
	color:#fff;
	font-size:36px;
	line-height:2;
	padding:10px;
	border-bottom:1px dashed #fff;
}

a.collage-white-link:hover{
	border:none;
}

.about-lmt{
	padding:20px;
	color:#fff;
	font-size:48px;
}

.about-lmt-ico-green{
	background:#009982;
	border-radius:50%;
	color:#fff;
	padding:10px 22px;	
}

.about-lmt-ico-blue{
	background:#008a99;
	border-radius:50%;
	color:#fff;
	padding:10px 23px;
}
.about-lmt-ico-red{
	background:#900;
	border-radius:50%;
	color:#fff;
	padding:10px 25px;
}

a.link-red-button{
	background:#c00;
	color:#fff;
	padding:20px 30px;
	border:1px solid #c00;
	border-radius:50px;
	font-size:44px;
}
a.link-red-button:hover{
	background:#fff;
	box-shadow:30px 30px 30px rgba(0,0,0,0.5);
	color:#c00;
}

a.link-robotics-info{
	background:#009982;
	color:#fff;
	padding:10px 30px;
	border-radius:30px;
	border:1px solid #009982;
	font-size:18px;
	display:table;
	width:130px;
}
a.link-robotics-info:hover{
	color:#009982;
	background:#fff;
}

.about-txt{
	padding-left:50px;
}

a.y-links{
	color:#ffff99;	
	border-bottom:1px solid #ffff99;
}
a.y-links:hover{
	color:#00ffd8;
	border-bottom:1px dotted transparent;
	background:rgba(255,255,255,0.1);
}

.lmt-green{
	color:#009982;
	padding-top:20px;
	border-top:5px solid #009982;
}
.lmt-blue{
	color:#008a99;
	padding-top:20px;
	border-top:5px solid #008a99;
}
.lmt-red{
	color:#900;
	padding-top:20px;
	border-top:5px solid #900;
}

.top-menu-block{
	display:inline-block;
	padding:0px 10px;
}

.link-top-menu{
	color:#333;
	font-weight:bold;
	font-size:20px;
	border-bottom:2px solid transparent;
}
.link-top-menu:hover{
	color:#c00;
	background:none;
	border-bottom:2px solid #c00;
}

.page-title{
	font-size:32px;
	color:#009982;
}

.news-item-wrapper{
/*	border:1px solid rgba(0,0,0,0.1);*/
	background:rgba(255,255,255,0.3);
	padding:20px;
	text-align:left;
}
.news-tags{
	color:#008a99;
	font-size:12px;
	font-weight:bold;
}
.news-title-1{
	font-size:28px;

}
.news-title-2{
	font-size:20px;
}
.news-txt{
	font-size:14px;
	padding:10px 0px;
}
.news-link-block{
	font-size:14px;
}
a.news-link{
	color:#008a99;
	text-decoration:none;
	border-bottom:1px solid #008a99;
	padding:0px;
}
a.news-link:hover{
	background:none;
	color:#c00;
	border-bottom:1px solid #c00;
}

