@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic');
* {
  box-sizing: border-box;
}
a {
  color: inherit;
}
input,
select {
  border: 1px solid #4d080a;
  outline: none;
  border-radius: 5px;
  background: #faf4d6;
  padding: 0 17px;
  color: #1b1c1c;
  font-size: 16px;
  text-align: center;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 40px 0 17px;
  background: url("/i/select-arrow.png") no-repeat center right 13px #faf4d6;
}
.gwrap {
  max-width: 1158px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1158px) {
  .gwrap {
    padding: 0 10px;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.invalid {
  border-color: red;
  box-shadow: 0 0 3px red;
}
.gtitle {
  font-size: 39px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
.btn {
  background: #00b319;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}
.btn.red {
  background: #fb042a;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
  color: #000;
  background: url("/i/v1-bg.png") #e7e0dc;
  background-attachment: fixed;
}
.v1 {
  background: url("/i/v1-l.png") no-repeat bottom -20px left, url("/i/v1-r.png") no-repeat bottom -80px right;
  padding: 35px 0;
}
@media (max-width: 1158px) {
  .v1 {
    background: url("/i/v1-bg.png") left top #e7e0dc;
    min-height: auto;
  }
}
@media (max-width: 1158px) {
  .v1 .flex {
    justify-content: space-around;
  }
}
.v1 .top {
  margin-bottom: 25px;
}
.v1 .top .logo {
  margin-bottom: 20px;
}
.v1 .top .logo .l {
  color: #00b319;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  margin: 0 10px 0 0;
  text-align: center;
}
.v1 .top .phone {
  color: #00b319;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
  margin-bottom: 20px;
}
@media (max-width: 1158px) {
  .v1 .top .phone {
    display: none;
  }
}
@media (max-width: 480px) {
  .v1 .top .btns {
    width: 100%;
  }
}
.v1 .top .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  margin: 0 0 0 20px;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .v1 .top .btn {
    margin: 0;
    padding: 0 15px;
  }
}
.v1 .top .btn.brown {
  background: #4d080a;
  border: 1px solid #640a0d;
  color: #fff;
}
.v1 .mainimg {
  background: url("/i/logo.png") center center / contain no-repeat;
  width: 250px;
  height: 250px;
  margin: 0 auto 30px;
}
@media (max-width: 1158px) {
  .v1 .mainimg {
    display: none;
  }
}
.v1 .t1 {
  font-size: 50px;
  font-weight: 800;
  text-align: center;
  line-height: 50px;
  color: #1b1c1c;
  margin: 0 auto;
  transition: 1s;
  position: relative;
  top: -1000px;
}
.v1 .t1.ready {
  top: 0;
}
.v1 .t2 {
  font-size: 45px;
  font-weight: 800;
  text-align: center;
  line-height: 60px;
  color: #00b319;
  margin: 0 auto 5px;
  transition: 1s;
  position: relative;
  top: -1000px;
}
.v1 .t2.ready {
  top: 0;
}
.v1 .t3 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  color: #1b1c1c;
  margin: 0 auto 30px;
}
.v1 .mainbtn {
  border-width: 0 0 4px;
  height: 60px;
  line-height: 56px;
  font-size: 20px;
  width: 310px;
  margin: 0 auto;
  display: block;
}
.v2 {
  padding: 50px 0;
  background: #f9f9f9;
}
@media (max-width: 1158px) {
  .v2 .wrap {
    justify-content: space-around;
  }
}
.v2 .gtitle {
  margin-bottom: 35px;
  color: #00b319;
}
.v2 .item {
  margin-bottom: 35px;
  text-align: center;
  width: 250px;
}
.v2 .item .tbg {
  padding: 20px 0 15px;
  margin-bottom: 10px;
}
.v2 .item .tbg .circle {
  background: no-repeat center center #ff9300;
  height: 125px;
  width: 125px;
  border-radius: 50%;
  margin: 0 auto;
}
.v2 .item .title {
  font-size: 18px;
  font-weight: 600;
  color: #1b1c1c;
}
.v3 {
  padding: 45px 0 65px;
}
@media (max-width: 1158px) {
  .v3 .wrap {
    justify-content: space-around;
  }
}
.v3 .gwrap {
  max-width: 1006px;
}
.v3 .gtitle {
  color: #ff9300;
  margin-bottom: 60px;
}
.v3 .text {
  color: #1b1c1c;
  text-align: center;
  font-size: 28px;
}
.v3 .text a {
  color: #00b319;
  text-decoration: underline;
  text-decoration-style: dashed;
  cursor: pointer;
}
.v3 .item {
  background: #00b319;
  color: #fff;
  font-size: 39px;
  height: 113px;
  line-height: 113px;
  width: 310px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.v4 {
  padding: 70px 0 60px;
  background: #f9f9f9;
}
@media (max-width: 1158px) {
  .v4 .wrap {
    justify-content: space-around;
  }
}
.v4 .text-wrapper {
  text-align: center;
}
.v4 .text-wrapper .content {
  display: inline-block;
  color: #fb042a;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-left: 25px;
}
.v4 .text-wrapper .content .icon {
  position: absolute;
  left: 0;
  top: 5px;
  height: 20px;
}
.v4 .item {
  width: 221px;
  height: 293px;
  background: no-repeat center center #fff;
  text-align: center;
  margin-bottom: 40px;
  padding: 220px 0 0;
  border: 1px solid rgba(27, 28, 28, 0.4);
}
.v4 .item .t1 {
  color: #00b319;
  font-weight: bold;
  font-size: 25px;
  line-height: 20px;
}
.v4 .item .t2 {
  color: #1b1c1c;
  font-weight: 600;
  font-size: 20px;
}
.v5 {
  padding: 45px 0;
}
.v5 .gtitle {
  color: #ff9300;
  margin-bottom: 70px;
}
.v5 .arrow {
  background: url("/i/v5-arrow.png");
  width: 51px;
  height: 19px;
  margin: 50px 0 0;
}
@media (max-width: 1158px) {
  .v5 .arrow {
    display: none;
  }
}
@media (max-width: 1158px) {
  .v5 .wrap {
    justify-content: space-around;
  }
}
.v5 .item {
  margin-bottom: 45px;
  text-align: center;
  width: 250px;
}
.v5 .item .icon {
  width: 125px;
  height: 125px;
  background: #00b319;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
}
.v5 .item .text-wrapper {
  color: #1b1c1c;
}
.v5 .item .text-wrapper .title {
  margin: 0 0 10px;
  font-size: 22px;
}
.v5 .item .text-wrapper .text {
  font-size: 18px;
  font-weight: 600;
}
.v6 {
  padding: 50px 0 60px;
  background: #f9f9f9;
}
.v6 .gtitle {
  margin-bottom: 35px;
  color: #00b319;
  margin-bottom: 60px;
}
.v6 .review {
  margin-bottom: 40px;
  width: 100%;
  max-width: 540px;
}
.v6 .review .img {
  background: no-repeat center center / cover;
  width: 116px;
  height: 116px;
  border-radius: 50%;
}
.v6 .review .content {
  width: calc(100% - 116px - 16px);
}
.v6 .review .content .title {
  color: #1b1c1c;
  font-size: 18px;
  background: url("/i/v6-quot.png") no-repeat left center;
  padding-left: 50px;
  margin-bottom: 10px;
}
.v6 .review .content .text {
  color: #1b1c1c;
  font-size: 14px;
  margin-bottom: 5px;
}
.v6 .review .content .ask {
  color: #00b319;
  display: inline-block;
  cursor: pointer;
}
.v7 {
  padding: 60px 0;
  background: #f3f3f3;
}
.v7 .gtitle {
  color: #ff9300;
  margin-bottom: 10px;
}
.v7 .text {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 45px;
  color: #1b1c1c;
}
.v7 .btns {
  text-align: center;
}
.v7 .btns .btn {
  margin: 0 20px 20px;
  display: inline-block;
  text-decoration: none;
  height: 53px;
  line-height: 49px;
  border-width: 0 0 4px;
  width: 262px;
  font-size: 17px;
}
.v8 {
  padding: 65px 0 45px;
  position: relative;
  z-index: 3;
}
.v8 .gtitle {
  color: #00b319;
  margin-bottom: 20px;
}
.v8 .descr {
  text-align: center;
  margin-bottom: 30px;
  font-size: 17px;
  color: #1b1c1c;
}
.v8 .check {
  width: 240px;
  margin-bottom: 20px;
}
@media (max-width: 1158px) {
  .v8 .check {
    margin: 0 auto 20px;
  }
}
.v8 .check .t {
  color: #b2b2b2;
  font-size: 16px;
  margin-bottom: 5px;
}
.v8 .check input,
.v8 .check select {
  height: 39px;
  line-height: 37px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
}
.v8 .check .btn {
  font-size: 17px;
  height: 53px;
  line-height: 49px;
  border-width: 0 0 4px;
}
.v8 .map {
  height: 317px;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1158px) {
  .v8 .map {
    width: 100%;
  }
}
.footer {
  background: #ddd9d9;
  padding: 40px 0 20px;
  color: #1b1c1c;
  font-size: 13px;
}
.footer span {
  color: #1b1c1c;
  text-decoration: none;
}
.footer a {
  display: inline-block;
  color: #00b319;
}
.bg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  height: 100%;
  width: 100%;
}
.pop {
  margin: auto;
  background: #efeeee;
  padding: 30px;
  max-width: 500px;
  width: 100%;
  position: absolute;
  left: calc(50% - 250px);
  display: none;
  font-size: 16px;
}
@media (max-width: 500px) {
  .pop {
    left: 0;
  }
}
.pop .title {
  font-size: 28px;
  margin-bottom: 15px;
  color: #4d080a;
}
.pop .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  transform: rotate(45deg);
  cursor: pointer;
  font-family: Arial;
}
.pop select {
  display: block;
  width: 100%;
  padding: 3px 20px;
  margin-bottom: 20px;
}
.pop input {
  display: block;
  width: 100%;
  padding: 8px 30px;
  margin-bottom: 20px;
}
.pop textarea {
  display: block;
  width: 100%;
  padding: 8px 30px;
  margin-bottom: 20px;
}
.pop .btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.loader {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
}
.loader .wrap {
  margin: auto;
  max-width: 279px;
}
.loader .load {
  background: url(/i/loader-2.svg);
  height: 30px;
  width: 240px;
  margin: 0 auto 15px;
}
.wabtn {
  background: url("/i/whatsapp.png") no-repeat center center / contain;
  width: 80px;
  height: 80px;
  display: block;
  margin: 10px auto 0;
  cursor: pointer;
  opacity: 1.7;
}
.wabtn.fix {
  position: fixed;
  bottom: 20px;
  left: calc(50% - 40px);
}
