@charset "UTF-8";
.block1 .wrapper {
  position: relative;
}

.block1 .wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;

  width: 542px;
  height: 615px;

  background-image: url(../img/man-image.png);
  background-repeat: no-repeat;
  -webkit-transform: translateX(-44%);
          transform: translateX(-44%);
}

.block1__header {
  position: relative;
  z-index: 2;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 19px;

  font-weight: 400;;
  font-size: 17px;
  line-height: 20px;
  color: #666666;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

/* .block1__header::before { */
/* position: absolute; */
/* content: ''; */
/* width: 67px; */
/* height: 87px; */
/* background-image: url(../img/block1__line.png); */
/* background-repeat: no-repeat; */
/* top: -34px; */
/* left: 50%; */
/* -webkit-transform: translateX(-51%); */
/* transform: translateX(-51%) */
/* } */

.block1 .header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  width: 50%;
}

.block1 .header__content__left {
  justify-content: flex-start;;

  -webkit-box-pack: start;
  -ms-flex-pack: start;
}

.block1 .header__content__right {
  justify-content: flex-end;;

  -webkit-box-pack: end;
  -ms-flex-pack: end;
}

.block1 .header__text {
  position: relative;

  padding-left: 48px;
}

.block1 .header__text-like {
  margin-right: 58px;
}

.block1 .header__text-like::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;;

  width: 34px;
  height: 31px;

  background-image: url(../img/like.svg);
  background-repeat: no-repeat;
}

.block1 .header__text-people::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 11px;;

  width: 26px;
  height: 32px;

  background-image: url(../img/people.svg);
  background-repeat: no-repeat;
}

.block1 .header__text-doctor::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;;

  width: 30px;
  height: 32px;

  background-image: url(../img/doctor.svg);
  background-repeat: no-repeat;
}

.block1 .header__text-flask {
  margin-right: 67px;;
  margin-left: 93px;
}

.block1 .header__text-flask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;;

  width: 20px;
  height: 36px;

  background-image: url(../img/flask.svg);
  background-repeat: no-repeat;
}

.block1__footer {
  position: relative;
  z-index: 2;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 63px;

  color: #0f0f0f;
}

.block1__footer__text {
  width: 430px;
}

.block1 .footer__title {
  width: 100%;
  margin-top: 20px;

  font-weight: 700;;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
}

.block1 .footer__subtitle {
  margin-top: 18px;

  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #666666;
}

.block1 .footer__list {
  margin: 0;
  margin-top: 37px;
  padding: 0;
  padding-bottom: 67px;;

  list-style: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  color: #000000;
}

.block1 .list__item {
  position: relative;

  margin-bottom: 25px;
  padding-left: 50px;;

  line-height: 20px;
}

.block1 .list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;

  width: 36px;
  height: 38px;

  background-image: url(../img/list-image.png);
  background-repeat: no-repeat;
  -webkit-transform: translateY(-41%);
          transform: translateY(-41%);
}

.block1__footer__product {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;;
  width: 470px;

  -webkit-box-align: end;
  -ms-flex-align: end;
}

.block1__footer__product::before {
  content: "";
  position: absolute;
  bottom: -48px;
  left: -173px;
  z-index: 1;;

  width: 307px;
  height: 205px;

  background-image: url(../img/listochki.png);
  background-repeat: no-repeat;
}

.block1 .product__img {
  position: relative;
  z-index: 2;

  margin-bottom: -72px;
  margin-left: 10px;
}

.block1__footer__form {
  width: 290px;

  text-align: center;
}

.block1 .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;;
  width: 290px;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
}

.block1 .form__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 16px;
  padding-right: 25px;
  padding-bottom: 21px;
  padding-left: 24px;

  font-size: 0;
  text-align: left;

  background-color: #388bce;
  background-image: -webkit-gradient(linear, right top, left top, from(#3888c9), to(#406698));
  background-image: linear-gradient(to left, #3888c9 0, #406698 100%);
  border-radius: 3px 3px 0 0;;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.block1 .price__text {
  padding-bottom: 5px;
}

.block1 .price__new {
  font-weight: 400;;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}

.block1 .price__new__money {
  display: inline-block;

  font-size: 34px;;
  line-height: 34px;
}

.block1 .price__new__currency {
  font-size: 16px;
}

.block1 .price__old {
  position: relative;

  font-weight: 400;;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}

.block1 .price__old::before {
  content: "";
  position: absolute;
  top: 4px;;
  right: -19px;

  width: 1px;
  height: 53px;

  background-color: #ffffff;
  opacity: 0.15;
}

.block1 .price__old__num {
  position: relative;
}

.block1 .price__old__num::after,
.block1 .price__old__num::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;

  width: 100%;
  height: 1px;

  background-color: red;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}

.block1 .price__old__num::before {
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}

.block1 .price__old__money {
  display: inline-block;

  font-size: 34px;;
  line-height: 34px;

  opacity: 0.5;
}

.block1 .price__old__currency {
  font-size: 16px;;

  opacity: 0.5;
}

.block1 .form__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  align-items: center;
  width: 100%;

  background-color: #ffffff;
  border-radius: 0 0 3px 3px;;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
}

.block1 .form__name__field,
.block1 .form__select__field,
.block1 .form__tel__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 220px;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 55px;

  font-weight: 400;
  font-size: 14px;
  line-height: 18px;;
  text-align: left;
  color: #666666;

  background-color: #ffffff;
  border: 1px solid #eae9e9;
  border-radius: 32px;
  outline: 0;
}

.block1 .form__name__field:hover,
.block1 .form__select__field:hover,
.block1 .form__tel__field:hover {
  color: #000000;

  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

select {
  background: url(../img/select.svg) no-repeat  92% center;

  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
       -o-appearance: none;
          appearance: none;
}

.block1 .form__select {
  position: relative;

  margin-top: 20px;
}

.block1 .form__select::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 24px;;

  width: 22px;
  height: 23px;

  background-image: url(../img/geo.svg);
  background-repeat: no-repeat;
}
/* .block1 .form__select::after { */
/* position: absolute; */
/* content: ''; */
/* width: 22px; */
/* height: 23px; */
/* background-image: url(../img/select.svg); */
/* background-repeat: no-repeat; */
/* top: 50%; */
/* left: 90%; */
/* } */
.block1 .form__name {
  position: relative;

  margin-top: 20px;
}

.block1 .form__name::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 24px;;

  width: 22px;
  height: 23px;

  background-image: url(../img/name-ico.svg);
  background-repeat: no-repeat;
}

.block1 .form__tel {
  position: relative;

  margin-top: 15px;
}

.block1 .form__tel::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 27px;;

  width: 21px;
  height: 24px;

  background-image: url(../img/tel-ico.svg);
  background-repeat: no-repeat;
}

.block1 .form__btn {
  width: 220px;
  margin-top: 20px;
}

.block1 .form__pack {
  margin-top: 24px;
  margin-bottom: 21px;

  font-weight: 400;;
  font-size: 15px;
  line-height: 16.52px;
  color: #444444;
}

.block1 .form__pack .lastpack {
  font-weight: 700;;
  color: #000000;
}

.block1 .footer__form__security {
  position: relative;

  margin-top: 28px;
  padding-left: 31px;;

  font-weight: 400;
  font-size: 15px;
  line-height: 16.52px;
  color: #666666;
}

.block1 .footer__form__security::before {
  content: "";
  position: absolute;
  top: -3px;;
  left: 28px;

  width: 19px;
  height: 20px;

  background-image: url(../img/security.png);
}

.block1__pt {
  padding-top: 30px;
}

@media screen and (max-width:1190px) {
  .block1 {
    width: 100%;
  }
  .block1 .wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width:1169px) {
  .block1 .wrapper::after {
    left: 32%;

    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.6;
  }
  .block1 .header__text-flask {
    margin-right: 0;
    margin-left: 60px;
  }
  .block1 .header__text-like {
    margin-right: 45px;
  }
  .block1__header::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .block1 .footer__title {
    font-size: 26px;
  }
  .block1 .footer__list {
    font-size: 16px;
  }
}
@media screen and (max-width:1100px) {
  .block1__footer {
    justify-content: space-around;
  }
  .block1__footer__text {
    width: 33%;
  }
  .block1__footer__product {
    width: 28%;
  }
  .block1__footer__product img {
    max-width: 100%;
  }
}

@media screen and (max-width:999px) {
  .block1 .wrapper::after {
    display: none;
  }
  .block1__header::before {
    display: none;
  }
  .block1 .header__content {
    width: 100%;
  }
  .block1 .header__content__left,
  .block1 .header__content__right {
    justify-content: space-around;;

    -ms-flex-pack: distribute;
  }
  .block1 .header__text-doctor,
  .block1 .header__text-flask,
  .block1 .header__text-like,
  .block1 .header__text-people {
    width: 25%;
    margin: 0;;

    font-size: 13px;
  }
  .block1__footer {
        flex-wrap: wrap;
    justify-content: center;
    justify-content: unset;
    align-items: center;
    margin-top: 20px;

    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
  }
  .block1__footer__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    align-items: center;;
    width: 100%;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
  }
  .block1__footer__text img {
    max-width: 100%;
  }
  .block1 .footer__title {
    text-align: center;
  }
  .block1 .footer__subtitle {
    text-align: center;
  }
  .block1 .footer__subtitle br {
    display: none;
  }
  .block1 .footer__list {
    padding-bottom: 0;
  }
  .block1 .list__item br {
    display: none;
  }
  .block1 .product__img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
  }
  .block1__footer__product {
    width: 50%;
  }
  .block1__footer__product::before {
    display: none;
  }
  .block1__footer__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    align-items: center;
    width: 50%;;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
  }
  .block1 .footer__form__security {
    margin-bottom: 30px;
  }
  .block1 .footer__form__security::before {
    left: 0;
  }
}

@media screen and (max-width:767px) {
  .block1__header {
    display: none;
  }
  .block1__footer {
    margin-top: 0;
    padding-top: 20px;
  }
  .block1 .header__content {
    width: 100%;
  }
  .block1 .header__content__left,
  .block1 .header__content__right {
    justify-content: space-around;;

    -ms-flex-pack: distribute;
  }
  .block1 .header__text-doctor,
  .block1 .header__text-flask,
  .block1 .header__text-like,
  .block1 .header__text-people {
    width: 25%;;
    margin-bottom: 10px;
  }
  .block1__footer {
        flex-wrap: wrap;
    justify-content: center;
    align-items: center;;

    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
  }
  .block1 .footer__list {
    width: 460px;
    padding-bottom: 0;
  }
  .block1 .product__img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    /* margin-left: -40px */
  }
  .block1__footer__product {
    width: 360px;
  }
  .block1__footer__product::before {
    display: none;
  }
  .block1__footer__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    align-items: center;
    width: 270px;;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
  }
  .block1 .footer__form__security {
    margin-bottom: 30px;
  }
  .block1 .footer__form__security::before {
    left: 0;
  }
}

@media screen and (max-width:479px) {
  .block1 .footer__list {
    width: 100%;
  }
  .block1 .header__content__left,
  .block1 .header__content__right {
    -ms-flex-direction: column;
        flex-direction: column;

    text-align: center;;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
  .block1 .header__text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0;
  }
  .block1 .header__text::before {
    display: none;
  }
  .block1 .header__text br {
    display: none;
  }
}

.block10__title {
  margin-top: 85px;;

  text-align: center;
}

.block10__subtitle {
  margin-top: 20px;

  font-weight: 400;
  font-size: 18px;
  line-height: 26px;;
  text-align: center;
  color: #444444;
}

.block10__table {
  width: 100%;
  margin-top: 33px;
  margin-bottom: 34px;;

  border-top: 1px solid #e5e5e5;
}

.block10 .table {
  vertical-align: middle;
}

.block10 .tbody__td,
.block10 .thead__td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block10 .tbody__td-1,
.block10 .thead__td-1 {
  width: 700px;
}

.block10 .thead__td-1 {
  padding: 20px 0 20px 19px;
}

.block10 .tbody__td-1 {
  padding: 26px 50px 26px 18px;
}

.block10 .tbody__tr-5 .tbody__td-1 {
  padding: 26px 100px 26px 18px;
}

.block10 .tbody__td-2,
.block10 .thead__td-2 {
  width: 370px;
}

.block10 .tbody__td-2,
.block10 .thead__td-2 {
  padding-left: 18px;
}

.block10 .tbody__td-3,
.block10 .thead__td-3 {
  width: 100px;;

  text-align: center;
}

.block10 .thead__td-3 {
  padding-left: 5px;

  text-align: left;
}

.block10 .tbody__td-3 {
  padding-top: 12px;;
  padding-right: 8px;
}

.block10 .thead {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.block10 .tbody {
  font-weight: 500;;
  font-size: 18px;
  line-height: 24px;
}

.block10 .tbody__tr-1,
.block10 .tbody__tr-3,
.block10 .tbody__tr-5 {
  background-color: #f2f9fe;
  border-radius: 5px;
}

.block10 .tbody__tr-1 .tbody__td-1,
.block10 .tbody__tr-3 .tbody__td-1,
.block10 .tbody__tr-5 .tbody__td-1 {
  border-radius: 5px 0 0 5px;
}

.block10 .tbody__tr-1 .tbody__td-3,
.block10 .tbody__tr-3 .tbody__td-3,
.block10 .tbody__tr-5 .tbody__td-3 {
  border-radius: 0 5px 5px 0;
}

.block10 .browm__text {
  font-weight: 400;;
  color: #666666;
}

.block10 .progress {
  position: relative;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;

  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;

  border: 1px solid #388bce;
  border-radius: 5px;
}

.block10 .progress::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -17px;

  border: 10px solid transparent;
  border-right: 10px solid #3f6698;
}

.block10 .progress__bar {
  position: relative;
  z-index: 2;;

  display: block;
  width: 100%;
}

.block10 .progress__bar::before {
  content: "";
  position: absolute;
  left: -1px;
  z-index: -1;;

  height: 100%;

  background-color: #388bce;
  background-image: -webkit-gradient(linear, right top, left top, from(#3983c2), to(#406698));
  background-image: linear-gradient(to left, #3983c2 0, #406698 100%);
  border-radius: 5px 0 0 5px;
}

.block10 .progress82::before {
  width: 82%;
}

.block10 .progress79::before {
  width: 79%;
}

.block10 .progress86::before {
  width: 86%;
}

.block10 .progress78::before {
  width: 78%;
}

.block10 .progress87::before {
  width: 87%;
}

.block10__btn {
  width: 280px;
  margin-bottom: 82px;
}
.block10 .block10__title.title .logo__text,
.block5__title .logo__text {
  display: block;
}

@media screen and (max-width:1190px) {
  .block10 {
    width: 100%;
  }
  .block10 .wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width:1023px) {
  .block10 br {
    display: none;
  }
  .block10__title {
    margin-top: 30px;
  }
  .block10__subtitle {
    font-size: 16px;
  }
  .block10__btn {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:767px) {
  .block10 .tbody__td-3,
  .block10 .thead__td-3 {
    display: none;
  }
  .block10 .tbody__td-2,
  .block10 .thead__td-2 {
    width: 20%;
    padding-right: 5px;
    padding-left: 0;;

    font-size: 14px;
    text-align: center;
  }
  .block10 .tbody__tr-5 .tbody__td-1,
  .block10 tr .tbody__td-1,
  .block10 tr .thead__td-1 {
    width: 80%;
    padding: 20px 0 20px 5px;;

    font-size: 14px;
  }
  .block10 .progress {
    font-size: 16px;

    border: none;
  }
  .block10 .progress::before {
    display: none;
  }
  .block10 .progress__bar {
    color: #000000;
  }
  .block10 .progress__bar::before {
    display: none;
  }
}

.block11__title {
  margin-top: 75px;

  text-align: center;
}

.block11__subtitle {
  margin-bottom: 29px;;

  text-align: center;
}

.block11__btn {
  width: 280px;
  margin-bottom: 91px;
}

.block11__reviews {
  z-index: 2;;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
}

.block11 .review__slide {
  width: 370px;
  margin-top: 60px;
  margin-right: 30px;;

  outline: 0;
}

.block11 .review__slide:last-child {
  margin-right: 0;
}

.block11__review {
  position: relative;
  z-index: 1;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  align-items: center;
  width: 370px;
  margin-bottom: 58px;;
  overflow: visible;

  text-align: center;

  background-color: #ffffff;
  border-top: 3px solid #388bce;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
}

.block11 .review__img {
  position: relative;

  margin-top: 28px;
  padding: 20px;

  border: 2px solid #73ad32;;
  border-radius: 50%;
}

.block11 .review__img::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 75px;;

  width: 36px;
  height: 20px;

  background-image: url(../img/block11__emblem-img.png);
}

.block11 .review__title {
  margin-top: 27px;

  font-weight: 500;
  font-size: 22px;
  line-height: 24px;;
  color: #000000;
}

.block11 .review__text {
  position: relative;
  z-index: 1;;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-height: 231px;
  margin-top: 10px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  overflow: hidden;

  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #444444;
}

.block11 .review__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;;
  z-index: 2;

  width: 100%;
  height: 150px;

  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
}

.block11 .review__text.is-show::before {
  display: none;
}

.block11 .review__open {
  position: absolute;
  bottom: -15px;
  left: 50%;
  z-index: 2;;

  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-left: -15px;

  background-color: #ffffff;
  border: 1px solid #73ad32;
  border-radius: 50%;
  cursor: pointer;
}

.block11 .review__open:hover {
  background-color: #73ad32;
}

.block11 .review__open:hover::after,
.block11 .review__open:hover::before {
  background-color: #ffffff;
}

.block11 .review__open::after,
.block11 .review__open::before {
  content: "";
  position: absolute;

  background-color: #388bce;
}

.block11 .review__open::before {
  top: calc(50% - 2px/2);
  left: calc(50% - 12px/2);;

  width: 12px;
  height: 2px;
}

.block11 .review__open::after {
  top: calc(50% - 12px/2);
  left: calc(50% - 2px/2);;

  width: 2px;
  height: 12px;
}

.block11 .review__open.is-open::after {
  display: none;
}

.block11 .review__text1.is-show {
  min-height: 470px;
}

.block11 .review__text2.is-show {
  min-height: 350px;
}

.block11 .review__text3.is-show {
  min-height: 390px;
}

.block11 .review__text4.is-show {
  min-height: 630px;
}

.block11 .slick-center {
  margin-top: 30px;
}

.block11 .slick-center .block11__review {
  padding-bottom: 30px;
}

.block11 .slick-next,
.block11 .slick-prev {
  bottom: 50%;
  z-index: 2;;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48px;
  height: 48px;

  background-color: #388bce;
  background-repeat: no-repeat;
  background-position: center center;
  border: 9px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.block11 .slick-next:hover,
.block11 .slick-prev:hover {
  background-color: #639727;
  border-color: #edf6fc;
}

.block11 .slick-next {
  right: -80px;;

  background-image: url(../img/arrow__next.png);
}

.block11 .slick-next::before {
  content: "";
}

.block11 .slick-prev {
  left: -80px;;

  background-image: url(../img/arrow__prev.png);
}

.block11 .slick-prev::before {
  content: "";
}

@media screen and (max-width:1350px) {
  .block11 .wrapper {
    max-width: 900px;
  }
  .block11 .review__slide {
    margin-right: 15px;
  }
  .block11 .slick-next {
    right: -55px;
  }
  .block11 .slick-prev {
    left: -55px;
  }
  .block11__review {
    width: 290px;
  }
  .block11 .review__slide {
    width: 290px;
  }
  .block11 .review__text1.is-show {
    min-height: 470px;
  }
  .block11 .review__text2.is-show {
    min-height: 370px;
  }
  .block11 .review__text3.is-show {
    min-height: 410px;
  }
  .block11 .review__text4.is-show {
    min-height: 755px;
  }
}

@media screen and (max-width:1023px) {
  .block11 .wrapper {
    max-width: 600px;
  }
  .block11 .review__slide {
    margin-right: 20px;
  }
  .block11__title {
    margin-top: 30px;
  }
  .block11__btn {
    margin-bottom: 30px;
  }
  .block11 .review__slide {
    margin-top: 0;
  }
}

@media screen and (max-width:767px) {
  .block11 .wrapper {
    max-width: 450px;
  }
  .block11__review {
    width: 300px;
  }
  .block11 .review__slide {
    width: 300px;
    margin: 0 75px;
  }
  .block11 .slick-next {
    right: -5px;
  }
  .block11 .slick-prev {
    left: -5px;
  }
  .block11 .review__text1.is-show {
    min-height: 565px;
  }
  .block11 .review__text2.is-show {
    min-height: 445px;
  }
  .block11 .review__text3.is-show {
    min-height: 470px;
  }
  .block11 .review__text4.is-show {
    min-height: 775px;
  }
}

@media screen and (max-width:479px) {
  .block11 .wrapper {
    max-width: 100%;
  }
  .block11 .slick-next,
  .block11 .slick-prev {
    bottom: -10px;
  }
  .block11 .slick-next {
    right: 90px;
  }
  .block11 .slick-prev {
    left: 90px;
  }
  .block11__review {
    margin-bottom: 80px;
  }
}

.block12__title {
  width: 100%;
  margin-top: 85px;

  text-align: center;
}

.block12__subtitle {
  width: 100%;
  margin-top: 48px;

  font-weight: 400;;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #444444;
}

.block12__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  width: 100%;
  margin-top: 47px;
}

.block12 .content__block {
  width: 570px;
}

.block12 .content__block-left {
  margin-right: 30px;
}

.block12 .content__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.block12 .content__img::before {
  bottom: -2px;
  left: 36px;
}

.block12 .content__img::after {
  content: "";
  position: absolute;
  top: -23px;
  left: 153px;
  z-index: 0;;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 368px;
  height: 368px;

  border: 24px solid #e1f0fa;
  border-radius: 50%;
}

.block12 .img__product {
  margin-top: 73px;
  margin-left: 104px;
  padding-left: 63px;
}

.block12 .content__list {
  margin: 0;
  padding: 0;

  list-style: none;
  font-weight: 400;;
  font-size: 20px;
}

.block12 .list__item {
  padding-right: 5px;
  padding-left: 72px;

  border-bottom: 1px solid #e5e5e5;
}

.block12 .list__item:last-child {
  border: none;
}

.block12 .list__item::before {
  content: "";
  position: absolute;

  width: 46px;
  height: 46px;

  background-repeat: no-repeat;
}

.block12 .list__item-1 {
  position: relative;;

  padding-top: 43px;
  padding-bottom: 46px;
}

.block12 .list__item-1::before {
  top: 33px;;
  left: 4px;

  width: 35px;
  height: 50px;

  background-image: url(../img/block12__list-item1.png);
}

.block12 .list__item-2 {
  position: relative;;

  padding-top: 38px;
  padding-bottom: 45px;
}

.block12 .list__item-2::before {
  top: 29px;;
  left: -1px;

  background-image: url(../img/block12__list-item2.png);
}

.block12 .list__item-3 {
  position: relative;;

  padding-top: 37px;
  padding-bottom: 43px;
}

.block12 .list__item-3::before {
  top: 26px;;
  left: -1px;

  background-image: url(../img/block12__list-item3.png);
}

.block12 .block12__btn {
  width: 300px;
  margin-top: 40px;
  margin-bottom: 91px;;

  font-size: 22px;
}

@media screen and (max-width:1169px) {
  .block12 * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .block12 br {
    display: none;
  }
  .block12 .content__block {
    width: 50%;
  }
  .block12 .content__img::before {
    bottom: 5px;
    left: 17%;
  }
  .block12 .content__img::after {
    left: 28%;
  }
}

@media screen and (max-width:1023px) {
  .block12 {
    width: 100%;
  }
  .block12 br {
    display: none;
  }
  .block12 .wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .block12 .content__block-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .block12 .content__img::before {
    display: none;
  }
  .block12 .content__img::after {
    display: none;
  }
  .block12 .list__item {
    min-height: 73px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;

    font-size: 18px;
  }
  .block12 .list__item::before {
    top: 18px;
  }
  .block12 .content__img {
    display: block;
    padding: 0 8px;
  }
  .block12 .img__product {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }
  .block12__title {
    margin-top: 30px;
  }
  .block12 .block12__btn {
    margin-bottom: 30px;
  }
  .block12__subtitle {
    /* margin-top: 0 */
  }
}

@media screen and (max-width:767px) {
  .block12 .content__block {
    width: 40%;
  }
  .block12 .content__block-right {
    width: 60%;
  }
}

@media screen and (max-width:640px) {
  .block12__content {
    -ms-flex-direction: column;
        flex-direction: column;
    align-items: center;;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
  }
  .block12 .content__block {
    width: 50%;
  }
  .block12 .content__block-right {
    width: 70%;
  }
}

@media screen and (max-width:479px) {
  .block12 .content__block {
    width: 100%;
  }
  .block12 .content__block-right {
    width: 100%;
  }
}

.block13__title {
  margin-top: 75px;

  text-align: center;
}

.block13__content {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;;
  width: 100%;
  margin-top: 24px;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.block13__content::before {
  content: "";
  position: absolute;
  bottom: -47px;

  width: 100%;
  height: 11px;

  background-image: url(../img/block9__border-bottom.png);
  background-repeat: no-repeat;;
  background-position: center center;
}

.block13 .content__item {
  width: 33.3%;;

  text-align: center;
}

.block13 .content__item2 {
  margin-right: 75px;
  margin-left: 75px;
}

.block13 .item__img {
  width: 80%;
  margin: 0 auto;;

  text-align: center;
}

.block13 .item__image {
  width: 100%;
}

.block13 .item__img__text {
  margin-top: 20px;
  margin-bottom: 36px;;

  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.block13 .item__text {
  position: relative;

  display: inline;

  font-weight: 400;
  font-size: 17px;
  line-height: 20px;;
  text-align: center;
  color: #666666;
}

.block13 .item__text-1 {
  padding-left: 40px;
}

.block13 .item__text-1::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;;

  width: 27px;
  height: 30px;

  background-image: url(../img/block13__el1.svg);
  background-repeat: no-repeat;
}

.block13 .item__text-2 {
  padding-left: 40px;
}

.block13 .item__text-2::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;;

  width: 31px;
  height: 30px;

  background-image: url(../img/block13__el2.svg);
  background-repeat: no-repeat;
}

.block13 .item__text-3 {
  padding-left: 40px;
}

.block13 .item__text-3::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;;

  width: 28px;
  height: 32px;

  background-image: url(../img/block13__el3.svg);
  background-repeat: no-repeat;
}

.block13__btn {
  z-index: 2;;

  width: 280px;
  margin-top: 90px;
  margin-bottom: 89px;
}

.block13 .icon__container {
  position: absolute;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

.block13 .icon__container-1 {
  top: 25%;
  left: 28%;
}

.block13 .icon__container-2 {
  top: 25%;
  right: 28%;
}

.block13 .icon-arrow__2 {
  padding-left: 14px;;

  font-size: 29px;
}

.block13 .icon-arrow__3 {
  padding-right: 14px;;
  padding-left: 9px;

  font-size: 49px;
}

.block13 .icon-arrow__4 {
  padding-right: 17px;
}

.block13 .icon-arrow__1 {
  -webkit-animation: arrow 2s steps(4) infinite;
          animation: arrow 2s steps(4) infinite;
}

.block13 .icon-arrow__2 {
  -webkit-animation: arrow 2s steps(4) infinite;
          animation: arrow 2s steps(4) infinite;
}

.block13 .icon-arrow__3 {
  -webkit-animation: arrow 2s steps(5) infinite;
          animation: arrow 2s steps(5) infinite;
}

.block13 .icon-arrow__4 {
  -webkit-animation: arrow 2s steps(4) infinite;
          animation: arrow 2s steps(4) infinite;
}

.block13 .icon-arrow__5 {
  -webkit-animation: arrow 2s steps(4) infinite;
          animation: arrow 2s steps(4) infinite;
}

@-webkit-keyframes arrow {
  0% {
    color: #e4e4e4;
  }
  100% {
    color: #73ad32;
  }
}

@keyframes arrow {
  0% {
    color: #e4e4e4;
  }
  100% {
    color: #73ad32;
  }
}

@media screen and (max-width:1169px) {
  .block13 .item__img__text br {
    display: none;
  }
}

@media screen and (max-width:1023px) {
  .block13 {
    width: 100%;
  }
  .block13 * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .block13__title {
    text-align: center;
  }
  .block13 .wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .block13__content {
        flex-wrap: wrap;;

    -ms-flex-wrap: wrap;
  }
  .block13 .content__item {
    width: 50%;
    margin: 0;
    padding: 0 20px;
  }
  .block13 .item__img {
    width: 280px;
  }
  .block13 .icon__container {
    display: none;
  }
  .block13__title {
    margin-top: 30px;
  }
  .block13__btn {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:767px) {
  .block13__content {
    width: 100%;
  }
  .block13 .content__item {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;

    text-align: center;
  }
  .block13 .item__img__text {
    width: 300px;
    margin: 20px auto;
  }
}

.block14__title {
  margin-top: 85px;

  text-align: center;
}

.block14__subtitle {
  margin-top: 24px;

  font-weight: 400;
  font-size: 18px;
  line-height: 28px;;
  text-align: center;
  color: #444444;
}

.block14__stats {
  position: relative;
  z-index: 2;;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  align-items: center;
  width: 230px;
  margin-top: 32px;
  padding: 25px 0;

  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  color: #ffffff;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
}

.block14__stats::after,
.block14__stats::before {
  content: "";
  position: absolute;
  top: 33px;

  width: 592px;
  height: 65px;

  background-repeat: no-repeat;
}

.block14__stats::before {
  left: 207px;;

  background-image: url(../img/block14__people-right.png);
}

.block14__stats::after {
  right: 174px;;

  background-image: url(../img/block14__people-left.png);
}

.block14 .stats__num {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  width: 132px;;

  background-color: #e73d3d;
  border-radius: 5px;

  -ms-flex-pack: distribute;
}

.block14 .stats__num::before {
  content: "";
  position: absolute;
  top: 0;
  left: 65px;;

  width: 2px;
  height: 65px;

  background-color: #cb3636;
}

.block14 .stats__num::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: calc(50% - 93px);
  z-index: -1;

  width: 186px;
  height: 150px;

  background-image: url(../img/block14__stats-bg.png);
  background-repeat: no-repeat;
  background-position: top center;;
  background-size: 100%;
}

.block14 .num__text {
  margin-top: 2px;

  font-weight: 500;;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.block14__text {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 82px;

  font-size: 18px;
  line-height: 28px;;
  text-align: center;
  color: #444444;
}

.block14 .stats__decor {
  position: relative;

  width: 100%;
}

.block14 .stats__decor::after,
.block14 .stats__decor::before {
  content: "";
  position: absolute;
  top: 57px;;
  z-index: 2;

  width: 200px;
  height: 80px;
}

.block14 .stats__decor::before {
  right: -45px;

  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(-90deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
}

.block14 .stats__decor::after {
  left: -45px;

  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width:1190px) {
  .block14 {
    width: 100%;
  }
  .block14 .wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width:1023px) {
  .block14__title {
    margin-top: 30px;
  }
  .block14__text {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:479px) {
  .block14 .stats__decor {
    display: none;
  }
  .block14__stats::after,
  .block14__stats::before {
    display: none;
  }
}

.block15 {
  margin-top: 87px;;
  margin-bottom: 55px;
}

.block15 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  justify-content: space-between;

  font-size: 16px;
  line-height: 24px;;
  color: #666666;

  opacity: 0.7;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
}

.block15__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block15__left__des {
  margin-left: 30px;;

  text-align: left;
}

.block15__mid {
  text-align: center;
}

.block15__right {
  text-align: right;
}

.block15 .mid__text {
  color: #666666;
  text-decoration: none;
}

@media screen and (max-width:1190px) {
  .block15 {
    width: 100%;
  }
  .block15 .wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width:999px) {
  .block15 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:767px) {
  .block15 .wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    justify-content: center;
    align-items: center;;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
  }
  .block15__left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .block15__mid {
    margin-right: 0;
    margin-bottom: 0;
  }
  .block15 .mid__text__hiden {
    display: none;
  }
}

.block2 .wrapper {
  margin-top: 126px;
}

.block2__title {
  text-align: center;
}

.block2__subtitle {
  margin-top: 15px;

  font-weight: 400;;
  font-size: 18px;
  line-height: 38px;
  color: #444444;
}

.block2__fact {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 65px;
  padding: 43px 10px 44px;

  border: 1px solid #d8d1d1;
  border-radius: 5px;;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.block2__fact::before {
  content: "";
  position: absolute;
  top: -47px;
  left: 50%;
  z-index: 2;;

  width: 100px;
  height: 96px;

  background-image: url(../img/emblem.png);
  -webkit-transform: translatex(-51%);
          transform: translatex(-51%);
}

.block2__fact::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;

  width: 171px;
  height: 1px;

  background-color: #ffffff;
  -webkit-transform: translatex(-51%);
          transform: translatex(-51%);
}

.block2 .fact__text {
  width: 100%;
  max-width: 462px;

  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #444444;
}

.block2 .fact__text__left {
  text-align: right;
}

.block2 .fact__text__mid {
  width: auto;
  margin-right: 50px;
  margin-left: 50px;

  font-size: 24px;
}

.block2 .fact__text__right {
  text-align: left;
}

.block2__attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  align-items: center;
  margin-top: 55px;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
}

.block2 .attention__subtitle {
  margin-top: 15px;

  font-weight: 400;
  font-size: 18px;
  line-height: 38px;;
  color: #444444;
}

.block2__attribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;;
  width: 100%;
  margin-top: 27px;
  margin-bottom: 89px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.block2 .attribute__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  align-items: center;;
  width: 740px;
  margin-right: 30px;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
}

.block2 .attribute__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  width: 100%;
}

.block2 .attribute__left__img {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 401px;
  height: 429px;;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.block2 .attribute__left__img::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 429px;
  height: 429px;

  border: 29px solid #e1f0fa;
  border-radius: 50%;
}

.block2 .content__text {
  position: relative;
  z-index: 2;;

  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #444444;
}

.block2 .content__text::before {
  content: "";
  position: absolute;

  width: 76px;
  height: 76px;

  background-repeat: no-repeat;
}

.block2 .content__text1 {
  margin-top: 5px;
}

.block2 .content__text1::before {
  top: -5px;;
  left: -105px;

  background-image: url(../img/block2__emblem1.png);
}

.block2 .content__text2 {
  margin-top: 42px;
  padding-left: 88px;
}

.block2 .content__text2::before {
  top: -15px;;
  left: -16px;

  background-image: url(../img/block2__emblem2.png);
}

.block2 .content__text3 {
  margin-top: 62px;
  padding-left: 116px;
}

.block2 .content__text3::before {
  top: -13px;;
  left: 15px;

  background-image: url(../img/block2__emblem3.png);
}

.block2 .content__text4 {
  margin-top: 60px;
  padding-left: 87px;
}

.block2 .content__text4::before {
  top: -19px;;
  left: -15px;

  background-image: url(../img/block2__emblem4.png);
}

.block2 .content__text5 {
  margin-top: 32px;
}

.block2 .content__text5::before {
  top: -20px;;
  left: -105px;

  background-image: url(../img/block2__emblem5.png);
}

.block2 .attribute__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  align-items: center;;
  width: 400px;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
}

.block2 .attribute__title {
  margin-bottom: 35px;;

  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.block2 .attribute__right__list {
  width: 100%;;
  margin: 0;
  padding: 0;

  list-style: none;
}

.block2 .list__item {
  position: relative;;

  margin-top: 32px;
  padding-left: 63px;
}

.block2 .list__item::before {
  content: "";
  position: absolute;
  top: 7px;;
  left: 29px;

  width: 18px;
  height: 14px;

  background-image: url(../img/list-image2.svg);
}

.block2 .list__item:last-child {
  margin-bottom: 34px;
}

@media screen and (max-width:1190px) {
  .block2 {
    width: 100%;
  }
  .block2 .wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width:1169px) {
  .block2 .fact__text br {
    display: none;
  }
  .block2 .list__item br {
    display: none;
  }
  .block2__subtitle {
    width: 100%;

    text-align: center;
  }
  .block2__attention {
    width: 100%;
    margin-top: 20px;;

    text-align: center;
  }
  .block2 .attribute__right__list {
    padding-right: 10px;
  }
  .block2 .list__item {
    padding-left: 40px;
  }
  .block2 .list__item::before {
    left: 10px;
  }
  .block2 .content__text {
    font-size: 16px;
  }
  .block2 .attribute__right {
    width: 330px;
  }
  .block2 .attribute__text {
    justify-content: center;;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}

@media screen and (max-width:1023px) {
  .block2__attribute {
    -ms-flex-direction: column;
        flex-direction: column;
    align-items: center;;
    margin-bottom: 30px;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
  }
  .block2 .attribute__right {
    width: 60%;
  }
  .block2 .list__item {
    margin-top: 20px;
  }
}

@media screen and (max-width:999px) {
  .block2 .subtitle {
    line-height: normal;;
    text-align: center;
  }
  .block2 .wrapper {
    margin-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .block2 br {
    display: none;
  }
  .block2__fact {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 70%;
    padding-right: 10px;
    padding-bottom: 20px;;
    padding-left: 10px;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
  .block2 .fact__text {
    width: 100%;

    text-align: center;
  }
  .block2 .fact__text__mid {
    -ms-flex-order: -1;
    order: -1;
    margin: 20px 0;;

    -webkit-box-ordinal-group: 0;
  }
  .block2 .attribute__left {
    width: 100%;
    margin-right: 0;
  }
  .block2 .attribute__right {
    width: 80%;;
    margin-top: 30px;
  }
  .block2 .fact__text__left {
    margin-bottom: 20px;
  }
  .block2 .attribute__left__img {
    display: none;
  }
  .block2 .attribute__left__title {
    margin-bottom: 0;

    text-align: center;
  }
  .block2 .left__content {
    width: 100%;
  }
  .block2 .left__content br {
    display: none;
  }
  .block2 .content__text {
    margin-top: 60px;;
    padding-left: 90px;
  }
  .block2 .content__text::before {
    top: 50%;
    left: 0;

    margin-top: -38px;
  }
}

@media screen and (max-width:479px) {
  .block2__fact {
    width: 100%;
  }
  .block2 .attribute__right {
    width: 100%;
  }
  .block2 .attribute__right__list {
    padding-right: 10px;;
    padding-left: 10px;
  }
  .block2 .attribute__right__list br {
    display: none;
  }
  .block2 .attribute__right__list .list__item {
    padding-left: 25px;
  }
  .block2 .attribute__right__list .list__item::before {
    left: 0;
  }
}

.block3 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block3 .second__window {
  display: none;
  width: 100%;
}

.block3 .second__window .second__title {
  margin-top: 80px;;

  text-align: center;
}

.block3 .second__window .second__subtitle {
  margin-top: 20px;

  text-align: center;;
  color: #444444;
}

.block3 .second__window .second__footer-text {
  margin-top: 40px;
  margin-bottom: 80px;

  text-align: center;
}

.block3 .second__window .second__table {
  margin-top: 50px;

  font-size: 18px;
}

.block3 .second__window .text__show {
  display: none;
}

.block3 .second__window .table__img2 {
  display: none;
}

.block3 .second__window .table__img1,
.block3 .second__window .table__img2 {
  margin-right: 20px;
}

.block3 .second__window .table__head,
.block3 .second__window .table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;;

  border-bottom: 1px solid #666666;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

.block3 .second__window .table__row1:hover {
  border: none;
}

.block3 .second__window .table__row2:hover .table__row1 {
  border: none;
}

.block3 .second__window .table__head {
  padding-bottom: 25px;;

  font-weight: 500;
  color: #000000;
}

.block3 .second__window .table__column {
  position: relative;
  z-index: 1;
}

.block3 .second__window .table__row {
  position: relative;
  z-index: 2;;

  height: 130px;
}

.block3 .second__window .table__row::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -15px;
  z-index: 0;

  display: none;
  width: 1200px;
  height: 184px;

  background-color: #ffffff;
  border-radius: 5px;
}

.block3 .second__window .table__row:hover {
  z-index: 3;;

  border: none;
}

.block3 .second__window .table__row:hover::before {
  display: block;
}

.block3 .second__window .table__row:hover .table__column2 {
  font-weight: 500;;
  font-size: 30px;
  color: #afc422;
}

.block3 .second__window .table__row:hover .table__column3 {
  font-weight: 500;;
  font-size: 30px;
  color: #e5ab45;
}

.block3 .second__window .table__row:hover .table__column4 {
  font-weight: 500;;
  font-size: 30px;
  color: #e54545;
}

.block3 .second__window .table__row:hover .table__column5 {
  font-weight: 500;;
  font-size: 30px;
  color: #e56e45;
}

.block3 .second__window .table__row:hover .table__column1 {
  font-size: 22px;
}

.block3 .second__window .table__row:hover .table__img2 {
  display: block;
}

.block3 .second__window .table__row:hover .table__img1 {
  display: none;
}

.block3 .second__window .table__column1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;

  color: #000000;;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

.block3 .second__window .table__column2,
.block3 .second__window .table__column3,
.block3 .second__window .table__column4,
.block3 .second__window .table__column5 {
  text-align: center;;
  color: #444444;
}

.block3 .second__window .head__column1,
.block3 .second__window .table__column1 {
  width: 530px;
}

.block3 .second__window .head__column2,
.block3 .second__window .table__column2 {
  width: 155px;

  text-align: center;
}

.block3 .second__window .head__column3,
.block3 .second__window .table__column3 {
  width: 175px;

  text-align: center;
}

.block3 .second__window .head__column4,
.block3 .second__window .table__column4 {
  width: 145px;

  text-align: center;
}

.block3 .second__window .head__column5,
.block3 .second__window .table__column5 {
  width: 165px;

  text-align: center;
}

.block3 .wrapper {
  position: relative;
  z-index: 2;
}

.block3 .wrapper::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;

  width: 30px;
  height: 15px;

  background-image: url(../img/block5__arrow.png);
  background-repeat: no-repeat;
  -webkit-transform: translateX(-51%);
          transform: translateX(-51%);
}

.block3__title {
  margin-top: 85px;;

  text-align: center;
}

.block3__subtitle {
  margin-top: 20px;

  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;;
  color: #444444;
}

.block3 .first__window {
  width: 100%;
}

.block3 .tabs {
  width: 100%;
  margin-top: 36px;
}

.block3 .tabs__list {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  margin-bottom: 45px;;
  padding: 0;

  list-style: none;
  font-weight: 400;
  font-size: 35px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.block3 .tabs__list::before {
  /* content: ""; */
  position: absolute;
  top: 50%;
  left: 80px;
  z-index: 1;;

  width: 100%;
  height: 2px;

  background-image: url(../img/line__test.png);
  background-repeat: no-repeat;
}

.block3 .list__item {
  position: relative;

  width: 76px;

  line-height: 76px;
  text-align: center;
  color: #cccccc;

  background-color: #ffffff;
  border-radius: 50%;
}

.block3 .active {
  color: #ffffff;;

  background-color: #73ad32;
  background-image: -webkit-gradient(linear, right top, left top, from(#4198d8), to(#4e5788));
  background-image: linear-gradient(to left, #4198d8 0, #4e5788 100%);
}

.block3 .tabs__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  align-items: center;;
  width: 100%;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
}

.block3 .question__block {
  width: 100%;

  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.block3 .question__title {
  width: 100%;
  padding: 26px 20px;

  font-weight: 500;
  font-size: 20px;
  line-height: 28px;;
  text-align: center;

  background-color: #f2f9fe;
  border-radius: 5px 5px 0 0;
}

.block3 .question__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  padding: 0 30px 30px;

  background-color: #ffffff;
  border-radius: 0 0 5px 5px;;

  -ms-flex-wrap: wrap;
}

.block3 .tabs__question-4 .question__text {
      flex-wrap: nowrap;;

  -ms-flex-wrap: nowrap;
}

.block3 .text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding-bottom: 40px;;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.block3 .text__block:nth-child(even) {
  width: 48%;
  margin-left: 2%;
}

.block3 .text__block-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding-bottom: 40px;;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.block3 .text__title {
  margin-top: 30px;
  margin-bottom: 25px;

  font-weight: 400;
  font-size: 18px;
  line-height: 26px;;
  color: #000000;
}

.block3 .question__answer {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;;
  color: #000000;
}

.block3 .question__result {
  position: absolute;
  z-index: -1;

  margin: 10px 0 0 7px;;

  opacity: 0;
}

.block3 .question__result + .question__answer {
  position: relative;

  padding: 0 0 0 45px;

  cursor: pointer;
}

.block3 .q1-1y,
.block3 .q1-2y,
.block3 .q1-3y,
.block3 .q1-4y,
.block3 .q2-1y,
.block3 .q2-2y {
  margin-right: 30px;
}

.block3 .question__result + label:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;

  width: 30px;
  height: 30px;

  background: #ffffff;;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.block3 .question__result + .question__answer:hover:before {
  border: 1px solid #cdd1da;
}
.block3 .question__result + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 9px;

  width: 12px;
  height: 12px;

  background-color: #4198d8;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0;

  -webkit-transition: 0.2s;
          transition: 0.2s;
}

.block3 .question__result:checked + label:after {
  opacity: 1;
}

.block3 .question__btn {
  width: 320px;
  margin: 40px auto 90px auto;
}

.block3 .question__result-btn {
  width: 360px;
}

.block3 .tabs__question-1 .text__block:nth-child(1),
.block3 .tabs__question-1 .text__block:nth-child(2) {
  border-bottom: 1px solid #e1e1e1;
}

.block3 .tabs__question-3 .question__result + .question__answer,
.block3 .tabs__question-4 .question__result + .question__answer,
.block3 .tabs__question-5 .question__result + .question__answer,
.block3 .tabs__question-6 .question__result + .question__answer,
.block3 .tabs__question-7 .question__result + .question__answer,
.block3 .tabs__question-8 .question__result + .question__answer,
.block3 .tabs__question-9 .question__result + .question__answer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.block3 .tabs__question-3 .question__result + label:before,
.block3 .tabs__question-4 .question__result + label:before,
.block3 .tabs__question-5 .question__result + label:before,
.block3 .tabs__question-6 .question__result + label:before,
.block3 .tabs__question-7 .question__result + label:before,
.block3 .tabs__question-8 .question__result + label:before,
.block3 .tabs__question-9 .question__result + label:before {
  top: 7px;
}

.block3 .tabs__question-3 .question__result + label:after,
.block3 .tabs__question-4 .question__result + label:after,
.block3 .tabs__question-5 .question__result + label:after,
.block3 .tabs__question-6 .question__result + label:after,
.block3 .tabs__question-7 .question__result + label:after,
.block3 .tabs__question-8 .question__result + label:after,
.block3 .tabs__question-9 .question__result + label:after {
  top: 17px;
}

.block3 .tabs__question-3 .text__block,
.block3 .tabs__question-4 .text__block,
.block3 .tabs__question-5 .text__block,
.block3 .tabs__question-6 .text__block,
.block3 .tabs__question-7 .text__block,
.block3 .tabs__question-8 .text__block,
.block3 .tabs__question-9 .text__block {
  width: 100%;;
  padding-bottom: 0;
}

.block3 .tabs__question-3 .question__text,
.block3 .tabs__question-4 .question__text,
.block3 .tabs__question-5 .question__text,
.block3 .tabs__question-6 .question__text,
.block3 .tabs__question-7 .question__text,
.block3 .tabs__question-8 .question__text,
.block3 .tabs__question-9 .question__text {
  padding-top: 30px;
}

.block3 .tabs__question-1,
.block3 .tabs__question-2,
.block3 .tabs__question-3,
.block3 .tabs__question-4,
.block3 .tabs__question-5,
.block3 .tabs__question-6,
.block3 .tabs__question-7,
.block3 .tabs__question-8,
.block3 .tabs__question-9 {
  display: none;
}

.block3 .tabs__question-active {
  display: block;
}

@media screen and (max-width:1200px) {
  .block3 .second__window .table__row::before {
    left: 0;;

    width: 100%;
  }
}

@media screen and (max-width:1190px) {
  .block3 {
    width: 100%;
  }
  .block3 .wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .block3 .tabs__list::before {
    display: none;
  }
  .block3 .list__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 95px;
    z-index: 1;;

    width: 20px;
    height: 2px;

    background-color: #dde1e3;
  }
  .block3 .list__item:last-child::before {
    display: none;
  }
}

@media screen and (max-width:1169px) {
  .block3 .second__window .head__column1,
  .block3 .second__window .table__column1 {
    width: 40%;
  }
  .block3 .second__window .head__column2,
  .block3 .second__window .head__column3,
  .block3 .second__window .head__column4,
  .block3 .second__window .head__column5,
  .block3 .second__window .table__column2,
  .block3 .second__window .table__column3,
  .block3 .second__window .table__column4,
  .block3 .second__window .table__column5 {
    width: 15%;

    text-align: center;
  }
  .block3 br {
    display: none;
  }
  .block3 .list__item::before {
    display: none;
  }
}

@media screen and (max-width:1023px) {
  .block3 .second__window .head__column1,
  .block3 .second__window .table__column1 {
    width: 40%;;

    font-weight: 700;
  }
  .block3 .second__window .second__title {
    margin-top: 30px;
  }
  .block3 .second__window .second__footer-text {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .block3 .second__window .table__head {
    font-weight: 700;
  }
  .block3 .second__window .table__img1,
  .block3 .second__window .table__img2 {
    display: none;
  }
  .block3 .second__window .head__column2,
  .block3 .second__window .head__column3,
  .block3 .second__window .head__column4,
  .block3 .second__window .head__column5,
  .block3 .second__window .table__column2,
  .block3 .second__window .table__column3,
  .block3 .second__window .table__column4,
  .block3 .second__window .table__column5 {
    width: 15%;

    text-align: center;
  }
  .block3 .second__window .second__table {
    font-size: 16px;
  }
  .block3 .second__window .table__row {
    height: 70px;
  }
  .block3 .second__window .table__row:hover::before {
    display: none;
  }
  .block3 .second__window .table__row:hover .table__img2 {
    display: none;
  }
  .block3 .second__window .table__row:hover .table__column2,
  .block3 .second__window .table__row:hover .table__column3,
  .block3 .second__window .table__row:hover .table__column4,
  .block3 .second__window .table__row:hover .table__column5 {
    font-weight: 400;;
    font-size: 16px;
    color: #444444;
  }
  .block3 .second__window .table__row:hover .table__column1 {
    font-size: 16px;
  }
  .block3__title {
    margin-top: 30px;
  }
  .block3 .question__btn {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:767px) {
  .block3 .text__title {
    font-weight: 700;;
    font-size: 16px;
  }
  .block3 .tabs__list {
    margin-bottom: 20px;;

    font-size: 24px;
  }
  .block3 .list__item {
    width: 40px;

    line-height: 40px;
  }
  .block3 .question__title {
    padding: 15px;;

    font-size: 18px;
  }
  .block3 .text__block {
    width: 100%;
    padding-bottom: 0;
  }
  .block3 .tabs__question-3 .question__text,
  .block3 .tabs__question-4 .question__text,
  .block3 .tabs__question-5 .question__text,
  .block3 .tabs__question-6 .question__text,
  .block3 .tabs__question-7 .question__text,
  .block3 .tabs__question-8 .question__text,
  .block3 .tabs__question-9 .question__text {
    padding: 20px;
  }
  .block3 .text__block:nth-child(even) {
    width: 100%;
    margin-left: 0;
  }
  .block3 .tabs__question-1 .text__block {
    padding-bottom: 0;
  }
  .block3 .tabs__question-1 .text__block:nth-child(1),
  .block3 .tabs__question-1 .text__block:nth-child(2) {
    border-bottom: none;
  }
  .block3 .second__window .second__title {
    font-size: 22px;
  }
  .block3 .second__window .second__subtitle {
    margin-top: 20px;
  }
  .block3 .second__window .second__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;;
    justify-content: space-around;
    width: 100%;

    -ms-flex-pack: distribute;
    -ms-flex-wrap: wrap;
  }
  .block3 .second__window .table__head {
    width: 100%;
  }
  .block3 .second__window .head__column1 {
    width: 100%;

    font-size: 20px;;
    text-align: center;
  }
  .block3 .second__window .head__column2,
  .block3 .second__window .head__column3,
  .block3 .second__window .head__column4,
  .block3 .second__window .head__column5 {
    display: none;
  }
  .block3 .second__window .text__show {
    display: block;
  }
  .block3 .second__window .table__head,
  .block3 .second__window .table__row {
    border: none;
  }
  .block3 .second__window .table__row:hover .table__img1 {
    display: block;
  }
  .block3 .second__window .table__img1 {
    display: block;
    margin-right: 10px;
  }
  .block3 .second__window .table__column1 {
    width: 100%;
  }
  .block3 .second__window .table__column2,
  .block3 .second__window .table__column3,
  .block3 .second__window .table__column4,
  .block3 .second__window .table__column5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
  .block3 .second__window .table__row {
    -ms-flex-direction: column;
        flex-direction: column;;
    width: 300px;
    height: auto;
    margin-bottom: 20px;
    padding: 20px 10px;

    background-color: #ffffff;
    border: 1px solid #666666;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

@media screen and (max-width:479px) {
  .block3 .tabs__list {
    display: none;
  }
  .block3 .tabs__question {
    width: calc(100% + 20px);;
    margin-left: -10px;
  }
  .block3 .text__title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .block3 .tabs__question-3 .question__result + .question__answer,
  .block3 .tabs__question-4 .question__result + .question__answer,
  .block3 .tabs__question-5 .question__result + .question__answer,
  .block3 .tabs__question-6 .question__result + .question__answer,
  .block3 .tabs__question-7 .question__result + .question__answer,
  .block3 .tabs__question-8 .question__result + .question__answer,
  .block3 .tabs__question-9 .question__result + .question__answer {
    padding-top: 5px;
  }
  .block3 .tabs__question-3 .question__result + label:after,
  .block3 .tabs__question-4 .question__result + label:after,
  .block3 .tabs__question-5 .question__result + label:after,
  .block3 .tabs__question-6 .question__result + label:after,
  .block3 .tabs__question-7 .question__result + label:after,
  .block3 .tabs__question-8 .question__result + label:after,
  .block3 .tabs__question-9 .question__result + label:after {
    top: 15px;
  }
  .block3 .tabs__question-3 .question__text,
  .block3 .tabs__question-4 .question__text,
  .block3 .tabs__question-5 .question__text,
  .block3 .tabs__question-6 .question__text,
  .block3 .tabs__question-7 .question__text,
  .block3 .tabs__question-8 .question__text,
  .block3 .tabs__question-9 .question__text {
    padding: 5px;
  }
  .block3 .question__result + label:before {
    top: 0;;

    width: 20px;
    height: 20px;
  }
  .block3 .question__result + label:after {
    top: 8px;
    left: 8px;;

    width: 6px;
    height: 6px;
  }
  .block3 .question__result + .question__answer {
    padding-left: 30px;
  }
  .block3 .question__btn {
    width: 300px;

    font-size: 22px;
  }
  .block3 .text__block-1 {
    padding-bottom: 0;

    letter-spacing: -1px;
  }
  .block3 .question__result-btn {
    width: 300px;
  }
}

.block4__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 87px;
  margin-bottom: 30px;;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.block4 .header__left__product {
  width: 370px;
  margin-top: 10px;
}

.block4 .product__img {
  margin-top: 85px;
  margin-left: 65px;
}

.block4 .header__right {
  width: 800px;
  padding: 27px 126px 80px 84px;;

  background-image: url(../img/ipad__img.png);
  background-repeat: no-repeat;
  background-position: top 5px left -1px;
}

.block4 .header__right__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px 27px 18px 28px;;

  border: 9px solid #3f3f3f;
  border-radius: 10px;
}

.block4 .header__right__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12px;;

  -webkit-box-align: end;
  -webkit-box-pack: justify;
  -ms-flex-align: end;
  -ms-flex-pack: justify;
}

.block4 .right__text1 {
  color: #666666;
}

.block4 .right__text2 {
  position: relative;

  margin-left: 5px;
}

.block4 .right__text2::before {
  content: "";
  position: absolute;
  top: 8px;;
  left: -32px;

  width: 20px;
  height: 2px;

  background-color: #c4c2c2;
}

.block4 .right__text3 {
  position: relative;
}

.block4 .right__text3::before {
  content: "";
  position: absolute;
  top: 8px;;
  left: -32px;

  width: 20px;
  height: 2px;

  background-color: #73ad32;
}

.block4 .right__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.block4__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;;
  width: 100%;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.block4 .content__item {
  position: relative;
  z-index: 2;

  width: 370px;
  margin-bottom: 34px;;
  padding-right: 10px;
  padding-bottom: 27px;
  padding-left: 10px;

  text-align: center;

  background-color: #ffffff;
}

.block4 .content__item1,
.block4 .content__item2 {
  position: relative;
  z-index: 2;
}

.block4 .content__item1:after,
.block4 .content__item2:after {
  content: "";
  position: absolute;
  top: -21px;;
  right: -95px;

  width: 150px;
  height: 20px;

  background-image: url(../img/border.png);
  background-repeat: no-repeat;
}

.block4 .item__title {
  margin-top: 29px;

  font-weight: 500;;
  font-size: 20px;
  line-height: 28px;
}

.block4 .item__text {
  margin-top: 12px;

  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #444444;
}

.block4__btn {
  width: 220px;
  margin-bottom: 90px;
}

@media screen and (max-width:1190px) {
  .block4 {
    width: 100%;
  }
  .block4 .wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width:1169px) {
  .block4 br {
    display: none;
  }
  .block4 .header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    align-items: center;
    width: 100%;

    text-align: center;;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
  }
  .block4 .header__left br {
    display: block;
  }
  .block4__header {
    min-height: 1px;
  }
  .block4 .header__right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 700px;
    padding-right: 95px;;
    padding-bottom: 70px;
  }
  .block4 .right__img {
    width: 100%;
  }
  .block4 .product__img {
    margin: 0 auto 20px;
  }
  .block4__content {
    justify-content: center;;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .block4 .content__item {
    margin-right: 10px;
  }
  .block4 .content__item::after {
    display: none;
  }
  .block4 .content__item:last-child {
    margin-right: 0;
  }
  .block4 .header__left__product::before {
    display: none;
  }
  .block4 .header__right__text {
    -ms-flex-direction: column;
        flex-direction: column;
    justify-content: center;;
    align-items: center;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
  }
  .block4 .header__right {
    padding: 0;

    background: 0 0;
    /* margin-top: 77px */
  }
  .block4 .right__text {
    margin: 0;
    margin-bottom: 10px;
  }
  .block4 .right__text br {
    display: none;
  }
  .block4 .right__text2,
  .block4 .right__text3 {
    padding-left: 30px;
  }
  .block4 .right__text2::before,
  .block4 .right__text3::before {
    left: 0;
  }
  .block4 .item__text {
    font-size: 16px;
  }
}

@media screen and (max-width:999px) {
  .block4__header {
    margin-top: 30px;
  }
  .block4__btn {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:767px) {
  .block4__header {
    -ms-flex-direction: column;
        flex-direction: column;
    align-items: center;;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
  }
  .block4 .header__right {
    width: 459px;;
    min-height: 1px;
    margin-top: 0;
  }
  .block4__content {
    -ms-flex-direction: column;
        flex-direction: column;
    align-items: center;;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
  }
  .block4 .content__item {
    width: 459px;;
    margin-right: 0;
  }
}

@media screen and (max-width:479px) {
  .block4 .header__right {
    width: 100%;
  }
  .block4 .header__left__product {
    width: 100%;
  }
  .block4 .product__img {
    width: 100%;
  }
  .block4 .content__item {
    width: 100%;
  }
}

.block5 .wrapper {
  position: relative;
}

.block5 .wrapper::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;

  width: 30px;
  height: 15px;

  background-image: url(../img/block5__arrow.png);
  background-repeat: no-repeat;
  -webkit-transform: translateX(-51%);
          transform: translateX(-51%);
}

.block5__title {
  margin-top: 76px;

  font-weight: 700;
  font-size: 39px;
  line-height: 39px;
  text-align: center;
}

.block5__subtitle {
  margin-top: 14px;

  font-weight: 400;
  font-size: 18px;
  line-height: 38px;;
  text-align: center;
  color: #444444;
}

.block5__content {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;;
  width: 100%;
  margin-top: 27px;
  margin-bottom: 126px;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.block5 .content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  justify-content: center;
  width: 33.3%;
  margin: 0;
  padding: 0;

  list-style: none;
  font-weight: 400;;
  font-size: 18px;
  line-height: 22px;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.block5 .list__item {
  position: relative;

  margin-bottom: 34px;
  padding-left: 59px;
}

.block5 .list__item:last-child {
  margin-bottom: 0;
}

.block5 .list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;

  width: 48px;
  height: 48px;

  background-image: url(../img/block5__list.png);
  background-repeat: no-repeat;
  -webkit-transform: translateY(-51%);
          transform: translateY(-51%);
}

.block5 .content__img {
  width: 33.3%;
  margin-right: 30px;
  margin-bottom: -26px;;
  margin-left: 30px;
}

.block5 .content__img::before {
  left: -120px;
  z-index: 2;
}

.block5 .content__img::after {
  content: "";
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 1;;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 368px;
  height: 368px;

  border: 24px solid #e1f0fa;
  border-radius: 50%;
}

.block5 .img__product {
  margin-top: 133px;
  margin-left: 72px;
}

@media screen and (max-width:1190px) {
  .block5 {
    width: 100%;
  }
  .block5 .wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width:1169px) {
  .block5__content {
    align-items: flex-start;
    margin-bottom: 30px;;

    -webkit-box-align: start;
    -ms-flex-align: start;
  }
  .block5 .content__img {
    width: 35%;
    margin-right: 0;
    margin-left: 0;
  }
  .block5 .content__img::before {
    display: none;
  }
  .block5 .content__img::after {
    display: none;
  }
  .block5 .img__product {
    width: 100%;
    margin-left: 0;
  }
  .block5 .content__list {
    width: 35%;

    font-size: 16px;
  }
}

@media screen and (max-width:999px) {
  .block5__title {
    width: 100%;
    margin-top: 30px;;

    text-align: center;
  }
  .block5__subtitle {
    width: 100%;

    text-align: center;
  }
  .block5__content {
    -ms-flex-direction: column;
        flex-direction: column;
    align-items: center;;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
  }
  .block5__content br {
    display: none;
  }
  .block5 .content__list {
    width: 48%;
  }
  .block5 .content__list:first-child {
    margin-right: 4%;
  }
  .block5 .content__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .block5 .img__product {
    width: auto;
    margin: 20px auto 10px;
  }
  .block5 .content__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    justify-content: center;;
    align-items: center;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
  }
  .block5 .content__list br {
    display: none;
  }
  .block5 .list__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;;
    width: 100%;
  }
  .block5 .content__img {
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;;

    -webkit-box-ordinal-group: 0;
  }
  .block5__content {
    -ms-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;;

    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-wrap: wrap;
  }
}

@media screen and (max-width:767px) {
  .block5 .content__list {
    width: 70%;
  }
  .block5 .content__list:first-child {
    -ms-flex-order: -2;
    order: -2;
    margin-right: 0;;

    -webkit-box-ordinal-group: -1;
  }
}

@media screen and (max-width:479px) {
  .block5 .content__list {
    width: 100%;
  }
  .block5 .list__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .block5 .img__product {
    width: 100%;
    height: auto;
  }
  .block5 .content__img {
    display: block;
  }
}

.block6 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block6__header {
  position: relative;
  z-index: 2;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 35px;
  padding-bottom: 35px;

  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #666666;

  border-bottom: 1px solid #e1e1e1;;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.block6 .left__img {
  display: none;
}

.block6 .header__text {
  position: relative;

  padding-left: 48px;
}

.block6 .header__text-like::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;;

  width: 34px;
  height: 31px;

  background-image: url(../img/like.svg);
  background-repeat: no-repeat;
}

.block6 .header__text-people::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 11px;;

  width: 26px;
  height: 32px;

  background-image: url(../img/people.svg);
  background-repeat: no-repeat;
}

.block6 .header__text-doctor::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;;

  width: 30px;
  height: 32px;

  background-image: url(../img/doctor.svg);
  background-repeat: no-repeat;
}

.block6 .header__text-flask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;;

  width: 20px;
  height: 36px;

  background-image: url(../img/flask.svg);
  background-repeat: no-repeat;
}

.block6__title {
  margin-top: 85px;
}

.block6__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  width: 100%;
  margin-top: 60px;
}

.block6 .content__left {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;;
  width: 600px;

  -webkit-box-align: end;
  -ms-flex-align: end;
}

.block6 .content__left::before {
  content: "";
  position: absolute;
  right: -253px;
  bottom: 0;;

  width: 1038px;
  height: 777px;

  background-image: url(../img/block6__doctor.png);
}

.block6 .content__right {
  width: 570px;
  margin-bottom: 64px;
}

.block6 .content__title {
  position: relative;

  margin-bottom: 34px;
  padding-top: 15px;
  padding-bottom: 23px;;
  padding-left: 30px;

  font-size: 18px;
  line-height: 26px;
  color: #444444;
  font-style: italic;

  background-color: #ecf6fb;
  border-radius: 5px;
}

/* .block6 .content__title::before { */
/* content: ''; */
/* position: absolute; */
/* background-image: url(../img/block6__line.png); */
/* background-repeat: no-repeat; */
/* width: 20px; */
/* height: 26px; */
/* top: -21px; */
/* left: 31px */
/* } */

.block6 .block__text {
  margin-bottom: 30px;;
  padding-right: 10px;

  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #444444;
}

.block6 .block__text .text__decor {
  font-weight: 500;;
  color: #222222;
}

.block6 .block__text-7 {
  padding-bottom: 50px;
}

.block6 .text__img {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}

.block6 .content {
  position: relative;

  height: 576px;
}

.block6 .content::before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 2;;

  width: 95%;
  height: 150px;

  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
}

.block6 .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;

  background-color: #73ad32;
  border-radius: 1px;
}

.block6 .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #f1eded;
}

@media screen and (max-width:1190px) {
  .block6 {
    width: 100%;
  }
  .block6 .wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width:1169px) {
  .block6__title {
    text-align: center;
  }
  .block6 .content__left {
    width: 50%;
    margin-right: 10px;
  }
  .block6 .content__left::before {
    display: none;
  }
  .block6 .content__right {
    bottom: 0;
  }
  .block6 .left__img {
    display: block;;
    width: 100%;
  }
  .block6 .block__text-7 {
    padding-bottom: 0;
  }
  .block6 .content {
    height: 400px;
  }
  .block6 .content::before {
    display: none;
  }
  .block6 .block__text {
    font-size: 16px;
  }
}

@media screen and (max-width:999px) {
  .block6 .content__right {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:999px) {
  .block6 .header__text {
    padding-left: 41px;
  }
  .block6__content {
    -ms-flex-direction: column;
        flex-direction: column;
    align-items: center;;
    margin-top: 20px;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
  }
  .block6__title {
    margin-top: 20px;
  }
  .block6 .content {
    height: 100%;
  }
  .block6 .content::before {
    display: none;
  }
  .block6 .content__left {
    display: block;
    width: 100%;
    height: auto;
    min-height: 1px;
    margin: 0;;

    text-align: center;
  }
  .block6 .left__img {
    width: 40%;
    height: auto;
    margin: 0 auto;
  }
  .block6 .content__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    align-items: center;;
    width: 100%;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
  }
  .block6 .content__right br {
    display: none;
  }
  .block6 .content__block {
    width: 100%;
  }
  .block6 .content__title {
    width: 70%;
    padding: 15px 10px;

    text-align: center;
  }
  .block6 .block__text-7 {
    margin-bottom: 0;;
    padding-bottom: 0;
  }
}

@media screen and (max-width:767px) {
  .block6 .left__img {
    width: 50%;
  }
  .block6__header {
    display: none;
  }
  .block6 .header__text {
    width: 100%;
    margin-bottom: 60px;
    padding-left: 0;

    font-size: 16px;;
    text-align: center;
  }
  .block6 .header__text br {
    display: none;
  }
  .block6 .header__text::before {
    top: 35px;;
    left: 50%;
  }
  .block6 .header__text-like::before {
    left: 46%;
  }
  .block6 .header__text-people::before {
    left: 46%;
  }
  .block6 .header__text-doctor::before {
    left: 46%;
  }
  .block6 .header__text-flask::before {
    left: 47%;
  }
  .block6 .content__right {
    margin-bottom: 30px;
  }
  .block6 .content__title {
    width: 90%;
  }
  .block6 .block__text br {
    display: none;
  }
}

@media screen and (max-width:479px) {
  .block6 .left__img {
    width: 80%;
  }
  .block6 .content__title {
    width: 100%;
  }
  .block6 .content__title::before {
    display: none;
  }
  .block6 .block__text-3 img {
    display: block;
    float: none;
    margin: 0 auto 30px;
  }
}

.block7 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block7__title {
  margin-top: 74px;;

  text-align: center;
}

.block7__btn {
  width: 280px;
  margin-bottom: 82px;
}

.block7__slider {
  width: 100%;
}

.block7__slider1 {
  position: relative;
  z-index: 4;

  width: 100%;
  padding-top: 16px;
}

.block7__slider1::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;;

  width: 100%;
  height: 103px;

  background-color: #ffffff;
}

.block7 .slide__bg {
  position: relative;
  left: 0;
  z-index: 1;
}

.block7 .slide__text {
  position: relative;;

  width: 100%;
}

.block7 .expert-1 {
  display: none;
}

.block7 .slider1__slide {
  width: 270px;
  margin-right: 30px;

  outline: 0;
}

.block7 .slider1__slide:last-child {
  margin-right: 0;
}

.block7 .slide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  justify-content: flex-end;;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 70px;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: end;
  -ms-flex-align: center;
  -ms-flex-pack: end;
}

.block7 .slide__img {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;;
  width: 100%;
  height: 175px;

  cursor: pointer;

  -webkit-box-align: end;
  -webkit-box-pack: center;
  -ms-flex-align: end;
  -ms-flex-pack: center;
}

.block7 .slide__img img {
  position: relative;;
  z-index: 2;
}

.block7 .slide__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 145px;

  border: 1px solid #dee0e0;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.block7 .slide__img-4 .expert-2 {
  margin-bottom: 50px;
}

.block7 .slide__img-4 .expert-1 {
  margin-bottom: 70px;
}

.block7 .slick-current .expert-2 {
  display: none;
}

.block7 .slick-current .expert-1 {
  display: block;
}

.block7 .slick-current .slide__inner {
  padding-top: 35px;
}

.block7 .slick-current .slide__img {
  height: 212px;
}

.block7 .slick-current .slide__img::before {
  height: 177px;

  background-color: #ffffff;
  border-color: #ffffff;
}

.block7 .slick-current .slide__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 93px);;

  width: 186px;
  height: 153px;

  background-image: url(../img/elipse.png);
  background-repeat: no-repeat;
}

.block7 .slick-current .slide__text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;;

  width: 100%;
  height: 7px;

  background-color: #72ae30;
}

.block7 .slick-current .slide__subtitle {
  border: none;
}

.block7 .slick-current .slide__title {
  position: relative;
}

/* .block7 .slick-current .slide__title::before { */
/* width: 16px; */
/* height: 20px; */
/* position: absolute; */
/* content: ''; */
/* background-image: url(../img/block6__line.png); */
/* background-size: 100%; */
/* background-repeat: no-repeat; */
/* bottom: 0; */
/* right: 19px */
/* } */

.block7 .slick-current .slide__title-4::after {
  right: 0;
}

.block7 .slide__title {
  position: relative;
  z-index: 4;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 10px;

  font-weight: 500;;
  font-size: 17px;
  line-height: 26px;
  text-align: left;
  color: #444444;
}

.block7 .slide__subtitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 6px;
  padding-bottom: 18px;

  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #888888;

  border-bottom: 1px solid #e1e1e1;
}

.block7 .slide__subtitle-1,
.block7 .slide__subtitle-4,
.block7 .slide__title-1,
.block7 .slide__title-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 250px;;
  margin-left: 20px;
}

.block7 .slide__subtitle-2,
.block7 .slide__subtitle-3,
.block7 .slide__title-2,
.block7 .slide__title-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}

.block7__slider2 {
  position: relative;
  z-index: 4;

  width: 100%;
  margin-bottom: 35px;

  background: #ffffff;
  border-radius: 0 0 5px 5px;
}

.block7 .slider2__text {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px 25px 30px;

  font-weight: 400;
  font-size: 17px;
  line-height: 28px;;
  text-align: center;
  color: #555555;

  outline: 0;
}

.block7 .slick-next,
.block7 .slick-prev {
  bottom: 145px;
  z-index: 2;;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48px;
  height: 48px;

  background-color: #388bce;
  background-repeat: no-repeat;
  background-position: center center;
  border: 9px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.block7 .slick-next:hover,
.block7 .slick-prev:hover {
  background-color: #639727;
  border-color: #edf6fc;
}

.block7 .slick-next {
  right: -80px;;

  background-image: url(../img/arrow__next.png);
}

.block7 .slick-next::before {
  content: "";
}

.block7 .slick-prev {
  left: -80px;;

  background-image: url(../img/arrow__prev.png);
}

.block7 .slick-prev::before {
  content: "";
}

@media screen and (max-width:1350px) {
  .block7 br {
    display: none;
  }
  .block7 .wrapper {
    max-width: 900px;
  }
  .block7 .slider1__slide {
    width: 210px;
    margin-right: 20px;
  }
  .block7 .slick-next {
    right: -55px;
  }
  .block7 .slick-prev {
    left: -55px;
  }
  .block7__slider1::before {
    height: 103px;
  }
  .block7 .slick-current .slide__title::before {
    right: 5px;
  }
  .block7 .slide__subtitle {
    min-height: 59px;
  }
  .block7 .slide__subtitle-1,
  .block7 .slide__subtitle-4,
  .block7 .slide__title-1,
  .block7 .slide__title-4 {
    width: 190px;
  }
}

@media screen and (max-width:1023px) {
  .block7__slider1 {
    width: 460px;
    margin: 0 auto;
  }
  .block7__slider1::before {
    height: 82px;
  }
  .block7 .slider1__slide {
    width: 460px;
  }
  .block7__slider2 {
    width: 460px;
    margin: 0 auto 30px;
  }
  .block7 .slide__img::before {
    bottom: 0;
    left: 50%;

    width: 270px;
    height: 145px;
    margin-left: -135px;
  }
  .block7 .slick-current .slide__text::after {
    top: -1px;
  }
  .block7 .slide__subtitle,
  .block7 .slide__title {
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
  }
  .block7 .slide__subtitle {
    min-height: 1px;
  }
  .block7 .slick-current .slide__subtitle {
    border-bottom: 1px solid #e1e1e1;
  }
  .block7__title {
    margin-top: 30px;
  }
  .block7__btn {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:767px) {
  .block7__slider1 {
    width: 300px;
    margin: 0 auto;
  }
  .block7 .slider1__slide {
    width: 300px;
  }
  .block7 .slick-current .slide__img {
    height: 250px;
  }
  .block7 .slick-current .slide__inner {
    padding-top: 0;
  }
  .block7__slider2 {
    width: 300px;
    margin: 0 auto 30px;
  }
  .block7 .slide__img::before {
    bottom: 0;
    left: 0;

    width: 300px;
    height: 145px;
    margin-left: 0;
  }
  .block7 .slider2__text {
    font-size: 15px;
  }
  .block7 .slick-current .slide__text::after {
    top: -1px;
  }
}

@media screen and (max-width:479px) {
  .block7 .slick-next,
  .block7 .slick-prev {
    bottom: -85px;
  }
  .block7 .slick-next {
    right: 90px;
  }
  .block7 .slick-prev {
    left: 90px;
  }
  .block7 .slick-current .slide__subtitle {
    padding-bottom: 10px;
  }
  .block7 .slider2__text {
    padding-top: 10px;
  }
  .block7__slider2 {
    margin-bottom: 75px;
  }
}

.block8 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block8__title {
  margin-top: 75px;;

  text-align: center;
}

.block8__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;;
  width: 100%;
  margin-top: 56px;
  margin-bottom: 88px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.block8 .content__block__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  width: 100%;
}

.block8 .block__left__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 502px;

  border: 2px solid #e1f0fa;
  border-radius: 50%;;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

.block8 .block__left__product::after {
  content: "";
  position: absolute;
  top: 56px;
  left: 46px;;

  width: 402px;
  height: 402px;

  background-color: #e1f0fa;
  border-radius: 50%;
}

.block8 .block__left__product::before {
  bottom: 94px;
  left: -73px;
}

.block8 .product__img {
  position: absolute;
  top: 175px;
  left: 97px;
}

.block8 .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 668px;
}

.block8 .block__left__product {
  min-height: 517px;
}

.block8 .content__block__list {
  position: relative;

  width: 294px;
  margin: 0;
  padding: 0;

  list-style: none;
  font-weight: 400;;
  font-size: 17px;
  color: #444444;
}

.block8 .list__item {
  position: relative;
  z-index: 2;

  display: inline-block;
  width: 123%;
  padding-top: 20px;
  padding-bottom: 19px;
  padding-left: 60px;;

  cursor: pointer;
}

.block8 .list__item1 {
  top: 0;
  left: -162px;
}

.block8 .list__item2 {
  top: 18px;
  left: -76px;
}

.block8 .list__item3 {
  top: 64px;
  left: -34px;
}

.block8 .list__item4 {
  top: 106px;
  left: -34px;
}

.block8 .list__item5 {
  top: 149px;
  left: -82px;
}

.block8 .list__item6 {
  top: 160px;
  left: -164px;
}

.block8 .list__item-el {
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 2;;

  display: block;
  width: 56px;
  height: 56px;

  background-color: #73ad32;
  border: 8px solid #e2f0fa;
  border-radius: 50%;
}

.block8 .list__item-el::before {
  content: "";
  position: absolute;
  top: calc(50% - 15px/2);
  left: calc(50% - 3px/2);;

  width: 3px;
  height: 15px;

  background-color: #ffffff;
}

.block8 .list__item-el::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px/2);
  left: calc(50% - 15px/2);;

  width: 15px;
  height: 3px;

  background-color: #ffffff;
}

.block8 .active {
  font-weight: 500;
  color: #000000;
}

.block8 .active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;;

  width: 530px;
  height: 59px;

  background-color: #f2f9fe;
  border-radius: 27px;
}

.block8 .active .list__item-el {
  background-color: #3889cb;
}

.block8 .active .list__item-el::before {
  display: none;
}

.block8 .inner__wrapper {
  width: 374px;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
}

.block8 .content__block__right {
  position: relative;
  z-index: 2;;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 374px;
  min-height: 417px;

  text-align: center;

  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
}

.block8 .content__block__right::before {
  content: "";
  position: absolute;
  top: 89px;;
  left: -22px;

  width: 22px;
  height: 43px;

  background-image: url(../img/triugolnik.png);
  background-repeat: no-repeat;
}

.block8 .content__block__right1::before {
  top: 7px;
}

.block8 .content__block__right2::before {
  top: 86px;
}

.block8 .content__block__right3::before {
  top: 192px;
}

.block8 .content__block__right4::before {
  top: 294px;
}

.block8 .content__block__right5::before {
  top: 398px;
}

.block8 .content__block__right6::before {
  top: 470px;
}

.block8 .block__right__title {
  margin: 14px 0;

  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  color: #010101;
}

.block8 .block__right__text {
  margin-top: 3px;

  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #555555;
}

.block8 .content__block__right1,
.block8 .content__block__right2,
.block8 .content__block__right3,
.block8 .content__block__right4,
.block8 .content__block__right5,
.block8 .content__block__right6 {
  display: none;
}

.block8 .block__right-active {
  display: block;
}

@media screen and (max-width:1169px) {
  .block8 .content__block__left {
    justify-content: center;;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .block8 .block__left__product {
    margin-left: -165px;
  }
  .block8 .block__left__product::before {
    display: none;
  }
  .block8 .product__img {
    top: 125px;
    left: 15%;;

    width: 330px;
  }
}

@media screen and (max-width:1023px) {
  .block8 {
    width: 100%;
  }
  .block8 .wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .block8 br {
    display: none;
  }
  .block8 .tabs {
    justify-content: center;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    min-height: 517px;;

    -webkit-box-ordinal-group: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .block8 .content__block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;;
    width: 50%;
    margin-left: 5%;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
  .block8 .slider__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;;
    width: 50%;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
  }
  .block8__content {
    width: 748px;
    margin-bottom: 30px;
  }
  .block8 .inner__wrapper {
    padding: 20px;
  }
  .block8 .content__block__right2::before {
    top: 100px;
  }
  .block8 .content__block__right4::before {
    top: 280px;
  }
  .block8 .content__block__right5::before {
    top: 370px;
  }
  .block8 .content__block__right6::before {
    top: 460px;
  }
  .block8 .content__block {
    position: relative;
  }
  .block8 .block__left__product {
    position: absolute;
    top: 50%;
    right: 0;

    width: 374px;
    min-height: 374px;;
    margin-top: -187px;
  }
  .block8 .block__left__product::after {
    top: 50%;
    left: 50%;

    width: 300px;
    height: 300px;
    margin-top: -150px;
    margin-left: -150px;
  }
  .block8 .product__img {
    top: 70px;
    left: 3px;;

    width: 300px;
  }
  .block8 .list__item {
    position: relative;
    top: 0;
    left: 0;

    margin-bottom: 30px;
  }
  .block8 .list__item::before {
    width: 630px;
  }
  .block8__title {
    margin-top: 30px;
  }
}

@media screen and (max-width:767px) {
  .block8__content {
    width: 100%;
    margin-top: 0;
  }
  .block8 .block__left__product {
    position: static;

    width: 100%;
    min-height: auto;
    margin: 0 auto;

    border: none;
  }
  .block8 .block__left__product::after {
    display: none;
  }
  .block8 .product__img {
    position: static;

    margin: 0 auto;
  }
  .block8 .tabs {
    width: 100%;
  }
  .block8 .slider__tabs {
    width: 100%;
  }
  .block8 .inner__wrapper {
    width: 300px;
    padding: 20px 10px;
  }
  .block8 .content__block__right {
    width: 300px;
    /* min-height: 550px */
  }
  .block8 .right__img {
    width: 100%;
  }
  .block8 .content__block__list {
    display: none;
  }
  .block8 .inner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    align-items: center;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
  }
  .block8 .content__block {
    display: block;
    margin: 20px 1%;

    outline: 0;
  }
  .block8 .content__block::before {
    display: none;
  }
  .block8 .slick-next,
  .block8 .slick-prev {
    bottom: 50%;
    z-index: 2;;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 48px;
    height: 48px;

    background-color: #388bce;
    background-repeat: no-repeat;
    background-position: center center;
    border: 9px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
  .block8 .slick-next:hover,
  .block8 .slick-prev:hover {
    background-color: #639727;
    border-color: #edf6fc;
  }
  .block8 .slick-next {
    background-image: url(../img/arrow__next.png);
  }
  .block8 .slick-next::before {
    content: "";
  }
  .block8 .slick-prev {
    background-image: url(../img/arrow__prev.png);
  }
  .block8 .slick-prev::before {
    content: "";
  }
  .block8 .slick-next {
    right: 10px;
  }
  .block8 .slick-prev {
    left: 10px;
  }
}

@media screen and (max-width:479px) {
  .block8__content {
    margin-bottom: 70px;
  }
  .block8 .product__img {
    width: 80%;
  }
  .block8 .slick-next,
  .block8 .slick-prev {
    bottom: -65px;
  }
  .block8 .slick-next {
    right: 90px;
  }
  .block8 .slick-prev {
    left: 90px;
  }
  .block8 .slider__tabs {
    width: 300px;
    margin: 0 auto;
  }
  .block8 .content__block {
    margin: 20px 0;

    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.block9__title {
  margin-top: 75px;;

  text-align: center;
}

.block9__subtitle {
  padding-bottom: 85px;;

  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}

.block9__content {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  width: 100%;
  margin-top: 33px;
  margin-bottom: 85px;
}

.block9__content::before {
  content: "";
  position: absolute;
  bottom: -52px;

  width: 100%;
  height: 11px;

  background-image: url(../img/block9__border-bottom.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.block9 .content__block {
  position: relative;;

  width: 50%;
}

.block9 .content__left {
  margin-right: 27px;
}

.block9 .content__left::before {
  content: "";
  position: absolute;
  top: 72px;;
  left: 0;

  width: 70px;
  height: 56px;

  background-image: url(../img/block9__emblem1.svg);
  background-repeat: no-repeat;
}

.block9 .content__right::before {
  content: "";
  position: absolute;
  top: 68px;;
  left: 0;

  width: 65px;
  height: 65px;

  background-image: url(../img/block9__emblem2.svg);
  background-repeat: no-repeat;
}

.block9 .content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 16px;;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

.block9 .top__num {
  position: relative;
  z-index: 2;;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;

  font-weight: 700;
  font-size: 150px;
  color: #388bce;

  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
}

.block9 .top__num__left {
  padding-left: 142px;
}

.block9 .top__num__left::after {
  content: "";
  position: absolute;
  top: 49%;;
  left: 40%;

  width: 30px;
  height: 1px;

  background-color: #000000;
  opacity: 0.15;
}

.block9 .top__num__right {
  padding-left: 129px;
}

.block9 .top__num__right::after {
  content: "";
  position: absolute;
  top: 49%;;
  left: 19%;

  width: 30px;
  height: 1px;

  background-color: #000000;
  opacity: 0.15;
}

.block9 .top__num3 {
  margin-right: 30px;
}

.block9 .top__num3::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 123px;
  z-index: -1;;

  width: 114px;
  height: 164px;

  background-image: url(../img/block9__num3-shadow.png);
  background-repeat: no-repeat;
}

.block9 .top__num9 {
  margin-right: 15px;
}

.block9 .top__num9::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 112px;
  z-index: -1;;

  width: 114px;
  height: 164px;

  background-image: url(../img/block9__num9-shadow.png);
  background-repeat: no-repeat;
}

.block9 .top__num5::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 226px;
  z-index: -1;;

  width: 114px;
  height: 164px;

  background-image: url(../img/block9__num5-shadow.png);
  background-repeat: no-repeat;
}

.block9 .top__num__perc {
  margin-right: 20px;

  font-size: 80px;
}

.block9 .top__text {
  font-weight: 500;;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}

.block9 .content__bottom {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;;
  color: #444444;
}

@media screen and (max-width:1190px) {
  .block9 {
    width: 100%;
  }
  .block9 * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .block9 .wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width:1023px) {
  .block9__title {
    margin-top: 30px;
  }
  .block9__subtitle {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .block9 .top__num {
    font-size: 70px;
  }
  .block9 .top__num::before {
    display: none;
  }
  .block9 .top__num__perc {
    font-size: 50px;
  }
  .block9 .top__num9 {
    margin-right: 0;
  }
  .block9 .top__num9::before {
    display: none;
  }
  .block9 .top__num5::before {
    display: none;
  }
  .block9__content {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .block9 .content__top {
    margin-bottom: 0;
  }
}

@media screen and (max-width:1100px) {
  .block9 br {
    display: none;
  }
  .block9 .content__left::before,
  .block9 .content__right::before,
  .block9 .top__num__left::after,
  .block9 .top__num__right::after {
    display: none;
  }
  .block9 .top__num {
    padding-left: 10px;
  }
  .block9 .top__num3::before {
    left: -5px;
  }
  .block9 .top__num9::before {
    left: -5px;
  }
  .block9 .top__num5::before {
    left: 110px;
  }
}

@media screen and (max-width:999px) {
  .block9__content {
    -ms-flex-direction: column;
        flex-direction: column;
    align-items: center;;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
  }
  .block9 .content__block {
    width: 100%;
    margin: 0;
  }
  .block9 .content__top {
    justify-content: center;;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .block9 .content__bottom {
    width: 80%;;
    margin: 0 auto;

    text-align: center;
  }
}

@media screen and (max-width:767px) {
  .block9__content {
    margin-top: 0;
  }
  .block9 .content__top {
    -ms-flex-direction: column;
        flex-direction: column;
    justify-content: center;;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .block9 .content__bottom {
    width: 100%;;
    margin: 0;

    text-align: center;
  }
}

body,
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;;

  font-family: Roboto, sans-serif;

  background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;;
  padding: 0;
}

@font-face {
  font-weight: 400;
  font-family: svgfont;
  font-style: normal;;

  src: url(../fonts/svgfont.eot);
  src: url(../fonts/svgfont.eot?#iefix) format("eot"), url(../fonts/svgfont.woff) format("woff"), url(../fonts/svgfont.woff2) format("woff2"), url(../fonts/svgfont.ttf) format("truetype");
}

.icon,
[class*=" icon-"],
[class^=icon-] {
  font-weight: 400;
  line-height: 1;
  font-family: svgfont;
  font-style: normal;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;;
  speak: none;
  text-rendering: auto;
}

.icon,
[class*=" icon-"],
[class^=icon-] {
  display: inline-block;;

  vertical-align: middle;
}

.icon-arrow:before {
  content: "";
}

.icon-arrow {
  font-size: 19px;;
  color: #e4e4e4;
}

a {
  text-decoration: none;
}

.logo__text {
  font-weight: 700;;
  color: #388bce;
}

.text__bold {
  font-weight: 700!important;;
  color: #000000!important;
}

.text__red {
  color: #e90a0a;
}

.wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1170px;
  margin: 0 auto;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;

  font-weight: 700;
  font-size: 23px;
  /* background-color: #73ad32; */
  font-family: Roboto;
  text-align: center;
  color: #ffffff;

  background: -webkit-linear-gradient(top, #ff395c 0,  #b62040 100%);
  background:         linear-gradient(top, #ff395c 0,  #b62040 100%);
  border: none;
  border-radius: 32px;
  outline: 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;

  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.btn:hover {
  background: -webkit-linear-gradient(top, #b62040 0,  #ff395c 100%);
  background:         linear-gradient(top, #b62040 0,  #ff395c 100%);
}

.border__bg {
  position: relative;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #444444;

  border: 1px solid #e1e1e1;
  border-radius: 5px;
}

.border__bg::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 2;;

  width: 50px;
  height: 50px;

  background-image: url(../img/sign.png);
  -webkit-transform: translatex(-51%);
          transform: translatex(-51%);
}

.product {
  position: relative;
  z-index: 2;
}

.product::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: -110px;
  z-index: 1;;

  width: 307px;
  height: 205px;

  background-image: url(../img/listochki.png);
  background-repeat: no-repeat;
}

.img {
  position: relative;
  z-index: 2;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  align-items: center;;
  width: 100%;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
}

.title {
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
}

.block1,
.block11,
.block13,
.block3,
.block5,
.block7,
.block9 {
  position: relative;
  z-index: 0;;

  background-color: #f1ece7;
  background-image: -webkit-gradient(linear, right top, left top, from(#bbdbf3), color-stop(46%, #f6fbfd), to(#cedff5));
  background-image: linear-gradient(to left, #bbdbf3 0, #f6fbfd 46%, #cedff5 100%);
}

.block11::before,
.block13::before,
.block1::before,
.block3::before,
.block5::before,
.block7::before,
.block9::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -310px;
  z-index: 0;;

  width: 100%;
  height: 678px;

  background-image: url(../img/block9__bg1.png);
  background-repeat: no-repeat;
}

.block11::after,
.block13::after,
.block1::after,
.block3::after,
.block5::after,
.block7::after,
.block9::after {
  content: "";
  position: absolute;
  right: -360px;
  bottom: -68px;
  z-index: 0;;

  width: 675px;
  height: 678px;

  background-image: url(../img/block9__bg2.png);
  background-repeat: no-repeat;
}

.square {
  width: 10px;
  height: 10px;

  background-color: #000000;
}

.text__inline {
  display: inline-block;
}

@media screen and (max-width:1023px) {
  .title {
    width: 100%;

    font-size: 30px;
    line-height: normal;
  }
  .subtitle {
    width: 100%;

    font-size: 18px;
    line-height: normal;
  }
  .text {
    width: 100%;

    font-size: 16px;
  }
}

@media screen and (max-width:1023px) {
  .block11::after,
  .block11::before,
  .block13::after,
  .block13::before,
  .block1::after,
  .block1::before,
  .block3::after,
  .block3::before,
  .block5::after,
  .block5::before,
  .block7::after,
  .block7::before,
  .block9::after,
  .block9::before {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .title {
    font-size: 26px;
    line-height: normal;
  }
  .subtitle {
    font-size: 18px;
    line-height: normal;
  }
  .text {
    font-size: 16px;
  }
}


.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;

  display: none;
  width: 100%;
  height: 100%;
  overflow-y: auto;

  background: rgba(0, 0, 0, 0.7);
}

.popup-container .popup-block-first {
  position: relative;
  top: calc(50% - 160px);
  left: calc(50% - 300px);

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 600px;
  height: 350px;
  padding: 30px;

  text-align: center;

  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: 8px 8px 85px rgba(0, 0, 0, 0.45);
          box-shadow: 8px 8px 85px rgba(0, 0, 0, 0.45);

  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.popup-container .popup-block-second {
  position: relative;
  top: calc(50% - 100px);
  left: calc(50% - 300px);
  z-index: -1;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 600px;
  height: 200px;
  padding: 20px;

  text-align: center;

  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: 8px 8px 85px rgba(0, 0, 0, 0.45);
          box-shadow: 8px 8px 85px rgba(0, 0, 0, 0.45);
  opacity: 0;

  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.popup-container .popup__close {
  position: absolute;
  top: 8px;
  right: 10px;;

  display: block;
  width: 20px;
  height: 20px;

  cursor: pointer;
}

.popup-container .popup__close::after,
.popup-container .popup__close::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;;

  width: 20px;
  height: 3px;

  background-color: #d9d9d9;
}

.popup-container .popup__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup-container .popup__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup-container .popup__textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 200px;;
  margin-top: 10px;
  padding: 10px;

  outline: 0;
}

.popup-container .popup__btn {
  width: 200px;
  height: 60px;
  margin: 20px auto 0;;

  font-size: 16px;
}

.popup-container .popup__title {
  margin-top: 10px;

  font-size: 26px;;
  text-align: center;
}

.popup-container .popup__text {
  margin-top: 10px;
  margin-bottom: 10px;;

  font-size: 20px;
  text-align: center;
}

.popup-container-block {
  position: relative;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  height: 400px;
  margin: 20px auto;
  padding: 30px;

  text-align: center;

  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: 8px 8px 85px rgba(0, 0, 0, 0.45);
          box-shadow: 8px 8px 85px rgba(0, 0, 0, 0.45);

  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.active {
  display: block;
}

.popup-block-first.active {
  display: none;
}

.popup-block-second.active {
  z-index: 1;;

  opacity: 1;
}

.question__result.is-open .popup-container {
  display: block;
}

.popup__test {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;

  display: none;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  align-items: center;;
  width: 100%;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
}

.popup__content .content__title {
  width: 100%;

  font-weight: 700;;
  font-size: 36px;
  text-align: center;
}

.popup__content .content__subtitle {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 25px;;

  font-size: 20px;
  text-align: center;

  border-bottom: 1px solid #e1e1e1;
}

.popup__content .content__text {
  width: 100%;
  margin-top: 20px;;

  font-size: 18px;
  color: #444444;
}

.popup__content .popup__btn {
  width: 320px;
  margin-top: 20px;
}

.popup__layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;

  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.7);
}

.popup__iner {
  position: relative;
  top: calc(50% - 210px);
  left: calc(50% - 500px);
  z-index: 52;;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1000px;
  height: 420px;
  padding: 30px;

  text-align: center;

  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: 8px 8px 85px rgba(0, 0, 0, 0.45);
          box-shadow: 8px 8px 85px rgba(0, 0, 0, 0.45);

  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.popup__close {
  position: absolute;
  top: 8px;
  right: 10px;;

  display: block;
  width: 20px;
  height: 20px;

  cursor: pointer;
}

.popup__close::after,
.popup__close::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;;

  width: 26px;
  height: 3px;

  background-color: #d9d9d9;
}

.popup__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup .popup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.popup .inner__wrap {
  width: 700px;
  padding: 20px;

  background-color: #dfebf9;;
  border-radius: 5px;
}

.popup .popup__right {
  width: 270px;
}

.popup .popup__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;;
  width: 390px;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

.popup .left__product {
  width: 100%;
  margin-right: 30px;
}

.popup .left__product__img {
  width: 100%;
  height: auto;
}

.popup__footer__form {
  width: 270px;

  text-align: center;
}

.popup .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;;
  width: 270px;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
}

.popup .form__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 16px;
  padding-right: 25px;
  padding-bottom: 21px;
  padding-left: 24px;

  font-size: 0;
  text-align: left;

  background-color: #388bce;
  background-image: -webkit-gradient(linear, right top, left top, from(#3888c9), to(#406698));
  background-image: linear-gradient(to left, #3888c9 0, #406698 100%);
  border-radius: 3px 3px 0 0;;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.popup .price__text {
  padding-bottom: 5px;
}

.popup .price__new {
  font-weight: 400;;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}

.popup .price__new__money {
  display: inline-block;

  font-size: 34px;;
  line-height: 34px;
}

.popup .price__new__currency {
  font-size: 16px;
}

.popup .price__old {
  position: relative;

  font-weight: 400;;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}

.popup .price__old::before {
  content: "";
  position: absolute;
  top: 4px;;
  right: -19px;

  width: 1px;
  height: 53px;

  background-color: #ffffff;
  opacity: 0.15;
}

.popup .price__old__num {
  position: relative;
}

.popup .price__old__num::after,
.popup .price__old__num::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;

  width: 100%;
  height: 1px;

  background-color: red;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}

.popup .price__old__num::before {
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}

.popup .price__old__money {
  display: inline-block;

  font-size: 34px;;
  line-height: 34px;

  opacity: 0.5;
}

.popup .price__old__currency {
  font-size: 16px;;

  opacity: 0.5;
}

.popup .form__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  align-items: center;
  width: 100%;

  background-color: #ffffff;
  border-radius: 0 0 3px 3px;;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
}

.popup .form__name__field,
.popup .form__select__field,
.popup .form__tel__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 235px;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 55px;

  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #666666;

  background-color: #ffffff;
  border: 1px solid #eae9e9;
  border-radius: 32px;
  outline: 0;
}

.popup .form__name__field:hover,
.popup .form__select__field:hover,
.popup .form__tel__field:hover {
  color: #000000;

  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.popup .form__select {
  position: relative;

  margin-top: 20px;
}

.popup .form__select::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 24px;;

  width: 19px;
  height: 23px;

  background-image: url(../img/geo.svg);
  background-repeat: no-repeat;
}

.popup .form__name {
  position: relative;

  margin-top: 20px;
}

.popup .form__name::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 24px;;

  width: 19px;
  height: 23px;

  background-image: url(../img/name-ico.svg);
  background-repeat: no-repeat;
}

.popup .form__tel {
  position: relative;

  margin-top: 15px;
}

.popup .form__tel::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 27px;;

  width: 21px;
  height: 24px;

  background-image: url(../img/tel-ico.svg);
  background-repeat: no-repeat;
}

.popup .form__btn {
  width: 220px;
  margin-top: 20px;
}

.popup .form__pack {
  margin-top: 24px;
  margin-bottom: 21px;

  font-weight: 400;;
  font-size: 15px;
  line-height: 16.52px;
  color: #444444;
}

.popup .form__pack .lastpack {
  font-weight: 700;;
  color: #000000;
}

.popup .footer__form__security {
  position: relative;

  margin-top: 28px;
  padding-left: 31px;;

  font-weight: 400;
  font-size: 15px;
  line-height: 16.52px;
  color: #666666;
}

.popup .footer__form__security::before {
  content: "";
  position: absolute;
  top: -3px;;
  left: 0;

  width: 19px;
  height: 20px;

  background-image: url(../img/security.png);
}

@media screen and (max-width: 1023px) {
  .popup__iner {
    left: calc(50% - 350px);;

    width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .popup__test-2 .popup__iner {
    height: 500px;
  }

  .popup__iner {
    top: 0;
    left: 0;

    width: 300px;
    height: 480px;
    margin: 20px auto;
    padding: 15px;
  }

  .popup__content .content__title {
    width: 100%;

    font-weight: 700;;
    font-size: 28px;
    text-align: center;
  }

  .popup__content .content__subtitle {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;;

    font-size: 18px;
    text-align: center;

    border-bottom: 1px solid #e1e1e1;
  }

  .popup__content .content__text {
    font-size: 16px;
  }

  .popup__content .popup__btn {
    width: 280px;
    margin-top: 20px;;

    font-size: 24px;
  }

  .popup-container .popup-block-first,
  .popup-container .popup-block-second {
    top: 0;
    left: 0;

    width: 300px;
    margin: 20px auto;
  }

  .popup-container .popup-block-second {
    height: 250px;
  }

  .popup .popup__container {
    -ms-flex-direction: column;
        flex-direction: column;
    align-items: center;;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
  }

  .popup .inner__wrap {
    width: 300px;
    margin: 0 auto;
    padding: 10px;

    background-color: #dfebf9;
  }

  .popup .popup__left {
    width: 100%;
  }
}
