html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img{
	max-width: 100%;
}
input:focus,
textarea:focus,
button:focus,
select:focus{
	outline: none;
}
*::-webkit-input-placeholder {
	color: #8a8c93;
	opacity: 1;
}
*:-moz-placeholder {
	color: #8a8c93;
	opacity: 1;
}
*::-moz-placeholder {
	color: #8a8c93;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #8a8c93;
	opacity: 1;
}
.ierror::-webkit-input-placeholder {
	color: #db422c;
}
.ierror:-moz-placeholder {
	color: #db422c;
}
.ierror::-moz-placeholder {
	color: #db422c;
}
.ierror:-ms-input-placeholder {
	color: #db422c;
}
.iactive::-webkit-input-placeholder {
	color: rgba(0,0,0,0)!important;
}
.iactive:-moz-placeholder {
	color: rgba(0,0,0,0)!important;
}
.iactive::-moz-placeholder {
	color: rgba(0,0,0,0)!important;
}
.iactive:-ms-input-placeholder {
	color: rgba(0,0,0,0)!important;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.block_overflow{
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
}
body {
	font-family: "MuseoSansCyrl", sans-serif;
	font-weight: 300;
	font-size: 14px;
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	color: #353843;
	background-color: #fff;
	margin: 0 auto;
}
body,
*{
	line-height: 1.4em;
}
br,
span{
	line-height: inherit;
}
b{
	font-weight: 700;
}
p{
	margin: 10px 0 0;
}
a{
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a,
a:focus{
	outline: none; 
}
sup{
	display: inline-block;
	-webkit-transform: scale(.8,.8);
	-ms-transform: scale(.8,.8);
	-o-transform: scale(.8,.8);
	transform: scale(.8,.8);
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: 500;
	line-height: 1.4em;
}
h1{
	font-size: 54px;
	line-height: 1.1em;
	font-family: "SeroPro";
	font-weight: 700;
	max-width: 830px;
	margin: 0 auto;
}
h2{
	font-size: 42px;
	line-height: 1.1em;
	font-family: "SeroPro";
	font-weight: 700;
	text-align: center;
}
h2 br{
	display: inline-block;
}
h2.h2_line{
	text-align: left;
	position: relative;
	padding-left: 15px;
}
h2.h2_line::before{
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	bottom: 5px;
	width: 2px;
	background-color: #ff6c03;
}
h2.h2_line + h3{
	text-align: left;
}
.fz24{
	font-size: 24px;
}
h3{
	font-size: 21px;
}
h2 + h3{
	text-align: center;
	margin-top: 15px;
}
h4{
	font-size: 16px;
}
form{
}
input:not(.btn),
select{
	width: 100%;
	max-width: 310px;
	height: 70px;
	background-color: #f7f7f7;
	border-radius: 3px;
	vertical-align: middle;
	border: 1px solid transparent;
	box-shadow: inset 0 2px 0 #dfdfdf;
	padding: 0 10px 0 20px;
	font-size: 14px;
	color: #353843;
	font-weight: 500;
	background-repeat: no-repeat;
	background-position: 20px center;
	margin-bottom: 10px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
input.i_icon{
	padding-left: 50px;
}
input[name='name']{
	background-image: url(../img/svg/user.svg);
}
input[name='phone']{
	background-image: url(../img/svg/phone.svg);
}
button.btn{
	margin-top: 5px;
}
.ierror{
	background-color: #ffeaea!important;
	border-color: #db422c!important;
}
.btn{
	display: inline-block;
	text-align: center;
	border: none;
	font-size: 14px;
	font-weight: 700;
	vertical-align: middle;
	text-transform: uppercase;
	padding: 0;
	color: #fff;
	background-color: #d84112;
	border-radius: 7px;
	position: relative;
	top: 2px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn > span{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: flex-center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-width: 270px;
	height: 65px;
	padding: 10px 40px;
	border-radius: 3px;
	border-bottom: 1px solid #fb6822;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ff460e), to(#ff6c03));
	background-image: -webkit-linear-gradient(bottom, #ff460e 0%, #ff6c03 100%);
	background-image: -o-linear-gradient(bottom, #ff460e 0%, #ff6c03 100%);
	background-image: linear-gradient(to top, #ff460e 0%, #ff6c03 100%);
	position: relative;
	top: -5px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn:hover > span{
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ff6c03), to(#ff6c03));
	background-image: -webkit-linear-gradient(bottom, #ff6c03 0%, #ff6c03 100%);
	background-image: -o-linear-gradient(bottom, #ff6c03 0%, #ff6c03 100%);
	background-image: linear-gradient(to top, #ff6c03 0%, #ff6c03 100%);
}
.btn:active > span{
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ff460e), to(#ff6c03));
	background-image: -webkit-linear-gradient(bottom, #ff460e 0%, #ff6c03 100%);
	background-image: -o-linear-gradient(bottom, #ff460e 0%, #ff6c03 100%);
	background-image: linear-gradient(to top, #ff460e 0%, #ff6c03 100%);
	top: -2px;
}
.btn > span > span{
	display: block;
	margin: 0 auto;
	line-height: 1.2em;
	position: relative;
	top: 2px;
}
.btn:active{
}
.btn i.arrow{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 5px;
	height: 8px;
	background-image: url(../img/svg/arrow_btn.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.clearfix::after,
.clearfix::before{
	content: " ";
	display: table;
}
.clearfix::after,
.clr{
	clear: both;
}
.flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
}
.flex.flex_center{
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.flex.flex_start{
	justify-content: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
}
.flex > *{
	max-width: 100%;
}
.flex .icon,
.flex .img{
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
}
.link{
	font-size: 11px;
	letter-spacing: .5px;
	border-bottom: 1px solid #ff6c03;
	color :#ff6c03;
	text-transform: uppercase;
	font-weight: 700;
}
.link:hover{
	color: #d84112;
	border-color: #d84112;
}
.link.link_white{
	color: #fff;
	border-color: #fff;
}
.link.link_white:hover{
	border-bottom-color: #ff460e;
	color: #ff460e;
}
.t_wrap{
	white-space: nowrap;
}
.t_color{
	color: #ff6c03;
}
.block_bg_color{
	background-color: #f9f9fa;
}
.line_top{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.line_top .line{
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
}
section{
	padding: 75px 0 80px;
	position: relative;
}


/*HEADER*/
header{
	background-image: url(../img/bg/header.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	min-height: 100vh;
}
header,
header a{
	color: #fff;
}
header::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(28, 31, 36, 0.5);
	z-index: 1;
}
header .video_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	overflow: hidden;
}
header .video_bg video{
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	min-width: 1920px;
	min-height: 100%;
	position: absolute;
}
.header_top{
	padding: 15px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.header_top .logo,
.header_top .callback{
	position: relative;
}
.header_top .left,
.header_top .right{
	max-width: 300px;
	width: 100%;
}
.header_top .logo{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.header_top .logo{
	z-index: 3;
}
.header_top .callback{
	z-index: 4;
}
.callback{
	text-align: right;
}
.callback .time{
	font-size: 12px;
	font-weight: 500;
}
.callback .phone{
	font-size: 22px;
	font-weight: 900;
}
.header_main{
	text-align: center;
	position: relative;
	z-index: 2;
}
.header_main .wrap{
	min-height: 100vh;
	padding: 110px 0;
	margin: 0 auto;
}
.header_main .wrap > div{
	margin: 0 auto;
	width: 100%;
}
.header_main .h3{
	margin: 15px 0;
}
.header_main .h3 br{
	display: inline-block;
}
.header_main .bg{
	margin: 55px auto 0;
	max-width: 730px;
	background-color: white;
	box-shadow: 0 0 48px 12px rgba(36, 38, 43, 0.12);
	padding: 35px 20px 40px;
}
.header_main .bg,
.header_main .bg a{
	color :#353843;
}
.header_main .bg h3{
	font-size: 30px;
	line-height: 1.25em;
	font-weight: 300;
}
.header_main .bg h4{
	margin: 5px 0;
}
.header_main .bg form{
	max-width: 600px;
	margin: 35px auto 0;
	width: 100%;
	text-align: left;
}
.header_main .bg input:not(.btn){
	margin-bottom: 0;
	margin-right: 5px;
}
.header_main .input_checkbox{
	max-width: 410px;
}
.header_main .input_checkbox a{
	color: #767984;
}
/*/HEADER*/

/*NAV*/
nav{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(8, 14, 19, 0.98);
	padding-top: 100px;
	height: 100vh;
	overflow-y: scroll;
	padding-left: 17px;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
nav.active{
	opacity: 1;
	z-index: 999;
}
nav,
nav a{
	color: #fff;
}
nav li{
	margin-bottom: 40px;
}
nav a{
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 700;
}
nav a:hover,
nav .active a{
	color: #ff460e;
}

/*/NAV*/

/*LOADER*/
.loader_wrap{
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	z-index: 9999;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.loader_wrap.load{
	opacity: 0;
	z-index: -1;
}
.loader{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.loader__square{
	position:relative;
	width: 100px;
	height: 100px;
	transform-origin: 50% 50%;
	animation: translate_square 1s infinite;
}
.loader__square--part{
	position: absolute;
	display: block;
	width:50%;
	height:50%;
	background: #ff6c03;
	color:#fff;
	transform-origin: 50% 50%;
}
.part-1{
	top:0;
	left:0;
	animation: translate_part-1 1s infinite;
}
.part-2{
	top:0;
	right:0;
	animation: translate_part-2 1s infinite;
}
.part-3{
	bottom:0;
	left:0;
	animation: translate_part-3 1s infinite;
}
.part-4{
	bottom:0;
	right:0;
	animation: translate_part-4 1s infinite;
}

/* KEYFRAME */
@keyframes translate_square {
	0%{ transform: rotate(-45deg); }
	75%{ transform: rotate(-45deg); }
	100%{ transform: rotate(45deg); }
}
@keyframes translate_part-1 {
	0%{ transform: translate(0%,0%); }
	25%{ transform: translate(-50%,-50%); }
	50%{ transform: translate(-50%,-50%) rotate(-90deg); }
	75%{ transform: translate(0%,0%) rotate(-90deg); }
	100%{ transform: translate(0%,0%) rotate(-90deg); }
}
@keyframes translate_part-2 {
	0%{ transform: translate(0%,0%); }
	25%{ transform: translate(50%,-50%); }
	50%{ transform: translate(50%,-50%) rotate(-90deg); }
	75%{ transform: translate(0%,0%) rotate(-90deg); }
	100%{ transform: translate(0%,0%) rotate(-90deg); }
}
@keyframes translate_part-3 {
	0%{ transform: translate(0%,0%); }
	25%{ transform: translate(-50%,50%); }
	50%{ transform: translate(-50%,50%) rotate(-90deg); }
	75%{ transform: translate(0%,0%) rotate(-90deg); }
	100%{ transform: translate(0%,0%) rotate(-90deg); }
}
@keyframes translate_part-4 {
	0%{ transform: translate(0%,0%); }
	25%{ transform: translate(50%,50%); }
	50%{ transform: translate(50%,50%) rotate(-90deg); }
	75%{ transform: translate(0%,0%) rotate(-90deg); }
	100%{ transform: translate(0%,0%) rotate(-90deg); }
}

/*/LOADER*/

/*SCROLL UP*/
.scroll_up {
	position: fixed;
	bottom: 5%;
	left: -40px;
	opacity: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	z-index: 90;
}
.scroll_up a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #ff460e;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.scroll_up a:hover{
	background-color: #ff6c03;
}
.scroll_up a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/svg/arrow-white.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.scroll_up.scroll_up_visible {
	left: 50px;
	opacity: 1;
}
@media only screen and (max-width : 1400px) {
	.scroll_up.scroll_up_visible {
		left: 30px;
	}
}
@media only screen and (max-width : 991px) {
	.scroll_up.scroll_up_visible {
		left: 10px;
	}
}
/*/SCROLL UP*/

/*MENU HAMBURGER*/
.menu_hamburger{
	display: inline-block;
	cursor: pointer;
}
.menu_hamburger .hamburger {
	position: relative;
	width: 30px;
	height: 16px;
	display: inline-block;
	text-indent: -9999px;
	box-shadow: none;
	cursor: pointer;
	vertical-align: middle;
	z-index: 1001;
}
.menu_hamburger .hamburger:focus {
	outline: none;
}
.menu_hamburger .hamburger span{
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.menu_hamburger .hamburger:hover span{
	background-color: #fff;   
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}
.menu_hamburger.active .hamburger span{
}
.menu_hamburger.active:hover .hamburger span:nth-child(2),
.menu_hamburger.active:hover .hamburger span:nth-child(3){
	background-color: #ff460e;
}
.menu_hamburger .hamburger:hover span:nth-child(2){
	top: -3px;
}
.menu_hamburger .hamburger:hover span:nth-child(3){
	bottom: -3px;
}
.menu_hamburger .hamburger span:nth-child(1) {
	top: 50%;
	margin-top: -1px;
}
.menu_hamburger .hamburger span:nth-child(2){
	top: 0;
}
.menu_hamburger .hamburger span:nth-child(3){
	bottom: 0;
}
.menu_hamburger.active .hamburger span:nth-child(1) {
	background: none;
	transition-duration: 0s, 0s;
}
.menu_hamburger.active .hamburger span:nth-child(2),
.menu_hamburger.active .hamburger span:nth-child(3){
	transition-duration: 0s, 0.5s;
}
.menu_hamburger.active .hamburger span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
	transition-property: top, transform;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_hamburger.active .hamburger span:nth-child(3) {
	bottom: 50%;
	margin-bottom: -1px;
	transition-property: bottom, transform;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*/MENU HAMBURGER*/


@media only screen and (max-width : 1199px) {
	br{
		display: none;
	}
	h1{
		font-size: 50px;
	}
	h2{
		font-size: 40px;
	}
}
@media only screen and (max-width : 991px) {
	h1{
		font-size: 45px;
	}
	h2{
		font-size: 35px;
	}
	h4{
		font-weight: 700;
	}
	section{
		padding: 55px 0 60px;
	}
	nav{
		padding-left: 0;
	}
	nav li{
		margin-bottom: 30px;
	}
	.header_top{
	}
	.header_main .wrap{
		padding: 110px 0 75px;
	}
	.header_main .bg{
		margin-top: 30px;
	}
}
@media only screen and (max-width : 767px) {
	h1{
		font-size: 38px;
	}
	h2{
		font-size: 30px;
	}
	h3{
		font-size: 19px;
	}
	h2 br{
		display: none;
	}
	section{
		padding: 45px 0 50px;
	}
	.header_top .left{
		max-width: none;
		width: auto;
	}
	.header_top .right{
		max-width: 90%;
	}
	.header_top .logo{
		position: relative;
		margin-top: 20px;
	}
	.header_main .wrap{
		padding-top: 200px;
		max-width: 600px;
	}
	.header_main .bg{
		max-width: 500px;
		margin-top: 30px;
		padding: 20px;
	}
	.header_main .bg form{
		text-align: center;
	}
	.header_main .bg h3{
		font-size: 25px;
	}
	.header_main .bg form{
		margin-top: 20px;
	}
	.header_main .bg input:not(.btn){
		margin-bottom: 15px;
		margin-right: 0;
	}
	.header_main .input_checkbox{
		max-width: 310px;
		margin-left: auto;
		margin-right: auto;
	}
	button.btn{
		max-width: 310px;
		width: 100%;
	}
}
@media only screen and (max-width : 480px) {
	h1{
		font-size: 32px;
	}
	h2{
		font-size: 28px;
	}
	.header_main .bg h3{
		font-size: 22px;
	}
	.btn > span{
		min-width: 1px;
	}
}
@media only screen and (max-height : 800px) and (min-width : 991px)  {
	h1{
		font-size: 50px;
	}
	.header_main .wrap{
		padding-bottom: 70px;
	}
	.header_main .bg{
		margin-top: 30px;
	}
	.header_main .bg form{
		margin-top: 20px;
	}
}
@media only screen and (max-height : 700px) and (min-width : 991px)  {
	h1{
		font-size: 40px;
	}
	.header_main .h3{
		margin: 10px 0;
	}
	.header_main .wrap{
		padding-bottom: 50px;
	}
	.header_main .bg{
		padding-top: 20px;
		padding-bottom: 20px;
		margin-top: 20px;
	}
	.header_main .bg h3{
		font-size: 25px;
	}
	.header_main .bg form{
		margin-top: 20px;
	}
}