
.top {
  padding-top: 150px;
  position: relative;
  box-sizing: border-box;
  background: url(../images/top-bg.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
/* line 11, ../sass/index/top.scss */
.top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/after-bg.png) center center no-repeat;
  background-size: cover;
}

/* line 23, ../sass/index/top.scss */
.top-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  top: 0;
  left: 0;
  z-index: 0;
}
/* line 35, ../sass/index/top.scss */
.top-bg video {
  min-width: 100%;
  min-height: 100%;
}

/* line 42, ../sass/index/top.scss */
.top-wr {
  padding-top: 53px;
  position: relative;
  z-index: 2;
  padding-bottom: 229px;
}

/* line 49, ../sass/index/top.scss */
.top-wr-box {
  max-width: 50%;
  position: relative;
  box-sizing: border-box;
}

/* line 55, ../sass/index/top.scss */
.top-list {
  display: block;
  margin: 50px 0 38px;
}

/* line 60, ../sass/index/top.scss */
.top-list-row {
  color: #131313;
  font-size: 22px;
  font-weight: 300;
  padding-left: 70px;
  position: relative;
  line-height: 1.4;
  min-height: 50px;
  margin-bottom: 29px;
}
/* line 70, ../sass/index/top.scss */
.top-list-row:last-child {
  margin-bottom: 0;
}
/* line 75, ../sass/index/top.scss */
.top-list-row:after {
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  display: block;
}
/* line 90, ../sass/index/top.scss */
.top-list-row.position:after {
  background-image: url(../images/icon-1.svg);
  top: 7px;
  left: -2px;
}
/* line 99, ../sass/index/top.scss */
.top-list-row.del:after {
  background-image: url(../images/icon-2.svg);
  top: -7px;
  left: 0px;
}
/* line 108, ../sass/index/top.scss */
.top-list-row.check:after {
  background-image: url(../images/icon-3.svg);
  top: -11px;
}

/* line 115, ../sass/index/top.scss */
.top-bot {
  display: flex;
  align-items: center;
}

/* line 120, ../sass/index/top.scss */
.top-bot-price {
  color: #131313;
  font-family: "PTSansPro-Cond";
  font-size: 45px;
  font-weight: 400;
  display: block;
  margin-right: 29px;
}

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 130, ../sass/index/top.scss */
  .top-list-row {
    font-size: 20px;
    padding-left: 60px;
    min-height: 40px;
    margin-bottom: 20px;
  }
  /* line 136, ../sass/index/top.scss */
  .top-list-row:after {
    width: 40px;
    height: 40px;
  }

  /* line 142, ../sass/index/top.scss */
  .top-list {
    margin: 40px 0 30px;
  }

  /* line 146, ../sass/index/top.scss */
  .top-bot-price {
    font-size: 40px;
  }

  /* line 150, ../sass/index/top.scss */
  .top-wr {
    padding-top: 50px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 160, ../sass/index/top.scss */
  .top:after {
    width: 100%;
    height: 100%;
  }

  /* line 166, ../sass/index/top.scss */
  .top-list-row {
    font-size: 20px;
    padding-left: 60px;
    min-height: 40px;
    margin-bottom: 20px;
  }
  /* line 172, ../sass/index/top.scss */
  .top-list-row:after {
    width: 40px;
    height: 40px;
  }

  /* line 178, ../sass/index/top.scss */
  .top-list {
    margin: 40px 0 30px;
  }

  /* line 182, ../sass/index/top.scss */
  .top-bot-price {
    font-size: 40px;
  }

  /* line 186, ../sass/index/top.scss */
  .top-wr {
    padding-top: 50px;
    padding-bottom: 120px;
  }

  /* line 191, ../sass/index/top.scss */
  .top-wr-box {
    max-width: 500px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 200, ../sass/index/top.scss */
  .top {
    padding-top: 0;
    background: url(../images/bg-mob-01.jpg) center center no-repeat;
    min-height: 100vh;
  }
  /* line 205, ../sass/index/top.scss */
  .top:after {
    width: 0%;
    height: 0%;
  }
  /* line 210, ../sass/index/top.scss */
  .top h1 {
    text-align: center;
  }

  /* line 215, ../sass/index/top.scss */
  .top-bg {
    display: none !important;
  }

  /* line 219, ../sass/index/top.scss */
  .top-wr {
    padding-top: 42px;
    padding-bottom: 70px;
  }

  /* line 224, ../sass/index/top.scss */
  .top-wr-box {
    max-width: 100%;
  }

  /* line 228, ../sass/index/top.scss */
  .top-list {
    margin: 39px 0 11px;
  }

  /* line 232, ../sass/index/top.scss */
  .top-list-row {
    font-size: 17px;
    padding-left: 48px;
    min-height: 29px;
    margin-bottom: 21px;
    line-height: 1.3;
  }
  /* line 239, ../sass/index/top.scss */
  .top-list-row:after {
    width: 32px;
    height: 32px;
  }
  /* line 246, ../sass/index/top.scss */
  .top-list-row.position:after {
    top: 8px;
    left: 0px;
  }
  /* line 254, ../sass/index/top.scss */
  .top-list-row.del:after {
    top: -4px;
    left: 0px;
  }
  /* line 262, ../sass/index/top.scss */
  .top-list-row.check:after {
    top: -4px;
  }

  /* line 268, ../sass/index/top.scss */
  .top-bot {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }

  /* line 274, ../sass/index/top.scss */
  .top-bot-price {
    font-size: 40px;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
}

/* line 3, ../sass/index/block.scss */
.block {
  position: relative;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 95px;
}
/* line 14, ../sass/index/block.scss */
.block.block-green:after {
  background: url(../images/after-bg-2.png) center center no-repeat;
  background-size: cover;
}
/* line 19, ../sass/index/block.scss */
.block.block-green .section-title {
  color: #fff;
}
/* line 23, ../sass/index/block.scss */
.block.block-green .section-text {
  margin-bottom: 70px;
}
/* line 26, ../sass/index/block.scss */
.block.block-green .section-text p:nth-child(2) {
  margin-top: 35px;
}
/* line 30, ../sass/index/block.scss */
.block.block-green .section-text p, .block.block-green .section-text li {
  color: #fff;
}
/* line 36, ../sass/index/block.scss */
.block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/after-bg.png) center center no-repeat;
  background-size: cover;
}
/* line 47, ../sass/index/block.scss */
.block .section-title::before {
  margin-bottom: 14px;
}
/* line 51, ../sass/index/block.scss */
.block .section-text {
  margin-top: 44px;
  margin-bottom: 55px;
}
/* line 56, ../sass/index/block.scss */
.block .uzor {
  margin-top: 30px;
}

/* line 61, ../sass/index/block.scss */
.block-wr {
  position: relative;
  z-index: 2;
}

/* line 66, ../sass/index/block.scss */
.block-wr-box {
  max-width: 578px;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 74, ../sass/index/block.scss */
  .block {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  /* line 78, ../sass/index/block.scss */
  .block .section-text {
    margin-top: 35px;
    margin-bottom: 45px;
  }
  /* line 85, ../sass/index/block.scss */
  .block.block-green .section-text {
    margin-bottom: 55px;
  }
  /* line 90, ../sass/index/block.scss */
  .block.block-green .section-text p:nth-child(2) {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 710px) {
  /* line 101, ../sass/index/block.scss */
  .block {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  /* line 105, ../sass/index/block.scss */
  .block .section-text {
    margin-top: 35px;
    margin-bottom: 45px;
  }
  /* line 112, ../sass/index/block.scss */
  .block.block-green .section-text {
    margin-bottom: 55px;
  }
  /* line 117, ../sass/index/block.scss */
  .block.block-green .section-text p:nth-child(2) {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 132, ../sass/index/block.scss */
  .block:after {
    width: 100%;
  }

  /* line 138, ../sass/index/block.scss */
  .block-wr-box {
    max-width: 100%;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 147, ../sass/index/block.scss */
  .block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 151, ../sass/index/block.scss */
  .block.block-green {
    background-image: url(../images/fon-bg.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  /* line 157, ../sass/index/block.scss */
  .block.block-green:after {
    background-size: cover;
    background: url(../images/Rectangle10copy.png) center center no-repeat;
    display: none;
  }
  /* line 163, ../sass/index/block.scss */
  .block.block-green .section-text {
    margin-bottom: 130px;
  }
  /* line 166, ../sass/index/block.scss */
  .block.block-green .section-text p:nth-child(2) {
    margin-top: 30px;
  }
  /* line 172, ../sass/index/block.scss */
  .block:after {
    width: 100%;
  }
  /* line 176, ../sass/index/block.scss */
  .block .section-title {
    text-align: center;
  }
  /* line 180, ../sass/index/block.scss */
  .block .section-title::before {
    margin-bottom: 14px;
    margin: 0 auto;
  }
  /* line 185, ../sass/index/block.scss */
  .block .section-text {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  /* line 190, ../sass/index/block.scss */
  .block .uzor {
    margin: 9px auto;
  }
  /* line 194, ../sass/index/block.scss */
  .block .btn {
    margin: 0 auto;
  }

  /* line 200, ../sass/index/block.scss */
  .block-wr-box {
    max-width: 100%;
  }
}
/* line 5, ../sass/index.scss */
body {
  position: relative;
}
/* line 8, ../sass/index.scss */
body:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: url(../images/grad.png) center center no-repeat;
  background-size: auto;
}

/* line 20, ../sass/index.scss */
.header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* line 30, ../sass/index.scss */
.tel-phone-wr {
  background-color: #e1eeec;
  padding: 92px 0;
}
/* line 34, ../sass/index.scss */
.tel-phone-wr .section-title {
  line-height: 76px;
}
/* line 37, ../sass/index.scss */
.tel-phone-wr .section-title::before {
  display: none;
}
/* line 42, ../sass/index.scss */
.tel-phone-wr .form-group {
  margin-bottom: 0;
}
/* line 46, ../sass/index.scss */
.tel-phone-wr .tel-phone {
  padding-bottom: 10px;
}
/* line 49, ../sass/index.scss */
.tel-phone-wr .tel-phone form {
  flex-direction: row;
  justify-content: space-between;
  padding: 0 55px 0 55px;
}
/* line 54, ../sass/index.scss */
.tel-phone-wr .tel-phone form .btn {
  margin-top: 0;
  margin: 0;
}

@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 64, ../sass/index.scss */
  .tel-phone-wr {
    padding: 52px 0;
  }
  /* line 67, ../sass/index.scss */
  .tel-phone-wr .section-title {
    line-height: 60px;
  }
  /* line 73, ../sass/index.scss */
  .tel-phone-wr .tel-phone form {
    padding: 0;
  }
}
@media only screen and (max-width: 999px) and (min-width: 710px) {
  /* line 82, ../sass/index.scss */
  .tel-phone-wr {
    padding: 52px 0;
  }
  /* line 85, ../sass/index.scss */
  .tel-phone-wr .section-title {
    line-height: 60px;
  }
  /* line 91, ../sass/index.scss */
  .tel-phone-wr .tel-phone form {
    padding: 0;
    flex-direction: column;
  }
  /* line 97, ../sass/index.scss */
  .tel-phone-wr .form-group {
    margin-bottom: 20px;
  }
  /* line 100, ../sass/index.scss */
  .tel-phone-wr .form-group.form-group-big {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 110, ../sass/index.scss */
  .header {
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
    z-index: 2;
  }

  /* line 118, ../sass/index.scss */
  .tel-phone-wr {
    padding: 92px 0;
  }
  /* line 121, ../sass/index.scss */
  .tel-phone-wr .section-title {
    line-height: 76px;
  }
  /* line 125, ../sass/index.scss */
  .tel-phone-wr .form-group {
    margin-bottom: 20px;
  }
  /* line 129, ../sass/index.scss */
  .tel-phone-wr .tel-phone {
    padding-bottom: 10px;
  }
  /* line 132, ../sass/index.scss */
  .tel-phone-wr .tel-phone form {
    flex-direction: row;
    justify-content: center;
    padding: 0 0px 0 0px;
  }
  /* line 137, ../sass/index.scss */
  .tel-phone-wr .tel-phone form .btn {
    margin-top: 0;
    margin: 0;
    background: #2b2354;
  }
}
