html, body{ 
   height: 100%; 
}
*{
   padding: 0px;
   margin: 0px;
}
body{
   font: 14px sfpd;
   color: #6d6e71;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: center; 
   background-size:cover;
   background: #e2e6e7;
}
a{
	color:  #49A5DD;
}
.main_area{
    width: 1280px;
    
}
.borders{
    width: 89px;
}
.top_menu{
    vertical-align: top;
}
.logo_title{
    font-size: 14px;
    color: #8b8b8b;
    margin-left: 30px;
}
.phone{
    font-size: 28px;
    color: #00345d;
}
.free_phone{
    font-size: 11px;
    color: #8b8b8b;
}

.video_proc{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    
}
#videoDiv{
	width: 100%; 
	position: relative;
}
#videoBlock {
	width: 100%; 
	height: 100%;  
	display: flex;  
	justify-content: center; 
	align-items: center;
}
.allhead {
	width: 100%; 
	height:100%; 
	position: absolute; 
	top: 0; 
	left: 0;
	vertical-align: top;
	z-index: 1;
}

.send_me{
    width: 360px; 
    height: 50px;
    text-align: center; 
    vertical-align: middle;
    padding-top: 12px;
    margin-top: 35px;
    background: url(/nimages/zaya.png) no-repeat;
}
.send_me a{
	font: bold 18px Open Sans;
	color: #FFF;
	text-decoration: none;
}
.topmenu{
	padding-top: 40px;
	padding-left: 90px;
	
}
.under_send_me{
	margin-top: 15px;
	font: 14px 'lato';
	color: #FFF;
}
.topsearch{
    padding-top: 40px;
    
}
.topmenu a{
	display: block;
	float: left;
	color: #FFF;
	font: 13.5px 'lato';
	margin-right: 25px; 
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
}

.blue_line{
    background: #0fa6cc;
    height: 5px;
}
.bback{
	background: url(/nimages/bback.jpg);
}
.blback{
    background: url(/nimages/blback.png);
}
.wback{
    background: url(/nimages/wback.png);
}
.white_line{
    background: #f0f5f7;
}
.f1_text{
    font: 23px/28px 'regular';
    text-align: left;
    color: #6d6e71;
}
.f1_big{
    font: 28px 'regular';
}
.f1_win{
    font: 14px 'regular';
}
.f1_but{
    text-align: left;
}
.f1_6{
    margin-top: 70px;
}
.white_back{
    background: url(/images/while_back.png) repeat-y;
}
.l_white_back{
    background: #E1E5E6;
}
.r_white_back{
    background: #E3E7E8;
}

.sub_check_text{
    font: 14px 'regular';
    padding-left: 50px;
    color: #6d6e71;
}
.blue{
    color: #49A5DD;
}
.white_area{
    padding-bottom: 70px;
}
.plus_line{
    height: 2135px; 
}
.plus_line_back{
    background: #0D3C61 url(/images/icos.jpg) no-repeat top left;
    height: 2135px; 
}
.plus_title{
    font: 38px/38px 'regular';
    color: #fefefe;
    margin-top: 124px;
    margin-bottom: 67px;
}
.ico_l_borders{
    background: #0D3C61 url(/images/icos_l.jpg) no-repeat right top;
}
.ico_r_borders{
    background: #0D3C61 url(/images/icos_r.jpg) no-repeat  left top;
}
.plus_line_menu td{
    height: 215px;
    vertical-align: top;
    text-align: left;
    width: 33%;
    padding-top: 150px;
}
.ico_title{
    font: 24px/24px 'regular';
    color: #FFF;
}
.ico_text{
    margin-top: 10px;
    font: 14px/18px 'regular'; 
    color: #FFF;
    width: 300px;

}

.reg_line{
    padding-top: 128px;
    padding-bottom: 128px;
    background: #0d3c61;
}
.reg_1{
    color: #FFF;
    font: 40px 'regular';
}
.reg_2{
    color: #FFF;
    font: 23px 'regular';
}
.reg_free{
    color: #49A5DD;
    font: 33px 'regular';
}
.blue_line_menu input{
    margin-top: 45px;
    margin-bottom: 20px;
    height: 48px;
    width: 324px;
    font: 21px 'regular';
    color: #6d6e71;
    padding-left: 20px;
}
.reg_3{
    font: 14px 'regular';
    color: #FFF;
}
.reg_but_main{
    border: none;
    border-radius: 20px;
    background: url(/images/try_reg.png) no-repeat left top;
}
.contacts a{
    color: #6d6e71;
}
.bold{
    font-family: 'semibold';
}
 [data-tip] {
    position:relative;
}
[data-tip]:before {
    content:'';
    /* hides the tooltip when not hovered */
    display:none;
    content:'';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1a1a1a;   
    position:absolute;
    top:30px;
    left:5px;
    z-index:1000;
    font-size:0;
    line-height:0;
    width:0;
    height:0;
}
[data-tip]:after {
    display:none;
    content:attr(data-tip);
    position:absolute;
    top:35px;
    left:0px;
    padding:5px 8px;
    background: #000022;
    opacity: 0.9;
    color:#fff;
    z-index:1000;
    font-size: 14px;
    font-style: italic;
    max-width: 400px;
    min-width: 200px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    word-wrap:normal;
    text-align: left;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
    display:block;
}
.pl [data-tip]:after{
    margin-left: -100px;
}