.main2 .main {
  background-image: url(img/main2.png);
  -ms-background-position-y: -78px;
  background-position-y: -78px;
  padding-top: 50px;
  padding-bottom: 0;
}
.main {
  background-image: url(img/main.png);
  padding-top: 40px;
  background-size: inherit;
  padding-bottom: 47px;
}
.main__title {
  text-align: left !important;
  font-size: 64px !important;
  line-height: 72px !important;
  margin-top: 10px;
  margin-bottom: 30px;
}
.main__list {
  width: 440px;
}
.main__list li {
  font-size: 24px;
  line-height: 32px;
  padding-left: 40px;
  margin-bottom: 15px;
  color: #474747;
  background: url(img/galka.svg) left top 3px no-repeat;
  font-family: sans-serif;
}
.main__list li span {
  font-family: sans-serif;
}
.main__body {
  position: relative;
}
.main .prod1 {
  position: absolute;
  top: -35px;
  right:20%;
}
.main .prod1 .price__new {
  font-size: 40px;
  padding: 0 21px;
  line-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 83px;
  left: -90px;
  height: 62px;
  font-family: sans-serif;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(red),
    color-stop(45.31%, #b00000),
    to(#7d0000)
  );
  background: linear-gradient(red 0, #b00000 45.31%, #7d0000 100%);
  border-radius: 8px;
}
.main .prod1 .price__new:after {
  position: absolute;
  content: "";
  right: -10px;
  border-top: 5px solid transparent;
  border-left: 10px solid #b00000;
  border-bottom: 5px solid transparent;
}
.main .prod1 .new_price_cur {
  margin-left: 5px;
}
.main .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main .top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 109px;
}
.main .top__item {
  color: #474747;
  line-height: 24px;
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  margin-right: 60px;
}
.main .top__item:after {
  position: absolute;
  content: "";
  background-color: #237c25;
  width: 3px;
  top: 0;
  height: 100%;
  left: 0;
}
.main .top__item span {
  display: block;
  font-family: sans-serif;
}
.main .top .logo {
  font-size: 56px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#26c928),
    color-stop(#38ad3a),
    color-stop(#26d028),
    color-stop(#26c928),
    to(#237c25)
  );
  background: linear-gradient(#26c928, #38ad3a, #26d028, #26c928, #237c25);
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1140px) {
  .main .prod1 {
    right: 85px;
	top:-40px;
  }
  .main .top__wrapper {
    margin-left: 20px;
  }
  .main .top__item {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .expert__text img {
    bottom: 0 !important;
  }
  .main .prod1 {
    right: 0;
    top: 30px;
  }
  .main .prod1 img {
    width: 250px;   top: -35px;
  }
  .main .prod1 .price__new {
    height: 45px;
    top: 50px;
    font-size: 35px;
  }
  .main__title {
    font-size: 41px !important;
  }
}
@media (max-width: 767px) {
  .main2 .main {
    background-image: url(img/main_mob.jpg);
  }
  .main {
    padding-top: 32px;
    padding-bottom: 0;
    background-image: url(img/main_mob.jpg);
  }
  .main__list {
    width: auto;
    margin-top: 32px;
  }
  .main__list li {
    font-size: 20px;
    line-height: 24px;
  }
  .main__title {
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 29px !important;
    position: absolute;
    margin-top: 0;
    top: 70px;
    line-height: 40px !important;
  }
  .main .top {
    display: block;
  }
  .main .top__wrapper {
    margin-left: 0;
    margin-top: 115px;
    display: block;
  }
  .main .top__item {
    margin-bottom: 9px;
  }
  .main .top .logo {
    font-size: 36px;
  }
  .main .prod1 {
    margin-top: 0;
    top: 50px;
    position: relative;
  }
  .main .prod1 img {
    width: auto;
  }
  .main .prod1 .price__new {
    top: -53px;
    right: 0;
    font-size: 42px;
    height: 65px;
    left: auto;
  }
  .main .prod1 .price__new:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
    width: 15px;
    top: auto;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #7d0000;
  }
}
.footer {
  padding: 55px 0;
  text-align: center;
  background-image: url(img/footer.png);
  font-size: 16px;
  color: #000;
  opacity: 0.5;
  line-height: 20px;
}
.footer a {
  margin: 0 15px;
  display: inline-block;
  color: #000;
  font-size: 16px;
}
.forma .form {
  border: 9px solid #fff;
  background-color: #f8f9c5;
  padding: 23px 0;
  width: 811px;
  margin-top: 38px;
}
.forma .form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.forma .form__item input,
.forma .form__item select {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  height: 40px;
  width: 180px;
  padding-left: 15px;
  font-size: 16px;
  font-family: sans-serif;
}
.forma .form__item input::-webkit-input-placeholder,
.forma .form__item select::-webkit-input-placeholder {
  opacity: 0.7;
  color: #474747;
  line-height: 24px;
}
.forma .form__item input::-moz-placeholder,
.forma .form__item select::-moz-placeholder {
  opacity: 0.7;
  color: #474747;
  line-height: 24px;
}
.forma .form__item input:-ms-input-placeholder,
.forma .form__item select:-ms-input-placeholder {
  opacity: 0.7;
  color: #474747;
  line-height: 24px;
}
.forma .form__item input::-ms-input-placeholder,
.forma .form__item select::-ms-input-placeholder {
  opacity: 0.7;
  color: #474747;
  line-height: 24px;
}
.forma .form__item input::placeholder,
.forma .form__item select::placeholder {
  opacity: 0.7;
  color: #474747;
  line-height: 24px;
}
.forma .form__btn {
  text-transform: uppercase;
  color: #fff;
  padding: 0 9px;
  font-size: 24px;
  line-height: 40px;
  font-family: sans-serif;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(8.33%, red),
      color-stop(52.08%, #cb0606),
      to(#830000)
    ),
    red;
  background: linear-gradient(180deg, red 8.33%, #cb0606 52.08%, #830000 100%),
    red;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25),
    inset 0 4px 5px rgba(255, 255, 255, 0.42);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25),
    inset 0 4px 5px rgba(255, 255, 255, 0.42);
  border-radius: 5px;
}
.forma .form__btn:hover {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(8.33%, #ff3d00),
      color-stop(52.08%, #ff2e11),
      color-stop(96.87%, #a92104)
    ),
    red;
  background: linear-gradient(
      180deg,
      #ff3d00 8.33%,
      #ff2e11 52.08%,
      #a92104 96.87%
    ),
    red;
}
.forma .pri {
  opacity: 0.5;
  color: #474747;
  margin-top: 17px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .forma .form {
    width: auto;
    padding: 16px 8px;
    border-bottom: 0;
  }
  .forma .form__list {
    display: block;
  }
  .forma .form__item {
    margin-bottom: 16px;
  }
  .forma .form__btn,
  .forma .form__item input,
  .forma .form__item select {
    width: 100%;
    height: 56px;
  }
  .forma .pri {
    text-align: center;
  }
}
.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}
.owl-dots .owl-dot {
  width: 17px;
  height: 17px;
  margin: 0 3px;
  border-radius: 30px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#26c828),
    to(#185919)
  ) !important;
  background: linear-gradient(180deg, #26c828 0, #185919 100%) !important;
  display: inline-block;
  opacity: 0.3;
}
.owl-dots .owl-dot.active {
  opacity: 1;
}
.owl-nav {
  position: relative;
  margin-top: 15px;
}
.owl-nav .owl-next,
.owl-nav .owl-prev {
  position: absolute;
  height: 19px;
  width: 10px;
  background-repeat: no-repeat !important;
}
.simp {
  padding-bottom: 80px;
  background-image: url(img/simp.png);
}
.simp .section__title {
  margin-top: 40px;
  margin-bottom: 34px;
}
.simp__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  text-align: center;
}
.simp__column img {
  -webkit-filter: drop-shadow(0 0 20px rgba(255, 0, 0, 0.35));
  filter: drop-shadow(0 0 20px rgba(255, 0, 0, 0.35));
  border-radius: 15px;
}
.simp__column p {
  color: #920000;
  font-size: 20px;
  margin-top: 24px;
  padding: 0 10px;
  line-height: 24px;
  font-family: sans-serif;
}
.simp__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.simp__text {
  margin-top: 40px;
  color: #fff;
  padding: 15px 0 17px 47px;
  font-size: 40px;
  line-height: 48px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: sans-serif;
  background: url(img/kreslo.png) right top no-repeat #cb0606;
  border-radius: 15px;
}
.simp__text span {
  display: block;
  font-family: sans-serif;
}
@media (max-width: 1000px) {
  .simp__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
  }
  .simp__column img {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .simp__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .simp__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .simp {
    padding-bottom: 0;
    padding-top: 64px;
  }
  .simp .section__title {
    font-size: 29px;
  }
  .simp__column img {
    width: auto;
  }
  .simp__text {
    background: url(img/kreslo_mob.jpg) center top no-repeat;
    border-radius: 0;
    padding: 0;
  }
  .simp__text p {
    text-align: center;
    font-size: 20px;
    padding-top: 151px;
    padding-bottom: 32px;
    line-height: 32px;
  }
  .simp__text p span {
    display: inline;
  }
}
.sostav {
  background-image: url(img/sostav.png);
  padding-bottom: 140px;
}
.sostav .section__title {
  margin-bottom: 32px;
}
.sostav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  width: 438px;
  border-radius: 65px;
  background-color: #f0f2b4;
  overflow: hidden;
  margin-bottom: 25px;
}
.sostav__item_margin-left {
  margin-left: 118px;
}
.sostav__item_margin-left .sostav__text {
  margin-left: 65px;
}
.sostav__text {
  width: 100%;
  margin-left: 10px;
  padding-right: 10px;
}
.sostav__text span {
  font-size: 20px;
  font-family: sans-serif;
  line-height: 24px;
}
.sostav__text p {
  margin-top: 8px;
  font-family: sans-serif;
  line-height: 24px;
  color: #474747;
}
@media (max-width: 991px) {
  .sostav .section__title {
    font-size: 30px;
  }
  .sostav__item {
    margin: 25px auto;
  }
}
@media (max-width: 767px) {
  .sostav {
    padding-top: 60px;
    background-color: #feffcb;
    background-image: none;
    padding-bottom: 60px;
  }
  .sostav .section__title {
    text-align: left;
    line-height: 40px;
    font-size: 29px;
  }
  .sostav__item {
    width: auto;
    margin: 0 auto 20px;
    display: block;
    border-radius: 47px;
  }
  .sostav__item img {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .sostav__text {
    text-align: center;
    margin-left: 0;
    padding-bottom: 20px;
    height: 148px;
    margin-top: 40px;
    padding-right: 0;
  }
  .sostav__text span {
    font-size: 24px;
  }
  .sostav__text p {
    font-size: 20px;
    padding: 0 15px;
  }
}
.prod2 {
  position: absolute;
  bottom: -45px;
  right: 15px;
}
@media (max-width: 1100px) {
  .prod2 {
    width: 490px;
  }
}
@media (max-width: 991px) {
  .prod2 {
    position: static;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .prod2 {
    width: auto;
    margin-bottom: 20px;
  }
}
.zach {
  background-image: url(img/zach.png);
  -ms-background-position-y: 245px;
  background-position-y: 245px;
}
.zach .section__title {
  margin-top: 80px;
}
.zach__str {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.zach__str span {
  color: #fff;
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 32px;
  font-family: sans-serif;
}
.zach__str_img {
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 97px;
  background: url(img/zachStr.svg) center no-repeat;
}
.zach__wrapper {
  margin-top: 60px;
  position: relative;
  padding: 0 60px;
  margin-bottom: 100px;
}
.zach__item {
  border: 16px solid #feffcb;
  width: 332px;
  border-radius: 50px;
  position: relative;
}
.zach__item_right {
  margin: 0 0 0 auto;
}
.zach__item_right .zach__text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 9px 0 9px 9px;
  border-radius: 50px 30px 30px 50px;
}
.zach__item_right .zach__round {
  right: auto;
  left: -28px;
}
.zach__item_right .zach__str {
  right: auto;
  left: -100px;
}
.zach__item_right .zach__str_img {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.zach__round {
  width: 165px;
  z-index: 1;
  height: 165px;
  background: linear-gradient(315deg, #185919 -18.61%, #26c828 75.94%);
  border-radius: 50%;
  position: absolute;
  right: -28px;
  top: -28px;
}
.zach__round_bg {
  width: 132px;
  border-radius: 50%;
  height: 132px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.zach__text {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px 50px 50px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 9px 9px 0;
  background: linear-gradient(287.23deg, #edebeb 6.54%, #fff 117.75%);
}
.zach__text p {
  font-size: 18px;
  padding: 10px 0 10px 20px;
  line-height: 24px;
  width: 571px;
  color: #474747;
  font-family: sans-serif;
}
.zach__img {
  width: 243px;
  height: 91px;
  position: relative;
  border-radius: 50%;
  background: linear-gradient(315deg, #185919 -38.45%, #26c828 66.5%);
}
.zach__img img {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.zach .spir {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .zach__wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .zach {
    padding-bottom: 60px;
  }
  .zach__wrapper {
    margin-top: 140px;
    margin-bottom: 80px;
  }
  .zach__item {
    width: 258px;
    margin-bottom: 57px;
    border-radius: 70px;
  }
  .zach__item_right .zach__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .zach__item_right .zach__str {
    right: 0;
  }
  .zach__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 0 50px !important;
    border-radius: 50px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index: inherit;
  }
  .zach__text p {
    width: 100%;
    padding: 0;
    font-size: 21px;
    margin-top: 35px;
    text-align: center;
  }
  .zach__img {
    width: 122px;
    height: 120px;
    z-index: 3;
    top: -12px;
    background: 0 0;
  }
  .zach__round {
    z-index: 2;
    left: 0 !important;
    right: 0 !important;
    top: -35px;
    margin: 0 auto;
  }
  .zach__round_bg {
    width: 145px;
    height: 145px;
  }
  .zach__str {
    left: 0 !important;
    top: -120px !important;
  }
  .zach__str_img {
    bottom: auto !important;
    left: 0 !important;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    right: 0 !important;
    margin: 0 auto !important;
  }
  .zach__str span {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}
.prim {
  padding-bottom: 100px;
  padding-top: 100px;
  background-image: url(img/zach.png);
}
.prim__wrapper {
  margin-top: 140px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.prim .str {
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.prim__item {
  position: relative;
  background-color: #feffcb;
  border-radius: 25px;
  width: 368px;
  padding-bottom: 1px;
  padding-top: 95px;
}
.prim__text {
  margin: 7px 24px 24px;
  background-color: #fff;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  font-family: sans-serif;
  color: #474747;
  padding: 30px 20px;
  border-radius: 25px;
}
.prim__img {
  position: absolute;
  width: 306px;
  border: 7px solid #f0f2b4;
  border-radius: 25px;
  margin: 0 auto;
  left: 0;
  top: -75px;
  text-align: center;
  right: 0;
}
.prim__img img {
  border-radius: 20px;
  border: 7px solid #fff;
}
.prim__days {
  text-align: center;
  font-family: sans-serif;
  color: #474747;
}
.prim__days span {
  font-size: 24px;
  line-height: 24px;
}
.prim__days p {
  margin-top: 3px;
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 875px) {
  .prim .str,
  .zach .spir {
    display: none;
  }
  .prim__item {
    width: 350px;
  }
  .prim__text {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .prim {
    padding-bottom: 70px;
  }
  .prim .section__title {
    font-size: 33px;
  }
  .prim__wrapper {
    display: block;
    margin-top: 120px;
  }
  .prim__item {
    width: 100%;
    padding-top: 70px;
  }
  .prim__item:nth-child(2) {
    margin-bottom: 173px;
  }
  .prim__img {
    width: 240px;
  }
  .prim__img img {
    width: 227px;
    top: -55px;
  }
  .prim__img img img {
    border-radius: 17px;
  }
  .prim__text {
    font-size: 16px;
    margin-top: 15px;
    line-height: 24px;
  }
  .prim__days p {
    line-height: 24px;
  }
  .prim .str {
    display: block;
    top: 41%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 51px;
  }
}
.expert {
  background-image: url(img/expert.png);
  padding-bottom: 65px;
}
.expert__text {
  font-size: 18px;
  line-height: 40px;
  color: #474747;
  width: 56%;
  margin: 70px 0 150px auto;
}
.expert__text span {
  color: #185919;
  text-transform: uppercase;
  font-family: sans-serif;
}
.expert__text img {
  position: absolute;
  bottom: 150px;
  right: 35px;
}
.expert__name {
  color: #185919;
  font-size: 18px;
  margin-top: 8px;
  line-height: 24px;
  font-style: italic;
  font-family: sans-serif;
}
@media (max-width: 1170px) {
  .expert__text {
    width: 62.6%;
  }
  .expert__name {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .prim__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .expert {
    padding-bottom: 120px;
  }
  .expert__text {
    width: 95%;
    margin: 0 auto 0 0;
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .expert {
    padding-top: 40px;
    background-image: url(img/expert_mob.jpg);
  }
  .expert .section__title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }
  .expert__text {
    background: 0 0;
    line-height: 32px;
    padding: 15px 0;
  }
  .expert__text img {
    right: 15px;
    bottom: -70px !important;
  }
}
.reviews {
  padding-bottom: 80px;
  background-image: url(img/reviews.png);
}
.reviews .section__title {
  margin: 60px 0 30px;
}
.reviews__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 140px;
  margin-bottom: 80px;
}
.reviews__item {
  position: relative;
  border-radius: 25px;
  color: #5d5d5d;
  padding: 115px 25px 30px;
  width: 27.9%;
  background: url(img/kav.svg) top 80px right 25px no-repeat #feffcb;
}
.reviews__item p {
  margin-top: 16px;
  font-size: 18px;
  line-height: 32px;
}
.reviews__item p span {
  color: #185919;
  font-family: sans-serif;
  text-transform: uppercase;
}
.reviews__img {
  width: 175px;
  position: absolute;
  border-radius: 25px;
  left: 0;
  right: 0;
  top: -13%;
  margin: 0 auto;
  height: 175px;
  background-color: #f0f2b4;
}
.reviews__img img {
  border: 8px solid #fff;
  border-radius: 25px;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto !important;
}
.reviews__name {
  font-size: 24px;
  line-height: 24px;
  font-family: sans-serif;
}
@media (max-width: 1160px) {
  .reviews__item {
    width: 29%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .reviews__item {
    width: 28%;
    -ms-background-position-y: 100px;
    background-position-y: 100px;
  }
  .reviews__item p {
    font-size: 16px;
    margin-top: 8px;
  }
  .reviews__name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .reviews .section__title {
    font-size: 29px;
    line-height: 34px;
  }
  .reviews__item {
    width: 260px;
    margin-top: 95px;
  }
  .reviews__item p {
    font-size: 15px;
  }
  .reviews__wrapper {
    margin-top: 0;
  }
}
.zakaz {
  padding-bottom: 80px;
  background: url(img/zakaz.png) left top -95px no-repeat;
}
.zakaz__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}
.zakaz__item {
  width: 26.6%;
  text-align: center;
  position: relative;
}
.zakaz__item:after {
  position: absolute;
  background: url(img/str2.svg) no-repeat;
  width: 34px;
  height: 53px;
  right: -28%;
  top: 32px;
  content: "";
}
.zakaz__item:last-child:after {
  display: none;
}
.zakaz__img {
  position: relative;
  width: 120px;
  height: 120px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#185919),
    to(#26c828)
  );
  background: linear-gradient(180deg, #185919 0, #26c828 100%);
  border-radius: 50%;
  margin: 0 auto;
}
.zakaz__img:after {
  content: "";
  position: absolute;
  border-top: 30px solid #33bd35;
  bottom: -18px;
  left: -29px;
  width: 20px;
  right: 0;
  margin: 0 auto;
  border-left: 32px solid transparent;
}
.zakaz__img:before {
  content: "";
  background: url(img/dashed1.svg) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 4px;
  height: 51px;
  bottom: -75px;
}
.zakaz__img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.zakaz__bg {
  width: 95px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 95px;
  background: linear-gradient(135deg, #e2e1e6 14.93%, #fff 73.52%);
}
.zakaz__text {
  font-size: 24px;
  margin-top: 75px;
  color: #474747;
  font-family: sans-serif;
  line-height: 32px;
}
.zakaz .dashed {
  background: url(img/dashed2.png) repeat-x;
  opacity: 0.2;
  height: 4px;
  width: 65%;
  position: absolute;
  left: 0;
  top: 58px;
  right: 0;
  margin: 0 auto;
}
.zakaz .warning {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  width: 68.8%;
  margin: 80px auto 0;
  font-size: 32px;
  padding: 20px 0;
  background: linear-gradient(
      269.44deg,
      #680000 1.52%,
      red 31.27%,
      #b00000 52.81%,
      red 74.87%,
      #680000 100%
    ),
    #b00000;
  border-radius: 25px;
  line-height: 40px;
  font-family: sans-serif;
}
@media (max-width: 1212px) {
  .zakaz .warning {
    width: 100%;
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .zakaz {
    padding-bottom: 0;
  }
  .zakaz .warning {
    padding: 30px 0;
    border-radius: 0;
  }
  .zakaz .section__title {
    font-size: 34px;
  }
  .zakaz__img {
    width: 94px;
    height: 98px;
    margin: 0 auto 0 0;
  }
  .zakaz__img:before {
    display: none;
  }
  .zakaz__img:after {
    left: auto;
    bottom: 30px;
    right: -18px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    border-left: 25px solid transparent;
    border-top: 25px solid #319c33;
  }
  .zakaz__wrapper {
    display: block;
  }
  .zakaz .dashed {
    display: none;
  }
  .zakaz__bg {
    width: 80px;
    height: 80px;
  }
  .zakaz__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .zakaz__item:after {
    display: none;
  }
  .zakaz__item_middle {
    margin: 60px 0;
  }
  .zakaz__text {
    margin-top: 0;
    font-size: 18px;
    width: 160px;
    text-align: left;
  }
}
hr {
  background: #474747;
  height: 1px;
  width: 280px;
  margin: 0 auto;
  opacity: 0.5;
}
.visible-xs {
  display: none !important;
}
.prod__title {
  color: #237c25;
  text-transform: uppercase;
  font-size: 40px;
  font-family: sans-serif;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:active,
:focus,
a:active,
a:focus {
  outline: 0;
}
a,
a:hover,
a:visited {
  text-decoration: none;
}
aside,
footer,
header,
nav,
section {
  display: block;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  line-height: 1;
  font-size: 14px;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
button,
input,
textarea {
  font-family: sans-serif;
}
input {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
  outline: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
ul {
  list-style-type: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
.form__item {
  position: relative;
}
i {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 14px;
  bottom: 0;
  height: 14px;
  margin: auto;
}
section {
  background-repeat: no-repeat;
  background-position: center top;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: 0;
  -moz-appearance: none;
  appearance: none;
}
footer {
  text-align: center;
  padding: 20px 0;
}
.container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1140px;
}
.wrapper {
  overflow: hidden;
  min-height: 100%;
}
.content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section__title {
  font-size: 40px;
  line-height: 48px;
  color: #474747;
  font-family: sans-serif;
  text-align: center;
}
.section__title span {
  text-transform: uppercase;
  color: #237c25;
  font-family: sans-serif;
}
@media (max-width: 767px) {
  .container {
    max-width: 290px;
  }
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block !important;
  }
}
