@font-face { 
    font-family: "MuseoSansCyrl100";
    src: url("./fonts/MuseoSansCyrl100/MuseoSansCyrl100.eot");
    src: url("./fonts/MuseoSansCyrl100/MuseoSansCyrl100.eot?#iefix")format("embedded-opentype"),
    url("./fonts/MuseoSansCyrl100/MuseoSansCyrl100.woff") format("woff"),
    url("./fonts/MuseoSansCyrl100/MuseoSansCyrl100.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}
	
		@font-face { 
    font-family: "MuseoSansCyrl300";
    src: url("./fonts/MuseoSansCyrl300/MuseoSansCyrl300.eot");
    src: url("./fonts/MuseoSansCyrl300/MuseoSansCyrl300.eot?#iefix")format("embedded-opentype"),
    url("./fonts/MuseoSansCyrl300/MuseoSansCyrl300.woff") format("woff"),
    url("./fonts/MuseoSansCyrl300/MuseoSansCyrl300.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

	@font-face { 
    font-family: "MuseoSansCyrl700";
    src: url("./fonts/MuseoSansCyrl700/MuseoSansCyrl700.eot");
    src: url("./fonts/MuseoSansCyrl700/MuseoSansCyrl700.eot?#iefix")format("embedded-opentype"),
    url("./fonts/MuseoSansCyrl700/MuseoSansCyrl700.woff") format("woff"),
    url("./fonts/MuseoSansCyrl700/MuseoSansCyrl700.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}
	
	
		@font-face { 
    font-family: "MuseoSansCyrl500";
    src: url("./fonts/MuseoSansCyrl500/MuseoSansCyrl500.eot");
    src: url("./fonts/MuseoSansCyrl500/MuseoSansCyrl500.eot?#iefix")format("embedded-opentype"),
    url("./fonts/MuseoSansCyrl500/MuseoSansCyrl500.woff") format("woff"),
    url("./fonts/MuseoSansCyrl500/MuseoSansCyrl500.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
	
		  
	@font-face { 
    font-family: "MuseoSansCyrl900";
    src: url("./fonts/MuseoSansCyrl900/MuseoSansCyrl900.eot");
    src: url("./fonts/MuseoSansCyrl900/MuseoSansCyrl900.eot?#iefix")format("embedded-opentype"),
    url("./fonts/MuseoSansCyrl900/MuseoSansCyrl900.woff") format("woff"),
    url("./fonts/MuseoSansCyrl900/MuseoSansCyrl900.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}
* {box-sizing: border-box;   }
input[type="text"]:focus { outline: none; }
input, button { -webkit-appearance: none;-moz-appearance: none;appearance: none; } 
input, button:focus { outline: none; }
a { -moz-transition: all 1s;  -webkit-transition: all 1s;   -o-transition: all 1s;    transition: all 1s;}
.flexy {display:flex; flex-wrap: wrap; justify-content: space-between;   box-sizing: border-box;}
.panel {width: 500px; margin: 0px auto; margin-top: 100px;}
 
.closecall {
    display: inline-block;
    
   width: 20px; height: 20px; 
    padding: 0px;
    margin: 10px;
    text-decoration: none;
  
    font-size: 21px;
    cursor:pointer;
    position:absolute;
    top: 5px; right: 5px;
  }
  .closecall:before, .closecall:after {
position: absolute;
left: 10px;
content: ' ';
height: 20px;
width: 2px;
background-color: #08114a;
}
.closecall:before {
transform: rotate(45deg);
}
.closecall:after {
transform: rotate(-45deg);
}
.closecall:hover {opacity:0.5;}
.login .cl12 {background: unset;   border-radius: 0px !important; color:rgb(24,48,87);   padding-left: 10px; font-size:18px; border:0;   width:82%;   font-family: "MuseoSansCyrl500";  font-weight: 300; height:40px; margin-bottom: 5px;}

#formcall {
    background:   rgba(37, 28, 109, 0.93);
           width: 100%;
           height: 100%;
           position: fixed;
           top: 0;
           left: 0;
           display: none; z-index: 9998;
         }
         
         .ocall {
           width: 550px;
           height:350px;
           text-align: center;
           padding: 15px;  
           color: #333;
           position: fixed; 
           top: 5%;
           right: 0;
           left: 0;
            border-radius:5px;
           margin: auto;
           background: url(logo3.png) 120% 110px #fff      no-repeat; z-index: 9999;
        
         }
         .input input {
            background: none;
            border: 1px solid #a0a2bf;
            width: 100%;
            font-size: 15px;
            padding: 6px 15px;
            font-family: MuseoSansCyrl300;
            color: #333; border-radius: 5px;
          }
          .input select {
            background: none;
            border: 1px solid #a0a2bf;
            width: 100%;
            font-size: 15px;
            padding: 6px 15px;
            font-family: MuseoSansCyrl300;
            color: #333; border-radius: 5px;
          }
          .input select option {font-family: Arial;}
          .input {
            width: 100%;
            display: block; 
            padding-bottom: 7px;
            margin-bottom: 20px;
          }
          .ocall .inputs {
            position: relative;
            top: 35px;
            width: 100%;
          }
          .button input {
            width: 250px; 
            background: #d52e45;
            border: 0px;
            border-radius: 35px;
            padding: 10px;
            font-size: 19px;
            color: #fff;  text-align: center; margin: 0px auto !important;
          }
         .ocall .selectname {
            font-family: MuseoSansCyrl900;
            font-size: 30px;
            position: relative;
            top: 15px;
            width: 90%;
            left: 25px;
            text-align: center;
          }
          .ocall .texta {margin-bottom: 10px;
            text-align: left; }
.ocenka {text-align: center; cursor: pointer; text-shadow: 1px 1px 0px #fff; margin: 0px 0px 20px; font-size: 14px; padding: 12px 0px; font-family: "MuseoSansCyrl500"; color:#0f3256;  background: rgb(198,207,228);
    background: linear-gradient(0deg, rgba(198,207,228,1) 4%, rgba(223,232,252,1) 87%);  }

.rating-area {

	overflow: hidden;

	width: 105px;

	margin: 0 auto;

}

.rating-area:not(:checked) > input {

	display: none;

}

.rating-area:not(:checked) > label {

	float: right;

	width: 20px;

	padding: 0;

	cursor: pointer;

	font-size: 20px;

	line-height:20px;

	color: rgb(136, 137, 158);

	text-shadow: 1px 1px #bbb;

}

.rating-area:not(:checked) > label:before {

	content: '★';

}

.rating-area > input:checked ~ label {

	color: gold;

	text-shadow: 1px 1px #c60;

}

.rating-area:not(:checked) > label:hover,

.rating-area:not(:checked) > label:hover ~ label {

	color: gold;

}

.rating-area > input:checked + label:hover,

.rating-area > input:checked + label:hover ~ label,

.rating-area > input:checked ~ label:hover,

.rating-area > input:checked ~ label:hover ~ label,

.rating-area > label:hover ~ input:checked ~ label {

	color: gold;

	text-shadow: 1px 1px goldenrod;

}

.rate-area > label:active {

	position: relative;

}


.infoprep  {width: 90%; margin: 0px auto; padding-top: 25px;}





.pn {width: 45%; padding: 30px; color:#fff; margin-bottom: 30px; text-decoration: none;  animation: dady 6.5s ease infinite;  font-family: "MuseoSansCyrl500"; background: #0f3256; border-radius: 10px;   box-shadow: 0px 0px 65px #257cff;}
.pn .name {  font-family: "MuseoSansCyrl100";  margin-bottom: 15px; font-size:30px;}
.pn .opi {   font-family: "MuseoSansCyrl100";  font-size:14px; }
.pn:hover { background: url(plogo.png) 50%  0px no-repeat #fe4846;}
.rt {width:100%; padding: 30px; color:#fff;   animation: dady 6.5s ease infinite;  box-shadow: 0px 0px 65px #257cff;   margin-bottom: 20px; font-family: "MuseoSansCyrl500"; background:url(plogo.png) 50%  0px no-repeat #0f3256; border-radius: 10px;}
.rt .name {  font-family: "MuseoSansCyrl300";  margin-bottom: 15px; font-size:30px;}
.rt .text {   font-family: "MuseoSansCyrl100";  font-size:14px; }
img {border:0px;} 
body{padding: 0; margin: 0;     box-sizing: border-box;   
    font-family: 'Lato';
background: url(20.png) 50% 0px no-repeat rgb(24,48,87); 	 
 
} 
.roun {position: relative ; width: 90%; margin: 0px auto; margin-top: 20px;} 
.ron:before {content: ""; position: absolute; width:100%; height: 1px; background: #7d94b5; top:12px; z-index: 1;}
.round {background: #7d94b5; position: relative;  z-index: 2; color: #fff; text-align: center; width: 26px; height: 26px; border-radius: 13px; line-height: 26px; font-size: 12px; font-family: "MuseoSansCyrl700";}
.roline {width:30px; height: 5px; background: #7d94b5; border-radius: 30px; margin-top: 10px;}
.roline2 {width:40%; height: 5px; background: #7d94b5; border-radius: 30px; margin-top: 10px;}
.acr {background: #d52e45 !important; color:#fff !important;}
.prname {font-family: "MuseoSansCyrl700"; font-size:18px; margin-bottom: 20px; color:#041224;}

.namblo {font-family: "MuseoSansCyrl500"; font-size:24px; padding: 0px 30px; margin-bottom: 5px; color:#041224; margin-top: 20px;}

.prep {font-family: "MuseoSansCyrl100"; font-size:18px ;  padding: 0px 30px; margin-bottom: 20px; color:#041224;}


.aut { width:25%;color:#000; }
.text {width: 70%;font-family: "MuseoSansCyrl100"; color:#000; font-size:14px; line-height: 1.4;}

.aut .nm {font-family: "MuseoSansCyrl700"; font-size:19px; margin-bottom: 5px; color:#041224; }
.aut .pr {font-family: "MuseoSansCyrl100"; color:#101657; font-size:12px; }

.friend2 {display: none;}

.video {margin-bottom: 15px;}
.video video {width:70%;  }
.video .prev {width:5%;}
.video .prev span {display:none;}
.video .next {width:5%;}
.video .next span {display:none;}
.pic {width: 100px; height: 100px; border-radius: 10px; position: relative ; overflow: hidden; margin-bottom: 15px;}
.pic img {width: 100px;}

.infod {color:#000; margin-top: 50px; width: 90%; margin: 0px auto; border-top: 1px solid #d2d6db; padding-top: 20px;  margin-top:  25px;}

.price {width: 49%; font-size: 14px; font-family: "MuseoSansCyrl100";   padding-left: 10px;}
.postup {width: 49%;font-size: 14px; font-family: "MuseoSansCyrl100";padding-left: 10px;}
.pup {  }

.pname {font-family: "MuseoSansCyrl700"; font-size:16px; margin-bottom: 5px; color:#041224; }

.pri {font-family: "MuseoSansCyrl500"; font-size:14px; margin: 5px 0px; color:#041224; }

.butor {background: #d52e45; width: 150px; cursor: pointer;  -moz-transition: all 1s;  -webkit-transition: all 1s;   -o-transition: all 1s;    transition: all 1s; margin-top: 20px; height: 40px; border-radius: 35px; color:#fff; text-align: center; line-height: 40px;font-family: "MuseoSansCyrl700";} 
.butor:hover {background: #0d0a6a;}


.prev {background: url(pic/pv.png) 50% 50% no-repeat; cursor: pointer;}
.nolist {opacity: 0.3;}
.next {background: url(pic/nv.png) 50% 50% no-repeat; cursor: pointer;}
.next:hover, .prev:hover {opacity: 0.3;}


.friend { text-align: center; color:#354472;  margin:  45px 0px 20px; font-size:13px;}
.friend img {height: 17px; margin-bottom: -5px;}
@keyframes gradient {

	0% {

		background-position: 0% 50%;

	}

	50% {

		background-position: 100% 50%;

	}

	100% {

		background-position: 0% 50%;

	}

}
.hide2 {display: none;  color:rgb(24,48,87); text-align: center;}
.bbb {   color:rgb(24,48,87); text-align: center;  font-family: "MuseoSansCyrl700"; }
.passend { color:#fe4846; text-align: center; font-size:12px; }

.hide1 {position: relative;}
.login{  background: url(logo3.png) 50% 50% no-repeat rgba(255, 255, 255); width:400px; margin: 0px auto; padding: 35px; color:#fff;   overflow: hidden;   position: relative; box-shadow: 0px 0px 65px #041224;margin-top: 1%; 
  margin-bottom: 1%;  border-radius:8px; animation: dady 6.5s ease infinite;}

    .block{  background: url(logo3.png) 50% 50% no-repeat rgba(255, 255, 255); width:800px; margin: 0px auto;  color:#fff;   overflow: hidden;   position: relative; box-shadow: 0px 0px 65px #041224;margin-top: 1%; 
        border-radius:8px; animation: dady 6.5s ease infinite; margin-bottom: 1%;}
    @keyframes dady {

        0% {
    
            box-shadow: 0px 0px 25px #041224;
    
        }
    
       
    
        35% {
    
            box-shadow: 0px 0px 25px #9bc6ff;
    
        }

        75% {
    
            box-shadow: 0px 0px 65px #3b69a5;
    
        }
    
        100% {
    
            box-shadow: 0px 0px 25px #041224;
    
        }
    
    }
.login .name {font-size:26px; text-align: center; font-weight: 300;  text-decoration: underline; font-family: "MuseoSansCyrl700";  margin-bottom: 10px; color:rgb(24,48,87);}
.login .namer {font-size:19px; text-align: left; font-weight: 300;    font-family: "MuseoSansCyrl700";  margin-bottom: 10px; color:rgb(24,48,87);}
.proof {padding: 25px ;}
.cp {font-size:11px; text-align: center; cursor: pointer; font-weight: 300; margin-bottom: 0px;margin-top: 0px; color:#a3afc7;-moz-transition: all 2s;
    -webkit-transition: all 2s;    -o-transition: all 2s;    transition: all 2s;}
    .cp:hover {color:#fe4846;}
.login .cl {
  background: unset;
border-radius: 0px !important;
margin-top: 5px;
color: rgb(24,48,87);
text-align: left;
padding-left: 10px;
font-size: 18px;
border: 0;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
border-bottom: 1px solid #a3afc7;
width: 100%;
font-family: "MuseoSansCyrl500";
font-weight: 300;
height: 40px;
margin-bottom: 5px;}
.login .cl1 {background: unset;  color:rgb(24,48,87); text-align: center; padding-left: 10px; font-size:18px; border:0; border-bottom: 1px solid #a3afc7; width:95%;   font-family: "MuseoSansCyrl500";  font-weight: 300; height:40px; margin-bottom: 25px;}
.login .scl {background: unset;  color:rgb(24,48,87); text-align: center; font-size:18px; border:0; border-bottom: 1px solid #a3afc7; width:27%;   font-family: "MuseoSansCyrl500";  font-weight: 300; height:40px; margin-bottom: 25px;}
.login .scl option {font-family: Arial;}
.backschool {text-align: center; font-size:13px; margin-top: 10px;}
.backschool a {color:#061d3f; font-family: "MuseoSansCyrl100"; }
.login .cls {background: unset;  color:rgb(24,48,87); text-align: center; font-size:24px; border:0;  width:100%;   font-family: "MuseoSansCyrl700";  font-weight: 300; height:40px; margin-bottom: 25px;}
.copyext{border-bottom: 1px dotted #a3afc7;}
 .copse {font-size:15px; text-align: left;    font-family: "MuseoSansCyrl300"; line-height: 1.5;  margin-bottom: 20px;margin-top: 0px; color:#061d3f;}
.ica {color:#041224; margin-bottom: 6px;font-family: "MuseoSansCyrl300"; }
.login .cops {font-size:16px; text-align: center; font-weight: 300;  font-family: "MuseoSansCyrl700";  margin-bottom: 20px;margin-top: 0px; color:#061d3f;}
.login .copss {font-size:14px; text-align: center; font-weight: 300;  font-family: "MuseoSansCyrl300";  margin-bottom: 20px;margin-top: 0px; color:#000;}
.login .token {font-size:12px; text-align: center; font-weight: 300; margin-bottom: 7px;margin-top: 1px; color:#fe4846;}
.login .token img {margin-bottom: -4px;}


.vidos {width:100%;}
 .vpic {width:100%; order: 2;}



.login .token2 {font-size:12px; text-align: center; font-weight: 300; margin-bottom: 7px;margin-top: 1px; color:#0dc345;}
.login .token2 img {margin-bottom: -4px;}
h1 {margin: 0; margin-top: 0px; font-size:17px;}
.message {font-size:13px; text-align: center; background: #2b4266; color:#fff; padding: 10px 10px; border-radius: 5px; font-weight: 300; margin-bottom: 25px;margin-top: 10px;}
.login .cs {background: #fe4846; color:#fff; cursor:pointer; font-size:18px; border:0;  margin-top: 15px; width:100%; height:45px; margin-bottom: 8px;-moz-transition: all 2s;
  -webkit-transition: all 2s;    -o-transition: all 2s;    transition: all 2s;}

  .login .cs:hover {background: #061d3f;}

 .css {background: #061d3f; color:#fff; cursor:pointer; font-size:18px; border:0;  margin-top: 5px; width:100%; height:45px; margin-bottom: 8px;-moz-transition: all 2s;
    -webkit-transition: all 2s;    -o-transition: all 2s;    transition: all 2s;}
  .css:hover {background: #061d3f;}

  .cgs { color:#354c71; cursor:pointer; font-size:15px; text-align: center; border:0;  margin-top: 5px; width:100%; margin-bottom: 25px;-moz-transition: all 2s;
    -webkit-transition: all 2s;    -o-transition: all 2s;    transition: all 2s;}
    .cgs a { color:#354c71;  text-decoration: none;  font-family: "MuseoSansCyrl500"; }
  .cgs  a:hover  {color: #fe4846;}

  .proof .cs {background: #fe4846; color:#fff; cursor:pointer; font-size:18px; border:0;  margin-top: 15px; width:100%; height:45px; margin-bottom: 25px;-moz-transition: all 2s;
    -webkit-transition: all 2s;    -o-transition: all 2s;    transition: all 2s;}

    .proof .cs:hover {background: #061d3f;}

    .login .csa {background: #fe4846; color:#fff; cursor:pointer; font-size:18px; border:0;  margin-top: 15px; width:100%; height:45px; margin-bottom: 25px;-moz-transition: all 2s;
        -webkit-transition: all 2s;    -o-transition: all 2s;    transition: all 2s;}
    
        .login .csa:hover {background: #061d3f;}
        .double {width: 100%;display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          box-sizing: border-box;}
        .db1 {width: 20%;}
        .db2 {width: 70%; padding-top:15px;  color:#000;  font-family: "MuseoSansCyrl300"; line-height: 1.4;}
        .ppk {display: block; width: 200px;border-radius: 10px; margin-bottom: 15px; margin-top: 15px;  }
        

.sendmail {display: none;}
.sendsms {display: none;}

.go {width:976px; height:549px;}

.senvo2 { border: 1px solid #9faed2; width: 70%;  padding:7px; box-sizing: border-box; border-bottom-left-radius: 6px ;border-top-left-radius: 6px ;}

.senvo { border: 1px solid #9faed2; width: 70%;  padding:7px; box-sizing: border-box; border-bottom-left-radius: 6px ;border-top-left-radius: 6px ;}
.senvob {
    border-bottom-right-radius: 6px ;border-top-right-radius: 6px ;
    background: linear-gradient(0deg, rgb(86, 101, 137) 4%, rgb(120, 136, 171) 87%); border: 1px solid #9faed2; padding:8px; color:#fff; border:0;
    width: 100px;}

    .senvob2 {
        border-bottom-right-radius: 6px ;border-top-right-radius: 6px ;
        background: linear-gradient(0deg, rgb(86, 101, 137) 4%, rgb(120, 136, 171) 87%); border: 1px solid #9faed2; padding:8px; color:#fff; border:0;
        width: 100px;}

        .sens {
            border-bottom-right-radius: 6px ;border-top-right-radius: 6px ;
            background: linear-gradient(0deg, rgb(86, 101, 137) 4%, rgb(120, 136, 171) 87%); border: 1px solid #9faed2; padding:8px; color:#fff; border:0;
            width: 100px;}

    .video {
        margin-bottom: 0px !important;
      }
    .video .prev span {display:block;}
    .video .prev {   width: 50%;  order: 1; height: 40px;   font-family: "MuseoSansCyrl300";  margin-top:  0px; background: unset; background: #133157;    background: linear-gradient(0deg, rgb(213, 46, 69) 4%, rgb(255, 102, 116) 87%);     font-size: 14px;        text-align: center;        line-height: 40px;}
    .video .next span {display:block;}
    .video .next {   width: 50%;  order: 1; height: 40px;font-family: "MuseoSansCyrl300";  margin-top:  0px;background: unset; background: #133157; background: linear-gradient(0deg, rgb(86, 101, 137) 4%, rgb(120, 136, 171) 87%);   border-left: 1px solid #fff;          font-size: 14px;
        text-align: center;
        line-height: 40px;} 
        .video video {
            width: 100%; order: 2;
          }


.backing {display: none;}

.backpc {width: 220px; position: fixed; left: 20px; top:10px;}
.backpc a {color:#fff; text-decoration: none;}
.backpc img {margin-bottom: -6px;}

@media (max-width: 820px){
.roline {display: none;}
    .aut {
        width: 100%;
        color: #000;
        margin-bottom: 20px;
      }
      .text {
        width: 100%;
      }
    .block{  background: url(logo3.png) 50% 50% no-repeat rgba(255, 255, 255); width:96%; margin: 0px auto;  color:#fff;   overflow: hidden;   position: relative; box-shadow: 0px 0px 65px #041224;margin-top: 1%; 
        border-radius:8px; animation: dady 6.5s ease infinite; margin-bottom: 1%;}
}
@media (max-width: 750px){

.db1 {width: 100%; order: 2;}
.db2 {width:100%; order: 1; padding-top:15px;  color:#000; font-size: 15px; font-weight: 300;}



}

@media (max-width: 650px){
  .go {width:100%; height:400px;}
    .butor { 
        margin: 0px auto; 
        margin-top: 20px;

    }
    
  .db1 {width: 100%; order: 2;}
  .db2 {width:100%; order: 1; padding-top:15px;  color:#000; font-size: 15px; font-weight: 300;}

.backing {display: block; color:#fff; padding: 15px 20px;}
.backing a {color:#fff;}
    .backpc {display: none;}
    .price {
        width: 100%;
        font-size: 14px;
        font-family: "MuseoSansCyrl100";
        border-left: unset;
        padding-left: 10px; margin-bottom: 25px;background: #dcefff;
        padding: 25px;
        border-radius: 10px;
      }
      .postup {
        width: 100%;
        font-size: 14px;
        font-family: "MuseoSansCyrl100";
        border-left: unset;
        padding-left: 10px;background: #dcefff;
        padding: 25px;
        border-radius: 10px;
      }
}

.mobcount {display: none; text-align: center; 
    background: rgb(3,20,60);
    background: linear-gradient(0deg, rgb(86, 101, 137) 4%, rgb(120, 136, 171) 87%);
    padding: 10px 0px;
    color: #d3dbe2;  font-size: 17px;  font-family: "MuseoSansCyrl700";}


@media (max-width: 500px){
  .ppk {display: block;  width:80%; border-radius: 10px; margin-bottom: 15px; margin-top: 15px;  }

  .db1 {width: 100%; order: 2;}
  .db2 {width:100%; order: 1; padding-top:15px;  color:#000; font-size: 15px; font-weight: 300;}
    .video {
        margin-bottom: 0px !important;
      }
    .login{  background: url(logo3.png) 50% 50% no-repeat rgba(255, 255, 255); width:90%; margin: 0px auto; padding: 35px; color:#fff;   overflow: hidden;   position: relative; box-shadow: 0px 0px 65px #041224;margin-top: 1%; 
        margin-bottom: 1%;  border-radius:8px; animation: dady 6.5s ease infinite;}

.roun {display: none;}
.mobcount {display: block;}
    .ocall {
        width:90%;
        height:350px;
        text-align: center;
        padding: 15px;  
        color: #333;
        position: fixed; 
        top: 5%;
        right: 0;
        left: 0;
         border-radius:5px;
        margin: auto;
        background: url(logo3.png) 120% 110px #fff      no-repeat; z-index: 9999;
     
      }

    .prep {
        font-family: "MuseoSansCyrl100";
        font-size: 14px;
    }

    .namblo {
        font-family: "MuseoSansCyrl700";
        font-size: 15px;
      }

    .pic { 
        float: right;
        margin-left: 5px;
      }  
    .video .prev span {display:block;}
    .video .prev {   width: 50%;  order: 1; height: 40px;   font-family: "MuseoSansCyrl300";  margin-top:  0px; background: unset; background: #133157;    background: linear-gradient(0deg, rgb(213, 46, 69) 4%, rgb(255, 102, 116) 87%);     font-size: 14px;        text-align: center;        line-height: 40px;}
    .video .next span {display:block;}
    .video .next {   width: 50%;  order: 1; height: 40px;font-family: "MuseoSansCyrl300";  margin-top:  0px;background: unset; background: #133157; background: linear-gradient(0deg, rgb(86, 101, 137) 4%, rgb(120, 136, 171) 87%);   border-left: 1px solid #fff;          font-size: 14px;
        text-align: center;
        line-height: 40px;} 
        .round { 
            height: 6px !important;
            width: 7% !important;
        }

        .video video {
            width: 100%; order: 2;
          }
          .ocall .selectname {
            font-family: MuseoSansCyrl900;
            font-size: 22px;
          }

}

@media (max-width: 410px){
.login .name {font-size: 19px;}

}