body,
html {
	font-family: 'Roboto';
	font-size: 18px;
	color: #000;
	height: 100%;
}

body,
.header {
	min-width: 320px;
}

a,
input,
textarea {
	outline: medium none;
}

input,
textarea {
	padding: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
textarea,
.select_txt {
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 26px;
	height: 52px;
	margin-bottom: 0;
	padding-left: 25px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	font-size: 18px;
	color: #1d1d1a;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus,
.select.open .select_txt {
	border-color: #b9b9b9;
}

input,
select,
textarea {
	-webkit-appearance: none;
}

textarea {
	min-height: 122px;
	padding-top: 14px;
	resize: none;
	line-height: 1.3em;
	display: block;
}

input.error,
input.error:focus,
.error + label + .select_txt,
textarea.error,
.field_with_errors input,
.field_with_errors textarea {
	border-color: #fe0707;
}

.inp_wrap {
	position: relative;
	margin-bottom: 18px;
}

.txt_cl {
	background-position: -43px -74px;
	width: 40px;
	height: 30px;
	right: 37px;
	position: absolute;
	top: 121px;
}

.error + .txt_cl,
.error[style="display: inline;"] + .txt_cl,
.field_with_errors .txt_cl {
	background-position: -84px -74px;
}

.error[style="display: none;"] + .txt_cl {
	background-position: -43px -74px;
}

.err_mess {
	margin-left: 27px;
	font-size: 12px;
	left: 0;
	color: #f15762;
	bottom: 4px;
	white-space: nowrap;
}

table {
	width: 100%;
	margin-bottom: 20px;
}

table td,
table th {
	border: 1px solid #c3c3c3;
	padding: 10px;
}

table th {
	background-color: #f1f1f1;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

a {
	color: #ff5974;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

b,
strong {
	font-weight: normal;
	font-family: '';
}

h1,
h2,
h3,
h4,
h5,
.ttl {
	display: block;
	font-weight: 300;
	font-family: 'Roboto';
	margin-bottom: 30px;
	margin-top: 57px;
	color: #ff5974;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
.ttl:first-child {
	margin-top: 0;
}

h1,
.h1,
.main_ttl {
	font-size: 42px;
	margin-bottom: 34px;
}

h2,
.h2 {
	font-size: 28px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 18px;
}

p {
	margin-bottom: 30px;
	line-height: 32px;
}

a img,
.header,
.rain {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/*
.container > div {
    transform: translate3d(0,0,0);
}
*/

a img {
	transform: translateZ(0px);
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

a:hover img {
	opacity: 0.8;
}

.accent {
	font-size: 24px;
	line-height: 38px;
	font-weight: 300;
	text-transform: uppercase;
	color: #817375;
	margin-bottom: 31px;
}

.c_txt .accent {
	padding-right: 100px;
}

.c_txt .below {
	display: none;
}

.blue_ov {
	background-color: #ff5974;
	color: #fff;
}

.blue_ov {
	background-color: #ff5974;
	padding: 0px 13px 2px;
	border-radius: 25px;
	display: inline-block;
}

.blue_ov:after {
	background-position: -98px -6px;
	width: 25px;
	height: 18px;
	bottom: -18px;
	right: 24px;
}

.nums li {
	padding-left: 90px;
	position: relative;
}

.nums li > span {
	color: #ff943e;
	position: absolute;
	left: 30px;
	top: 3px;
	font-weight: bold;
}

.nums li > span:after {
	background-color: #ff943e;
	width: 20px;
	height: 1px;
	top: 12px;
	left: 24px;
}

.gray {
	padding: 38px 40px 34px;
	background-color: #f6f6f6;
	font-size: 14px;
	margin-bottom: 70px;
}

.gray p {
	line-height: 28px;
	margin-bottom: 0;
}

img {
	border: medium none;
	display: block;
	max-width: 100%;
}

.img_right,
.img_left,
.leftImg,
.rightImg {
	margin-bottom: 10px;
}

.img_left,
.leftImg {
	float: left;
	margin-right: 10px;
}

.img_right,
.rightImg {
	float: right;
	margin-left: 10px;
}

.ta_c {
	text-align: center;
}

.ta_r {
	text-align: right;
}

.a,
.b,
.a_spr,
.b_spr {
	position: relative;
}

.a:after,
.b:before,
.a_spr:after,
.b_spr:before {
	content: " ";
	display: block;
	position: absolute;
}

.a_spr:after,
.b_spr:before,
.spr {
	background-image: url("../img/sprite.png");
	background-repeat: no-repeat;
	-webkit-background-size: 170px;
	background-size: 170px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	.a_spr:after,
	.b_spr:before,
	.spr {
		background-image: url("../img/sprite@2x.png");
	}
}

.btn,
input[type="submit"].btn {
	background-color: #ff5974;
	outline: none;
	border: none;
	border-radius: 52px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-family: 'Roboto';
	height: 52px;
	line-height: 52px;
	padding: 0 24px;
	text-align: center;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}

.btn:hover,
input.btn:hover {
	text-decoration: none;
	background-color: #d86681;
}

.half,
.third {
	float: left;
}

.half {
	width: 50%;
}

.third {
	width: 33.3%;
}

.wrap {
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	max-width: 1000px;
}

.page {
	min-height: 100%;
	padding-bottom: 54px;
	margin-bottom: -73px;
	padding-top: 160px;
}

.page > .cl {
	height: 60px;
	clear: both;
}

.header {
	height: 109px;
	border-bottom: 1px solid #ededed;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 200;
}

.logo {
	position: absolute;
	left: 20px;
	top: 23px;
}

.soc {
	position: absolute;
	right: 37px;
	top: 42px;
	font-size: 0;
}

.soc a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 44px;
}

.soc .fb {
	background-position: -2px 0;
	width: 12px;
	height: 24px;
}

.soc .tw {
	background-position: -26px -1px;
	width: 25px;
	height: 21px;
}

.soc .inst {
	background-position: -63px 0;
	width: 25px;
	height: 24px;
}

.sidebar {
	width: 196px;
	margin-left: -17px;
	border-right: 1px solid #ededed;
	padding-right: 19px;
	float: left;
	margin-bottom: 10px;
}

.sidebar.fix {
	position: fixed;
	top: 0;
}

.sidebar.b_fix {
	position: absolute;
	bottom: 0;
	z-index: 20;
	top: auto;
}

.sidebar + .section,
.section.col {
	margin-left: 220px;
	padding-bottom: 60px;
}

.sidebar .nav {
	padding-top: 10px;
}

.sidebar .nav li {
	padding: 3px 0 4px;
}

.sidebar .nav li a {
	display: inline-block;
	transition: all .2s ease;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	padding: 7px 16px 6px;
	border-radius: 15px;
	color: #000;
}

.sidebar .nav li a:hover {
	background-color: #fef5f6;
}

.sidebar .nav li a.act {
	background-color: #ff5974;
	color: #fff;
}

.index {}

.index .header,
.index .footer {
	border: none;
	background: none;
}

.index .page {
	display: table;
	width: 100%;
	position: relative;
	z-index: 2;
	padding-top: 100px;
}

.index .footer .store_lnk {
	visibility: hidden;
}

.main_wrap {
	font-size: 0;
	letter-spacing: -.31em;
	padding-bottom: 20px;
	min-height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.main_wrap .info,
.main_wrap .phones {
	width: 50%;
	position: relative;
	letter-spacing: 0;
}

.main_wrap .phones {
	position: relative;
	height: 570px;
	float: left;
}

.main_wrap .mob_scr_wrap {
	position: absolute;
	left: 0;
	right: 0;
}

.main_wrap .mob_scr {
	position: relative;
	display: none;
	margin: -20px -20px 0;
	position: relative;
	height: 289px;
	left: -3px;
}

.main_wrap .mob_scr img {
	position: absolute;
	left: 50%;
	margin-left: -180px;
	top: 0;
	max-width: none;
}

.main_wrap .phones img {
	position: absolute;
}

.main_wrap .phones .phone1,
.main_wrap .phones .phone2 {
	transition: all .6s ease;
	opacity: 0;
}

.main_wrap .phones .phone1 {
	top: 22px;
	left: -18px;
	transition-delay: .5s;
	transform: translate3d(-30px, 0, 0);
}

.main_wrap .phone2 {
	top: -5px;
	left: 139px;
	transform: translate3d(30px, 0, 0);
	transition-delay: .2s;
}

.main_wrap.act .phones .phone1,
.main_wrap.act .phones .phone2,
.main_wrap.act .screens,
.main_wrap.act .info,
.index .rain.act {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.main_wrap .screens {
	position: absolute;
	width: 245px;
	height: 436px;
	left: 194px;
	top: 62px;
	background-color: #fff;
	-webkit-transform: translate3d(30px, 0, 0);
	-moz-transform: translate3d(30px, 0, 0);
	-o-transform: translate3d(30px, 0, 0);
	-ms-transform: translate3d(30px, 0, 0);
	transform: translate3d(30px, 0, 0);
	transition: all .6s ease;
	opacity: 0;
}

.main_wrap .screens div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #000;
}

.main_wrap .info {
	padding-left: 38px;
	padding-right: 20px;
	transition: .6s ease .8s;
	-webkit-transform: translate3d(0, 0, 0) scale(0.95);
	-moz-transform: translate3d(0, 0, 0) scale(0.95);
	-o-transform: translate3d(0, 0, 0) scale(0.95);
	-ms-transform: translate3d(0, 0, 0) scale(0.95);
	transform: translate3d(0, 0, 0) scale(0.95);
	opacity: 0;
	float: right;
}

.main_wrap .ttl1,
.main_wrap .ttl2 {
	font-size: 34px;
	display: block;
	color: #ff5974;
	line-height: 1.2;
}

.main_wrap .ttl1 {
	color: #ff943e;
}

.main_wrap .ttl1 span,
.main_wrap .accent a {
	color: #ff5974;
}

.main_wrap .ttl2 {
	font-weight: 300;
	margin-bottom: 26px;
	line-height: 1.2;
	padding-right: 20px;
	font-size: 24px;
}

.main_wrap .list {
	font-size: 16px;
	margin-bottom: 23px;
}

.main_wrap .list li {
	padding-left: 52px;
	margin-bottom: 18px;
}

.main_wrap .list li:before {
	left: 0px;
	top: 3px;
	width: 38px;
	height: 38px;
}

.main_wrap .list .it1:before {
	background-position: 0 -31px;
}

.main_wrap .list .it2:before {
	background-position: -44px -31px;
}

.main_wrap .list .it3:before {
	background-position: -88px -31px;
}

.main_wrap .list .it4:before {
	background-position: -132px -31px;
}

.main_wrap .list li span {
	display: block;
	color: #ff5974;
}

.main_wrap .list li p {
	margin-bottom: 0;
	line-height: 1.2;
}

.main_wrap .accent {
	line-height: 1.2em;
	white-space: nowrap;
	margin-bottom: 25px;
	text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}

.main_wrap .store_lnk {
	display: inline-block;
	margin-right: 10px;
}

.form_wrap {
	padding-top: 42px;
	position: relative;
}

.form {
	border: 1px solid #e8e8e8;
	background-color: #f6f6f6;
	border-radius: 32px;
	padding: 40px;
	transition: all .4s ease;
}

.form.dsbl {
	display: none;
}

.is_success .fields_wrap,
.success {
	opacity: 0;
	visibility: hidden;
}

.is_success .fields_wrap {
	transform: translate3d(0, 0, 0) scale(.3);
}

.is_success .success {
	opacity: 1;
	visibility: visible;
	transition-delay: .3s;
	transform: translate3d(0, 0, 0) scale(1);
}

.success {
	display: block;
	text-align: center;
	position: absolute;
	top: 42px;
	left: 0;
	transform: translate3d(0, 0, 0) scale(1.2);
}

.success .img {
	margin: 0 auto;
}

.success .ttl {
	font-size: 28px;
	color: #000;
	margin-bottom: 12px;
	margin-top: 22px;
}

.success .txt {
	color: #999999;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 22px;
}

.footer {
	clear: both;
	border-top: 1px solid #ededed;
	height: 73px;
	padding-top: 23px;
	background-color: #fff;
	position: relative;
	z-index: 2;
}

.footer .copyright {
	float: right;
	font-size: 14px;
	color: #999999;
	margin-top: -1px;
	margin-right: 0;
	max-width: 350px;
}

.footer .store_lnk {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.footer .nav {
	margin-left: 0;
	float: left;
}

.footer .nav li {
	float: left;
	margin-right: 44px;
}

.footer .nav li:last-child {
	margin-right: 0;
}

.footer .nav a {
	color: #17092a;
	font-size: 14px;
}

.footer .nav a.pk {
	background-color: #ff5974;
	color: #fff;
	padding: 4px 16px 5px 31px;
	border-radius: 14px;
	display: block;
	text-decoration: none;
	transition: all .2s ease;
	height: 28px;
	line-height: 20px;
}

.footer .nav a.pk:hover {
	transform: translate(0, -3px);
}

.footer .nav a.pk:before {
	background-position: -4px -76px;
	width: 10px;
	height: 11px;
	left: 17px;
	top: 9px;
}


/*  rain  */

.rain {
	position: fixed;
	overflow: hidden;
	left: 0;
	right: 0;
	height: 768px;
}

.rain > img {
	margin: 117px auto 0;
	max-width: none;
	position: relative;
}

.about .rain > img {
	left: -60px;
}

.contact .rain > img {
	left: 90px;
}

.index .rain {
	opacity: 0;
	top: 50%;
	margin-top: -384px;
}

.index .rain .el {
	position: absolute;
	transition: all .3s ease;
	-webkit-transform: translate3d(-200px, -200px, 0);
	-moz-transform: translate3d(-200px, -200px, 0);
	-o-transform: translate3d(-200px, -200px, 0);
	-ms-transform: translate3d(-200px, -200px, 0);
	transform: translate3d(-200px, -200px, 0);
	opacity: 0;
}

.index .rain.act .el {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.rain .el.td1 {
	transition-delay: .1s;
}

.rain .el.td2 {
	transition-delay: .2s;
}

.rain .el.td3 {
	transition-delay: .3s;
}

.rain .el.td4 {
	transition-delay: .4s;
}

.rain .el.td5 {
	transition-delay: .5s;
}

.rain .el.td6 {
	transition-delay: .6s;
}

.rain .el.td7 {
	transition-delay: .7s;
}

.rain .el.td8 {
	transition-delay: .8s;
}

.rain .el.td9 {
	transition-delay: .9s;
}

.rain .el.td10 {
	transition-delay: 1s;
}

.rain .el.td11 {
	transition-delay: 1.1s;
}

.rain .el span {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-o-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	display: block;
	border-radius: 25px;
	display: block;
}

.rain .el.pn span {
	background-color: #5b38b9;
}

.rain .el.bl span {
	background-color: #ff5974;
}

.rain .el1 {
	top: 133px;
	left: -43px;
}

.rain .el1 span {
	height: 106px;
}

.rain .el2 {
	left: -20px;
	top: 185px;
}

.rain .el2 span {
	height: 38px;
	width: 9px;
}

.rain .el3 {
	left: -10px;
	top: 341px;
}

.rain .el3 span {
	width: 6px;
	height: 27px;
}

.rain .el4 {
	left: -43px;
	top: 450px;
}

.rain .el4 span {
	width: 16px;
	height: 118px;
}

.rain .el5 {
	left: -71px;
	top: 448px;
}

.rain .el5 span {
	width: 7px;
	height: 43px;
}

.rain .el6 {
	left: 414px;
	top: 411px;
}

.rain .el6 span {
	width: 23px;
	height: 125px;
}

.rain .el7 {
	left: 434px;
	top: 463px;
}

.rain .el7 span {
	width: 6px;
	height: 66px;
}

.rain .el8 {
	right: 299px;
	top: 49px;
}

.rain .el8 span {
	width: 17px;
	height: 67px;
}

.rain .el9 {
	right: 60px;
	top: 212px;
}

.rain .el9 span {
	width: 8px;
	height: 38px;
}

.rain .el10 {
	top: 599px;
	right: 148px;
}

.rain .el10 span {
	width: 6px;
	height: 42px;
}

.rain .el11 {
	right: 170px;
	top: 622px;
}

.rain .el11 span {
	width: 27px;
	height: 78px;
}


/*  rain end */


/*  mobile  */

.menu_btn {
	position: absolute;
	width: 26px;
	height: 26px;
	right: 10px;
	top: 17px;
	cursor: pointer;
	transition: all .3s ease;
	display: none;
}

.menu_btn span {
	display: block;
	height: 3px;
	background-color: #ff5974;
	border-radius: 5px;
	margin-bottom: 5px;
}

.menu_act .menu_btn {
	opacity: 0;
	visibility: hidden;
	transition-delay: .2s;
	transform: scale(0.6);
}

.menu_close {
	background-position: -18px -74px;
	width: 24px;
	height: 24px;
	left: 212px;
	top: 17px;
	-webkit-transform: scale(0) translate3d(0, 0, 0);
	-moz-transform: scale(0) translate3d(0, 0, 0);
	-o-transform: scale(0) translate3d(0, 0, 0);
	-ms-transform: scale(0) translate3d(0, 0, 0);
	transform: scale(0) translate3d(0, 0, 0);
	visibility: hidden;
	cursor: pointer;
	position: absolute;
	display: none;
	z-index: 2;
}

.menu_close.fix {
	position: fixed;
}

.menu_act .menu_close {
	-webkit-transform: scale(1) translate3d(0, 0, 0);
	-moz-transform: scale(1) translate3d(0, 0, 0);
	-o-transform: scale(1) translate3d(0, 0, 0);
	-ms-transform: scale(1) translate3d(0, 0, 0);
	transform: scale(1) translate3d(0, 0, 0);
	visibility: visible;
	transition: all .3s ease .2s;
}


/*  mobile end  */