body {
  margin: 0;
  padding: 0;
}
.wrap {
  max-width: 1140px;
  margin: 0 auto;
}
.page-home {
 /*  background-image: url(../img/home-bg.png); */
  background-position: center 0;
  background-repeat: no-repeat;
 /*  min-height: 949px; */
  text-align: center;
  background-size: cover;
  font-family: 'Exo 2';
  margin-top: 10px;
}
@media only screen and (max-width: 992px) {
  .page-home {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
.page-home .head-title {
  color: #2e2f30;
  font-size: 39.78px;
  font-weight: 600;
  line-height: 44.54px;
  margin: 0;
  padding-top: 136px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-home .head-title {
    font-size: 30px;
    line-height: 34px;
  }
}
.page-home .benefits {
  margin-top: 69px;
  padding: 0;
}
.page-home .benefits li {
  display: inline-block;
  height: 120px;
  margin-right: 122px;
  padding: 5px;
  vertical-align: top;
  width: 286px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .page-home .benefits li {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .page-home .benefits li {
    margin-right: 0;
  }
}
@media only screen and (max-width: 320px) {
  .page-home .benefits li {
    width: 270px;
  }
}
.page-home .benefits li:after {
  background-color: #f8e5c9;
  content: "";
  height: 3px;
  position: absolute;
  right: -130px;
  top: 68px;
  width: 130px;
}
@media only screen and (max-width: 992px) {
  .page-home .benefits li:after {
    display: none;
  }
}
.page-home .benefits li .item-wrap {
  overflow: hidden;
  border: 1px solid #ffa92e;
  height: 118px;
}
.page-home .benefits li .img-wrap {
  background-image: url("../img/benefits-iconset.png");
  background-repeat: no-repeat;
  height: 110px;
  width: 112px;
  float: left;
}
.page-home .benefits li:nth-child(1) {
  background-image: url(../img/benefit-bg1.png);
}
.page-home .benefits li:nth-child(1) .img-wrap {
  background-position: 27px 28px;
}
.page-home .benefits li:nth-child(2) {
  background-image: url(../img/benefit-bg2.png);
}
.page-home .benefits li:nth-child(2) .img-wrap {
  background-position: -304px 28px;
  width: 98px;
}
.page-home .benefits li:nth-child(3) {
  background-image: url(../img/benefit-bg3.png);
  margin-right: 0;
}
.page-home .benefits li:nth-child(3):after {
  display: none;
}
.page-home .benefits li:nth-child(3) .img-wrap {
  background-position: -634px 28px;
}
.page-home .benefits li span {
  font-family: 'Roboto', sans-serif;
  float: left;
  display: block;
  font-weight: 400;
  text-align: left;
  font-size: 16.51px;
  line-height: 9.58px;
  color: #fff;
  margin-top: 44px;
  margin-left: 20px;
}
@media only screen and (max-width: 320px) {
  .page-home .benefits li span {
    font-size: 14px;
  }
}
.page-home .benefits li span strong {
  display: block;
  font-family: 'Exo 2';
  font-weight: 600;
  font-size: 43.16px;
  color: #fff;
  margin-bottom: 27px;
}
.page-home .text-block {
  margin-top: 59px;
  overflow: hidden;
}
@media only screen and (max-width: 950px) {
  .page-home .text-block {
    margin-top: 0;
  }
}
.page-home .text-block p {
  color: #2e2f30;
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  max-width: 553px;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .page-home .text-block p {
    margin: 0 auto;
    float: none;
    margin-top: 30px;
    max-width: 100%;
  }
}
.page-home .text-block img {
  display: block;
  float: right;
  margin-right: 40px;
  margin-top: 4px;
}
@media only screen and (max-width: 992px) {
  .page-home .text-block img {
    margin: 0 auto;
    float: none;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .page-home .text-block img {
    width: 100%;
    height: auto;
  }
}
.page-reasons {
  background-image: url(../img/orange-bg.jpg);
  min-height: 452px;
  background-position: center 0;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  font-family: 'Exo 2';
  /* margin-top: -80px; */
}
@media only screen and (max-width: 992px) {
  .page-reasons {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
.page-reasons:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 14px;
  height: 1px;
  background-color: #ffb449;
}
.page-reasons:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 14px;
  height: 1px;
  background-color: #ffb449;
}
.page-reasons .head-title {
  color: #fff;
  font-size: 34.41px;
  font-weight: 600;
  line-height: 36.16px;
  margin-top: 0;
  padding-top: 79px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-reasons .head-title {
    font-size: 30px;
    line-height: 34px;
  }
}
.page-reasons .block-wrap {
  overflow: hidden;
  margin-top: 46px;
}
.page-reasons .block-wrap .left {
  float: left;
  padding-left: 120px;
}
@media only screen and (max-width: 867px) {
  .page-reasons .block-wrap .left {
    padding-left: 0;
    float: none;
    max-width: 260px;
    margin: 0 auto;
  }
}
.page-reasons .block-wrap .right {
  float: right;
  padding-right: 9px;
}
@media only screen and (max-width: 867px) {
  .page-reasons .block-wrap .right {
    padding-right: 0;
    float: none;
    max-width: 260px;
    margin: 0 auto;
  }
}
.page-reasons .block-wrap .block {
  width: 36%;
}
@media only screen and (max-width: 867px) {
  .page-reasons .block-wrap .block {
    width: auto;
  }
}
.page-reasons .block-wrap .item {
  margin-bottom: 50px;
  position: relative;
}
.page-reasons .block-wrap .item:before {
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  content: "1";
  font-size: 32px;
  font-weight: 300;
  height: 70px;
  left: -105px;
  line-height: 68px;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 70px;
}
@media only screen and (max-width: 480px) {
  .page-reasons .block-wrap .item:before {
    display: none;
  }
}
.page-reasons .block-wrap .item:after {
  background-color: #ffb547;
  bottom: -49px;
  content: "";
  height: 46px;
  left: -69px;
  position: absolute;
  width: 3px;
}
@media only screen and (max-width: 480px) {
  .page-reasons .block-wrap .item:after {
    display: none;
  }
}
.page-reasons .block-wrap .item.two:before {
  content: '2';
}
.page-reasons .block-wrap .item.two:after {
  display: none;
}
@media only screen and (max-width: 867px) {
  .page-reasons .block-wrap .item.two:after {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .page-reasons .block-wrap .item.two:after {
    display: none;
  }
}
.page-reasons .block-wrap .item.three:before {
  content: '3';
}
.page-reasons .block-wrap .item.four:before {
  content: '4';
}
.page-reasons .block-wrap .item.four:after {
  display: none;
}
.page-reasons .block-wrap .item .item-title {
  color: #fff;
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 0;
}
.page-reasons .block-wrap .item .item-text {
  color: #ffe8c7;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 12px;
}
.page-footer {
 /*  background-image: url(../img/footer-bg.jpg); */
  min-height: 210px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Exo 2';
  /* margin-top: -80px; */
}
@media only screen and (max-width: 992px) {
  .page-footer {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
.page-footer .logo {
  display: block;
  float: left;
  margin-top: 74px;
}
@media only screen and (max-width: 992px) {
  .page-footer .logo {
    margin: 0 auto;
    margin-top: 15px;
    float: none;
    width: 255px;
  }
}
.page-footer .contacts {
  color: #2e2f30;
  float: left;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
  margin-left: 67px;
  margin-top: 59px;
}
@media only screen and (max-width: 992px) {
  .page-footer .contacts {
    margin: 0 auto;
    margin-top: 15px;
    float: none;
    text-align: center;
  }
}
.page-footer .address {
  color: #2e2f30;
  float: right;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-right: 0;
  margin-top: 59px;
  max-width: 400px;
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .page-footer .address {
    margin: 0 auto;
    margin-top: 15px;
    float: none;
    text-align: center;
  }
}
.page-footer .address a {
  color: #d58513;
  text-decoration: underline;
}
.page-footer .clear {
  clear: both;
}
.page2-home {
 /*  background-image: url(../img/page2-bg.jpg); */
  /* min-height: 1292px; */
  background-position: center 0;
  background-repeat: no-repeat;
  font-family: 'Exo 2';
  background-size: cover;
}
@media only screen and (max-width: 992px) {
  .page2-home {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
.page2-home .head-title {
  color: #2e2f30;
  font-size: 44px;
  font-weight: 600;
  line-height: 48px;
  margin-top: 0;
  /* padding-top: 129px; */
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page2-home .head-title {
    font-size: 30px;
    line-height: 34px;
  }
}
.page2-home .list-get {
  list-style-type: none;
  padding-left: 0;
  margin-top: 68px;
  position: relative;
}
.page2-home .list-get:after {
  background-image: url("../img/list-lines.png");
  content: "";
  height: 725px;
  left: 35px;
  position: absolute;
  top: 95px;
  width: 728px;
  z-index: 0;
}
@media only screen and (max-width: 804px) {
  .page2-home .list-get:after {
    display: none;
  }
}
.page2-home .list-get li {
  overflow: hidden;
  margin-top: 47px;
  margin-bottom: 47px;
  position: relative;
}
.page2-home .list-get li .li-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.page2-home .list-get li:before {
  background-color: #ff9600;
  border-radius: 50%;
  content: "";
  height: 74px;
  left: 0;
  position: absolute;
  top: 23px;
  width: 74px;
  z-index: 2;
}
.page2-home .list-get li:after {
  content: '';
  background-image: url(../img/list-iconset.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 74px;
  height: 74px;
  left: 0;
  top: 23px;
  position: absolute;
  z-index: 2;
}
.page2-home .list-get li:nth-child(1):after {
  background-position: 20px 24px;
}
.page2-home .list-get li:nth-child(2):after {
  background-position: 20px -136px;
}
.page2-home .list-get li:nth-child(3) .list-title {
  padding-top: 10px;
}
.page2-home .list-get li:nth-child(3):after {
  background-position: 20px -295px;
}
.page2-home .list-get li:nth-child(4):after {
  background-position: 20px -450px;
}
.page2-home .list-get li:nth-child(5):after {
  background-position: 20px -610px;
}
.page2-home .list-get li:nth-child(6) .list-title {
  padding-top: 10px;
}
.page2-home .list-get li:nth-child(6):after {
  background-position: 20px -768px;
}
.page2-home .list-get li .list-title {
  color: #212223;
  float: left;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  padding-left: 106px;
  width: 267px;
}
@media only screen and (max-width: 804px) {
  .page2-home .list-get li .list-title {
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .page2-home .list-get li .list-title {
    font-size: 23px;
    line-height: 25px;
  }
}
.page2-home .list-get li .list-text {
  color: #454748;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 26px;
}
@media only screen and (max-width: 804px) {
  .page2-home .list-get li .list-text {
    margin-top: 50px;
  }
}
.page2-home .list-get li .list-text.text2 {
  max-width: 750px;
  float: left;
}
@media only screen and (max-width: 804px) {
  .page2-home .list-get li .list-text.text2 {
    max-width: 100%;
    float: none;
  }
}
.page2-footer {
 /*  background-image: url(../img/page2-footer-bg.png); */
  min-height: 361px;
  background-position: center 0;
  background-repeat: no-repeat;
  margin-top: -75px;
  background-size: cover;
}
@media only screen and (max-width: 992px) {
  .page2-footer {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
.page2-footer img {
  float: left;
  margin-left: -86px;
  margin-top: 4px;
}
@media only screen and (max-width: 992px) {
  .page2-footer img {
    display: none;
  }
}
.page2-footer .footer-text {
  color: #fff;
  float: right;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  max-width: 603px;
  padding-top: 115px;
  text-align: right;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page2-footer .footer-text {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .page2-footer .footer-text {
    font-size: 16px;
    line-height: 26px;
  }
}
