:root {
  --background: #ffffff;
  --background-section: #2e5c4f;
  --black: #000000;
  --border-line: #ffbe8d;
  --border-line-grey: #f1f1f1;
  --border-line-blue: #c3cbd7;
  --dark-grey: #97989f;
  --grey: #e8e8ea;
  --light-grey: #d2d2d2;
  --main: #21cf7b;
  --main-light: #c3ffe2;
  --text-color: #030706;
  --text-color-secondary: #2e3e5c;
  --text-color-btn: #353938;
  --white: #ffffff;
  --white-smoke: #f6f6f6;
}

* {
  font-family: "Montserrat", serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
body {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--text-color);
  background-color: var(--background);
}

/* ----- Header and Footer Styles ----- */

.header .header__content,
.footer .footer__content {
  padding: 24px 0;
}

.header .header__inner,
.footer .footer__inner {
  display: flex;
  align-items: center;
}

.header .header__logo,
.footer .footer__logo {
  width: 100%;
  max-width: 77px;
  height: 24px;
}

.header .header__logo-img,
.header .m-header__logo-img,
.footer .footer__logo-img {
  width: 100%;
  height: 100%;
}

.header .m-header__logo-img {
  display: none;
}

.header .header__menu,
.footer .footer__menu {
  display: flex;
  gap: 50px;
}

.header .header__menu-item,
.footer .footer__menu-item {
  list-style: none;
}

.header .header__nav,
.footer .footer__nav {
  margin: 0 90px 0 auto;
}

.header .header__menu-link,
.footer .footer__menu-link {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.header .header__menu-link.current,
.footer .footer__menu-link.current {
  position: relative;
  text-decoration: underline;
  text-underline-position: under;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--main);
}

.header .header__menu-link.current::before,
.header .m-header__menu-link.current::before,
.footer .footer__menu-link.current::before {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: var(--main);
  content: '';
}

.header .m-header__menu-link.current::before {
  top: 3px;
  background-color: var(--white);
}

.header .header__contacts,
.footer .footer__contacts {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header .header__contacts-info,
.footer .footer__contacts-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header .contact-phone,
.footer .contact-phone {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.header .contact-schedule,
.footer .contact-schedule {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
}

.header .contact-schedule::before,
.header .m-contact-schedule::before,
.footer .contact-schedule::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4.5px 0 0;
  border-radius: 50%;
  background-color: var(--main);
  content: '';
}

.header .burger-menu {
  display: none;
}

.header .m-menu {
  display: none;
}

/* ----- End Header Styles ----- */

/* ----- Home Page Styles ----- */

.section.section--intro {
  margin: 60px 0 80px 0;
}

.home-intro .home-intro__inner {
  display: grid;
  grid-template-columns: 1fr 63.24%;
  position: relative;
}

.home-intro .intro-info {
  position: absolute;
  top: 24.15%;
  width: 100%;
  max-width: 570px;
}

.home-intro .intro-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.home-intro .intro-title::after {
  display: block;
  position: absolute;
  bottom: -17px;
  width: 100%;
  max-width: 315px;
  height: 1px;
  background-color: var(--light-grey);
  content: '';
}

.home-intro .intro-title .border {
  margin: 0 0 0 -15px;
  padding: 0 15px;
  border: 1px solid var(--border-line);
  border-radius: 50px;
}

.home-intro .intro-title .leaf {
  display: flex;
  align-items: center;
  gap: 16px;
}

.home-intro .intro-title .leaf::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/icons/leaf-i.svg) center / contain no-repeat;
  content: '';
}

.home-intro .intro-sub-title {
  position: relative;
  max-width: 430px;
  padding: 32px 0;
  font-size: 14px;
  line-height: 21px;
}

.home-intro .intro-sub-title span {
  font-weight: 500;
  color: var(--main);
}

.home-intro .intro-sub-title::before,
.home-intro .intro-sub-title::after {
  display: block;
  position: absolute;
  content: '';
}

.home-intro .intro-sub-title::before {
  right: 75px;
  bottom: -25px;
  width: 75px;
  height: 75px;
  background: url(../img/icons/arrow-big-circle-i.svg) center / contain no-repeat;
}

.home-intro .intro-sub-title::after {
  right: 0;
  bottom: -40px;
  width: 40px;
  height: 40px;
  background: url(../img/icons/leaf-i.svg) center / contain no-repeat;
}

.home-intro .intro-boxes {
  display: grid;
  grid-template-columns: 61.63% 1fr;
  min-height: 450px;
  gap: 20px;
}

.home-intro .intro-box {
  position: relative;
}

.home-intro .intro-box--big {
  grid-row: 1 / span 2;
  grid-column: 1 / 2;
  max-height: 530px;
}

.home-intro .intro-box::before,
.home-intro .intro-box::after {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 22px;
  height: 22px;
  transform: rotate(180deg);
  background: url(../img/icons/three-circle-i.svg) center / contain no-repeat;
  content: '';
}

.home-intro .intro-box::after {
  top: auto;
  bottom: 12px;
  left: 12px;
  transform: rotate(0deg);
}

.home-intro .intro-box--small::before {
  right: auto;
  left: 12px;
  transform: rotate(90deg);
}

.home-intro .intro-box--small::after {
  right: 12px;
  left: auto;
  transform: rotate(-90deg);
}

.home-intro .intro-box--medium {
  grid-row: 1 / 2;
  grid-column: 2 / 2;
  max-height: 330px;
}

.home-intro .intro-box--small {
  grid-row: 2 / 2;
  grid-column: 2 / 2;
  max-height: 180px;
}

.home-intro .intro-img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-intro .intro-img--phone {
  display: none;
}

.home-intro .intro-box__info {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50px;
  right: 80px;
  width: 100%;
  max-width: 190px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.01);
  border-radius: 20px;
  color: var(--white);
  background: rgba(86, 97, 111, 0.27);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.home-intro .intro-box--medium .intro-box__info {
  top: 20px;
  left: 20px;
}

.home-intro .intro-box--small .intro-box__info {
  flex-direction: row;
  align-items: center;
  gap: 2px;
  top: auto;
  bottom: 12px;
  left: 12px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 4px 10px;
  border: 0.5px solid rgba(255, 255, 255, 0.40);
  background: rgba(145, 162, 182, 0.30);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.home-intro .intro-box--big .intro-box__info::after,
.home-intro .intro-box--medium .intro-box__info::after {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 15px;
  height: 15px;
  background: url(../img/icons/arrow-top-right-i.svg) center / contain no-repeat;
  content: '';
}

.home-intro .intro-box--small .intro-box__info::before {
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/icons/leaf-clear-i.svg) center / contain no-repeat;
  content: '';
}

.home-intro .intro-box__info-count {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}

.home-intro .intro-box__info-text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

/* ----- End Home Page Styles ----- */

/* ----- Section Page Intro Styles ----- */

.page-intro .page-intro__inner {
  display: grid;
  grid-template-columns: 1fr 660px;
  align-items: center;
  gap: 30px;
  position: relative;
}

.page-intro .intro-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-intro .intro-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-intro .intro-text {
  max-width: 580px;
  margin: 12px 0 32px 0;
  font-size: 14px;
  line-height: 21px;
}

.page-intro .intro-boxes {
  display: grid;
  grid-template-columns: 47% 1fr;
  grid-template-rows: 49% 16% 35%;
  gap: 10px;
}

.page-intro .intro-box {
  position: relative;
  height: 100%;
}

.page-intro .intro-box--big {
  grid-row: 1 / span 2;
  grid-column: 1 / 3;
}

.page-intro .intro-box--medium {
  grid-row: 2 / 4;
  grid-column: 2 / 2;
}

.page-intro .intro-box--small {
  grid-row: 3 / 4;
  grid-column: 1 / 2;
}

.page-intro .intro-img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ----- End Section Page Intro Styles ----- */

/* ----- Section Banner Styles ----- */

.section.section--banner {
  margin: 0;
}

.banner .banner__content {
  width: 100%;
  height: 650px;
}

.banner .banner__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  top: 160px;
  width: 100%;
  max-width: 410px;
  padding: 32px 40px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 20px;
  color: var(--white);
  background-color: rgba(6, 6, 6, 0.27);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.banner .banner__info-title {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 44px;
  line-height: 70px;
  font-weight: 500;
}

.banner .banner__info-img {
  width: 100%;
  max-width: 146px;
  height: 45px;
}

.banner .banner__info-text {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

/* ----- End Section Banner  Styles ----- */

/* ----- Section Our Center Styles ----- */

.main .our-center .articles {
  padding: 0;
}

.main .our-center .article-content {
  display: flex;
  flex-direction: row-reverse;
}

.main .our-center .article-map {
  flex: 1;
  width: 100%;
  max-width: 650px;
}

.main .our-center .article-description {
  flex: 1;
}

/* ----- End Section Our Center Styles ----- */

/* ----- Section Our Benefits Styles ----- */

.benefits .benefits-content,
.experts-slider .experts-slider-content {
  padding: 60px 0;
  color: var(--white);
  background-color: var(--background-section);
}

.benefits .benefits {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 24px;
  min-height: 690px;
  margin: 36px 0 0 0;
}

.benefits .benefit {
  position: relative;
}

.benefits .benefit::before {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(191deg, rgba(0, 0, 0, 0.00) 52.15%, rgba(0, 0, 0, 0.60) 86.53%);
  content: '';
}

.benefits .benefit--thin {
  grid-row: 1 / span 2;
  grid-column: 1 / 2;
  max-height: 690px;
}

.benefits .benefit--normal {
  max-height: 330px;
}

.benefits .benefit__img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.benefits .benefit:nth-of-type(3) .benefit__img {
  -o-object-position: top;
  object-position: top;
}

.benefits .benefit__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 25px;
  padding: 0 30px;
}

/* ----- End Section Our Benefits Styles ----- */

/* ----- Section Experts Styles ----- */

.section.section--experts {
  margin: 0;
}

.experts .experts-inner {
  padding: 30px 0;
}

.experts .experts-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.experts .section-sub-title {
  width: 100%;
  max-width: 670px;
}

.experts .expert-filter-label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

.experts .experts-filters {
  display: grid;
  grid-template-columns: auto repeat(4, 1fr);
  align-items: center;
  gap: 24px;
  margin: 50px 0;
}

.experts .select {
  position: relative;
}

.experts .select__option {
  padding: 9px 16px;
  border: none;
  border-radius: 12px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: var(--text-color-btn);
  background: none;
  cursor: pointer;
}

.experts .select__dropdown .select__option {
  padding: 5px 10px;
}

.experts .select__dropdown .select__option--selected,
.experts .select__dropdown .select__option:hover {
  color: var(--white);
  background-color: var(--main);
}

.experts .select__option--value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  border-radius: 30px;
  background-color: var(--white-smoke);
}

.experts .select__option--value::after {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icons/arrow-small-down-i.svg) center / contain no-repeat;
  content: '';
}

.experts .select--active .select__option--value {
  background-color: var(--main-light);
}

.experts .select--active .select__option--value::after {
  margin: 0 0 4px 0px;
  transform: rotate(180deg);
}

.experts .select__dropdown {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: absolute;
  top: 58px;
  z-index: 2;
  width: 100%;
  padding: 8px;
  border-radius: 16px;
  background-color: var(--white);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05), 0px 6px 18px 0px rgba(0, 0, 0, 0.09);
}

.experts .select__dropdown::before {
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  z-index: -1;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-radius: 4px;
  transform: rotate(45deg);
  background-color: var(--white);
  content: '';
}

.experts .experts-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin: 0;
}

.experts select {
  display: none;
}

/* ----- End Section Experts Styles ----- */

/* ----- Section Expert Styles ----- */

.section.section--expert {
  margin: 0;
  padding: 30px 0;
}

.expert .expert-columns {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
}

.expert .expert-head {
  display: flex;
  flex-direction: column;
  font-weight: 600;
}

.expert .expert-name {
  margin: 0 0 8px 0;
  font-size: 50px;
  line-height: 80px;
}

.expert .expert-skills,
.expert .expert-degree {
  width: 100%;
  max-width: 670px;
  margin: 0 0 12px 0;
  font-size: 20px;
  line-height: 30px;
  opacity: 0.8;
}

.expert .expert-degree {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.expert .expert-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 32px 0 0 0;
}

.expert .expert-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 730px;
  padding: 20px;
  border-radius: 20px;
  background-color: var(--background);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06), 0px 7px 16px 0px rgba(0, 0, 0, 0.10);
}

.expert .expert-box__title {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--main);
}

.expert .expert-box__title::before {
  display: inline-block;
  z-index: 1;
  width: 54px;
  height: 54px;
  background: url(../img/icons/education-i.svg) center / contain no-repeat;
  background-size: 24px;
  content: '';
}

.expert .expert-box--experience .expert-box__title::before {
  background: url(../img/icons/experiance-i.svg) center / contain no-repeat;
  background-size: 24px;
}

.expert .expert-box--personal-experience .expert-box__title::before {
  background: url(../img/icons/personal-experiance-i.svg) center / contain no-repeat;
  background-size: 24px;
}

.expert .expert-box--expertise .expert-box__title::before {
  background: url(../img/icons/lamp-i.svg) center / contain no-repeat;
  background-size: 24px;
}

.expert .expert-box__title::after {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  transform: rotate(45deg);
  background-color: var(--main);
  content: '';
}

.expert .expert-box ul {
  margin: 0 0 0 25px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.expert .expert-box ul span {
  font-weight: 600;
}

.expert .expert-info .expert-media {
  display: none;
}

.expert .expert-media {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 100%;
  max-width: 530px;
  max-height: 700px;
  height: 100%;
}

.expert .expert-photo {
  width: 100%;
  height: 700px;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}

.expert .expert-video {
  display: flex;
  position: absolute;
  right: 8px;
  bottom: 10px;
  padding: 8px;
  border-radius: 20px;
  background-color: var(--background);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}

.expert .expert-video .btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--text-color);
  cursor: pointer;
}

.expert .expert-video .close-icon {
  width: 18px;
  height: 18px;
}

.expert .video-msg {
  position: absolute;
  top: 50px;
  left: -40px;
  padding: 6px 10px;
  border-radius: 30px 14px 4px 30px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: var(--white);
  background-color: var(--main);
}

.expert .expert-video iframe {
  width: 100%;
  max-width: 250px;
  height: 320px;
  border-radius: 20px;
}

.expert .expert-quote {
  margin: 32px 0;
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

.expert .quote-author {
  margin: 10px 0 0 0;
  font-weight: 600;
  text-align: right;
}

.expert-price-list .link-btn {
  margin: 32px 0 0 0;
}

/* ----- End Section Expert Styles ----- */

/* ----- Section Blog and Posts Styles ----- */

.blog .blog-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 40px 0;
  font-size: 40px;
  line-height: 64px;
  font-weight: 600;
}

.single-post .single-post-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.single-post .single-post-head,
.single-post .single-post-main {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.single-post .single-post-head .single-post-info {
  padding: 0;
}

.single-post .single-post-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 870px;
  line-height: normal;
}

.single-post .article-post-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.single-post .article-post-img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 20px;
}

.single-post .article-post-title {
  font-family: "Work Sans", serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

.single-post .slider-post-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 28px 0 40px 0;
}

.single-post .post-slider .slick-track {
  display: flex;
  gap: 30px;
}

.single-post .post-slider .slick-list {
  margin: 0 -15px;
}

.single-post .post-media .link {
  justify-content: center;
}

.single-post .posts-list .post-img {
  max-width: 360px;
}

.single-post .slider-buttons .slider-arrow,
.single-post .slider-buttons .slick-dots li {
  background-color: var(--white-smoke);
}

/* ----- End Section Blog and Posts Styles ----- */

/* ----- Section Rooms Styles ----- */

.section.section--rooms {
  margin: 60px 0 0 0;
}

.rooms .rooms-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-size: 40px;
  line-height: 64px;
  font-weight: 600;
}

.rooms .rooms-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 24px 0 40px 0;
}

.rooms .room-wrap {
  display: none;
  position: relative;
}

.rooms .room-wrap.active {
  display: block;
}

.rooms .room-img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

.rooms .room-wrap .slider-buttons {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  margin: 0;
}

.rooms .btn-room {
  padding: 6px 12px;
  border-radius: 30px;
}

.rooms .active .btn-room {
  font-weight: 600;
  color: var(--white);
  background-color: var(--main);
}

/* ----- End Section Rooms Styles ----- */

/* ----- Section Reviews Styles ----- */

.reviews .reviews-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviews .link-btn {
  padding: 7px 16px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.reviews .review-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
  max-width: 440px;
  padding: 20px;
  border-radius: 12px;
  background-color: var(--white);
  opacity: 0.9;
}

.reviews .review-slide.slick-active {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.reviews .reviews-slider .slick-list {
  margin: 0 -10px;
}

.reviews .reviews-slider .slick-track {
  display: flex;
  gap: 20px;
  padding: 40px 0;
}

.reviews .client-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.reviews .service-category {
  margin: 2px 0 0 0;
  font-size: 14px;
  line-height: 21px;
}

.reviews .stars-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 4px 0 0 0;
}

.reviews .star-rating {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icons/rating-star-green-i.svg) center / contain no-repeat;
}

.reviews .star-rating--grey {
  background: url(../img/icons/rating-star-grey-i.svg) center / contain no-repeat;
}

.reviews .review-text {
  margin: 16px 0 0 0;
  font-size: 12px;
  line-height: 18px;
  opacity: 0.8;
}

.reviews .slider-buttons {
  margin: 0;
}

.reviews .slider-buttons .slider-arrow,
.reviews .slider-buttons .slick-dots li {
  background-color: var(--white-smoke);
}

/* ----- End Reviews Section Styles ----- */

/* ----- Section Certificate Styles ----- */

.section.section--certificate {
  margin: 145px 0 0 0;
}

.certificate .certificate__content {
  padding: 40px 0;
  color: var(--white);
  background-color: var(--background-section);
}

.certificate .certificate-inner {
  position: relative;
}

.certificate .certificate-inner::after {
  display: block;
  position: absolute;
  top: 0;
  right: 60px;
  bottom: 0;
  z-index: 2;
  width: 100%;
  max-width: 300px;
  height: 420px;
  margin: auto;
  border-radius: 10px;
  transform: rotate(15deg);
  background: url(../img/certificate-image.png);
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  content: '';
}

.certificate .certificate-title {
  width: 100%;
  max-width: 785px;
  font-size: 50px;
  line-height: normal;
  font-weight: 600;
}

.certificate .link-btn {
  margin: 24px 0 0 0;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.certificate .certificate-title .discount {
  font-size: 60px;
  font-weight: 700;
}

.certificate .certificate-text {
  width: 100%;
  max-width: 575px;
  margin: 8px 0 0 0;
  font-size: 16px;
  line-height: 24px;
}

/* ----- End Section Certificate Styles ----- */

/* ----- Section Map Styles ----- */

.section.section--map {
  margin: 0;
}

.map .map__content {
  position: relative;
}

.map .map-locations {
  display: flex;
}

.map iframe {
  width: 100%;
  height: 750px;
}

.map .map-inner {
  display: flex;
  align-items: center;
  position: absolute;
  top: 40px;
  bottom: 0;
}

.map .map-contacts {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 430px;
  padding: 32px;
  border-radius: 20px;
  color: var(--white);
  background-color: var(--background-section);
}

.map .map-contacts__title {
  font-size: 40px;
  line-height: normal;
  font-weight: 600;
}

.map .map-columns,
.map .map-column,
.map .map-phones,
.map .map-emails {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.map .map-column,
.map .map-phones,
.map .map-emails {
  gap: 10px;
}

.map .map-column__title {
  line-height: normal;
  font-weight: 700;
}

.map .map-addresses ol {
  margin: 0 0 0 22px;
}

.map .map-social-networks {
  display: flex;
  align-items: center;
  gap: 8px;
}

.map .social-network__icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.map .link-btn {
  max-width: 260px;
  text-align: center;
}

/* ----- End Section Map Styles ----- */

/* ----- Article Styles ----- */

.main .articles {
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding: 60px 0;
}

.main .article-content {
  display: grid;
  grid-template-columns: 47.795% 1fr;
  gap: 46px;
}

.main .article-img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  max-height: 650px;
  border-radius: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.main .article-map {
  width: 100%;
  max-width: 650px;
  height: 650px;
}

.main .article-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

.main .article-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.main .article-category,
.main .article-address {
  padding: 18px 24px;
  border-radius: 17px;
  line-height: 20px;
  font-weight: 600;
  color: var(--white);
  background-color: var(--background-section);
}

.main .article-address {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
}

.main .article-address::before {
  display: inline-block;
  width: 20px;
  height: 30px;
  background: url(../img/icons/location-i.svg) center / contain no-repeat;
  content: '';
}

.main .article-title {
  margin: 102px 0 0 0;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}

.main .article-text {
  opacity: 0.8;
}

.main .article-price-info {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: var(--background-section);
}

.main .article-buttons {
  display: flex;
  gap: 24px;
  margin: auto 0 0 0;
}

.articles.articles--therapy {
  gap: 70px;
  padding: 50px 0;
}

.articles--therapy .article-content {
  display: flex;
  gap: 50px;
}

.articles--therapy .article-content--reverse {
  flex-direction: row-reverse;
}

.articles--therapy .article-img {
  max-width: 50.7%;
  min-height: 470px;
  max-height: 470px;
}

.articles--therapy .article-description {
  justify-content: center;
}

.articles--therapy .article-title {
  margin: 0;
  font-size: 40px;
  line-height: normal;
}

.articles--therapy .article-text {
  width: 100%;
  max-width: 580px;
}

.articles--therapy .table-price {
  max-width: 400px;
  min-width: 400px;
}

.articles--therapy .table-info {
  margin: 20px 0 0 0;
  font-style: italic;
  font-size: 14px;
  opacity: 0.8;
}

.articles--therapy .link-btn {
  margin: 24px 0 0 0;
}

/* ----- End Article Styles ----- */

/* ----- Section Experts Slider Styles ----- */

.experts-slider .experts-slider-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.experts-slider .experts-cards {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 40px 0 0 0;
}

.experts-slider .experts-cards .slick-list {
  margin: 0 -10px;
}

.experts-slider .experts-cards .slick-track {
  display: flex;
  gap: 20px;
}

/* ----- End Experts Slider Styles ----- */

/* ----- Cards Experts Styles ----- */

.experts-cards .expert-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  color: var(--white);
}

.experts-cards .expert-photo {
  width: 100%;
  height: 100%;
  max-height: 490px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.experts-cards .expert-card__info {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 220px;
  padding: 16px;
  border-radius: 20px;
  background-color: rgba(64, 64, 64, 0.40);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.experts-cards .expert-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.experts-cards .expert-skills {
  display: -webkit-box;
  height: 100%;
  max-height: 80px;
  overflow: hidden;
  margin: 2px 0 0 0;
  font-size: 14px;
  line-height: 24px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.experts-cards .expert-price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 4px 0 0 0;
  font-weight: 600;
}

.experts-cards .expert-buttons {
  display: flex;
  gap: 8px;
}

.experts-cards .expert-buttons .link-btn {
  width: 100%;
  margin: 18px 0 0 0;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.experts-cards .expert-buttons .link-btn--grey {
  font-weight: 500;
}

/* ----- End Cards Experts Styles ----- */

/* ----- Card Posts Styles ----- */

.blog .posts-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}

.posts-list .post-card--big {
  grid-row: 1 / 2;
  grid-column: 1 / 4;
  position: relative;
  height: 600px;
  margin: 0 0 50px 0;
}

.posts-list .post-card__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--grey);
  border-radius: 20px;
  background-color: var(--background);
}

.posts-list .post-card--big .post-card__inner {
  height: 100%;
  padding: 0;
  border: none;
}

.posts-list .post-media {
  width: 100%;
  height: 240px;
}

.posts-list .post-media .link {
  display: flex;
  width: 100%;
  height: 100%;
}

.posts-list .post-card--big .post-media {
  position: relative;
  height: 100%;
}

.posts-list .post-card--big .post-media .link::before {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(20, 22, 36, 0.40) 0%, rgba(20, 22, 36, 0.40) 100%);
  content: '';
}

.posts-list .post-img {
  width: 100%;
  max-width: 400px;
  height: 240px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.posts-list .post-card--big .post-img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 20px;
}

.single-post .single-post-info,
.posts-list .post-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding: 8px;
}

.posts-list .post-card--big .post-info {
  position: absolute;
  bottom: -38px;
  left: 70px;
  max-width: 550px;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 12px 24px -6px rgba(24, 26, 42, 0.12);
  background-color: var(--white);
}

.posts-list .post-title {
  display: -webkit-box;
  height: 100%;
  min-height: 90px;
  max-height: 90px;
  overflow: hidden;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.posts-list .post-card--big .post-title {
  min-height: auto;
  max-height: 100%;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  -webkit-line-clamp: unset;
}

.single-post .single-post-author,
.posts-list .post-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.single-post .single-post-author__picture,
.posts-list .post-author__picture {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.single-post .single-post-author__name,
.posts-list .post-author__name {
  font-weight: 500;
}

.single-post .single-post-date,
.posts-list .post-date {
  font-weight: 500;
  color: var(--dark-grey);
}

/* ----- End Card Posts Styles ----- */

/* ----- Pagination Styles ----- */

.pagination .pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 60px 0 20px 0;
}

.pagination .pagination__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--border-line-grey);
  border-radius: 50%;
  list-style: none;
  cursor: pointer;
}

.pagination .pagination__item.current,
.pagination .pagination__item:hover {
  border: none;
  background-color: var(--main);
  color: var(--white);
}

.pagination .pagination__item.dots {
  border: none;
  cursor: unset;
}

.pagination .pagination__item.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.pagination .pagination__item a,
.pagination .pagination__item span {
  font-size: 13px;
  line-height: 10px;
  font-weight: 500;
}

.pagination .current a,
.pagination .pagination__item:hover a {
  font-weight: 600;
  color: var(--white);
}

.pagination .arrow-icon {
  width: 16px;
  height: 16px;
}

/* ----- End Pagination Styles ----- */

/* ----- Table Price Styles ----- */

.table-price thead th {
  display: inline-block;
  margin: 0 0 20px 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  text-align: left;
  opacity: 0.9;
}

.table-price tbody tr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 8px 12px;
  font-weight: 500;
  opacity: 0.9;
}

.table-price tbody tr:nth-child(odd) {
  border-radius: 8px;
  background-color: var(--white-smoke);
}

.table-price tbody td:nth-child(2) {
  min-width: 120px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-align: right;
  color: var(--main);
}

.page-intro .table-info {
  margin: 8px 0 0 0;
}

/* ----- End Table Price Styles ----- */

/* ----- Slick Slider Styles ----- */

.slider-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 40px 0 0 0;
}

.slider-buttons .slider-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  border-radius: 20px;
  background-color: var(--white);
  cursor: pointer;
}

.slider-buttons .slider-arrow::before {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icons/arrow-small-left-i.svg) center / contain no-repeat;
  content: '';
}

.slider-buttons .slider-arrow--next::before {
  background: url(../img/icons/arrow-small-right-i.svg) center / contain no-repeat;
}

.slider-buttons .slick-dots {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.slider-buttons .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  list-style: none;
  background-color: var(--white);
  cursor: pointer;
}

.slider-buttons .slick-dots li.slick-active {
  background-color: var(--main);
}

.slider-buttons .slick-dots li button {
  display: none;
}

/* ----- End Slick Slider Styles ----- */

/* ----- Footer Styles ----- */

.footer .footer__content {
  margin: 30px 0 25px 0;
}

/* ----- End Footer Styles ----- */

/* ----- Modal Form Styles ----- */

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.2);
}

.modal-form {
  display: none;
  position: fixed;
  top: 10%;
  right: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0px 12px 24px 0px rgba(120, 146, 141, 0.12);
  transition: opacity .4s ease;
}

.modal-form.open {
  display: flex;
}

.modal-form .modal-form-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  max-height: 700px;
  padding: 40px 40px 24px 40px;
  border-radius: 20px;
  background-color: var(--background);
}

.modal-form .modal-form-wrap::-webkit-scrollbar {
  width: 10px;
}

.modal-form .modal-form-wrap::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: var(--dark-grey);
}

.modal-form .modal-form-wrap::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: var(--main);
}

.modal-form .modal-close,
.modal-thx .modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.modal-form .modal-close,
.modal-form .close-icon {
  width: 24px;
  height: 24px;
}

.modal-form .modal-form__title {
  margin: 0 0 20px 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.modal-form .modal-form-field__label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.modal-form .select {
  position: relative;
}

.modal-form .select__option {
  padding: 16px;
  border: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--text-color-btn);
  background: none;
  cursor: pointer;
}

.modal-form .select__dropdown .select__option--selected,
.modal-form .select__dropdown .select__option:hover {
  color: var(--white);
  background-color: var(--main);
}

.modal-form .select__option--value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  border: 1px solid var(--light-grey);
  border-radius: 8px;
  background-color: var(--background);
}

.modal-form .select__option--value::after {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icons/arrow-small-down-i.svg) center / contain no-repeat;
  content: '';
}

.modal-form .select--active .select__option--value {
  background-color: var(--main-light);
}

.modal-form .select--active .select__option--value::after {
  margin: 0 0 4px 0px;
  transform: rotate(180deg);
}

.modal-form .select__dropdown {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: absolute;
  top: 58px;
  z-index: 2;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 10px 0 0 0;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: var(--white);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05), 0px 6px 18px 0px rgba(0, 0, 0, 0.09);
}

.modal-form .modal-form-steps,
.modal-form .modal-form-step,
.modal-form .modal-form-info,
.modal-form .modal-form-fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.modal-form .modal-form-step._collapsed {
  display: none;
}

.modal-form .modal-form-fields {
  gap: 4px;
}

.modal-form .modal-form-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: var(--text-color-secondary);
}

.modal-form .modal-form-details__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 auto;
}

.modal-form .form-details-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--border-line-blue);
  border-radius: 12px;
}

.modal-form .form-details-expert,
.modal-form .service-info,
.modal-form .address-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.modal-form .form-details-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.modal-form .expert-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.modal-form .value {
  font-weight: 400;
}

.modal-form .modal-form-thx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.modal-form .checkmark-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--main);
  -webkit-animation: scale .3s ease-in-out .9s;
  animation: scale .3s ease-in-out .9s;
}

.modal-form .checkmark-icon use {
  stroke: var(--white);
  stroke-width: 3px;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  transform-origin: 50% 50%;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.modal-form .modal-form-msg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.modal-form .modal-form-msg__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.modal-form .modal-form-msg__text {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.modal-form .modal-form-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.modal-form input,
.modal-form textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid var(--light-grey);
  border-radius: 8px;
  font-weight: 500;
  background-color: var(--background);
}

.modal-form textarea {
  height: 120px;
  resize: none;
}

.modal-form select {
  display: none;
}

.modal-form .btn {
  padding: 10px 32px;
  border-radius: 148px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.2, 1.2, 1);
  }
}

@keyframes scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.2, 1.2, 1);
  }
}

/* ----- End Modal Form Styles ----- */

/* ----- All Other Site Styles ----- */

.section {
  margin: 60px 0;
}

.v-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.h1-title {
  font-size: 44px;
  line-height: 52px;
  font-weight: 600;
  text-transform: uppercase;
}

.h2-title {
  font-size: 50px;
  line-height: 80px;
  font-weight: 600;
}

.h3-title {
  font-size: 32px;
  line-height: 39px;
  font-weight: 600;
}

.line::after {
  display: inline-block;
  width: 100px;
  height: 6px;
  border-radius: 10px;
  background-color: var(--main);
  content: '';
}

.btn {
  border: none;
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
  background: none;
  cursor: pointer;
}

.btn--grey {
  color: var(--text-color-btn);
  background-color: var(--white-smoke);
}

.btn--green {
  color: var(--white);
  background-color: var(--main);
}

.link {
  text-decoration: none;
  color: var(--text-color);
}

.link--white {
  color: var(--white);
}

.link-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: var(--white);
}

.btn:hover,
.link-btn:hover {
  opacity: 0.7;
}

.link-btn--arrow {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.link-btn--arrow::after {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icons/arrow-big-right-i.svg) center / contain no-repeat;
  content: '';
}

.link-btn--green {
  background-color: var(--main);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}

.link-btn--grey {
  color: var(--text-color-btn);
  background-color: var(--white-smoke);
}

.link-btn--transparent {
  border: 1px solid var(--main);
  font-weight: 600;
  color: var(--main);
  background-color: var(--white);
}

.link-btn--white {
  color: var(--text-color-btn);
  background-color: var(--white);
}


@media only screen and (max-width: 1400px) {

  /* ----- Home Page Styles ----- */

  .home-intro .intro-title {
    font-size: clamp(32px, 36px, 44px);
  }

  /* ----- Section Certificate Styles ----- */

  .certificate .certificate-title {
    max-width: 650px;
  }

  /* ----- All Other Site Styles ----- */

  .h2-title {
    font-size: 42px;
  }

}

@media only screen and (max-width: 1200px) {

  /* ----- Header and Footer Styles ----- */

  .header .header__nav,
  .footer .footer__nav {
    margin: 0 auto;
  }

  .header .header__menu,
  .footer .footer__menu {
    gap: 20px;
  }

  /* ----- Home Page Styles ----- */

  .home-intro .home-intro__inner {
    grid-template-columns: auto;
    gap: 40px;
  }

  .home-intro .intro-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: unset;
    margin: 0 auto;
  }

  .home-intro .intro-boxes {
    grid-template-columns: 1fr 1fr;
  }

  .home-intro .intro-box--big {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    max-height: 400px;
  }

  .home-intro .intro-box--big .intro-img {
    display: none;
  }

  .home-intro .intro-box--big .intro-img--phone {
    display: block;
  }

  .home-intro .intro-box--medium {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    max-height: 250px;
  }

  .home-intro .intro-box--small {
    grid-row: 2 / 2;
    grid-column: 1 / 2;
    max-height: 250px;
  }

  /* ----- Section Page Intro Styles ----- */

  .page-intro .page-intro__inner {
    grid-template-columns: auto;
  }

  /* ----- Section Our Center Styles ----- */

  .main .our-center .article-content {
    flex-direction: column;
  }

  .main .our-center .article-map {
    flex: auto;
    max-width: 100%;
  }

  /* ----- Section Experts Styles ----- */

  .experts .experts-filters {
    grid-template-columns: repeat(2, 1fr);
  }

  .experts .expert-filter-label {
    display: none;
  }

  .experts .experts-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  /* ----- Section Expert Styles ----- */

  .expert .expert-media {
    max-width: 450px;
  }

  /* ----- Card Posts Styles ----- */

  .blog .posts-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .posts-list .post-card--big {
    grid-column: 1 / 3;
  }

  /* ----- Section Certificate Styles ----- */

  .section.section--certificate {
    margin: 100px 0 0 0;
  }

  .certificate .certificate-title {
    max-width: 550px;
    font-size: 42px;
  }

  .certificate .certificate-title .discount {
    font-size: 50px;
  }

  .certificate .certificate-text {
    max-width: 500px;
  }

  /* ----- Article Styles ----- */

  .main .articles {
    gap: 60px;
    padding: 30px 0;
  }

  .main .article-content {
    grid-template-columns: auto;
    gap: 30px;
  }

  .main .article-map {
    max-width: 100%;
  }

  .main .article-title {
    margin: 0;
  }

  /* ----- All Other Site Styles ----- */

  .section-title {
    font-size: 40px;
  }

}

@media only screen and (max-width: 980px) {

  /* ----- Header and Footer Styles ----- */

  .header .header__inner {
    justify-content: space-between;
  }

  .header .header__nav,
  .header .header__contacts {
    display: none;
  }

  .menu-open .header .m-header__logo-img {
    display: block;
  }

  .menu-open .header .header__logo-img {
    display: none;
  }

  .menu-open .header__content {
    background-color: var(--main);
  }

  .header .burger-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    z-index: 10;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background-color: var(--main);
    cursor: pointer;
  }

  .menu-open .header .burger-menu {
    background-color: var(--white);
  }

  .header .burger-menu span {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 16px;
    height: 2px;
    border-radius: 10px;
    background-color: var(--white);
    transition-duration: .3s;
    cursor: pointer;
  }

  .menu-open .header .burger-menu span {
    background-color: var(--main);
  }

  .menu-open .header .burger-menu span:nth-of-type(1) {
    transform: rotate3d(0, 0, 1, 45deg);
    top: 5px;
  }

  .menu-open .header .burger-menu span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-open .header .burger-menu span:nth-of-type(3) {
    transform: rotate3d(0, 0, 1, -45deg);
    top: -5px;
  }

  .header .m-menu.open {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    touch-action: none;
    height: 100%;
    padding: 10px 16px 30px 16px;
    background-color: var(--main);
  }

  .header .m-header__nav {
    margin: 0 auto;
    text-align: center;
  }

  .header .m-header__menu {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .header .m-header__menu-item {
    position: relative;
    list-style: none;
  }

  .header .m-header__menu-item {
    padding: 0 24px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: var(--white);
  }

  .header .m-header__menu-item.current {
    border-bottom: 2px solid var(--white);
  }

  .header .m-header__contacts {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .header .m-header__contacts-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header .m-contact-phone {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }

  .header .m-contact-schedule {
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    color: var(--white);
  }

  .header .m-contact-schedule::before {
    background-color: var(--white);
  }

  .header .m-menu .link {
    color: var(--white);
  }

  .header .m-menu .btn-book {
    text-align: center;
    color: var(--main);
  }

  .footer .footer__inner {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 24px;
    position: relative;
  }

  .footer .footer__logo {
    position: absolute;
    top: 10px;
    left: 0;
  }

  /* ----- Section Our Benefits Styles ----- */

  .benefits .benefits {
    grid-template-columns: auto;
  }

  .benefits .benefit {
    min-height: 500px;
    max-height: 500px;
  }

  /* ----- Section Certificate Styles ----- */

  .certificate .certificate-inner {
    margin: 0 0 100px 0;
  }

  .certificate .certificate-title,
  .certificate .certificate-text {
    max-width: 100%;
  }

  .certificate .certificate-inner::after {
    top: 330px;
    height: 300px;
    max-width: 215px;
  }

  /* ----- Card Posts Styles ----- */

  .blog .posts-list {
    gap: 20px;
  }

  /* ----- Section Experts Styles ----- */

  .experts-slider .experts-slider-head,
  .reviews .reviews-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .experts .experts-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* ----- Section Expert Styles ----- */

  .expert .expert-columns {
    grid-template-columns: auto;
  }

  .expert .expert-media {
    display: none;
  }

  .expert .expert-info .expert-media {
    display: flex;
    max-width: 100%;
    margin: 32px 0 0 0;
    position: initial;
  }

  .expert-price-list .table-price {
    width: 100%;
  }

  .expert-price-list .link-btn {
    width: 100%;
  }

  /* ----- Article Styles ----- */

  .articles--therapy .article-content {
    flex-direction: column;
  }

  .articles--therapy .article-img,
  .articles--therapy .article-text,
  .articles--therapy .table-price {
    width: 100%;
    max-width: 100%;
  }

  .articles--therapy .therapy-price-list {
    width: 100%;
  }

  /* ----- Section Blog and Posts Styles ----- */

  .single-post .post-slider .slick-track {
    gap: 20px;
  }

  /* ----- All Other Site Styles ----- */

  .v-container {
    padding: 0 20px;
  }

  .section-title {
    line-height: 50px;
  }

}

@media only screen and (max-width: 500px) {

  html,
  body {
    font-size: 14px;
  }

  /* ----- Header and Footer Styles ----- */

  .footer .footer__menu {
    flex-wrap: wrap;
  }

  /* ----- Home Page Styles ----- */

  .home-intro .intro-title {
    font-size: 29px;
  }

  .home-intro .intro-title .border {
    margin: 0;
    padding: 0 5px;
  }

  .home-intro .intro-sub-title::before {
    right: 50px;
    bottom: -25px;
    width: 65px;
    height: 65px;
  }

  .home-intro .intro-box__info {
    top: 20px;
    right: 30px;
  }

  .home-intro .intro-box--medium .intro-box__info {
    flex-direction: row;
    align-items: center;
    gap: 3px;
    top: auto;
    right: 0;
    bottom: 40px;
    left: 0;
    width: calc(100% - 10px);
    margin: 0 auto;
    padding: 12px;
  }

  .home-intro .intro-box--medium .intro-box__info::after {
    top: auto;
    right: 12px;
  }

  .home-intro .intro-box--small .intro-box__info {
    right: 0;
    bottom: 40px;
    left: 0;
    margin: 0 auto;
  }

  .home-intro .intro-box__info-text {
    font-size: 12px;
    line-height: 18px;
  }

  .home-intro .intro-boxes {
    gap: 12px;
  }

  /* ----- Section Page Intro Styles ----- */

  .page-intro .intro-info,
  .page-intro .intro-title {
    align-items: center;
    text-align: center;
  }

  /* ----- Section Banner Styles ----- */

  .banner .banner__content {
    height: 430px;
  }

  .banner .banner__info {
    top: 68px;
  }

  /* ----- Section Our Benefits Styles ----- */

  .benefits .benefit {
    min-height: 400px;
    max-height: 400px;
  }

  .benefits .benefit__info {
    padding: 0 20px;
  }

  /* ----- Section Reviews Styles ----- */

  .reviews .reviews-slider .slick-track,
  .experts-slider .experts-cards .slick-track {
    gap: 0;
  }

  .reviews .review-slide,
  .experts-slider .expert-card {
    margin: 0 5px;
  }

  /* ----- Section Experts Styles ----- */

  .experts .experts-filters {
    grid-template-columns: auto;
    gap: 8px;
  }

  /* ----- Section Expert Styles ----- */

  .expert .expert-head {
    align-items: center;
    text-align: center;
  }

  .expert .expert-photo {
    max-height: 470px;
  }

  /* ----- Cards Experts Styles ----- */

  .experts-cards .expert-card {
    min-height: 300px;
  }

  .experts-cards .expert-card__info {
    max-height: 160px;
    padding: 12px;
  }

  .experts-cards .expert-name {
    font-size: 16px;
    line-height: 24px;
  }

  .experts-cards .expert-skills {
    display: none;
  }

  .experts-cards .expert-price__label {
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
  }

  .experts-cards .expert-price__number {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
  }

  .experts-cards .expert-buttons {
    flex-direction: column;
    margin: 8px 0 0;
  }

  .experts-cards .expert-buttons .link-btn {
    margin: 0;
  }

  /* ----- Section Certificate Styles ----- */

  .certificate .certificate-title,
  .certificate .certificate-title .discount {
    font-size: 32px;
    line-height: 39px;
  }

  .certificate .certificate-text {
    font-size: 12px;
  }

  .certificate .certificate-inner::after {
    top: 300px;
    right: 15px;
    height: 200px;
    max-width: 145px;
  }

  /* ----- Section Map Styles ----- */

  .map .map-inner {
    right: 20px;
    left: 20px;
  }

  /* ----- Section Rooms Styles ----- */

  .rooms .rooms-title {
    align-items: flex-start;
    font-size: 28px;
    line-height: 44px;
  }

  .rooms .room-img {
    max-height: 280px;
  }

  /* ----- Section Blog and Posts Styles ----- */

  .single-post .article-post-img {
    max-height: 270px;
  }

  .single-post .post-slider .slick-track {
    gap: 0px;
  }

  .single-post .post-slider .post-card {
    margin: 0 10px;
  }

  /* ----- Article Styles ----- */

  .main .article-map {
    height: 450px;
  }

  .main .article-img {
    min-height: 250px;
    max-height: 250px;
  }

  .main .article-description {
    gap: 16px;
  }

  .main .article-category,
  .main .article-address {
    padding: 12px 24px;
    font-size: 12px;
    line-height: 15px;
  }

  .main .article-title {
    font-size: 28px;
    line-height: 34px;
  }

  .main .article-address::before {
    width: 16px;
    height: 16px;
  }

  .main .article-buttons {
    gap: 12px;
  }

  /* ----- Card Posts Styles ----- */

  .posts-list .post-card--big {
    height: 270px;
  }

  .posts-list .post-card__inner {
    gap: 8px;
    padding: 10px;
  }

  .posts-list .post-media,
  .posts-list .post-img {
    height: 170px;
  }

  .single-post .single-post-info,
  .posts-list .post-info {
    gap: 8px;
    padding: 0;
  }

  .posts-list .post-card--big .post-info {
    gap: 12px 20px;
    right: 20px;
    left: 20px;
    max-width: 100%;
    padding: 16px;
  }

  .posts-list .post-title {
    font-size: 13px;
    line-height: 17px;
    min-height: 52px;
    max-height: 52px;
  }

  .posts-list .post-card--big .post-title {
    font-size: 18px;
    line-height: 25px;
  }

  .single-post .single-post-author,
  .posts-list .post-author {
    gap: 4px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }

  .single-post .single-post-date,
  .posts-list .post-date {
    display: none;
  }

  /* ----- Modal Form Styles ----- */

  .modal-form {
    width: calc(100% - 20px);
    margin: 0 10px;
  }

  .modal-form .modal-form-wrap {
    max-height: 600px;
    padding: 20px;
  }

  .modal-form .select__option {
    padding: 10px;
    font-size: 14px;
    line-height: 21px;
  }

  /* ----- All Other Site Styles ----- */

  .h2-title {
    font-size: 32px;
    line-height: 42px;
  }

  .link-btn {
    padding: 10px 16px;
  }

}

@media only screen and (max-width: 400px) {

  /* ----- Header and Footer Styles ----- */

  .home-intro .intro-title {
    font-size: 25px;
  }

}