html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img{
	max-width: 100%;
	vertical-align: middle;
}
input:focus,
textarea:focus,
button:focus,
select:focus{
	outline: none;
}
*::-webkit-input-placeholder {
	color: #39393a;
	opacity: 1;
}
*:-moz-placeholder {
	color: #39393a;
	opacity: 1;
}
*::-moz-placeholder {
	color: #39393a;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #39393a;
	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;
	margin: 0 auto;
}
body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	color: #39393a;
	background-color: #fff;
	margin: 0 auto;
}
body,
*{
	line-height: 1.8em;
}
br,
span,
b{
	line-height: inherit;
}
b{
	font-weight: 700;
}
p{
	margin: 0;
	font-size: 12px;
}
a{
	color: #39393a;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover,
a:focus{
	text-decoration: none;
}
a:hover{
	color: #39393a;
}
a,
a:focus{
	outline: none; 
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: normal;
	line-height: 1.5em;
}
h1{
	font-size: 40px;
	line-height: 1.2em;
	font-weight: 700;
}
h2{
	font-size: 34px;
	line-height: 1em;
	letter-spacing: .2px;
	font-family: "AvenirNextBold";
	text-align: center;
	font-weight: 700;
	color: #000;
}
h3{
	font-size: 18px;
	font-weight: 700;
	color: #4a4a4a;
}
h2 + h3{
	margin: 25px auto 0;
	max-width: 600px;
	font-size: 14px;
	line-height: 1.8em;
	text-align: center;
}
form{
	text-align: center;
}
.input{
	width: 100%;
	max-width: 300px;
	height: 55px;
	background-color: white;
	border: none;
	border-bottom: 1px solid #39393a;
	color: #39393a;
	opacity: .5;
	font-size: 16px;
	margin-bottom: 10px;
}
.input:focus{
	opacity: 1;
}
textarea.input{
	padding: 15px 0;
	height: 80px;
	resize: none;
}
input.btn{
	max-width: 300px;
	width: 100%;
	padding: 0;
	height: 55px;
	font-size: 16px;
	margin-top: 10px;
}
.ierror{
	background-color: #ffeaea!important;
	border-color: #db422c!important;
}
.btn{
	display: inline-block;
	text-align: center;
	border: none;
	background-color: #3ea1f0;
	border: 1px solid white;
	border-radius: 25px;
	font-size: 14px;
	padding: 15px 30px;
	max-width: 240px;
	width: 100%;
	color: #fff;
	line-height: 1.3em;
	cursor: pointer;
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn:hover{
	color: #fff;
	background-color: #1c84d6;
}
.btn.btn2:hover{
	color: #3ea1f0;
	background-color: #fff;
	border-color: transparent;
}
.btn:active{
	top: 2px;
}
.btn:focus{
	color: #fff;
	box-shadow: none;
}
.clearfix::after,
.clearfix::before{
	content: " ";
	display: table;
}
.clearfix::after,
.clr{
	clear: both;
}
.t_wrap{
	white-space: nowrap;
}
.t_color1{
	color: #338dec;
}
.t_color2{
	color: #328ae7;
}
.t_color3{
	color: #0a79d2;
}
section{
	padding: 45px 0;
	position: relative;
}
section.block_bg_color1{
	background-color: #f8f8f8;
}
section.block_bg_color2{
	background-color: #f1f4f9;
}
@media only screen and (min-width : 1200px) {
	.container{
		width: 1170px;
	}
}

/*HEADER*/
header{
	background-color: #3ea1f0;
	position: relative;
	padding-top: 80px;
}
header::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(/img/bg/header_texture.png);
	opacity: .15;
}
header .top,
header .main{
	position: relative;
	z-index: 99;
}
header .top{
	position: fixed;
	-webkit-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	min-width: 320px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.27);
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px 0;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
header .top nav{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
header .top .menu{
	text-align: right;
	margin-right: 25px;
}
header .top .menu li{
	display: inline-block;
	margin-left: 35px;
}
header .top .menu li:first-child{
	margin-left: 0;
}
header .top .menu a{
	font-weight: 500;
}
header .top .menu a:hover,
header .top .menu .active a{
	color: #338dec;
}
header .top .btn{
	padding: 13px 10px;
	max-width: 165px;
}
header .top .login{
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 45px;
	background-color: #3ea1f0;
	border-radius: 23px;
	background-image: url(/img/icons/user.png);
	background-repeat: no-repeat;
	background-position: center;
}
header .main{
	padding: 40px 0;
}
header .main,
header .main a,
header .main h3{
	color: #fff;
}
header .main .text{
	padding-bottom: 30px;
}
header .main h3{
	max-width: 450px;
	margin: 45px 0;
	font-weight: 400;
}
header .main .btn{
	max-width: 260px;
	display: block;
	margin-bottom: 20px;
}
header .main .btn.store-link{
	background: #1eccc4;
}
header .main .btn.store-link:hover{
	color: #3ea1f0;
	background-color: #fff;
	border-color: transparent;
}
header .main .img_center{
	padding-left: 20px;
}
header .main .img_wrap{
	text-align: center;
	display: inline-block;
	position: relative;
}
header .main .img_wrap img{
	pointer-events: none
}
header .main .circle_icon{
	position: absolute;
	border-radius: 50%;
	cursor: pointer;
	-webkit-animation-name: BubbleShake;
	animation-name: BubbleShake;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
header .main .circle_icon.circle1{
	top: 55px;
	left: -100px;
	width: 86px;
	height: 86px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#b5c680), to(#ccde8e));
	background-image: -webkit-linear-gradient(bottom, #b5c680 0%, #ccde8e 100%);
	background-image: -o-linear-gradient(bottom, #b5c680 0%, #ccde8e 100%);
	background-image: linear-gradient(to top, #b5c680 0%, #ccde8e 100%);
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
header .main .circle_icon.circle2{
	top: 5px;
	right: -90px;
	width: 116px;
	height: 116px;
	background-image: -webkit-linear-gradient(269deg, #dbbae8 0%, #b491c3 100%);
	background-image: -o-linear-gradient(269deg, #dbbae8 0%, #b491c3 100%);
	background-image: linear-gradient(181deg, #dbbae8 0%, #b491c3 100%);
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
header .main .circle_icon.circle3{
	bottom: 45px;
	left: -115px;
	width: 125px;
	height: 125px;
	background-image: -webkit-linear-gradient(269deg, #f4efe9 0%, #f5c399 100%);
	background-image: -o-linear-gradient(269deg, #f4efe9 0%, #f5c399 100%);
	background-image: linear-gradient(181deg, #f4efe9 0%, #f5c399 100%);
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
header .main .circle_icon.circle4{
	bottom: 85px;
	right: -85px;
	width: 95px;
	height: 95px;
	background-image: -webkit-linear-gradient(269deg, #7dfaf0 0%, #57cac1 100%);
	background-image: -o-linear-gradient(269deg, #7dfaf0 0%, #57cac1 100%);
	background-image: linear-gradient(181deg, #7dfaf0 0%, #57cac1 100%);
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
header .main .circle_icon::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
}
header .main .circle_icon.icon_eye::before{
	background-image: url(/img/icons/header_eye.png);
}
header .main .circle_icon.icon_like::before{
	background-image: url(/img/icons/header_like.png);
}
header .main .circle_icon.icon_megaphone::before{
	background-image: url(/img/icons/header_megaphone.png);
}
header .main .circle_icon.icon_chat::before{
	background-image: url(/img/icons/header_chat.png);
}
/*/HEADER*/

/*NUMBERS*/
.s_numbers{
	padding: 0;
	text-align: center;
}
.s_numbers .item{
	padding: 45px 0;
}
.s_numbers .item .number{
	font-size: 48px;
	line-height: 1em;
	font-family: "AvenirNextBold";
	letter-spacing: 1px;
	font-weight: 700;
	color: #338dec;
	margin-bottom: 5px;
}
/*/NUMBERS*/

/*MENU HAMBURGER*/
@media only screen and (max-width : 767px) {
	.menu_hamburger{
		display: inline-block!important;
	}
}
@media only screen and (min-width : 768px) {
	.menu_hamburger{
		display: none!important;
	}
	.menu_toggle{
		display: block !important;
	}
}
.menu_hamburger{
	display: inline-block;
	cursor: pointer;
}
.menu_hamburger .hamburger {
	position: relative;
	width: 30px;
	height: 20px;
	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;
	border-radius: 5px;
	width: 100%;
	height: 4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #338dec;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.menu_hamburger .hamburger:hover span,
.menu_hamburger.active .hamburger span:nth-child(2),
.menu_hamburger.active .hamburger span:nth-child(3){
	background-color: #338dec;   
}
.menu_hamburger .hamburger span:nth-child(1) {
	top: 50%;
	margin-top: -2px;
}
.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: -2px;
	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: -2px;
	transition-property: bottom, transform;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*/MENU HAMBURGER*/

@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	br{
		display: none;
	}
	header .top .menu{
		margin: 0;
		text-align: center;
	}
	header .top .menu li{
		margin: 0 10px;
	}
}
@media only screen and (max-width : 767px) {
	header .top{
		padding: 15px 0 0;
	}	
	header .top.top_scroll{
		padding-top: 5px;
	}
	header .top.top_scroll nav{
		padding-bottom: 5px;
	}
	header .top nav{
		position: relative;
		padding-bottom: 15px;
	}
	header .top .container{
		width: 100%;
	}
	header .logo{
		text-align: center;
	}
	header .top .menu_toggle {
		display: none;
		position: absolute;
		left: -15px;
		right: -15px;
		top: 100%;
		background-color: #fff;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.13);
	}
	header .top .menu{
		margin: 0;
	}
	header .top .menu li{
		display: block;
		text-align: center;
		margin: 0;
	}
	header .top .menu li:nth-child(2n+1){
		background-color: #f1f4f9;
	}
	header .top .menu a{
		display: block;
		padding: 15px 10px;
	}
	header .main{
		padding: 65px 0 60px;
		text-align: center;
	}
	header .main .text{
		padding: 0;
	}
	header .main h3{
		margin: 30px auto 50px;
	}
	.s_numbers .container{
		width: 100%;
	}
	.s_numbers .bg:nth-child(2n){
		background-color: #fff;
	}

}
@media only screen and (max-width : 480px) {
	h1{
		font-size: 36px;
	}
}
