html,body{
	margin: 0;
	padding: 0;
	height: 100%;
}

body{
	font-family: "Muller";
	font-size: 14px;
}

@font-face {
    font-family: 'Muller';
    src: url('../fonts/Muller-Bold.otf');
    font-weight: 600;
}


@font-face {
    font-family: 'Muller';
    src: url('../fonts/Muller-Bold_Italic.otf');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Muller";
    src: url("../fonts/muller-bold-webfont.eot");
    src: url("../fonts/muller-bold-webfont.eot@#iefix") format("embedded-opentype"),
         url("../fonts/muller-bold-webfont.woff") format("woff"),
         url("../fonts/muller-bold-webfont.ttf") format("truetype"),
         url("../fonts/muller-bold-webfont.svg") format("svg");
    font-weight: 600;
    font-style:  normal;
}

@font-face {
    font-family: "Muller";
    src: url("../fonts/muller-bold_italic-webfont.eot");
    src: url("../fonts/muller-bold_italic-webfont.eot@#iefix") format("embedded-opentype"),
         url("../fonts/muller-bold_italic-webfont.woff") format("woff"),
         url("../fonts/muller-bold_italic-webfont.ttf") format("truetype"),
         url("../fonts/muller-bold_italic-webfont.svg") format("svg");
    font-weight: 600;
    font-style:  italic;
}


@font-face {
    font-family: 'Muller';
    src: url('../fonts/Muller-Light_Italic.otf');
    font-weight: 300;
		font-style: italic;
}

@font-face {
    font-family: "Muller";
    src: url("../fonts/muller-light_italic-webfont.eot");
    src: url("../fonts/muller-light_italic-webfont.eot@#iefix") format("embedded-opentype"),
         url("../fonts/muller-light_italic-webfont.woff") format("woff"),
         url("../fonts/muller-light_italic-webfont.ttf") format("truetype"),
         url("../fonts/muller-light_italic-webfont.svg") format("svg");
    font-weight: 300;
    font-style:  italic;
}


@font-face {
    font-family: 'Muller';
    src: url('../fonts/Muller-Medium.otf');
    font-weight: 500;
}

@font-face {
    font-family: "Muller";
    src: url("../fonts/muller-medium-webfont.eot");
    src: url("../fonts/muller-medium-webfont.eot@#iefix") format("embedded-opentype"),
         url("../fonts/muller-medium-webfont.woff") format("woff"),
         url("../fonts/muller-medium-webfont.ttf") format("truetype"),
         url("../fonts/muller-medium-webfont.svg") format("svg");
    font-weight: 500;
    font-style:  normal;
}

@font-face {
    font-family: 'Muller';
    src: url('../fonts/Muller-Light.otf');
    font-weight: 300;
}

@font-face {
    font-family: "Muller";
    src: url("../fonts/muller-light-webfont.eot");
    src: url("../fonts/muller-light-webfont.eot@#iefix") format("embedded-opentype"),
         url("../fonts/muller-light-webfont.woff") format("woff"),
         url("../fonts/muller-light-webfont.ttf") format("truetype"),
         url("../fonts/muller-light-webfont.svg") format("svg");
    font-weight: 300;
    font-style:  normal;
}

@font-face {
    font-family: 'Muller';
    src: url('../fonts/Muller-Regular.otf');
    font-weight: 400;
}

@font-face {
    font-family: "Muller";
    src: url("../fonts/muller-regular-webfont.eot");
    src: url("../fonts/muller-regular-webfont.eot@#iefix") format("embedded-opentype"),
         url("../fonts/muller-regular-webfont.woff") format("woff"),
         url("../fonts/muller-regular-webfont.ttf") format("truetype"),
         url("../fonts/muller-regular-webfont.svg") format("svg");
    font-weight: 400;
    font-style:  normal;
}

@font-face {
    font-family: 'Muller';
    src: url('../fonts/Muller-Regular_Italic.otf');
    font-weight: 400;
    font-style: italic;
}


@font-face {
    font-family: "Muller";
    src: url("../fonts/muller-regular_italic-webfont.eot");
    src: url("../fonts/muller-regular_italic-webfont.eot@#iefix") format("embedded-opentype"),
         url("../fonts/muller-regular_italic-webfont.woff") format("woff"),
         url("../fonts/muller-regular_italic-webfont.ttf") format("truetype"),
         url("../fonts/muller-regular_italic-webfont.svg") format("svg");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Muller';
    src: url('../fonts/Muller-Medium_Italic.otf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Muller";
    src: url("../fonts/muller-medium_italic-webfont.eot");
    src: url("../fonts/muller-medium_italic-webfont.eot@#iefix") format("embedded-opentype"),
         url("../fonts/muller-medium_italic-webfont.woff") format("woff"),
         url("../fonts/muller-medium_italic-webfont.ttf") format("truetype"),
         url("../fonts/muller-medium_italic-webfont.svg") format("svg");
    font-weight: 500;
    font-style: italic;
}



.first-block{
    background: #fff;
    margin-bottom: 90px;
    background: url("../img/first1-320.png") no-repeat center 0;
    background-size: cover;
    min-height: 520px;
}

.layout{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.layout:after{
  display: table;
  clear: both;
  content: "";
}
.header-date{
  background-color: #7ab2ce;
  min-height: 68px;
}

.header-date:after{
  display: table;
  clear: both;
  content: "";
}

.first-date{
  display: inline-block;
  float: right;
  padding: 25px 18px 26px;
  text-align: right;
}

.header-logo{
  float: left;
  padding-top: 13px;
}

.date{
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 13px;
}

.telephone{
  display: inline-block;
  float: right;
  padding: 9px 0px 10px;
  text-align: right;
  color: #000;
}

.telephone .date{
  margin-bottom: 0;
}

.phone{
  font-size: 14px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 4px;
    color: #000;
}
.phon{
  font-size: 11px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 6px;
    color: #000;
}
 .time{
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.first-date{
  display: none;
}

.first-titleblock-layout:after{
  display: table;
  clear: both;
  content: "";
}

.first-titleblock{
  display: inline-block;
  text-align: left;
}

.first-title{
  font-size: 21px;
  color: #000;
  font-weight: 600;
  margin-top: 20px;
  line-height: 28px;
  margin-bottom: 0;
}

.first-titleinfo{
  font-size: 13px;
  color: #000;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 40px;
}

.first-list{
  list-style: none;
  margin-bottom: 52px;
  padding-left: 40px;
}
.first-list li{
  font-size: 16px;
  margin-bottom: 17px;
  color: #000;
  font-weight: 400;
  position: relative;
}

.first-list li:before{
  position: absolute;
  content: "";
  background: url(../img/punkt.png) no-repeat 0 0;
  width: 10px;
  height: 10px;
  top: 2px;
  left: -35px;
}

.first-btn{
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  background-color: #e14747;
  text-decoration: none;
  text-align: center;
  padding: 18px 0;
}


.second-block{
  text-align: center;
  position: relative;
  min-height: 350px;
}

.second-citat{
  position: relative;
  display: inline-block;
}

.second-citat:before{
  position: absolute;
  content: "";
  top: -55px;
  left: -20px;
  background: url(../img/k-left-320.png) no-repeat 0 0;
  width: 61px;
  height: 47px;
}

.second-citat:after{
  position: absolute;
  content: "";
  bottom: -82px;
  right: -18px;
  background: url(../img/k-right-320.png) no-repeat 0 0;
  width: 62px;
  height: 48px;
}

.b-maincitat{
  font-size: 23px;
  font-style: italic;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 5px;

}

.authorcitat{
  font-size: 9px;
  font-weight: 300;
  line-height: 15px;
    margin-top: 0;
}

.a-maincitat{
  font-size: 30.5px;
  font-style: italic;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.a-maincitat strong{
  font-weight: 600;
}


.fifth-block{
  text-align: center;
  min-height: 1465px;
}


.fifth-title{
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  color: #000;
  background-color: #f5f8ed;
  padding: 27px 0px 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

.fifth-title p{
  display: inline-block;
  width: 280px;
  text-align: center;
  margin: 0;

}

.fifth-strategy{
  display: inline-block;
  width: 290px;
  height: 1343px;
  background: url(../img/tree-3201.png) no-repeat 0 0;
}

.fifth-sections{
  clear: both;
  content: "";
  display: table;
}

.fifthsect-left{
  float: none;
  width: 288px;
  padding-left: 12px;
  margin-right: 0px;
}

.fifthsect-right{
  float: none;
  width: 288px;
  padding-left: 10px;

}

.fifthsect{
  display: inline-block;
  vertical-align: top;
}

.fifthsect-title{
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding-left: 20px;
  width: 270px;
  margin-top: 0;
  margin-bottom: 15px;
}

.fifthsect-left .fifthsect:nth-child(1){
  margin-bottom: 42px;
  padding-top: 50px;
}

.fifthsect-left .fifthsect:nth-child(2){
  margin-bottom: 26px;
}


.fifthsect-right .fifthsect:nth-child(1){
  margin-bottom: 50px;
  padding-top: 13px;
}
.fifthsect-right .fifthsect:nth-child(2){
  margin-bottom: 96px;
}


.fifthsect-list{
  list-style: none;
  margin-top: 0;
  width: 245px;
  }

.fifthsect-list li{
  width: 250px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  text-align: left;
  position: relative;
  margin-bottom: 7px;
}

.fifthsect-list li:before{
  position: absolute;
  content: "";
  top: 4px;
  left: -29px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e14747;
}

.fourth-block{
  min-height: 930px;
  text-align: center;
}

.fourth-title{
  display: inline-block;
  background: url(../img/garabt-pod-320.png) no-repeat left 0px;
  width: 76%;
  padding: 12px 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}

.fourth-sections{
  font-size: 0;
}

.fourth-section{
  display: inline-block;
  width: 250px;
  padding-left: 0px;
  min-height: 150px;
  vertical-align: top;
  margin-bottom: 0px;
}

.fourth-section:nth-child(2n){
  width: 250px;
  padding-left: 0px;
  padding-right: 0px;
}

.fourthsect-title{
  font-size: 18px;
  color: #fff;
  display: inline-block;
  background: url(../img/garabt-pod.png) no-repeat left 0px;
  width: 320px;
  padding: 20px 0;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 15px;
  margin-top: 0;
    position: relative;
}

.fourthsect-title:before{
  position: absolute;
  content: "";
  top: 12px;
  left: -40px;
  background: url(../img/check-320.png) no-repeat 0 0;
  width: 47px;
  height: 41px;
}

.fourthsect-info{
  width: 260px;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  margin-top: 0;
  padding-left: 15px;
}

.fourth-section:nth-child(1) .fourthsect-title{
  background: url(../img/g1-320.png) no-repeat left 6px;
  width: 198px;
  padding: 11px 13px 10px 11px;
}

.fourth-section:nth-child(2) .fourthsect-title{
  background: url(../img/g2-320.png) no-repeat left 6px;
  width: 150px;
  padding: 10px 75px 9px 0;
}

.fourth-section:nth-child(3) .fourthsect-title{
  background: url(../img/g3-320.png) no-repeat left 0px;
  width: 181px;
  padding: 11px 40px 0px 0;
}

.fourth-section:nth-child(4) .fourthsect-title{
  background: url(../img/g4-320.png) no-repeat left 10px;
  width: 179px;
  padding: 11px 30px 0px 10px;
}
.fourth-section:nth-child(5) .fourthsect-title{
  background: url(../img/g5-320.png) no-repeat left 0px;
  width: 210px;
  font-size: 16px;
  padding: 6px 0px 8px 5px;
}

.fourth-section:nth-child(6) .fourthsect-title{
  background: url(../img/g6-320.png) no-repeat left 6px;
  width: 180px;
  padding: 13px 25px 9px 10px;

}

.fourth-section:nth-child(6){
margin-bottom: 20px;

}

.six-block{
  min-height: 680px;
  background: #f5f8ed url(../img/likes-320.png) no-repeat center bottom;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 40px;

}

.six-title{
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 40px;
  margin-top: 0
}

.six-section{
  display: inline-block;
  width: 224px;
  border: 3px solid #7ab2ce;
  background-color: #fff;
  min-height: 122px;
  border-radius: 8px;
  vertical-align: top;
  text-align: left;
  padding-left: 14px;
  margin-bottom: 24px;
}

.six-section:nth-child(2){
  border: 3px solid #e14747;
  padding-top: 10px;
  min-height: 112px;
}

.sixsect-title{
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 16px;
  margin-top: 9px;
}

.sixsect-info{
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 7px;
}


.eight-block{
  text-align: center;
  min-height: 560px;
}

.eight-title{
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background-color: #f5f8ed;
  padding: 24px 0 18px;
  margin-bottom: 30px;
}

.eight-friend{
  display: inline-block;
  width: 290px;
  min-height: 250px;
  background: url(../img/friend-320.png) no-repeat center top;
}

.eight-invite{
  font-size: 40px;
  color: #e14747;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
  padding-top: 110px;
}

.eight-info{
  display: inline-block;
  font-size: 20px;
  color: #000;
  line-height: 24px;
  text-align: left;
  font-weight: 300;
  margin-top: 0;
}

.eight-ps{
  font-size: 12px;
  color: #000;
  line-height: 16px;
  font-style: italic;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 36px;
  padding: 0 30px;
}

.eight-btn{
  display: inline-block;
  width: 280px;
  color: #000;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  border: 5px solid #e14747;
  text-decoration: none;
  text-align: center;
  padding: 16px 0 10px;
  margin-bottom: 90px;
}

.seven-block{
  min-height: 370px;
  text-align: center;

}

.seven-title{
  display: inline-block;
  background: url(../img/sev-pod-320.png) no-repeat 30px 12px;
  width: 290px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
}

.seven-title span{
  font-size: 28px;
}

.seven-title strong{
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  line-height: 32px;
}

.seven-info{
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 80px;
}

.seven-btn{
  display: inline-block;
  width: 280px;
  color: #000;
  font-size: 21px;
  font-weight: 500;
  border: 5px solid #e14747;
  text-decoration: none;
  text-align: center;
  padding: 11px 0 6px;
  position: relative;
}

.seven-btn:after{
  position: absolute;
  content: "";
  background: url(../img/push.png) no-repeat 0 0;
  width: 68px;
  height: 89px;
  right: 7px;
  top: -57px;
}

.nine-block{
  text-align: center;
  min-height: 260px;
  background-color: #f5f8ed;
  padding-top: 20px;
  margin-bottom: 68px;
}

.nine-title{
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 0;
  margin-bottom: 0px;
}

.nine-ayaz{
  display: inline-block;
  width: 100%;
  min-height: 215px;
  background:  url(../img/ayaz-320.png) no-repeat 0 bottom;

}

.ayaz-title{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    background: url(../img/a-pod-320.png) no-repeat left 4px;
    width: 196px;
    padding: 10px 0;
    font-weight: 600;
    line-height: 20px;
    margin-top: 40px;
    margin-left: 100px;
}

.ayaz-list{
  list-style: none;
  text-align: left;
  padding-left: 170px;
  margin-top: 0;
}

.ayaz-list li{
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 7px;
    position: relative;
}

.ayaz-list li:before{
  position: absolute;
  top: 3px;
  left: -24px;
  content: "";
  background: url(../img/mincheck-320.png) no-repeat 0 0;
  width: 13px;
  height: 9px;
}


.ten-block{
  text-align: center;
  min-height: 700px;
}

.ten-title{
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background-color: #7ab2ce;
  padding: 11px 0 4px;
  margin-bottom: 45px;
}

.ten-title span{
  text-transform: uppercase;
}

.ten-list{
  list-style: none;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 50px;
}

.ten-list li{
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}

.ten-info{
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
}

.ten-btn{
  display: inline-block;
  width: 248px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  background-color: #e14747;
  text-decoration: none;
  text-align: center;
  padding: 18px 0 13px;
}

form{
  display: inline-block;
  width: 290px;
  min-height: 315px;
  padding-top: 52px;
  background-color: #f5f8ed;
}
input[type="text"].field {
    width: 250px;
    height: 31px;
    background-color: #ffffff;
    margin-bottom: 34px;
    outline: none;
    border: 3px solid #b8b8b8;
    text-align: left;
    line-height: 36px;
    font-family: 'Tahoma';
    font-size: 20px;
    padding-left: 12px;
    color: #000;
}

.form-btn {
    display: inline-block;
    width: 248px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #e14747;
    padding: 18px 0 13px;
    border: 0;
    outline: none;
    font-family: 'Muller';
    font-weight: 600;
}

.ofer {
    display: inline-block;
    font-size: 8px;
    font-family: 'Muller';
    line-height: 10px;
    text-align: left;
    margin-bottom: 5px;
    width: 255px;
}
.ofer label {
    position: relative;
    margin-left: 17px;
}

input[type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #b8b8b8;
    border: 2px solid #b8b8b8;
    box-shadow: 0 0 0 2px white inset;
    left: -25px;
    top: 2px;
}

.ofer label:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid #b8b8b8;
    box-shadow: 0 0 0 0px green;
    left: -25px;
    background: white;
    top: 2px;
}
input[type="checkbox"] {
    display: none;
}

input[type="text"].tel{
  margin-bottom: 10px;
}

.blue{background-color:#7ab2ce; }
.bold{font-weight:bold;}
.light{font-weight:normal;}
.l{float:none; display: inline-block;}
.r{float:none; display: inline-block;}
.clearfix::after{content:"";display:table;clear:both;}
.centering_div{width:290px;padding:30px 0;margin:auto;box-sizing:border-box;}
.grey{background:#ECECEC;min-width:280px;}
.main_footer{color:#fff!important;}
.main_footer p,
.main_footer h1,
.main_footer h2{margin:0;}
.footer_title{text-transform:uppercase; padding-bottom: 10px;}
.footer_box1{width:55px; display: inline-block; margin-right: 5px; vertical-align: top;}
.footer_box2{width:225px;color:#fff;text-align:justify; margin-bottom: 20px;display: inline-block; vertical-align: top;}
.footer_box3{width:280px;text-align:justify; padding-right: 10px;}
.footer_box3 p{font-size:13px;padding:10px 0; display: inline-block;text-align:justify;}
.footer_box3 h2{font-size:12px;font-weight:bold; display: inline-block; text-align:justify;}
.footer_box2_text{font-size:13px;}
.footer_box3 a{color:#ffdd74;border-bottom:1px dotted;transition:all 0.3s ease;text-decoration:none;}
.footer_box3 a:hover{color:#ffdd74;}
.bold{font-weight:bold;}
.light{font-weight:normal;}



@media (min-width: 700px) {

.first-block{
    background: url("../img/first1.png") no-repeat center 0;
    background-size: cover;
    height: 100%;
    margin-bottom: 90px;
}

.header-date{
  background-color: transparent;
  min-height: 68px;
}

.telephone .date{
  display: none;
}

.layout{
	width: 1005px;
}

.header-logo{
  display: none;
}
.first-date{
  display: block;
	background-color: #7ab2ce;
	text-align: right;
  margin-right: 120px;
}

.date{
	font-size: 24px;
	margin-bottom: 13px;
}

.telephone{
  padding: 25px 0px 26px;
}

.phone{
  font-size: 24px;
  margin-bottom: 13px;
}
.phon{
  font-size: 18px;
}

.time{
	font-size: 24px;
}

.first-titleblock{
	float: right;
	width: 530px;
  text-align: left;
}

.first-title{
	font-size: 40px;
	margin-top: 12px;
	line-height: 46px;
	margin-bottom: 0;
  padding-left: 0;
}

.first-titleinfo{
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 47px;
  padding-right: 130px;
  padding-left: 0;
}

.first-list{
	list-style: none;
  margin-bottom: 47px;
  padding-left: 60px;
}
.first-list li{
	font-size: 18px;
	margin-bottom: 17px;
}

.first-list li:before{
	top: 3px;
	left: -40px;
}

.first-btn{
  display: inline-block;
  width: 377px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  background-color: #e14747;
  text-decoration: none;
  text-align: center;
  padding: 18px 0;
}


.second-block{
  text-align: center;
  position: relative;
  min-height: 610px;
}

/*.second-block:after{
  position: absolute;
  content:"";
  width: 100%;
  background: url(../img/line.png) repeat-x center 0;
  height: 3px;
  bottom: 250px;
  left: 0;
}*/

.second-citat{
  position: relative;
  display: inline-block;
}

.second-citat:before{
  position: absolute;
  content: "";
  top: 0;
  left: -194px;
  background: url(../img/k-left.png) no-repeat 0 0;
  width: 102px;
  height: 79px;
}

.second-citat:after{
  position: absolute;
  content: "";
  bottom: -25px;
  right: -194px;
  background: url(../img/k-right.png) no-repeat 0 0;
  width: 103px;
  height: 79px;
}

.b-maincitat{
  font-size: 44px;
  font-style: italic;
  font-weight: 300;
  line-height: 52px;
  margin-bottom: 25px;
}

.authorcitat{
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.a-maincitat{
  font-size: 58px;
  font-style: italic;
  font-weight: 300;
  line-height: 58px;
  margin-bottom: 35px;
  margin-top: 50px;
}

.a-maincitat strong{
  font-weight: 600;
}

.third-block{
  text-align: center;
  min-height: 568px;
}
.third-title{
  display: inline-block;
  background: url(../img/pod.png) no-repeat right 0px;
  width: 590px;
  padding: 15px 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 34px;
}

.third-title span{
  color: #fff;
}

.third-list{
  list-style: none;
  display: inline-block;
  width: 465px;
  background-color: #f5f8ed;
  border-radius: 7px;
  min-height: 230px;
  padding-top: 40px;
  padding-left: 90px;
  position: relative;
  margin-bottom: 34px;
  margin-top: 0;
}

.third-list:before{
  position: absolute;
  content: "";
  width: 38px;
  height: 184px;
  background: url(../img/third-list.png) no-repeat 0 0;
  top: 42px;
  left: 43px;
}

.third-list li{
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 12px;
  text-align: left;
}

.third-btn{
  display: inline-block;
  width: 335px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  background-color: #e14747;
  text-decoration: none;
  text-align: center;
  padding: 15px 0 10px;
  margin-bottom: 88px;
}

.fourth-block{
  min-height: 910px;
  text-align: center;
}

.fourth-title{
  display: inline-block;
  background: url(../img/garabt-pod.png) no-repeat left 0px;
  width: 415px;
  padding: 20px 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 44px;
}

.fourth-sections{
  font-size: 0;
}

.fourth-section{
  display: inline-block;
  width: 390px;
  padding-left: 112px;
  min-height: 150px;
  vertical-align: top;
  margin-bottom: 0px;
}

.fourth-section:nth-child(2n){
  width: 390px;
  padding-left: 62px;
  padding-right: 50px;
}

.fourthsect-title{
  font-size: 24px;
  color: #fff;
  display: inline-block;
  background: url(../img/garabt-pod.png) no-repeat left 0px;
  width: 415px;
  padding: 20px 0;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 15px;
  margin-top: 0;
    position: relative;
}

.fourthsect-title:before{
  position: absolute;
  content: "";
  top: 12px;
  left: -50px;
  background: url(../img/check.png) no-repeat 0 0;
  width: 47px;
  height: 41px;
}

.fourthsect-info{
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  margin-top: 0;
  padding-left: 15px;
  width: 390px;
}

.fourth-section:nth-child(1) .fourthsect-title{
  background: url(../img/g1.png) no-repeat left 6px;
  width: 295px;
  padding: 16px 100px 10px 0;
}

.fourth-section:nth-child(2) .fourthsect-title{
  background: url(../img/g2.png) no-repeat left 6px;
  width: 200px;
  padding: 14px 240px 9px 0;
}

.fourth-section:nth-child(3) .fourthsect-title{
  background: url(../img/g3.png) no-repeat left 0px;
  width: 263px;
  padding: 16px 120px 0px 0;
}

.fourth-section:nth-child(4) .fourthsect-title{
  background: url(../img/g4.png) no-repeat left 10px;
  width: 258px;
  padding: 15px 135px 0px 0;
}
.fourth-section:nth-child(5) .fourthsect-title{
  background: url(../img/g5.png) no-repeat left 0px;
  width: 324px;
  padding: 16px 64px 8px 0;
}

.fourth-section:nth-child(6) .fourthsect-title{
  background: url(../img/g6.png) no-repeat left 6px;
  width: 260px;
  padding: 16px 144px 9px 0;
}


.fifth-block{
  text-align: center;
  min-height: 1485px;
}

.fifth-title{
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #000;
  background-color: #f5f8ed;
  padding: 27px 0 20px;
  margin-bottom: 58px;
  margin-top: 0;
}

.fifth-strategy{
  display: inline-block;
  width: 931px;
  height: 1263px;
  background: url(../img/tree.png) no-repeat 0 0;
}

.fifth-sections{
  clear: both;
  content: "";
  display: table;
}

.fifthsect-left{
  float: left;
  width: 320px;
  padding-left: 59px;
  margin-right: 85px;
}

.fifthsect-right{
  float: right;
  width: 350px;
  padding-left: 37px;
}

.fifth-title p{
  display: inline-block;
  width: inherit;
  text-align: center;
  margin: 0;

}

.fifthsect{
  display: inline-block;
  vertical-align: top;
}

.fifthsect-title{
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  width: 390px;
  margin-top: 0;
  margin-bottom: 35px;
}

.fifthsect-left .fifthsect:nth-child(1){
  margin-bottom: 122px;
  padding-top: 75px;
}

.fifthsect-left .fifthsect:nth-child(2){
  margin-bottom: 125px;
}


.fifthsect-right .fifthsect:nth-child(1){
  margin-bottom: 152px;
  padding-top: 257px;
}
.fifthsect-right .fifthsect:nth-child(2){
  margin-bottom: 146px;
}


.fifthsect-list{
  list-style: none;
  margin-top: 0;
  }

.fifthsect-list li{
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
  position: relative;
  width: 350px;
  margin-bottom: 12px;
}

.fifthsect-list li:before{
  position: absolute;
  content: "";
  top: 4px;
  left: -29px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e14747;
}

.six-block{
  min-height: 605px;
  background: #f5f8ed url(../img/likes.png) no-repeat center bottom;
  width: 100%;
  text-align: center;
  padding-top: 45px;
  margin-bottom: 114px;
}

.six-title{
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 78px;
}

.six-section{
  display: inline-block;
  width: 283px;
  border: 3px solid #7ab2ce;
  margin-right: 15px;
  background-color: #fff;
  min-height: 156px;
  border-radius: 8px;
  vertical-align: top;
  text-align: left;
  padding-left: 19px;
}

.six-section:nth-child(3n){
  margin-right: 0;
}

.six-section:nth-child(2){
  border: 3px solid #e14747;
  padding-top: 10px;
  min-height: 146px;
}

.sixsect-title{
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 23px;
  margin-top: 12px;
}

.sixsect-info{
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  margin-bottom: 10px;
}

.seven-block{
  min-height: 536px;
  text-align: center;
}

.seven-title{
  display: inline-block;
  background: url(../img/sev-pod.png) no-repeat right 25px;
  width: 525px;
  padding: 0px 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 43px;
  margin-bottom: 20px;
}

.seven-title span{
  font-size: 51px;
}

.seven-title strong{
  font-size: 51px;
  color: #fff;
  font-weight: 600;
  line-height: 58px;
}

.seven-info{
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 95px;
}

.seven-btn{
  display: inline-block;
  width: 393px;
  color: #000;
  font-size: 30px;
  font-weight: 500;
  border: 5px solid #e14747;
  text-decoration: none;
  text-align: center;
  padding: 16px 0 10px;
  position: relative;
}

.seven-btn:after{
  position: absolute;
  content: "";
  background: url(../img/push.png) no-repeat 0 0;
  width: 68px;
  height: 89px;
  right: -70px;
  top: -70px;
}

.eight-block{
  text-align: center;
  min-height: 692px;
}

.eight-title{
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #000;
  background-color: #f5f8ed;
  padding: 32px 0 25px;
  margin-bottom: 68px;
}

.eight-friend{
  display: inline-block;
  width: 750px;
  min-height: 272px;
  background: url(../img/friend.png) no-repeat right 0;
}

.eight-invite{
  font-size: 67px;
  color: #e14747;
  line-height: 74px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}

.eight-info{
  font-size: 44px;
  color: #000;
  line-height: 48px;
  text-align: left;
  font-weight: 300;
  margin-top: 0;
}

.eight-ps{
  font-size: 18px;
  color: #000;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 66px;
  width: 600px;
  display: inline-block;
}

.eight-btn{
  display: inline-block;
  width: 395px;
  color: #000;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  border: 5px solid #e14747;
  text-decoration: none;
  text-align: center;
  padding: 24px 0 19px;
  margin-bottom: 130px;
}


.nine-block{
  text-align: center;
  min-height: 675px;
  background-color: transparent;
}

.nine-title{
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  margin-top: 0;
  margin-bottom: 35px;
}

.nine-ayaz{
  display: inline-block;
  width: 510px;
  height: 418px;
  background: url(../img/ayaz.png) no-repeat 0 bottom;
  padding-left: 280px;

}

.ayaz-title{
    font-size: 36px;
    color: #fff;
    display: inline-block;
    background: url(../img/a-pod.png) no-repeat left 0px;
    width: 440px;
    padding: 20px 0;
    font-weight: 600;
    line-height: 40px;
    margin-top: 40px;
}

.ayaz-list{
  list-style: none;
  text-align: left;
  padding-left: 130px;
  margin-top: 0;
}

.ayaz-list li{
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
    position: relative;
}

.ayaz-list li:before{
  position: absolute;
  top: 3px;
  left: -50px;
  content: "";
  background: url(../img/mincheck.png) no-repeat 0 0;
  width: 25px;
  height: 18px;
}

.ten-block{
  text-align: center;
  min-height: 985px;
}

.ten-title{
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  background-color: #7ab2ce;
  padding: 19px 0 12px;
  margin-bottom: 68px;
}

.ten-title span{
  text-transform: uppercase;
}

.ten-list{
  list-style: none;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 74px;
}

.ten-list li{
  text-align: left;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
}

.ten-info{
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
}

.ten-btn{
  display: inline-block;
  width: 390px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  background-color: #e14747;
  text-decoration: none;
  text-align: center;
  padding: 18px 0 13px;
}

form{
  display: inline-block;
  width: 692px;
  min-height: 378px;
  padding-top: 52px;
  background-color: #f5f8ed;
}
input[type="text"].field {
    width: 500px;
    height: 44px;
    background-color: #ffffff;
    margin-bottom: 34px;
    outline: none;
    border: 3px solid #b8b8b8;
    text-align: left;
    line-height: 36px;
    font-family: 'Tahoma';
    font-size: 24px;
    padding-left: 20px;
    color: #000;
}

.form-btn {
    display: inline-block;
    width: 526px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #e14747;
    padding: 18px 0 13px;
    border: 0;
    outline: none;
    font-family: 'Muller';
    font-weight: 600;
}

.ofer {
    display: inline-block;
    font-size: 11px;
    font-family: 'Muller';
    line-height: 15px;
    text-align: left;
    margin-bottom: 5px;
}
.ofer label {
    position: relative;
    margin-left: 58px;
    width: 500px;
    margin-left: -100px;
}

input[type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    background: #b8b8b8;
    border: 2px solid #b8b8b8;
    box-shadow: 0 0 0 3px white inset;
    left: -34px;
    top: 2px;
}

.ofer label:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    border: 2px solid #b8b8b8;
    box-shadow: 0 0 0 0px green;
    left: -34px;
    background: white;
    top: 2px;
}
input[type="checkbox"] {
    display: none;
}

input[type="text"].tel{
  margin-bottom: 10px;
}

.blue{background-color:#7ab2ce; display: block;}
.bold{font-weight:bold;}
.light{font-weight:normal;}
.l{float:left;}
.r{float:right;}
.clearfix::after{content:"";display:table;clear:both;}
.centering_div{width:960px;min-width:560px;padding:30px;margin:auto;box-sizing:border-box;}
.grey{background:#ECECEC;min-width:960px;}
.main_footer{color:#fff!important;}
.main_footer p,
.main_footer h1,
.main_footer h2{margin:0;}
.footer_title{text-transform:uppercase;}
.footer_box1{width:10%;}
.footer_box2{width:38%;color:#fff;text-align:left;}
.footer_box3{width:300px;text-align:right;}
.footer_box3 p{font-size:14px;padding:10px 0; width: 300px; text-align: right;}
.footer_box3 h2{font-size:16px;font-weight:bold; display: inline-block;}
.footer_box2_text{font-size:14px;}
.footer_box3 a{color:#ffdd74;border-bottom:1px dotted;transition:all 0.3s ease;text-decoration:none;}
.footer_box3 a:hover{color:#ffdd74;}
.bold{font-weight:bold;}
.light{font-weight:normal;}

}