* {
	margin:0;
	padding:0;
	outline: none;
}

html, body {
	font-size: 100%;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:100%;
	text-size-adjust:100%;
	height: 100%;
	color: #3e2a65;
}

textarea {
	resize: none;
}

.wrapp {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 0;
}

.wrapp:after {
	content: '.';
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	position: relative;
}

.cl:after {
	content: '.';
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	position: relative;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	text-align: center;
	font-size: 24px;
	font-family: 'nerissemibold';
	line-height: 30px;
	color: #938aa3;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	text-align: center;
	font-size: 24px;
	font-family: 'nerissemibold';
	line-height: 50px;
	color: #938aa3;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.popup_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	display: none;
	background-color: rgba(26,54,72,0.95);
}

.popup {
	position: fixed;
	display: none;
	z-index: 11;
	padding: 30px;
	background-color: #fff;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { opacity:1; }
input::-moz-placeholder,
textarea::-moz-placeholder { opacity:1; }
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { opacity:0; }
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { opacity:0; }


label {
	display:inline-block;
	position:relative;
}

label.red input, label.red textarea {
	border: 1px solid #f00 !important;
}

.popup {
	background: rgba(255,255,255,0.9);
	border-radius: 6px;
}
.popup input[type="text"] {
	width: 505px;
	height: 52px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 24px;
	font-family: 'nerissemibold';
	line-height: 30px;
	color: #938aa3;
	border-radius: 10px;
	border: 1px solid #625281;
}

.popup .name {
	margin-bottom: 38px;
	margin-top: 35px;
}

.popup .email {
	margin-bottom: 38px;
}

.popup .phone {
	text-align: center;
	margin-bottom: 30px;
}

.popup input[name="phone1"] {
	width: 100px;
	margin-right: 4px;
	border: 1px solid #625281;
	border-radius: 10px;
}

.popup input[name="phone2"] {
	width: 100px;
	margin-right: 4px;
	border: 1px solid #625281;
	border-radius: 10px;
}

.popup input[name="phone3"] {
	width: 287px;
	border: 1px solid #625281;
	border-radius: 10px;
}

.popup .input_phone {
	display: inline-block;
}
.popup .popup_h1 {
	font-family: 'nerisblack';
	font-size: 44px;
	line-height: 47px;
	color: #3e2a65;
	text-align: center;
	margin-top: -30px;
}
.popup .popup_h2 {
	color: #3e2a65;
	font-family: 'nerislight';
	font-size: 17px;
	line-height: 19px;
	text-align: center;
	margin-top: 10px;
}
.popup .desc {
	color: #3e2a65;
	font-size: 17px;
	font-family: 'nerislight';
	position: absolute;
	left: 0px;
	top: -25px;
	line-height: 20px;
	width: 200px;
	text-align: left;
}
.popup .btn {
	width: 272px;
	height: 60px;
	color: #5a3f01;
	text-align: center;
	font-size: 26px;
	font-family: 'nerissemibold';
	line-height: 55px;
	cursor: pointer;
	box-shadow: 0 4px 1px 0 #c9210a;
	border-radius: 3px;
	margin: 0 auto;
	background: #fccf00;
	background: -moz-linear-gradient(top,  #fccf00 0%, #f7cb00 44%, #f0c500 81%, #e9c000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fccf00), color-stop(44%,#f7cb00), color-stop(81%,#f0c500), color-stop(100%,#e9c000));
	background: -webkit-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: -o-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: -ms-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: linear-gradient(to bottom,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccf00', endColorstr='#e9c000',GradientType=0 );
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.3);
}
.popup .btn:hover {
	background: #fee055;
	background: -moz-linear-gradient(top,  #fee055 0%, #fcda3e 16%, #f8d73d 39%, #f1d13b 52%, #ebcc39 83%, #e8c939 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee055), color-stop(16%,#fcda3e), color-stop(39%,#f8d73d), color-stop(52%,#f1d13b), color-stop(83%,#ebcc39), color-stop(100%,#e8c939));
	background: -webkit-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: -o-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: -ms-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: linear-gradient(to bottom,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee055', endColorstr='#e8c939',GradientType=0 );

}
.popup .btn:active {
	background: #ecc720;
	background: -moz-linear-gradient(top,  #ecc720 0%, #e7be02 16%, #e4bc02 39%, #ddb602 52%, #d8b202 80%, #d5af02 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecc720), color-stop(16%,#e7be02), color-stop(39%,#e4bc02), color-stop(52%,#ddb602), color-stop(80%,#d8b202), color-stop(100%,#d5af02));
	background: -webkit-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: -o-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: -ms-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: linear-gradient(to bottom,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecc720', endColorstr='#d5af02',GradientType=0 );
}
.popup_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	display: none;
	background-color: rgba(0,0,0,0.9);
}
.popup form {
	text-align: center;
}
.popup textarea {
	width: 505px;
	height: 100px;
	border-radius: 10px;
	margin-bottom: 20px;
	border: 1px solid #625281;
	color: #938aa3;
	font-family: 'nerissemibold';
}
#thx .btn {
	width: 241px;
	margin: 20px auto;
}
#thx .popup_h2 {
	font-size: 21px;
	line-height: 24px;
}

/*content style*/

.slide1 {
	width: 100%;
	height: 1311px;
	background: url(../img/bg/bg_1.jpg) center top no-repeat,
	url(../img/bg/bg_2.jpg) center bottom no-repeat;
}
.slide1 .header {
	width: 720px;
	margin: 0 240px;
	padding-top: 15px;
}
.slide1 .logo {
	width: 480px;
	height: 100px;
	background: url(../img/logo6.jpg);
	float: left;
}
.slide1 .t_phone {
	float: right;
	color: #3d2964;
	font-size: 22px;
	font-family: 'nerislight';
}
.slide1 .t_phone .btn {
	margin-top: 5px;
	margin-left: 30px;
	width: 160px;
	height: 32px;
	font-family: 'nerissemibold';
	font-size: 17px;
	color: #5a3f01;
	background: #fccf00;
	background: -moz-linear-gradient(top,  #fccf00 0%, #f7cb00 44%, #f0c500 81%, #e9c000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fccf00), color-stop(44%,#f7cb00), color-stop(81%,#f0c500), color-stop(100%,#e9c000));
	background: -webkit-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: -o-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: -ms-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: linear-gradient(to bottom,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccf00', endColorstr='#e9c000',GradientType=0 );
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.3);
}
.slide1 .t_phone .btn:hover {
	background: #fee055;
	background: -moz-linear-gradient(top,  #fee055 0%, #fcda3e 16%, #f8d73d 39%, #f1d13b 52%, #ebcc39 83%, #e8c939 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee055), color-stop(16%,#fcda3e), color-stop(39%,#f8d73d), color-stop(52%,#f1d13b), color-stop(83%,#ebcc39), color-stop(100%,#e8c939));
	background: -webkit-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: -o-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: -ms-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: linear-gradient(to bottom,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee055', endColorstr='#e8c939',GradientType=0 );

}
.slide1 .t_phone .btn:active {
	background: #ecc720;
	background: -moz-linear-gradient(top,  #ecc720 0%, #e7be02 16%, #e4bc02 39%, #ddb602 52%, #d8b202 80%, #d5af02 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecc720), color-stop(16%,#e7be02), color-stop(39%,#e4bc02), color-stop(52%,#ddb602), color-stop(80%,#d8b202), color-stop(100%,#d5af02));
	background: -webkit-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: -o-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: -ms-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: linear-gradient(to bottom,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecc720', endColorstr='#d5af02',GradientType=0 );
}
.slide1 .h1 {
	font-family: 'Noto Sans';
	font-size: 37px;
	color: #fff;
	line-height: 55px;
	margin-left: 230px;
	height: 453px;
}
.slide1 .title .left {
	font-size: 54px;
	color: #face00;
	font-family: 'neristhin';
	line-height: 38px;
	background: url(../img/key.png) center left no-repeat;
	padding-left: 60px;
	height: 80px;
	float: left;
}
.slide1 .title .right {
	float: right;
	font-family: 'neristhin';
	font-size: 31px;
	color: #987eca;
	line-height: 31px;
	padding-left: 25px; 
}
.slide1 .title {
	padding-top: 30px;
	display: inline-block;
}
.slide1 .title .right span {
	color: #face00;
}
.form_block {
	width: 581px;
	height: 596px;
	background: transparent;
	margin: 0px auto;
}
.slide1 .form_block .h3 {
	font-family: 'nerisblack';
	font-size: 45px;
	line-height: 38px;
	color: #3e2a65;
	margin: 15px;
	text-align: center;
	position: relative;
}
.slide1 .form_block .h3 span {
	font-family: 'nerislight';
	font-size: 39px;
}
.slide1 .form_block .h3:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 510px;
	top: 86px;
	left: 20px;
	background: #400slide1f;
}
.slide1 .form_block .text {
	display: inline-block;
	margin: 0px 30px;
	font-family: 'nerislight';
	font-size: 18px;
	position: relative;
	top: -10px;

}
.slide1 .form_block .text .arrow {
	width: 28px;
	height: 62px;
	background: url(../img/arrow.png);
	position: absolute;
	top: 40px;
	right: 10px;
}
.slide1 .block_timer {
	display: inline-block;
	background: #fff1b0;
	padding: 10px;
	border-radius: 10px;
}
.slide1 .timer_desc {
	font-size: 14px;
	font-family: 'nerislight';
	color: #67562e;
	line-height: 17px;
	margin-bottom: 5px;
	text-align: center;

}

.slide1 .timer {
	text-align: center;
}

.slide1 .timer .day_block,
.slide1 .timer .hour_block,
.slide1 .timer .min_block,
.slide1 .timer .sec_block {
	width: 51px;
	background-color: #fff;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	background: #fff1b0;
}

.slide1 .timer .sec_block {
	margin-right: 0px;
}

.slide1 .timer .day_block:after,
.slide1 .timer .hour_block:after,
.slide1 .timer .min_block:after,
.slide1 .timer .day_block:before,
.slide1 .timer .hour_block:before,
.slide1 .timer .min_block:before {
	background-color: #6a6a6a;
	width: 3px;
	height: 3px;
	content: '';
	position: absolute;
	border-radius: 50%;
}

.slide1 .timer .day_block:after,
.slide1 .timer .hour_block:after,
.slide1 .timer .min_block:after {
	top: 22px;
	right: -9px;
}

.slide1 .timer .day_block:before,
.slide1 .timer .hour_block:before,
.slide1 .timer .min_block:before {
	top: 10px;
	right: -9px;
}
.slide1 .timer .day,
.slide1 .timer .hour,
.slide1 .timer .min,
.slide1 .timer .sec {
	font-size: 30px;
	font-family: 'nerislight';
	color: #3e2a65;
	line-height: 33px;
}
.slide1 .timer .day{
	font-family: 'nerisblack';
}
.slide1 .timer .desc {
	font-family: 'gotham_proregular';
	font-size: 14px;
	color: #808080;
	line-height: 19px;
	margin-top: -4px;
}

.slide1 .timer .sec {
	margin-right: 0px;
	color: #3e2a65;
}
.slide1 label .desc {
	position: absolute;
	left: 0px;
	top: -25px;
	font-family: 'nerislight';
	font-size: 18px;
	color: #000;
	line-height: 19px;
	width: 200px;
	text-align: left;
	color: #3e2a65;
}

.slide1 .form_block input[type="text"] {
	width: 505px;
	height: 52px;
	border: 1px solid #655585;
	border-radius: 10px;
	text-align: center;
	font-size: 24px;
	font-family: 'nerissemibold';
	line-height: 30px;
	color: #3e2a65;
	background: transparent;
}

.slide1 .form_block .name {
	margin-bottom: 48px;
}

.slide1 .form_block .email {
	margin-bottom: 38px;
}

.slide1 .form_block .phone {
	text-align: center;
	margin-bottom: 45px;
}

.slide1 .form_block input[name="phone1"] {
	width: 100px;
	margin-right: 4px;
}

.slide1 .form_block input[name="phone2"] {
	width: 100px;
	margin-right: 4px;
}

.slide1 .form_block input[name="phone3"] {
	width: 287px;
}

.slide1 .form_block .input_phone {
	display: inline-block;
}
.slide1 form {
	text-align: center;
	margin: 30px; 
}
.slide1 form .btn {
	width: 272px;
	height: 61px;
	font-family: 'nerissemibold';
	font-size: 24px;
	color: #5a3f01;
	background: #fccf00;
	background: -moz-linear-gradient(top,  #fccf00 0%, #f7cb00 44%, #f0c500 81%, #e9c000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fccf00), color-stop(44%,#f7cb00), color-stop(81%,#f0c500), color-stop(100%,#e9c000));
	background: -webkit-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: -o-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: -ms-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: linear-gradient(to bottom,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccf00', endColorstr='#e9c000',GradientType=0 );
	text-align: center;
	line-height: 56px;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.3);
	margin: -10px auto;
}
.slide1 form .btn:hover {
	background: #fee055;
	background: -moz-linear-gradient(top,  #fee055 0%, #fcda3e 16%, #f8d73d 39%, #f1d13b 52%, #ebcc39 83%, #e8c939 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee055), color-stop(16%,#fcda3e), color-stop(39%,#f8d73d), color-stop(52%,#f1d13b), color-stop(83%,#ebcc39), color-stop(100%,#e8c939));
	background: -webkit-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: -o-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: -ms-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: linear-gradient(to bottom,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee055', endColorstr='#e8c939',GradientType=0 );

}
.slide1 form .btn:active {
	background: #ecc720;
	background: -moz-linear-gradient(top,  #ecc720 0%, #e7be02 16%, #e4bc02 39%, #ddb602 52%, #d8b202 80%, #d5af02 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecc720), color-stop(16%,#e7be02), color-stop(39%,#e4bc02), color-stop(52%,#ddb602), color-stop(80%,#d8b202), color-stop(100%,#d5af02));
	background: -webkit-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: -o-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: -ms-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: linear-gradient(to bottom,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecc720', endColorstr='#d5af02',GradientType=0 );
}
.slide2 {
	width: 100%;
	padding-bottom: 80px;
	background: #f4f4f4;
}
.slide2 .main {
	padding: 35px 0 0 25px;
}
.slide2 .main div:nth-child(1),
.slide2 .main div:nth-child(2),
.slide2 .main div:nth-child(3),
.slide2 .main div:nth-child(4) {
	height: 170px;
	width: 170px;
	display: inline-block;
	margin-right: 71px;
	font-size: 55px;
	font-family: 'nerisblack';
	color: #face00;
	line-height: 30px;
	text-align: center;
	padding-top: 60px;
}
.slide2 .main div:nth-child(4){
	margin: 0;
}
.slide2 .main div:nth-child(1) span, 
.slide2 .main div:nth-child(2) span, 
.slide2 .main div:nth-child(3) span, 
.slide2 .main div:nth-child(4) span{
	font-family: 'nerislight';
	font-size: 18px;
	color: #face00;
}
.slide2 .main .items_text em:nth-child(1),
.slide2 .main .items_text em:nth-child(2),
.slide2 .main .items_text em:nth-child(3),
.slide2 .main .items_text em:nth-child(4) {
	font-family: 'nerisblack';
	font-size: 19px;
	color: #2a1651;
	font-style: normal;
	line-height: 18px;
	display: inline-block;
	margin-right: 60px;
	text-align: center;
	vertical-align: top;
}
.slide2 .main .items_text em:nth-child(2) {
	margin-right: 75px;
}
.slide2 .main .items_text em:nth-child(3) {
	margin-right: 60px;
}
.slide2 .main .items_text em:nth-child(4) {
	margin: 0;
} 
.slide2 .main .item1 {
	background: url(../img/480.png) center top no-repeat;
}
.slide2 .main .item2 {
	background: url(../img/8800.png) center top no-repeat;
}
.slide2 .main .item3 {
	background: url(../img/11.png) center top no-repeat;
}
.slide2 .main .item4 {
	background: url(../img/60.png) center top no-repeat;
}
.slide2 .main .items_text {
	width: 100%;
	margin: -30px;
}
.slide3 {
	width: 100%;
	padding-bottom: 20px; 
	background: url(../img/bgbg.jpg);
}
.slide3 ul li {
	list-style: none;
	position: relative;
}
.slide3 ul li:after {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background: #8a7ca3;
	top: 8px;
	left: -10px;
	border-radius: 100%;
}
.slide3 .h1 {
	height: 140px;
	background: url(../img/1.png) 10px 55px no-repeat;
	font-family: 'nerislight';
	font-size: 60px;
	color: #face00;
	line-height: 50px;
	width: 482px;
	padding: 50px 0 10px 180px;
	margin: 0 auto;
}
.slide3 .h1 span {
	font-family: 'nerisblack';
	color: #fff;
}
.slide3 .main {
	text-align: center;
	padding-top: 50px;
}
.slide3 .h1 em {
	font-style: normal;
	display: block;
	margin-left: -70px;
}
.slide3 .main div:not(.btn) {
	display: inline-block;
	font-family: 'neristhin';
	color: #a496bd;
	font-size: 18px;
	line-height: 20px;
	padding-top: 104px;
	vertical-align: top;
	text-align: left;
	margin-right: 40px;
}
.slide3 .item1 {
	background: url(../img/slide3_item1.png) center top no-repeat;
}
.slide3 .item2 {
	background: url(../img/slide3_item2.png) center top no-repeat;
}
.slide3 .item3 {
	background: url(../img/slide3_item3.png) center top no-repeat;
}
.slide3 .item4 {
	background: url(../img/slide3_item4.png) center top no-repeat;
	margin-right: 0px !important;
}
.slide3 .main span {
	color: #fff;
	font-family: 'nerislight';
	font-size: 20px;
	text-transform: uppercase;
}
.slide3 .main em {
	color: #e5bc11;
	font-family: 'nerisblack';
	font-style: normal;
}
.slide3 .btn {
	width: 197px;
	height: 43px;
	font-family: 'nerissemibold';
	font-size: 16px;
	color: #5a3f01;
	background: #fccf00;
	background: -moz-linear-gradient(top,  #fccf00 0%, #f7cb00 44%, #f0c500 81%, #e9c000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fccf00), color-stop(44%,#f7cb00), color-stop(81%,#f0c500), color-stop(100%,#e9c000));
	background: -webkit-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: -o-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: -ms-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: linear-gradient(to bottom,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccf00', endColorstr='#e9c000',GradientType=0 );
	text-align: center;
	line-height: 17px;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.3);
	margin: 45px 0;
	padding-top: 10px;
}
.slide3 .btn:hover {
	background: #fee055;
	background: -moz-linear-gradient(top,  #fee055 0%, #fcda3e 16%, #f8d73d 39%, #f1d13b 52%, #ebcc39 83%, #e8c939 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee055), color-stop(16%,#fcda3e), color-stop(39%,#f8d73d), color-stop(52%,#f1d13b), color-stop(83%,#ebcc39), color-stop(100%,#e8c939));
	background: -webkit-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: -o-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: -ms-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: linear-gradient(to bottom,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee055', endColorstr='#e8c939',GradientType=0 );

}
.slide3 .btn:active {
	background: #ecc720;
	background: -moz-linear-gradient(top,  #ecc720 0%, #e7be02 16%, #e4bc02 39%, #ddb602 52%, #d8b202 80%, #d5af02 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecc720), color-stop(16%,#e7be02), color-stop(39%,#e4bc02), color-stop(52%,#ddb602), color-stop(80%,#d8b202), color-stop(100%,#d5af02));
	background: -webkit-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: -o-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: -ms-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: linear-gradient(to bottom,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecc720', endColorstr='#d5af02',GradientType=0 );
}
.slide3 .item3 i {
	color: #625778;
	font-size: 16px;
	font-family: 'nerislight_italic';
}
.slide3 .main .item3 .btn {
	margin-top: 23px;
}
.slide4 {
	width: 100%;
	height: 825px;
	background: #fff;
	padding-bottom: 25px;
}
.slide4 .h1 {
	font-family: 'nerislight';
	font-size: 49px;
	color: #3e2a65;
	position: relative;
	line-height: 46px;
	width: 445px;
	height: 123px;
	background: url(../img/dotted.png) center center no-repeat;
	margin: 0 auto;
	margin-top: 25px;
	padding-top: 20px;
}
.slide4 .h1 .h2 {
	width: 227px;
	height: 87px;
	background: #face00;
	font-family: 'nerisblack';
	color: #3e2a65;
	font-size: 49px;
	text-align: center;
	padding: 10px;
	line-height: 39px;
	position: absolute;
	bottom: -40px;
	right: -52px;
}
.slide4 .h1 span {
	letter-spacing: -1.5px;
	display: block;
	padding-left: 17px;
}
.slide4 .magnify {
	width: 752px;
	height: 471px;
	position: absolute;
	top: 200px;
	left: -172px;
}
.large {
	 background:url(../img/big_house.jpg) no-repeat; 
	 border-radius:100%; 
	 display:none; 
	 height:212px; 
	 position:absolute; 
	 width:212px; 
}
.large { cursor:none; box-shadow:0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25); }
.large:after { background:url(../img/magni.png) 0 0 no-repeat; 
	content:""; 
	display:block; 
	height:263px; 
	left:-25px; 
	position:absolute; 
	top:-24px; 
	width:261px; 
}
.small { 
	display:block; 
}
.slide4 .content {
	width: 300px;
	padding: 110px 0 0 600px
}
.slide4 .content a {
	font-family: 'nerislight';
	font-size: 17px;
	color: #3e2a65;
	text-transform: none;
}
.slide4 .content li {
	font-family: 'neristhin';
	color: #565656;
	font-size: 15px;
	list-style: none;
}
.slide4 .content ul li { font-size:15px; line-height:20px; padding:0 0 5px 10px; position:relative; }
/*.slide4 .content ul { padding:0 0 20px; }*/
.slide4 .content a { border-bottom:dashed 1px #0090d4; display:inline; font-size:19px; line-height:25px; margin:0 0 10px; text-decoration:none; }
.slide4 .content a:hover { border-bottom:dashed 1px #fff; }
.slide4 .content a.active { border-bottom:solid 1px transparent; }
.slide4 .content a.active:hover { color:#0090d4; }
.slide4_b .h3{
	width: 580px;
	height: 86px;
	background: url(../img/border.png);
	margin: 60px auto;
	font-family: 'nerislight';
	font-size: 49px;
	color: #3e2a65;
	position: relative;
}
.slide4_b .h3 span {
	display: block;
	padding: 5px 0px 0px 20px;
}
.slide4_b .h3 .h4 {
	height: 86px;
	width: 287px;
	background: #face00;
	font-family: 'nerisblack';
	text-align: center;
	top: 0px;
	right: -95px;
	line-height: 74px;
	position: absolute;
}
.slide4_b .logoss {
	width: 882px;
	height: 406px;
	background: url(../img/logoss.jpg) no-repeat;
	margin: 0 auto;
	padding-bottom: 60px;
}
/*.slide4 .c3, .slide4 .c4 {
	display: inline !important;
}*/
.slide5 {
	width: 100%;
	background: url(../img/bgbg.jpg);
	overflow: hidden;
}
.slide5 .h1{
	width: 379px;
	height: 86px;
	background: url(../img/slide5_border.png) center center no-repeat;
	position: relative;
	padding-top: 50px;
	margin: 0 auto;
	font-family: 'nerislight';
	font-size: 49px;
	color: #fff;
	margin-top: 25px;
}
.slide5 .h1 span {
	display: block;
	margin: -25px 0 0 20px;
}
.slide5 .h1 .h2 {
	font-family: 'nerisblack';
	font-size: 49px;
	color: #3e2a65;
	position: absolute;
	top: 25px;
	right: -50px;
	background: #face00;
	height: 86px;
}
.slide5 .slide5_content {
	width: 1051px;
	height: 600px;
	background: url(../img/bg/slide5_bg.png) center center no-repeat;
	margin: 50px auto 100px;
	position: relative;
}
.slide5 .slide5_content .top_string div {
	display: inline-block;
	font-family: 'neristhin';
	font-size: 14px;
	color: #a496bd;
	vertical-align: top;
	margin-top: -11px;
	line-height: 19px;
}
.slide5 .slide5_content .bottom_string div {
	display: inline-block;
	font-family: 'neristhin';
	font-size: 14px;
	color: #a496bd;
	vertical-align: top;
	line-height: 19px;
}
.slide5 .top_string {
	padding-left: 140px;
}
.slide5 .bottom_string {
	padding-left: 140px;
}
.slide5 .slide5_content .top_string .circle {
	width: 45px;
	height: 45px;
	background: #e4bf1e;
	border-radius: 50%;
	font-family: 'nerisblack';
	font-size: 20px;
	color: #3e2a65;
	text-align: center;
	line-height: 40px;
}
.slide5 .slide5_content .bottom_string .circle {
	width: 45px;
	height: 45px;
	background: #e4bf1e;
	border-radius: 50%;
	font-family: 'nerisblack';
	font-size: 20px;
	color: #3e2a65;
	text-align: center;
	line-height: 40px;
}
.slide5 .slide5_content .top_string span {
	font-family: 'nerislight';
	font-size: 16px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 10px;
}
.slide5 .slide5_content .bottom_string span {
	font-family: 'nerislight';
	font-size: 16px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 10px;
}
.slide5 .slide5_content .top_string .btn {
	width: 169px;
	height: 45px;
	font-family: 'nerissemibold';
	font-size: 17px;
	color: #5a3f01;
	background: #fccf00;
	background: -moz-linear-gradient(top,  #fccf00 0%, #f7cb00 44%, #f0c500 81%, #e9c000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fccf00), color-stop(44%,#f7cb00), color-stop(81%,#f0c500), color-stop(100%,#e9c000));
	background: -webkit-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: -o-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: -ms-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: linear-gradient(to bottom,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccf00', endColorstr='#e9c000',GradientType=0 );
	text-align: center;
	line-height: 42px;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.3);
	display: block;
	margin-top: 35px;
	margin-bottom: 75px;
}
.slide5 .slide5_content .top_string .btn:hover {
	background: #fee055;
	background: -moz-linear-gradient(top,  #fee055 0%, #fcda3e 16%, #f8d73d 39%, #f1d13b 52%, #ebcc39 83%, #e8c939 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee055), color-stop(16%,#fcda3e), color-stop(39%,#f8d73d), color-stop(52%,#f1d13b), color-stop(83%,#ebcc39), color-stop(100%,#e8c939));
	background: -webkit-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: -o-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: -ms-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: linear-gradient(to bottom,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee055', endColorstr='#e8c939',GradientType=0 );

}
.slide5 .slide5_content .top_string .btn:active {
	background: #ecc720;
	background: -moz-linear-gradient(top,  #ecc720 0%, #e7be02 16%, #e4bc02 39%, #ddb602 52%, #d8b202 80%, #d5af02 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecc720), color-stop(16%,#e7be02), color-stop(39%,#e4bc02), color-stop(52%,#ddb602), color-stop(80%,#d8b202), color-stop(100%,#d5af02));
	background: -webkit-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: -o-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: -ms-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: linear-gradient(to bottom,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecc720', endColorstr='#d5af02',GradientType=0 );
}
.slide5 .slide5_content .top_string .item1 {
	margin-right: 110px;
}
.slide5 .slide5_content .top_string .item2 {
	margin-right: 140px;
}
.slide5 .slide5_content .bottom_string .item4 {
	margin-right: 110px;
}
.slide5 .slide5_content .bottom_string .item5 {
	margin-right: 140px;
}
.slide6 {
	width: 100%
}
.slide6 .h1 {
	width: 595px;
	height: 127px;
	position: relative;
	font-family: 'nerislight';
	font-size: 47px;
	line-height: 40px;
	color: #3e2a65;
	margin: 50px auto;
	background: url(../img/slide6_border.png) center center no-repeat;
}
.slide6 .h1 span {
	display: block;
	padding: 10px 75px;
}
.slide6 .h1 .h2 {
	position: absolute;
	width: 484px;
	height: 71px;
	font-family: 'nerisblack';
	font-size: 47px;
	line-height: 68px;
	text-align: center;
	background: #e4bf1e;
	margin-top: 6px;
}

.slide6 .left_column {
	float: left;
}
.slide6 .right_column {
	float: right;
}
.slide6 .left_column div {
	width: 291px;
	height: 185px;
	font-family: 'neristhin';
	font-size: 15px;
	color: #565656;
	padding-left: 170px;
}
.slide6 .right_column div {
	width: 291px;
	height: 185px;
	font-family: 'neristhin';
	font-size: 15px;
	color: #565656;
	padding-left: 170px;
}
.slide6 .left_column .item1 {
	background: url(../img/slide6/1.png) center left no-repeat;
}
.slide6 .left_column .item2 {
	background: url(../img/slide6/2.png) center left no-repeat;
}
.slide6 .left_column .item3 {
	background: url(../img/slide6/3.png) center left no-repeat;
}
.slide6 .left_column .item4 {
	background: url(../img/slide6/4.png) center left no-repeat;
}
.slide6 .left_column .item5 {
	background: url(../img/slide6/5.png) center left no-repeat;
}
.slide6 .right_column .item1 {
	background: url(../img/slide6/6.png) center left no-repeat;
}
.slide6 .right_column .item2 {
	background: url(../img/slide6/7.png) center left no-repeat;
}
.slide6 .right_column .item3 {
	background: url(../img/slide6/8.png) center left no-repeat;
}
.slide6 .right_column .item4 {
	background: url(../img/slide6/9.png) center left no-repeat;
}
.slide6 .right_column .item5 {
	background: url(../img/slide6/10.png) center left no-repeat;
}
.slide6 .why span {
	font-family: 'nerislight';
	font-size: 18px;
	line-height: 21px;
	display: block;
	text-transform: uppercase;
	padding-top: 30px;
	color: #3e2a65;
}
.slide6 .why {
	padding-left: 15px;
	padding-top: 40px;
	width: 980px;
	padding-bottom: 25px;
}
.slide7 {
	width: 100%;
}
.slide7 .h1{
	width: 421px;
	height: 86px;
	background: url(../img/slide7_h1.png) center center no-repeat;
	position: relative;
	padding-top: 50px;
	margin: 0 auto;
	font-family: 'nerislight';
	font-size: 49px;
	line-height: 75px;
	margin: 20px 180px 0px;
}
.slide7 .h1 span {
	display: block;
	margin: -25px 0 0 20px;
}
.slide7 .h1 .h2 {
	font-family: 'nerisblack';
	font-size: 49px;
	color: #3e2a65;
	position: absolute;
	top: 25px;
	right: -145px;
	background: #face00;
	height: 86px;
	line-height: 75px;
}
.slide7 p {
	font-family: 'neristhin';
	font-size: 19px;
	line-height: 22px;
	color: #565656;
	text-align: center;
}
.slide7 .acrelor,
.slide7 .hyundai,
.slide7 .smp,
.slide7 .absolute,
.slide7 .komus,
.slide7 .open {
	font-family: 'nerissemibold';
	font-size: 22px;
	line-height: 25px;
	color: #3e2a65;
}
.slide7 .acrelor .top {
	padding-left: 70px;
	margin: 25px 0 25px 0;
}
.slide7 .acrelor .bottom {
	width: 938px;
	height: 275px;
	background: url(../img/slide7/img1.jpg) center center no-repeat;
}
.slide7 .main {
	width: 100%;
}
.slide7 .btn {
	width: 301px;
	height: 52px;
	font-family: 'nerissemibold';
	font-size: 17px;
	color: #5a3f01;
	background: #fccf00;
	background: -moz-linear-gradient(top,  #fccf00 0%, #f7cb00 44%, #f0c500 81%, #e9c000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fccf00), color-stop(44%,#f7cb00), color-stop(81%,#f0c500), color-stop(100%,#e9c000));
	background: -webkit-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: -o-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: -ms-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: linear-gradient(to bottom,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccf00', endColorstr='#e9c000',GradientType=0 );
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.3);
	margin: 20px auto 50px;
	color: #5a3f01;
	line-height: 50px;
}
.slide7 .btn:hover {
	background: #fee055;
	background: -moz-linear-gradient(top,  #fee055 0%, #fcda3e 16%, #f8d73d 39%, #f1d13b 52%, #ebcc39 83%, #e8c939 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee055), color-stop(16%,#fcda3e), color-stop(39%,#f8d73d), color-stop(52%,#f1d13b), color-stop(83%,#ebcc39), color-stop(100%,#e8c939));
	background: -webkit-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: -o-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: -ms-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: linear-gradient(to bottom,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee055', endColorstr='#e8c939',GradientType=0 );

}
.slide7 .btn:active {
	background: #ecc720;
	background: -moz-linear-gradient(top,  #ecc720 0%, #e7be02 16%, #e4bc02 39%, #ddb602 52%, #d8b202 80%, #d5af02 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecc720), color-stop(16%,#e7be02), color-stop(39%,#e4bc02), color-stop(52%,#ddb602), color-stop(80%,#d8b202), color-stop(100%,#d5af02));
	background: -webkit-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: -o-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: -ms-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: linear-gradient(to bottom,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecc720', endColorstr='#d5af02',GradientType=0 );
}
.slide7 .hyundai .top {
	padding-left: 70px;
	margin: 25px 0 25px 0;

}
.slide7 .hyundai .bottom {
	width: 938px;
	height: 275px;
	background: url(../img/slide7/img2.jpg) center center no-repeat;
}
.slide7 .smp .top {
	padding-left: 70px;
	margin: 25px 0 25px 0;
	
}
.slide7 .smp .bottom {
	width: 938px;
	height: 275px;
	background: url(../img/slide7/img3.jpg) center center no-repeat;
}
.slide7 .absolute .top {
	padding-left: 70px;
	margin: 25px 0 25px 0;
	
}
.slide7 .absolute .bottom {
	width: 938px;
	height: 275px;
	background: url(../img/slide7/img4.jpg) center center no-repeat;
}
.slide7 .komus .top {
	padding-left: 70px;
	margin: 25px 0 25px 0;
	
}
.slide7 .komus .bottom {
	width: 938px;
	height: 275px;
	background: url(../img/slide7/img5.jpg) center center no-repeat;
}
.slide7 .open .top {
	padding-left: 70px;
	padding-top: 30px;
	margin: 25px 0 25px 0;
	
}
.slide7 .open .bottom {
	width: 938px;
	height: 275px;
	background: url(../img/slide7/img6.jpg) center center no-repeat;
}
.slide7 .main .bottom .right_text {
	float: right;
	padding: 50px 130px 0px 0px;
}
.slide7 .main .bottom .right_text span {
	font-family: 'nerislight_italic';
	font-size: 17px;
	line-height: 19px;
	color: #fff;
}
.slide7 .main .bottom .right_text em {
	font-family: 'nerislight';
	font-size: 17px;
	line-height: 19px;
	color: #face00;
	font-style: normal;
}
.slide8 {
	width: 100%;
}
.slide8 .h1 {
	width: 569px;
	height: 127px;
	position: relative;
	font-family: 'nerislight';
	font-size: 46px;
	line-height: 40px;
	color: #3e2a65;
	margin: 50px auto;
	background: url(../img/slide8_h1.png) center center no-repeat;	
}
.slide8 .h1 span {
	display: block;
	padding: 20px 0px 0px 20px;
}
.slide8 .h1 .h2 {
	font-family: 'nerisblack';
	font-size: 60px;
	color: #3e2a65;
	position: absolute;
	background: #face00;
	line-height: 75px;
	width: 569px;
	height: 171px;
	text-align: center;
	top: 80px;
}
.slide8 .h1 .h2 em {
	font-size: 17px;
	line-height: 19px;
	font-family: 'nerislight_italic';
	display: block;
	text-align: left;
	padding-left: 43px;
}
.slide8 .main {
	/*width: 740px;*/
	margin: 160px auto 50px;
}
.slide8 .main .left_block {
	float: left;
}
.slide8 .main .left_block .top {
	background: url(../img/slide8/1.png) center center no-repeat;
	width: 252px;
	height: 252px;
	margin-bottom: 25px;
}
.slide8 .main .left_block .bottom {
	font-family: 'nerisblack';
	font-size: 20px;
	line-height: 23px;
}
.slide8 .main .left_block .bottom span {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
}
.slide8 .main .left_block .bottom em {
	display: inline-block;
	vertical-align: top;
	font-family: 'neristhin';
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
}
.slide8 .main .right_block {
	float: right;
}
.slide8 .main .right_block .top .item1 {
	width: 150px;
	padding-top: 140px;
	margin-right: 80px;
	background: url(../img/slide8/2.png) center top no-repeat;
}
.slide8 .main .right_block .top .item2{
	padding-top: 140px;
	width: 150px;
	background: url(../img/slide8/3.png) center top no-repeat;
}
.slide8 .main .right_block .bottom .item3 {
	padding-top: 140px;
	width: 150px;
	margin-right: 80px;
	background: url(../img/slide8/4.png) center top no-repeat;
}
.slide8 .main .right_block .bottom .item4 {
	padding-top: 140px;
	width: 150px;
	background: url(../img/slide8/5.png) center top no-repeat;
}
.slide8 .main .right_block .top div {
	display: inline-block;
	vertical-align: top;
	font-family: 'nerissemibold';
	font-size: 17px;
	line-height: 19px;
	text-align: center;	
}
.slide8 .main .right_block .bottom div {
	display: inline-block;
	vertical-align: top;
	font-family: 'nerissemibold';
	font-size: 17px;
	line-height: 19px;
	text-align: center;	
}
.slide8 .main .right_block .bottom div span {
	font-family: 'neristhin_italic';
	font-size: 15px;
	line-height: 18px;
	display: block;
	text-align: left;
	padding: 10px 0px 0px 20px;
}
.slide8 .main .right_block .top {
	margin-bottom: 50px;
}

.slide8 ul {
	list-style: none;
	text-align: center;
}

.slide8 ul li {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 150px;
	margin: 9px;
	position: relative;
	text-align: center;
}

.slide8 ul li span {
	display: inline-block;
	vertical-align: top;
	font-family: 'nerisblack';
	font-size: 16px;
	color: #fff;
	line-height: 19px;
	text-transform: uppercase;
	position: relative;
	top: 115px;
}

.slide8 ul li.li1 {background: url('../img/slide8/1.jpg') no-repeat;}
.slide8 ul li.li2 {background: url('../img/slide8/2.jpg') no-repeat;}
.slide8 ul li.li3 {background: url('../img/slide8/3.jpg') no-repeat;}
.slide8 ul li.li4 {background: url('../img/slide8/4.jpg') no-repeat;}
.slide8 ul li.li5 {background: url('../img/slide8/5.jpg') no-repeat;}
.slide8 ul li.li6 {background: url('../img/slide8/6.jpg') no-repeat;}
.slide8 ul li.li7 {background: url('../img/slide8/7.jpg') no-repeat;}
.slide8 ul li.li8 {background: url('../img/slide8/8.jpg') no-repeat;}
.slide8 ul li.li9 {background: url('../img/slide8/9.jpg') no-repeat;}
.slide8 ul li.li10 {background: url('../img/slide8/10.jpg') no-repeat;}
.slide8 ul li.li11 {background: url('../img/slide8/11.jpg') no-repeat;}
.slide8 ul li.li12 {background: url('../img/slide8/12.jpg') no-repeat;}
.slide8 ul li.li13 {background: url('../img/slide8/13.jpg') no-repeat;}

.slide9 {
	width: 100%;
	background: url(../img/bgbg.jpg);
}
.slide9 .h1{
	width: 597px;
	height: 86px;
	background: url(../img/slide5_border.png) left center no-repeat;
	position: relative;
	padding-top: 50px;
	margin: 0 auto;
	font-family: 'nerislight';
	font-size: 49px;
	color: #fff;
	top: 50px;
	left: -50px;

}
.slide9 .h1 span {
	display: block;
	margin: -20px 0 0 20px;
}
.slide9 .h1 .h2 {
	font-family: 'nerisblack';
	font-size: 49px;
	color: #3e2a65;
	position: absolute;
	top: 25px;
	right: -42px;
	background: #face00;
	width: 430px;
	height: 86px;
	text-align: center;
	line-height: 74px;
}
.slide9 .review .left {
	float: left;
}
.slide9 .review .right {
	float: right;
	padding-right: 120px;
}
.slide9 .review .item1 .left{
	background: url(../img/slide9/1.png) center top no-repeat;
	width: 160px;
	padding-top: 190px;
	font-family: 'nerislight';
	font-size: 13px;
	line-height: 16px;
	color: #826ea7;
}
.slide9 .review .item1 .left span {
	font-family: 'nerissemibold';
	color: #bbaed3;
	font-size: 15px;
	line-height: 18px;
}
.slide9 .review .right {
	height: 254px;
	background: url(../img/slide9/slide9_review.png) center center no-repeat;
}
.slide9 .review {
	margin: 90px auto;
}
.slide9 .review .right {
	font-family: 'neristhin';
	font-size: 15px;
	line-height: 18px;
	color: #826bac;
}
.slide9 .review .right span {
	font-family: 'nerisblack';
	font-size: 21px;
	line-height: 24px;
	color: #fff;
	display: block;

}
.slide9 .review .right em {
	font-family: 'neristhin';
	font-size: 15px;
	line-height: 18px;
	color: #d6cce8;
	font-style: normal;
}
.slide9 .review .right .text {
	padding: 40px 0px 0px 160px;
}
.slide9 .review .item2 .left{
	background: url(../img/slide9/2.png) center top no-repeat;
	width: 160px;
	padding-top: 190px;
	font-family: 'nerislight';
	font-size: 13px;
	line-height: 16px;
	color: #826ea7;
}
.slide9 .review .item2 .left span {
	font-family: 'nerissemibold';
	color: #bbaed3;
	font-size: 15px;
	line-height: 18px;
}
.slide9 .review .item3 .left{
	background: url(../img/slide9/3.png) center top no-repeat;
	width: 160px;
	padding-top: 190px;
	font-family: 'nerislight';
	font-size: 13px;
	line-height: 16px;
	color: #826ea7;
}
.slide9 .review .item3 .left span {
	font-family: 'nerissemibold';
	color: #bbaed3;
	font-size: 15px;
	line-height: 18px;
}
.slide9 .review .item4 .left{
	background: url(../img/slide9/4.png) center top no-repeat;
	width: 160px;
	padding-top: 190px;
	font-family: 'nerislight';
	font-size: 13px;
	line-height: 16px;
	color: #826ea7;
}
.slide9 .review .item4 .left span {
	font-family: 'nerissemibold';
	color: #bbaed3;
	font-size: 15px;
	line-height: 18px;
}
.slide9 .review div:not(.item4) {
	padding-bottom: 40px;
}
.slide10 {
	width: 100%;
	padding-bottom: 60px;
}
.slide10 .h1{
	width: 397px;
	height: 86px;
	background: url(../img/slide10/slide10_h1.png) left center no-repeat;
	position: relative;
	padding-top: 50px;
	margin: 0 auto;
	font-family: 'nerislight';
	font-size: 49px;
	top: 50px;
	left: -50px;

}
.slide10 .h1 span {
	display: block;
	margin: -20px 0 0 20px;
}
.slide10 .h1 .h2 {
	font-family: 'nerisblack';
	font-size: 49px;
	color: #3e2a65;
	position: absolute;
	top: 25px;
	right: -82px;
	background: #face00;
	width: 205px;
	height: 86px;
	text-align: center;
	line-height: 74px;
}
.slide10 .letters {
	margin: 30px auto;
}
.slide10 .item1 {
	width: 370px;
	height: 370px;
	background: url(../img/slide10/min_otz.png) center center no-repeat;
	border: 9px solid #face00;
	position: relative;
}
.slide10 .item_block:hover:after {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	width: 370px;
	height: 370px;
	background: url(../img/zoom.png) center center no-repeat rgba(61,42,97,0.3);
}
.slide10 .item2 {
	width: 370px;
	height: 370px;
	background: url(../img/slide10/min_otz1.png) center center no-repeat;
	border: 9px solid #face00;
	position: relative;
}
.slide10 .item3 {
	width: 370px;
	height: 370px;
	background: url(../img/slide10/min_otz2.png) center center no-repeat;
	border: 9px solid #face00;
	position: relative;
}
.slide10 .item4 {
	width: 370px;
	height: 370px;
	background: url(../img/slide10/min_otz3.png) center center no-repeat;
	border: 9px solid #face00;
	position: relative;
}
.slide10 .item5 {
	width: 370px;
	height: 370px;
	background: url(../img/slide10/min_otz3.png) center center no-repeat;
	border: 9px solid #face00;
	position: relative;
}
.slide10 .item6 {
	width: 370px;
	height: 370px;
	background: url(../img/slide10/min_otz3.png) center center no-repeat;
	border: 9px solid #face00;
	position: relative;
}
.slide10 .item7 {
	width: 370px;
	height: 370px;
	background: url(../img/slide10/min_otz3.png) center center no-repeat;
	border: 9px solid #face00;
	position: relative;
}
.slide10 .item8 {
	width: 370px;
	height: 370px;
	background: url(../img/slide10/min_otz3.png) center center no-repeat;
	border: 9px solid #face00;
	position: relative;
}
.slide10 .item9 {
	width: 370px;
	height: 370px;
	background: url(../img/slide10/min_otz3.png) center center no-repeat;
	border: 9px solid #face00;
	position: relative;
}
.slide10 .item10 {
	width: 370px;
	height: 370px;
	background: url(../img/slide10/min_otz3.png) center center no-repeat;
	border: 9px solid #face00;
	position: relative;
}



.slide10 .top div {
	display: inline-block;
	margin-right: 50px;
}
.slide10 .bottom div {
	display: inline-block;
	margin-right: 50px;
}
.slide10 .top {
	text-align: center;
	margin: 80px 0px 50px 0px;
}
.slide10 .bottom {
	text-align: center;
}
.slide11 {
	width: 100%;
	background: url(../img/bg/bg_2.jpg) center bottom no-repeat;
}
.form_block {
	width: 581px;
	height: 596px;
	background: transparent;
	margin: 0px auto;
}
.slide11 .form_block .h3 {
	font-family: 'nerisblack';
	font-size: 45px;
	line-height: 38px;
	color: #3e2a65;
	margin: 15px;
	text-align: center;
	position: relative;
}
.slide11 .form_block .h3 span {
	font-family: 'nerislight';
	font-size: 39px;
}
.slide11 .form_block .h3:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 510px;
	top: 86px;
	left: 20px;
	background: #400slide1f;
}
.slide11 .form_block .text {
	display: inline-block;
	margin: 0px 30px;
	font-family: 'nerislight';
	font-size: 18px;
	position: relative;
	top: -10px;

}
.slide11 .form_block .text .arrow {
	width: 28px;
	height: 62px;
	background: url(../img/arrow.png);
	position: absolute;
	top: 40px;
	right: 10px;
}
.slide11 .block_timer {
	display: inline-block;
	background: #fff1b0;
	padding: 10px;
	border-radius: 10px;
}
.slide11 .timer_desc {
	font-size: 14px;
	font-family: 'nerislight';
	color: #67562e;
	line-height: 17px;
	margin-bottom: 5px;
	text-align: center;

}

.slide11 .timer {
	text-align: center;
}

.slide11 .timer .day_block,
.slide11 .timer .hour_block,
.slide11 .timer .min_block,
.slide11 .timer .sec_block {
	width: 51px;
	background-color: #fff;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	background: #fff1b0;
}

.slide11 .timer .sec_block {
	margin-right: 0px;
}

.slide11 .timer .day_block:after,
.slide11 .timer .hour_block:after,
.slide11 .timer .min_block:after,
.slide11 .timer .day_block:before,
.slide11 .timer .hour_block:before,
.slide11 .timer .min_block:before {
	background-color: #6a6a6a;
	width: 3px;
	height: 3px;
	content: '';
	position: absolute;
	border-radius: 50%;
}

.slide11 .timer .day_block:after,
.slide11 .timer .hour_block:after,
.slide11 .timer .min_block:after {
	top: 22px;
	right: -9px;
}

.slide11 .timer .day_block:before,
.slide11 .timer .hour_block:before,
.slide11 .timer .min_block:before {
	top: 10px;
	right: -9px;
}
.slide11 .timer .day,
.slide11 .timer .hour,
.slide11 .timer .min,
.slide11 .timer .sec {
	font-size: 30px;
	font-family: 'nerislight';
	color: #3e2a65;
	line-height: 33px;
}
.slide11 .timer .day{
	font-family: 'nerisblack';
}
.slide11 .timer .desc {
	font-family: 'gotham_proregular';
	font-size: 14px;
	color: #808080;
	line-height: 19px;
	margin-top: -4px;
}

.slide11 .timer .sec {
	margin-right: 0px;
	color: #3e2a65;
}
.slide11 label .desc {
	position: absolute;
	left: 0px;
	top: -25px;
	font-family: 'nerislight';
	font-size: 18px;
	color: #000;
	line-height: 19px;
	width: 200px;
	text-align: left;
	color: #3e2a65;
}

.slide11 .form_block input[type="text"] {
	width: 505px;
	height: 52px;
	border: 1px solid #655585;
	border-radius: 10px;
	text-align: center;
	font-size: 24px;
	font-family: 'nerissemibold';
	line-height: 30px;
	color: #3e2a65;
	background: transparent;
}

.slide11 .form_block .name {
	margin-bottom: 48px;
}

.slide11 .form_block .email {
	margin-bottom: 38px;
}

.slide11 .form_block .phone {
	text-align: center;
	margin-bottom: 45px;
}

.slide11 .form_block input[name="phone1"] {
	width: 100px;
	margin-right: 4px;
}

.slide11 .form_block input[name="phone2"] {
	width: 100px;
	margin-right: 4px;
}

.slide11 .form_block input[name="phone3"] {
	width: 287px;
}

.slide11 .form_block .input_phone {
	display: inline-block;
}
.slide11 form {
	text-align: center;
	margin: 30px; 
}
.slide11 form .btn {
	width: 272px;
	height: 61px;
	font-family: 'nerissemibold';
	font-size: 24px;
	color: #5a3f01;
	background: #fccf00;
	background: -moz-linear-gradient(top,  #fccf00 0%, #f7cb00 44%, #f0c500 81%, #e9c000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fccf00), color-stop(44%,#f7cb00), color-stop(81%,#f0c500), color-stop(100%,#e9c000));
	background: -webkit-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: -o-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: -ms-linear-gradient(top,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	background: linear-gradient(to bottom,  #fccf00 0%,#f7cb00 44%,#f0c500 81%,#e9c000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccf00', endColorstr='#e9c000',GradientType=0 );
	text-align: center;
	line-height: 56px;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.3);
	margin: 0 auto
}
.slide11 form .btn:hover {
	background: #fee055;
	background: -moz-linear-gradient(top,  #fee055 0%, #fcda3e 16%, #f8d73d 39%, #f1d13b 52%, #ebcc39 83%, #e8c939 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee055), color-stop(16%,#fcda3e), color-stop(39%,#f8d73d), color-stop(52%,#f1d13b), color-stop(83%,#ebcc39), color-stop(100%,#e8c939));
	background: -webkit-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: -o-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: -ms-linear-gradient(top,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	background: linear-gradient(to bottom,  #fee055 0%,#fcda3e 16%,#f8d73d 39%,#f1d13b 52%,#ebcc39 83%,#e8c939 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee055', endColorstr='#e8c939',GradientType=0 );

}
.slide11 form .btn:active {
	background: #ecc720;
	background: -moz-linear-gradient(top,  #ecc720 0%, #e7be02 16%, #e4bc02 39%, #ddb602 52%, #d8b202 80%, #d5af02 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecc720), color-stop(16%,#e7be02), color-stop(39%,#e4bc02), color-stop(52%,#ddb602), color-stop(80%,#d8b202), color-stop(100%,#d5af02));
	background: -webkit-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: -o-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: -ms-linear-gradient(top,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	background: linear-gradient(to bottom,  #ecc720 0%,#e7be02 16%,#e4bc02 39%,#ddb602 52%,#d8b202 80%,#d5af02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecc720', endColorstr='#d5af02',GradientType=0 );
}
.slide12 {
	width: 100%;
	padding-top: 40px;
}
.slide12 .h1{
	width: 597px;
	height: 86px;
	background: url(../img/slide10/slide10_h1.png) left center no-repeat;
	position: relative;
	padding-top: 50px;
	margin: 0 auto;
	font-family: 'nerislight';
	font-size: 49px;
	top: 50px;
	left: -50px;

}
.slide12 .h1 span {
	display: block;
	margin: -20px 0 0 20px;
}
.slide12 .h1 .h2 {
	font-family: 'nerisblack';
	font-size: 49px;
	color: #3e2a65;
	position: absolute;
	top: 25px;
	right: -43px;
	background: #face00;
	width: 335px;
	height: 86px;
	text-align: center;
	line-height: 74px;
}
.slide12 .contact .item {
	min-height: 73px;
	display: inline-block;
	vertical-align: top;
	font-family: 'neristhin';
	font-size: 15px;
	line-height: 18px;
	background: url(../img/contact.png) center right no-repeat;
 }
 .slide12 .contact .item:nth-child(1) {
 	padding-right: 40px;
 }
 .slide12 .contact .item:nth-child(2) {
 	padding-right: 40px;
 	padding-left: 40px;
 }
 .slide12 .contact .item:nth-child(3) {
 	padding-left: 40px;
 }

.slide12 .contact .item:last-child {
	background: none;
}
.slide12 .contact {
	margin: 70px 160px;
}
.slide12 .map {
	width: 100%;
}
.slide13 {
	width: 100%;
}
.slide14 {
	width: 100%;
}
.slide14 .h1{
	width: 480px;
	height: 86px;
	background: url(../img/slide14_h1.png) left center no-repeat;
	position: relative;
	padding-top: 50px;
	margin: 0 auto;
	font-family: 'nerislight';
	font-size: 49px;
	top: 50px;
	left: -20px;

}
.slide14 .h1 span {
	display: block;
	margin: -20px 0 0 20px;
}
.slide14 .h1 .h2 {
	font-family: 'nerisblack';
	font-size: 49px;
	color: #3e2a65;
	position: absolute;
	top: 25px;
	right: -43px;
	background: #face00;
	width: 270px;
	height: 86px;
	text-align: center;
	line-height: 74px;
}
.slide14 .ques {
	text-align: center;
	font-family: 'nerislight';
	font-size: 22px;
	line-height: 35px;
	margin: 40px auto;
	border-bottom: 2px dashed #3e2a65; 
	width: 247px;
	cursor: pointer;
}
.footer {
	width: 100%;
	height: 110px;
	background: url(../img/bgbg.jpg);
}
.footer .bot_phone {
	font-family: 'neristhin';
	font-size: 16px;
	line-height: 19px;
	color: #fff;
}
.footer .bot_phone span {
	letter-spacing: 1px;
	border-bottom: 2px dashed #fff;
	cursor: pointer;
}
.footer .pol {
	font-size: 15px;
	color: #fff;
	font-family: 'neristhin';
	line-height: 18px;
	border-bottom: 2px dashed #fff;
	text-transform: uppercase;
	cursor: pointer;
}
.footer .bot_logo {
	width: 307px;
	height: 40px;
	background: url(../img/ae6.png) center center no-repeat;
}
.footer .wrapp .bot_contact div:nth-child(1) {
	display: inline-block;
	vertical-align: top;
	margin-top: 40px;
	padding-right: 100px;
}
.footer .wrapp .bot_contact div:nth-child(2) {
	display: inline-block;
	vertical-align: top;
	margin-top: 40px;
}
.footer .wrapp .bot_contact a div:nth-child(1) {
	display: inline-block;
	vertical-align: top;
	margin-top: 40px;
	float: right;
}
.footer .bot_contact {
	text-align: center;
}
.shadow {
	width: 370px;
	height: 370px;
	background: transparent;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.8);
}
