body{
	margin: 0;
	position: relative;
}
.header{
	width: 100%;
	position: relative;
}
.bg_img{
	width: 100%;
}
.header .logo{
	width: 15%;
	position: absolute;
	top: 15%;
	left: 15%;
}
.header .menu{
	width: 3%;
	position: absolute;
	top: 5%;
	 left: 5%; 
	/*left: 1vw;
	top: 1vw;
	transition: opacity 0.5s;
	opacity: 0;*/	
	cursor: pointer;
	z-index: 2;

}
/*
.menu.fixed {
    position: fixed;
    top: 1vw;
    background:rgba(100,100,100,0.75);
	opacity: 1;
}*/
.header .menu img{
	width: 100%;
}
.header .menu p{
	color: white;
	text-align: center;
	font-size: 1vw;
	font-family: "Intro_Cond_Light_Free";
	margin: 0;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow: hidden;
  transition: 0.5s;
}
.overlay_wrap{
	width: 30vw;
	height: 100vh;
	position: relative;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
  font-family: "Helios_Thin";
  font-weight: bold;
}
	.overlay .sub-item a{
	font-size: 30px;
	}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.callbak{
	position: fixed;
	top: 3%;
	right: 3%;
	width: 4%;
	height: 4%;
	z-index: 3;
	animation-duration: infinite;
	cursor: pointer;
}
	.callbak img{
		width: 100%;
	}
#callback_form{
	position: fixed;
	top: 3%;
	right: 3%;
	width: 20vw;
	height: 12.5vw;
	z-index: 3;
	cursor: pointer;
display: none;
background-color: rgba(0,0,0,0.5);
border-radius: 1vw;
}
	#callback_form h1{
		color: white;
		font-family: "Intro_Cond_Black_Free";
		font-size: 1.7vw;
		margin: 0;
		text-align: center;
		margin-top: 1vw;
	}
	#callback_form .closebtn {
	  position: absolute;
	  top: 0vw;
	  right: 0.5vw;
	  font-size: 3vw;
	  text-decoration: none;
	  color: white;
	  line-height: 100%;
	}
	#callback_form input{
		font-family: "Helios_regular";
		font-size: 1vw;
		width: 90%;
		margin-left: 5%;
		margin-bottom: 0.5vw;
		margin-top: 0.5vw;
		background-color: white;
		border: 0px solid transparent;
	}
	#callback_form #callback_submit{
		width: 40%;
		margin-left: 30%
	}
.header .contact_info{
	position: absolute;
	top:78%;
	left: 15%;
}
.header .contact_info p{
	font-size: 1.6vw;
	color: white;
	font-family: "Helios_Thin";
	margin: 4% 0;
}

.head{
	width: 100%;
	height: 30vw;
	position: relative;
}
.head_overlay{
	width: 40%;
	
	/*border-top: 30vw solid rgba(57,55,94,0.9);
	border-left: 0px solid transparent;
	border-right: 10vw solid transparent;
	height: 0;*/
	height: 30vw;

	position: absolute;
	top: 0;
	left: 0;
	/* background-color: rgba(57,55,94,0.9); */
	z-index: 10;
}
	.head_overlay::before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-top: 30vw solid rgba(57,55,94,0.9);
		border-left: 0px solid transparent;
		border-right: 10vw solid transparent;
		height: 0;
	}
.head_overlay .logo{
	width: 40%;
	position: absolute;
	top: 20%;
	left: 20%;
}
.head_overlay .menu{
	width: 8%;
	position: absolute;
	top: 5%;
	left: 10%; 
	/*left: 1vw;
	top: 1vw;
	transition: opacity 0.5s;
	opacity: 0;*/	
	cursor: pointer;
	z-index: 2;
}
.head_overlay .contact_info{
	position: absolute;
	top:80%;
	left: 22%;
}
.head_overlay .contact_info p{
	font-size: 1.6vw;
	color: white;
	font-family: "Helios_Thin";
	margin: 4% 0;
}
/*
.menu.fixed {
    position: fixed;
    top: 1vw;
    background:rgba(100,100,100,0.75);
	opacity: 1;
}*/
.head_overlay .menu img{
	width: 100%;
}
.head_overlay .menu p{
	color: white;
	text-align: center;
	font-size: 1vw;
	font-family: "Intro_Cond_Light_Free";
	margin: 0;
}
.header_bg{
	width: 100%;
}
	.header_bg .owl-item{
		width: 100%;
	}
		.header_bg .owl-item .img_bg{
			width: 100%;
			height: 30vw;
		}
		.header_bg .owl-item .img_write{
			position: absolute;
			bottom: 1vw;
			right: 1vw;
			margin: 0;		    
			height: 2vw;
			width: auto;
			
		}		
		.header_bg .owl-item p{
			position: absolute;
			bottom: 1vw;
			right: 1vw;
			margin: 0;
			color: white;
			font-family: "Intro_Cond_Light_Free_Regular";
			font-size: 2vw;
			font-weight: bold;
			line-height: 3vw;
			text-shadow: 0 0 1px black, 0 0 2px black, 0 0 5px black;
		}	
.content{
	width: 80%;
	margin: auto;
	position: relative;
	z-index: 2;
}
	.bg{
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0.7;
		width: 100%;
	}
		.bg img{
			width: 160%;
			position: absolute;
			left: -32%;
			top: -30vw;
		}
table{
	width: auto;
	border: 2px solid black;
	margin: auto;
	width: 100%;
	font-family: "Helios_regular";
	color: black;
	font-size: 1vw;
}	
table td{
	border-right: 1px solid black;
	border-left: 1px solid black;
	padding: 0.8vw;
}
table td p{
	margin: 0;
}
table td a{
	color: rgb(43,36,75);
	text-decoration: none;
	font-weight: bold;
}	
table td a:hover{
	text-decoration: underline;
}
table .row0 td{
	border-bottom: 2px solid black;
	text-align: center;
	font-weight: bold;
	background-color: rgb(218,218,218);
}

@media (max-width: 800px) {
	.header .logo{
		width: 25%;
		top: 5px;
		left: 15%;
	}
	.header .menu {
		width: 9%;
	}
	.header .menu p{
		font-size: 3vw;
	}
	.head_overlay .menu{
	    width: 12%;
	}
	.head_overlay .menu p{
	    font-size: 1.8vw;
	}
	.header .contact_info{
		top: auto;
		left: auto;
		bottom: 5px;
		right: 10px;
	}
	.header .contact_info p{
		font-size: 18px;
		margin:  0;
		text-align: right;
	}
	.overlay_wrap{
		width: 100vw;
	}
	.overlay .closebtn{
		top: 0;
		right: 0;
		line-height: 35px;
		width: 35px;
	}
	.header_bg .owl-item .img_write{
	    height: 3vw;
	}
	.head_overlay .logo{
	    top: 10%;
	}
	.head_overlay .contact_info{
	    top: 70%;
	    left: 12%;
	}
	.head_overlay .contact_info p{
	    font-size: 3vw;
	     margin: 2% 0;
	}
	.callbak{
	    top: 2%;
	    width: 6%;
	}
	#callback_form{
	    width:30vw;
	    height: 23vw;
	    top: 2%;
	}
	#callback_form h1{
	    font-size: 3vw;
	}
	#callback_form input{
	    font-size: 2.5vw;
	}
	#callback_form #callback_submit {
        width: 50%;
        margin-left: 25%;
    }
    #callback_form .closebtn{
        font-size: 5vw;
    }
.content{
	overflow-x:scroll;
	width: 90%;
}
table{
	font-size: 15px;;
}
table td{
	padding: 10px;
}
table a{
	width: 10vw;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}	
}		
@font-face{
	font-family: "Helios_Thin";
	src: url("../fonts/HelveticaNeueCyr-Thin.otf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: "Helios_light";
	src: url("../fontsHelveticaNeueCyr-Light.otf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: "Helios_regular";
	src: url("../fonts/HelveticaNeueCyr-Bold.otf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: "Helios_Black";
	src: url("../fonts/HelveticaNeueCyr-Black.otf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: "Intro_Cond_Light_Free";
	src: url("../fonts/HelveticaNeueCyr-Thin") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: "Intro_Cond_Light_Free_Regular";
	src: url("../fonts/HelveticaNeueCyr-Bold.otf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: "Intro_Cond_Black_Free";
	src: url("../fonts/HelveticaNeueCyr-Black.otf") format("truetype");
	font-style: normal;
	font-weight: normal;
}