@font-face {
	font-family: Kolaps-Regular;
	src: url(../font/Kolaps-Regular.ttf);
}
@font-face {
	font-family: Kolaps-Bold;
	src: url(../font/Kolaps-Bold.ttf);
}

.hidden {
  opacity: 0;
}

body{
	background-color: #333;
	background-image: url(../img/background.jpg);
	margin: 0;
	font-family: Kolaps-Regular;
	min-width: 340px;
	color: #fff;
}

.preloader{
	background-color: #222;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100000000000;
	top: 0;
	transition: all 3s ease;
}

.preloader2{
	background-color: transparent;
}

ul li{
	list-style-type: none;
}

#top-menu-button{
	display: none;
}

.hshow-menu{
	display: block!important;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 70px 0;
	z-index: 99;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
}
.hshow-menu li{
	display: block!important;
	text-align: center;
}

.float-orange-block{
	background-color: #fa6006;
	height: 688px;
	width: 400px;
	position: absolute;
	z-index: -1;
	right: 0px;
}
.wrapper{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
	position: relative;
}
header{
	background-image: url(../img/header-back-1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;

}
.header-top-list{
	color: #fff;
	padding: 20px 0;
}
.header-top-list img.logo{
	width: 150px;
	padding-left: 20px;
	display: inline-block;
}
.top-menu{
	display: inline-block;
	text-transform: uppercase;
	margin: 0;
	margin-right: 60px;
	vertical-align: top;
}
.header-top-list .top-menu li{
	padding: 10px 18px;
	font-size: 21px;
	display: inline-block;
	border: 3px solid transparent;
	transition: all 0.2s ease;
}
.header-top-list .top-menu a{
	color: #fff;
}
.header-top-list .top-menu li:hover{
	border: 3px solid #fa6006;
	cursor: pointer;
}
.header-top-list .contacts{
	display: inline-block;
	text-align: center;
	list-style-type: none;
	vertical-align: top;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 18px;
	padding: 0 30px;
	margin: 10px auto;
}
.header-top-list .contacts a{
	text-decoration: none;
	color: #fff;
}
h1,h2{
	margin-left: 20px;
}
h1{
	font-size: 75px;
	color: #fff;
	margin-bottom: 0;
	font-family: Kolaps-Bold;
	transition: all 2s ease;
}
h1 span{
	color: #fa6006;
}
h2{
	font-size: 25px;
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 70px;
	transition: all 2s ease;
}
h2.move-r{
	margin-left: 200px;
}
.header-buttom-list{
	text-align: center;
	width: 100%;
}
.header-buttom-list div{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	color: #fff;
	box-sizing: border-box;
	height: 50px;
	font-family: Kolaps-Bold;
	transition: all 2s ease;
}

.header-buttom-list-animation div{
	width: 19%!important;
}
.header-buttom-list div:nth-child(1){
	width: 25%;
	border: 2px solid #fa6006;
}
.header-buttom-list div:nth-child(2){
	width: 10%;
	background-color: #fa6006;
	border: 2px solid #fa6006;
}
.header-buttom-list div:nth-child(3){
	width: 15%;
	border: 2px solid #fa6006;
	font-size: 25px;
	text-align: center;
	padding: 6px;
	color: #fff;
	transition: all 0.2s ease;
}
.header-buttom-list div:nth-child(3):after{
	content:url(../img/arrow-d.png);
}
.header-buttom-list div:nth-child(3):hover{
	cursor: pointer;
	color: #fa6006;
}
.header-buttom-list div:nth-child(4){
	width: 35%;
	font-size: 17px;
	padding: 7px 40px;
	color: #fff;
	background-color: #252525;
	border: 2px solid #252525;
}
.header-buttom-list div:nth-child(5){
	width: 13%;
	background-color: #252525;
	border: 2px solid #252525;
}