.super-wrapper {
	
}

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

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

h4.block-title {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px;
	margin-top: 50px;
    text-align: center;
}
.clear {
    clear:both;
}

.block-title span {
	font-weight: 700;
	color: #8e0a0a;
}

/* 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('../img/icon-bform-1.png') no-repeat center center #fff;}
.project .block-icon {background: url('../img/icon-ready.png') no-repeat center center #f6f6f5;}
.more .block-icon {background: url('../img/icon-more.png') no-repeat center center #fff;}
.ready .block-icon {background: url('../img/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: #8e0a0a;
}
.tmenu a.telinhead {
    font-size: 20px;
    font-weight: bold;
	cursor:default;
}

.tmenu a.telinhead:hover {
 	border-color: #fff;
}

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

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

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

.header {
	margin-bottom: 50px;
}

.logo-wrap {
    text-align: left;
	}

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

.header .logo-descr {
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
	font-weight: 400;
	margin-bottom:10px;
}
.footer .logo-descr {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 400;
	margin-bottom:10px;
}

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

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

.shedule {
	text-align: center;
	font-size: 16px;
	line-height: 20px; 
    z-index: 2;
    position: relative;
}

.contacts {
	text-align: right;
	z-index: 2;
    position: relative;
}

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

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

.contacts .open-popup {
	font-size: 12px;
    position: relative;
    padding: 3px 8px;
    border-radius: 7px;
	border-bottom: 2px solid #ffae00;
	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 );
}

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


/* 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: 50px;
	height: 425px;
	/*background: url('../img/green-angle.png') no-repeat center top;*/
	text-align: left;
}

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

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

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

.offer .title h1 {
	position: relative;
	font-size: 50px;
	line-height: 54px;
	font-weight: 700;
	color:#fff;
	text-shadow: 2px 2px 2px #000;
}

.offer .title:before {
	content: "";
	display: block;
	position: absolute;
	right: 450px;
    top: 155px;
	width: 76px;
	height: 56px;
	background: url('../img/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-bg {
	position: absolute;
	right: 0%; 
    bottom: 50px;
    width: 400px;
    height: 403px;
	background: url('../img/kolaska.png') no-repeat center bottom;
	z-index: 1;
}

/* 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 #8e0a0a;
	color: #8e0a0a;
	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 */
/*================================================================================*/

#tools-nav a{
    border: 1px solid #8e0a0a;
    padding: 5px;
    margin: 3px;
    cursor: pointer;
    background: #fff;
    display: inline-block;
    font-size: 16px;
}

#tools-nav a:hover{
	background: #8e0a0a;
    color: #fff;
}

#tools-nav a.current{
	background: #8e0a0a;
    color: #fff;
}

.project {
	background: url(../img/bg-project.jpg) repeat center top;
}

.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;
	min-height: 620px;
}

.project .one.kolyaski {
    min-height: 620px;
}

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

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

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


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

.project h4{
 font-size: 16px;
 padding: 8px 5px;
}

.project .price {
	font-size: 18px;
	margin-bottom: 7px;
	color: #ff5722;
	font-weight: bold;
}
.project .price span.rub {
    font-size: 14px;
	 font-weight: normal;
}

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

p.descprod{
	margin-bottom:5px;
}
/* features */

.features {
	padding: 50px 0 70px;
}

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

.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('../img/feature/1.png') no-repeat left center;}
.feature._2:before {background: url('../img/feature/2.png') no-repeat left center;}
.feature._3:before {background: url('../img/feature/3.png') no-repeat left center;}
.feature._4:before {background: url('../img/feature/4.png') no-repeat left center;}
.feature._5:before {background: url('../img/feature/5.png') no-repeat left center;}
.feature._6:before {background: url('../img/feature/6.png') no-repeat left center;}

/* share */

.shares {
	min-width: 1000px;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 110px;
	height: 490px;
	background: url('../img/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('../img/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('../img/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('../img/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('../img/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 #8e0a0a;
	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('../img/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: 16px;
	color: #111;
	line-height: 22px;
	padding: 15px 0;
	display: none;
}

.faq li._hidden {display: none;}

/* get */

.get {
	position: relative;
	padding-top: 50px;
	padding-bottom: 70px;
	background: url('../img/bg-offer.jpg') no-repeat center top;
	text-align: center;
}
.get .offer-bg {
	position: absolute;
	right: 0%;
    bottom: -70px;
    width: 400px;
    height: 400px;
	background: url('../img/portawalker.png') no-repeat center bottom;
	z-index: 1;
}

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

.get .in {
	width: 660px;
}

.get .title {
	position: relative;
	font-size: 41px;
	line-height: 54px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.get .title:before {
	content: "";
	display: block;
	position: absolute;
	left: 560px;
	top: 180px;
	width: 76px;
	height: 56px;
	background: url('../img/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('../img/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: #8e0a0a;
	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('../img/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: 160px;
	width: 67px;
	height: 66px;
	background: url('../img/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;
}

.red{
    background: #8e0a0a;
    border-radius: 5px;
    padding: 2px 5px;
}

@media (max-width:480px) {
.wrapper {
    width: 100%;
}
html, body {
    height: 100%;
    width: 100%;
    min-width: 100%;
}
.tmenu {
    display: none;
}

.header .left{
	float:none;
}
.topwrap {
    padding-top: 10px;
    background: url(../img/bg-offer.jpg) no-repeat center top fixed;
}

.header .right {
    float: none;
}
.header .logo-wrap {
    text-align: center;
}
.header .contacts {
    text-align: center;
    margin: 15px 0 20px;
}
.contacts .open-popup {
    font-size: 18px;
    margin-top: 8px;
    display: inline-block;
}
.header {
    margin-bottom: 20px;
}
.offer {
    padding-top: 20px;
    height: auto;
	padding-bottom: 30px;
}
.offer .text span {
    font-size: 20px;
}
.offer .title h1 {
    position: relative;
    font-size: 30px;
    line-height: 32px;
}

.offer .offer-btn{
 display: none;
}
.offer .offer-bg {
    display: none;
}
.col-6 {
    width: 100%;
	float:none;
}
.project .one {
    float: none;
    width: 90%;
    margin: 10px auto;
    background: #fff;
    text-align: center;
    padding-top: 20px;
	padding-bottom: 20px;
    min-height: 355px;
}
.get {
      display: none;
}
.faq {
    padding: 60px 0 50px;
}
.footer .right{
	float:none;
}
.footer .contacts {
    text-align: center;

}
}