

/* Start:/local/templates/main/assets/style/main.css?174364152767905*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("/local/templates/main/assets/style/service.css");
@import url("/local/templates/main/assets/style/services.css");
@import url("/local/templates/main/assets/style/aboutus.css");
@import url("/local/templates/main/assets/style/personal.css");
@import url("/local/templates/main/assets/style/page.css");
@import url("/local/templates/main/assets/style/page2.css");
@import url("/local/templates/main/assets/style/page3.css");
@import url("/local/templates/main/assets/style/home.css");

/* Не забыть поменять импорты */
@font-face {
  font-family: "Monterchi Text";
  display: swap;
  font-weight: 300;
  src: url("/local/templates/main/assets/style/./MonterchiTextLight.otf") format("opentype");
}
body {
    background-color: #F6F5EC;
}
.header__bottom-close {
  display: none;
}

.map__address-primary {
  position: relative;
  overflow: hidden;
}

.map__address--primary iframe {
  width: 100% !important;
}

.breadcrumbs {
  display: flex;
  align-items: center;
}

.breadcrumbs .separator {
  margin: 0 8px;
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

.breadcrumbs__link:last-of-type {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-decoration-line: underline;
}

.breadcrumbs__link {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  text-decoration-line: underline;
}

* {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0px 190px;
  max-width: 1920px;
}

.dropdown__toggle {
  background-color: #fff;
  gap: 3px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  position: relative;
}

.dropdown__toggle:hover {
  color: #6da9a6;
}

.dropdown__menu {
  position: absolute;
  top: 178px;
  left: 595px;
  background: #fff;
  box-shadow: 0px var(--sds-size-stroke-border) 4px 0px rgba(0, 6, 63, 0.15);
  list-style: none;
  margin: 0;
  opacity: 0;
  display: none;
  transform: translateY(-15px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.dropdown__menu.active {
  display: block;
  opacity: 1;
  z-index: 2;
  transform: translateY(0);
}

.dropdown__list {
  padding: 24px 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.dropdown__link {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  transition: 0.3s;
}

.dropdown__link:hover {
  color: #6da9a6;
}

.header {
  padding-top: 21px !important;
  padding-bottom: 30px !important;
}

.header__working-hours {
  color: #8a8a8a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.header__phone {
  color: #4c4c4c;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.header__email {
  color: #4c4c4c;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}

.header__top-mob {
  display: none;
}

.header__contact {
  display: flex;
  gap: 25px;
  align-items: center;
}

.header__phone-wrapper {
  display: flex;
  gap: 15px;
}

.header__social {
  display: flex;
  gap: 21px;
}

.header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  transition: all 0.5s;
}

.header__bottom-mob {
  display: none;
}

.header__menu {
  display: flex;
  gap: 55px;
  align-items: center;
}

.header__menu-item {
  cursor: pointer;
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

.header__button {
  padding: 18px 28px;
  background: #6da9a6;
  border-radius: 44px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  transition: 0.3s;
  cursor: pointer;
}

.header__button:hover {
  transition: 0.3s;
  background: #336767;
}

.header__button:active {
  transition: 0.3s;
  background: #336767;
  box-shadow: 0px 4px 6px 0px rgba(0, 3, 55, 0.2) inset;
}

.header__button-mob {
  display: none;
}

.footer {
  padding-bottom: 0px;
  padding-top: 0px;
  background: #283c42;
}

.footer__top {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 59px;
}

.footer__left-block {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer__description {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  color: #fff;
  font-family: "Rubik";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer__contact-item {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.footer__social-item {
  display: flex;
  gap: 21px;
}

.footer__contact-address {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.footer__contact-link {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.footer__email-link {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.footer__right-block {
  display: flex;
  gap: 120px;
}

.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__menu-title {
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.footer__menu-item a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

.footer__bottom {
  border-top: 1px solid #fff;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
}

.footer__info {
  display: flex;
  align-items: center;
  gap: 35px;
}

.footer__copyright {
  color: #fff;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%;
}

.footer__privacy-policy {
  text-decoration: underline;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.footer__credits {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.footer__credits-link {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 500;
  line-height: 160%;
}

.contacts {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}

.contacts__info {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  margin-right: 15px;
}

.contacts__title {
  color: #6da9a6;
  font-family: "Monterchi Text";
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  margin-bottom: 30px;
}

.contacts__title>div {
  font-family: "Monterchi Text";
}

.contacts__list {
  display: flex;
  gap: 40px;
  margin-bottom: 37px;
}

.contacts__item {
  display: flex;
  flex-direction: column;
}

.contacts__number {
  color: #4c4c4c;
  font-family: "Monterchi Text";
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  margin-bottom: 10px;
  display: none;
}

.contacts__address {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.contacts__phone {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.contacts__email {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: none;
}

.contacts__note {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 10px;
  width: 632px;
}

.feedback {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-basis: 35%;
}

.feedback__title {
  color: #6da9a6;
  font-family: "Monterchi Text";
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}

.feedback__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.feedback__form-item {
  width: 100%;
}

.feedback__input {
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #4c4c4c;
  width: 100%;
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

.feedback__submit-section {
  display: flex;
  gap: 27px;
  align-items: center;
  margin-top: 10px;
}

.feedback__button {
  padding: 18px 28px;
  background: #6da9a6;
  border-radius: 44px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  cursor: pointer;
  transition: 0.3s;
}

.feedback__button:hover {
  background: #336767;
}

.feedback__button:active {
  background: #336767;
  box-shadow: 0px 4px 6px 0px rgba(0, 3, 55, 0.2) inset;
}

.feedback__note {
  color: #616161;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

.feedback__link {
  color: #616161;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-decoration: underline;
}

.header__popup-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.8);
  display: none;
  z-index: 1;
}

.header__popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 426px;
  background-color: #fff;
  padding: 30px 40px;
  transform: translate(-50%, -50%);
}

.header__popup-close-btn {
  position: absolute;
  top: 14px;
  left: 385px;
  cursor: pointer;
  background: #FFF;
}

.header__popup-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.form__content-title {
  color: #6DA9A6;
  text-align: center;
  font-family: "Monterchi Text";
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 105%;
}

.header__form-callback-btn {
  display: flex;
  cursor: pointer;
  border-radius: 44px;
  background: #6DA9A6;
  justify-content: center;
  align-items: center;
  padding: 18px 28px;
  color: #FFF;
  font-family: 'Raleway';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 17px;
}

.header__form-text {
  text-align: center;
  color: #616161;
  text-align: center;
  font-family: 'Raleway';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

.header__form-link {
  color: #616161;
  font-family: 'Raleway';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-decoration-line: underline;
}

.header__form-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form__content-input {
  color: #4C4C4C;
  text-align: center;
  font-family: 'Raleway';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  padding-bottom: 10px;
  border: none;
  border-bottom: 2px solid #4C4C4C;
  outline: none;
}

.form__content-inputs {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

@media screen and (max-width: 1439.99px) {
  .dropdown {
    display: none;
  }

  .header__menu {
    gap: 20px;
  }

  .header__button {
    font-size: 14px;
  }

  .header__email {
    font-size: 16px;
  }

  .header__phone {
    font-size: 16px;
  }

  .header__working-hours {
    font-size: 16px;
  }

  .footer__right-block {
    gap: 50px;
  }

  .main-top__link {
    padding: 185px 0px;
  }

  .services {
    display: flex;
  }

  .services__card img {
    width: 261px;
    height: 261px;
  }

  .services__caption {
    font-size: 26px;
  }

  .services__title {
    margin-top: unset;
    font-size: 57px;
  }

  .services__item {
    width: -moz-max-content;
    width: max-content;
    font-size: 13px;
  }

  .services__list {
    gap: 30px;
  }

  .services__lists {
    overflow-x: unset;

    gap: 10px;
    flex-direction: unset;
  }

  .services__content {
    border-top: none;
  }

  .services__header {
    margin-bottom: unset;
  }

  .about {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .about__photo-collage img {
    width: 440px;
  }

  .about__title {
    display: flex;
    margin-left: 120px;
    margin-bottom: 15px;
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    position: relative;
  }

  .about__title::before {
    content: " ";
    background: #6da9a6;
    width: 110px;
    height: 2px;
    position: absolute;
    border-radius: 6px;
    top: 24px;
    left: -119px;
  }

  .tcoyself {
    padding-bottom: 50px !important;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .tcoyself__title {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
    margin-bottom: 15px;
  }

  .tcoyself__description {
    color: #4c4c4c;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .tcoyself__description br {
    display: none;
  }

  .tcoyself__features {
    margin-top: 20px;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tcoyself__feature {
    gap: unset;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 23px 41px 20px 26px;
  }

  .tcoyself__feature svg {
    width: 45px;
    height: 45px;
  }

  .tcoyself__feature-title {
    margin-top: 10px;
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .tcoyself__feature-text {
    margin-top: 6px;
    color: #4c4c4c;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .tcoyself__image {
    display: none;
    justify-content: center;
  }

  .tcoyself__image img {
    width: 336px;
    height: 350px;
  }

  .tcoyself__image::before {
    width: 244px;
    height: 9px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .personal {
    display: flex;
    flex-direction: column;
  }

  .personal__intro {
    background-color: #6da9a6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    gap: 20px;
    padding: 34px 34px;
  }

  .personal__header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    max-height: 512px;
    padding: 120px 35px;
  }

  .personal__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: -90px !important;
  }

  .personal__card {
    align-items: unset;
  }

  .personal__details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }

  .personal__name {
    text-align: center;
  }

  .personal__specialization {
    text-align: center;
  }

  .discounts {
    display: flex;
  }

  .discounts__content {
    height: 100%;
    padding: 16px 16px;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .discounts__badge {
    margin-bottom: 48px;
    color: #fff;
    font-family: "ZT Neue Ralewe";
    font-size: 36px;
    font-style: italic;
    font-weight: 500;
    line-height: 110%;
  }

  .discounts__item {
    width: 400px;
    height: 265px;
    padding: 12px 10px 10px 8px;
    background-position: center;
    background-size: cover;
  }

  .reviews {
    display: flex;
  }

  .reviews__right-block {
    display: none;
  }

  .contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .contacts__info {
    flex-basis: unset;
  }

  .contacts__list {
    gap: 15px;
  }

  .contacts__note {
    width: 606px;
  }

  .feedback {
    flex-basis: unset;
    gap: 27px;
    width: 595px;
  }

  .top {
    padding: 27px;
  }

  .top__title {
    font-size: 35px;
    margin-bottom: 2px;
  }

  .top__text {
    font-size: 14px;
  }

  .top__button {
    padding: 14px 17px;
  }

  .cards__list {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto;
  }

  .cards.container {
    padding: 0;
  }

  .cards__item {
    flex-direction: column-reverse;
  }

  .cards__image {
    width: 100%;
  }

  .cards__item-body {
    padding: 40px;
  }

  .advantages__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 336px;
    margin: 0 auto;
    gap: 30px 20px;
  }

  .advantages__text {
    font-size: 16px;
  }

  .advantages__title {
    max-width: 204px;
    text-align: center;
    margin: 0 auto 25px auto;
    font-size: 35px;
  }

  .news__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .aside {
    position: static;
  }

  .aside__list-wrapper {
    display: none;
  }

  .aside__more-title {
    color: rgb(109, 169, 166);
    font-family: Monterchi Text;
    font-size: 35px;
    font-weight: 300;
    line-height: 105%;
  }

  .detail_picture {
    position: static;
    width: 100% !important;
  }

  .news-detail {
    padding: 0 0 100px 0;
    width: 100%;
  }

  .news__list-wrapper {
    display: block;
  }

  .news__title {
    width: 90%;
    margin: -50px auto 0 auto;
    left: 0;
    color: rgb(109, 169, 166);
    font-family: Monterchi Text;
    font-size: 35px;
    font-weight: 300;
    line-height: 105%;
    padding: 8px;
  }
}

@media screen and (max-width: 1199.99px) {
  .header__menu {
    gap: 12px;
  }

  .header__menu-item {
    font-size: 14px;
  }

  .header__menu-item--dropdown {
    display: none;
  }

  .header__menu-item--personal {
    display: none;
  }

  .header__menu-item--blog {
    display: none;
  }

  .header__button {
    font-size: 13px;
    padding: 14px 15px;
  }

  .header__email {
    font-size: 14px;
  }

  .header__phone {
    font-size: 14px;
  }

  .header__working-hours {
    font-size: 14px;
  }

  .footer {
    padding: 20px 35px;
  }

  .footer__right-block {
    gap: 27px;
  }

  .footer__menu-item {
    font-size: 14px;
  }

  .footer__menu-title {
    font-size: 14px;
  }

  .footer__bottom {
    padding-top: 30px;
  }

  .footer__description {
    font-size: 15px;
  }

  .footer__contact-link {
    font-size: 15px;
  }

  .footer__contact-address {
    font-size: 15px;
  }

  .footer__email-link {
    font-size: 15px;
  }

  .footer__credits {
    font-size: 15px;
  }

  .footer__credits-link {
    font-size: 15px;
  }

  .footer__privacy-policy {
    font-size: 15px;
  }

  .footer__copyright {
    font-size: 15px;
  }

  .main-top {
    padding-bottom: 50px !important;
  }

  .main-top__link {
    padding: 140px 0;
  }

  .main-top__action-link {
    font-size: 40px;
  }

  .services {
    padding-bottom: 50px !important;
  }

  .services__card img {
    width: 189px;
    height: 163px;
  }

  .services__header {
    margin-bottom: unset;
  }

  .services__lists {
    overflow-x: unset;
   
    gap: 10px;
    flex-direction: unset;
  }

  .about {
    padding-bottom: 50px !important;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }

  .about__photo-collage {
    display: flex;
    justify-content: center;
  }

  .about__photo-collage img {
    width: 440px;
  }

  .about__title {
    display: flex;
    margin-left: 120px;
    margin-bottom: 15px;
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    position: relative;
  }

  .about__title::before {
    content: " ";
    background: #6da9a6;
    width: 110px;
    height: 2px;
    position: absolute;
    border-radius: 6px;
    top: 24px;
    left: -119px;
  }

  .personal {
    padding-bottom: 50px !important;
    display: flex;
    flex-direction: column;
  }

  .personal__title {
    color: #fff !important;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }

  .personal__intro {
    background-color: #6da9a6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    gap: 20px;
    padding: 25px 25px;
  }

  .personal__description {
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    max-width: 589px;
  }

  .personal__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: -95px !important;
  }

  .personal__card {
    align-items: unset;
  }

  .personal__details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }

  .personal__name {
    font-size: 24px;
    text-align: center;
  }

  .personal__specialization {
    font-size: 14px;
    text-align: center;
  }

  .personal__link {
    font-size: 15px;
  }

  .personal__show-more {
    font-size: 16px;
  }

  .personal__people-cards {
    display: grid;
    gap: 30px 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .discounts__title {
    font-size: 56px;
  }

  .discounts__list {
    display: grid;
    gap: 30px 20px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .discounts__content {
    height: 100%;
    padding: 16px 16px;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .discounts__badge {
    margin-bottom: 48px;
    color: #fff;
    font-family: "ZT Neue Ralewe";
    font-size: 36px;
    font-style: italic;
    font-weight: 500;
    line-height: 110%;
  }

  .discounts__item {
    width: 400px;
    height: 265px;
    padding: 12px 10px 10px 8px;
    background-position: center;
    background-size: cover;
  }

  .reviews {
    display: flex;
  }

  .reviews__right-block {
    display: none;
  }

  .reviews__rating-label {
    color: #19325d;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .reviews__text {
    color: #4c4c4c;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    margin-bottom: 10px;
  }

  .reviews__name {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }

  .reviews__service {
    color: #4c4c4c;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .reviews__title {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 30px;
  }

  .contacts {
    display: flex;
    flex-direction: column;
  }

  .contacts__title {
    font-size: 56px;
  }

  .contacts__number {
    font-size: 56px;
    margin-top: 13px;
  }

  .contacts__list {
    margin-bottom: 30px;
  }

  .feedback__title {
    font-size: 56px;
  }
}

@media screen and (max-width: 991.99px) {
  .header__top {
    display: flex;
    flex-direction: column;
  }

  .header__bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .footer {
    padding: 20px 10px;
  }

  .footer__info {
    display: flex;
    gap: 15px;
  }

  .footer__copyright {
    font-size: 13px;
  }

  .footer__privacy-policy {
    font-size: 13px;
  }

  .footer__credits {
    font-size: 13px;
  }

  .footer__credits-link {
    font-size: 13px;
  }

  .footer__right-block {
    gap: 10px;
  }

  .footer__menu-title {
    font-size: 13px;
  }

  .footer__menu-item {
    font-size: 13px;
  }

  .footer__description {
    font-size: 14px;
  }

  .main-top__link {
    padding: 24px 0;
  }

  .main-top__action-link {
    font-size: 40px;
  }

  .tcoyself {
    padding-bottom: 50px !important;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .tcoyself__title {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
    margin-bottom: 15px;
  }

  .tcoyself__description {
    color: #4c4c4c;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .tcoyself__description br {
    display: none;
  }

  .tcoyself__features {
    margin-top: 20px;
    gap: 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tcoyself__feature {
    gap: unset;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 23px 41px 20px 26px;
  }

  .tcoyself__feature svg {
    width: 45px;
    height: 45px;
  }

  .tcoyself__feature-title {
    margin-top: 10px;
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .tcoyself__feature-text {
    margin-top: 6px;
    color: #4c4c4c;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .tcoyself__image {
    display: flex;
    justify-content: center;
  }

  .tcoyself__image img {
    width: 336px;
    height: 350px;
  }

  .tcoyself__image::before {
    width: 244px;
    height: 9px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .personal__title {
    color: #fff !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }

  .personal__header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    max-height: 512px;
    padding: 45px 20px;
  }

  .personal__intro {
    background-color: #6da9a6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    gap: 15px;
    padding: 12px 12px;
  }

  .personal__description {
    color: #fff;
    text-align: unset;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    max-width: 445px;
  }

  .personal__people-cards {
    display: grid;
    gap: 30px 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .personal__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: -25px !important;
  }

  .reviews__title {
    font-size: 56px;
    margin-bottom: 20px;
  }

  .reviews__rating-group {
    margin-bottom: 30px;
  }

  .reviews__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }

  .reviews__item {
    gap: 30px;
  }

  .reviews__image {
    width: 90px;
    height: 90px;
  }

  .contacts {
    align-items: center;
  }

  .contacts__title {
    font-size: 50px;
  }

  .contacts__number {
    font-size: 50px;
    margin-top: 10px;
  }

  .contacts__list {
    margin-bottom: 20px;
  }

  .contacts__note {
    margin-bottom: unset;
    width: 606px;
  }

  .feedback {
    gap: 24px;
  }

  .feedback__title {
    font-size: 50px;
  }
}

@media screen and (max-width: 767.99px) {
  .container {
    padding: 0 12px;
  }

  .header {
    padding: 12px 12px;
  }

  .header__email {
    color: #4c4c4c;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .header__phone {
    color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .header__working-hours {
    color: #8a8a8a;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .header__social-mob {
    display: flex;
    gap: 20px;
  }

  .header__top {
    display: none;
  }

  .header__top-mob {
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    justify-content: space-between;
  }

  .header__top-mob--wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .header__phone-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .header__contact {
    display: flex;
    flex-direction: column;
  }

  .header__button-mob {
    display: flex;
    padding: 14px 17px;
    align-items: center;
    font-size: 14px;
    justify-content: center;
  }

  .header__button-mob:hover {
    background: #336767;
  }

  .header__button-mob:active {
    background: #336767;
    box-shadow: 0px 4px 6px 0px rgba(0, 3, 55, 0.2) inset;
  }

  .header__bottom {
    display: none;
  }

  .header__bottom-mob {
    margin-top: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .wrapper-menu {
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
  }

  .wrapper-menu.open {
    transform: rotate(-45deg);
  }

  .wrapper-menu .line-menu {
    background-color: white;
    border-radius: 5px;
    width: 100%;
    height: 6px;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  }

  .wrapper-menu .line-menu.half {
    width: 50%;
  }

  .wrapper-menu .line-menu.start {
    transform-origin: right;
  }

  .wrapper-menu .line-menu.end {
    align-self: flex-end;
    transform-origin: left;
  }

  .wrapper-menu.open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
  }

  .wrapper-menu.open .line-menu.end {
    transform: rotate(-90deg) translateX(-3px);
  }

  .footer {
    padding: 12px 24px;
    display: flex;
    flex-direction: column;
  }

  .footer__description {
    gap: 8px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .footer__menu-title {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }

  .footer__menu-item {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .footer__menu--info {
    grid-area: --info;
  }

  .footer__menu--services {
    grid-area: --services;
  }

  .footer__menu--site-map {
    grid-area: --site-map;
  }

  .footer__top {
    display: flex;
    flex-direction: column;
  }

  .footer__contact-address {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .footer__contact-link {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .footer__right-block {
    margin-top: 30px;
    display: grid;
    gap: unset;
    grid-template-columns: repeat(2, minmax(0, 123px));
    grid-template-areas: "--site-map --services" "--info --services";
    row-gap: 30px;
    width: 100%;
    justify-content: space-around;
  }

  .footer__bottom {
    padding-top: 30px;
    padding-bottom: 43px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .footer__info {
    gap: 5px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer__privacy-policy {
    font-size: 14px;
  }

  .footer__copyright {
    font-size: 14px;
  }

  .footer__credits {
    font-size: 14px;
  }

  .footer__credits-link {
    font-size: 14px;
    text-decoration: none;
  }

  .footer__left-block {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .main-top__link {
    padding: 24px 0;
  }

  .main-top__action-link {
    font-size: 35px;
  }

  .services__card img {
    width: 189px;
    height: 163px;
  }

  .services__header {
    margin-bottom: unset;
  }

  .services__lists {
    overflow-x: unset;
    width: 596px;
    gap: 10px;
    flex-direction: unset;
  }

  .tcoyself {
    padding-bottom: 50px !important;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .tcoyself__title {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
    margin-bottom: 15px;
  }

  .tcoyself__description {
    color: #4c4c4c;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .tcoyself__description br {
    display: none;
  }

  .tcoyself__features {
    margin-top: 20px;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tcoyself__feature {
    gap: unset;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 23px 41px 20px 26px;
  }

  .tcoyself__feature svg {
    width: 45px;
    height: 45px;
  }

  .tcoyself__feature-title {
    margin-top: 10px;
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .tcoyself__feature-text {
    margin-top: 6px;
    color: #4c4c4c;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .tcoyself__image {
    display: none;
    justify-content: center;
  }

  .tcoyself__image img {
    width: 336px;
    height: 350px;
  }

  .tcoyself__image::before {
    width: 244px;
    height: 9px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .personal__header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    max-height: 512px;
    padding: 14px 14px;
    display: flex;
    justify-content: center;
  }

  .personal__intro {
    background-color: #6da9a6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    gap: 10px;
    padding: 12px 8px;
    flex-direction: column;
  }

  .personal__title {
    color: #fff !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }

  .personal__description {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    max-width: 320px;
  }

  .personal__card {
    align-items: center;
  }

  .personal__photo {
    width: 250px;
    height: 250px;
  }

  .discounts {
    padding-bottom: 50px !important;
    display: flex;
    flex-direction: column;
  }

  .discounts__offer-description {
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }

  .discounts__offer-title {
    font-family: "Monterchi Text";
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }

  .discounts__badge {
    font-size: 19px;
    position: absolute;
    top: 8px;
    left: 8px;
  }

  .discounts__item {
    width: unset;
    height: unset;
    padding: 5px 6px;
  }

  .discounts__item--1 {
    background-position: right;
    background-size: cover;
  }

  .discounts__item--2 {
    background-color: #9c4f55;
    background-size: cover;
  }

  .discounts__item--3 {
    background-size: cover;
  }

  .discounts__item--4 {
    background-size: cover;
  }

  .discounts__list {
    width: 100%;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .discounts__title {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
    margin-bottom: 20px;
  }

  .discounts__content {
    padding: 67px 13px 13px 13px;
    position: relative;
  }

  .discounts__content--4 {
    padding-left: 0px;
  }

  .discounts__content--background {
    padding: 7px 16px;
  }

  .reviews__rating-item {
    gap: 10px;
    align-items: center;
    display: flex;
    border: 1px solid #e1e1e1;
    padding: 16px 18px;
    border-radius: 3px;
    background: #fff;
  }

  .reviews__raitng-svg {
    width: 40px;
    height: 40px;
  }

  .reviews__image {
    width: 82px;
    height: 82px;
  }

  .contacts {
    display: flex;
    gap: 50px;
    flex-direction: column;
  }

  .contacts__info {
    display: flex;
    flex-direction: column;
  }

  .contacts__list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contacts__note {
    width: unset !important;
  }

  .contacts__title {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
  }

  .contacts__number {
    color: #4c4c4c;
    font-family: "Monterchi Text";
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }

  .contacts__address {
    color: #4c4c4c;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }

  .contacts__email {
    color: #4c4c4c;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }

  .contacts__phone {
    color: #4c4c4c;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }

  .contacts__note {
    color: #4c4c4c;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    width: unset;
    margin-bottom: 0px;
  }

  .feedback {
    width: unset;
    padding-bottom: 50px !important;
    flex-basis: unset;
  }

  .feedback__title {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
  }

  .feedback__input {
    font-size: 14px;
  }

  .feedback__submit-section {
    display: flex;
    flex-direction: column;
    align-items: start !important;
    gap: 17px;
  }

  .feedback__button {
    font-size: 14px;
    padding: 14px 25px;
  }

  .feedback__note {
    color: #616161;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .feedback__link {
    color: #616161;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
}

@media screen and (max-width: 539.99px) {
  .container {
    padding: 0 12px;
  }

  .header {
    padding: 12px 12px;
  }

  .header__email {
    color: #4c4c4c;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .header__phone {
    color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .header__working-hours {
    color: #8a8a8a;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .header__social-mob {
    display: flex;
    gap: 20px;
  }

  .header__top {
    display: none;
  }

  .header__top-mob {
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    justify-content: space-between;
  }

  .header__top-mob--wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .header__phone-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .header__contact {
    display: flex;
    flex-direction: column;
  }

  .header__button-mob {
    display: flex;
    padding: 14px 17px;
    align-items: center;
    font-size: 14px;
    color: #fff;
    justify-content: center;
    transition: 0.3s;
  }

  .header__button-mob:hover {
    background: #336767;
  }

  .header__button-mob:active {
    background: #336767;
    box-shadow: 0px 4px 6px 0px rgba(0, 3, 55, 0.2) inset;
  }

  .header__bottom {
    display: flex;
    position: fixed;
    right: -200%;
    justify-content: flex-start;
    position: fixed;
    background: #fff;
    top: 0;
    bottom: 0;
    z-index: 0;
    padding: 30px;
    width: 90vw;
    align-items: start;
    gap: 30px;
    z-index: 1000;
  }

  .header__bottom-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .header__bottom-close>span {
    display: block;
    width: 15px;
    height: 2px;
    background-color: #444;
  }

  .header__bottom-close>span:first-child {
    transform: rotate(45deg);
  }

  .header__bottom-close>span:last-child {
    transform: rotate(-45deg) translate(0.5px, -1px);
  }

  .header__bottom-mob {
    margin-top: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .wrapper-menu {
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
  }

  .wrapper-menu.open {
    transform: rotate(-45deg);
  }

  .wrapper-menu .line-menu {
    background-color: white;
    border-radius: 5px;
    width: 100%;
    height: 6px;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  }

  .wrapper-menu .line-menu.half {
    width: 50%;
  }

  .wrapper-menu .line-menu.start {
    transform-origin: right;
  }

  .wrapper-menu .line-menu.end {
    align-self: flex-end;
    transform-origin: left;
  }

  .wrapper-menu.open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
  }

  .wrapper-menu.open .line-menu.end {
    transform: rotate(-90deg) translateX(-3px);
  }

  .footer {
    padding: 12px 24px;
    display: flex;
    flex-direction: column;
  }

  .footer__description {
    gap: 8px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .footer__menu-title {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }

  .footer__menu-item {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .footer__menu--info {
    grid-area: --info;
  }

  .footer__menu--services {
    grid-area: --services;
  }

  .footer__menu--site-map {
    grid-area: --site-map;
  }

  .footer__top {
    display: flex;
    flex-direction: column;
  }

  .footer__contact-address {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .footer__contact-link {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .footer__right-block {
    margin-top: 30px;
    display: grid;
    gap: unset;
    grid-template-columns: repeat(2, minmax(0, 123px));
    grid-template-areas: "--site-map --services" "--info --services";
    row-gap: 30px;
    width: 100%;
    justify-content: space-between;
  }

  .footer__bottom {
    padding-top: 30px;
    padding-bottom: 43px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .footer__info {
    gap: 5px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer__privacy-policy {
    font-size: 14px;
  }

  .footer__copyright {
    font-size: 14px;
  }

  .footer__credits {
    font-size: 14px;
  }

  .footer__credits-link {
    font-size: 14px;
    text-decoration: none;
  }

  .footer__left-block {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: unset;
  }

  .main-top__link {
    padding: 100px 0;
  }

  .main-top__action-link {
    font-size: 25px;
  }

  .services {
    padding-bottom: 50px !important;
    display: flex;
    flex-direction: column;
  }

  .services__content {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 25px;
  }

  .services__title {
    color: #6da9a6;
    text-align: center;
    font-family: "Monterchi Text";
    font-size: 35px!important;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
  }

  .services__item {
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    width: -moz-max-content;
    width: max-content;
  }

  .services__list {
    gap: 20px;
  }

  .services__card img {
    width: 326px;
    height: 206px;
  }

  .services__card__caption {
    text-align: center;
    font-family: "Monterchi Text";
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }

  .services__lists {
    overflow-x: unset;
    width: 358px;
    gap: 10px;
    flex-direction: unset;
  }

  .about {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }

  .about__photo-collage {
    display: flex;
    justify-content: center;
  }

  .about__photo-collage img {
    width: 385px;
  }

  .about__title {
    display: flex;
    margin-left: 120px;
    margin-bottom: 15px;
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    position: relative;
  }

  .about__title::before {
    content: " ";
    background: #6da9a6;
    width: 110px;
    height: 2px;
    position: absolute;
    border-radius: 6px;
    top: 24px;
    left: -119px;
  }

  .tcoyself {
    padding-bottom: 50px !important;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .tcoyself__title {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
    margin-bottom: 15px;
  }

  .tcoyself__description {
    color: #4c4c4c;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .tcoyself__description br {
    display: none;
  }

  .tcoyself__features {
    margin-top: 20px;
    gap: 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tcoyself__feature {
    gap: unset;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 23px 41px 20px 26px;
  }

  .tcoyself__feature svg {
    width: 45px;
    height: 45px;
  }

  .tcoyself__feature-title {
    margin-top: 10px;
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .tcoyself__feature-text {
    margin-top: 6px;
    color: #4c4c4c;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .tcoyself__image {
    display: flex;
    justify-content: center;
  }

  .tcoyself__image img {
    width: 336px;
    height: 350px;
  }

  .tcoyself__image::before {
    width: 244px;
    height: 9px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .personal__header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    max-height: 512px;
    padding: 21px 15px 343px 15px;
    display: flex;
    justify-content: center;
  }

  .personal__intro {
    background-color: #6da9a6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    gap: 10px;
    padding: 12px 8px;
    flex-direction: column;
    height: 100%;
  }

  .personal__title {
    color: #fff !important;
    font-size: 35px!important;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }

  .personal__description {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    max-width: 320px;
  }

  .personal__people-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .discounts {
    padding-bottom: 50px !important;
    display: flex;
    flex-direction: column;
  }

  .discounts__offer-description {
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }

  .discounts__offer-title {
    font-family: "Monterchi Text";
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }

  .discounts__badge {
    font-size: 19px;
    position: absolute;
    top: 8px;
    left: 8px;
  }

  .discounts__item {
    width: unset;
    height: unset;
    padding: 5px 6px;
  }

  .discounts__item--1 {
    background-position: right;
    background-size: cover;
  }

  .discounts__item--2 {
    background-color: #9c4f55;
    background-size: cover;
  }

  .discounts__item--3 {
    background-size: cover;
  }

  .discounts__item--4 {
    background-size: cover;
  }

  .discounts__list {
    width: 100%;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .discounts__title {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
    margin-bottom: 20px;
  }

  .discounts__content {
    padding: 67px 13px 13px 13px;
    position: relative;
  }

  .discounts__content--4 {
    padding-left: 0px;
  }

  .discounts__content--background {
    padding: 7px 16px;
  }

  .reviews {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px !important;
  }

  .reviews__name {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }

  .reviews__service {
    color: #4c4c4c;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .reviews__image {
    width: 70px;
    height: 70px;
  }

  .reviews__info {
    display: flex;
    flex-direction: column;
  }

  .reviews__text {
    color: #4c4c4c;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    margin-bottom: unset;
  }

  .reviews__details {
    align-items: center;
    flex-direction: unset;
    gap: 20px;
  }

  .reviews__list {
    display: none;
  }

  .reviews__list--mob {
    display: flex;
    gap: 25px;
    flex-direction: column;
  }

  .reviews__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .reviews__right-block {
    display: none !important;
  }

  .reviews__rating-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }

  .reviews__title {
    color: #6da9a6;
    text-align: center;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
  }

  .reviews__rating-item {
    padding: 9px 15px 13px 12px;
  }

  .reviews__rating-item svg {
    width: 35px;
    height: 35px;
  }

  .reviews__rating-label {
    color: #19325d;
    font-family: "Rubik";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .reviews__rating-value {
    color: #ffcc03;
    font-family: "Akrobat";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }

  .reviews__rating-stars svg {
    width: 11px;
    height: 11px;
  }
}

@media screen and (max-width: 375.99px) {
  .container {
    padding: 0 12px;
  }

  .header {
    padding: 12px 12px;
  }

  .header__email {
    color: #4c4c4c;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .header__phone {
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .header__working-hours {
    color: #8a8a8a;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .header__social-mob {
    display: flex;
    gap: 20px;
  }

  .header__top {
    display: none;
  }

  .header__top-mob {
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    justify-content: space-between;
  }

  .header__top-mob--wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .header__phone-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .header__contact {
    display: flex;
    flex-direction: column;
  }

  .header__button-mob {
    display: flex;
    padding: 14px 17px;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    transition: 0.3s;
  }

  .header__button-mob:hover {
    background: #336767;
  }

  .header__button-mob:active {
    background: #336767;
    box-shadow: 0px 4px 6px 0px rgba(0, 3, 55, 0.2) inset;
  }

  .header__bottom {
    position: fixed;
    right: -200%;
  }

  .header__bottom-mob {
    margin-top: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .wrapper-menu {
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
  }

  .wrapper-menu.open {
    transform: rotate(-45deg);
  }

  .wrapper-menu .line-menu {
    background-color: white;
    border-radius: 5px;
    width: 100%;
    height: 6px;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  }

  .wrapper-menu .line-menu.half {
    width: 50%;
  }

  .wrapper-menu .line-menu.start {
    transform-origin: right;
  }

  .wrapper-menu .line-menu.end {
    align-self: flex-end;
    transform-origin: left;
  }

  .wrapper-menu.open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
  }

  .wrapper-menu.open .line-menu.end {
    transform: rotate(-90deg) translateX(-3px);
  }

  .footer {
    padding: 12px 24px;
    display: flex;
    flex-direction: column;
  }

  .footer__description {
    gap: 8px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .footer__menu-title {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }

  .footer__menu-item {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .footer__menu--info {
    grid-area: --info;
  }

  .footer__menu--services {
    grid-area: --services;
  }

  .footer__menu--site-map {
    grid-area: --site-map;
  }

  .footer__top {
    display: flex;
    flex-direction: column;
  }

  .footer__contact-address {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .footer__contact-link {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .footer__right-block {
    margin-top: 30px;
    display: grid;
    gap: unset;
    grid-template-columns: repeat(2, minmax(0, 123px));
    grid-template-areas: "--site-map --services" "--info --services";
    row-gap: 30px;
    width: 100%;
    justify-content: space-between;
  }

  .footer__bottom {
    padding-top: 30px;
    padding-bottom: 43px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .footer__info {
    gap: 5px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer__privacy-policy {
    font-size: 14px;
  }

  .footer__copyright {
    font-size: 14px;
  }

  .footer__credits {
    font-size: 14px;
  }

  .footer__credits-link {
    font-size: 14px;
    text-decoration: none;
  }

  .footer__left-block {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .contacts {
    display: flex;
    gap: 50px;
    flex-direction: column;
  }

  .contacts__info {
    display: flex;
    flex-direction: column;
  }

  .contacts__list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contacts__note {
    width: unset !important;
  }

  .contacts__title {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
  }

  .contacts__number {
    color: #4c4c4c;
    font-family: "Monterchi Text";
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }

  .contacts__address {
    color: #4c4c4c;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }

  .contacts__email {
    color: #4c4c4c;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }

  .contacts__phone {
    color: #4c4c4c;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }

  .contacts__note {
    color: #4c4c4c;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    width: unset;
    margin-bottom: 0px;
  }

  .feedback {
    padding-bottom: 50px !important;
    flex-basis: unset;
  }

  .feedback__title {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
  }

  .feedback__input {
    font-size: 14px;
  }

  .feedback__submit-section {
    display: flex;
    flex-direction: column;
    align-items: start !important;
    gap: 17px;
  }

  .feedback__button {
    font-size: 14px;
    padding: 14px 25px;
  }

  .feedback__note {
    color: #616161;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .feedback__link {
    color: #616161;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .reviews {
    padding: 12px;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px !important;
  }

  .reviews__name {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }

  .reviews__service {
    color: #4c4c4c;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .reviews__image {
    width: 70px;
    height: 70px;
  }

  .reviews__info {
    display: flex;
    flex-direction: column;
  }

  .reviews__text {
    color: #4c4c4c;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    margin-bottom: unset;
  }

  .reviews__details {
    align-items: center;
    flex-direction: unset;
    gap: 20px;
  }

  .reviews__list {
    display: none;
  }

  .reviews__list--mob {
    display: flex;
    gap: 25px;
    flex-direction: column;
  }

  .reviews__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .reviews__right-block {
    display: none !important;
  }

  .reviews__rating-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }

  .reviews__title {
    color: #6da9a6;
    text-align: center;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
  }

  .reviews__rating-item {
    padding: 9px 15px 13px 12px;
  }

  .reviews__rating-item svg {
    width: 35px;
    height: 35px;
  }

  .reviews__rating-label {
    color: #19325d;
    font-family: "Rubik";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .reviews__rating-value {
    color: #ffcc03;
    font-family: "Akrobat";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }

  .reviews__rating-stars svg {
    width: 11px;
    height: 11px;
  }

  .discounts {
    padding-bottom: 50px !important;
    display: flex;
    flex-direction: column;
  }

  .discounts__offer-description {
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }

  .discounts__offer-title {
    font-family: "Monterchi Text";
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }

  .discounts__badge {
    font-size: 19px;
    position: absolute;
    top: 8px;
    left: 8px;
  }

  .discounts__item {
    width: unset;
    height: unset;
    padding: 5px 6px;
  }

  .discounts__item--1 {
    background-position: right;
    background-size: cover;
  }

  .discounts__item--2 {
    background-color: #9c4f55;
    background-size: cover;
  }

  .discounts__item--3 {
    background-size: cover;
  }

  .discounts__item--4 {
    background-size: cover;
  }

  .discounts__list {
    width: 100%;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .discounts__title {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
    margin-bottom: 20px;
  }

  .discounts__content {
    padding: 67px 13px 13px 13px;
    position: relative;
  }

  .discounts__content--4 {
    padding-left: 0px;
  }

  .discounts__content--background {
    padding: 7px 16px;
  }

  .personal {
    padding-bottom: 50px !important;
  }

  .personal__header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    max-height: 512px;
    padding: 21px 15px 343px 15px;
    display: flex;
    justify-content: center;
  }

  .personal__intro {
    background-color: #6da9a6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    gap: 10px;
    padding: 12px 8px;
    flex-direction: column;
    height: 100% !important;
  }

  .personal__title {
    color: #fff !important;
    font-size: 31px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }

  .personal__description {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    max-width: 320px;
  }

  .tcoyself {
    padding-bottom: 50px !important;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .tcoyself__title {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
    margin-bottom: 15px;
  }

  .tcoyself__description {
    color: #4c4c4c;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .tcoyself__description br {
    display: none;
  }

  .tcoyself__features {
    margin-top: 20px;
    gap: 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tcoyself__feature {
    gap: unset;
    padding: 23px 41px 20px 26px;
  }

  .tcoyself__feature svg {
    width: 45px;
    height: 45px;
  }

  .tcoyself__feature-title {
    margin-top: 10px;
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .tcoyself__feature-text {
    margin-top: 6px;
    color: #4c4c4c;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }

  .tcoyself__image {
    display: flex;
    justify-content: center;
  }

  .tcoyself__image img {
    width: 336px;
    height: 350px;
  }

  .tcoyself__image::before {
    width: 244px;
    height: 9px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .about {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 50px !important;
    gap: 25px;
  }

  .about__photo-collage img {
    width: 336px;
  }

  .about__title {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
    margin-left: 101px;
    margin-bottom: 15px;
  }

  .about__title::before {
    width: 79px;
    height: 2px;
    top: 50%;
    left: -88px;
  }

  .about__mission {
    color: #4c4c4c;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .about__mission br {
    display: none;
  }

  .about__text {
    color: #4c4c4c;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .about__description {
    gap: 8px;
    margin-bottom: 17px;
  }

  .about__directions {
    display: flex;
    gap: unset;
    flex-direction: column;
  }

  .about__list {
    margin-bottom: 10px;
    gap: 10px;
  }

  .about__list-item {
    color: #4c4c4c;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    gap: 6px;
  }

  .about__list-item br {
    display: none;
  }

  .about__list-item svg {
    width: 15px;
    height: 15px;
  }

  .about__actions {
    margin-top: 11px;
    gap: 25px;
  }

  .about__button {
    padding: 14px 17px;
    color: #fff;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .about__link {
    color: #4c4c4c;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-decoration-line: underline;
  }

  .about__link svg {
    width: 18px;
    height: 18px;
  }

  .services {
    padding-bottom: 50px !important;
    display: flex;
    flex-direction: column;
  }

  .services__content {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 25px;
  }

  .services__title {
    color: #6da9a6;
    text-align: center;
    font-family: "Monterchi Text";
    font-size: 35px!important;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
  }

  .services__item {
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    width: -moz-max-content;
    width: max-content;
  }

  .services__list {
    gap: 20px;
  }

  .services__card img {
    width: 326px;
    height: 206px;
  }

  .services__card__caption {
    text-align: center;
    font-family: "Monterchi Text";
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }

  .services__lists {
    overflow-x: unset;
    width: 100% !important;
    gap: 10px;
    flex-direction: unset;
  }

  .main-top {
    padding-bottom: 50px !important;
    display: flex;
    flex-direction: row;
  }

  .main-top__link {
    padding: 68px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .breadcrumbs {
    display: none;
  }
}
@media screen and (max-width: 1736.99px) {
    .header {
        padding: 0px 126px;
    }
}
@media screen and (max-width: 1608.99px) {
    .header {
        padding: 0px 76px;
    }
}
@media screen and (max-width: 1508.99px) {
    .header {
        padding: 0px 26px;
    }
}
@media screen and (max-width: 1218.99px) {
    .header {
        padding: 0px 0px;
    }
}
@media screen and (max-width: 767.99px) {
    .header {
        padding: 0px 19px;
    }
}
@media (max-width: 992px) {
  .woman__img-desktop {
    display: none;
  }

  .woman__img-mobile {
    display: block;
  }
}

.swiper-slide {
  max-width: 370px;
}

.open-bottom {
  display: flex !important;
  right: 0;
}

.open-menu {
  flex-direction: column;
  align-items: start;
  gap: 30px !important;
}

.open-menu a {
  font-weight: 500;
  font-size: 17px;
}/*# sourceMappingURL=main.css.map */

@media screen and (max-width: 1199.99px) {
.services__title {
    font-size: 35px!important;
    }
.personal__title {
    font-size: 35px!important;
    }
.reviews__title {
    font-size: 35px!important;
        align-self: center!important;
    }
}

/* End */


/* Start:/local/templates/main/assets/style/aboutus.css?17431483251668*/
.aboutus {
  margin-top: 30px;
  margin-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.aboutus__content {
  background: rgba(0, 0, 0, 0.48);
  padding: 160px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutus__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.aboutus__title {
  color: #fff;
  font-family: "Monterchi Text";
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.aboutus__subtitle {
  color: #fff;
  text-align: center;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.aboutus__button {
  padding: 18px 28px;
  color: #4c4c4c;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border-radius: 44px;
  background-color: #fff;
}

.license {
  justify-content: space-between;
  display: flex;
  margin-bottom: 100px !important;
}
.license__collage {
  display: flex;
  gap: 40px;
}
.license__collage-img {
  max-width: 283px;
  max-height: 400px;
}
.license__contant {
  margin-top: 43px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.license__title {
  color: #6da9a6;
  font-family: "Monterchi Trial";
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}/*# sourceMappingURL=aboutus.css.map */
@media (max-width: 768px) {
	.license {
		display: block;
	}
	.license__collage {
		padding-top: 20px;
        justify-content: center;
        flex-wrap: wrap;
	}
h2.aboutus__title {
    text-align: center;
}
}
/* End */


/* Start:/local/templates/main/assets/style/blog.css?17431483252315*/
.blog {
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 95px;
  margin-top: 30px;
}
.blog__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 90px;
}
.blog__crads__link {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-decoration: underline;
}
.blog__crads__item {
  display: flex;
  flex-direction: column;
}
.blog__crads__title {
  color: var(--Text, #6da9a6);
  font-family: "Monterchi Trial";
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  margin-bottom: 30px;
}
.blog__crads__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 20px;
}
.blog__crads__subtitle {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.blog__crads__description {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}
.blog__crads__content {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 10px;
}
.blog__crads__image {
  border: 3px solid #fff;
  box-shadow: 0px 4px 14.8px 0px rgba(0, 6, 63, 0.15);
  width: 420px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 21px;
}
.blog__ballons {
  position: absolute;
  top: 76px;
  left: 950px;
}
.blog__block {
  padding-top: 103px;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.blog__content {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.blog__button {
  padding: 18px 28px;
  border-radius: 44px;
  cursor: pointer;
}
.blog__button--primary {
  background: #fff;
  color: #2ebde9;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.blog__button--secondary {
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  background-color: #2ebde9;
}
.blog__title {
  color: #fff;
  font-family: "Monterchi Trial";
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 92%;
}
.blog__description {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}/*# sourceMappingURL=blog.css.map */
/* End */


/* Start:/local/templates/main/assets/style/blogcorrection.css?174314832546*/
/*# sourceMappingURL=blogcorrection.css.map */
/* End */


/* Start:/local/templates/main/assets/style/gallery.css?17431483253069*/
.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-bottom: 26px;
}
.gallery__list {
  display: flex;
  gap: 46px;
}
.gallery__button {
  color: #4c4c4c;
  font-family: "Raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  cursor: pointer;
  background-color: #FFF;
  position: relative;
}
.gallery__button:hover {
  color: #94c3ba;
  font-family: "Raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.gallery__button:hover::before {
  content: " ";
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #94c3ba;
  position: absolute;
  top: 30px;
  left: 88px;
}
.gallery__button:active {
  color: #94c3ba;
}
.gallery__button:active::before {
  content: " ";
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #94c3ba;
  position: absolute;
  top: 30px;
  left: 88px;
}
.gallery__collage {
  border-top: 1px solid #d9d9d9;
  padding-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "--1  --2" "--3  --4";
  gap: 20px;
  padding-bottom: 30px;
}
.gallery__collage-block--1 {
  grid-area: --1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "--1 --3" "--2 --3";
  grid-template-rows: repeat(2, minmax(0, 310px));
  gap: 20px;
}
.gallery__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__image--1 {
  grid-area: --1;
}
.gallery__image--2 {
  grid-area: --2;
}
.gallery__image--3 {
  grid-area: --3;
}
.gallery__image--4 {
  grid-area: --4;
}
.gallery__image--5 {
  grid-area: --5;
}
.gallery__image--6 {
  grid-area: --6;
}
.gallery__image--7 {
  grid-area: --7;
}
.gallery__image--8 {
  grid-area: --8;
}
.gallery__image--9 {
  grid-area: --9;
}
.gallery__image--10 {
  grid-area: --10;
}
.gallery__image--11 {
  grid-area: --11;
}
.gallery__image--12 {
  grid-area: --12;
}
.gallery__collage-block--2 {
  grid-area: --2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 310px));
  grid-template-areas: "--4 --4" "--5 --6";
  gap: 20px;
}
.gallery__collage-block--3 {
  grid-area: --3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 310px));
  grid-template-areas: "--7 --8" "--9 --9";
  gap: 20px;
}
.gallery__collage-block--4 {
  grid-area: --4;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 310px));
  grid-template-areas: "--10 --11" "--10 --12";
  gap: 20px;
}
.gallery__show-more {
  margin-bottom: 100px;
  background-color: #fff;
  cursor: pointer;
  text-decoration: underline;
  color: #6da9a6;
  text-align: center;
  font-family: "Raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}/*# sourceMappingURL=gallery.css.map */
/* End */


/* Start:/local/templates/main/assets/style/personal.css?17442267462113*/
.personal__intro {
  background-color: #6da9a6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  gap: 25px;
  padding: 46px 43px 53px 43px;
}
.personal__title {
  color: #fff;
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.personal__description {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  max-width: 589px;
}
.personal__people-cards {
  display: grid;
  gap: 35px 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1658px) {
  .personal__people-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1332px) {
  .personal__people-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.personal__card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.personal__photo {
  width: 310px;
  max-height: 292px;
  object-fit: cover;
  padding-right: 10px;
  height: 273px;
}
.personal__details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
    padding-top: 10px;
}
.personal__content {
  padding-bottom: 100px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.personal__name {
  color: #4c4c4c;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.personal__specialization {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}
.personal__link {
  color: #6da9a6;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-decoration-line: underline;
}
.personal__show-more {
  color: #6da9a6;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-decoration-line: underline;
}
.swiper {
  padding: 0 !important;
}
.personal__more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.personal {
  padding-top: 40px !important;
} /*# sourceMappingURL=personal.css.map */
/* End */


/* Start:/local/templates/main/assets/style/services.css?17431483256287*/
// This script gathers some basic information about how
// Dota runs on a particular machine.  The intended usage
// is to get to the game state of interest and then
// execute this script with 'exec_async perftest'.
// Note that if you are testing in a game it is recommended
// to pause the game for more consistent results.
// Additionally exec_async can only be used when cheats
// are allowed.

echoln
echoln
echoln -------------------------------------------------------------
echoln perftest output starts here.
echoln -------------------------------------------------------------
echoln
echoln

push_var_values

sys_info

fps_max 999
cl_showfps 2

echoln
echoln
echoln -------------------------------------------------------------
echoln Performance tests now running, this can take a minute or two.
echoln -------------------------------------------------------------
echoln
// Give some time for the user to see the message above.
sleep 2000
hideconsole

// If we're watching a demo mark where we're at so that we can
// run each test starting from the same point with demo_gotomark.
// If you want to run the perftest from a specific point in
// a replay use "demo_marktick 4 <ticknum>" prior to exec_async.
// That will lock a particular tick as the mark and this mark will
// be ignored.  "demo_marktick 8" will unlock the tick.
demo_marktick 2

echoln
echoln User settings measurement
// We've already waited so things should be warm, go ahead and measure.
demo_gotomark 1
// Wait for any demo seeking to happen.
sleep 2000
cl_resetfps
sleep 10000
cl_printfps

echoln
echoln Baseline measurement
mat_viewportscale 1
r_drawparticles 1
cl_particle_simulate 1
cl_globallight_shadow_mode 2
dota_cheap_water 0
r_drawblankworld 0
r_drawpanorama 1
// Let new state settle.
sleep 1000
demo_gotomark 1
// Wait for any demo seeking to happen.
sleep 2000
cl_resetfps
sleep 10000
cl_printfps

echoln
echoln Half resolution
mat_viewportscale 0.5
// Let new state settle.
sleep 1000
demo_gotomark 1
// Wait for any demo seeking to happen.
sleep 2000
cl_resetfps
sleep 10000
cl_printfps
mat_viewportscale 1

echoln
echoln Reduced drawing
// Shadows at medium, no high-quality water.
cl_globallight_shadow_mode 1
dota_cheap_water 1
// Let new state settle.
sleep 1000
demo_gotomark 1
// Wait for any demo seeking to happen.
sleep 2000
cl_resetfps
sleep 10000
cl_printfps
cl_globallight_shadow_mode 2
dota_cheap_water 0

echoln
echoln Particles disabled
r_drawparticles 0
cl_particle_simulate 0
// Let new state settle.
sleep 1000
demo_gotomark 1
// Wait for any demo seeking to happen.
sleep 2000
cl_resetfps
sleep 10000
cl_printfps
mat_viewportscale 1
r_drawparticles 1
cl_particle_simulate 1

echoln
echoln UI only
r_drawblankworld 1
// Let new state settle.
sleep 1000
demo_gotomark 1
// Wait for any demo seeking to happen.
sleep 2000
cl_resetfps
sleep 10000
cl_printfps
r_drawblankworld 0

echoln
echoln Game only
r_drawpanorama 0
// Let new state settle.
sleep 1000
demo_gotomark 1
// Wait for any demo seeking to happen.
sleep 2000
cl_resetfps
sleep 10000
cl_printfps
r_drawpanorama 1

pop_var_values

showconsole
echoln
echoln
echoln -------------------------------------------------------------
echoln perftest output ends here.
echoln -------------------------------------------------------------
.breadcrumbs {
  display: flex;
  align-items: center;
}
.breadcrumbs .separator {
  margin: 0 8px;
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}
.breadcrumbs__link:last-of-type {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-decoration-line: underline;
}
.breadcrumbs__link {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  text-decoration-line: underline;
}

.map__address-primary {
  position: relative;
  overflow: hidden;
}

.services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}
.services__item {
  color: #4c4c4c;
  font-family: "Raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  cursor: pointer;
  position: relative;
  max-width: 420px;
}
.services__item:hover {
  color: #94c3ba;
  transition: 0.3s;
}
.services__item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services__title {
  color: #6da9a6;
  font-family: "Monterchi Text";
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.services__header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-bottom: 26px;
}
.services__lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 13px;
}

.services__list--secondary {
  display: grid;
  align-items: start;
  gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
}

@media (max-width: 1442px) {
  .services__list--secondary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 868px) {
  .services__list--secondary {
    grid-template-columns: 1fr; 
  }
}
.services__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services__collage{
width:100%
}

.services__collage {
  width: 100%;
  padding-top: 26px;
  border-top: 1px solid #d9d9d9;
  display: grid ;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
}
.services__caption {
  margin-top: 5px;
}
.services__caption a{
  color: #4c4c4c;
  text-align: center;
  font-family: "Monterchi Text";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
.services__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.services__image {
  width: 420px;
  height: 331px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media(max-width: 539.99px) {
  .services__list--secondary {
    width: 100%;
  }
  .services__list--secondary .services__item {
    width: 100%;
    max-width: 358px;
    margin: 0 auto;
  }
  .services__item > a {
    width: 100%;
  }
  .services__image {
    width: 100%;
  }
} /*# sourceMappingURL=services.css.map */
@media screen and (max-width: 539.99px) {
	font-size: 35px;
}


/* End */


/* Start:/local/templates/main/assets/style/stock.css?17564578328830*/
.breadcrumbs {
  display: flex;
  align-items: center;
}
.breadcrumbs .separator {
  margin: 0 8px;
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}
.breadcrumbs__link:last-of-type {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-decoration-line: underline;
}
.breadcrumbs__link {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  text-decoration-line: underline;
}

.map__address-primary {
  position: relative;
  overflow: hidden;
}

.discounts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  padding-top: 30px;
}
.discounts__title {
  text-align: center;
  color: #6da9a6;
  font-family: "Monterchi Text";
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  margin-bottom: 30px;
}
.discounts__list {
  display: grid;
  gap: 30px 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.discounts__item {
  width: 640px;
  height: 277px;
  padding: 12px 10px 10px 8px;
  background-position: center;
  background-size: cover;
}
.discounts__item--1 {
  background-position: right;
}
.discounts__item--2 {
  background-color: #9c4f55;

}

.discounts__content {
  height: 100%;
  padding: 30px 16px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.discounts__content--4 {
  padding-left: 0px;
}
.discounts__content--background {
  padding: 8px 16px 16px 16px;
  background-color: #6da9a6;
  width: -moz-max-content;
  width: max-content;
}
.discounts__badge {
  margin-bottom: 82px;
  color: #fff;
  font-family: "ZT Neue Ralewe";
  font-size: 36px;
  font-style: italic;
  font-weight: 500;
  line-height: 110%;
}
.discounts__offer-title {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.discounts__offer-title--1 {
  color: #5a4738;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.discounts__offer-description {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.discounts__offer-description--1 {
  color: #4c4c4c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

@media screen and (max-width: 1439.99px) {
  .discounts {
    display: flex;
  }
  .discounts__content {
    height: 100%;
    padding: 16px 16px;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .discounts__badge {
    margin-bottom: 48px;
    color: #fff;
    font-family: "ZT Neue Ralewe";
    font-size: 36px;
    font-style: italic;
    font-weight: 500;
    line-height: 110%;
  }
  .discounts__item {
    width: 400px;
    height: 265px;
    padding: 12px 10px 10px 8px;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 1199.99px) {
  .discounts__title {
    font-size: 56px;
  }
  .discounts__list {
    display: grid;
    gap: 30px 20px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .discounts__content {
    height: 100%;
    padding: 16px 16px;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .discounts__badge {
    margin-bottom: 48px;
    color: #fff;
    font-family: "ZT Neue Ralewe";
    font-size: 36px;
    font-style: italic;
    font-weight: 500;
    line-height: 110%;
  }
  .discounts__item {
    width: 400px;
    height: 265px;
    padding: 12px 10px 10px 8px;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 767.99px) {
  .discounts {
    padding-bottom: 50px !important;
    display: flex;
    flex-direction: column;
  }
  .discounts__offer-description {
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .discounts__offer-title {
    font-family: "Monterchi Text";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }
  .discounts__badge {
    font-size: 19px;
    position: absolute;
    top: 8px;
    left: 8px;
  }
  .discounts__item {
    width: unset;
    height: unset;
    padding: 5px 6px;
  }
  .discounts__item--1 {
    background-position: right;
    background-size: cover;
  }
  .discounts__item--2 {
    background-color: #9c4f55;
    background-size: cover;
  }
  .discounts__item--3 {
    background-size: cover;
  }
  .discounts__item--4 {
    background-size: cover;
  }
  .discounts__list {
    width: 100%;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .discounts__title {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
    margin-bottom: 20px;
  }
  .discounts__content {
    padding: 67px 13px 13px 13px;
    position: relative;
  }
  .discounts__content--4 {
    padding-left: 0px;
  }
  .discounts__content--background {
    padding: 7px 16px;
  }
}
@media screen and (max-width: 539.99px) {
  .discounts {
    padding-bottom: 50px !important;
    display: flex;
    flex-direction: column;
  }
  .discounts__offer-description {
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .discounts__offer-title {
    font-family: "Monterchi Text";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }
  .discounts__badge {
    font-size: 19px;
    position: absolute;
    top: 8px;
    left: 8px;
  }
  .discounts__item {
    width: unset;
    height: unset;
    padding: 5px 6px;
  }
  .discounts__item--1 {
    background-position: right;
    background-size: cover;
  }
  .discounts__item--2 {
    background-color: #9c4f55;
    background-size: cover;
  }
  .discounts__item--3 {
    background-size: cover;
  }
  .discounts__item--4 {
    background-size: cover;
  }
  .discounts__list {
    width: 100%;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .discounts__title {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
    margin-bottom: 20px;
  }
  .discounts__content {
    padding: 67px 13px 13px 13px;
    position: relative;
  }
  .discounts__content--4 {
    padding-left: 0px;
  }
  .discounts__content--background {
    padding: 7px 16px;
  }
}
@media screen and (max-width: 375.99px) {
  .contacts {
    display: flex;
    gap: 50px;
    flex-direction: column;
  }
  .contacts__info {
    display: flex;
    flex-direction: column;
  }
  .contacts__list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contacts__note {
    width: unset !important;
  }
  .contacts__title {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
  }
  .contacts__number {
    color: #4c4c4c;
    font-family: "Monterchi Text";
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }
  .contacts__address {
    color: #4c4c4c;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }
  .contacts__email {
    color: #4c4c4c;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }
  .contacts__phone {
    color: #4c4c4c;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }
  .contacts__note {
    color: #4c4c4c;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    width: unset;
    margin-bottom: 0px;
  }
  .feedback {
    padding-bottom: 50px !important;
    flex-basis: unset;
  }
  .feedback__title {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
  }
  .feedback__input {
    font-size: 14px;
  }
  .feedback__submit-section {
    display: flex;
    flex-direction: column;
    align-items: start !important;
    gap: 17px;
  }
  .feedback__button {
    font-size: 14px;
    padding: 14px 25px;
  }
  .feedback__note {
    color: #616161;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }
  .feedback__link {
    color: #616161;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
  .breadcrumbs {
    display: none;
  }
}/*# sourceMappingURL=stock.css.map */
/* End */


/* Start:/local/templates/main/assets/style/correction.css?17431483253165*/
.correction__img img {
  width: 1320px;
  height: 397px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.correction {
  position: relative;
  margin-top: 30px;
  display: flex;
  gap: 41px;
}
.correction__content {
  flex-basis: 77%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 400px;
}

.correction__title {
  position: relative;
  z-index: 1;
  color: #6da9a6;
  font-family: "Monterchi Trial";
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 95%;
}

.correction__title::before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -26px;
  left: -32px;
  background: #fcfffa;
  width: 912px;
  height: 160px;
}

.correction__date {
  color: #4c4c4c;
  font-family: "Raleway";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}
.correction__description-link {
  color: #4c4c4c;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-decoration-line: underline;
}
.correction__description {
  color: #4c4c4c;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.correction__navigate-link {
  color: #4c4c4c;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;
}

.correction__navigate-title {
  color: #4c4c4c;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.correction__navigate-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.correction__navigate {
  flex-basis: 23%;
  padding: 16px 33px 35px 24px;
  width: max-content;
  height: max-content;
  border: 1px solid #ededed;
}

.correction-info {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.correction-info__media {
  display: flex;
  margin-top: 38px;
  flex-direction: column;
  gap: 15px;
}

.correction-info__image{
    width: 949px;
    height: 386px;
    object-fit: cover;
}

.correction-info__text{
color:  #4C4C4C;
font-family: 'Raleway';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; 
}

.correction-info__list {
  list-style: armenian;
  margin-top: 10px;
  display: flex;
  gap: 13px;
  flex-direction: column;
}

.correction-info__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.correction-info__title {
  color: #6da9a6;
  font-family: "Monterchi Trial";
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 105%;
}
.correction-info__description {
  color: #4c4c4c;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.correction-info__list-item--title {
  color: #4c4c4c;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.correction-info__list-item {
    list-style-position: inside;
 list-style-type: decimal;
  color: #4c4c4c;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/* End */


/* Start:/local/templates/main/assets/style/cosmetologistAB.css?17431483255624*/
.doctor-card {
  margin-bottom: 100px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.doctor-card__left-block {
  display: flex;
  align-items: start;
  flex-direction: column;
  width: 100%;
  max-width: 666px;
  gap: 10px;
  flex-grow: 1;
  padding: 33px 0px;
}
.doctor-card__info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.doctor-card__right-block {
  max-width: 581px;
}
.doctor-card__image {
  width: 100%;
  height: 100%;
}
.doctor-card__title {
  color: #4c4c4c;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.doctor-card__name {
  color: #6da9a6;
  font-family: "Monterchi Trial";
  font-size: 63px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  text-transform: uppercase;
}
.doctor-card__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.doctor-card__text {
  color: #4c4c4c;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}
.doctor-card__text--1 {
  color: #4c4c4c;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.doctor-card__stats {
  display: flex;
  gap: 48px;
  margin-bottom: 20px;
}
.doctor-card__stat {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.doctor-card__stat-number {
  color: #6da9a6;
  font-family: "Montserrat";
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.doctor-card__stat-label {
  color: #4c4c4c;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.doctor-card__button {
  padding: 20px 28px;
  background: #6da9a6;
  border-radius: 44px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  cursor: pointer;
  transition: 0.3s;
}
.doctor-card__button:hover {
  transition: 0.3s;
  background: #336767;
}
.doctor-card__button:active {
  transition: 0.3s;
  background: #336767;
  box-shadow: 0px 4px 6px 0px rgba(0, 3, 55, 0.2) inset;
}

@media screen and (max-width: 375.99px) {
  .doctor-card {
    display: flex;
    padding: 0 12px;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
  .doctor-card__left-block {
    padding: 0;
  }
  .doctor-card__title {
    color: #4c4c4c;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
  .doctor-card__name {
    color: #6da9a6;
    font-family: "Monterchi Trial";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
  }
  .doctor-card__text {
    color: #4c4c4c;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .doctor-card__text--1 {
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
  .doctor-card__stat {
    gap: unset;
  }
  .doctor-card__stat-number {
    color: #6da9a6;
    font-family: "Montserra";
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
  .doctor-card__stat-label {
    color: #4c4c4c;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }
  .doctor-card__button {
    padding: 17px 23px;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
  }
  .contacts {
    flex-direction: column;
    display: flex;
    padding: 0;
    gap: 50px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .contacts__info {
    display: flex;
    flex-direction: column;
  }
  .contacts__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contacts__title {
    color: #6da9a6;
    font-family: "Monterchi Trial";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
  }
  .contacts__number {
    color: #4c4c4c;
    font-family: "Monterchi Trial";
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
  }
  .contacts__address {
    color: #4c4c4c;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }
  .contacts__email {
    color: #4c4c4c;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }
  .contacts__phone {
    color: #4c4c4c;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }
  .contacts__note {
    color: #4c4c4c;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    width: unset;
    margin-bottom: 0px;
  }
  .feedback {
    margin-bottom: 50px;
    flex-basis: unset;
  }
  .feedback__title {
    color: #6da9a6;
    font-family: "Monterchi Trial";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
  }
  .feedback__input {
    font-size: 14px;
  }
  .feedback__submit-section {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 17px;
  }
  .feedback__button {
    font-size: 14px;
    padding: 14px 25px;
  }
  .feedback__note {
    color: #616161;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
  }
  .feedback__link {
    color: #616161;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
  .breadcrumbs {
    display: none;
  }
}/*# sourceMappingURL=cosmetologistAB.css.map */
/* End */


/* Start:/local/templates/main/assets/style/service.css?17431483254885*/
.services__banner {
  margin-top: 30px;
  margin-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.services__title {
  text-align: center;
  margin-top: 40px;
}

.service__content {
  width: 100%;
  padding-top: 26px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
}

.contacts {
  margin-top: 40px !important;
}

.woman__img-desktop {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.woman {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 20px;
}

.woman__img-mobile {
  display: none;
}/*# sourceMappingURL=service.css.map */

.useful{
  padding-top: 100px;
}

.useful__title{
color: #6DA9A6;
text-align: center;
font-family: "Monterchi Text";
font-size: 63px;
font-style: normal;
font-weight: 300;
line-height: 110%;
}

.slider {
  display: flex;
  gap: 42px;
  align-items: center;
}

.slider__card{
  display: flex;
  flex-direction: column;
}

.swiper {
  width: 100%;
  max-width: 1120px;
  height: 100%;
  max-height: 500px;
  padding: 10px !important;
}

.slider__btn {
  background-color: transparent;
  cursor: pointer;
  height: 100%;
  transform: translateY(-50%);
  max-height: 40px;
  color: #9f9f9f;
  transition: 0.3s;
}
.slider__btn:hover {
  color: #6da9a6;
}
.slider__btn:active {
  color: #6da9a6;
}

.useful__content{
  gap: 17px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.useful__subtitle{
color: #4C4C4C;
font-family: 'Raleway';
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%;
}

.useful__button{
  padding: 18px 28px;
  background: #6da9a6;
  border-radius: 44px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  transition: 0.3s;
  cursor: pointer;
}
.useful__button:hover {
  transition: 0.3s;
  background: #336767;
}
.useful__button:active {
  transition: 0.3s;
  background: #336767;
  box-shadow: 0px 4px 6px 0px rgba(0, 3, 55, 0.2) inset;
}

.slider__title img{
 object-fit: cover;
 width: 370px;
height: 186px;
border: 3px solid #FFF;
box-shadow: 0px 4px 14.8px 0px rgba(0, 6, 63, 0.15);
}
.slider__title{
  margin-bottom: 15px;
}

.slider__subtitle{
color:#4C4C4C;
font-family: 'Raleway';
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%;
}

.slider__content-discription{
  color: #4C4C4C;
  width: 375px;
  font-family: 'Raleway';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

.slider__card{
  width: max-content;
  height: 400px;
}

.slider__content{
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 10px;
}

.slider__card a{
  color: #4C4C4C;
  font-family: 'Raleway';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-decoration-line: underline;
}

.personal__title{
 /* color: #6DA9A6;*/
text-align: center;
font-family: "Monterchi Text";
font-size: 63px;
font-style: normal;
font-weight: 300;
line-height: 110%;
}

.personal__content{
  margin-top: 30px !important;
}

.personal{
  padding-top: 100px;
}

.manual__button{
  padding: 18px 28px;
  background: #6da9a6;
  border-radius: 44px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  transition: 0.3s;
  cursor: pointer;
}
.manual__button:hover {
  transition: 0.3s;
  background: #336767;
}
.manual__button:active {
  transition: 0.3s;
  background: #336767;
  box-shadow: 0px 4px 6px 0px rgba(0, 3, 55, 0.2) inset;
}

.manual{
  display: flex;
  gap: 60px;
}

.manual__png{
  flex-basis: 50%;
}

.manual__content{
  flex-basis: 50%;
  display: flex;
  flex-direction: column;

}

.manual__title{
color:  #6DA9A6;
font-family: "Monterchi Text";
font-size: 63px;
font-style: normal;
font-weight: 300;
line-height: 110%;
margin-bottom: 50px;
}

.manual__subtitle{
  color:  #4C4C4C;
font-family: 'Raleway';
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%;
padding: 19px 0;
border-bottom: 1px solid #EDEDED;
border-top: 1px solid #EDEDED;
}

.manual__list{
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.manual__item{
color:  #4C4C4C;
font-family: 'Raleway';
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 160%;
}

.manual__item-text{
  color:  #4C4C4C;
font-family: 'Raleway';
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%;
}

.manual__ifno{
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 26px;
}

.manual-text{
  display: flex;
  align-items: center;
  gap: 10px;
}

.manual__link{
color: #4C4C4C;
font-family: 'Raleway';
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%;
}
@media screen and (max-width: 539.99px) {
	font-size: 35px;
}
/* End */


/* Start:/local/js/custom/swiper5/swiper-bundle.min.css?174314832415563*/
/**
 * Swiper 7.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/header/style.css?17558650026900*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/bitrix/templates/.default/components/bitrix/menu/header/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{

}
a.header__phone {
    color: #4c4c4c;
}
/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/bitrix/templates/.default/components/bitrix/menu/header/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/bitrix/templates/.default/components/bitrix/menu/header/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}
ul.menu__submenu {
    visibility: visible;
}
div.menu-clear-left
{
	clear:left;
}
ul.header__menu {
    padding-left: 25px;
}
    .wrapper-menu .line-menu {
        background-color: black;
}
.header__menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
	gap: 30px;
}

.header__menu > li {
    position: relative;
}

.header__menu-item {
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}

.header__menu-item:hover {
    color: #BC262C;
}

.menu__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    border: 1px solid #eee;
}

.menu__item-parent:hover .menu__submenu {
    opacity: 1;
    visibility: visible;
}

.menu__submenu li {
    padding: 0;
}

.menu__submenu a {
    padding: 8px 15px;
    color: #333;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease;
}

.menu__submenu a:hover {
    background: #f5f5f5;
    color: #BC262C;
}

.active {
    color: #6da9a6 !important;
    font-weight: bold;
}
@media (max-width: 768px) {
    .header__menu:not(.open-menu) .menu__submenu {
        display: none;
    }
    
    .header__menu.open-menu {
        display: block;
    }
    
    .header__menu.open-menu > li {
        padding: 5px 0;
    }
}
@media (max-width: 768px) {
    .header__menu {
        flex-direction: column;
        gap: 0;
        padding-left: 0;
    }
    
    .header__menu > li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }
    
    .header__menu-item {
        padding: 12px 15px;
    }
    
    .menu__submenu {
        position: static;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
        box-shadow: none;
        border: none;
        padding: 0;
        margin-left: 15px;
    }
    
    .header__menu.open-menu .menu__submenu {
        opacity: 1;
        max-height: 1000px;
        padding: 5px 0;
    }
    
    .mobile-submenu {
        display: none;
    }
    
    .header__menu.open-menu .mobile-submenu {
        display: block;
    }
    
    .menu-toggle {
        display: block;
        padding: 15px;
        background: #f5f5f5;
        cursor: pointer;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/online_reg/style.css?1743148325692*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/main/components/bitrix/form.result.new/online_reg/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/form.result.new/online_reg/images/icon_warn.gif);
}

.send_btn{
    padding-top: 18px;
    text-align: -webkit-center;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/contacts/style.css?1743148325150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/template/style.css?1743148325383*/
div#formSent {
    color: #6da9a6;
    font-family: "Monterchi Text";
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
		margin-top: 0px !important;
}
.input-error {
    border: 1px solid red;
    background-color: #ffe6e6;
}
input.feedback__input {
    background-color: #F6F5EC;
}
textarea.feedback__input {
    background-color: #F6F5EC;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/footer/style.css?1743148310192*/
.footer__menu-item a{
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
  }
  .footer__menu {
	display: flex;
	flex-direction: column;
	gap: 12px;
  }
/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/feedback/style.css?1743148325666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/main/components/bitrix/form.result.new/feedback/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/form.result.new/feedback/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/main/styles.css?17531044964655*/
main.main {
	 /* background-color: rgba(0, 0, 0, 0.5);*/
    /* position: relative;*/
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    /* height: 100%; */
    z-index: 1;
}
.position-fixed {
    position: fixed;
}
.search-link {
            display: inline-flex;
            align-items: center;
        }
        
        .search-icon {
            cursor: pointer;
            width: 24px;
            height: 24px;
            transition: all 0.3s ease;
        }
        
        .search-icon:hover {
            transform: scale(1.1);
        }
        
        .search-icon:hover circle {
            stroke: black;
        }
        
        .search-icon:hover path {
            stroke: black;
        }
        
        .search-icon:active {
            transform: scale(0.95);
        }
	.header__email-search {
		display: flex;
	}
a.search-link {
    padding-left: 20px;
}
.text_deva.citata_deva {
    margin-bottom: 20px;
    font-family: "Monterchi Text";
    font-size: 34px;
    line-height: 1.5;
    color: #4c4c4c;
}
.deva-btn--sert-ban {
    top: 40%;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.left-1 {
    left: 1rem;
}
.z-2 {
    z-index: 2;
}
.transition-all-3 {
    transition: all .3s;
}
.bRadius--2 {
    border-radius: .25rem;
}
.text-center {
    text-align: center;
}
.lh-solid {
    line-height: 1;
}
.text-uppercase {
    text-transform: uppercase;
}
.f-20px {
    font-size: 1.111rem;
}
.c-white {
    color: #fff;
}
.px-8 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.main-top__link.main-top__link--primary {
    z-index: 3;
}
.main-top__link.main-top__link--secondary {
    z-index: 3;
}
.btn_ban {
	display: flex;
}
header.header.container {
    position: relative;
}

.header__menu.open-menu li a {
  color: #4c4c4c!important; /* Делаем текст черным */
}

a.header__email {
		    color: #4c4c4c;
		}
		span.header__working-hours {
		color: #4c4c4c;
		}
header.header.container {
    z-index: 30;
}
main.main {
    margin-top: -268px!important;
}
.main-top {
    width: 100%;
   /* height: 100vh;  Высота секции на весь экран */
    background-image: url(/upload/img/main1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	padding-bottom: 209px !important;
}

.main-top__link {
    position: relative;
    z-index: 2; /* Чтобы контент был поверх фона */
    text-align: center;
}

.main-top__action-link {
    color: #fff;
    font-family: "Monterchi Text";
    font-size: 53px;
    font-style: normal;
    font-weight: 300;
    line-height: 115%;
    text-decoration: none; /* Убираем подчеркивание ссылки */
    display: inline-block; /* Делаем элемент блочным, чтобы можно было задать размеры */
    padding: 15px 30px; /* Внутренние отступы для кнопки */
    border: 2px solid #fff; /* Граница кнопки */
    border-radius: 50px; /* Закругляем углы для овальной формы (можно изменить на 0 для прямоугольника) */
    background-color: transparent; /* Прозрачный фон (можно изменить на нужный цвет) */
    transition: background-color 0.3s ease, color 0.3s ease; /* Плавный переход для hover-эффекта */
}
.main-top__action-link:hover {
    background-color: #fff; /* Цвет фона при наведении */
    color: #000; /* Цвет текста при наведении */
}
/* Затемнение фона (опционально) */
.main-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    z-index: 1;
}
	.title_banner {
		position: absolute;
		padding-left: 20%;
		padding-right: 20%;
		z-index: 3;
	}
.main-top-title {
	  color: #fff;
    text-align: center;
    font-family: "Monterchi Text";
    font-size: 53px;
    font-style: normal;
    font-weight: 300;
    line-height: 115%;
}

@media screen and (max-width: 767.99px) {
    a.header__email {
		color: #4c4c4c;;
	}
	.header__phone {
		color: #4c4c4c;
    }
	span.header__working-hours {
		color: #4c4c4c;;
	}
	p.main-top-title {
    	font-size: 43px;
	}
	.deva-btn--sert-ban {
    	display: none !important;
  	}
}
@media screen and (max-width: 657px) {
.main-top {
    display: flex!important;
}
}
/* End */
/* /local/templates/main/assets/style/main.css?174364152767905 */
/* /local/templates/main/assets/style/aboutus.css?17431483251668 */
/* /local/templates/main/assets/style/blog.css?17431483252315 */
/* /local/templates/main/assets/style/blogcorrection.css?174314832546 */
/* /local/templates/main/assets/style/gallery.css?17431483253069 */
/* /local/templates/main/assets/style/personal.css?17442267462113 */
/* /local/templates/main/assets/style/services.css?17431483256287 */
/* /local/templates/main/assets/style/stock.css?17564578328830 */
/* /local/templates/main/assets/style/correction.css?17431483253165 */
/* /local/templates/main/assets/style/cosmetologistAB.css?17431483255624 */
/* /local/templates/main/assets/style/service.css?17431483254885 */
/* /local/js/custom/swiper5/swiper-bundle.min.css?174314832415563 */
/* /bitrix/templates/.default/components/bitrix/menu/header/style.css?17558650026900 */
/* /local/templates/main/components/bitrix/form.result.new/online_reg/style.css?1743148325692 */
/* /local/templates/main/components/bitrix/news.list/contacts/style.css?1743148325150 */
/* /local/templates/main/components/bitrix/form.result.new/template/style.css?1743148325383 */
/* /bitrix/templates/.default/components/bitrix/menu/footer/style.css?1743148310192 */
/* /local/templates/main/components/bitrix/form.result.new/feedback/style.css?1743148325666 */
/* /local/templates/main/styles.css?17531044964655 */
