@charset "utf-8";

@font-face {
    font-family: ptsn;
    src: url('../fonts/PTSansNarrow.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: ptsn;
    src: url('../fonts/PTSansNarrowBold.ttf') format('truetype');
    font-weight: bold;
}


html, body {
  min-width: 1100px;
}

body {
  font-size: 18px;
  font-family: ptsn;
}


input, button {
	font-family: pfd, ptsn;
}

.clear {
	clear: both;
}



.bg-1 {
height: 800px;
    background: #10cfbd;
}


.header {
	height: 90px;
	background: #fff url(../img/top-bg.png) repeat-x;

}

.header-left {
	width: 465px;
	height: 90px;
	float: left;
	line-height: 0.9;
	background: url(../img/logo.png) no-repeat;
	cursor: pointer;
}

.header-right {
	float: right;
	text-align: right;
	color: #545555;
	line-height: 0.9;
	margin-top: 9px;
}

.header-right div:nth-child(1) {
	font-weight: bold;
	font-size: 26px;
	margin: 10px 0 10px 0;
}

.header-right a {
	text-decoration: none;
	color: #649bc0;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px dotted;
	line-height: 0.7;
}

.bg1-top {
	position: relative;
	top: 15px;
	font-size: 40px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,0.49);
	text-transform: uppercase;
	padding-bottom: 12px;    padding-top: 100px;
}

.lestnica {
    position: relative;
    cursor: pointer;
    left: 5px;
    float: left;
    background: url(../img/nout.png) 50% 60% no-repeat;
    width: 813px;
    height: 700px;
    border-radius: 200px;
}

.lestnica:hover {

}

.nav-top {
position: absolute;
    margin: auto;
    right: 0px;
    left: 703px;
    width: 310px;
    bottom: 366px;
    text-align: center;
}

.nav-top li {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.49);
	margin: 0 0 23px 0;
}

.nav-top li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.49);
}

.nav-top li a:hover {
	text-decoration: none;
	border-bottom: 3px solid #fff;
}
.bg1-bot-item {
	display: inline-block;
	vertical-align: top;
}

.bg1-bot-left {
	width: 356px;
	height: 356px;
	background: url(../index_files/cond1.png) center no-repeat;
	margin-top: 30px;
}

.bg1-bot-right {
	margin: 50px 0 0 15px;
	line-height: 1.1;
}

.bg1-bot-right div {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.49);
}

.bg1-bot-right div:nth-child(2) {
	font-size: 72px;
}

.btn-green {
	background: #9edf64; /* Old browsers */
	background: -moz-linear-gradient(top,  #9edf64 0%, #58a023 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9edf64), color-stop(100%,#58a023)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9edf64 0%,#58a023 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9edf64 0%,#58a023 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9edf64 0%,#58a023 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9edf64 0%,#58a023 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9edf64', endColorstr='#58a023',GradientType=0 ); /* IE6-9 */
}

.bg1-bot-right a {
	border-radius: 20px;
	border: 1px solid #7ba648;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
	display: block;
	width: 310px;
	height: 55px;
	padding-top: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,0.49);
	margin: 15px 0 0 5px;
}




.btn-bottom {
    margin-left: auto;
    margin-right: auto;
	margin-top: 84px;
	border: 1px solid #7ba648;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 39px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    width: 199px;


		background: #9edf64; /* Old browsers */
	background: -moz-linear-gradient(top,  #9edf64 0%, #58a023 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9edf64), color-stop(100%,#58a023)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9edf64 0%,#58a023 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9edf64 0%,#58a023 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9edf64 0%,#58a023 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9edf64 0%,#58a023 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9edf64', endColorstr='#58a023',GradientType=0 ); /* IE6-9 */
}



.features-block {
	border-bottom: 1px solid #d4d4d4;
	padding: 13px 0 7px 0;
	overflow: hidden;
}

.feature {
	display: inline-block;
}

.feature:nth-child(1) {
	margin-left: 100px;
}

.feature:nth-child(2) {
	margin-left: 50px;
}

.feature:nth-child(3) {
	margin-left: 65px;
}

.feature div {
	display: inline-block;
	margin: 0 -1px;
	color: #5d5d5d;
}

.feature div:nth-child(1) {
	text-align: right;
}

.feature div:nth-child(1), .feature div:nth-child(3) {
	font-weight: 100;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.1;
}

.feature div:nth-child(2) {
	font-weight: bold;
	font-size: 60px;
}





/*******/
.advantages-row {
	position: relative;
}

.advantages-row-1 {
	padding-top: 45px;
}

.advantages-row-2 {
	margin: 80px 0 155px 0;
}

.advantages-row-2 .advantages-txt {
	width: 475px;
}

.advantages-txt, .advantages-heading {
	position: relative;
	z-index: 100;

}

.advantages-heading {
	font-size: 48px;
	font-weight: bold;
	color: #5d5d5d;
	text-transform: uppercase;
	margin-top: -5px;
}

.advantages-txt {
	line-height: 1.2;
}

.advantages-txt div:nth-child(1) {
	color: #649bc0;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 7px;
}

.advantages-txt div:nth-child(2) {
	color: #5d5d5d;
	font-size: 18px;
}

.advantages-img-1 {
	position: absolute;
	left: -20px;
	top: 45px;
	width: 498px;
	height: 488px;
	background: url(../index_files/advantage1.jpg);
	z-index: 1;
}

.advantages-img-2 {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 584px;
	height: 579px;
	background: url(../index_files/advantage2.jpg);
	z-index: 1;
}

/*.bg-2 {
	height: 436px;
	background: url(../index_files/bg2.jpg) bottom center no-repeat;
}
*/
.form-block {
	width: 250px;
	padding: 0 26px;
	background-color: rgba(255,255,255,0.92);
	border-radius: 10px;
}

.before-form {
	line-height: 1.2;
}

.before-form div:nth-child(1) {
    margin-top: 23px;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
    text-align: center;
	color: #6199bf;
}


.form-block input {
    width: 197px;
	height: 37px;
   /* line-height: 37px;*/
	border: 1px solid #e7f1f2;
	display: block;
	margin: 13px auto 0 auto;
	font-size: 18px;
	font-weight: 100;
    text-align: center;
	color: #727272;
}

.form-block button {
	display: block;
	margin: auto;
	width: 199px;
    height: 39px;
	margin: 13px 0 25px 0;
	border-radius: 5px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
	border: 1px solid #7ba648;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.form-block-right {
	float: right;
	margin: 75px 23px 0 0;
}

.container-550 {
	width: 550px;
	margin: auto;
}

.why-heading {
	color: #5d5d5d;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 30px;
}

.why-heading div:nth-child(1) {
	font-size: 29px;
}

.why-heading div:nth-child(2) {
	font-size: 48px;
}

.under-why-heading {
	width: 537px;
	height: 207px;
	background: url(../index_files/why.jpg) center no-repeat;
	margin: 5px auto 0 auto;
}

.why-block {
	margin: 0 0 50px 110px;
}

.why-item {
	display: inline-block;
	vertical-align: top;
}

.why-img-1 {
	width: 109px;
	height: 55px;
	background: url(../index_files/why-1.png) center no-repeat;
}

.why-img-2 {
	width: 109px;
	height: 70px;
	background: url(../index_files/why-2.png) center no-repeat;
}

.why-img-3 {
	width: 109px;
	height: 83px;
	background: url(../index_files/why-3.png) center no-repeat;
}

.why-img-4 {
	width: 109px;
	height: 74px;
	background: url(../index_files/why-4.png) center no-repeat;
}

.why-txt {
	width: 540px;
	margin-left: 10px;
	color: #5d5d5d;
	line-height: 1.2;
}

.why-txt div:nth-child(1) {
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 5px;
}

.why-txt div:nth-child(2) {
	font-size: 18px;
}

.about-block {
	margin-bottom: 32px;
}

.about-item {
	display: inline-block;
	vertical-align: middle;
}

.about-left {
	width: 358px;
	height: 122px;
	background: url(../index_files/about.jpg) center no-repeat;
	margin-left: 60px;
}

.about-right {
	width: 495px;
	border-left: 1px solid #dcdcdc;
	padding-left: 30px;
	font-size: 18px;
	color: #5d5d5d;
	font-weight: 100;
}

.about-right div:nth-child(1) {
	color: #649bc1;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

/*** ***/
.benefits-wrapper {
	background-color: #f7f7f7;
	padding-bottom: 10px;
}

/** **/
.benefits-heading {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 40px;
}

.benefits-heading div:nth-child(1) {
	font-size: 44px;
	color: #5d5d5d;
	text-align: center;
}


.benefits-block {
	margin: 40px auto 0 auto;
	width: 940px;
}

.benefit, .benefit-item {
	display: inline-block;
	vertical-align: middle;
	background-color: #f5f5f5;
	padding: 10px 0 10px 30px;
}

.benefit-img {
	width: 80px;
	height: 80px;
}

.benefit-img-1 {
	background: url(../img/benefit-1.png) center no-repeat;
}

.benefit-img-2 {
	background: url(../img/benefit-2.png) center no-repeat;
}

.benefit-img-3 {
	background: url(../img/benefit-3.png) center no-repeat;
}

.benefit-img-4 {
	background: url(../img/benefit-4.png) center no-repeat;
}

.benefit-img-5 {
	background: url(../img/benefit-5.png) center no-repeat;
}

.benefit-img-6 {
	background: url(../img/benefit-6.png) center no-repeat;
}

.benefit-img-7 {
	background: url(../img/benefit-7.png) center no-repeat;
}


.benefit:nth-child(1) .benefit-txt {
	width: 320px;
}

.benefit:nth-child(2) .benefit-txt {
	width: 300px;
}

.benefit:nth-child(2) {
	float: right;
}

.benefit-txt {
	color: #343434;
	font-size: 16px;
	line-height: 1.2;

}

.benefit-txt div:nth-child(1) {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;font-size: 20px;
}

.benefit {
	margin-bottom: 20px;
}

.benef-last {
	width: 350px;
	display: block;
	margin: 0 auto;
	background: #f5f5f5;
	padding: 25px 0 25px 30px;
}




/**** ВИДЫ ЛЕСТНИЦ ****/
.advantages-wrapper {
  padding: 1px 0 30px 0;
  background-color: #fff;
}

.advantages-heading {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: bold;
  color: #5d5d5d;
  text-align: center;
    margin: 37px auto 38px auto;
}


.el-first, .el-second, .el-third, .el-fourth {
  float: left;
}



.el-second {
  margin-left: 66px;
}

.el-third {
  margin-left: 66px;
}

.el-fourth {
  margin-left: 66px;
}

.el-img1 {
  width: 200px;
  height: 200px;
  background: url(../img/verh-les-1.jpg) center no-repeat;
  border: 13px solid #f9f9f9;
  border-radius: 200px; 
  cursor: pointer;
}

.el-img2 {
  width: 200px;
  height: 200px;
  background: url(../img/verh-les-2.jpg) 0% 80% no-repeat;
  border: 13px solid #f9f9f9;
  border-radius: 200px; 
  cursor: pointer;
}

.el-img3 {
  width: 200px;
  height: 200px;
  background: url(../img/verh-les-3.jpg) 20% 90%  no-repeat;
  border: 13px solid #f9f9f9;
  border-radius: 200px; 
  cursor: pointer;
}


.el-img4 {
  width: 200px;
  height: 200px;
  background: url(../img/verh-les-4.jpg) 70% 90% no-repeat;
  border: 13px solid #f9f9f9;
  border-radius: 200px; 
  cursor: pointer;
}

.el-img1:hover, .el-img2:hover, .el-img3:hover, .el-img4:hover {
	border-color: #c1dadf;
	-webkit-transition: border-color .5s;
	-moz-transition: border-color .5s;
	-o-transition: border-color .5s;
	transition: border-color .5s;
}


.el-title1, .el-title2, .el-title3, .el-title4 {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #649bc0;
  margin: 41px 0 20px 0;
}

.sp-btn {
  display: block;
  margin: auto;
  width: 199px;
  height: 39px;
  margin: 13px 0 25px 0;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
  border: 1px solid #7ba648;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.btn-green {
    background: #9edf64;
    background: -moz-linear-gradient(top, #9edf64 0%, #58a023 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9edf64), color-stop(100%,#58a023));
    background: -webkit-linear-gradient(top, #9edf64 0%,#58a023 100%);
    background: -o-linear-gradient(top, #9edf64 0%,#58a023 100%);
    background: -ms-linear-gradient(top, #9edf64 0%,#58a023 100%);
    background: linear-gradient(to bottom, #9edf64 0%,#58a023 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9edf64', endColorstr='#58a023',GradientType=0 );
}

.btn-green:hover {
	background: #58a023;
}

/**** КАК МЫ СОЗДАЕМ ЛЕСТНИЦЫ ****/


.container-1000 {
  width: 1000px;
  margin: auto;
}

.container-970 {
  width: 970px;
  margin: auto;
}

.steps-wrapper {
background: #f7f7f7;
  padding: 40px 0 200px 0;
}

.steps-heading {
	text-transform: uppercase;
	color: #615d5d;
	font-weight: bold;
	margin-bottom: 200px;
	text-align: center;
	font-size: 44px;
}


.step-first, .step-second, .step-third, .step-fourth {
  float: left;
}

.step-img1, .step-img2, .step-img3, .step-img4{
  width: 241px;
  height: 60px;
}

.step-img1 {
  background: url(../img/step-1.png) no-repeat;
}

.step-img2 {
  background: url(../img/step-2.png) no-repeat;
}

.step-img3 {
  background: url(../img/step-3.png) no-repeat;
}

.step-img4 {
  background: url(../img/step-4.png) no-repeat;
}

.step-num {
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.49);
}

.step-line1, .step-line2, .step-line3, .step-line4 {
  width: 2px;
  height: 67px;
  position: absolute;
}

.step-line1 {
  margin: 17px 0 19px 87px;
  background: url(../img/step1-line.png) no-repeat;
}

.step-line2 {
  margin: -88px 0 0 119px;
  background: url(../img/step2-line.png) no-repeat;
}

.step-line3 {
  margin: 17px 0 19px 130px;
  background: url(../img/step3-line.png) no-repeat;
}

.step-line4 {
  margin: -88px 0 0 122px;
  background: url(../img/step4-line.png) no-repeat;
}

.step-desc1, .step-desc2, .step-desc3, .step-desc4  {
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #a29c9b;
}

.step-desc1 {
  margin: 103px 0 0 6px;
}

.step-desc2 {
  margin: -128px 0 0 32px;
  width: 185px;
}

.step-desc3 {
  margin: 103px 0 0 -13px;
  width: 275px;
}

.step-desc4 {
  margin: -128px 0 0 -60px;
  width: 350px;
}

.step-desc1 span {
  color: #6591a9;
}

.step-desc2 span {
  color: #7dc4c8;
}

.step-desc3 span {
  color: #7dc8b4;
}

.step-desc4 span {
  color: #66c97b;
}

/**** СЛАЙДЕР ПРОЕКТЫ ****/

.slide-projects {
	background: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 50px;
}

.slide-heading {
	margin-bottom: 50px;
	text-transform: uppercase;
	color: #615d5d;
	font-weight: bold;
	text-align: center;
	font-size: 44px;
}

img a {
	border: none;
}

.foot-wrapper {
	height: 90px;
	background: #fff url(../img/top-bg.png) repeat-x;
}

.foot-left {
	width: 465px;
	height: 90px;
	float: left;
	line-height: 0.9;
	background: url(../img/logo.png) no-repeat;
	cursor: pointer;
}

.foot-right {
	float: right;
	text-align: right;
	color: #545555;
	line-height: 0.9;
	margin-top: 9px;
}

.foot-right div:nth-child(1) {
	font-weight: bold;
	font-size: 26px;
	margin: 10px 0 10px 0;
}

.foot-right a {
	text-decoration: none;
	color: #649bc0;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px dotted;
	line-height: 0.7;
}

/** модальные окна слайдера **/


.price{   
	display: block;
	text-align: center;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #545555;}