@charset "utf-8";

@font-face {
	font-family: 'BlissPro';
	src: url('../fonts/blisspro-extralight.eot');
	src: url('../fonts/blisspro-extralight.eot?#iefix') format('embedded-opentype'), url('../fonts/blisspro-extralight.otf') format('opentype'), url('../fonts/blisspro-extralight.ttf') format('truetype'), url('../fonts/blisspro-extralight.svg#BlissProRegular') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'BlissPro';
	src: url('../fonts/blisspro-extralightitalic.eot');
	src: url('../fonts/blisspro-extralightitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/blisspro-extralightitalic.otf') format('opentype'), url('../fonts/blisspro-extralightitalic.ttf') format('truetype'), url('../fonts/blisspro-extralightitalic.svg#BlissProRegular') format('svg');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'BlissPro';
	src: url('../fonts/blisspro-light.eot');
	src: url('../fonts/blisspro-light.eot?#iefix') format('embedded-opentype'), url('../fonts/blisspro-light.otf') format('opentype'), url('../fonts/blisspro-light.ttf') format('truetype'), url('../fonts/blisspro-light.svg#BlissProRegular') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'BlissPro';
	src: url('../fonts/blisspro-regularwebfont.eot');
	src: url('../fonts/blisspro-regularwebfont.eot?#iefix') format('embedded-opentype'), url('../fonts/blisspro-regularwebfont.woff') format('woff'), url('../fonts/blisspro-regularwebfont.ttf') format('truetype'), url('../fonts/blisspro-regularwebfont.svg#BlissProRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BlissPro';
	src: url('../fonts/blisspro-boldwebfont.eot');
	src: url('../fonts/blisspro-boldwebfont.eot?#iefix') format('embedded-opentype'), url('../fonts/blisspro-boldwebfont.woff') format('woff'), url('../fonts/blisspro-boldwebfont.ttf') format('truetype'), url('../fonts/blisspro-boldwebfont.svg#BlissProBold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'BlissPro';
	src: url('../fonts/blisspro-heavywebfont.eot');
	src: url('../fonts/blisspro-heavywebfont.eot?#iefix') format('embedded-opentype'), url('../fonts/blisspro-heavywebfont.otf') format('opentype'), url('../fonts/blisspro-heavywebfont.ttf') format('truetype'), url('../fonts/blisspro-heavywebfont.svg#BlissProHeavyRegular') format('svg');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'BlissPro';
	src: url('../fonts/blisspro-extrabold.eot');
	src: url('../fonts/blisspro-extrabold.eot?#iefix') format('embedded-opentype'), url('../fonts/blisspro-extrabold.otf') format('opentype'), url('../fonts/blisspro-extrabold.ttf') format('truetype'), url('../fonts/blisspro-extrabold.svg#BlissProHeavyRegular') format('svg');
	font-weight: 900;
	font-style: normal;
}

html,
body {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: 100 14px BlissPro, Arial, Helvetica, sans-serif;
	color: #4d4244;
	-webkit-text-size-adjust: none;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

input,
select,
textarea,
button {
	font: 100 16px BlissPro, Arial, Helvetica, sans-serif;
	color: #4d4244;
	outline: none;
}

input[type="text"],
input[type="password"],
textarea,
select {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	background: #fff;
	border: 1px solid #9c9592;
	margin: 0;
	padding: 13px 13px;
	height: 47px;
	display: block;
	width: 100%;
	text-align: left;
}

textarea {
	resize: none;
}

.outtaHere {
	position: absolute!important;
	left: -10000px!important;
}

header,
nav,
section,
article,
aside,
footer,
menu,
time,
figure,
figcaption {
	display: block;
}

img {
	border: 0;
	vertical-align: top;
}

a {
	color: #4d4244;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}

a:hover {
	color: #1abc9c;
}

strong {
	font-weight: bold;
}

p,
ol,
ul {
	margin: 0 0 15px 0;
}

ol,
ul {
	padding: 0 0 0 15px;
}

.green {
	color: #1abc9c;
}

.nowrap {
	white-space: nowrap;
}

.nofloat {
	height: 100%;
	overflow: hidden;
}

.cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.inline {
	display: inline-block;
	text-align: left;
}

.hr {
	height: 1px;
	overflow: hidden;
	margin: 15px 0;
	background: #e6e6e6;
}

a[href^=tel] {
	color: inherit!important;
	cursor: inherit;
	text-decoration: none!important;
}

.clearfix {
	zoom: 1
}

.clearfix:after,
.container:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.block {
	min-width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.container {
	min-width: 1000px;
	max-width: 1360px;
	margin: 0 auto;
	position: relative;
	padding: 0 35px;
}

.hideall {
	display: none;
}

.top-hold {
	color: #fff;
}

.top-hold a {
	color: inherit;
}

.top-hold .bg-hold {
	background: #cbb38b;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 -1000px;
	text-align: center;
}

.top-hold .bg-hold:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 265px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0NDg0OCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUzNDg0OCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-linear-gradient(top, rgba(84,72,72,0.5) 0%, rgba(83,72,72,0) 100%);
	background: -o-linear-gradient(top, rgba(84,72,72,0.5) 0%, rgba(83,72,72,0) 100%);
	background: -ms-linear-gradient(top, rgba(84,72,72,0.5) 0%, rgba(83,72,72,0) 100%);
	background: linear-gradient(to bottom, rgba(84,72,72,0.5) 0%, rgba(83,72,72,0) 100%);
}

.top-hold .bg-hold img {
	min-width: 100vw;
	min-height: 100%;
	width: auto;
	height: auto;
}

.top-hold .container {
	z-index: 3;
}

.link-online {
	font-weight: 100;
	font-size: 14px;
	line-height: 20px;
	float: right;
	white-space: nowrap;
	text-align: right;
}

.link-online a {
	text-decoration: underline;
	color: inherit;
}

.link-online a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 2px;
	background: url(../img/quote.png) no-repeat 50% 50%;
	width: 24px;
	height: 19px;
	background-size: auto 100%;
	margin: 0 5px 0 0;
}

.phone {
	letter-spacing: 0.04em;
	float: right;
	white-space: nowrap;
	text-align: left;
	font-weight: 100;
	font-size: 14px;
	line-height: 1;
}

.phone .small {
	font-size: 12px;
	opacity: 0.7;
	margin: 4px 0 0 0;
}

.header {
	position:relative;
	z-index:100;
	height: 152px;
}

.header .container {
	padding: 63px 175px 0 180px;
}

.header .logo {
	float: left;
	margin: -11px 0 0 0;
	width: 29.55%;
}

.header .logo img {
	height: 34px;
	width: auto;
	vertical-align: top;
}

.header .slogan {
	overflow: hidden;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 0.05em;
}

.header .link-online {
	margin: -4px 0 0 0;
	padding: 0 16px 0 0;
	width: 17.3%;
}

.header .phone {
	width: 17.3%;
}

.footer {
	font-size: 14px;
	line-height: 19px;
	font-weight: 100;
	color: #393132;
	background: #f1f1f1;
	height: 137px;
}

.footer .container {
	padding: 43px 90px 0 74px;
}

.footer .logo {
	float: left;
	width: 26.1%;
	margin: -3px 0 0 0;
}

.footer .logo img {
	height: 34px;
	width: auto;
}

.footer .text {
	overflow: hidden;
}

.footer .link-online {
	margin-top: 8px;
	width: 19.6%;
}

.footer .link-online a:before {
	background-image: url(../img/quote2.png);
}

.footer .phone {
	width: 19.6%;
	margin-top: 2px;
}

.btn {
	position: relative;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.015em;
	font: inherit;
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0 67px;
	height: 73px;
	line-height: 73px;
	background: #1abc9c;
	-webkit-appearance: none;
	cursor: pointer;
}

input.btn {
	line-height: normal!important;
}

.btn:hover {
	background: #30d3b3;
	color: #fff;
}

.btn:active {
	background: #1abc9c;
	box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.29);
	-webkit-box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.29);
}

.top {
	padding: 32px 0 44px 0;
	text-align: center;
	font-weight: 900;
	font-size: 26px;
	line-height: 34px;
	text-transform: uppercase;
}

.top .big {
	font-size: 68px;
	line-height: 81px;
	text-transform: none;
	max-width: 926px;
	margin: 0 auto 38px auto;
	font-weight: 100;
}

.top .btn {
	margin-top: 51px;
}

.img-list {
	font-size: 0;
	line-height: 0;
	list-style: none;
	margin: 0 -35px;
	padding: 0;
}

.img-list:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.img-list li {
	font-size: 22px;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0;
	padding: 0;
}

.img-list .img {
	margin: 0 0 18px 0;
}

.img-list .img > span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.img-list .img img {
	height: 107px;
	width: auto;
}

.img-list .img .check,
.img-list .img .num,
.detail .get li:before,
.faq figure:before,
.form2 .pic-ok {
	position: absolute;
	bottom: -2px;
	right: 10px;
	width: 26px;
	height: 26px;
	background: #1abc9c;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.img-list .img .check,
.detail .get li:before,
.form2 .pic-ok {
	background-repeat: no-repeat;
	background-image: url(../img/check.png);
	background-position: 50% 50%;
	background-size: auto 10px;
}

.count .big,
.how .big,
.faq .big {
	font-weight: 100;
	font-size: 46px;
	line-height: 54px;
	letter-spacing: -0.01em;
	text-align: center;
}

.count {
	background: #fff;
	padding: 41px 0 42px 0;
}

.count .big {
	margin: 0 0 38px 0;
}

.count .img-list li {
	width: 33.33%;
	height: 269px;
}

.soc {
	text-align: center;
	margin: -10px 0 0 -20px;
}

.how {
	padding: 44px 0 45px 0;
	background: #f0efef;
}

.how .big {
	margin: 0 0 45px 0;
}

.how .img-hold {
	margin: 0 -1000px -74px -1000px;
	text-align: center;
}

.how .img-hold img {
	width: auto;
	height: auto;
}

.how .img-list li {
	width: 33.33%;
}

.how .img-list .img {
	margin-bottom: 50px;
}

.how .img-list .num {
	bottom: -26px;
	right: -26px;
}

.quote {
	background: #f0efef;
	color: #372f32;
	padding: 64px 0 70px 0;
	font-style: italic;
	font-size: 22px;
	line-height: 32px;
	font-weight: 100;
}

.quote .big {
	letter-spacing: 0.05em;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	margin: 0 0 32px 0;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}

.quote .c {
	max-width: 720px;
	margin: 0 auto;
}

.quote .c:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.quote .c img {
	float: left;
	margin: 0 64px 0 0;
	width: 208px;
	height: 208px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.quote .c .cell {
	text-align: left;
	height: 208px;
}

.detail {
	text-align: center;
	position: relative;
	color: #fff;
	background: #584f53;
}

.detail .container {
	padding: 0;
}

.detail .bg {
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #6b6366;
}

.detail .half {
	float: left;
	width: 50%;
	padding: 55px 35px 52px 35px;
}

.detail .big {
	font-weight: 900;
	font-size: 32px;
	line-height: 37px;
}

.detail .img-list {
	margin: 77px 0 70px 0;
}

.detail .img-list .img {
	margin-bottom: 28px;
}

.detail .img-list li {
	width: 50%;
	font-size: 20px;
	line-height: 23px;
}

.detail .btn {
	margin: 28px 0 70px 0;
	padding: 0 31px;
}

.detail .get {
	text-align: left;
	list-style: none;
	margin: 32px 0 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 26px;
}

.detail .get li {
	position: relative;
	margin: 22px 0 0 0;
	padding: 0 0 0 37px;
}

.detail .get li:first-child {
	margin-top: 0;
}

.detail .get li:before {
	content: '';
	bottom: auto;
	right: auto;
	top: 0;
	left: 0;
}

.detail .arr {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	width: 71px;
	height: 71px;
	background: #c0bbbd url(../img/arr.png) no-repeat 50% 50%;
	background-size: auto 26px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: -35.5px;
}

.faq {
	background: #fff;
	padding: 71px 0 0 0;
}

.faq .big {
	margin: 0 0 41px 0;
}

.faq .hold {
	margin: 0 -35px;
	font-size: 0;
	line-height: 0;
}

.faq figure {
	display: inline-block;
	vertical-align: top;
	padding: 0 35px 0 35px;
	width: 33.33%;
	margin: 0 0 80px 0;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	font-weight: 100;
}

.faq .big2 {
	color: #372f32;
	letter-spacing: 0.05em;
	font-weight: 900;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0 0 17px 0;
}

.faq figure:before {
	content: '?';
	display: block;
	position: static;
	right: auto;
	bottom: auto;
	margin: 0 auto 20px auto;
}

.form {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 40px 0 39px 0;
	background: #584f53;
}

.form .big {
	letter-spacing: 0.01em;
	font-weight: 900;
	font-size: 26px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0 0 7px 0;
}

.form .in {
	max-width: 541px;
	margin: 37px auto 0 auto;
}

.form .in:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.form .btn {
	font-size: 20px;
	float: right;
	padding: 0 31px;
	height: 65px;
	line-height: 65px;
	border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
}

.form input[type="text"] {
	display: block;
	width: 100%;
	font: inherit;
	font-size: 18px;
	line-height: normal;
	color: #413e3c;
	background: #fff;
	border: 0;
	padding: 21px 18px;
	height: 65px;
	-webkit-appearance: none;
	border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
}

.hide-desk {
	display: none;
}

.fader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #362f2d;
	opacity: 0.76;
}

.pluso-box {
	z-index: 1001!important;
}

.modal {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 -330px;
	background: #fff;
	z-index: 1000;
	width: 660px;
	padding: 34px;
	color: #4d4244;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

.modal-page {
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	padding: 31px 25px;
	font-size: 14px;
	line-height: 17px;
	margin: 0;
}

.modal-page .files {
	margin-top: 32px;
}

.modal .big {
	font-size: 36px;
	line-height: 44px;
	margin: 0 0 2px 0;
}

.modal .op {
	opacity: 0.7;
}

.modal .wid {
	margin: 0 auto;
	max-width: 493px;
}

.modal .close {
	z-index: 20;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	margin: 22px 19px;
	border: 2px solid #fff;
	background: #1abc9c url(../img/cross.png) no-repeat 50% 50%;
	background-size: auto 11px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.modal .back {
	margin: -34px -34px 22px -34px;
	display: block;
	color: #4d4244;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	padding: 0 0 0 50px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	background: #e9e8e8;
	text-align: left;
}

.modal .back > * {
	opacity: 0.7;
}

.modal .back .arr {
	width: 14px;
	height: 1px;
	background: #4d4244;
	position: absolute;
	top: 50%;
	left: 20px;
	margin: -0.5px 0;
}

.modal .back .arr:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	background: url(../img/back.png) no-repeat;
	width: 6px;
	height: 9px;
	background-size: auto 100%;
}

.modal .steps {
	text-align: left;
	margin: -34px -34px 22px -34px;
	background: #1abc9c;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 800;
	padding: 24px 0 18px 34px;
	white-space: nowrap;
}

.modal .steps > * {
	opacity: 0.5;
	display: inline-block;
	vertical-align: top;
}

.modal .steps .arr {
	position: relative;
	width: 69px;
	height: 2px;
	top: 12px;
	background: #fff;
	margin: 0 22px;
}

.modal .steps .arr:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	background: url(../img/rarr.png) no-repeat 100% 50%;
	width: 10px;
	height: 14px;
	background-size: auto 100%;
	margin: -7px 0;
}

.modal .steps .active {
	opacity: 1;
}

.load-files .hideall {
	display: none;
}

.load-files .btn {
	padding: 0 36px;
	height: 53px;
	line-height: 53px;
	font-size: 16px;
}

.load-files .info {
	list-style: none;
	margin: 3px 27px 25px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align: left;
}

.load-files .info li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	position: relative;
	margin: 0;
	padding: 0 0 0 56px;
	font-size: 20px;
	line-height: 24px;
}

.load-files .info img {
	height: 108px;
	width: auto;
	position: absolute;
	top: 0;
	left: -30px;
}

.load-files .info .cell {
	text-align: left;
	height: 108px;
}

.load-files .load-place {
	border: 2px dashed #c2c0bf;
	padding: 18px 20px 29px 20px;
	margin: 0 0 29px 0;
}

.load-files .load-place:hover {
	background: #ddf7f2;
	border-color: #1abc9c;
}

.load-files .load-place .big2 {
	font-size: 28px;
	line-height: 34px;
	margin: 0 0 3px 0;
}

.load-files .load-place span {
	vertical-align: middle;
}

.load-files .load-place .file {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: underline;
	color: #1abc9c;
}

.load-files .load-place .file:hover {
	color: inherit;
}

.load-files .btn.file {
	overflow: hidden;
}

.load-files .load-place .file input,
.load-files .btn.file input {
	position: absolute;
	top: -5px;
	right: -5px;
	font-size: 50px;
	margin: 0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity: 0;
	width: auto;
	left: auto;
	cursor: pointer;
}

.loader {
	position: relative;
	width: 22px;
	height: 22px;
	display: block;
	background: #ddf7f2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.loader .cover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 4px;
}

.loader .sect {
	width: 50%;
	height: 50%;
	position: absolute;
	overflow: hidden;
}

.loader .sect > div {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #1abc9c;
	border-radius: 0 100% 0 0;
	-webkit-border-radius: 0 100% 0 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	animation: rotate linear 2s;
	animation-fill-mode: forwards;
}

.loader .sect.n1 {
	top: 0;
	left: 50%;
}

.loader .sect.n2 {
	top: 50%;
	left: 50%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.loader .sect.n2 > div {
	animation-delay: 2s;
}

.loader .sect.n3 {
	top: 50%;
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.loader .sect.n3 > div {
	animation-delay: 4s;
}

.loader .sect.n4 {
	top: 0;
	left: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}

.loader .sect.n4 > div {
	animation-delay: 6s;
}
 @-webkit-keyframes rotate {
 to {
-webkit-transform: rotate(0deg);
}
}
 @keyframes rotate {
 to {
-webkit-transform: rotate(0deg);
 transform: rotate(0deg);
 -o-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
}
}

.files {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 0;
	line-height: 0;
}

.files li {
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	width: 50%;
	margin: 0 0 16px 0;
	padding: 0 0 0 30px;
	background: url(../img/check-green.png) no-repeat 0 -10000px;
	background-size: auto 10px;
	position: relative;
}

.files li.done {
	background-position: 9px 5px;
}

.files .loader {
	position: absolute;
	top: -1px;
	left: 0;
}

.load-files .submit {
	text-align: right;
	margin: 19px 0 0 0;
}

.load-files .submit > * {
	vertical-align: middle;
}

.load-files .submit .btn {
	margin-left: 20px;
}

.form2 {
	max-width: 279px;
	margin: 22px auto 0 auto;
}

.form2 .row {
	position: relative;
	margin: 24px 0 0 0;
}

.form2 .row:first-child {
	margin-top: 0;
}

.form2 .submit {
	margin-top: 26px;
}

.form2 .label {
	position: absolute;
	top: 0;
	right: 100%;
	margin: 0 18px 0 0;
	white-space: nowrap;
}

.form2 .cell {
	height: 47px;
	text-align: left;
}

.form2 .err-text {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0 0 0 18px;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	color: #f26d7d;
	width: 157px;
}

.form2 .error .err-text {
	display: block;
}

.form2 .pic-ok {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: auto;
	margin: -13px 5px;
	display: none;
}

.form2 .ok .pic-ok {
	display: block;
}

.form2 .error input,
.form2 .error textarea {
	border-color: #f26d7d;
}

.form2 .ok input,
.form2 .ok textarea {
	border-color: #1abc9c;
}

.form2 .btn {
	padding: 0;
	font-size: 16px;
	height: 53px;
	line-height: 53px;
	width: 100%;
	display: block;
}

.modal .done-info {
	margin: 60px 0 36px 0;
}

.modal .done-info .big {
	font-size: 46px;
	line-height: 54px;
	margin-bottom: 7px;
}

.modal .done-info .soc2 {
	margin-top: 64px;
}

.modal .done-info .soc2 .ind {
	margin: 13px 0 0 -20px;
}

.modal, .fader {
	display: none;
}