:root {
  --bg: #ecefeb;
  --text-color: #2a323b;
  --title-colour: #243546;
  --accent: #345b5e;
  --font-family: "Lato", sans-serif;
  --second-family: "Playfair Display", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: var(--font-family);
}

.no-scroll {
  overflow-y: hidden;
}

body {
  background: var(--bg);
}

.header {
  position: relative;
}

.header .wrapper {
  padding-top: 40px;
}

.main__page .header:after {
  content: "";
  display: block;
  height: 100%;
  width: calc((100% - 1440px) / 2);
  background: url("../img/header__fon.png");
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
}

.wrapper {
  max-width: 1235px;
  margin: 0 auto;
  width: 95%;
}

.menu__pop {
  position: fixed;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  width: 100%;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 100;
}

.wrapper__box {
  background: url("../img/header__img.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  min-height: 1000px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 160px;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 19px;
  line-height: 105%;
  color: var(--title-colour);
  width: 100%;
  max-width: 780px;
  margin-bottom: 25px;
  margin-left: auto;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

.header__tel {
  color: var(--title-colour);
}

.header__lang {
  color: var(--accent);
}

.header__lang.active {
  color: #718587;
}

.header__right {
  width: 90%;
  max-width: 1022px;
}

.header__burger {
  display: none;
}

.header__menu li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  color: var(--text-color);
}

.font__h1 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 84px;
  color: var(--title-colour);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.header__main-text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 23px;
  line-height: 174%;
  color: #3c4650;
  margin-bottom: 16px;
}

.header__main-text span {
  color: var(--accent);
}

.button {
  -webkit-box-shadow: 1px 4px 0 0 var(--accent);
          box-shadow: 1px 4px 0 0 var(--accent);
  background: -webkit-gradient(linear, left bottom, left top, from(#588589), to(#70a4a9));
  background: linear-gradient(360deg, #588589 0%, #70a4a9 100%);
  height: 69px;
  line-height: 69px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 30px;
  color: #fafafa;
  border-radius: 48px;
  display: block;
  padding: 0px 58px;
  cursor: pointer;
}

.button:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#3d676b), to(#70a4a9));
  background: linear-gradient(360deg, #3d676b 0%, #70a4a9 100%);
}

.button:active {
  background: -webkit-gradient(linear, left bottom, left top, from(#294e51), to(#70a4a9));
  background: linear-gradient(360deg, #294e51 0%, #70a4a9 100%);
}

.font__h2 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 48px;
  color: var(--title-colour);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.02em;
}

.about {
  margin-bottom: 100px;
}

.about .font__h2 {
  text-align: left;
}

.about__img-mob {
  display: none;
}

.about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: flex-start;
}

.about__title {
  margin-bottom: 16px;
}

.about__p {
  margin-bottom: 8px;
}

.font__sub {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 23px;
  line-height: 174%;
  color: var(--text-color);
}

.font__sub span {
  color: var(--accent);
}

.font__p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: var(--text-color);
}

.font__p span {
  color: var(--accent);
}

.font__ul {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: var(--text-color);
  list-style-position: inside;
  padding-left: 5px;
}

.font__ul span {
  color: var(--title-colour);
}

.about__ul {
  margin-bottom: 8px;
}

.about__sub {
  margin-bottom: 8px;
}

.about__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e5e8d9;
  border-radius: 128px 0;
  padding: 23px 70px;
  margin-top: 32px;
}

.about__item {
  text-align: center;
  margin-right: 40px;
}

.about__item:nth-last-of-type(1) {
  margin-right: 0;
}

.about__num {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 32px;
  color: var(--accent);
  margin-bottom: 8px;
}

.about__right {
  max-width: 723px;
  width: 59%;
}

.about__left {
  max-width: 481px;
  width: 39%;
}

.about__left img {
  width: 100%;
}

.consult {
  margin-bottom: 100px;
}

.consult .font__p {
  color: #585958;
}

.consult__title {
  margin-bottom: 16px;
}

.consult__sub {
  margin-bottom: 8px;
}

.consult__p {
  margin-bottom: 8px;
}

.consult__ul {
  margin-bottom: 16px;
}

.consult__ul li {
  margin-bottom: 8px;
}

.ses {
  margin-bottom: 100px;
}

.ses__title {
  margin-bottom: 16px;
}

.ses__center-p {
  text-align: center;
  max-width: 1145px;
  margin: 0 auto 16px auto;
}

.ses__sub {
  margin: 0 auto 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ses__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

.ses__item {
  text-align: center;
  width: 33%;
  max-width: 330px;
  position: relative;
}

.ses__num {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 84px;
  text-align: center;
  color: var(--accent);
  margin-bottom: 8px;
}

.ses .font__p span {
  font-weight: 700;
  color: var(--text-color);
}

.ses__item:nth-last-of-type(1):after {
  content: "";
  background: url("../img/oval__1-pk.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 396px;
  height: 121px;
  position: absolute;
  bottom: -84px;
  right: 0px;
}

.cost__item-p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 23px;
  line-height: 174%;
  color: var(--accent);
}

.cost__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.cost__item {
  width: 33%;
  max-width: 330px;
  text-align: center;
  position: relative;
}

.cost__item:nth-of-type(1):before {
  content: "";
  background: url("../img/oval__2-pk.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 396px;
  height: 121px;
  position: absolute;
  top: -96px;
  left: 0px;
}

.cost__item .font__p {
  margin-bottom: 8px;
}

.cost__but {
  margin: 0 auto;
}

.reviews__item {
  border-radius: 32px;
  padding: 32px;
  background: #fff;
}

.reviews__box {
  width: 100%;
  max-width: 673px;
  margin: 0 auto;
  position: relative;
}

.reviews__arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.review__arrow {
  cursor: pointer;
}

.review__arrow::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
}

.reviews__left::before {
  background: url("../img/reviews__arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.reviews__right::before {
  background: url("../img/reviews__arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.reviews__slider-out {
  max-width: 593px;
  margin: 0 auto;
}

.reviews__item-out {
  position: relative;
  padding: 7px;
  margin: 0 25.5px;
}

.reviews__item-out::before {
  content: "";
  display: block;
  width: 102px;
  height: 394px;
  background: url("../img/reviews__left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}

.reviews__item-out::after {
  content: "";
  display: block;
  width: 102px;
  height: 394px;
  background: url("../img/reviews__right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0;
}

.reviews__fio {
  text-align: center;
  margin-bottom: 8px;
}

.reviews__title {
  margin-bottom: 9px;
}

.reviews {
  margin-bottom: 100px;
}

.reviews__text {
  color: #000;
}

.pro {
  margin-bottom: 100px;
}

.pro .wrapper {
  max-width: 1080px;
}

.pro__title {
  margin-bottom: 16px;
}

.pro__text {
  margin-bottom: 16px;
}

.pro__text:nth-last-of-type(1) {
  position: relative;
}

.pro__text:nth-last-of-type(1):after {
  content: "";
  background: url("../img/pro__img.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 396px;
  height: 121px;
  position: absolute;
  bottom: -55px;
  right: 0px;
}

.contact__title {
  margin-bottom: 24px;
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.contact__name {
  max-width: 222px;
  min-width: 157px;
  width: 40%;
}

.contact__onl:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
}

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

.contact__viber {
  margin-right: 16px;
}

.contact__onl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact__viber:before {
  background: url("../img/viber.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.contact__telegram:before {
  background: url("../img/telegram.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.contact__but {
  padding: 0px 41px;
  position: absolute;
  left: 245px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.contact .wrapper {
  position: relative;
}

.contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact__right {
  border-radius: 24px;
  overflow: hidden;
}

.contact__map {
  width: 100%;
  height: 100%;
}

.contact__left {
  max-width: 491px;
  width: 45%;
}

.contact__right {
  height: 484px;
  max-width: 662px;
  width: 54%;
  position: relative;
}

.contact__cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 91, 94, 0.24);
}

.contact__right:hover .contact__cover {
  display: none;
}

.contact {
  margin-bottom: 10px;
}

.footer .wrapper {
  max-width: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .font__p {
  font-weight: 600;
  line-height: 200%;
}

.footer {
  padding: 73px 0px;
}

.pop__bg {
  background: rgba(146, 148, 138, 0.83);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}

.pop, .pop__thank {
  position: fixed;
  z-index: 101;
  overflow: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.pop__in {
  border-radius: 16px 56px;
  width: 90%;
  max-width: 1068px;
  border-radius: 16px 56px;
  background: var(--bg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 102;
  padding: 82px 42px 71px 42px;
}

.pop__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pop__close {
  position: absolute;
  top: 52px;
  right: 43px;
  cursor: pointer;
}

.pop__close::before {
  content: url("../img/pop__close.svg");
}

.pop__left {
  width: 38%;
  max-width: 361px;
}

.pop__left img {
  width: 100%;
}

.pop__right {
  width: 60%;
  max-width: 557px;
}

.pop__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 25px;
  line-height: 164%;
  text-transform: uppercase;
  text-align: center;
  color: var(--title-colour);
  margin-bottom: 24px;
}

.pop__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #435669;
  margin-bottom: 4px;
  padding-left: 12px;
}

#pop__tel-error {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #e74424;
  margin-top: 4px;
  padding-left: 12px;
}

.pop__tel-inp.error {
  border: 1px solid #e74424;
}

.pop__tel-inp.error:hover {
  border: 1px solid #e74424;
}

.pop__input {
  width: 100%;
  border: 1px solid #ccd0bc;
  border-radius: 8px;
  padding: 0px 45px 0px 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 56px;
  height: 56px;
  color: var(--title-colour);
  background: transparent;
}

.pop__input:hover {
  border: 1px solid #b9bcaf;
}

.pop__input:active, .pop__input:focus {
  outline: none;
}

.pop__input::-webkit-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--title-colour);
  line-height: 56px;
}

.pop__input::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--title-colour);
  line-height: 56px;
}

.pop__input:-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--title-colour);
  line-height: 56px;
}

.pop__input::-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--title-colour);
  line-height: 56px;
}

.pop__input::placeholder, .pop__tel-box-in {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--title-colour);
  line-height: 56px;
}

.pop__submit {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0px 33px;
  margin: 0 auto;
}

.pop__tel-box-in {
  position: absolute;
  left: 16px;
}

.pop__tel-inp {
  padding-left: 62px;
}

.pop__input-box {
  position: relative;
  margin-bottom: 26px;
}

.pop__tel-box {
  margin-bottom: 32px;
}

.pop__remove {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
}

.pop__input-box.inputed .pop__remove {
  display: block;
}

.pop__remove::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/pop__remove.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.pop__img-mob {
  display: none;
}

.pop__thank-text {
  border-bottom: 1px solid #d6d8cd;
  max-width: 445px;
  margin: 0px auto 94px auto;
  padding-bottom: 16px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 161%;
  text-align: center;
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pop__thank-text::before {
  content: "";
  display: block;
  width: 38px;
  height: 35px;
  background: url("../img/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 16px;
}

.pop__thank .pop__box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pop__thank .pop__in {
  padding: 77px 67px 76px 42px;
}

.pop__thank .pop__right {
  padding-top: 24px;
}

.policy__body .header__top {
  margin-bottom: 0;
}

.policy__body .wrapper__box {
  background: none;
  min-height: 0px;
}

.policy__body .header__box {
  margin-bottom: 0;
}

.policy__body .header .wrapper {
  padding-bottom: 40px;
}

.policy__title {
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
}

.policy__h2 {
  font-size: 20px;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
}

.policy h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.policy p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .wrapper__box {
    min-height: 800px;
  }
  .ses__item:nth-last-of-type(1):after {
    width: 327px;
    bottom: -44px;
  }
  .cost__item:nth-of-type(1):before {
    width: 330px;
    top: -50px;
  }
  .contact__name {
    width: 35%;
  }
  .contact__but {
    left: 22.5%;
  }
}
@media (max-width: 1023px) {
  .wrapper__box {
    min-height: 619px;
  }
  .wrapper {
    width: 92%;
  }
  .header__bottom {
    display: none;
  }
  .header__burger {
    display: block;
    cursor: pointer;
  }
  .header__burger:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url("../img/burger.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header__top {
    font-size: 17px;
    line-height: 118%;
    margin-bottom: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__switch {
    display: none;
  }
  .menu__pop .header__switch {
    display: block;
  }
  .header__right {
    max-width: 610px;
  }
  .header__logo {
    width: 38px;
    display: block;
  }
  .header__logo img {
    width: 100%;
  }
  .header .wrapper {
    padding-top: 36px;
  }
  .menu__opened .menu__pop {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  }
  .menu__pop {
    background: var(--bg);
  }

  .menu__close {
    display: block;
    cursor: pointer;
    margin-bottom: 35px;
  }
  .menu__close:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/menu__close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
  }
  .menu__text {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 17px;
    line-height: 165%;
    color: var(--text-color);
  }
  .menu__pop .header__lang {
    font-size: 16px;
    line-height: 125%;
  }
  .menu__pop .header__logo {
    width: 34px;
  }
  .menu__top {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #a4aea2;
    padding-top: 16px;
    margin-bottom: 19px;
  }
  .menu__pop .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__pop .header__menu li {
    margin-bottom: 8px;
  }

  .menu__pop .header__menu li a {
    line-height: 36px;
    display: block;
  }

  .menu__pop .header__menu li:hover {
    background: #D6DDD5;
  }

  .menu__pop .header__menu li:active {
    background: #cbd6ca;
  }

  .menu__adr {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 19px;
    line-height: 105%;
    color: var(--title-colour);
    padding-bottom: 52px;
    position: relative;
  }
  .menu__adr:before {
    content: '';
    display: block;
    width: 690px;
    height: 38px;
    background: url('../img/menu__pop-img.svg');
    background-repeat: no-repeat;
    background-size: contain;
    right: 16px;
    top: -22px;
    position: absolute;
  }
  .menu__box-out {
    height: 100%;
  }
  .menu__box-out .wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 41px;
  }
  .menu__box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden;
  }
  .menu__bottom {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .font__h1 {
    font-size: 44px;
  }
  .header__main-text {
    font-size: 19px;
    line-height: 153%;
    max-width: 360px;
  }
  .button {
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    padding: 0px 78px;
  }
  .header__box {
    margin-bottom: 145px;
  }
  .font__h2 {
    font-size: 27px;
    line-height: 36px;
    text-align: center;
  }
  .about .font__h2 {
    text-align: center;
  }
  .about__left {
    display: none;
  }
  .about__img-mob {
    display: block;
  }
  .about__right {
    width: 100%;
    max-width: 100%;
  }
  .font__sub {
    font-size: 19px;
    line-height: 147%;
  }
  .about__sub {
    text-align: center;
    margin-bottom: 8px;
  }
  .about__title {
    margin-bottom: 16px;
  }
  .about__img-mob {
    width: 100%;
    max-width: 534px;
    margin: 0 auto 16px auto;
  }
  .about__img-mob img {
    width: 100%;
  }
  .font__p {
    font-size: 18px;
    line-height: 161%;
  }
  .font__ul {
    font-size: 18px;
    line-height: 178%;
  }
  .about__num {
    font-size: 30px;
  }
  .about__item {
    margin-right: 0px;
  }
  .about__desc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .consult .font__p {
    font-size: 19px;
    line-height: 147%;
  }
  .consult__p {
    margin-bottom: 0;
  }
  .consult__ul li {
    margin-bottom: 4px;
  }
  .ses__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .ses__item {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 8px;
  }
  .cost__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .cost__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .cost__item:nth-last-of-type(1) {
    margin-bottom: 10px;
  }
  .cost__item .font__p {
    margin-bottom: 0;
  }
  .ses__item:nth-last-of-type(1)::after, .cost__item:nth-of-type(1)::before {
    display: none;
  }
  .ses__num {
    font-size: 44px;
  }
  .ses .font__p {
    font-size: 18px;
    line-height: 144%;
  }
  .ses .font__p span {
    font-weight: 600;
  }
  .cost__item-p {
    font-size: 19px;
    line-height: 211%;
  }
  .ses__center-p {
    margin-bottom: 8px;
  }
  .ses__sub {
    margin-bottom: 10px;
  }
  .ses__item:nth-of-type(1):before {
    content: "";
    background: url("../img/oval__1-mob.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 685px;
    height: 121px;
    position: absolute;
    top: 7px;
    left: 0px;
  }
  .ses__item:not(:nth-of-type(1)) .font__p span {
    display: block;
  }
  .ses {
    margin-bottom: 143px;
  }
  .ses .wrapper {
    position: relative;
  }
  .ses .wrapper:after {
    content: "";
    background: url("../img/oval__2-mob.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 684px;
    height: 121px;
    position: absolute;
    bottom: -44px;
    right: 0px;
    z-index: -1;
  }
  .reviews .font__sub {
    line-height: 211%;
  }
  .reviews .font__p {
    line-height: 167%;
  }
  .contact__but {
    position: static;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    margin: 0 auto;
    padding: 0px 64px;
  }
  .contact .font__sub {
    font-size: 14px;
    line-height: 157%;
  }
  .contact .font__p {
    font-size: 16px;
    line-height: 137%;
  }
  .contact__onl::before {
    width: 27px;
    height: 28px;
  }
  .contact__viber {
    margin-right: 8px;
  }
  .contact__name {
    width: 116px;
    max-width: 116px;
    min-width: 116px;
  }
  .contact__right {
    height: 219px;
    min-width: 340px;
    width: 48%;
  }
  .contact__left {
    width: 50%;
    max-width: 350px;
  }
  .contact__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
  }
  .contact__item {
    margin-bottom: 16px;
  }
  .contact__item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .contact {
    margin-bottom: 31px;
  }
  .footer {
    padding: 12px 0px;
  }
  .footer .font__p {
    font-size: 20px;
  }
  .pop__img-pk {
    display: none;
  }
  .pop__img-mob {
    display: block;
  }
  .pop__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pop__in {
    max-width: 682px;
    padding: 69px 62px;
    border-radius: 56px 16px;
  }
  .pop__left {
    width: 100%;
    max-width: 472px;
    margin-bottom: 27px;
  }
  .pop__right {
    width: 100%;
    max-width: 100%;
  }
  .pop__input::-webkit-input-placeholder {
    font-size: 17px;
  }
  .pop__input::-moz-placeholder {
    font-size: 17px;
  }
  .pop__input:-ms-input-placeholder {
    font-size: 17px;
  }
  .pop__input::-ms-input-placeholder {
    font-size: 17px;
  }
  .pop__input, .pop__input::placeholder, .pop__tel-box-in {
    font-size: 17px;
  }
  .pop__tel-inp {
    padding-left: 58px;
  }
  .pop__input-box {
    margin-bottom: 24px;
  }
  .pop__submit {
    padding: 0px 58px;
  }
  .pop__close {
    top: 38px;
    right: 47px;
  }
  .pop__thank .pop__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pop__thank .pop__in {
    padding: 64px 62px 64px 62px;
  }
  .pop__thank .pop__left {
    margin-bottom: 75px;
  }
  .pop__thank .pop__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pop__thank .pop__right .pop__title {
    margin-bottom: 140px;
  }
  .pop__thank-text {
    margin-bottom: 0;
  }
  .policy__body .header .wrapper {
    padding-bottom: 36px;
  }

  .pro__text:nth-last-of-type(1)::after {
     width:460px;
     height: 63px;
     background: url('../img/pro__img-tablet.svg');
     background-size: contain;
     background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .wrapper {
    width: 96%;
  }
  .header {
    margin-bottom: 40px;
  }
  .header__right {
    width: 87%;
  }
  .wrapper__box {
    min-height: 317px;
  }
  .header__text {
    display: none;
  }
  .header__top {
    font-size: 13px;
    line-height: 154%;
  }
  .font__h1 {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 8px;
  }
  .header__main-text {
    font-size: 14px;
    line-height: 143%;
    max-width: 170px;
  }
  .header__box {
    margin-bottom: 57px;
  }
  .button {
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    padding: 0px 38px;
  }
  .font__h2 {
    font-size: 18px;
    line-height: 150%;
  }
  .header__logo {
    width: 29px;
  }
  .header .wrapper {
    padding-top: 32px;
  }
  .menu__text {
    font-size: 13px;
    line-height: 215%;
  }
  .menu__pop .header__lang {
    font-size: 14px;
    line-height: 143%;
  }
  .header__menu li a {
    font-size: 14px;
    line-height: 143%;
  }
  .menu__adr {
    font-size: 14px;
    line-height: 143%;
    padding-bottom: 40px;
  }
  .menu__box-out .wrapper {
    padding-top: 35px;
    width: 92.3%;
  }
  .menu__close {
    margin-bottom: 35px;
  }
  .menu__top {
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-top: none;
    border-bottom: 1px solid #a4aea2;
    padding-top: 0;
  }
   .menu__adr::before {
    right: 0px;
    top: -18px;
   }
  .menu__pop .header__menu li {
    margin-bottom: 8px;
  }
  .menu__pop .header__menu li a {
    line-height: 28px;
  }
  .font__sub {
    font-size: 14px;
    line-height: 150%;
  }
  .about__img-mob {
    width: 91%;
    margin-bottom: 8px;
  }
  .about__title {
    margin-bottom: 8px;
  }
  .about__sub {
    margin-bottom: 4px;
  }
  .font__p, .font__ul {
    font-size: 13px;
    line-height: 162%;
  }
  .about__num {
    font-size: 18px;
  }
  .about__desc {
    border-radius: 24px 0;
    padding: 8px;
    margin-top: 16px;
  }
  .about {
    margin-bottom: 40px;
  }
  .consult {
    margin-bottom: 40px;
  }
  .consult .font__p {
    font-size: 14px;
    line-height: 200%;
  }
  .consult .font__h2 {
    line-height: 139%;
  }
  .consult__title {
    margin-bottom: 8px;
  }
  .consult__sub {
    margin-bottom: 4px;
  }
  .consult__ul {
    margin-bottom: 8px;
  }
  .ses .wrapper {
    overflow-x: hidden;
    padding-bottom: 20px;
  }
  .ses .wrapper::after {
    bottom: 0;
  }
  .ses .font__p {
    font-size: 13px;
    line-height: 154%;
  }
  .ses__num {
    font-size: 20px;
  }
  .ses .font__p {
    font-size: 13px;
    line-height: 162%;
  }
  .cost__item-p {
    font-size: 14px;
    line-height: 150%;
  }
  .ses__title {
    margin-bottom: 8px;
  }
  .ses__sub {
    margin-bottom: 0px;
    line-height: 214%;
  }
  .ses__item {
    margin-bottom: 0;
    max-width: 88%;
  }
  .cost__box .font__p {
    margin-bottom: 4px;
  }
  .cost__item {
    margin-bottom: 8px;
  }
  .cost__item:nth-last-of-type(1) {
    margin-bottom: 16px;
  }
  .ses__item:not(:nth-of-type(1)) .font__p span {
    display: inline;
  }
  .ses__item:nth-of-type(1)::before {
    top: -31px;
    left: -17px;
  }
  .ses {
    margin-bottom: 40px;
  }
  .reviews .font__sub {
    line-height: 143%;
  }
  .reviews .font__p {
    line-height: 162%;
  }
  .reviews__item {
    border-radius: 24px;
    padding: 32px 16px;
  }
  .reviews__item-out::before {
    background: url("../img/reviews__left-mob.svg");
    width: 96px;
    height: 170px;
  }
  .reviews__item-out::after {
    background: url("../img/reviews__right-mob.svg");
    width: 96px;
    height: 170px;
  }
  .reviews__item-out {
    padding: 4px;
  }
  .review__arrow::before {
    width: 32px;
    height: 32px;
  }
  .reviews__arrows {
    z-index: 2;
  }
  .reviews__item-out {
    margin: 0 20.5px;
  }
  .reviews {
    margin-bottom: 40px;
  }
  .reviews__title {
    margin-bottom: 8px;
  }
  .pro {
    margin-bottom: 40px;
  }
  .pro__title {
    margin-bottom: 8px;
  }
  .pro__text {
    margin-bottom: 8px;
  }
  .contact__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16px;
  }
  .contact__left {
    width: 100%;
    max-width: 350px;
    margin-bottom: 16px;
  }
  .contact__right {
    width: 100%;
    max-width: 100%;
    height: 156px;
  }
  .contact__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact .font__p {
    font-size: 13px;
    line-height: 154%;
  }
  .contact__name {
    width: 136px;
    max-width: 136px;
    min-width: 136px;
  }
  .contact__title {
    margin-bottom: 8px;
  }
  .footer .font__p {
    font-size: 11px;
    line-height: 364%;
  }
  .contact {
    margin-bottom: 28px;
  }
  .pop__in {
    padding: 60px 15px 46px 15px;
  }
  .pop__close {
    top: 20px;
    right: 15px;
  }
  .pop__title {
    font-size: 18px;
    line-height: 156%;
  }
  .pop__text {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .pop__input::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 42px;
  }
  .pop__input::-moz-placeholder {
    font-size: 13px;
    line-height: 42px;
  }
  .pop__input:-ms-input-placeholder {
    font-size: 13px;
    line-height: 42px;
  }
  .pop__input::-ms-input-placeholder {
    font-size: 13px;
    line-height: 42px;
  }
  .pop__input, .pop__input::placeholder, .pop__tel-box-in {
    font-size: 13px;
    line-height: 42px;
  }
  .pop__tel-error {
    font-size: 13px;
  }
  .pop__input {
    height: 42px;
  }
  .pop__tel-inp {
    padding-left: 48px;
  }
  .pop__submit {
    padding: 0px 23px;
  }
  .pop__left {
    margin-bottom: 22px;
  }
  .pop__title {
    margin-bottom: 16px;
  }
  .pop__input-box {
    margin-bottom: 16px;
  }
  .pop__thank .pop__in {
    padding: 60px 15px 62px 15px;
  }
  .pop__thank .pop__left {
    margin-bottom: 24px;
  }
  .pop__thank-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pop__thank-text:before {
    margin-right: 0;
    margin-bottom: 8px;
    width: 31px;
    height: 29px;
  }
  .pop__thank .pop__right .pop__title {
    margin-bottom: 70px;
  }
  .pop__thank-text {
    font-size: 14px;
    line-height: 207%;
  }
  .policy__body .header .wrapper {
    padding-bottom: 32px;
  }
  .policy__title {
    font-size: 24px;
  }

  .pop__remove {
    top: 10px;
  }

 .pro__text:nth-last-of-type(1)::after {
    background: url('../img/pro__img-mob.svg');
    width: 247px;
    height: 38px;
    bottom: -20px;
 }
}

@media (max-height: 585px) {
  .pop__in {
    top: 0px;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 500px) {
  .footer .wrapper {
    flex-direction: column;
    align-items: center;
  }
}