html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img{
	max-width: 100%;
}
input:focus,
textarea:focus,
button:focus {
	outline: none;
}
input:not([type=checkbox]):not([type=radio]),
textarea, 
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.logo_img{
	max-width: 300px;
	margin-top: 10px;
	height: auto;
}
*::-webkit-input-placeholder {
	color: #282828;
	opacity: 1;
}
*:-moz-placeholder {
	color: #282828;
	opacity: 1;
}
*::-moz-placeholder {
	color: #282828;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #282828;
	opacity: 1;
}
.ierror::-webkit-input-placeholder {
	color: red;
	opacity: 1;
}
.ierror:-moz-placeholder {
	color: red;
	opacity: 1;
}
.ierror::-moz-placeholder {
	color: red;
	opacity: 1;
}
.ierror:-ms-input-placeholder {
	color: red;
	opacity: 1;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.block_overflow{
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
}
body {
	font-family: "GeometriaRegular", sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	color: #000;
	background-color: #fff;
	line-height: 1.5em;
	margin: 0 auto;
}
*:not(br){
	line-height: 1.5em;
}
p{
	margin: 0;
}
a{
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: normal;
	line-height: 1.4em;
}
h1{
	font-size: 44px;
	line-height: 1.3em;
	font-family: "GeometriaBold";
	background-color: #0bc0ef;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	text-align: left;
	position: relative;
}
h1::before{
	content: '';
	position: absolute;
	bottom: -35px;
	right: 0;
	border-right: 30px solid #0bc0ef;
	border-bottom: 35px solid transparent;
}
h2{
	font-size: 46px;
	text-align: center;
}
@media only screen and (min-width : 992px) {
	.h2_left h2,
	.h2_left h3.h2_under{
		text-align: left;
	}
}
h3.h2_under{
	font-size: 22px;
	line-height: 1.5em;
	margin-top: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 20px;
}
form{
	text-align: center;
}
.f_info{
	font-size: 14px;
	margin-top: 20px;
}
.input{
	display: inline-block;
	max-width: 350px;
	width: 100%;
}
label{
	display: block;
	text-align: left;
}
label span{
	display: block;
	font-size: 13px;
	color: #808080;
	margin-bottom: 3px;
}
input:not(.btn){
	max-width: 350px;
	width: 100%;
	height: 40px;
	background-color: white;
	border: 1px solid #c2c8c9;
	border-radius: 3px;
	padding: 0 15px;
}
input.btn{
	max-width: 295px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
input.ierror{
	border-color: red!important;
}
.clearfix::after,
.clearfix::before{
	content: " ";
	display: table;
}
.clearfix::after,
.clr{
	clear: both;
}
.btn{
	display: inline-block;
	text-align: center;
	background-color: #fdcf30;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #fdcf30), to(#fee333));
	background-image: -webkit-linear-gradient(bottom, #fdcf30 1%, #fee333 100%);
	background-image: -o-linear-gradient(bottom, #fdcf30 1%, #fee333 100%);
	background-image: linear-gradient(to top, #fdcf30 1%, #fee333 100%);
	border: 1px solid #fee233;
	border-radius: 8px;
	box-shadow: 0 4px 0 #ceb123;
	padding: 15px 60px;
	font-family: "GeometriaBold";
	font-size: 18px;
	line-height: 1.3em;
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn:hover{
	background-color: #fee333;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fdcf30), to(#fee333));
	background-image: -webkit-linear-gradient(top, #fdcf30 1%, #fee333 100%);
	background-image: -o-linear-gradient(top, #fdcf30 1%, #fee333 100%);
	background-image: linear-gradient(to bottom, #fdcf30 1%, #fee333 100%);
}
.btn.btn2{
	background-color: #0bc0ef;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0bc0ef), to(#0bacef));
	background-image: -webkit-linear-gradient(top, #0bc0ef 0%, #0bacef 100%);
	background-image: -o-linear-gradient(top, #0bc0ef 0%, #0bacef 100%);
	background-image: linear-gradient(180deg, #0bc0ef 0%, #0bacef 100%);
	border: 1px solid #0ac4f5;
	box-shadow: 0 4px 0 #09a0c7;
	color: #fff;
}
.btn.btn2:hover{
	background-color: #0bacef;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#0bc0ef), to(#0bacef));
	background-image: -webkit-linear-gradient(bottom, #0bc0ef 0%, #0bacef 100%);
	background-image: -o-linear-gradient(bottom, #0bc0ef 0%, #0bacef 100%);
	background-image: linear-gradient(360deg, #0bc0ef 0%, #0bacef 100%);
}
.btn:active{
	top: 4px;
	box-shadow: none;
}
.block_bg_color{
	background-color: #f1f5f6;
}

/*HEADER*/
header{
}
.header_top{
	padding: 25px 0;
	text-align: center;
}
.logo{
	float: left;
	text-align: left;
	white-space: nowrap;
}
.logo .right{
	display: inline-block;
	vertical-align: top;
	max-width: 230px;
	padding-left: 15px;
	text-align: left;
}
.logo .title{
	font-size: 36px;
	font-family: "GeometriaBold";
	color: #fdc912;
}
.logo .title,
.logo .title span{
	line-height: 1.3em;
}
.logo .title span{
	color: #0bc0ef;
}
.callback{
	float: right;
	text-align: left;
	margin-top: 10px;
}
.callback .left{
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}
.callback .phone{
	font-size: 22px;
	font-family: "GeometriaBold";
	padding-left: 30px;
	background-image: url(../img/bg/bg_icons_phone.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.callback .online{
	padding-left: 30px;
	font-size: 15px;
}
.callback .online a{
	color: #0bc0ef;
	border-bottom: 1px solid #0bc0ef;
}
.callback .online a:hover{
	color: #282828;
	border-color: #282828;
}
.callback .btn{
	font-size: 16px;
	padding: 12px 30px;
}
.h_time{
	display: inline-block;
	text-align: left;
	padding-left: 50px;
}
.h_time .label{
	font-family: "GeometriaBold";
}
@media only screen and (min-width : 992px) {
	.nav_wrap {
		min-height: 50px;
	}
	.nav_fixet {
		position: fixed;
		-webkit-transform: translate3d(0,0,0);
		-webkit-backface-visibility: hidden;
		min-width: 320px;
		z-index: 999;
		top: 0;
		left: 0;
		right: 0;
		box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	}
}
nav{
	text-align: center;
	background-color: #0bc0ef;
}
.menu_small{
	display: none;
}
.menu_toggle .callback{
	display: none;
}
.menu{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.menu a{
	display: block;
	padding: 13px 15px;
	color: #fff;
}
.menu .active a{
	background-color: #fdc912;
	color: #282828;
}
.menu a:hover{
	color: #282828;
}
.header_main{
	background-image: url(../img/bg/bg_header.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 80px 0;
	min-height: 1010px;
}
.header_main .bg_img{
	position: absolute;
	top: 40px;
	right: -50px;
}
.header_main .h3{
	margin-top: 25px;
}
.header_main .h3 br{
	display: block;
}
.header_main .btn{
	margin: 40px 0;
}
.header_main .info{
	font-size: 14px;
}
.header_main .info br{
	display: block;
}
/*/HEADER*/

/*MENU SMALL*/
.c-hamburger {
	display: block;
	position: relative;
	width: 35px;
	height: 26px;
	display: inline-block;
	font-size: 0;
	text-indent: -9999px;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	z-index: 999;
}
.c-hamburger:focus {
	outline: none;
}
.c-hamburger span {
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	height: 6px;
	background-color: #fdc912;
	border-radius: 5px;
}
.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #fdc912;
	border-radius: 5px;
	content: "";
}
.c-hamburger span::before {
	top: -11px;
}
.c-hamburger span::after {
	bottom: -11px;
}
.c-hamburger--htx {
	background-color: transparent;
}
.c-hamburger--htx span {
	transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
	transition-property: top, transform;
}
.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}
.c-hamburger--htx.is-active {
	background-color: transparent;
}
.c-hamburger--htx.is-active span {
	background: none;
}
.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
	background-color: #ccc;
}
.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
	background-color: #ccc;
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}
/*/MENU SMALL*/

@media only screen and (max-width : 1199px) {
	.logo .right .info{
		font-size: 14px;
	}
	.h_time{
		padding-left: 10px;
	}
	.menu a{
		padding-left: 5px;
		padding-right: 5px;
	}
	.header_main .bg_img{
		max-width: 575px;
	}
}
@media only screen and (max-width : 991px) {
	h1{
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}
	h1::before{
		display: none;
	}
	header{
		padding-top: 60px;
	}
	.header_top .callback,
	.header_top .h_time{
		display: none;
	}
	.callback{
		text-align: center;
	}
	.callback .left{
		display: block;
		margin-bottom: 20px;
	}
	nav{
		top: 0;
		background-color: transparent;
	}
	.header_top{
		padding: 0;
	}
	.top_fixet_mobile{
		position: fixed;
		-webkit-transform: translate3d(0,0,0);
		-webkit-backface-visibility: hidden;
		min-width: 320px;
		z-index: 999;
		top: 0;
		left: 0;
		right: 0;
		box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
		background-color: #fff;
		padding: 8px 0;
	}
	.header_top .logo img{
		max-height: 40px;
	}
	.header_top .logo .title{
		font-size: 25px;
	}
	.header_top .logo .title,
	.header_top .logo .title span{
		line-height: 1em;
	}
	.header_top .logo .info{
		font-size: 12px;
	}
	.menu_small{
		padding-top: 5px;
		text-align: center;
		float: right;
		display: block;
	}
	.menu_scroll{
		overflow-y: scroll;
		padding: 10px 0 20px;
	}
	.menu_wrap{
		position: relative;
	}
	.menu_toggle{
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		margin: 0;
		text-align: center;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
		z-index: 99;
		line-height: 1.2em;
	}	
	.menu_toggle .callback{
		display: block;
		float: none;
	}
	.menu_toggle .callback .left{
		padding: 0;
	}
	.menu{
		display: block;
		margin-top: 15px;
	}
	.menu li{
		display: block;
		text-align: center;
	}
	.menu a{
		padding: 5px 15px;
		color: #282828;
	}
	.header_main{
		padding: 30px 0 300px;
		min-height: 1px;
		-webkit-background-size: auto;
		background-size: auto;
		text-align: center;
	}
	.header_main .bg_img{
		position: relative;
		top: 0;
		left: 0;
		margin: 0 auto 20px;
		max-width: 200px;
	}
	.header_main .h3{
		margin-top: 15px;
	}
	.header_main .h3 br{
		display: none;
	}
	.header_main .btn{
		margin: 25px 0;
	}
}
@media only screen and (max-width : 767px) {
	h1{
		font-size: 40px;
	}
}
@media only screen and (max-width : 480px) {
	h1{
		font-size: 35px;
	}
}



