.super-wrapper {
	
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}

.block-title {
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 50px;
	text-align: center;
}

.block-title span {
	font-weight: 700;
	color: #8fc533;
	border-bottom: 2px solid #8fc533;
}

/* block-icon */
/*================================================================================*/

.block-icon {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 50%;
	margin-left: -32px;
	top: -32px;
	background: #fff;
	background: #fff;
	z-index: 3;
	border-radius: 100%;
}

.bform-1 .block-icon {background: url('../images/icon-bform-1.png') no-repeat center center #fff;}
.project .block-icon {background: url('../images/icon-project.png') no-repeat center center #f6f6f5;}
.more .block-icon {background: url('../images/icon-more.png') no-repeat center center #fff;}
.ready .block-icon {background: url('../images/icon-ready.png') no-repeat center center #fafaf9;}

/* tmenu */
/*================================================================================*/

.tmenu {
	position: fixed;
	left: 0; top: 0;
	width: 100%;
	background: #fff;
	text-align: center;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
	font-size: 16px;
	line-height: 19px;
	padding: 18px 0;
	white-space: nowrap;
	z-index: 800;
}

.tmenu a {
	margin-right: 80px;
	border-bottom: 2px solid transparent;
	transition: border-color 0.3s ease 0s;
	padding-bottom: 2px;
}

.tmenu a:hover {
	border-color: #8fc533;
}

.tmenu a:last-child {
	margin-right: 0;
}

/* header */
/*================================================================================*/

.topwrap {
	padding-top: 75px;
	background: url('../images/bg-offer.jpg') no-repeat center top;
}

.header {
	margin-bottom: 50px;
}

.logo-wrap {}

.logo {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.logo-descr {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 400;
}

.logo-title {
	font-size: 36px;
	font-weight: 700;
	display: block;
}

.logo-title span {font-size: 27px; font-weight: 400;}

.shedule {
	padding-top: 25px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}

.contacts {
	text-align: right;
}

.contacts .phone {
	font-size: 25px;
	line-height: 29px;
	letter-spacing: -1px;
}

.contacts .email {
	color: #8fc533;
	border-bottom: 1px dotted #8fc533;
}

.contacts .open-popup {
	font-size: 12px;
	border-bottom: 1px dotted #1e1e1e;
	position: relative;
	transition: border-color 0.3s ease 0s;
}

.contacts .open-popup:hover {border-color: transparent; cursor: pointer;}

.contacts .open-popup:before {
	content: "";
	position: absolute;
	left: -20px; top: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url('../images/header-phone.png') no-repeat;
}

/* offer */
/*================================================================================*/

.offer-right {
	text-align: right;
	font-size: 35px;
	font-weight: 700;
	line-height: 45px;
	letter-spacing: -1px;
	position: relative;
	z-index: 5;
}

.offer {
	position: relative;
	padding-top: 110px;
	height: 425px;
	background: url('../images/green-angle.png') no-repeat center top;
	text-align: right;
}

.offer .wrapper {
	z-index: 5;
}

.offer .text {
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 10px;
	line-height: 1;
}

.offer .text span {
	font-size: 58px;
}

.offer .title {
	position: relative;
	font-size: 50px;
	line-height: 54px;
	font-weight: 700;
}

.offer .title:before {
	content: "";
	display: block;
	position: absolute;
	right: 490px; top: 125px;
	width: 76px;
	height: 56px;
	background: url('../images/offer-arrow.png') no-repeat;
}

.offer-btn {
	display: inline-block;
	vertical-align: middle;
	height: 62px;
	padding: 0 50px;
	border-radius: 62px;
	border-bottom: 2px solid #ffae00;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 60px;
	background: #ffe035;
	background: -moz-linear-gradient(top,  #ffe035 0%, #ffd800 100%);
	background: -webkit-linear-gradient(top,  #ffe035 0%,#ffd800 100%);
	background: linear-gradient(to bottom,  #ffe035 0%,#ffd800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe035', endColorstr='#ffd800',GradientType=0 );
}

.offer-btn:hover {
	background: #ffd800;
	background: -moz-linear-gradient(top,  #ffd800 0%, #ffe035 100%);
	background: -webkit-linear-gradient(top,  #ffd800 0%,#ffe035 100%);
	background: linear-gradient(to bottom,  #ffd800 0%,#ffe035 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#ffe035',GradientType=0 );
	cursor: pointer;
}

.offer-girl {
	position: absolute;
	left: 50%; bottom: 0;
	margin-left: -950px;
	width: 868px;
	height: 549px;
	background: url('../images/girl.png') no-repeat center bottom;
}

/* reviews */
/*================================================================================*/

.reviews {
	padding: 60px 0;
}

.review {
	
}

.reviews ._hidden {
	display: none;
	margin-top: 20px;
}

.review .left {width: 135px;}
.review .right {
	width: 335px;
	padding: 10px;
	background: #fafaf9;
}

.review .img {
	width: 115px;
	margin-bottom: 20px;
}

.review .img img {
	display: block;
	width: 100%;
}

.review .title {
	font-size: 20px;
	line-height: 29px;
	letter-spacing: -1px;
}

.review .title span {
	font-size: 25px;
	font-weight: 700;
}

.review .video {
	border: 1px solid #d8d8d8;
	height: 170px;
	margin-bottom: 10px;
}

.review .text {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.review .chars {
	line-height: 22px;
}

.review .link {
	margin-top: 10px;
	font-size: 16px;
}

.review .link a {
	color: #2783ad;
	border-bottom: 1px dashed #2783ad;
}

.reviews .show-more,
.faq .show-more {
	font-size: 18px;
	font-weight: 700;
	border-bottom: 2px dashed #8fc533;
	color: #8fc533;
	transition: border-color 0.3s ease 0s;
	cursor: pointer;
}

.review .link a:hover,
.reviews .show-more:hover,
.faq .show-more:hover {
	border-color: transparent;
}

/* project */
/*================================================================================*/

.project {
	background: url('../images/bg-project.jpg') no-repeat center center;
}

.project .this {
	padding: 70px 0 50px;
}

.project .list {
	margin: 0 -5px;
}

.project .one {
	float: left;
	width: 320px;
	margin: 0 5px 10px;
	background: #fff;
	text-align: center;
	padding-bottom: 20px;
}

.project .img {margin-bottom: 25px;}

.project .img img {
	display: block;
	width: 320px;
	height: 200px;
}

.project .text {
	height: 80px;
	line-height: 80px;
}

.project .one hr {
	display: block;
	width: 50px;
	border-top: 2px solid #8fc533;
	margin: 20px auto;
}

.project .text p {
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
	font-size: 15px;
	color: #000;
}

.project .price {
	font-size: 20px;
	margin-bottom: 20px;
}

.cfree {
	margin-top: 5px;
	font-size: 12px;
}

/* features */

.features {
	padding: 50px 0 0;
}

.features .block-title {
	margin-bottom: 20px;
}

.feature {
	position: relative;
	padding-left: 75px;
	margin-top: 50px;
	font-size: 16px;
	line-height: 25px;
	font-family: 'PT Sans', sans-serif;
}

.feature:before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 70px;
	height: 60px;
}

.feature._1:before {background: url('../images/1.png') no-repeat left center;}
.feature._2:before {background: url('../images/2.png') no-repeat left center;}
.feature._3:before {background: url('../images/3.png') no-repeat left center;}
.feature._4:before {background: url('../images/4.png') no-repeat left center;}
.feature._5:before {background: url('../images/5.png') no-repeat left center;}
.feature._6:before {background: url('../images/6.png') no-repeat left center;}

/* share */

.shares {
	min-width: 1000px;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 110px;
	height: 490px;
	background: url('../images/green-angle.png') no-repeat center top;
	text-align: center;
}

.shares:before {
	content: "";
	position: absolute;
	left: 50%; bottom: 0;
	margin-left: 200px;
	display: block;
	width: 626px;
	height: 350px;
	background: url('../images/share-img.png') no-repeat left top;
}

.shares .in {
	position: relative;
	right: 0;
	z-index: 10;
	width: 515px;
	margin-left: 100px;
}

.shares .title {
	font-size: 50px;
	font-weight: 700;
	line-height: 45px;
	letter-spacing: -3px;
}

.shares .text {
	font-size: 29px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -2px;
}

.timer {
	text-align: center;
}

.shares .timer {
	display: inline-block;
	position: relative;
	margin-top: 10px;
}

.shares .timer:before {
	content: "";
	position: absolute;
	top: 20px; right: -70px;
	display: block;
	width: 47px;
	height: 65px;
	background: url('../images/shares-arrow.png') no-repeat;
}

.timer .board {
	display: inline-block;
	vertical-align: top;
}

.timer .dots {
	display: inline-block;
	vertical-align: top;
	font-size: 29px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	margin: 0 5px;
}

.timer .dots {
	display: inline-block;
	vertical-align: middle;
}

.timer .nums {
	width: 65px;
	height: 60px;
	background: #a2d44c;
	line-height: 60px;
	font-size: 0;
	font-weight: 700;
}

.timer .num {
	font-size: 29px;
	display: inline;
}

.timer .label {
	font-size: 12px;
	margin-top: 5px;
}

/* ready */

.ready {
	position: relative;
	padding: 55px 0;
	background: #fafaf9;
}

.ready-item .img {
	width: 400px;
	position: relative;
}

.ready-item .slider-nav {
	position: absolute;
	width: 112px;
	height: 49px;
	right: 20px;
	bottom: 20px;
	z-index: 3;
}

.ready-item .slider-nav li {
	float: left;
	width: 49px;
	height: 49px;
	background: url('../images/slider-btn.png') no-repeat;
	opacity: 0.5;
	transition: opacity 0.3s ease 0s;
	cursor: pointer;
	border-radius: 100%:
}

.ready-item .slider-nav li.next {
	float: right;
	background-position: right top;
}

.ready-item .slider-nav li:hover {opacity: 1;}

.ready-item .slider {
	width: 400px;
	height: 300px;
	position: relative;
	overflow: hidden;
}

.ready-item .slider ul {
	position: absolute;
	top: 0;
	left: 0;
}

.ready-item .slider li {
	width: 400px;
	height: 300px;
	float: left;
	font-size: 0;
}

.ready-item .slider img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}

.ready-item .descr {
	width: 450px;
}

.ready-item h4 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 25px;
}

.ready-item .char {
	padding: 20px;
	border-right: 2px solid #e4e3e1;
	border-bottom: 2px solid #e4e3e1;
	font-size: 12px;
	margin-bottom: 20px;
	color: #000;
	background: #fff;
}

.ready-item .char .left {width: 200px;}
.ready-item .char .right {width: 180px;}
.ready-item .char .mb {margin-bottom: 15px;}

.ready-item .text {
	margin-bottom: 30px;
	font-size: 13px;
}

.bigslider-wrap {position: relative;}

.bigslider {
	position: relative;
	overflow: hidden;
	width: 900px;
	height: 310px;
	margin: 0 auto 50px;
}

.bigslider > ul {
	position: absolute;
	left: 0; top: 0;
}

.bigslider > ul > li {
	float: left;
	width: 900px;
	height: 310px;
}

.bigbtn {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 35px;
	height: 60px;
	background: url('../images/bigbtn.png') no-repeat;
	transition: opacity 0.3s ease 0s;
}

.bigbtn._prev {left: -10px;}
.bigbtn._next {right: -10px; background-position: right top;}

.bigbtn:hover {opacity: 0.8;}

/* faq */

.faq {
	padding: 60px 0 150px;
}

.faq .list {
	
}

.faq .list li {
	padding: 20px 20px 20px 45px;
	border: 2px solid #8fc533;
	margin-bottom: 20px;
}

.faq h4 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	transition: color 0.3s ease 0s;
	position: relative;
}

.faq h4:hover {
	cursor: pointer;
	color: #666;
}

.faq h4:before {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: -20px;
	width: 11px;
	height: 11px;
	background: url('../images/faq-marker.png');
	transition: all 0.5s ease 0s;
	margin-right: 10px;
}

.faq h4.open:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.faq p {
	font-size: 13px;
	color: #737373;
	line-height: 20px;
	padding: 10px 0;
	display: none;
}

.faq li._hidden {display: none;}

/* get */

.get {
	position: relative;
	padding-top: 110px;
	height: 425px;
	background: url('../images/green-angle.png') no-repeat center top;
	text-align: center;
}

.get .wrapper {
	z-index: 5;
}

.get .in {
	width: 660px;
	margin-left: 320px
}

.get .title {
	position: relative;
	font-size: 41px;
	line-height: 54px;
	font-weight: 700;
	margin-bottom: 40px;
}

.get .title:before {
	content: "";
	display: block;
	position: absolute;
	right: 560px; top: 180px;
	width: 76px;
	height: 56px;
	background: url('../images/offer-arrow.png') no-repeat;
}

/* footer */

.footer {
	padding: 25px 0;
	text-align: center;
}

.social {
	padding-top: 30px;
}

.instagram {
	display: inline-block;
	width: 180px;
	height: 40px;
	background: url('../images/instagram.png') no-repeat;
	transition: all 0.3s ease 0s;
}

.instagram:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.copyright {
	line-height: 14px;
	padding: 13px 0;
	background: #fafaf9;
	font-size: 12px;
	text-align: center;
}

.copyright a {
	color: #8fc533;
	text-decoration: underline;
}

.copyright a:hover {
	text-decoration: none;
}

/* popup */

.popup {
	width: 360px;
	padding: 40px 30px 50px;
	background: #fff;
	position: relative;
	display: none;
}

.popup._thanks {width: 460px;}

.popup .close {
	position: absolute;
	width: 14px;
	height: 15px;
	background: url('../images/x.png') no-repeat;
	cursor: pointer;
	top: 15px;
	right: 15px;
}

.popup .close:hover {
	background-position: left bottom;
}

.popup .img {margin-bottom: 30px;}
.popup .img img {
	display: block;
	margin: 0 auto;
}

.popup .title {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

.popup .send-form {
	margin-top: 30px;
}

.popup .send-form .input {
	display: block;
	margin: 0 auto 10px;
	width: 250px;
}

.popup .send-form textarea.input {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.popup .send-form .btn-green {
	display: block;
	margin: 10px auto 0;
}

/* go-up */

.go-up {
	position: fixed;
	z-index: 980;
	right: 20px;
	bottom: 20px;
	width: 67px;
	height: 66px;
	background: url('../images/go-up.png') no-repeat center center;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.3s ease 0s;
	display: none;
}

.go-up.active {display: block;}

.go-up:hover {
	opacity: 1;
}