@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
html,
body,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input[type=checkbox],
input[type=radio],
input[type=file] {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  font-style: normal;
  font-weight: 400;
  font-family: "Onest", sans-serif;
  background: #dfe6e8;
  color: #43434a;
}

button {
  cursor: pointer;
}

.container {
  max-width: 1680px;
  margin: auto;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .container {
    padding: 0 12px;
  }
}

.section {
  border-radius: 16px;
  padding: 44px;
  background: rgba(255, 255, 255, 0.36);
}
@media (max-width: 991px) {
  .section {
    width: calc(100% + 24px);
    padding: 24px 12px;
    margin-left: -12px;
  }
}

.outline {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 8px 36px;
  color: #82c83c;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.outline:hover {
  color: #ffffff;
  background: #82c83c;
}
@media (max-width: 1248px) {
  .outline {
    padding: 8px 12px;
  }
}
@media (max-width: 1080px) {
  .outline {
    padding: 8px;
  }
}

.primary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 12px 36px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.primary:hover {
  background: #43434a;
}
@media (max-width: 1248px) {
  .primary {
    padding: 8px 12px;
  }
}
@media (max-width: 1080px) {
  .primary {
    padding: 8px;
  }
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .breadcrumbs {
    gap: 4px;
  }
}
.breadcrumbs__item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .breadcrumbs__item {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}

.wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
.wrapper__left {
  width: calc(100% - 382px);
}
@media (max-width: 1024px) {
  .wrapper__left {
    width: 100%;
  }
}
.wrapper__right {
  align-self: stretch;
  position: relative;
  width: 350px;
}
@media (max-width: 1024px) {
  .wrapper__right {
    display: none;
  }
}

.banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  border-bottom: 1px solid #dfe6e8;
  background: #ffffff;
  overflow: hidden;
}
.banner__bg-left {
  position: absolute;
  top: 0;
  left: 0;
}
.banner .container {
  width: 100%;
}
.banner__content {
  position: relative;
  width: 100%;
}
.banner__text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.banner__close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  z-index: 5;
}
@media (max-width: 991px) {
  .banner__close {
    right: 12px;
  }
}
.banner__bg-right {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}

.header {
  background: #ffffff;
  padding: 12px 0;
}
@media (max-width: 991px) {
  .header {
    display: none;
  }
}
.header__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.header__left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.header__logo {
  margin-right: 40px;
}
.header__dropdown.city {
  margin-right: 12px;
  min-width: 160px;
}
.header__dropdown {
  position: relative;
  display: inline-block;
}
.header__dropdown-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  max-width: 249px;
  width: 100%;
  height: 44px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 8px;
  border: 1px solid #7f7f86;
  backdrop-filter: blur(8px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 1248px) {
  .header__dropdown-button {
    max-width: 180px;
  }
}
.header__dropdown-button:hover {
  background: #dfe6e8;
}
.header__dropdown-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header__dropdown.open .header__dropdown-arrow {
  transform: rotateX(180deg);
}
.header__dropdown-content {
  width: 100%;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 8px;
  border: 1px solid #7f7f86;
  background: #ffffff;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header__dropdown-option {
  width: 100%;
  padding: 12px 16px;
  cursor: pointer;
}
.header__dropdown-option:hover {
  background: #dfe6e8;
}
.header__dropdown.open .header__dropdown-content {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.header__logo > img {
  width: 185px;
  height: 50px;
  object-fit: cover;
}
.header__right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.header__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: 44px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #7f7f86;
  backdrop-filter: blur(8px);
}
.header__social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__social svg {
  fill: #43434a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header__social:hover svg {
  fill: #82c83c;
}
.header__numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
}
.header__number {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
}

.navbar {
  padding: 12px 0;
  background: #82c83c;
}
@media (max-width: 991px) {
  .navbar {
    display: none;
  }
}
.navbar .container {
  position: relative;
}
.navbar__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.navbar__left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
.navbar__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 8px 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar__btn:hover {
  background: rgba(0, 0, 0, 0.24);
}
.navbar__btn.open-menu {
  background: rgba(0, 0, 0, 0.24);
}
.navbar__nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
.navbar__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}
.navbar__link-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.08);
}
.navbar__right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar__search {
  position: relative;
}
.navbar__search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
.navbar__search-input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: 200px;
  height: 40px;
  padding: 8px 16px;
  padding-left: 45px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar__search-input:focus {
  width: 300px;
  border-color: #ffffff;
  background: rgba(0, 0, 0, 0.04);
}
.navbar__search-input::placeholder {
  opacity: 1;
  color: #ffffff;
}

.catalog {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 800px;
  padding: 20px;
  border-radius: 16px;
  background: rgba(67, 67, 74, 0.4);
  backdrop-filter: blur(12px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  z-index: 111;
}
.catalog.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.catalog__title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
}
.catalog__row {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  z-index: 2;
}
.catalog__col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}
.catalog__col-link {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  height: 46px;
  padding: 12px 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.catalog__col-link:hover {
  color: #ffffff;
  background: #43434a;
}
.catalog__col-link.active {
  color: #ffffff;
  background: #43434a;
}
.catalog__col-link-second {
  width: 100%;
}
.catalog__col-link-second > a {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  height: 46px;
  padding: 12px 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.catalog__col-link-second > a:hover {
  color: #ffffff;
  background: #43434a;
}
.catalog__bg-element {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.header-mobile {
  display: none;
}
@media (max-width: 991px) {
  .header-mobile {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: auto;
    padding-bottom: 20px;
  }
}
.header-mobile.open {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  pointer-events: all;
}
.header-mobile__content {
  margin-top: 46px;
  padding: 8px;
  border-radius: 12px;
  background: rgba(67, 67, 74, 0.4);
  backdrop-filter: blur(8px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-mobile__content.open {
  background: rgba(255, 255, 255, 0.2);
}
.header-mobile__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.header-mobile__left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.header-mobile__right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}
.header-mobile__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-mobile__logo img {
  width: 165px;
}
.header-mobile__btn-search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  padding: 8px 4px;
  border-radius: 6px;
  background: rgba(67, 67, 74, 0.24);
  backdrop-filter: blur(4px);
}
.header-mobile__langs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-right: 20px;
}
.header-mobile__lang {
  color: #c5c5cc;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-mobile__lang.active {
  color: #ffffff;
}
.header-mobile__lang:hover {
  color: #ffffff;
}
.header-mobile__dot {
  width: 4px;
  height: 4px;
  border-radius: 200px;
  opacity: 0.2;
  background: #82c83c;
}
.header-mobile__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: fit-content;
  height: 40px;
  border-radius: 6px;
  padding: 8px 16px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  background: rgba(130, 200, 60, 0.36);
  backdrop-filter: blur(4px);
}
.header-mobile__bottom {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-mobile__bottom.open {
  max-height: 1000px;
}
.header-mobile__search {
  margin-top: 16px;
  width: 100%;
  position: relative;
}
.header-mobile__search input {
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  padding-left: 45px;
  color: #c5c5cc;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(67, 67, 74, 0.8);
  backdrop-filter: blur(8px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-mobile__search input:focus {
  border-color: #ffffff;
}
.header-mobile__search input::placeholder {
  color: #c5c5cc;
  opacity: 1;
}
.header-mobile__search img {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.header-mobile__list {
  margin-top: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.header-mobile__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 12px 16px;
  color: #ffffff;
  border-radius: 200px;
  background: rgba(67, 67, 74, 0.8);
  backdrop-filter: blur(8px);
}
.header-mobile__item.active {
  padding: 12px;
  color: #43434a;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}
.header-mobile__item.active .header-mobile__item-top > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}
.header-mobile__item.active .header-mobile__item-top > img {
  transform: rotate(90deg);
}
.header-mobile__item.active .header-mobile__item-bottom {
  max-height: 1000px;
  opacity: 1;
}
.header-mobile__item.active .header-mobile__sub-item {
  background: rgba(255, 255, 255, 0.8);
}
.header-mobile__item-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.header-mobile__item-top p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.header-mobile__item-top img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-mobile__item-bottom {
  width: 100%;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-mobile__sub-list {
  margin-top: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.header-mobile__sub-item {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-mobile__sub-item--top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.header-mobile__sub-item--top img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-mobile__sub-item--bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-mobile__sub-item--bottom a {
  margin-top: 8px;
  color: #7f7f86;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-color: rgba(127, 127, 134, 0.4);
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.header-mobile__sub-item.active .header-mobile__sub-item--bottom {
  max-height: 400px;
}
.header-mobile__sub-item.active .header-mobile__sub-item--top > img {
  transform: rotate(-90deg);
}
.header-mobile__btns {
  width: 100%;
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.header-mobile__btns--outline {
  width: 100%;
  height: 34px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  color: #43434a;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border-radius: 200px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-mobile__btns--primary {
  width: 100%;
  height: 34px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-mobile__phones {
  margin-top: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
}
.header-mobile__phone {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 20px;
  border-radius: 200px;
  background: rgba(67, 67, 74, 0.8);
  backdrop-filter: blur(8px);
}
.header-mobile__phone .phone {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}
.header-mobile__phone .city {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  opacity: 0.6;
}
.header-mobile__social {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.header-mobile__social--title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}
.header-mobile__social--list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 8px 16px;
  border-radius: 200px;
  background: rgba(67, 67, 74, 0.8);
  backdrop-filter: blur(8px);
}
.header-mobile__social--item, .header-mobile__social--link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-mobile-search.second-variant {
  display: none;
}
@media (max-width: 991px) {
  .header-mobile-search.second-variant {
    display: block;
    position: absolute;
    left: -100%;
    top: 110px;
    z-index: 22;
    width: calc(100% - 24px);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header-mobile-search.second-variant.open {
    left: 12px;
  }
}

.header-mobile-search {
  display: none;
}
@media (max-width: 991px) {
  .header-mobile-search {
    display: block;
    position: absolute;
    top: 100px;
    left: -100%;
    z-index: 22;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header-mobile-search.open {
    left: 0;
  }
}
.header-mobile-search .search {
  position: relative;
  width: 100%;
  height: 40px;
}
.header-mobile-search .search img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  z-index: 2;
}
.header-mobile-search .search input {
  width: 100%;
  height: 100%;
  padding: 6px 12px 6px 48px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(67, 67, 74, 0.8);
  backdrop-filter: blur(8px);
}
.header-mobile-search .search input::placeholder {
  color: #c5c5cc;
}

.mobile-nav {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 90;
  width: 100%;
  padding: 0 -4px;
}
@media (max-width: 991px) {
  .mobile-nav {
    display: block;
  }
}
.mobile-nav__menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 12px;
  background: rgba(67, 67, 74, 0.4);
  backdrop-filter: blur(8px);
}
.mobile-nav__link {
  width: 88.5px;
  height: 51px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  padding: 6px 4px;
  border-radius: 8px;
  background: rgba(67, 67, 74, 0.24);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  text-align: center;
}
.mobile-nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-mobile.second {
  position: static;
  padding-bottom: 2px;
  width: 100%;
}
.header-mobile.second .header-mobile__content {
  margin-top: 2px;
  width: calc(100% + 24px);
  margin-left: -12px;
}

.hero {
  padding: 20px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    flex-direction: column;
    gap: 24px;
    padding: 0;
    width: calc(100% + 12px);
  }
}
.hero__left {
  width: 50%;
}
@media (max-width: 991px) {
  .hero__left {
    width: 100%;
  }
}
.hero__card {
  position: relative;
  width: 100%;
  height: 520px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero__card {
    height: 640px;
  }
}
.hero__card-small {
  height: 520px !important;
}
.hero__card-small:hover .hero__card-link {
  width: 48px;
  height: 48px;
}
.hero__card-small:hover .hero__img {
  transform: scale(1.2);
}
.hero__card-small:hover .hero__card-content--small {
  background: rgba(67, 67, 74, 0.6);
}
@media (max-width: 991px) {
  .hero__card-small {
    height: 240px !important;
  }
}
.hero__card-link {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .hero__card-link {
    top: 4px;
    right: 4px;
  }
}
.hero__video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__video::-webkit-media-controls {
  display: none !important;
}
.hero__video::-webkit-media-controls-enclosure {
  display: none !important;
}
.hero__video::-webkit-media-controls-panel {
  display: none !important;
}
.hero__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hero__card-info {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: calc(100% - 16px);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(67, 67, 74, 0.4);
  backdrop-filter: blur(8px);
}
@media (max-width: 991px) {
  .hero__card-info {
    gap: 8px;
  }
}
.hero__card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.hero__card-content--small {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: calc(100% - 16px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(67, 67, 74, 0.4);
  backdrop-filter: blur(8px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .hero__card-content--small {
    padding: 8px;
  }
}
.hero__card-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
}
@media (max-width: 991px) {
  .hero__card-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
  }
}
.hero__card-title--small {
  width: 90%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 991px) {
  .hero__card-title--small {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}
.hero__card-btn--small {
  background: #43434a;
  border-color: #43434a;
}
.hero__card-btn--small:hover {
  color: #ffffff;
  background: #82c83c;
  border-color: #82c83c;
}
@media (max-width: 991px) {
  .hero__card-btn--small {
    display: none;
  }
}
.hero__card-play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 200px;
  background: #82c83c;
  flex-shrink: 0;
}
.hero__right {
  position: relative;
  width: 50%;
}
@media (max-width: 991px) {
  .hero__right {
    width: calc(100% + 24px);
    margin-left: 12px;
  }
}
.hero__right-prev {
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.32);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hero__right-prev:hover {
  background: #82c83c;
}
@media (max-width: 991px) {
  .hero__right-prev {
    display: none;
  }
}
.hero__right-next {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.32);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hero__right-next:hover {
  background: #82c83c;
}
@media (max-width: 991px) {
  .hero__right-next {
    display: none;
  }
}
.hero__right-pagination {
  display: none;
}
@media (max-width: 991px) {
  .hero__right-pagination {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
  }
  .hero__right-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 3px;
    border-radius: 200px;
    opacity: 0.2;
    background: #82c83c;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 0 !important;
  }
  .hero__right-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
}

.video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.video-modal.active {
  display: flex;
}

.video-modal__content {
  position: relative;
  padding: 0;
}

.video-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
}

.video-modal__iframe {
  width: 800px;
  height: 500px;
}
@media (max-width: 991px) {
  .video-modal__iframe {
    width: 90vw;
    height: 400px;
  }
}

.services {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .services {
    margin-bottom: 2px;
  }
}
.services__top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .services__top {
    gap: 8px;
    margin-bottom: 16px;
  }
}
.services__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
}
@media (max-width: 991px) {
  .services__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
  }
}
.services__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 4px 8px 4px 12px;
  border-radius: 200px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .services__link {
    padding: 4px 8px 4px 12px;
    gap: 4px;
  }
}
.services__link span {
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .services__link span {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
  }
}
.services__link img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.services__link:hover img {
  transform: scale(1.3);
}
.services__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1200px) {
  .services__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 991px) {
  .services__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
  }
}
@media (max-width: 768px) {
  .services__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.services__list.second {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 991px) {
  .services__list.second {
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
  }
}
@media (max-width: 768px) {
  .services__list.second {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .services__list.second {
    grid-template-columns: repeat(2, 1fr);
  }
}
.services__item {
  position: relative;
  height: 190px;
  flex: 1 0 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.services__item::after {
  content: "";
  position: absolute;
  right: -135px;
  top: -135px;
  width: 0;
  height: 0;
  border-radius: 270px;
  background: #82c83c;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .services__item {
    height: 160px;
  }
}
.services__item:hover::after {
  width: 270px;
  height: 270px;
}
.services__item:hover .services__item-img {
  fill: #ffffff;
}
.services__item:hover .services__item-title > img {
  opacity: 1;
  transform: translateY(-50%) translateX(12px);
}
.services__item.accent {
  background: #82c83c;
}
.services__item.accent:after {
  background: #ffffff;
}
.services__item.accent .services__item-img {
  fill: #ffffff;
}
.services__item.accent .services__item-title {
  color: #ffffff;
}
.services__item.accent .services__item-text {
  color: #ffffff;
}
.services__item.accent:hover .services__item-img {
  fill: #82c83c;
}
.services__item-link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
  padding: 20px;
}
@media (max-width: 991px) {
  .services__item-link {
    padding: 16px;
  }
}
.services__item-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  fill: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
@media (max-width: 991px) {
  .services__item-img {
    width: 50px;
    height: 50px;
  }
}
.services__item-info {
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  z-index: 2;
}
.services__item-title {
  position: relative;
  width: 70%;
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.services__item-title img {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%) translateX(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .services__item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.services__item-text {
  color: #7f7f86;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .services__item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.services__item-mark {
  position: absolute;
  left: 4px;
  top: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(130, 200, 60, 0.8);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .services__item-mark {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}

.advantages {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .advantages {
    margin-bottom: 2px;
  }
}
.advantages__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .advantages__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    gap: 4px;
    margin-bottom: 16px;
  }
}
.advantages__title span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 6px;
  color: #ffffff;
  border-radius: 8px;
  background: #82c83c;
}
.advantages__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .advantages__list {
    gap: 4px;
  }
}
@media (max-width: 768px) {
  .advantages__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.advantages__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 20px;
  flex: 1 0 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .advantages__item {
    padding: 16px;
    gap: 12px;
  }
}
.advantages__item:hover {
  transform: scale(1.02);
}
.advantages__img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .advantages__img {
    width: 40px;
    height: 40px;
  }
}
.advantages__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 991px) {
  .advantages__info {
    gap: 4px;
  }
}
.advantages__info-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 991px) {
  .advantages__info-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.advantages__info-text {
  color: #7f7f86;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .advantages__info-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}

.tape {
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  padding: 20px 0;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .tape {
    padding: 24px 0;
    margin-bottom: 2px;
  }
}

.tape__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  animation: tapeMove 20s linear infinite;
  margin-left: 24px;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .tape__list {
    gap: 20px;
  }
}

@keyframes tapeMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.tape__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 991px) {
  .tape__item {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
  }
}
.tape__item span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #82c83c;
}

.section {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .section {
    margin-bottom: 2px;
  }
}

.reviews__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .reviews__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    margin-bottom: 16px;
  }
}
.reviews__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .reviews__list {
    gap: 4px;
  }
}
.reviews__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}
@media (max-width: 991px) {
  .reviews__item {
    padding: 8px 4px 4px 4px;
    gap: 8px;
  }
}
@media (max-width: 991px) {
  .reviews__item-logo {
    max-width: 94px;
  }
}
.reviews__bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
@media (max-width: 991px) {
  .reviews__bottom {
    gap: 2px;
  }
}
.reviews__bottom-block {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 6px;
  background: #fff;
}
.reviews__bottom-block .desktop {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .reviews__bottom-block .desktop {
    display: none;
  }
}
.reviews__bottom-block .mobile {
  display: none;
}
@media (max-width: 991px) {
  .reviews__bottom-block .mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .reviews__bottom-block img {
    width: 16px;
    height: 16px;
  }
}
.reviews__bottom-block span {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .reviews__bottom-block span {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
  }
}

.locations {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .locations {
    margin-bottom: 2px;
  }
}
.locations__top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .locations__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 8px;
  }
}
.locations__top-left {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.locations__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .locations__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
  }
}
.locations__top-right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .locations__top-right {
    flex-direction: column;
    gap: 16px;
  }
}
.locations__formats {
  display: none;
}
@media (max-width: 991px) {
  .locations__formats {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1px;
    padding: 2px;
    align-self: stretch;
    border-radius: 200px;
    background: rgba(255, 255, 255, 0.72);
  }
}
.locations__format {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px;
  flex: 1 0 0;
  color: #7f7f86;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #ffffff;
  border-radius: 200px;
}
.locations__format:hover {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.locations__format.active {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.locations__switcher {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  width: 600px;
  padding: 2px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .locations__switcher {
    width: 100%;
  }
}
.locations__switch {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
  padding: 6px 8px;
  flex: 1 0 0;
  color: #43434a;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.locations__switch:hover {
  background: rgba(255, 255, 255, 0.72);
}
@media (max-width: 991px) {
  .locations__switch {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
  }
}
.locations__switch.active {
  background: rgba(255, 255, 255, 0.72);
}
.locations__body {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 991px) {
  .locations__body {
    flex-direction: column;
    gap: 16px;
  }
}
.locations__left {
  flex: 1 1 55%;
}
@media (max-width: 991px) {
  .locations__left {
    flex: 1 1 100%;
  }
}
.locations__list-more {
  display: none;
}
@media (max-width: 991px) {
  .locations__list-more {
    width: 100%;
    height: 30px;
    margin-top: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    align-self: stretch;
    color: #7f7f86;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    border-radius: 200px;
    border: 1px solid #ffffff;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .locations__list-more:hover {
    color: #82c83c;
    border-color: #82c83c;
  }
}
.locations__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1248px) {
  .locations__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 991px) {
  .locations__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .locations__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.locations__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  flex: 1 0 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.locations__item::after {
  content: "";
  position: absolute;
  right: -110px;
  top: -110px;
  width: 0;
  height: 0;
  border-radius: 220px;
  background: #82c83c;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .locations__item {
    padding: 16px;
    display: none;
  }
}
@media (max-width: 991px) {
  .locations__item:nth-child(-n+3) {
    display: flex;
  }
}
.locations__item:hover::after {
  width: 220px;
  height: 220px;
}
.locations__item:hover .locations__item-img > img {
  transform: scale(1.2);
}
.locations__item:hover .locations__item-info > .locations__item-info--title > img {
  opacity: 1;
  transform: translateX(0);
}
.locations__item-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  z-index: 2;
}
@media (max-width: 991px) {
  .locations__item-info {
    gap: 4px;
  }
}
.locations__item-info--title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 991px) {
  .locations__item-info--title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.locations__item-info--title > img {
  opacity: 0;
  transform: translateX(-12px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.locations__item-info a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .locations__item-info a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}
.locations__item-info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .locations__item-info p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
  }
}
.locations__item-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.locations__item-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  height: 40px;
  border-radius: 200px;
  padding: 8px 12px;
  flex: 1 0 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .locations__item-btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
  }
}
.locations__item-btn:hover {
  background: #43434a;
}
.locations__item-plane {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.locations__item-plane:hover {
  transform: scale(1.1);
}
.locations__item-img {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
  width: 140px;
  height: 100%;
  backdrop-filter: blur(8px);
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .locations__item-img {
    width: 120px;
    height: 120px;
    padding: 0;
  }
}
.locations__item-img--mark {
  position: absolute;
  top: 2px;
  right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  color: #43434a;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  z-index: 3;
}
@media (max-width: 991px) {
  .locations__item-img--mark {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.locations__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.locations__right {
  flex: 1 1 45%;
}
@media (max-width: 991px) {
  .locations__right {
    flex: 1 1 100%;
  }
}
.locations__right-title {
  display: none;
}
@media (max-width: 991px) {
  .locations__right-title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    margin-bottom: 8px;
  }
}
.locations__map {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .locations__map {
    width: 100%;
    height: 300px;
  }
}
.locations__map iframe {
  width: 100%;
  height: 100%;
}
.locations__right-btn {
  display: none;
}
@media (max-width: 991px) {
  .locations__right-btn {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    border-radius: 200px;
    padding: 8px 16px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    background: #82c83c;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
.locations__right-btn:hover {
  background: #43434a;
}

.doctors {
  background: #dfe6e8 !important;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .doctors {
    margin-bottom: 2px;
  }
}
.doctors__top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .doctors__top {
    gap: 8px;
    margin-bottom: 16px;
  }
}
.doctors__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
}
@media (max-width: 991px) {
  .doctors__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
  }
}
.doctors__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 4px 8px 4px 12px;
  border-radius: 200px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .doctors__link {
    padding: 4px 8px 4px 12px;
    gap: 4px;
  }
}
.doctors__link span {
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .doctors__link span {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
  }
}
.doctors__link img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.doctors__link:hover img {
  transform: scale(1.3);
}
@media (max-width: 991px) {
  .doctors__swiper {
    width: calc(100% + 12px);
  }
}
.doctors__item-img {
  position: relative;
  height: 288px;
  overflow: hidden;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .doctors__item-img {
    height: 200px;
  }
}
.doctors__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.doctors__item-img--years {
  position: absolute;
  left: 4px;
  bottom: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
}
@media (max-width: 991px) {
  .doctors__item-img--years {
    bottom: 28px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.doctors__item-img--years img {
  width: 16px;
  height: 16px;
}
.doctors__item-img--reviews {
  position: absolute;
  left: 4px;
  bottom: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
}
@media (max-width: 991px) {
  .doctors__item-img--reviews {
    bottom: 2px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.doctors__item-img--reviews img {
  width: 16px;
  height: 16px;
}
.doctors__item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 12px 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border-radius: 200px;
  background: #82c83c;
  margin: 4px 0 8px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.doctors__item-btn:hover {
  background: #43434a;
}
@media (max-width: 991px) {
  .doctors__item-btn {
    margin: 2px 0 4px 0;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
  }
}
.doctors__item-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .doctors__item-name {
    bottom: 28px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.doctors__item-text {
  color: #7f7f86;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .doctors__item-text {
    bottom: 28px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.doctors__swiper-pagination {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .doctors__swiper-pagination {
    margin-top: 16px;
  }
}
.doctors__swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 200px;
  opacity: 0.2;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 !important;
}
.doctors__swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.insurance {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .insurance {
    margin-bottom: 2px;
  }
}
.insurance__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .insurance__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    margin-bottom: 16px;
  }
}
.insurance__item {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 108px !important;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}
@media (max-width: 991px) {
  .insurance__item {
    height: 68px !important;
  }
}
.insurance__item img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.insurance__pagination {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .insurance__pagination {
    margin-top: 16px;
  }
}
.insurance__pagination .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 200px;
  opacity: 0.2;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 !important;
}
.insurance__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.partners {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .partners {
    margin-bottom: 2px;
  }
}
.partners__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .partners__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .partners__swiper {
    width: calc(100% + 12px);
  }
}
.partners__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
  height: 312px;
  flex: 1 0 0;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .partners__card {
    height: 240px;
  }
}
.partners__card:hover .partners__link {
  transform: scale(1.2);
}
.partners__link {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 200px;
  padding: 4px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .partners__link {
    top: 4px;
    right: 4px;
  }
}
.partners__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.partners__info {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: calc(100% - 16px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  padding: 12px;
  border-radius: 6px;
  background: rgba(67, 67, 74, 0.4);
  backdrop-filter: blur(8px);
}
@media (max-width: 991px) {
  .partners__info {
    left: 4px;
    bottom: 4px;
    padding: 8px;
    width: calc(100% - 8px);
  }
}
.partners__info p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .partners__info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}
.partners__pagination {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .partners__pagination {
    margin-top: 16px;
  }
}
.partners__pagination .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 200px;
  opacity: 0.2;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 !important;
}
.partners__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.clients {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .clients {
    margin-bottom: 2px;
  }
}
.clients__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .clients__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    margin-bottom: 16px;
  }
}
.clients__video {
  position: relative;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .clients__video {
    height: 200px;
  }
}
.clients__video-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.clients__video-play {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  border-radius: 200px;
  background: #82c83c;
}
.clients__video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clients__video-iframe {
  width: 100%;
  height: 100%;
}
.clients__name {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .clients__name {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.clients__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .clients__date {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.clients__pagination {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .clients__pagination {
    margin-top: 16px;
  }
}
.clients__pagination .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 200px;
  opacity: 0.2;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 !important;
}
.clients__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.clients-reviews__body {
  display: none;
}
@media (max-width: 991px) {
  .clients-reviews__body {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    gap: 16px;
  }
}
.clients-reviews__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 991px) {
  .clients-reviews__right {
    width: 100%;
    gap: 16px;
  }
}
.clients-reviews__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 991px) {
  .clients-reviews__left {
    width: 100%;
    gap: 16px;
  }
}
.clients-reviews__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}
@media (max-width: 991px) {
  .clients-reviews__card {
    padding: 16px;
    gap: 8px;
  }
}
.clients-reviews__card-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.clients-reviews__card-head {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 4px;
}
.clients-reviews__card-head--left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.clients-reviews__card-head--left h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 991px) {
  .clients-reviews__card-head--left h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.clients-reviews__card-head--left p {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .clients-reviews__card-head--left p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
  }
}
.clients-reviews__card-head--right p {
  color: #7f7f86;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: right;
}
@media (max-width: 991px) {
  .clients-reviews__card-head--right p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.clients-reviews__card-head--checkout {
  color: #82c83c;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .clients-reviews__card-head--checkout {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
  }
}
.clients-reviews__card-head--gallery {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .clients-reviews__card-head--gallery {
    margin-top: 8px;
  }
}
.clients-reviews__card-head--gallery a {
  width: 60px;
  height: 70px;
}
.clients-reviews__card-head--gallery a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.clients-reviews__card-head--gallery--play {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
  width: 60px;
  height: 70px;
  padding: 2px;
  border-radius: 6px;
  background: #82c83c;
}
.clients-reviews__card-middle {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.clients-reviews__card-middle--text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .clients-reviews__card-middle--text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.clients-reviews__card-middle--more {
  margin: auto;
  margin-top: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #7f7f86;
  padding: 8px 12px 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .clients-reviews__card-middle--more {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    padding: 4px 8px 4px 12px;
  }
}
.clients-reviews__card-bottom {
  width: 100%;
}
.clients-reviews__card-bottom--list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.clients-reviews__card-bottom--item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.clients-reviews__card-bottom--item span {
  width: 104px;
  color: #7f7f86;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .clients-reviews__card-bottom--item span {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.clients-reviews__card-bottom--item a {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .clients-reviews__card-bottom--item a {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.clients-reviews__card-bottom--item a:has(img) {
  margin-left: auto;
  flex: unset;
}
.clients-reviews__card-bottom--answer {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  align-self: stretch;
  border-radius: 6px;
  background: rgba(67, 67, 74, 0.6);
}
@media (max-width: 991px) {
  .clients-reviews__card-bottom--answer {
    margin-top: 8px;
    padding: 8px;
    gap: 8px;
  }
}
@media (max-width: 991px) {
  .clients-reviews__card-bottom--answer img {
    width: 32px;
    height: 32px;
  }
}
.clients-reviews__card-bottom--answer p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .clients-reviews__card-bottom--answer p {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.clients-reviews__card-bottom--answer p:last-child {
  font-weight: 500;
}
.clients-reviews__btn {
  margin: auto;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 8px 12px 8px 16px;
  color: #7f7f86;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 200px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .clients-reviews__btn {
    margin-top: 16px;
    padding: 4px 8px 4px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}

.info {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .info {
    margin-bottom: 2px;
  }
}
.info h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
}
@media (max-width: 991px) {
  .info h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
  }
}
.info h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 991px) {
  .info h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.info h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 991px) {
  .info h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.info p,
.info li {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .info p,
  .info li {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.info ol {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  list-style-type: decimal;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .info ol {
    margin-top: 4px;
    gap: 4px;
  }
}
.info ul {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  list-style-type: disc;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .info ul {
    margin-top: 4px;
    gap: 4px;
  }
}
.info .info-image {
  width: 100%;
  height: 600px;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .info .info-image {
    height: 200px;
  }
}
.info .ui-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  border-top: 1px solid #c5c5cc;
  border-left: 1px solid #c5c5cc;
  border-right: 1px solid #c5c5cc;
}
.info .ui-table thead th {
  text-align: left;
  padding: 8px 12px;
  border-bottom: 1px solid var(--grey-50, #7f7f86);
  background: #d5dcde;
  position: sticky;
  top: 0;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .info .ui-table thead th {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}
.info .ui-table tr {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.info .ui-table tr:hover {
  background: #dfe6e8;
}
.info .ui-table td {
  padding: 8px 12px;
  border-bottom: 1px solid #c5c5cc;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .info .ui-table td {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}

.info-second {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 991px) {
  .info-second {
    gap: 16px;
  }
}

.info-video {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 991px) {
  .info-video {
    height: 200px;
  }
}
.info-video__iframe {
  width: 100%;
  height: 100%;
}
.info-video__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.info-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.info-video__play {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7.5px;
  border-radius: 375px;
  background: #82c83c;
}
@media (max-width: 991px) {
  .info-video__play {
    padding: 4px;
  }
}

.form-second {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .form-second {
    margin-bottom: 2px;
    border-radius: 16px;
    overflow: hidden;
    padding: 24px 12px 0 12px;
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
.form-second .form__block-right {
  padding-bottom: 16px;
}
@media (max-width: 1400px) {
  .form-second .form__block-right {
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
}
.form-second .form__block {
  max-width: 100%;
}

.form {
  background: #dfe6e8;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .form {
    background: linear-gradient(260deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.35) 100%);
    margin-bottom: 2px;
  }
}
.form__title-mobile {
  display: none;
}
@media (max-width: 991px) {
  .form__title-mobile {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    margin-bottom: 16px;
  }
}
.form__block {
  margin: auto;
  max-width: 1240px;
  width: 100%;
  height: auto;
  border-radius: 16px;
  background: linear-gradient(260deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.35) 100%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
@media (max-width: 991px) {
  .form__block {
    max-width: 100%;
    background: none;
    gap: 16px;
  }
}
.form__block-left {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .form__block-left {
    width: 40%;
    margin-bottom: -24px;
  }
}
@media (max-width: 767px) {
  .form__block-left {
    margin-bottom: -60px;
  }
}
.form__block-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.form__block-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .form__block-title {
    display: none;
  }
}
.form__block-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .form__block-text {
    display: none;
  }
}
.form__block-form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .form__block-form {
    width: 100%;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
  }
}
.form__block-input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  flex: 1 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  border-radius: 8px;
  border: 1px solid rgba(67, 67, 74, 0.12);
  background: rgba(67, 67, 74, 0.12);
}
.form__block-input::placeholder {
  color: #43434a;
  opacity: 1;
}
@media (max-width: 991px) {
  .form__block-input {
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.form__block-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 45px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .form__block-btn {
    width: 100%;
    height: 36px;
    padding: 8px 16px;
  }
}
.form__block-btn:hover {
  background: #43434a;
}
.form__block-name {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .form__block-name {
    margin-bottom: 8px;
  }
}
.form__block-name p:first-child {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 991px) {
  .form__block-name p:first-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.form__block-name p:last-child {
  opacity: 0.6;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .form__block-name p:last-child {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.form__block-contacts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.form__block-contacts a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .form__block-contacts a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}

.subscription {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .subscription {
    margin-bottom: 1px;
    flex-direction: column;
    gap: 2px;
    padding: 0;
  }
}
.subscription__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px;
  align-self: stretch;
  border-radius: 16px;
  background: rgba(67, 67, 74, 0.8);
}
@media (max-width: 991px) {
  .subscription__left {
    padding: 24px 12px;
    gap: 16px;
    width: 100%;
  }
}
.subscription__left-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
}
@media (max-width: 991px) {
  .subscription__left-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
  }
}
.subscription__left-form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.subscription__left-input {
  padding: 12px 16px;
  flex: 1 0 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.subscription__left-input:hover {
  border-color: #ffffff;
}
.subscription__left-input::placeholder {
  color: #ffffff;
  opacity: 1;
}
@media (max-width: 991px) {
  .subscription__left-input {
    height: 40px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.subscription__left-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 48px;
  border-radius: 200px;
  padding: 12px 45px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.subscription__left-btn:hover {
  background: #43434a;
}
@media (max-width: 991px) {
  .subscription__left-btn {
    padding: 8px 16px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.subscription__right {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px;
  align-self: stretch;
  border-radius: 16px;
  background: rgba(55, 128, 229, 0.8);
  overflow: hidden;
}
@media (max-width: 991px) {
  .subscription__right {
    padding: 24px 12px;
    gap: 8px;
    width: 100%;
  }
}
.subscription__right-bg-element {
  position: absolute;
  left: -33px;
  top: 27px;
}
@media (max-width: 991px) {
  .subscription__right-bg-element {
    left: -14px;
    top: 18px;
  }
}
.subscription__right-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
}
@media (max-width: 991px) {
  .subscription__right-link {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    gap: 8px;
  }
}
.subscription__right-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .subscription__right-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
  }
}

.doctors-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  height: 520px;
  padding: 44px;
  flex: 1 0 0;
  border-radius: 16px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%), url(../img/intro-doctors-page.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 24px 0;
}
@media (max-width: 991px) {
  .doctors-intro {
    margin: 2px 0;
    margin-left: -12px;
    width: calc(100% + 24px);
    height: 320px;
    padding: 16px 12px;
  }
}
.doctors-intro__top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 991px) {
  .doctors-intro__top {
    gap: 8px;
  }
}
.doctors-intro__title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  text-align: left;
}
@media (max-width: 991px) {
  .doctors-intro__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
  }
}
.doctors-intro__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 40px;
  padding: 12px 36px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.doctors-intro__btn:hover {
  background: #43434a;
}
@media (max-width: 991px) {
  .doctors-intro__btn {
    height: 36px;
    padding: 8px 16px;
  }
}
.doctors-intro__row {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.doctors-intro__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.doctors-intro__anchor:hover {
  color: #ffffff;
  background: #43434a;
}
@media (max-width: 991px) {
  .doctors-intro__anchor {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}
.doctors-intro__middle {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.doctors-intro__middle a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .doctors-intro__middle a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.doctors-intro__bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 991px) {
  .doctors-intro__bottom {
    gap: 4px;
    width: 100%;
  }
}
.doctors-intro__bottom-btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  max-width: 720px;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .doctors-intro__bottom-btns {
    flex-direction: column;
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.doctors-intro__bottom-btns--phone {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  flex: 1 0 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  white-space: nowrap;
  border-radius: 200px;
  background: rgba(67, 67, 74, 0.8);
  backdrop-filter: blur(8px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.doctors-intro__bottom-btns--phone:hover {
  color: #82c83c;
}
@media (max-width: 991px) {
  .doctors-intro__bottom-btns--phone {
    width: 100%;
    justify-content: flex-start;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}
.doctors-intro__bottom-btns--row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .doctors-intro__bottom-btns--row {
    margin-top: 12px;
  }
}
.doctors-intro__bottom-btns--record {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 48px;
  padding: 8px 16px;
  flex: 1 0 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.doctors-intro__bottom-btns--record:hover {
  background: #43434a;
}
@media (max-width: 991px) {
  .doctors-intro__bottom-btns--record {
    height: 36px;
  }
}
.doctors-intro__bottom-btns--location {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 48px;
  padding: 8px 16px;
  flex: 1 0 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border-radius: 200px;
  background: #43434a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.doctors-intro__bottom-btns--location:hover {
  background: #82c83c;
}
@media (max-width: 991px) {
  .doctors-intro__bottom-btns--location {
    height: 36px;
  }
}
.doctors-intro__bottom-reviews {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}
@media (max-width: 991px) {
  .doctors-intro__bottom-reviews {
    width: 100%;
  }
}
.doctors-intro__bottom-review {
  width: 237px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 4px 4px 4px;
  flex: 1 0 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}
@media (max-width: 991px) {
  .doctors-intro__bottom-review {
    width: 33%;
  }
}
.doctors-intro__bottom-review--logo {
  height: 32px;
  border-radius: 4px;
  object-fit: cover;
}
.doctors-intro__bottom-review--list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
}
.doctors-intro__bottom-review--item {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 4px;
  flex: 1 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
}
.doctors-intro__bottom-review--item img {
  width: 16px;
  height: 16px;
}
@media (max-width: 991px) {
  .doctors-intro__bottom-review--item {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
  }
}
.doctors-intro__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .doctors-intro__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.doctors-intro__search {
  position: relative;
  width: 600px;
  height: 40px;
}
@media (max-width: 991px) {
  .doctors-intro__search {
    width: 100%;
  }
}
.doctors-intro__search img {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.doctors-intro__search input {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  padding: 6px 12px 6px 40px;
  align-self: stretch;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(67, 67, 74, 0.8);
  backdrop-filter: blur(8px);
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.doctors-intro__search input:focus {
  border-color: #ffffff;
}
.doctors-intro__search input::placeholder {
  color: #c5c5cc;
  opacity: 1;
}
@media (max-width: 991px) {
  .doctors-intro__search input {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}

.about-us-intro {
  height: 644px;
}
@media (max-width: 991px) {
  .about-us-intro {
    height: 542px;
  }
}

.doctors-intro__filters {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .doctors-intro__filters {
    gap: 4px;
    justify-content: space-between;
    width: 100%;
  }
}

.doctors-intro__filters.three {
  flex-wrap: wrap;
}
.doctors-intro__filters.three .doctors-intro__filter {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .doctors-intro__filters.three .doctors-intro__filter {
    width: 49%;
  }
  .doctors-intro__filters.three .doctors-intro__filter:first-child {
    width: 100%;
  }
}

.doctors-intro__filter {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .doctors-intro__filter {
    width: 49%;
  }
}

.doctors-intro__filter-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  padding: 6px 12px;
  height: 40px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .doctors-intro__filter-btn {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    width: 100%;
  }
}
.doctors-intro__filter-btn .chevron {
  margin-left: auto;
}

.doctors-intro__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: #ffffff;
  width: 100%;
  border-radius: 6px;
  z-index: 10;
}

.doctors-intro__dropdown li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  padding: 6px 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .doctors-intro__dropdown li {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}

.doctors-intro__dropdown li:hover {
  background: #dfe6e8;
}

.doctors-intro__filter.open .doctors-intro__dropdown {
  display: block;
}

.doctors-intro__inclusive-wrapper {
  position: relative;
  display: inline-block;
}
.doctors-intro__inclusive-wrapper .doctors-intro__popup {
  position: absolute;
  top: -20px;
  left: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 8px 4px 4px 4px;
  width: max-content;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .doctors-intro__inclusive-wrapper .doctors-intro__popup {
    left: 80%;
  }
}
.doctors-intro__inclusive-wrapper .doctors-intro__popup--elemnt {
  position: absolute;
  left: -9px;
  top: 30px;
}
.doctors-intro__inclusive-wrapper .doctors-intro__popup .popup-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 6px;
}
.doctors-intro__inclusive-wrapper .doctors-intro__popup .popup-item {
  margin-top: 2px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  padding: 4px 8px;
  align-self: stretch;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px) {
  .doctors-intro__inclusive-wrapper .doctors-intro__popup .popup-item {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.doctors-intro__inclusive-wrapper:hover .doctors-intro__popup {
  opacity: 1;
  visibility: visible;
}

.specialists {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .specialists {
    margin-bottom: 2px;
  }
}
.specialists__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .specialists__top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.specialists__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
}
@media (max-width: 991px) {
  .specialists__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .specialists .doctors-intro__filter {
    width: 100%;
  }
}
.specialists .doctors-intro__filter-btn {
  height: 32px;
}
@media (max-width: 991px) {
  .specialists .doctors-intro__filter-btn {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .specialists .doctors-intro__dropdown > li {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
.specialists__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .specialists__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .specialists__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.specialists__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  overflow: hidden;
}
.specialists__card-top {
  position: relative;
  width: 100%;
  height: 373px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
}
@media (max-width: 991px) {
  .specialists__card-top {
    height: 366px;
  }
}
.specialists__card-top iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.specialists__card-play {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  border-radius: 200px;
  background: #82c83c;
  z-index: 2;
}
.specialists__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.specialists__card-info {
  width: calc(100% - 16px);
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 2;
}
.specialists__card-years {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  .specialists__card-years {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.specialists__card-reviews {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .specialists__card-reviews {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.specialists__card-contacts {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  align-self: stretch;
  border-radius: 6px;
  background: rgba(67, 67, 74, 0.4);
  backdrop-filter: blur(8px);
}
@media (max-width: 991px) {
  .specialists__card-contacts {
    padding: 8px;
  }
}
.specialists__card-location {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .specialists__card-location {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.specialists__card-record {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 32px;
  border-radius: 200px;
  padding: 8px 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.specialists__card-record:hover {
  background: #43434a;
}
@media (max-width: 991px) {
  .specialists__card-record {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    padding: 8px 12px;
  }
}
.specialists__card-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  padding: 12px 20px 20px 20px;
  align-self: stretch;
}
@media (max-width: 991px) {
  .specialists__card-bottom {
    padding: 8px 16px;
  }
}
.specialists__card-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .specialists__card-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.specialists__card-profession {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .specialists__card-profession {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.specialists__card-projects {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}
.specialists__card-projects--title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .specialists__card-projects--title {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
  }
}
.specialists__card-projects--gallery {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.specialists__card-projects--gallery a {
  width: 25%;
  height: 48px;
  border-radius: 6px;
  overflow: hidden;
}
.specialists__btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 40px;
  border-radius: 200px;
  padding: 12px 36px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: auto;
  margin-top: 20px;
}
.specialists__btn-more:hover {
  background: #43434a;
}
@media (max-width: 991px) {
  .specialists__btn-more {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}

.faq {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .faq {
    margin-bottom: 2px;
  }
}
.faq__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .faq__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    margin-bottom: 16px;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 991px) {
  .faq__list {
    gap: 4px;
  }
}
.faq__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  padding: 20px;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}
@media (max-width: 991px) {
  .faq__item {
    padding: 16px;
  }
}
.faq__top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  cursor: pointer;
}
.faq__top-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 991px) {
  .faq__top-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.faq__top-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq__bottom {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
}
.faq__bottom-text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .faq__bottom-text {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}

.doctor-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  height: 520px;
  padding: 44px;
  flex: 1 0 0;
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%);
  margin: 24px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .doctor-intro {
    margin: 2px 0;
    margin-left: -12px;
    width: calc(100% + 24px);
    height: 320px;
    padding: 16px 12px;
  }
}
.doctor-intro__top {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 991px) {
  .doctor-intro__top {
    gap: 8px;
  }
}
.doctor-intro__title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  text-align: left;
}
@media (max-width: 991px) {
  .doctor-intro__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
  }
}
.doctor-intro__btn {
  display: none;
}
@media (max-width: 480px) {
  .doctor-intro__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    padding: 8px 16px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    align-self: stretch;
    border-radius: 200px;
    background: #82c83c;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .doctor-intro__btn:hover {
    background: #43434a;
  }
}
.doctor-intro__profession {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 480px) {
  .doctor-intro__profession {
    display: none;
  }
}
.doctor-intro__characteristics {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media (max-width: 480px) {
  .doctor-intro__characteristics {
    display: none;
  }
}
.doctor-intro__characteristic {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.doctor-intro__locations {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 480px) {
  .doctor-intro__locations {
    display: none;
  }
}
.doctor-intro__location {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.doctor-intro__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.doctor-intro__anchor:hover {
  color: #ffffff;
  background: #43434a;
}
@media (max-width: 991px) {
  .doctor-intro__anchor {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}
.doctor-intro__bottom {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 991px) {
  .doctor-intro__bottom {
    gap: 4px;
  }
}
@media (max-width: 480px) {
  .doctor-intro__bottom {
    display: none;
  }
}
.doctor-intro__slogan {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  border-radius: 8px;
  background: rgba(67, 67, 74, 0.4);
}
.doctor-intro__search {
  position: relative;
  width: 600px;
  height: 40px;
}
@media (max-width: 991px) {
  .doctor-intro__search {
    width: 366px;
  }
}
.doctor-intro__search img {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.doctor-intro__search input {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  padding: 6px 12px 6px 40px;
  align-self: stretch;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(67, 67, 74, 0.8);
  backdrop-filter: blur(8px);
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.doctor-intro__search input:focus {
  border-color: #ffffff;
}
.doctor-intro__search input::placeholder {
  color: #c5c5cc;
  opacity: 1;
}
@media (max-width: 991px) {
  .doctor-intro__search input {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.doctor-intro__filters {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .doctor-intro__filters {
    gap: 4px;
  }
}
.doctor-intro__filter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 190px;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 6px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .doctor-intro__filter {
    width: 181px;
    height: 40px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.doctor-intro__swiper {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
}
@media (max-width: 480px) {
  .doctor-intro__swiper {
    width: 100%;
  }
}
.doctor-intro__swiper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(151, 156, 157, 0) 65%, #979c9d 100%);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 480px) {
  .doctor-intro__swiper::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  }
}
.doctor-intro .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.doctor-intro__slide {
  width: 100% !important;
  height: 100% !important;
}
.doctor-intro__slide > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.doctor-intro__swiper-pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  z-index: 2;
}
.doctor-intro .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  border-radius: 200px;
  opacity: 0.2;
  background: #43434a;
}
.doctor-intro .swiper-pagination-bullet-active {
  opacity: 1;
}

.help__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .help__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    margin-bottom: 16px;
  }
}
.help__block {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.help__block-left {
  width: 50%;
}
@media (max-width: 991px) {
  .help__block-left {
    width: 100%;
  }
}
.help__block-left--list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 991px) {
  .help__block-left--list {
    gap: 4px;
  }
}
.help__block-left--item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  align-self: stretch;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}
@media (max-width: 991px) {
  .help__block-left--item {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.help__block-left--more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 8px 12px 8px 16px;
  color: #7f7f86;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 200px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .help__block-left--more {
    margin: auto;
    margin-top: 12px;
    padding: 4px 8px 4px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.help__block-right {
  width: 50%;
}
@media (max-width: 991px) {
  .help__block-right {
    display: none;
  }
}
.help__block-video {
  position: relative;
  width: 100%;
  height: 310px;
  border-radius: 8px;
  overflow: hidden;
}
.help__block-right--iframe {
  width: 100%;
  height: 100%;
}
.help__block-right--img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.help__block-right--overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.help__block-right--play {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  border-radius: 200px;
  background: #82c83c;
}

.help-mobile {
  display: none;
}
@media (max-width: 991px) {
  .help-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
}
.help-mobile__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}
.help-mobile__top--text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.help-mobile__top--info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.help-mobile__top--info-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.help-mobile__top--contacts {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.help-mobile__top--contacts-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.help-mobile__top--contacts-item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-color: rgba(67, 67, 74, 0.4);
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.help-mobile__bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.help-mobile__block-video {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
.help-mobile__block-right--iframe {
  width: 100%;
  height: 100%;
}
.help-mobile__block-right--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.help-mobile__block-right--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.help-mobile__block-right--play {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  border-radius: 200px;
  background: #82c83c;
}
.help-mobile__bottom-slogan {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 12px;
  align-self: stretch;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  border-radius: 8px;
  background: rgba(67, 67, 74, 0.4);
}

.consultation {
  position: sticky;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media (max-width: 991px) {
  .consultation {
    position: static;
    padding: 0;
    margin-bottom: 2px;
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
.consultation.mobile {
  display: none;
}
@media (max-width: 991px) {
  .consultation.mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.consultation__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 24px 12px;
  align-self: stretch;
  border-radius: 16px;
  background: rgba(67, 67, 74, 0.8);
}
@media (max-width: 991px) {
  .consultation__top {
    width: 100%;
  }
}
.consultation__top-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}
.consultation__top-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.consultation__top-input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 8px 16px;
  align-self: stretch;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.consultation__top-input::placeholder {
  color: #ffffff;
  opacity: 1;
}
.consultation__top-input:focus {
  border-color: #ffffff;
}
.consultation__top-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 12px 36px;
  align-self: stretch;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.consultation__top-btn:hover {
  background: #43434a;
}
.consultation__bottom {
  padding: 20px;
  align-self: stretch;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
}
@media (max-width: 991px) {
  .consultation__bottom {
    display: none;
  }
}
.consultation__bottom-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.consultation__bottom-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}
.consultation__bottom-line {
  width: 312px;
  height: 1px;
  margin-left: auto;
  background: #dfe6e8;
}

.education {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .education {
    margin-bottom: 2px;
  }
}
.education__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .education__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    margin-bottom: 16px;
  }
}
.education__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .education__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.education__sub-title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .education__sub-title {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.education__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.education__list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .education__list li {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}

.diplomas {
  overflow: hidden;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .diplomas {
    margin-bottom: 2px;
  }
}
.diplomas__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .diplomas__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    margin-bottom: 16px;
  }
}
.diplomas__swiper {
  width: 100%;
}
@media (max-width: 991px) {
  .diplomas__swiper {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
.diplomas__item {
  height: 320px !important;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .diplomas__item {
    height: 200px !important;
  }
}
.diplomas__navigation {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .diplomas__navigation {
    margin-top: 16px;
  }
}
.diplomas__navigation .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 200px;
  opacity: 0.2;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 !important;
}
.diplomas__navigation .swiper-pagination-bullet-active {
  opacity: 1;
}

.cases {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .cases {
    margin-bottom: 2px;
  }
}
.cases .ba-container {
  position: relative;
  width: 100%;
  height: 280px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  margin: auto;
}
@media (max-width: 991px) {
  .cases .ba-container {
    height: 200px;
  }
}
.cases .ba-img {
  position: absolute;
  inset: 0;
}
.cases .ba-img > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases .ba-before {
  inset: 0;
}
.cases .ba-after {
  inset: 0;
  clip-path: inset(0 50% 0 0);
}
.cases .ba-label-before {
  position: absolute;
  top: 2px;
  left: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
}
.cases .ba-label-after {
  position: absolute;
  top: 2px;
  right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
}
.cases .ba-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px; /* важливо */
  cursor: ew-resize; /* UX */
  display: flex;
  align-items: center;
  justify-content: center;
}
.cases .ba-slider * {
  pointer-events: none; /* важливо */
}
.cases .ba-line {
  width: 1px;
  height: 100%;
  background: #fff;
}
.cases .ba-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.cases__top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cases__top {
    margin-bottom: 16px;
  }
}
.cases__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
}
@media (max-width: 991px) {
  .cases__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
  }
}
.cases__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 4px 8px 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  border-radius: 200px;
  background: #ffffff;
}
.cases__link img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cases__link:hover img {
  transform: scale(1.3);
}
.cases__swiper {
  width: 100%;
}
.cases__card {
  border-radius: 8px;
  overflow: hidden;
}
.cases__card-info {
  padding: 20px;
  background: rgba(255, 255, 255, 0.88);
}
@media (max-width: 991px) {
  .cases__card-info {
    padding: 12px;
  }
}
.cases__card-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cases__card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    margin-bottom: 8px;
  }
}
.cases__card-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cases__card-list {
    margin-bottom: 8px;
  }
}
.cases__card-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .cases__card-item {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.cases__card-item span {
  width: 120px;
  color: #7f7f86;
}
@media (max-width: 1248px) {
  .cases__card-item span {
    width: 110px;
  }
}
@media (max-width: 991px) {
  .cases__card-item span {
    width: 104px;
  }
}
.cases__card-doctor {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: auto;
  min-height: 116px;
  padding: 12px;
  align-self: stretch;
  border-radius: 6px;
  background: rgba(67, 67, 74, 0.6);
}
@media (max-width: 991px) {
  .cases__card-doctor {
    padding: 8px;
    min-height: 86px;
  }
}
.cases__card-doctor--img {
  width: 78px;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
.cases__card-doctor--img img {
  width: 100%;
  height: 100%;
  min-height: 92px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cases__card-doctor--img {
    width: 60px;
  }
}
.cases__card-doctor--info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}
.cases__card-doctor--info a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .cases__card-doctor--info a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}
.cases__card-doctor--info p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .cases__card-doctor--info p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.cases__pagination {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .cases__pagination {
    margin-top: 16px;
  }
}
.cases__pagination .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 200px;
  opacity: 0.2;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 !important;
}
.cases__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.doctor-reviews {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .doctor-reviews {
    margin-bottom: 2px;
  }
}
.doctor-reviews__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .doctor-reviews__top {
    gap: 8px;
    margin-bottom: 16px;
  }
}
.doctor-reviews__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
}
@media (max-width: 991px) {
  .doctor-reviews__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
  }
}
.doctor-reviews__top-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.doctor-reviews__right-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 8px 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.doctor-reviews__right-btn:hover {
  background: #43434a;
}
@media (max-width: 991px) {
  .doctor-reviews__right-btn {
    display: none;
  }
}
.doctor-reviews__right-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 4px 8px 4px 12px;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  border-radius: 200px;
  background: #ffffff;
}
.doctor-reviews__right-link img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.doctor-reviews__right-link:hover img {
  transform: scale(1.3);
}
.doctor-reviews .clients__swiper-2 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .doctor-reviews .clients__swiper-2 {
    margin-bottom: 16px;
  }
}
.doctor-reviews__body {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 991px) {
  .doctor-reviews__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    gap: 16px;
  }
}
.doctor-reviews__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 991px) {
  .doctor-reviews__right {
    width: 100%;
    gap: 16px;
  }
}
.doctor-reviews__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 991px) {
  .doctor-reviews__left {
    width: 100%;
    gap: 16px;
  }
}
.doctor-reviews__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}
@media (max-width: 991px) {
  .doctor-reviews__card {
    padding: 16px;
    gap: 8px;
  }
}
.doctor-reviews__card-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.doctor-reviews__card-head {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 4px;
}
.doctor-reviews__card-head--left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.doctor-reviews__card-head--left p {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .doctor-reviews__card-head--left p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
  }
}
.doctor-reviews__card-head--name {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 991px) {
  .doctor-reviews__card-head--name {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.doctor-reviews__card-head--right p {
  color: #7f7f86;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: right;
}
@media (max-width: 991px) {
  .doctor-reviews__card-head--right p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.doctor-reviews__card-head--checkout {
  color: #82c83c;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .doctor-reviews__card-head--checkout {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
  }
}
.doctor-reviews__card-head--gallery {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .doctor-reviews__card-head--gallery {
    margin-top: 8px;
  }
}
.doctor-reviews__card-head--gallery a {
  width: 60px;
  height: 70px;
}
.doctor-reviews__card-head--gallery a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.doctor-reviews__card-head--gallery--play {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
  width: 60px;
  height: 70px;
  padding: 2px;
  border-radius: 6px;
  background: #82c83c;
}
.doctor-reviews__card-middle {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.doctor-reviews__card-middle--text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .doctor-reviews__card-middle--text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.doctor-reviews__card-middle--more {
  margin: auto;
  margin-top: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #7f7f86;
  padding: 8px 12px 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .doctor-reviews__card-middle--more {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    padding: 4px 8px 4px 12px;
  }
}
.doctor-reviews__card-bottom {
  width: 100%;
}
.doctor-reviews__card-bottom--list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.doctor-reviews__card-bottom--item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.doctor-reviews__card-bottom--item span {
  width: 104px;
  color: #7f7f86;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .doctor-reviews__card-bottom--item span {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.doctor-reviews__card-bottom--item a {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .doctor-reviews__card-bottom--item a {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.doctor-reviews__card-bottom--item a:has(img) {
  margin-left: auto;
  flex: unset;
}
.doctor-reviews__card-bottom--answer {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  align-self: stretch;
  border-radius: 6px;
  background: rgba(67, 67, 74, 0.6);
}
@media (max-width: 991px) {
  .doctor-reviews__card-bottom--answer {
    margin-top: 8px;
    padding: 8px;
    gap: 8px;
  }
}
@media (max-width: 991px) {
  .doctor-reviews__card-bottom--answer img {
    width: 32px;
    height: 32px;
  }
}
.doctor-reviews__card-bottom--answer p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .doctor-reviews__card-bottom--answer p {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.doctor-reviews__card-bottom--answer p:last-child {
  font-weight: 500;
}
.doctor-reviews__btn {
  margin: auto;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 8px 12px 8px 16px;
  color: #7f7f86;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 200px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .doctor-reviews__btn {
    margin-top: 16px;
    padding: 4px 8px 4px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}

.cases-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  height: 520px;
  padding: 44px;
  flex: 1 0 0;
  border-radius: 16px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%), url(../img/intro-doctors-page.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 24px 0;
}
@media (max-width: 991px) {
  .cases-intro {
    margin: 2px 0;
    margin-left: -12px;
    width: calc(100% + 24px);
    height: 320px;
    padding: 16px 12px;
  }
}
.cases-intro__top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 991px) {
  .cases-intro__top {
    gap: 8px;
  }
}
.cases-intro__title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  text-align: left;
}
@media (max-width: 991px) {
  .cases-intro__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
  }
}
.cases-intro__text {
  color: #ffffff;
  max-width: 600px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 991px) {
  .cases-intro__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.cases-intro__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cases-intro__anchor:hover {
  color: #ffffff;
  background: #43434a;
}
@media (max-width: 991px) {
  .cases-intro__anchor {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}
.cases-intro__bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 991px) {
  .cases-intro__bottom {
    gap: 4px;
  }
}
.cases-intro__search {
  position: relative;
  width: 600px;
  height: 40px;
}
@media (max-width: 991px) {
  .cases-intro__search {
    width: 366px;
  }
}
.cases-intro__search img {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.cases-intro__search input {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  padding: 6px 12px 6px 40px;
  align-self: stretch;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(67, 67, 74, 0.8);
  backdrop-filter: blur(8px);
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cases-intro__search input:focus {
  border-color: #ffffff;
}
.cases-intro__search input::placeholder {
  color: #c5c5cc;
  opacity: 1;
}
@media (max-width: 991px) {
  .cases-intro__search input {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.cases-intro__filters {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cases-intro__filters {
    gap: 4px;
  }
}
.cases-intro__filter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 190px;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 6px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cases-intro__filter {
    width: 181px;
    height: 40px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .cases-intro .cases-intro__filter.btn-1 {
    flex: 0 0 100%;
  }
  .cases-intro .cases-intro__filter.btn-2,
  .cases-intro .cases-intro__filter.btn-3 {
    flex: 0 0 calc(50% - 6px); /* мінус gap/2 */
  }
}

.cases-block {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .cases-block {
    margin-bottom: 2px;
  }
}
.cases-block .ba-container {
  position: relative;
  width: 100%;
  height: 280px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  margin: auto;
}
@media (max-width: 991px) {
  .cases-block .ba-container {
    height: 200px;
  }
}
.cases-block .ba-img {
  position: absolute;
  inset: 0;
}
.cases-block .ba-img > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases-block .ba-before {
  inset: 0;
}
.cases-block .ba-after {
  inset: 0;
  clip-path: inset(0 50% 0 0);
}
.cases-block .ba-label-before {
  position: absolute;
  top: 2px;
  left: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
}
.cases-block .ba-label-after {
  position: absolute;
  top: 2px;
  right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
}
.cases-block .ba-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px; /* важливо */
  cursor: ew-resize; /* UX */
  display: flex;
  align-items: center;
  justify-content: center;
}
.cases-block .ba-slider * {
  pointer-events: none; /* важливо */
}
.cases-block .ba-line {
  width: 1px;
  height: 100%;
  background: #fff;
}
.cases-block .ba-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.cases-block__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .cases-block__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .cases-block__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cases-block__btn {
  margin: auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 40px;
  padding: 12px 36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  align-self: stretch;
  color: #ffffff;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cases-block__btn:hover {
  background: #43434a;
}
@media (max-width: 991px) {
  .cases-block__btn {
    margin-top: 16px;
    width: 100%;
    height: 36px;
    padding: 8px 16px;
  }
}

.case-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  height: 218px;
  padding: 44px;
  flex: 1 0 0;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.32);
  margin: 24px 0;
}
@media (max-width: 991px) {
  .case-intro {
    margin: 2px 0;
    margin-left: -12px;
    width: calc(100% + 24px);
    height: 118px;
    padding: 16px 12px;
  }
}
.case-intro__top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 991px) {
  .case-intro__top {
    gap: 8px;
  }
}
.case-intro__title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  text-align: left;
}
@media (max-width: 991px) {
  .case-intro__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
  }
}
.case-intro__text {
  color: #ffffff;
  max-width: 600px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .case-intro__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.case-intro__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.case-intro__anchor:hover {
  color: #ffffff;
  background: #43434a;
}
@media (max-width: 991px) {
  .case-intro__anchor {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}

.case {
  overflow: hidden;
  margin-bottom: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 991px) {
  .case {
    gap: 16px;
    margin-bottom: 2px;
  }
}
.case .ba-container {
  position: relative;
  max-width: 70%;
  width: 100%;
  height: 400px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
  margin: auto;
}
@media (max-width: 991px) {
  .case .ba-container {
    max-width: 100%;
    height: 200px;
    border-radius: 8px;
  }
}
.case .ba-img {
  position: absolute;
  inset: 0;
}
.case .ba-img > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .ba-before {
  inset: 0;
}
.case .ba-after {
  inset: 0;
  clip-path: inset(0 50% 0 0);
}
.case .ba-label-before {
  position: absolute;
  top: 2px;
  left: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
}
.case .ba-label-after {
  position: absolute;
  top: 2px;
  right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
}
.case .ba-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px; /* важливо */
  cursor: ew-resize; /* UX */
  display: flex;
  align-items: center;
  justify-content: center;
}
.case .ba-slider * {
  pointer-events: none; /* важливо */
}
.case .ba-line {
  width: 1px;
  height: 100%;
  background: #fff;
}
.case .ba-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.case__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .case__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.case__gallery {
  width: 100%;
}
@media (max-width: 991px) {
  .case__gallery {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
.case__pagination {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .case__pagination {
    margin-top: 16px;
  }
}
.case__pagination .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 200px;
  opacity: 0.2;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 !important;
}
.case__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.case__video {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .case__video {
    height: 200px;
  }
}
.case__video-iframe {
  width: 100%;
  height: 100%;
}
.case__video-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case__video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case__video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7.5px;
  border-radius: 375px;
  background: #82c83c;
}
@media (max-width: 991px) {
  .case__video-btn {
    padding: 4px;
  }
}
.case__share {
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  background: #ffffff;
}
.case__share-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.case__share-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .case__share-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.case__specialists {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  background: rgba(67, 67, 74, 0.6);
}
@media (max-width: 991px) {
  .case__specialists {
    padding: 8px;
    margin: -12px 0;
  }
}
.case__specialists-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .case__specialists-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}
.case__specialists-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .case__specialists-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    gap: 8px;
  }
}
.case__specialists-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .case__specialists-item {
    gap: 8px;
  }
}
.case__specialists-item--img {
  width: 60px;
  height: 70px;
  border-radius: 4px;
  overflow: hidden;
}
.case__specialists-item--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case__specialists-item--info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}
.case__specialists-item--info a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 991px) {
  .case__specialists-item--info a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.case__specialists-item--info p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .case__specialists-item--info p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.case__bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.case__bottom-block {
  width: 50%;
  height: 150px;
  width: 50%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  border-radius: 6px;
  background: rgba(67, 67, 74, 0.6);
}
@media (max-width: 991px) {
  .case__bottom-block {
    width: 100%;
    width: 100%;
    height: auto;
    padding: 8px;
  }
}
.case__bottom-block.desktop {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 991px) {
  .case__bottom-block.desktop {
    display: none;
  }
}
.case__bottom-block.mobile {
  display: none;
}
@media (max-width: 991px) {
  .case__bottom-block.mobile {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
}
.case__bottom-block.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}
@media (max-width: 991px) {
  .case__bottom-block.center {
    display: none;
  }
}
.case__bottom-block--list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.case__bottom-block--item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .case__bottom-block--item {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.case__bottom-block--item p {
  min-width: 120px;
}
@media (max-width: 991px) {
  .case__bottom-block--item p {
    min-width: 104px;
  }
}
.case__bottom-block--item a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.case__bottom-block--link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 991px) {
  .case__bottom-block--link {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.case__bottom-block--title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .case__bottom-block--title {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}

.author {
  margin-bottom: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .author {
    gap: 16px;
    margin-bottom: 2px;
  }
}
.author__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-content: stretch;
}
@media (max-width: 991px) {
  .author__list {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
  }
}
@media (max-width: 991px) {
  .author__list.bottom-list {
    background: transparent;
    padding: 0;
  }
}
.author__card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 20px;
  flex: 1 0 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}
@media (max-width: 991px) {
  .author__card {
    padding: 0;
    border: 0;
    background: 0;
  }
}
.author__card.bottom-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  height: 134px;
}
@media (max-width: 991px) {
  .author__card.bottom-left {
    height: auto;
    padding: 16px;
    width: 100%;
    background: #ffffff;
  }
}
.author__card.bottom-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 134px;
}
@media (max-width: 991px) {
  .author__card.bottom-center {
    height: auto;
    padding: 16px;
    width: 100%;
    background: #ffffff;
  }
}
.author__card-img {
  width: 92px;
  height: 100%;
  padding: 2px;
  align-self: stretch;
  border-radius: 6px;
  overflow: hidden;
}
.author__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .author__card-img {
    width: 60px;
    height: 70px;
  }
}
.author__card-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}
.author__card-info--item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.author__card-info--item .label {
  color: #7f7f86;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
}
@media (max-width: 991px) {
  .author__card-info--item .label {
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
  }
}
.author__card-info--item .name {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .author__card-info--item .name {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.author__card-info--item .value {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .author__card-info--item .value {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.author__card-info--item.row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.author__card-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 991px) {
  .author__card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.author__card-link {
  color: #7f7f86;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-color: rgba(127, 127, 134, 0.4);
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 991px) {
  .author__card-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.author__card-btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .author__card-btns {
    width: 100%;
  }
}
.author__card-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 48px;
  padding: 12px 36px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .author__card-btn {
    width: 100%;
    height: 34px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
  }
}
.author__card-btn.no {
  background: #43434a;
}
.author__card-btn.no:hover {
  background: #82c83c;
}
.author__card-btn.yes {
  background: #82c83c;
}
.author__card-btn.yes:hover {
  background: #43434a;
}

.service-switcher {
  padding: 8px 0;
}
@media (max-width: 991px) {
  .service-switcher {
    width: calc(100% + 8px);
    margin-left: -4px;
  }
}
.service-switcher__list {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1px;
  padding: 2px;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.72);
}
@media (max-width: 991px) {
  .service-switcher__list {
    justify-content: space-between;
    width: 100%;
  }
}
.service-switcher__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-switcher__item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  color: #7f7f86;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
  border-radius: 200px;
  border: 1px solid transparent;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-switcher__item > a.active {
  color: #43434a;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.service-switcher__item > a:hover {
  color: #43434a;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
@media (max-width: 991px) {
  .service-switcher__item > a {
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
  }
}

.price-intro .tags {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .price-intro .tags {
    overflow: scroll;
    width: calc(100vw - 12px);
    padding-right: 12px;
    padding-bottom: 5px;
    gap: 4px;
  }
}
.price-intro .tag {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  height: 30px;
  border-radius: 6px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .price-intro .tag {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    height: 28px;
  }
}
.price-intro .tag span {
  color: #7f7f86;
}
@media (max-width: 991px) {
  .price-intro .cases-intro__bottom {
    overflow: hidden;
  }
  .price-intro .doctors-intro__search {
    width: 366px;
  }
}

.price {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .price {
    gap: 16px;
    margin-bottom: 2px;
  }
}
.price__top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.price__top-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
}
@media (max-width: 991px) {
  .price__top-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
  }
}
.price__block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 991px) {
  .price__block {
    gap: 16px;
  }
}
.price__block:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .price__block:not(:last-child) {
    margin-bottom: 4px;
  }
}
.price__top-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 4px 8px 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  border-radius: 200px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .price__top-link {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
  }
}
.price__top-link img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.price__top-link:hover img {
  transform: scale(1.3);
}
.price__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 991px) {
  .price__list {
    gap: 4px;
  }
}
.price__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  padding: 20px;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .price__item {
    padding: 16px;
  }
}
.price__item-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  cursor: pointer;
}
.price__item-top--title {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 991px) {
  .price__item-top--title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.price__item-bottom {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.price__item-bottom--list {
  padding-top: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 991px) {
  .price__item-bottom--list {
    padding-top: 8px;
    gap: 8px;
  }
}
.price__item-bottom--item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.price__item-bottom--item a {
  color: #7f7f86;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-color: rgba(127, 127, 134, 0.4);
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 991px) {
  .price__item-bottom--item a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.price__item-bottom--item span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .price__item-bottom--item span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.price__item-bottom--item--right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.price__item-bottom--item--right .service-price {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .price__item-bottom--item--right .service-price {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
  }
}
.price__item-bottom--item--right .old-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  text-decoration-line: line-through;
}
@media (max-width: 991px) {
  .price__item-bottom--item--right .old-price {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.price__item-bottom--item--right .new-price {
  color: #82c83c;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .price__item-bottom--item--right .new-price {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}
.price__item-bottom--item--right .current-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .price__item-bottom--item--right .current-price {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}
.price__item-bottom--item--right .btn-price {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 8px 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.price__item-bottom--item--right .btn-price:hover {
  background: #43434a;
}
@media (max-width: 991px) {
  .price__item-bottom--item--right .btn-price {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
  }
}
.price__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .price__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.price__btn {
  display: none;
}
@media (max-width: 991px) {
  .price__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    padding: 8px 16px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    align-self: stretch;
    border-radius: 200px;
    background: #82c83c;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .price__btn:hover {
    background: #43434a;
  }
}

.shares {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .shares {
    margin-bottom: 2px;
  }
}
.shares__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .shares__top {
    margin-bottom: 16px;
  }
}
.shares__top-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
}
@media (max-width: 991px) {
  .shares__top-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
  }
}
.shares__top-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 4px 8px 4px 12px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  border-radius: 200px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .shares__top-link {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
  }
}
.shares__top-link img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.shares__top-link:hover img {
  transform: scale(1.3);
}
.shares__swiper {
  width: 100%;
}
@media (max-width: 991px) {
  .shares__swiper {
    width: calc(100% + 12px);
  }
}
.shares__card {
  height: 486px !important;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .shares__card {
    height: 240px !important;
    border-radius: 8px;
  }
}
.shares__card:hover .shares__card-link {
  width: 48px;
  height: 48px;
}
.shares__card:hover .shares__card-img {
  transform: scale(1.2);
}
.shares__card:hover .shares__card-info {
  background: rgba(67, 67, 74, 0.6);
}
.shares__card-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.shares__card-link {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .shares__card-link {
    top: 4px;
    right: 4px;
  }
}
.shares__card-info {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: calc(100% - 16px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  align-self: stretch;
  border-radius: 12px;
  background: rgba(67, 67, 74, 0.4);
  backdrop-filter: blur(8px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .shares__card-info {
    width: calc(100% - 8px);
    left: 4px;
    bottom: 4px;
    padding: 8px;
  }
}
.shares__card-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 991px) {
  .shares__card-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}
.shares__card-more {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 12px 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border-radius: 200px;
  background: #43434a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.shares__card-more:hover {
  background: #82c83c;
}
@media (max-width: 991px) {
  .shares__card-more {
    display: none;
  }
}
.shares__prev {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 3px;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.32);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 991px) {
  .shares__prev {
    display: none;
  }
}
.shares__next {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 3px;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.32);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 991px) {
  .shares__next {
    display: none;
  }
}
.shares__pagination {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .shares__pagination {
    margin-top: 16px;
  }
}
.shares__pagination .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 200px;
  opacity: 0.2;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 !important;
}
.shares__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.our-dentistry .locations__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.our-dentistry .locations__left {
  width: 100%;
}
.our-dentistry .locations__item {
  width: 100%;
  justify-content: space-between;
}
.our-dentistry .locations__item.load-more {
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-dentistry .locations__item.load-more .btn-load-more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}
@media (max-width: 991px) {
  .our-dentistry .locations__item.load-more {
    display: none;
  }
}
.our-dentistry .locations__item-info {
  width: 100%;
}
.our-dentistry .locations__item-bottom {
  width: 100%;
}
.our-dentistry .locations__item-btn {
  width: 100%;
}
.our-dentistry .locations__right {
  width: 100%;
}
.our-dentistry .locations__map {
  height: 400px;
}
@media (max-width: 991px) {
  .our-dentistry .locations__map {
    height: 280px;
  }
}

.map {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .map {
    margin-bottom: 2px;
  }
}
.map__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .map__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    margin-bottom: 16px;
  }
}
.map__content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 991px) {
  .map__content {
    flex-direction: column;
    gap: 16px;
  }
}
.map__iframe {
  width: 50%;
  height: 380px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .map__iframe {
    width: 100%;
    height: 200px;
  }
}
.map__contacts {
  width: 50%;
}
@media (max-width: 991px) {
  .map__contacts {
    width: 100%;
  }
}
.map__contacts-switcher {
  padding: 2px;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.72);
  margin-bottom: 20px;
}
.map__contacts-switcher.desktop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1px;
}
@media (max-width: 991px) {
  .map__contacts-switcher.desktop {
    display: none;
  }
}
.map__contacts-switcher.mobile {
  display: none;
}
@media (max-width: 991px) {
  .map__contacts-switcher.mobile {
    display: flex;
  }
}
@media (max-width: 991px) {
  .map__contacts-switcher {
    margin-bottom: 16px;
  }
}
.map__contacts-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  flex: 1 0 0;
  color: #7f7f86;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
  border-radius: 200px;
  border: 1px solid transparent;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.map__contacts-switch:hover {
  color: #43434a;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.map__contacts-switch.active {
  color: #43434a;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
@media (max-width: 991px) {
  .map__contacts-switch {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
  }
}
.map__contacts-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .map__contacts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    margin-bottom: 8px;
  }
}
.map__contacts-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 12px 36px;
  align-self: stretch;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 20px;
}
.map__contacts-btn:hover {
  background: #43434a;
}
.map__contacts-btn.desktop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1px;
}
@media (max-width: 991px) {
  .map__contacts-btn.desktop {
    display: none;
  }
}
.map__contacts-btn.mobile {
  display: none;
}
@media (max-width: 991px) {
  .map__contacts-btn.mobile {
    display: flex;
  }
}
@media (max-width: 991px) {
  .map__contacts-btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    padding: 8px 16px;
    height: 36px;
    margin-bottom: 8px;
  }
}
.map__contacts-bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.map__contacts-bottom--item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  flex: 1 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 4px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.map__contacts-bottom--item:hover {
  color: #82c83c;
}
@media (max-width: 991px) {
  .map__contacts-bottom--item {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}

.map__contacts-first,
.map__contacts-second {
  display: none;
}

.map__contacts-first.active,
.map__contacts-second.active {
  display: block;
}

.catalog-block {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .catalog-block {
    margin-bottom: 2px;
  }
}
.catalog-block__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .catalog-block__top {
    margin-bottom: 16px;
  }
}
.catalog-block__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
}
@media (max-width: 991px) {
  .catalog-block__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
  }
}
.catalog-block__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 4px 8px 4px 12px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  border-radius: 200px;
  background: #ffffff;
}
.catalog-block__link img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.catalog-block__link:hover img {
  transform: scale(1.3);
}
@media (max-width: 991px) {
  .catalog-block__link {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
  }
}
.catalog-block__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .catalog-block__list {
    gap: 4px;
  }
}
.catalog-block__item {
  width: 48%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  align-self: stretch;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}
@media (max-width: 991px) {
  .catalog-block__item {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .about-us__switcher .service-switcher__item > a {
    padding: 8px;
  }
}

.about-us {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .about-us {
    gap: 16px;
    margin-bottom: 2px;
  }
}
.about-us__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
}
@media (max-width: 991px) {
  .about-us__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
  }
}
.about-us__video {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-us__video {
    height: 200px;
  }
}
.about-us__video--iframe {
  width: 100%;
  height: 100%;
}
.about-us__video--img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us__video--overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us__video--play {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7.5px;
  border-radius: 375px;
  background: #82c83c;
}
@media (max-width: 991px) {
  .about-us__video--play {
    padding: 4px;
  }
}
.about-us p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .about-us p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.about-us p:has(> strong) {
  margin-bottom: -12px;
}
.about-us ul {
  list-style-type: disc;
  margin-left: 20px;
}
.about-us ul > li {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .about-us ul > li {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.about-us__swiper {
  width: 100%;
}
@media (max-width: 991px) {
  .about-us__swiper {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
.about-us__navigation {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .about-us__navigation {
    margin-top: 16px;
  }
}
.about-us__navigation .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 200px;
  opacity: 0.2;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 !important;
}
.about-us__navigation .swiper-pagination-bullet-active {
  opacity: 1;
}
.about-us .main-doctor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  flex: 1 0 0;
  border-radius: 6px;
  background: rgba(67, 67, 74, 0.6);
}
@media (max-width: 991px) {
  .about-us .main-doctor {
    padding: 8px;
    width: 100%;
  }
}
.about-us .main-doctor__title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .about-us .main-doctor__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.about-us .main-doctor__body {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.about-us .main-doctor__img {
  width: 78px;
  height: 92px;
  border-radius: 4px;
  overflow: hidden;
}
.about-us .main-doctor__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .about-us .main-doctor__img {
    width: 60px;
    height: 70px;
    border-radius: 4px;
  }
}
.about-us .main-doctor__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}
.about-us .main-doctor__info-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 991px) {
  .about-us .main-doctor__info-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.about-us .main-doctor__info-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .about-us .main-doctor__info-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.about-us .main-doctor__info-mark {
  padding: 4px 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
}
@media (max-width: 991px) {
  .about-us .main-doctor__info-mark {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.about-us .license {
  display: none;
}
@media (max-width: 991px) {
  .about-us .license {
    margin-top: -12px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 8px;
    align-self: stretch;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    border-radius: 6px;
    background: rgba(67, 67, 74, 0.6);
  }
}
.about-us__btn {
  display: none;
}
@media (max-width: 991px) {
  .about-us__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    padding: 8px 16px;
    align-self: stretch;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    border-radius: 200px;
    background: #82c83c;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .about-us__btn:hover {
    background: #43434a;
  }
}

@media (max-width: 991px) {
  .packet-intro .cases-intro__bottom {
    width: 100%;
  }
  .packet-intro .doctors-intro__filters {
    width: 100%;
  }
  .packet-intro .doctors-intro__filter {
    width: 100%;
  }
}

.packet {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .packet {
    margin-bottom: 2px;
  }
}
.packet__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 991px) {
  .packet__list {
    gap: 8px;
  }
}
.packet__list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
  flex: 0 0 48%;
  max-width: 50%;
  height: 520px;
  align-self: stretch;
  border-radius: 16px;
  overflow: hidden;
}
.packet__list-item:hover .packet__list-item--link {
  width: 48px;
  height: 48px;
}
.packet__list-item:hover .packet__list-item--img {
  transform: scale(1.2);
}
.packet__list-item:hover .packet__list-item--info {
  background: rgba(67, 67, 74, 0.6);
}
@media (max-width: 991px) {
  .packet__list-item {
    height: 250px;
    border-radius: 8px;
  }
}
.packet__list-item.large {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
  flex: 0 0 100%;
  max-width: 100%;
  height: 520px;
  align-self: stretch;
  border-radius: 16px;
  overflow: hidden;
}
.packet__list-item.large:hover .packet__list-item--link {
  width: 48px;
  height: 48px;
}
.packet__list-item.large:hover .packet__list-item--img {
  transform: scale(1.2);
}
.packet__list-item.large:hover .packet__list-item--info {
  background: rgba(67, 67, 74, 0.6);
}
@media (max-width: 991px) {
  .packet__list-item.large {
    height: 510px;
    border-radius: 8px;
  }
}
.packet__list-item--link {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.packet__list-item--img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.packet__list-item--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.packet__list-item--info {
  position: absolute;
  left: 4px;
  bottom: 5px;
  width: calc(100% - 8px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  align-self: stretch;
  border-radius: 12px;
  background: rgba(67, 67, 74, 0.4);
  backdrop-filter: blur(8px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .packet__list-item--info {
    gap: 4px;
    padding: 8px;
    border-radius: 6px;
  }
}
.packet__list-item--date {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .packet__list-item--date {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.packet__list-item--title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 991px) {
  .packet__list-item--title {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}
.packet__list-item--location {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 6px;
  background: rgba(67, 67, 74, 0.4);
  backdrop-filter: blur(8px);
}
@media (max-width: 991px) {
  .packet__list-item--location {
    padding: 8px;
  }
}
.packet__list-item--location p {
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .packet__list-item--location p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.packet__list-item--location span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
}
@media (max-width: 991px) {
  .packet__list-item--location span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.packet__btn {
  margin: auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 12px 36px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.packet__btn:hover {
  background: #43434a;
}
@media (max-width: 991px) {
  .packet__btn {
    margin-top: 16px;
    width: 100%;
    height: 36px;
    padding: 8px 16px;
  }
}

.blog-intro .tags {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .blog-intro .tags {
    display: none;
  }
}
.blog-intro .tag {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  height: 30px;
  border-radius: 6px;
  background: #ffffff;
}
.blog-intro .tag span {
  color: #7f7f86;
}
.blog-intro .tag.disabled {
  background: #c5c5cc;
}
.blog-intro .doctors-intro__filter-btn {
  height: 30px !important;
}
@media (max-width: 991px) {
  .blog-intro .doctors-intro__filter-btn {
    height: 40px !important;
  }
}
@media (max-width: 991px) {
  .blog-intro .cases-intro__bottom {
    width: 100%;
    flex-direction: row;
  }
  .blog-intro .doctors-intro__search {
    width: 50%;
  }
  .blog-intro .doctors-intro__filters {
    width: 50%;
  }
  .blog-intro .doctors-intro__filter {
    width: 100% !important;
  }
}

.blog {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .blog {
    margin-bottom: 2px;
  }
}
.blog__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .blog__list {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .blog__list {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
  flex: 1 0 0;
  height: 378px;
  border-radius: 8px;
  overflow: hidden;
}
.blog__item:hover .blog__card-link {
  width: 48px;
  height: 48px;
}
.blog__item:hover .blog__card-img {
  transform: scale(1.2);
}
.blog__item:hover .blog__card-info {
  background: rgba(67, 67, 74, 0.6);
}
@media (max-width: 991px) {
  .blog__item {
    height: 274px;
  }
}
.blog__card-link {
  position: absolute;
  top: 4px;
  right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.blog__card-img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.blog__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__card-info {
  position: absolute;
  left: 4px;
  bottom: 4px;
  width: calc(100% - 8px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  align-self: stretch;
  border-radius: 6px;
  background: rgba(67, 67, 74, 0.4);
  backdrop-filter: blur(8px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .blog__card-info {
    gap: 4px;
    padding: 8px;
  }
}
.blog__card-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .blog__card-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}
.blog__card-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.blog__card-date {
  width: 100%;
  color: #dfe6e8;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .blog__card-date {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.blog__card-place {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 4px 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 4px;
  background: rgba(67, 67, 74, 0.8);
  backdrop-filter: blur(4px);
}
@media (max-width: 991px) {
  .blog__card-place {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.blog__card-views {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 4px 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 4px;
  background: rgba(67, 67, 74, 0.8);
  backdrop-filter: blur(4px);
}
@media (max-width: 991px) {
  .blog__card-views {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.blog__btn {
  margin: auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 12px 36px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog__btn:hover {
  background: #43434a;
}
@media (max-width: 991px) {
  .blog__btn {
    margin-top: 16px;
    width: 100%;
    height: 36px;
    padding: 8px 16px;
  }
}

.results-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  height: 188px;
  padding: 44px;
  flex: 1 0 0;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.32);
  margin: 24px 0;
}
@media (max-width: 991px) {
  .results-intro {
    margin: 2px 0;
    margin-left: -12px;
    width: calc(100% + 24px);
    height: 94px;
    padding: 16px 12px;
  }
}
.results-intro__bg {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .results-intro__bg {
    display: none;
  }
}
.results-intro__top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 991px) {
  .results-intro__top {
    gap: 8px;
  }
}
.results-intro__title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  text-align: left;
}
@media (max-width: 991px) {
  .results-intro__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
  }
}
.results-intro__text {
  color: #ffffff;
  max-width: 600px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .results-intro__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.results-intro__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.results-intro__anchor:hover {
  color: #ffffff;
  background: #43434a;
}
@media (max-width: 991px) {
  .results-intro__anchor {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}

.results {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .results {
    margin-bottom: 2px;
  }
}
.results__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .results__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    margin-bottom: 16px;
  }
}
.results__search {
  width: 100%;
  height: 40px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .results__search {
    margin-bottom: 16px;
  }
}
.results__search-icon {
  position: absolute;
  left: 16px;
  top: 8px;
}
.results__search-input {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 8px 48px;
  align-self: stretch;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
}
@media (max-width: 991px) {
  .results__search-input {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.results__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 991px) {
  .results__list {
    gap: 4px;
  }
}
.results__item {
  width: 100%;
}
.results__link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.results__link:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.results__link:hover .results__link-type {
  color: #ffffff;
  background: #82c83c;
  transform: scale(1.1);
}
.results__link:hover .results__link-arrow {
  transform: scale(1.3) translateX(5px);
}
@media (max-width: 991px) {
  .results__link {
    gap: 8px;
    padding: 8px 12px;
  }
}
.results__link-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
}
.results__link-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .results__link-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}
.results__link-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .results__link-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.results__link-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991px) {
  .results__link-right {
    gap: 8px;
  }
}
.results__link-type {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 6px;
  background: #f5f5f5;
  backdrop-filter: blur(4px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .results__link-type {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.results__link-arrow {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.reviews-bar {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .reviews-bar {
    margin-bottom: 2px;
  }
}
.reviews-bar__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .reviews-bar__head {
    margin-bottom: 8px;
  }
}
.reviews-bar__head-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .reviews-bar__head-left {
    width: 100%;
    gap: 4px;
  }
}
.reviews-bar__head-left--item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.reviews-bar__head-left--item svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .reviews-bar__head-left--item {
    padding: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    width: 25%;
  }
}
.reviews-bar__head-left--item.calk {
  background: #ffffff;
}
.reviews-bar__head-left--item.calk svg {
  fill: #7f7f86;
}
.reviews-bar__head-left--item.calk:hover {
  color: #ffffff;
  background: #7f7f86;
}
.reviews-bar__head-left--item.calk:hover svg {
  fill: #ffffff;
}
.reviews-bar__head-left--item.like {
  background: #ffffff;
}
.reviews-bar__head-left--item.like svg {
  fill: #82c83c;
}
.reviews-bar__head-left--item.like:hover {
  color: #ffffff;
  background: #82c83c;
}
.reviews-bar__head-left--item.like:hover svg {
  fill: #ffffff;
}
.reviews-bar__head-left--item.dislike {
  background: #ffffff;
}
.reviews-bar__head-left--item.dislike svg {
  fill: #f14346;
}
.reviews-bar__head-left--item.dislike:hover {
  color: #ffffff;
  background: #f14346;
}
.reviews-bar__head-left--item.dislike:hover svg {
  fill: #ffffff;
}
.reviews-bar__head-left--item.show {
  background: #ffffff;
}
.reviews-bar__head-left--item.show svg {
  fill: #c5c5cc;
}
.reviews-bar__head-left--item.show:hover {
  color: #ffffff;
  background: #c5c5cc;
}
.reviews-bar__head-left--item.show:hover svg {
  fill: #ffffff;
}
.reviews-bar__head-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}
@media (max-width: 991px) {
  .reviews-bar__head-right {
    display: none;
  }
}
.reviews-bar__head-right--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 8px 16px;
  align-self: stretch;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.reviews-bar__head-right--btn:hover {
  background: #43434a;
}
.reviews-bar__head-right--btn.desktop {
  display: flex !important;
}
@media (max-width: 991px) {
  .reviews-bar__head-right--btn.desktop {
    display: none !important;
  }
}
.reviews-bar__head-right--btn.mobile {
  display: none !important;
}
@media (max-width: 991px) {
  .reviews-bar__head-right--btn.mobile {
    display: flex !important;
  }
}
@media (max-width: 991px) {
  .reviews-bar__head-right--btn {
    margin-top: 16px;
    width: 100%;
    height: 36px;
  }
}
.reviews-bar__bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 4px;
}
.reviews-bar__bottom .bar {
  position: relative;
  width: 100%;
  height: 8px;
  background: #f14346;
  border-radius: 4px;
  overflow: hidden;
}
.reviews-bar__bottom .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 94%;
  height: 100%;
}
.reviews-bar__bottom .bar-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .reviews-bar__bottom .bar-info {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
  }
}

.reviews-large-block .clients__swiper {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .reviews-large-block .clients__swiper {
    margin-bottom: 16px;
  }
}
.reviews-large-block .doctor-reviews__body:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .reviews-large-block .doctor-reviews__body:not(:last-child) {
    margin-bottom: 16px;
  }
}
.reviews-large-block .doctor-reviews__body {
  align-items: stretch;
}
.reviews-large-block .doctor-reviews__left,
.reviews-large-block .doctor-reviews__right {
  flex: 1;
}
.reviews-large-block .doctor-reviews__right .doctor-reviews__card {
  height: 100%;
}

.reviews-google {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .reviews-google {
    margin-bottom: 2px;
  }
}
.reviews-google__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .reviews-google__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    margin-bottom: 16px;
  }
}
.reviews-google .doctors-intro__filter {
  width: 240px;
}
@media (max-width: 991px) {
  .reviews-google .doctors-intro__filter {
    width: 100%;
  }
}
.reviews-google .doctors-intro__filter-btn {
  width: 240px;
  height: 40px;
}
@media (max-width: 991px) {
  .reviews-google .doctors-intro__filter-btn {
    width: 100%;
    height: 32px;
  }
}
.reviews-google .doctors-intro__dropdown {
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.reviews-google__list {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: #fff;
}
@media (max-width: 991px) {
  .reviews-google__list {
    margin-top: 16px;
    background: transparent;
  }
}
.reviews-google__list.desktop {
  display: flex;
}
@media (max-width: 991px) {
  .reviews-google__list.desktop {
    display: none;
  }
}
.reviews-google__list.mobile {
  display: none;
}
@media (max-width: 991px) {
  .reviews-google__list.mobile {
    display: flex;
  }
}
.reviews-google__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews-google__list-item--img {
  object-fit: cover;
}

.payment {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .payment {
    margin-bottom: 2px;
  }
}
.payment__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .payment__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    margin-bottom: 16px;
  }
}
.payment__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .payment__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    margin-bottom: 16px;
  }
}
.payment__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 8px 12px 8px 16px;
  color: #7f7f86;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border-radius: 200px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .payment__btn {
    margin: auto;
    padding: 4px 8px 4px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.payment__btn img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.payment__btn:hover {
  color: #82c83c;
}

.bottom {
  position: relative;
  padding: 44px;
  border-radius: 16px;
  background: rgba(67, 67, 74, 0.8);
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .bottom {
    padding: 120px 12px 140px 12px;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-bottom: 0;
  }
}
.bottom__bg-element {
  position: absolute;
  top: -163px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transform-origin: center center;
  animation: spin 20s linear infinite;
}

.footer {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .footer {
    display: none;
  }
}
.footer__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.footer__col.first {
  width: 25%;
}
@media (max-width: 1248px) {
  .footer__col.first {
    width: 33%;
  }
}
.footer__col.second {
  width: 50%;
}
@media (max-width: 1248px) {
  .footer__col.second {
    width: 33%;
  }
}
.footer__col.third {
  width: 25%;
}
@media (max-width: 1248px) {
  .footer__col.third {
    width: 33%;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 45px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer__btn:hover {
  background-color: #43434a;
}
.footer__tell {
  width: 100%;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  border-radius: 200px;
  background: rgba(67, 67, 74, 0.8);
  backdrop-filter: blur(8px);
}
.footer__socials {
  width: 100%;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 12px 16px;
  gap: 24px;
  border-radius: 200px;
  background: rgba(67, 67, 74, 0.8);
  backdrop-filter: blur(8px);
}
.footer__social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.footer__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.footer__list-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.footer__medals {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.footer__medal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__col-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  margin-bottom: 20px;
}
.footer__col-list.first {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  row-gap: 4px;
  flex-wrap: wrap;
}
.footer__col-list.first .footer__col-item {
  width: 48%;
}
@media (max-width: 1248px) {
  .footer__col-list.first .footer__col-item {
    width: 100%;
  }
}
.footer__col-list.second {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}
.footer__col-list.second .footer__col-item {
  width: 100%;
}
.footer__col-item {
  width: auto;
  height: 40px;
  border-radius: 200px;
  background: rgba(67, 67, 74, 0.8);
  backdrop-filter: blur(8px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer__col-item:hover {
  background: rgba(130, 200, 60, 0.8);
}
.footer__col-item:hover a {
  color: #ffffff;
}
.footer__col-item:hover svg {
  fill: #ffffff;
}
.footer__col-item > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer__col-item > a svg {
  fill: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer__site-create {
  margin-top: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}
.footer__site-create a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer__site-create a:hover {
  color: #82c83c;
}

.footer-mobile {
  display: none;
}
@media (max-width: 991px) {
  .footer-mobile {
    display: block;
    position: relative;
    z-index: 2;
  }
}
.footer-mobile__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.footer-mobile__item {
  width: 100%;
  border-radius: 200px;
  background: rgba(67, 67, 74, 0.8);
  backdrop-filter: blur(8px);
}
.footer-mobile__item > a {
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.footer-mobile__item > a svg {
  fill: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-mobile__contacts {
  margin-top: 4px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}
.footer-mobile__number {
  width: 60%;
  height: 48px;
  border-radius: 200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(67, 67, 74, 0.8);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}
.footer-mobile__number img {
  width: 24px;
  height: 24px;
}
.footer-mobile__socials {
  width: 40%;
  height: 48px;
  border-radius: 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(67, 67, 74, 0.8);
  backdrop-filter: blur(8px);
}
.footer-mobile__social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-mobile__polite {
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  margin-bottom: 12px;
}
.footer-mobile__documents {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.footer-mobile__document {
  width: 114px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}
.footer-mobile__text {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}
.footer-mobile__text:not(:last-child) {
  margin-bottom: 12px;
}

@keyframes spin {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}
.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 480px;
  padding: 44px;
  border-radius: 8px;
  background: #ffffff;
  transform: translateY(-10px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .modal__content {
    width: 390px;
    padding: 20px;
    gap: 12px;
  }
}
.modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
}
@media (max-width: 991px) {
  .modal__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
  }
}
.modal__form {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  z-index: 2;
}
.modal .gform_body {
  width: 100%;
}
.modal .gform_fields {
  width: 100%;
}
.modal .gform_footer {
  width: 100%;
}
.modal label {
  display: none;
}
.modal input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  color: #43434a;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .modal input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.modal input::placeholder {
  color: #43434a;
  opacity: 1;
}
.modal input:focus {
  border-color: #82c83c;
}
.modal__dropdown {
  position: relative;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #ffffff;
}
.modal__dropdown .dropdown__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  height: 46px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 991px) {
  .modal__dropdown .dropdown__header {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.modal__dropdown .dropdown__chevron {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modal__dropdown .dropdown__list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modal__dropdown .dropdown__list.open {
  max-height: 200px;
}
.modal__dropdown .dropdown__option {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  padding: 8px 16px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .modal__dropdown .dropdown__option {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.modal__dropdown .dropdown__option:hover {
  background: #dfe6e8;
}
.modal__thank {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .modal__thank {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.modal input[type=submit] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 48px;
  padding: 12px 36px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  border-radius: 200px;
  background: #82c83c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
@media (max-width: 991px) {
  .modal input[type=submit] {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
}
.modal input[type=submit]:hover {
  background: #43434a;
}
.modal__bg-element {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.modal.active {
  pointer-events: all;
  opacity: 1;
}
.modal.active .modal__content {
  transform: translateY(0);
}

.hide {
  display: none;
}