/****************** FONTS *******************/
/*@font-face {
	font-family: '';
	src: local(''), 
	url(fonts/.);
}*/
@font-face {
	font-family: 'Calibri';
	src: url('fonts/8277.ttf') format('truetype');
	font-weight:400
}
@font-face {
	font-family: 'Calibri';
	src: url('fonts/19901.ttf') format('truetype');
	font-weight:700
}
@font-face {
	font-family: 'Segoe';
	src: url('fonts/10389.ttf') format('truetype');
	font-weight:400
}
@font-face {
	font-family: 'Segoe';
	src: url('fonts/10391.ttf') format('truetype');
	font-weight:700
}
/****************** FONTS - END *******************/

.a_dis,.a_dis:hover{
	filter: saturate(0) !important;
	
}

body{
	background-color:white;
	margin:0px;
}

a{
	text-decoration:none;
	
}
a:hover{
	
	text-decoration:none;
	
}

/*header s*/
.header_block{
	width:100%;
	background-repeat:no-repeat;
	background-position:center 30px;
    background-size:100%;
	
	font-family:'Calibri';
	font-weight:400;
	
	
}
.header_div{
	max-width:1200px;
	margin:0px auto;
	    margin-bottom: 60px;
	padding:30px 0px 0px 0px;
	font-size:0px;
	height: 318px;
    text-align: center;
    position: relative;
    background-size: 100%;
    background-position: 0px 100px;
    background-repeat: no-repeat;
}
.header_lang_block{
	display:inline-block;
	width:33%;
	font-size:0px;
	margin-left:-10px;
	margin-right:-10px;
	padding:0px 5px;
	text-align: left;
    vertical-align: top;
}
.header_lang_block a{
	display:inline-block;
	margin:10px;
	transition:0.5s all;
}
.header_lang_block a:hover{
	
	margin:5px;
}
.header_lang_block a div{
	width:40px;
	height: 24px;
    background-position: 0px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
	transition:0.5s all;
}
.header_lang_block a:hover div{
	width:90px;
	height: 64px;
}

.header_logos_block{
	display:inline-block;
	width:33%;
	font-size:0px;
	margin-left:-10px;
	margin-right:-10px;
	padding:0px 5px;
	text-align:center;
	position:relative;
}
.header_logos_block a{
	display:inline-block;
	margin:0px 10px;
}
.header_logos_block a div{
	width:160px;
	height:85px;
	background-position: center center;
    background-size: 95%;
	background-color:transparent;
    background-repeat: no-repeat;
	transition:0.5s all;
	border-radius:15px;
}

.header_logos_block a:hover div{
	background-color:#019fcb;
}
.vLine{
	position:absolute;
	top:0px;
	left:50%;
	display:block;
	background-color:#141515;
	width: 1px;
    height: 100%;
	
}

.header_regestration{
	display:inline-block;
	width:33%;
	font-size:0px;
	margin-left:-10px;
	margin-right:-10px;
	padding:0px 5px;
	text-align:center;
}

.reg_button{
	display:inline-block;
	width:260px;
	text-align:center;
	vertical-align: bottom;
}
.reg_button_inner{
	padding:10px 0px;
}
.reg_button a{
	display:inline-block;
	width:130px;
}

.button{
	border:0px solid black;
	background-color:#E6B012;
	border-radius:15px;
	font-family:'Calibri';
	font-weight:700;
	font-size:15px;
	color:white;
	padding:10px;
	transition: 1s all;
}
.button:hover{
	background-color:#1E4696;
	color:#E6B012;
}



.header_socs{
	display:inline-block;
	width:50%;
	font-size:0px;
	margin-left:-10px;
	margin-right:-10px;
	padding:0px 5px;
	text-align:left;
	vertical-align:top;
}

.header_socs a{
	display:inline-block;
	margin:10px;
	
}

.header_socs a div{
	background-position: 0px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
	box-shadow: 0px 0px 0px #1E4696;
	transition:0.5s all;
	border-radius:8px;
}
.header_socs a:hover div{
	box-shadow: 0px 0px 10px #1E4696;
}

.header_socs .Facebook{
	margin-left:51%;
}

.header_socs .Facebook div{
	width:50px;
	height:50px;
	
}

.header_socs .email div{
	width:69px;
	height:50px;
	
}


.header_title{
	display:inline-block;
	width:50%;
	font-size:0px;
	margin-left:-10px;
	margin-right:-60px;
	padding:0px 5px;
	text-align:left;
	font-size:23px;
}
.header_title a{
	display:inline-block;
	text-align:center;
	color:#E6B012;
	font-family:'Calibri';
	font-weight:700;
	margin-left:25px;
	margin-top:25px;
	transition:0.5s all;
}

.header_title a:hover{
	
	color:#1E4696;
	
}

.dis_desk{
	display:none;
}
.menu_button_box{
	display:inline-block;
	width:80px;
	margin:0px 10px;
}


.menu_button_inner{
	padding:10px 0px;
	}
	
	.menu_block {
	position: absolute;
    bottom: -60px;
    width: 100%;
    margin: 0px auto;
    font-family: 'Calibri';
    font-weight: 400;
    font-size: 14px;
}
	
	


.menu{
	font-size: 0px;
	text-align:right;
	list-style-type:none;
	margin:0px 0px;
	padding:0px 0px;
	padding-right:15px;
}
.menu>li{
	display:inline-block;
	margin: 7px;
	position:relative;
	
}
.menu>li>a{	 
	font-size: 13px;
	border: 0px;
	background-color:#1E4696;
	color:white;
	padding:7px 12px;
	transition:1s all;
}
.frl .menu>li>a{
	font-size: 10px;
}
.menu>li>a:hover{	 
	
	border: 0px;
	background-color:#E6B012;
	color:black;

}

.list_select{
	border: 0px;
    border-top: 3px solid #f7f3f4;
	
}
.list_select:hover{
	border: 0px;
    border-top: 3px solid #f7f3f4;
}
.boxlistselect{
	width: 100%;
    display: none;
    position: absolute;
    top: 35px;
    left: 0px;
    z-index: 99;
    background-color: white;
   
    max-width: 100vw;
	max-height: 50vh;
	overflow-y: auto;
	border-radius: 15px;
}
.boxlistselect::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #ff9919;
}

.boxlistselect::-webkit-scrollbar
{
	width: 12px;
	background-color: #ff9919;
}

.boxlistselect::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #0032ff;
}
.boxlistselect_area{
	padding:0px;
}

.list_option{
    text-decoration: none;
    background-color: transparent;
	
    color:#278bff;
    padding: 5px 10px;
	font-weight:700;
	transition: all 0.5s;
}
.list_option:hover{
	
    background-color: transparent;
    color: #ff9919;
	
}

.s_menu{
	font-size: 0px;
	text-align:center;
	list-style-type:none;
	margin-top:0px;
	padding:0px;
}

.s_menu>li{
	display:block;
	margin: 20px 5px;
}
.s_menu>li>a{	 
	font-size: 14px;
	border: 0px;
    border-bottom: 3px solid #f7f3f4;
}



/*header e*/

/*title s*/

.title_block{
	position: relative;
	
    width: 100%;
    max-width: auto;
    margin: 0px auto;
	
}
#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
	filter: contrast(0.7);
	margin: 15px 0px 0px 0px;
    
}

/* Add some content at the bottom of the video/page */



/*title e*/



.bg_cl_d{
	
	width:100%;
}

/*timer s*/
.timer_bg{
	background-color:#1E4696;
}

.timer_block{
	width:100%;
	max-width:1200px;
	margin:37px auto;
	margin-top:0px;
	font-size:0px ;
	text-align:center;
}
.timer_box{
	
	font-family:'Calibri';
	font-weight:700;
	font-size:50px;
	color:#0033AB;
	margin:0px auto;
	padding:15px 0px;
	
	
	text-align:center;
	
	
}
.timer_box_inner{
	padding:0px 0px 0px 0px;
	font-size:0px;
	margin:0px -10px ;
	text-align:center;
}
.number_box{
	display:inline-block;
	width:20%;
	width:250px;
	height:250px;
	text-align:center;
	margin:0px 10px;
	transition:1s all;
}
.number_box_inner{
	padding:0px 0px 0px 0px;
	height:100%;
	width:100%;
	position:relative;
}
.number_box span{
	display:block;
	height:100%;
	width:100%;
	color:white;
	font-size:50px;
	line-height: 250px;
	transition:1s all;
	
}
.number_box b{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	color:white;
	font-size:50px;
	text-align:center;
	transition:1s all;
}
.number_box:hover{
	background-color:white;
}
.number_box:hover b{
	color:#1E4696;
	
}
.number_box:hover span{
	color:#1E4696;
	
}

/*timer e*/

/*schedule s*/

.schedule_block{
	width:100%;
	max-width:1200px;
	margin:37px auto;
	margin-top:0px;
	font-size:0px ;
	text-align:center;
}
.schedule_text{
	display:inline-block;
	width:50%;
	font-family:'Calibri';
	font-weight:400;
	font-size:22px;
	color:#0033AB;
	margin:5px auto;
	max-width: 900px;
	vertical-align:top;
	text-align:left;
	
	
}
.schedule_text_box{
	
	padding: 20px 10px 0px 15px;
}
.schedule_text_box a{
	padding: 20px;
    display: block;
    background-color: #1E4696;
    color:black;
    border-radius: 15px;
	transition:0.5s all;
	font-weight:700;
}
.schedule_text_box a:hover{
	background-color:#ff9919;
}
.schedule_text_box ul{
list-style-type: '-';
list-style-position: inside;
padding: 0px;
margin:0px;
}
.schedule_text_box ul li{

margin:0px;
}

.schedule_img{
	
	display:inline-block;
	width:50%;
	
}
.schedule_img_box{
	margin:0px auto;
	padding: 20px 15px 0px 10px;
	text-align:center;
}
.schedule_img img{
	width:100%;
	min-width:250px;
	margin:5px auto;
	background-position: 0px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
}
/*schedule e*/

/*form s*/

.Form_block{
	width:100%;
	max-width:1200px;
	margin:37px auto;
	margin-top:0px;
	font-size:0px ;
	text-align:center;
}
.Form_inner{
	padding:0px;
}
.Form_box{

	font-family:'Calibri';
	font-weight:400;
	font-size:22px;
	color:#0033AB;
	margin:5px auto;
	text-align:left;
	width:100%;
	height:100%;
	
	
}



.form{
	min-width:200px;
	max-width:400px;
	min-height:200px;
	padding:50px 10px;
	font-family:'Calibri';
	font-weight:700;
	font-size:24px;
	text-align:left;
	margin:0px auto;
	position:relative;
}
.form h1{
	font-size:25px;
	font-weight:400;
}
.form h1 b{
	font-weight:700;
}
.form p{
	padding:10px 0px ;
	margin:10px 0px;
	display:block;
	font-weight:400;

}
.form p b{
	font-weight:700;
}
.form label{
	display:block;
	font-weight:700;
}
.form label span{
	
	font-weight:400;
}
.form input ,.form textarea{
	min-width:200px;
	width: 100%;
	border:0px;
	background-color:#1E4696;
	transition:background-color 0.5s;
	padding: 10px;
    border-radius: 15px;
	font-family:'Calibri';
	font-weight:700;
	font-size:25px;
	color:#278bff;
}
.form textarea{
	height:100px;
}
.form input:hover {
	background-color:#ff9919;
}

.link_button{
	min-width:200px;
	width: auto;
	display: block;
    text-align: center;
    
	border:0px;
	background-color:#1E4696;
	transition:background-color 0.5s;
	padding: 10px;
    border-radius: 15px;
	font-family:'Calibri';
	font-weight:700;
	font-size:25px;
	color:#278bff;
}
.link_button:hover{
	background-color:#ff9919;
	font-weight:700;
}



.form_list_text{
padding: 20px;
    display: block;
   font-weight:700;
   color:white;
    border-radius: 15px;
	transition:0.5s all;
	background: #1E4696 url("../images/arrow.png") no-repeat 95% center;
	
}
.form_list_text:hover{
	background-color:#ff9919;
	
}
.formlist a{
	padding: 20px;
    display: block;
    background-color: #1E4696;
    color:black;
    border-radius: 15px;
	transition:0.5s all;
	font-weight:700;
	
}
.formlist a:hover{
	background-color:#ff9919;
	
}


 .formlist{
	 display:none;
	 background-color:#1E4696;
	  border-radius: 15px;
	  margin:5px 0px;
	  font-weight:700;
	 }
input.form_list_value{
	height:0px;
	padding:0px;
	transition:0.5s all;
	font-weight:700;
}

.form_choose_text{
	padding: 20px;
    display: block;
   font-weight:700;
   color:white;
    border-radius: 15px;
	transition:0.5s all;
	background: #1E4696 url("../images/arrow.png") no-repeat 95% center;
	
}
.form_choose_text:hover{
	background-color:#ff9919;
}
.formchoose a{
	padding: 20px;
    display: block;
    background-color: #1E4696;
    color:black;
    border-radius: 15px;
	transition:0.5s all;
	font-weight:700;
	
}
.formchoose a:hover{
	background-color:#ff9919;
	
}


 .formchoose{
	 display:none;
	 background-color:#1E4696;
	  border-radius: 15px;
	  margin:5px 0px;
	  font-weight:700;
	 }
input.form_choose_value{
	height:0px;
	padding:0px;
	transition:0.5s all;
	font-weight:700;
}

a.active{
	color:white;
  text-shadow: 0px 0px 10px #FFFFFF;
}

input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label{
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}



input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after
{
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    left: 2px;
   
    top: 2px;
    width: 16px;
    height: 16px;
	background-color:#0033AB;
   // border-radius: 1px;
   // border-left: 4px solid #0033AB;
   // border-bottom: 4px solid #0033AB;
   // -webkit-transform: rotate(-45deg);
   // -moz-transform: rotate(-45deg);
   // -o-transform: rotate(-45deg);
   // -ms-transform: rotate(-45deg);
  //  transform: rotate(-45deg);
}



input[type="checkbox"]:not(:checked) + label:after{
    opacity: 0;
}

input[type="checkbox"]:checked + label:after{
    opacity: 1;
}

.checkbox_button_simple input[type="checkbox"]:required:invalid + label { color: #c10042; }
.checkbox_button_simple input[type="checkbox"]:required:valid + label { color: #018d8d; }



.error_message{
	opacity:0;
	position:fixed;
	top:0px ;
	left: 0px;
    width: 100%;
    text-align: center;
	color:#E6B012;
	background-color: white;
    border: 1px solid black;
    padding: 10px;
    border-radius: 15px;
	font-size:20px;
}

.text_total{
	font-size:30px;
}

.form p a:hover , .checkbox_button_simple label a:hover{
	color:#019fcb;
	
}
.form p a:focus , .checkbox_button_simple label a:focus{
	color:#ff9919;
	
}
.form p a:visited , .checkbox_button_simple label a:visited{
	color:#ff9919;
	
}

/*form e*/


/*videos s*/
.video_block_bg{
	background-color:#1E4696;
}
.videos_block{
	width:100%;
	max-width:1200px;
	margin:15px auto;
	
}
.title{
	width:100%;
	font-family:'Calibri';
	font-weight:400;
	font-size:30px;
	text-transform:uppercase;
	text-align:left;
	padding:0px 10px;
}
.title h2{
	color:white;
	margin:10px 0px;
	font-weight:400;
}
.videos{
	margin:0px auto;
	
	font-size:0px;
	text-align:center
}

.videos_inner{
	padding:5px 5px;
	font-size:0px;
	margin:0px -10px;
	text-align:center;
}
.video{
	
	
	display: inline-block;
    
    margin: 5px 0px;
	
	
	
}
.video_inner{
	padding:0px 0px;
}
.video a{
	display:inline-block;
	width:100%;
}
.video a div{
	width: 210px;
    height: 110px;
    border: 15px solid white;
    background-size: 100% 100%;
    background-position: 0px 0px;
	transition:0.5s all;
}
.video a:hover div{
border: 15px solid #E6B012;
}


/*videos e*/




/*footer s*/
.footer_block_bg{
	background-color:#1E4696;
}

.footer{
	width:100%;
	max-width:1200px;
	margin:0px auto;
	margin-bottom:0px;
	padding:30px 15px;
	
	
	font-size:0px;
}






.footer_laws{
	width:100%;
	
	font-size:0px;
	text-align:center;
}
.footer_logo{
	display:inline-block;
	width:20%;
	
}
.footer_logo a img{
	width:200px;
	filter: invert(0%);
	transition:0.5s all;
}

.footer_logo a:hover img{
	filter: invert(100%);
}
.footer_text{
	display:inline-block;
	width:40%;
	vertical-align:top;
	font-family:'Calibri';
	font-weight:400;
	font-size:10px;
	text-align:left;
	margin:0px 0px 15px 0px;
}
.footer_text p{
	margin: 0px;
    padding: 15px 0px 0px 0px ;
    color: white;
    font-size: 13px;
}

.footer_links{
	display:inline-block;
	width:20%;
	vertical-align:top;
}
.links{
	margin:0px 0px 0px 0px;
	text-align:left;
}
.links_inner{
	padding:0px 15px;
}
.link{
	display:inline-block;
	width:100%;
	color:#1E4B98;
	font-family:'Calibri';
	font-weight:700;
	font-size:13px;
	background-color:white;
	padding:3px 10px;
	text-align:center;
	margin:3px 0px;
	transition: 1s all;
}
.link:hover{
	background-color:#1E4B98;
	color:white;
}

.footer_reg{
	display:inline-block;
	width:20%;
	margin:5px 0px;
}

/*footer e*/

/*about s*/
.about_change .schedule_text{
	width:100%;
}
/*about e*/

@media screen and (max-width: 1100px) {
	
	
	.dis_desk{
		display:inline-block;
	}
	.dis_mob{
		display:none;
	}
	.header_div{
		background-size:0%}
	.menu_button{
		display:inline-block;
		
		width:40px;
		height:40px;
		border-radius:50px;
		margin:10px 5px;
		position:relative;
		background-color:#ff9919;
		
		
	}
	.el{
		position:absolute;
		width:70%;
		left:15%;
		top:15%;
		height:20%;
		border-radius:15px;
		background-color:#278bff;
	}
	@keyframes menu_1 {
		from {top: 15%;
			left: 15%;
			width: 70%;
		transform: rotate(0deg);}
		to {top: 38%;
			left: 7%;
			width: 90%;
		transform: rotate(45deg);}
	}
@keyframes menu_2 {
from {top: 40%;
left: 15%;
width: 70%;
transform: rotate(0deg);}
to {top: 40%;
left: 50%;
width: 0%;
transform: rotate(0deg);}
}
@keyframes menu_3 {
from {top: 65%;
left: 15%;
width: 70%;
transform: rotate(0deg);}
to {top: 40%;
width: 90%;
left: 5%;
transform: rotate(-45deg);}
}
.one{
top:15%;

}
.two{
top:40%;

}
.third{
top:65%;

}

.menu_block {
width: 100%;
height: 500px; 
margin: 0px auto;
font-size: 14px;
background-color: white;
border-radius:15px;
position: absolute;
left:0px;
top:416px;

z-index:1;
}
.menu {

padding: 0px;
}
.menu>li {
display: block; 
margin: 40px 5px;
text-align:center;
}
.video {
    display: inline-block;
	width:50%;
   text-align:center;
}
.video a div{
	margin:0px auto;
}

.reg_button {
    
    width: 180px;
   
}
.footer_logo,.footer_text,.footer_links,.footer_reg {
   
min-width: 250px;}
.header_lang_block,.header_logos_block,.header_regestration,.header_socs,.header_title {
   
min-width: 250px;}

.footer{

text-align: center;
}

}

@media screen and (max-width: 1100px) {
		.header_div{
		height:auto;}
	.header_lang_block,.header_logos_block,.header_regestration,.header_socs,.header_title {
width: auto;
    text-align: center;
    margin: auto;}
.header_socs .Facebook {
    margin-left: 0%;
}
.schedule_text,.schedule_img{
	width:100%
}
.video {
    display: inline-block;
    width: 100%;
}
.links {
   
    text-align:center;
}
.link {
   
width: auto;}
}
.timer_box_inner {
   
margin: 0px 0px;}
@media screen and (max-width: 350px) {
	.vLine{display:none;}
}

