body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  background: url(../public/img/bg.jpg);
  color: #181818;
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
}
* {
  margin: 0;
  padding: 0;
}
section {
  overflow: hidden;
}
a {
  text-decoration: none;
}
h2 {
  font-family: "ChinaCyr", serif;
  font-size: 80px;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 40px;
    padding: 0 20px;
  }
}
p {
  font-style: italic;
  margin-bottom: 1.3em;
  line-height: 1.35em;
}
.btn {
  -webkit-appearance: none;
  width: 280px;
  max-width: 100%;
  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;
  text-align: center;
  cursor: pointer;
  background-color: #181818;
  border: 1px solid #181818;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 15px 15px;
  border-radius: 5px;
  -webkit-transition: 00.3s;
  transition: 00.3s;
  outline: none;
}
.btn:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.btn_alter {
  color: #181818;
  border: 1px solid #fff;
  background-color: #fff;
}
.btn_alter:hover {
  border: 1px solid rgba(24, 24, 24, 0.8);
}
@media (max-width: 1200px) {
  .btn {
    width: 240px;
  }
}

.form__exit {
  display: flex;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  height: 40px;
  width: 40px;
  min-width: 40px;
  cursor: pointer;
}

.form__exit-icon {
  width: 25px;
  background: #282828;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.3s;
  width: 0;
  left: 7px;
}
.form__exit-icon::before {
  content: "";
  width: 25px;
  background: #282828;
  height: 2px;
  position: absolute;
  top: -10px;
  left: 0;
  transition: 0.3s;
  top: 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}
.form__exit-icon::after {
  content: "";
  width: 25px;
  background: #282828;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 0;
  transition: 0.3s;
  top: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 0.3s;
}

.burger {
  display: none;
  position: relative;
  z-index: 10;
  height: 40px;
  width: 40px;
  min-width: 40px;
  background-color: #fff;
}
@media (max-width: 576px) {
  .burger {
    display: flex;
  }
}
.burger__icon {
  width: 25px;
  background: #282828;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.burger__icon::before {
  content: "";
  width: 25px;
  background: #282828;
  height: 2px;
  position: absolute;
  top: -10px;
  left: 0;
  transition: 0.3s;
}
.burger__icon::after {
  content: "";
  width: 25px;
  background: #282828;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 0;
  transition: 0.3s;
}
.close_burger .burger__icon {
  width: 0;
  left: 7px;
  transition: 0.3s;
}
.close_burger .burger__icon::before {
  top: 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}
.close_burger .burger__icon::after {
  top: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 0.3s;
}

::-webkit-input-placeholder {
  color: #fff;
  font-family: "Montserrat", serif;
}
:-ms-input-placeholder {
  color: #fff;
  font-family: "Montserrat", serif;
}
:-moz-placeholder {
  color: #fff;
  font-family: "Montserrat", serif;
  opacity: 1;
}
.owl-prev,
.owl-next {
  position: absolute;
  font-size: 0;
  background-image: url(../public/icons/arrow.png);
  height: 22px;
  width: 30px;
  top: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.owl-prev {
  left: -9%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 540px) {
  .owl-prev {
    display: none;
  }
}
.owl-next {
  right: -10%;
}
.impact {
  color: #b38a46;
}
.phones {
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  color: #181818;
}
@media (max-width: 1200px) {
  .phones {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .phones {
    align-items: flex-start
  }
}
.phones__item {
  color: #181818;
}
.phones__item:hover {
  text-decoration: underline;
}
.sucsess {
  position: fixed;
  right: 0;
  top: 85px;
  width: 280px;
  background-color: rgba(0, 204, 0, 0.8);
  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;
  z-index: 10000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translate(100%);
  transform: translate(100%);
}
@media (max-width: 991px) {
  .sucsess {
    width: 100%;
  }
}
.sucsess.active {
  opacity: 1;
  -webkit-transform: translate(0%);
  transform: translate(0%);
}
.sucsess__text {
  margin-right: 20px;
  color: #fff;
}
.sucsess__inner {
  padding: 20px;
  color: #fff;
}
.year {
  text-align: center;
  margin-bottom: 50px;
}
.year:last-child {
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .year:last-child {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .year:last-child {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .year {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .year {
    margin-left: 0;
  }
}
.year__number {
  font-family: "ChinaCyr", serif;
  font-size: 80px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .year__number {
    font-size: 50px;
  }
}
.year__units {
  font-size: 48px;
  margin-left: 20px;
}
.year__text {
  font-weight: bold;
  text-transform: uppercase;
  color: #b38a46;
}
.social {
  z-index: 15;
  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;
}
.social__item {
  margin: 5px;
}
.popup {
  position: fixed;
  transition: 0.3s;
  opacity: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(24, 24, 24, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
}
.popup.active {
  opacity: 1;
}
.form {
  position: relative;
  width: 100%;
  background-color: #b38a46;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form_left::before {
  content: "";
  position: absolute;
  background-color: #b38a46;
  width: 100%;
  height: 100%;
  left: calc(16px - 100%);
}
@media (max-width: 991px) {
  .form_left::after {
    content: "";
    position: absolute;
    background-color: #b38a46;
    width: 100vw;
    height: 100%;
    left: calc(100% - 16px);
  }
}
.form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 115px 0 100px 0;
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .form__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.form__row:last-child {
  margin-bottom: 0;
}
.form__row * {
  margin-right: 20px;
  width: 280px;
}
@media (max-width: 991px) {
  .form__row * {
    margin-bottom: 15px;
  }
}
.form__input-wrap {
  position: relative;
}
@media (max-width: 768px) {
  .form__input-wrap {
    max-width: 60%;
  }
}
.form__input {
  width: 100%;
  border-radius: 5px;
  height: 50px;
  font-size: 14px;
  border: none;
  outline: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0 20px;
}
.form__input-error {
  display: none;
  width: 100%;
  position: absolute;
  left: 50%;
  padding-left: 20px;
  top: -25px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  font-size: 14px;
}
.form__input-error_checkbox {
  top: -15px;
}
.form__subtext {
  cursor: pointer;
  font-size: 10px;
  position: relative;
  padding-left: 15px;
  max-width: 100%;
}
.form__btn {
  margin: 0;
  margin-right: 20px;
}
.form__checkbox {
  z-index: -1;
  opacity: 0;
  position: absolute;
}
.form__checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form__checkbox + label::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-color: #f5f5f6;
  border-radius: 0.25em;
  margin-right: 0.5em;
}
.form__checkbox:checked + label::after {
  color: #000;
  content: "✔";
  font-size: 14px;
  position: absolute;
  left: -1px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.error .form__input {
  border: 1px solid #c53232;
}
.error .form__input-error {
  display: block;
}
.error .form__subtext {
  border: 1px solid red;
  border: 1px solid #c53232;
}
.article {
  padding: 60px 40px 35px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(24, 24, 24, 0.3);
  box-shadow: 0 0 7px rgba(24, 24, 24, 0.3);
  position: relative;
}
@media (max-width: 575px) {
  .article {
    padding: 30px 20px 15px 20px;
  }
}
.article_quote::after {
  content: "“";
  opacity: 0.5;
  font-family: "ChinaCyr", sans-serif;
  font-size: 500px;
  color: #b38a46;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}
@media (max-width: 575px) {
  .article_quote::after {
    -webkit-transform: translate(-10%, -30%);
    transform: translate(-10%, -30%);
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nav__item {
  font-size: 14px;
  padding: 10px;
  color: #fff;
}
.nav__item:hover {
  text-decoration: underline;
}
.header {
  background-color: rgba(24, 24, 24, 0.3);
  width: 100%;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0;
}
@media (max-width: 768px) {
  .header__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 15px 0 0 0;
  }
}
.header__left {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .header__left {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .header__nav {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .header__right {
    margin-bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header__phones {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .header__phones {
    min-width: 150px;
  }
}
.intro {
  min-height: 100vh;
  background-image: url(../public/img/intro-bg.jpg);
  background-size: cover;
  background-position: center;
}
.intro__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.intro__content-wrap {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 780px) {
  .intro__content-wrap {
    margin-top: 210px;
  }
}
.intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.intro__title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.intro__price {
  font-family: "ChinaCyr", serif;
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
}
.intro__price-big {
  font-size: 80px;
}
@media (max-width: 768px) {
  .intro__price-big {
    font-size: 60px;
  }
}
.intro__text {
  color: #fff;
  margin-bottom: 40px;
}
.way {
  padding-top: 90px;
}
.way__top {
  margin-bottom: -40px;
}
.way__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: -40px;
  z-index: 8;
  position: relative;
}
@media (max-width: 768px) {
  .way__img-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.way__article {
  margin-bottom: -40px;
  z-index: 5;
  position: relative;
}
.about {
  background-image: url(../public/img/about-us-bg.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 110px;
  margin-bottom: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about__title {
  margin-top: 170px;
  margin-bottom: 15vw;
}
@media (max-width: 420px) {
  .about__title {
    margin-bottom: 120px;
  }
}
.about__inner {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .about__inner {
    margin-top: 20%;
  }
}
.about__text {
  color: #fff;
  margin-top: -40px;
}
.heal {
  text-align: center;
  padding-top: 90px;
  background-image: url(../public/img/next-level-man.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.heal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.heal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 7px rgba(24, 24, 24, 0.3);
  box-shadow: 0 0 7px rgba(24, 24, 24, 0.3);
  margin: 20px 0;
  padding: 10px 0 15px 0;
  width: 100%;
  min-height: 70px;
  background-color: #fff;
}
.heal__icon {
  height: 100%;
  min-height: 100%;
  padding-top: 10px;
  min-width: 80px;
  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;
}
.heal__text {
  font-weight: bold;
  color: #b38a46;
}
.monk {
  position: relative;
  padding-top: 120px;
}
.monk__inner {
  position: relative;
}
.monk__img {
  position: absolute;
  z-index: 12;
  right: 0;
  bottom: 0;
}
.monk__article {
  margin-bottom: -60px;
  z-index: 10;
  position: relative;
}
.card {
  background-color: rgba(169, 136, 81, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  padding: 10px;
}
@media (max-width: 767px) {
  .card .btn {
    padding: 8px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .card {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .card {
    font-size: 14px;
  }
}
.card__text {
  font-weight: bold;
  font-style: italic;
  line-height: 2em;
}
.card__text_num {
  margin: 10px 0;
}
@media (max-width: 400px) {
  .card__text {
    font-size: 11px;
    line-height: 1.6em;
  }
}

@media (max-width: 320px) {
  .card__text {
    font-size: 11px;
    line-height: 1.3em;
  }
}
.card__num {
  font-size: 30px;
}
@media (max-width: 767px) {
  .card__num {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .card__num {
    font-size: 18px;
  }
}
.card__text-after {
  font-style: italic;
  margin-bottom: 30px;
}
@media (max-width: 540px) {
  .card__text-after {
    display: none;
  }
}
.services {
  text-align: center;
  margin-top: 80px;
  padding-bottom: 10px;
}
.services__list {
  margin-top: 60px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .services__list {
    grid-template-columns: 1fr 1fr;
  }
}
.services__item-before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: -100%;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.services__item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(24, 24, 24, 0.3);
  box-shadow: 0 0 7px rgba(24, 24, 24, 0.3);
  overflow: hidden;
  position: relative;
}
.services__item:hover .services__item-before {
  left: 0;
}
.services__item_big {
  grid-column: 1 / 3;
}
.services__item_big2 {
  grid-column: 2 / 4;
}
@media (max-width: 991px) {
  .services__item_big2 {
    grid-column: 1 / 3;
  }
}
.services__img-wrap {
  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;
  max-width: 100%;
}
.services__img {
  height: auto;
  width: 100%;
  min-width: 100%;
}
.services__text {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 50px;
  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;
  min-height: calc(2em + 30px);
}
@media (max-width: 540px) {
  .services__text {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .services__text {
    font-size: 14px;
  }
}
.dignities {
  background-image: url(../public/img/items-bg.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 120px;
  padding: 50px 0 10px 0;
}
.dignities__item {
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px 50px 10px;
}
.dignities__img {
  margin-bottom: 25px;
  height: 60px;
}
.dignities__title {
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 8px;
}
.dignities__text {
  padding: 0 10px;
  font-style: italic;
}
.dignities__btn {
  margin-top: 90px;
}
.start {
  text-align: center;
  margin-top: 100px;
}
.start__list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 540px) {
  .start__list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.start__item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(24, 24, 24, 0.3);
  box-shadow: 0 0 7px rgba(24, 24, 24, 0.3);
  width: 190px;
  height: 220px;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 40px;
}
.start__item:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 540px) {
  .start__item:not(:last-child) {
    margin-right: 0;
  }
}
.start__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -36px;
  top: calc(50% - 15px);
  height: 19px;
  width: 28px;
  background-image: url(../public/icons/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 540px) {
  .start__item:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 540px) {
  .start__item {
    width: 40vw;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 360px) {
  .start__item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.start__icon {
  padding: 40px;
}
.start__text {
  font-weight: bold;
  color: #b38a46;
}
.experience {
  overflow: hidden;
  margin-top: 60px;
  padding-bottom: 70px;
  position: relative;
}
@media (max-width: 1200px) {
  .experience {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .experience {
    background-color: rgba(200, 200, 205, 0.5);
  }
}
@media (max-width: 767px) {
  .experience {
    background-color: rgba(220, 200, 205, 0);
  }
}
.experience__img {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .experience__img {
    display: none;
  }
}
.experience__article {
  margin-top: -50px;
}
.experience__years {
  margin: 110px 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .experience__years {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .experience__years {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .experience__years {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.reviews {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #fff;
}
.reviews__list {
  margin-top: 50px;
}
.reviews__item {
  text-align: left;
  padding: 0 20px 0 0;
}
.reviews__link {
  color: #b38a46;
  font-weight: bold;
}
.reviews__link:hover {
  text-decoration: underline;
}
.footer {
  background-color: rgba(24, 24, 24, 0.4);
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}
.footer__left {
  font-style: italic;
  font-size: 16px;
  line-height: 1.4em;
}
.footer__left p {
  margin-bottom: 0.7em;
  line-height: 1.4em;
}
.footer__center {
  z-index: 15;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .footer__center {
    position: absolute;
    right: 0;
    bottom: 90px;
  }
}
@media (max-width: 767px) {
  .footer__center {
    position: relative;
    bottom: auto;
    margin: 0;
  }
}
.footer__right {
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer__phones {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .footer__phones {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer__phones .phones__item {
  font-size: 28px;
  color: #fff;
  font-weight: normal;
  font-style: italic;
}
@media (max-width: 767px) {
  .footer__phones .phones__item {
    font-size: 24px;
  }
}
.footer__copyright {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
@media (max-width: 991px) {
  .footer__copyright {
    margin-top: 20px;
  }
}
.footer__copyright-link {
  color: #fff;
  display: block;
  text-decoration: underline;
  margin-top: 15px;
}

.privacy-policy {
  margin-top: 100px;
}
.privacy-policy p {
  font-style: normal;
}

.privacy-policy ol,
ul {
  margin-left: 20px;
  margin-bottom: 40px;
}

.privacy-policy li {
  margin-bottom: 15px;
}

.privacy-policy strong {
  display: block;
  margin-top: 50px;
}

.xl {
  display: block;
}
@media (max-width: 1200px) {
  .xl {
    display: none;
  }
}
.lg {
  display: block;
}
@media (max-width: 991px) {
  .lg {
    display: none;
  }
}
.lg- {
  display: none;
}
@media (max-width: 991px) {
  .lg- {
    display: block;
  }
}
.xl- {
  display: none;
}
@media (max-width: 1200px) {
  .xl- {
    display: block;
  }
}
@media (max-width: 767px) {
  .md {
    display: none;
  }
}

@media (max-width: 576px) {
  .sm {
    display: none;
  }
}
