@font-face {
  font-family: 'RF Dewi Extended';
  src: url("../fonts/RFDewiExtended-Semibold.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RF Dewi Extended';
  src: url("../fonts/RFDewiExtended-Ultrabold.woff2") format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --main: #e82f51;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  height: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  min-height: 100%;
  min-width: 320px;
  margin: 0;
  font-family: 'RF Dewi Extended', sans-serif;
}
main {
  overflow: hidden;
}
button,
input,
textarea {
  font-family: inherit;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.sprite {
  display: none;
}
.scrollOff {
  overflow: hidden !important;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: none;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100%);
}
.hidden {
  display: none !important;
}
@media (min-width: 1200px) {
  .onlyMobile {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .onlyDesktop {
    display: none !important;
  }
}
.container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
.heading {
  font-size: 48px;
  line-height: 58px;
  margin: 0;
}
@media (min-width: 1200px) {
  .heading {
    font-size: 128px;
    line-height: 154px;
  }
}
.doctorsPG {
  margin-top: 57px;
}
@media (min-width: 1200px) {
  .doctorsPG {
    margin-top: 80px;
  }
}
.servicesPG__servicesList {
  margin-top: 65px;
}
@media (min-width: 1200px) {
  .servicesPG__servicesList {
    margin-top: 120px;
  }
}
.servicesPG__searchResults {
  margin: 40px 0 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .servicesPG__searchResults {
    margin-top: 120px;
    font-size: 24px;
    line-height: 29px;
  }
}
.servicesPG__empty {
  margin-top: 40px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .servicesPG__empty {
    margin-top: 80px;
    font-size: 24px;
    line-height: 29px;
  }
}
.servicesPG__searchResults + .servicesPG__servicesList {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .servicesPG__searchResults + .servicesPG__servicesList {
    margin-top: 40px;
  }
}
.pricesPG__pricesList {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .pricesPG__pricesList {
    margin-top: 80px;
  }
}
.aboutMD {
  text-align: center;
  margin: 60px auto 0;
}
@media (min-width: 1200px) {
  .aboutMD {
    margin-top: 100px;
  }
}
.aboutMD svg {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto 20px;
}
@media (min-width: 1200px) {
  .aboutMD svg {
    width: 250px;
    height: 250px;
  }
}
.aboutMD__heading {
  margin: 0 0 15px;
  font-weight: 800;
  font-size: 32px;
  line-height: 38px;
}
@media (min-width: 1200px) {
  .aboutMD__heading {
    font-size: 96px;
    line-height: 115px;
    margin-bottom: 20px;
  }
}
.aboutMD__text {
  font-size: 18px;
  line-height: 22px;
  max-width: 335px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .aboutMD__text {
    font-size: 24px;
    line-height: 29px;
    max-width: 710px;
  }
}
.aboutMD__cta {
  font-size: 12px;
  line-height: 14px;
  display: table;
  margin: 20px auto 0;
  padding: 14px 20px;
  border: 1px solid #000;
  border-radius: 99px;
  transition: 0.6s;
  text-decoration: none;
  color: #000;
}
@media (min-width: 1200px) {
  .aboutMD__cta {
    margin-top: 40px;
    font-size: 14px;
    line-height: 17px;
  }
}
.aboutMD__cta:hover {
  background: #000;
  color: #fff;
}
.categories {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .categories {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .categories__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.categories__item {
  position: relative;
  overflow: hidden;
}
.categories__item + .categories__item {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .categories__item + .categories__item {
    margin-top: 0;
  }
}
.categories__item--cabinet {
  border-radius: 40px;
  padding: 10px;
  height: 460px;
}
@media (min-width: 1200px) {
  .categories__item--cabinet {
    height: 850px;
  }
}
.categories__item--cabinet .categories__name {
  color: #fff;
}
.categories__item--head {
  background: linear-gradient(199.11deg, #000 12.86%, #8ea3ee 100%);
}
.categories__item--back {
  background: linear-gradient(199.11deg, #000 12.86%, #a67a08 100%);
}
.categories__item--joints {
  background: linear-gradient(199.11deg, #000 12.86%, #076b17 100%);
}
.categories__item--joints .categories__wrapper {
  position: static;
  padding-bottom: 25px;
}
.categories__item--joints .categories__bg {
  height: 250px;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .categories__item--joints .categories__bg {
    height: 450px;
    margin-bottom: 77px;
  }
}
.categories__item--services {
  background: #fff;
  box-shadow: 0px 2px 50px rgba(0,0,0,0.15);
  border-radius: 40px;
  padding: 60px 45px 0;
}
@media (min-width: 1200px) {
  .categories__item--services {
    display: flex;
    flex-direction: column;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.categories__item--services .categories__link {
  color: #e82f51;
}
@media (min-width: 1200px) {
  .categories__item--services .categories__link {
    margin-top: auto;
  }
}
.categories__item--child {
  min-height: 460px;
  padding: 60px 20px 0;
  text-align: center;
  box-shadow: 0px 2px 50px rgba(0,0,0,0.15);
  border-radius: 40px;
  background-image: url("../assets/front__category--child.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #8ea3ee;
  background-size: auto 270px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .categories__item--child {
    grid-column: 1/3;
    background-image: url("../assets/front__category--child.svg"), url("../assets/front__category--child-2.svg");
    background-position: left 105px bottom, right 178px bottom;
    background-size: auto 360px, auto 270px;
  }
}
.categories__item--child .categories__name {
  margin-bottom: 20px;
}
.categories__item--child .categories__name,
.categories__item--child .categories__text {
  color: #fff;
}
.categories__item--child .categories__link {
  margin-top: auto;
  border-color: rgba(255,255,255,0.2);
}
.categories__wrapper {
  padding: 0 15px 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .categories__wrapper {
    padding: 0 45px 60px;
  }
}
.categories__wrapperSvg {
  width: 30px;
  height: 30px;
  display: table;
  margin: 0 auto 5px;
}
@media (min-width: 1200px) {
  .categories__wrapperSvg {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
  }
}
.categories__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.categories__name {
  margin: 0;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
}
@media (min-width: 1200px) {
  .categories__name {
    font-size: 64px;
    line-height: 77px;
  }
}
.categories__text {
  max-width: 295px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 1200px) {
  .categories__text {
    max-width: 710px;
    font-size: 20px;
    line-height: 24px;
  }
}
.categories__link {
  display: flex;
  margin: 15px auto 0;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 1200px) {
  .categories__link {
    font-size: 16px;
    line-height: 19px;
  }
}
.categories__link--fullWidth {
  border-top: 1px solid #e5e5ea;
  margin: 127px -45px 0;
  justify-content: center;
  padding: 25px 0;
}
@media (min-width: 1200px) {
  .categories__link--fullWidth {
    padding: 30px 0;
  }
}
.categories__link svg {
  width: 5px;
  height: 10px;
  margin-left: 7px;
  transition: 0.6s;
}
@media (min-width: 1200px) {
  .categories__link svg {
    margin-left: 12px;
  }
}
.categories__link:hover svg {
  transform: translateX(10px);
  opacity: 0;
}
.categories__note {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e82f51;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .categories__note {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
.categories__names {
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  margin: 0 -5px;
}
@media (min-width: 1200px) {
  .categories__names {
    font-size: 96px;
    line-height: 115px;
  }
}
.slides {
  background: #8ea3ee;
  border-radius: 0px 0px 40px 40px;
  padding: 80px 0 20px;
}
@media (min-width: 1200px) {
  .slides {
    padding: 160px 0 40px;
  }
}
@media (min-width: 1200px) {
  .slides__container {
    display: grid;
    grid-template-columns: 600px 1fr;
    grid-template-rows: 100px min-content min-content min-content min-content;
    grid-column-gap: 118px;
  }
}
.slides__photo {
  display: block;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 40px;
  margin: 0 0 20px 20px;
}
@media (min-width: 1200px) {
  .slides__photo {
    width: 600px;
    height: 600px;
    grid-column: 1/2;
    grid-row: 1/6;
  }
}
.slides__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
}
@media (min-width: 1200px) {
  .slides__title {
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 48px;
    line-height: 58px;
  }
}
.slides__text {
  font-size: 14px;
  line-height: 17px;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .slides__text {
    grid-column: 2/3;
    grid-row: 3/4;
    font-size: 14px;
    line-height: 17px;
    margin-top: 20px;
  }
}
.slides__btn {
  display: table;
  margin-top: 43px;
  font-size: 14px;
  line-height: 17px;
  padding: 15px 20px;
  background: #000;
  border: 1px solid #000;
  border-radius: 99px;
  color: #fff;
  transition: 0.6s;
}
@media (min-width: 1200px) {
  .slides__btn {
    grid-column: 2/3;
    grid-row: 4/5;
    margin-top: 60px;
    justify-self: start;
  }
}
.slides__btn:hover {
  background: #fff;
  color: #000;
}
.stories {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .stories {
    margin-top: 40px;
  }
}
.stories__list {
  display: flex;
  margin: 0 -20px;
  overflow-x: auto;
  padding: 0 20px;
  scroll-snap-type: x mandatory;
  gap: 10px;
}
@media (min-width: 1200px) {
  .stories__list {
    scroll-snap-type: initial;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.stories__item {
  flex-shrink: 0;
  scroll-snap-align: center;
  border: none;
  padding: 0;
  background: none;
}
.stories__itemImgWrapper {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border-radius: 100%;
  margin: 0 auto;
}
.stories__itemImg {
  display: block;
  object-fit: cover;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  border: 3px solid #fff;
}
.stories__itemName {
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
}
.stories__item:hover .stories__itemImgWrapper {
  background: #e5e5e5;
}
.stories__popup {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stories__popupClose {
  position: absolute;
  right: 20px;
  top: 22px;
  width: 40px;
  height: 40px;
  background: none;
  border-radius: 100%;
  border: none;
  padding: 0;
  display: flex;
  z-index: 10;
  transition: 0.6s;
}
.stories__popupClose:hover {
  opacity: 0.5;
}
.stories__popupList {
  display: flex;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .stories__popupList {
    height: 880px;
  }
}
.stories__popupItem {
  position: relative;
  flex-shrink: 0;
  transition: 0.6s;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .stories__popupItem {
    border-radius: 20px;
    overflow: hidden;
    width: auto;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .stories__popupItem + .stories__popupItem {
    margin-left: 150px;
  }
}
.stories__popupItem:not(.is-selected) .stories__popupItemWrapper {
  transform: scale(0.82);
  opacity: 0.7;
}
.stories__popupItem:not(.is-selected) .stories__popupItemWrapper * {
  pointer-events: none;
}
.stories__popupItemWrapper {
  transition: 0.6s;
  height: 100%;
  width: 100%;
}
.stories__popup:not(.stories__popup--active) {
  visibility: hidden;
  z-index: -1;
  opacity: 0;
}
.stories__popup .flickity-viewport,
.stories__popup .flickity-slider {
  min-width: 100vw;
  height: 100vh !important;
}
.stories__popupItemHeader {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 22px 18px 10px;
}
.stories__popupItemImgWrapper {
  margin-right: 10px;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.stories__popupItemName {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.stories__popupVideo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .stories__popupVideo {
    width: 495px;
    height: 880px;
    border-radius: 20px;
  }
}
.stories__popupItemCtaWrapper {
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.stories__popupItemCta {
  font-size: 16px;
  line-height: 19px;
  border: 1px solid #e82f51;
  padding: 19px 25px;
  text-decoration: none;
  color: #fff;
  background: #e82f51;
  border-radius: 99px;
  transition: 0.6s;
  width: 183px;
  text-align: center;
}
.stories__popupItemCta:hover {
  background: #fff;
  color: #e82f51;
}
@-moz-keyframes storyTimeline {
  from {
    background-position: right 0% center;
  }
  to {
    background-position: right 100% center;
  }
}
@-webkit-keyframes storyTimeline {
  from {
    background-position: right 0% center;
  }
  to {
    background-position: right 100% center;
  }
}
@-o-keyframes storyTimeline {
  from {
    background-position: right 0% center;
  }
  to {
    background-position: right 100% center;
  }
}
@keyframes storyTimeline {
  from {
    background-position: right 0% center;
  }
  to {
    background-position: right 100% center;
  }
}
.cabinetPG__topWrapper {
  padding: 100px 0 40px;
  background: linear-gradient(199.11deg, #000 12.86%, var(--color) 100%);
  border-radius: 0px 0px 40px 40px;
}
@media (min-width: 1200px) {
  .cabinetPG__topWrapper {
    padding: 82px 0 40px;
  }
}
@media (min-width: 1200px) {
  .cabinetPG__topContainer {
    display: flex;
    gap: 40px;
  }
}
.cabinetPG__heading {
  margin: 0;
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
}
@media (min-width: 1200px) {
  .cabinetPG__heading {
    font-size: 128px;
    line-height: 154px;
  }
}
.cabinetPG__img {
  display: block;
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 20px 20px 0 auto;
  border-radius: 40px;
}
@media (min-width: 1200px) {
  .cabinetPG__img {
    width: 400px;
    height: 400px;
    margin-top: 47px;
  }
}
.cabinetPG__topNote {
  position: relative;
  background: #e82f51;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #fff;
  padding: 15px 20px;
}
@media (min-width: 1200px) {
  .cabinetPG__topNote {
    font-size: 16px;
    line-height: 19px;
  }
}
.cabinetPG__topNote::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 50px;
  z-index: -1;
  background: #e82f51;
}
.cabinetPG__mainCta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 20px 0;
  border-bottom: 1px solid var(--color);
}
@media (min-width: 1200px) {
  .cabinetPG__mainCta {
    padding: 40px 0;
  }
}
.cabinetPG__mainCtaText {
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  color: var(--color);
}
@media (min-width: 1200px) {
  .cabinetPG__mainCtaText {
    font-size: 24px;
    line-height: 29px;
  }
}
.cabinetPG__mainCtaBtn {
  font-size: 14px;
  line-height: 17px;
  background: var(--color);
  color: var(--colorText);
  padding: 15px 20px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid var(--color);
  transition: 0.6s;
}
@media (min-width: 1200px) {
  .cabinetPG__mainCtaBtn {
    font-size: 24px;
    line-height: 29px;
    padding: 20px 25px;
  }
}
.cabinetPG__mainCtaBtn:hover {
  background: var(--colorText);
  color: var(--color);
}
.cabinetPG__text {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .cabinetPG__text {
    margin-top: 60px;
  }
}
.cabinetPG__text p {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .cabinetPG__text p {
    font-size: 48px;
    line-height: 58px;
  }
}
.cabinetPG__text p + p {
  margin-top: 0.5em;
}
@media (min-width: 1200px) {
  .cabinetPG__text p + p {
    margin-top: 1em;
  }
}
.cabinetPG__doctors {
  margin-top: 60px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .cabinetPG__doctors {
    margin-top: 120px;
  }
}
.cabinetPG__complaints {
  margin-top: 76px;
}
@media (min-width: 1200px) {
  .cabinetPG__complaints {
    margin-top: 128px;
  }
}
.cabinetPG__complaintsHeading {
  margin: 0 0 30px;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
}
@media (min-width: 1200px) {
  .cabinetPG__complaintsHeading {
    margin-bottom: 60px;
    font-size: 48px;
    line-height: 58px;
  }
}
.cabinetPG__complaintsList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1200px) {
  .cabinetPG__complaintsList {
    gap: 20px;
  }
}
.cabinetPG__complaint {
  font-size: 16px;
  line-height: 19px;
  background: #93d59e;
  border-radius: 99px;
  padding: 10px 15px;
}
@media (min-width: 1200px) {
  .cabinetPG__complaint {
    font-size: 32px;
    line-height: 38px;
    padding: 20px 25px;
  }
}
.cabinetPG__complaint--other {
  font-weight: 800;
  border: none;
  box-shadow: none;
}
.cabinetPG__results {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .cabinetPG__results {
    margin-top: 120px;
  }
}
.cabinetPG__resultsHeading {
  margin: 0 0 30px;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
}
@media (min-width: 1200px) {
  .cabinetPG__resultsHeading {
    margin-bottom: 60px;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1200px) {
  .cabinetPG__resultsList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.cabinetPG__result + .cabinetPG__result {
  margin-top: 21px;
}
@media (min-width: 1200px) {
  .cabinetPG__result + .cabinetPG__result {
    margin-top: 0;
  }
}
.cabinetPG__resultImg {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 250px;
  border-radius: 40px;
}
@media (min-width: 1200px) {
  .cabinetPG__resultImg {
    height: 400px;
  }
}
.cabinetPG__resultText {
  margin-top: 10px;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .cabinetPG__resultText {
    margin-top: 30px;
    font-size: 24px;
    line-height: 29px;
  }
}
.cabinetPG__resultInfo {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .cabinetPG__resultInfo {
    font-size: 24px;
    line-height: 29px;
  }
}
.cabinetPG__resultsEtc {
  display: table;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  margin: 21px 0 0 auto;
  background: #eee;
  border-radius: 99px;
  padding: 10px 15px;
  border: none;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cabinetPG__resultsEtc {
    margin-top: 40px;
    font-size: 24px;
    line-height: 29px;
    padding: 20px 25px;
    border-radius: 40px;
  }
}
.cabinetPG__instruction {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .cabinetPG__instruction {
    margin-top: 136px;
  }
}
.cabinetPG__instructionImg {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  margin: 0 auto 20px;
}
@media (min-width: 1200px) {
  .cabinetPG__instructionImg {
    width: 216px;
    height: 216px;
    margin-bottom: 26px;
  }
}
.cabinetPG__instructionText {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  max-width: 953px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .cabinetPG__instructionText {
    font-size: 48px;
    line-height: 58px;
  }
}
.cabinetPG__services {
  margin-top: 120px;
}
@media (min-width: 1200px) {
  .cabinetPG__services {
    margin-top: 200px;
  }
}
.cabinetPG__servicesHeading {
  margin: 0 0 30px;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
}
@media (min-width: 1200px) {
  .cabinetPG__servicesHeading {
    margin-bottom: 60px;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1200px) {
  .cabinetPG__servicesList {
    column-count: 3;
    column-gap: 20px;
  }
}
.cabinetPG__service {
  padding: 30px 20px 30px;
  background: #93d59e;
  border-radius: 40px;
}
@media (min-width: 1200px) {
  .cabinetPG__service {
    break-inside: avoid;
    margin-bottom: 20px;
  }
}
.cabinetPG__service + .cabinetPG__service {
  margin-top: 5px;
}
@media (min-width: 1200px) {
  .cabinetPG__service + .cabinetPG__service {
    margin-top: 0;
  }
}
.cabinetPG__serviceName {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 1200px) {
  .cabinetPG__serviceName {
    font-size: 24px;
    line-height: 29px;
  }
}
.cabinetPG__serviceText {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .cabinetPG__serviceText {
    font-size: 24px;
    line-height: 34px;
  }
}
.cabinetPG__servicePrice {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cabinetPG__servicePrice {
    font-size: 24px;
    line-height: 29px;
    margin-top: 40px;
  }
}
.cabinetPG__servicesEtc {
  display: table;
  margin: 15px 0 0 auto;
  background: #93d59e;
  border-radius: 99px;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 15px;
  border: none;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cabinetPG__servicesEtc {
    margin-top: 20px;
    font-size: 24px;
    line-height: 29px;
    padding: 20px 25px;
    border-radius: 40px;
  }
}
.cabinetPG__cta {
  display: block;
  margin-top: 60px;
  background: var(--color);
  color: var(--colorText);
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  padding: 25px;
  border-radius: 20px;
  border: 1px solid var(--color);
  transition: 0.6s;
}
@media (min-width: 1200px) {
  .cabinetPG__cta {
    margin-top: 120px;
    font-size: 48px;
    line-height: 58px;
    padding: 40px;
    border-radius: 40px;
  }
}
.cabinetPG__cta:hover {
  background: var(--colorText);
  color: var(--color);
}
.cabinetPG__next {
  margin-top: 120px;
  margin-bottom: -294px;
  padding: 0 20px 294px;
  background: linear-gradient(199.11deg, var(--color) 12.86%, #000 100%);
  border-radius: 40px 40px 0px 0px;
}
@media (min-width: 1200px) {
  .cabinetPG__next {
    margin-top: 200px;
    margin-bottom: -100px;
    padding-bottom: 213px;
  }
}
.cabinetPG__nextLink {
  padding: 30px 0 20px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
@media (min-width: 1200px) {
  .cabinetPG__nextLink {
    padding: 40px 0;
    font-size: 24px;
    line-height: 29px;
  }
}
.cabinetPG__nextLink svg {
  flex-shrink: 0;
  width: 8px;
  height: 16px;
  transition: 0.6s;
}
@media (min-width: 1200px) {
  .cabinetPG__nextLink svg {
    width: 10px;
    height: 20px;
  }
}
.cabinetPG__nextLink:hover svg {
  transform: translateX(10px);
  opacity: 0;
}
.cabinetPG {
  overflow: visible;
}
.cabinetPG + .footer {
  margin: 0;
}
.cabinetPG + .footer .footer__sitename,
.cabinetPG + .footer .footer__copyright {
  color: #fff;
}
@media (min-width: 1200px) {
  .cabinetPG + .footer .socials__link {
    background: rgba(255,255,255,0.5);
  }
  .cabinetPG + .footer .socials__link:hover {
    background: #fff;
  }
}
@media (min-width: 1200px) {
  .cabinets {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 19px;
  }
}
.cabinets--inContainer {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1199px) {
  .cabinets::after {
    content: 'flickity';
    display: none;
  }
}
.cabinets__item {
  flex-shrink: 0;
  border-radius: 40px;
  padding: 25px 20px;
  width: 295px;
  height: 197px;
  background: var(--bg);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .cabinets__item {
    margin-left: 0;
    padding: 60px 20px 57px;
    width: 100%;
    height: auto;
  }
}
.cabintes__name {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
@media (min-width: 1200px) {
  .cabintes__name {
    font-size: 32px;
    line-height: 38px;
  }
}
.cabintes__name svg {
  display: block;
  margin: 0 auto 10px;
}
@media (min-width: 1200px) {
  .cabintes__name svg {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
  }
}
.cabintes__link {
  display: flex;
  margin: 40px auto 0;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .cabintes__link {
    margin-top: 20px;
  }
}
.cabintes__link svg {
  margin-left: 10px;
  transition: 0.6s;
}
.cabintes__link:hover svg {
  transform: translateX(10px);
  opacity: 0;
}
.contacts {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .contacts {
    margin-top: 80px;
  }
}
.contacts__item {
  display: flex;
}
.contacts__icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .contacts__icon {
    width: 120px;
    height: 120px;
    margin-top: 40px;
    margin-right: 100px;
  }
}
.contacts__itemWrapper {
  position: relative;
  padding: 10px 0 40px;
}
@media (min-width: 1200px) {
  .contacts__itemWrapper {
    padding: 40px 0 80px;
  }
}
.contacts__itemWrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 1px;
  background: #e5e5ea;
}
.contacts__itemHeading {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 5px;
}
@media (min-width: 1200px) {
  .contacts__itemHeading {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
  }
}
.contacts__itemBody p,
.contacts__itemBody a {
  margin: 0;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .contacts__itemBody p,
  .contacts__itemBody a {
    font-size: 40px;
    line-height: 48px;
  }
}
.doctorCard {
  display: flex;
  gap: 15px;
}
@media (min-width: 1200px) {
  .doctorCard {
    gap: 80px;
  }
}
.doctorCard + .doctorCard {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .doctorCard + .doctorCard {
    margin-top: 80px;
  }
}
.doctorCard__photoLink {
  text-decoration: none;
  flex-shrink: 0;
}
.doctorCard__photo {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
@media (min-width: 1200px) {
  .doctorCard__photo {
    width: 400px;
    height: 400px;
  }
}
.doctorCard__info {
  padding-top: 11px;
  position: relative;
}
@media (min-width: 1200px) {
  .doctorCard__info {
    padding-top: 92px;
  }
}
.doctorCard__info::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 1px;
  background: #e5e5ea;
}
.doctorCard__post {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  color: var(--main);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .doctorCard__post {
    font-size: 16px;
    line-height: 19px;
  }
}
.doctorCard__post svg {
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .doctorCard__post svg {
    margin-right: 10px;
    width: 25px;
    height: 25px;
  }
}
.doctorCard__name {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}
@media (min-width: 1200px) {
  .doctorCard__name {
    font-size: 64px;
    line-height: 77px;
  }
}
.doctorCard__name a {
  color: #000;
  text-decoration: none;
  position: relative;
}
.doctorCard__name a:hover {
  text-decoration: underline;
}
.doctorCard__spec {
  font-size: 12px;
  line-height: 14px;
  margin-top: 2px;
}
@media (min-width: 1200px) {
  .doctorCard__spec {
    font-size: 48px;
    line-height: 58px;
    margin-top: 40px;
  }
}
.doctorPG__top {
  background: #e82f51;
}
.doctorPG__photoWrapper {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 0px 0px 40px 40px;
  overflow: hidden;
}
.doctorPG__photo {
  display: block;
  object-fit: cover;
  max-width: initial;
  height: 632px;
}
@media (min-width: 1200px) {
  .doctorPG__photo {
    max-width: 100%;
    height: 800px;
  }
}
.doctorPG__topCta {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  padding: 15px;
  background: #e82f51;
  border-radius: 999px;
  color: #fff;
}
.doctorPG__topNote {
  font-size: 11px;
  line-height: 13px;
  color: #fff;
  text-align: center;
  padding: 17px 15px;
}
@media (min-width: 1200px) {
  .doctorPG__topNote {
    font-size: 16px;
    line-height: 19px;
    padding: 20px;
  }
}
.doctorPG__mainInfo {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .doctorPG__mainInfo {
    position: relative;
    margin-top: 40px;
  }
}
.doctorPG__mainInfo svg {
  display: block;
  margin: 0 auto 10px;
  width: 24px;
  height: 24px;
}
@media (min-width: 1200px) {
  .doctorPG__mainInfo svg {
    width: 38px;
    height: 38px;
  }
}
.doctorPG__cabinet {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .doctorPG__cabinet {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }
}
.doctorPG__name {
  margin: 0;
  font-weight: 800;
  font-size: 36px;
  line-height: 43px;
}
@media (min-width: 1200px) {
  .doctorPG__name {
    max-width: 720px;
    margin: 0 auto;
    font-size: 64px;
    line-height: 77px;
  }
}
@media (min-width: 1440px) {
  .doctorPG__name {
    max-width: 970px;
  }
}
.doctorPG__post {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 1200px) {
  .doctorPG__post {
    font-size: 24px;
    line-height: 29px;
  }
}
.doctorPG__cta {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  font-size: 24px;
  line-height: 29px;
  padding: 19px 25px;
  background: #e82f51;
  border: 1px solid #e82f51;
  border-radius: 999px;
  color: #fff;
  transition: 0.6s;
}
.doctorPG__cta:hover {
  background: #fff;
  color: #e82f51;
}
.doctorPG__dataList {
  display: flex;
  margin: 60px -20px 0;
  overflow-x: auto;
  padding: 0 20px;
  scroll-snap-type: x mandatory;
  gap: 23px;
}
@media (min-width: 1200px) {
  .doctorPG__dataList {
    margin: 80px auto 0;
    padding: 0;
    max-width: 956px;
    gap: 21px;
    scroll-snap-type: initial;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.doctorPG__dataItem {
  flex-shrink: 0;
  scroll-snap-align: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 160px;
}
@media (min-width: 1200px) {
  .doctorPG__dataItem {
    width: 467px;
  }
}
.doctorPG__dataItem--round {
  width: 100px;
}
@media (min-width: 1200px) {
  .doctorPG__dataItem--round {
    width: 223px;
  }
}
.doctorPG__number {
  background: linear-gradient(199.11deg, #999 12.86%, #000 100%);
  border-radius: 20px;
  padding: 15px 11px;
  border-radius: 20px;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  height: 100px;
}
@media (min-width: 1200px) {
  .doctorPG__number {
    font-size: 96px;
    line-height: 115px;
    height: 223px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
  }
}
.doctorPG__number--round {
  border-radius: 100%;
}
.doctorPG__number span {
  display: table;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 1200px) {
  .doctorPG__number span {
    font-size: 20px;
    line-height: 24px;
  }
}
.doctorPG__explanation {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
@media (min-width: 1200px) {
  .doctorPG__explanation {
    margin-top: 13px;
    font-size: 20px;
    line-height: 24px;
  }
}
.doctorPG__texts {
  margin-top: 120px;
}
@media (min-width: 1200px) {
  .doctorPG__texts {
    padding-left: 50%;
  }
}
.doctorPG__textBlock + .doctorPG__textBlock {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .doctorPG__textBlock + .doctorPG__textBlock {
    margin-top: 80px;
  }
}
.doctorPG__textHeading {
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .doctorPG__textHeading {
    font-size: 20px;
    line-height: 24px;
  }
}
.doctorPG__text p,
.doctorPG__text li {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
@media (min-width: 1200px) {
  .doctorPG__text p,
  .doctorPG__text li {
    font-size: 24px;
    line-height: 34px;
  }
}
.doctorPG__text p + p,
.doctorPG__text li + li {
  margin-top: 0.5em;
}
@media (min-width: 1200px) {
  .doctorPG__text p + p,
  .doctorPG__text li + li {
    margin-top: 1em;
  }
}
.doctorPG__services {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .doctorPG__services {
    margin-top: 120px;
  }
}
.doctorPG__servicesHeading {
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .doctorPG__servicesHeading {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 24px;
  }
}
.doctorPG__certificates {
  margin-top: 97px;
  background: linear-gradient(199.11deg, #999 12.86%, #222 100%);
  border-radius: 20px;
  padding: 40px 20px 160px;
}
@media (min-width: 1200px) {
  .doctorPG__certificates {
    margin-top: 80px;
    padding: 80px 20px 232px;
    overflow: hidden;
  }
}
.doctorPG__certificatesHeading {
  margin: 0 0 40px;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #fff;
}
@media (min-width: 1200px) {
  .doctorPG__certificatesHeading {
    font-size: 48px;
    line-height: 58px;
  }
}
.doctorPG__certificatesList {
  display: flex;
  margin: 60px -20px 0;
  overflow-x: auto;
  padding: 0 20px;
  scroll-snap-type: x mandatory;
}
@media (min-width: 1200px) {
  .doctorPG__certificatesList {
    scroll-snap-type: initial;
    overflow: initial;
    justify-content: center;
  }
}
.doctorPG__certificate {
  flex-shrink: 0;
  scroll-snap-align: center;
  position: relative;
  transition: 0.6s;
}
.doctorPG__certificate + .doctorPG__certificate {
  margin-left: -75px;
}
.doctorPG__certificate:nth-child(n+6) {
  display: none;
}
.doctorPG__certificate:hover + .doctorPG__certificate {
  margin-left: 0;
}
.doctorPG__certificate:hover .doctorPG__certificateInfo {
  display: block;
  visibility: visible;
  top: 100%;
  opacity: 1;
  transition: 0.6s 0.6s;
}
.doctorPG__certificateImg {
  object-fit: cover;
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 2px solid #999;
}
@media (min-width: 1200px) {
  .doctorPG__certificateImg {
    width: 300px;
    height: 300px;
  }
}
.doctorPG__certificateInfo {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 466px;
  left: 50%;
  top: 110%;
  transform: translate(-50%, 80px);
  visibility: hidden;
  opacity: 0;
  transition: 0.6s;
}
.doctorPG__certificateName {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
}
.doctorPG__certificateDesc {
  display: table;
  margin: 0 auto;
  font-size: 16px;
  line-height: 19px;
}
.doctorPG__reviews {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .doctorPG__reviews {
    margin-top: 80px;
  }
}
.doctorPG__reviewsHeading {
  margin: 0 0 30px;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
}
@media (min-width: 1200px) {
  .doctorPG__reviewsHeading {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 1199px) {
  .doctorPG__reviewList::after {
    content: 'flickity';
    display: none;
  }
}
@media (min-width: 1200px) {
  .doctorPG__reviewList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.doctorPG__review {
  width: 335px;
  height: 580px;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .doctorPG__review {
    height: 600px;
    width: 100%;
  }
}
.doctorPG__review video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.doctorPG__reviewPlayBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  background: none;
  border: none;
  transition: 0.6s;
  z-index: 1;
}
.doctorPG__reviewPlayBtn:hover {
  opacity: 0.75;
}
.doctorPG__review--playing .doctorPG__reviewPlayBtn {
  display: none;
}
.doctorPG__otherDoctors {
  margin-top: 110px;
}
@media (min-width: 1200px) {
  .doctorPG__otherDoctors {
    margin-top: 200px;
  }
}
.doctorPG__otherDoctorsHeading {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  border-bottom: 1px solid #e5e5ea;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .doctorPG__otherDoctorsHeading {
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 40px;
  }
}
.doctorPG__otherDoctorsList {
  margin-top: 21px;
}
@media (min-width: 1200px) {
  .doctorPG__otherDoctorsList {
    margin-top: 40px;
  }
}
.doctorPG__otherDoctorsList .doctorCard__info::before {
  display: none;
}
.footer {
  margin-top: 100px;
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .footer {
    margin-top: 155px;
  }
}
@media (min-width: 1200px) {
  .footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
.footer__sitename,
.footer__copyright {
  display: table;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 1200px) {
  .footer__sitename,
  .footer__copyright {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
  }
}
.footer__sitename:hover,
.footer__copyright:hover {
  text-decoration: underline;
}
.footer__sitename {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .footer__sitename {
    margin-top: 0;
    order: -1;
  }
}
.footer__copyright {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .footer__copyright {
    margin-top: 0;
  }
}
.formOverlay:not(.formOverlay--visible),
.form:not(.form--visible) {
  display: none;
}
.formOverlay {
  display: none;
  z-index: 100;
}
@media (min-width: 1440px) {
  .formOverlay {
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.75);
    position: fixed;
    left: 0;
    top: 0;
  }
}
.form {
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  background: var(--bg, #000);
  z-index: 101;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .form {
    max-width: 1440px;
    padding: 40px 80px;
  }
}
.form--waiting * {
  opacity: 0.75;
  pointer-events: none;
}
.form--error::before {
  content: 'Ошибка';
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-align: right;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .form--error::before {
    font-size: 40px;
  }
}
.form--success::before {
  content: 'Отправлено';
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-align: right;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .form--success::before {
    font-size: 40px;
  }
}
.form__form {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .form__form {
    display: grid;
    grid-template-columns: 340px 1fr;
    grid-template-rows: min-content min-content 1fr min-content;
    grid-row-gap: 20px;
  }
}
.form__close {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: none;
  border-radius: 100%;
  border: none;
  padding: 0;
}
@media (min-width: 1440px) {
  .form__close {
    display: none;
  }
}
.form__heading {
  margin: 0 0 60px;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
}
@media (min-width: 1200px) {
  .form__heading {
    margin-bottom: 80px;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1200px) {
  .form__block {
    display: flex;
    align-items: center;
    grid-column: 1/3;
  }
}
.form__block + .form__block {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .form__block + .form__block {
    margin-top: 0;
  }
}
.form__label {
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  display: block;
  padding: 0 20px 15px;
}
@media (min-width: 1200px) {
  .form__label {
    font-size: 48px;
    line-height: 58px;
    padding: 0 20px 0 0;
    width: 340px;
    flex-shrink: 0;
  }
}
.form__input {
  font-size: 24px;
  line-height: 29px;
  box-shadow: none;
  border: none;
  padding: 26px 20px;
  border-radius: 20px;
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .form__input {
    font-size: 48px;
    line-height: 58px;
    padding: 40px;
    border-radius: 40px;
  }
}
.form__input:focus {
  outline: 3px solid #e82f51;
}
.form__note {
  margin-top: 30px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 17px;
  color: rgba(153,153,153,0.9);
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .form__note {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    grid-row: 4/5;
    grid-column: 1/2;
    max-width: 288px;
    padding-bottom: 0;
  }
}
.form__note a {
  color: inherit;
}
.form__note a:hover {
  text-decoration: none;
}
.form__submit {
  font-size: 24px;
  line-height: 29px;
  background: #e82f51;
  color: #fff;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #e82f51;
  transition: 0.6s;
  margin-top: auto;
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .form__submit {
    font-size: 48px;
    line-height: 58px;
    border-radius: 40px;
    padding: 40px 100px;
    width: auto;
    display: table;
    grid-row: 4/5;
    grid-column: 2/3;
    justify-self: start;
  }
}
.form__submit:hover {
  background: #fff;
  color: #e82f51;
}
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0;
  z-index: 2;
}
@media (min-width: 1200px) {
  .header {
    padding: 15px 0;
  }
}
.header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(217,217,217,0) 100%);
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .header::before {
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 0.01%, rgba(217,217,217,0) 100%);
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .header__container {
    align-items: flex-start;
  }
}
.header__logo svg,
.header__phone svg {
  display: block;
}
.header__menu {
  width: 100%;
}
.header__menuHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 36px;
}
.header__menuList {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .header__menuItem + .header__menuItem {
    margin-left: 60px;
  }
}
.header__menuLink {
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .header__menuLink {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
  }
  .header__menuLink--logo {
    font-weight: 800;
  }
  .header__menuLink--logo svg {
    display: table;
    margin: 0 auto 10px;
  }
  .header__menuLink:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .header__menuLink--special {
    color: var(--main);
  }
  .header__menuLink img {
    display: block;
    margin: 0 auto 4px;
  }
}
.header__socials {
  padding-top: 40px;
  margin-top: auto;
}
@media (max-width: 1199px) {
  .header__menu {
    padding: 12px 30px 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 100%;
    z-index: 10;
    display: flex;
  }
  .header__menu .header__phone {
    margin-top: 8px;
  }
  .header__menuList {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header__menuItem {
    text-align: center;
  }
  .header__menuLogo {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    text-align: center;
    text-decoration: none;
  }
  .header__menuLogo svg {
    display: table;
    margin: 0 auto 5px;
  }
}
@media (min-width: 1200px) {
  .header__menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .header__menuList {
    display: flex;
    align-items: flex-end;
  }
  .header__contact {
    margin-top: 10px;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .header__contact svg {
    margin-right: 5px;
  }
  .header__contact:hover span {
    text-decoration: underline;
  }
}
.header__order {
  padding: 6px 8px 8px;
  background: #fff;
  border-radius: 99px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: var(--main);
  display: flex;
  align-items: center;
  border: none;
}
.header__order::before {
  content: '';
  width: 8px;
  height: 8px;
  margin-right: 4px;
  background: currentColor;
  border-radius: 100%;
}
.modalMD--absolute {
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  background: #000;
  z-index: 101;
  padding: 40px 20px;
}
@media (min-width: 1200px) {
  .modalMD--absolute {
    max-width: 1440px;
    padding: 40px 80px;
  }
}
.modalMD__close {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: none;
  border-radius: 100%;
  border: none;
  padding: 0;
}
@media (min-width: 1440px) {
  .modalMD__close {
    display: none;
  }
}
.modalMDOverlay {
  display: none;
}
@media (min-width: 1440px) {
  .modalMDOverlay {
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.75);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }
}
.modalMD__heading {
  font-weight: 800;
  font-size: 32px;
  line-height: 42px;
  margin: 0 0 40px;
}
@media (min-width: 1200px) {
  .modalMD__heading {
    margin-bottom: 46px;
    font-size: 48px;
    line-height: 58px;
  }
}
.modalMD__text h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
}
.modalMD__text p,
.modalMD__text li {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .modalMD__text p,
  .modalMD__text li {
    line-height: 29px;
  }
}
.modalMD__text li + li {
  margin-top: 0.5em;
}
.modalMD__text a {
  color: #e82f51;
  text-decoration: none;
}
.modalMD__text a:hover {
  text-decoration: underline;
}
.modalMD__text table {
  border: none;
  width: 100%;
}
.modalMD__text td {
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .modalMD__text td {
    padding: 20px 0;
  }
}
.modalMD__text td,
.modalMD__text th {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .modalMD__text td,
  .modalMD__text th {
    font-size: 48px;
    line-height: 58px;
  }
}
.modalMD__doctors {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .modalMD__doctors {
    margin-top: 152px;
  }
}
.modalMD__doctorsIntro {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 22px;
  color: #999;
}
@media (min-width: 1200px) {
  .modalMD__doctorsIntro {
    margin: 0 0 80px;
    font-size: 24px;
    line-height: 29px;
  }
}
.modalMD--kids {
  background: #ee8ec8;
}
.modalMD--kids .modalMD__doctorsIntro {
  color: #e5e5ea;
}
.modalMD--absolute:not(.modalMD--kids) .modalMD__heading,
.modalMD--absolute:not(.modalMD--kids) .modalMD__text,
.modalMD--absolute:not(.modalMD--kids) .doctorCard__name a,
.modalMD--absolute:not(.modalMD--kids) .doctorCard__spec {
  color: #fff;
}
.services__tabs {
  display: flex;
  margin: 0 -20px 21px;
  overflow-x: auto;
  padding: 0 20px;
  scroll-snap-type: x mandatory;
}
@media (min-width: 1200px) {
  .services__tabs {
    margin-bottom: 61px;
    flex-wrap: wrap;
    gap: 5px;
  }
}
.services__tab {
  scroll-snap-align: center;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  background: linear-gradient(199.11deg, #999 12.86%, #000 100%);
  border-radius: 99px;
  border: none;
  padding: 10px 15px;
}
@media (min-width: 1200px) {
  .services__tab {
    font-size: 32px;
    line-height: 38px;
    padding: 20px 25px;
  }
}
.services__tab--active {
  background: #000;
}
.services__tab + .services__tab {
  margin-left: 5px;
}
@media (min-width: 1200px) {
  .services__tab + .services__tab {
    margin: 0;
  }
}
.services__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services__link {
  border-top: 1px solid #e5e5ea;
  padding: 20px 0 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  color: #000;
}
@media (min-width: 1200px) {
  .services__link {
    font-size: 48px;
    line-height: 58px;
    padding: 40px 0;
  }
}
.services__link svg {
  flex-shrink: 0;
  margin-left: 20px;
  width: 10px;
  height: 20px;
  transition: 0.6s;
}
@media (min-width: 1200px) {
  .services__link svg {
    width: 15px;
    height: 30px;
  }
}
.services__link:hover svg {
  transform: translateX(10px);
  opacity: 0;
}
.socials__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.socials__link {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 10px;
  background: rgba(204,204,204,0.5);
  border-radius: 20px;
  color: #000;
  text-decoration: none;
  transition: 0.6s;
}
@media (min-width: 1200px) {
  .socials__link {
    background: transparent;
  }
}
.socials__link svg {
  margin-right: 20px;
}
.socials__link:hover {
  background: #ccc;
}
.top {
  position: relative;
  border-radius: 0px 0px 40px 40px;
  overflow: hidden;
}
.top--marginBottom {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .top--marginBottom {
    margin-bottom: 40px;
  }
}
.top--withHeading {
  padding: 80px 0 20px;
  background: var(--main);
}
@media (min-width: 1200px) {
  .top--withHeading {
    padding-bottom: 28px;
  }
}
.top--black {
  background: #e82f51;
}
.top--kids {
  background: #ee8ec8;
}
.top--kids .top__container::before {
  content: '';
  position: absolute;
  right: -43px;
  bottom: 43px;
  width: 177px;
  height: 177px;
  background: url("../assets/kids.svg") center center no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .top--kids .top__container::before {
    bottom: initial;
    top: -45px;
    right: 150px;
  }
}
@media (min-width: 1200px) {
  .top--kids::after {
    content: '';
    width: 100%;
    height: 250px;
    position: absolute;
    left: 0;
    top: -80px;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 0.01%, rgba(217,217,217,0) 100%);
  }
}
.top__container {
  position: relative;
}
.top__fullImg {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 0 0 40px 40px;
}
@media (min-width: 1200px) {
  .top__fullImg {
    height: 800px;
  }
}
.top__heading {
  color: #fff;
  position: relative;
  z-index: 1;
}
.top__form {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .top__form {
    margin-top: 26px;
  }
}
.top__searchInput {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  border: none;
  box-shadow: none;
  padding: 13px 15px 17px;
  background: rgba(255,255,255,0.25);
  border-radius: 15px;
  flex-grow: 1;
  max-width: 800px;
}
@media (min-width: 1200px) {
  .top__searchInput {
    font-size: 24px;
    line-height: 29px;
    padding: 15px 50px;
    border-radius: 20px;
  }
}
.top__searchInput::placeholder {
  color: #fff;
  opacity: 1;
}
.top__checkbox {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  padding: 13px 15px 17px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,0.25);
  border-radius: 99px;
}
@media (min-width: 1200px) {
  .top__checkbox {
    font-size: 24px;
    line-height: 29px;
    padding: 15px 20px;
  }
}
.top__checkbox span {
  display: flex;
  align-items: center;
  position: relative;
}
.top__checkbox span::before {
  content: '';
  width: 20px;
  height: 20px;
  background: none;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: 0.6s;
  margin: 0 10px 0 0;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .top__checkbox span::before {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
}
.top__checkbox input:checked ~ span::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
  border-radius: 100%;
  background: #fff;
}
@media (min-width: 1200px) {
  .top__checkbox input:checked ~ span::after {
    width: 14px;
    height: 14px;
    left: 8px;
    top: 8px;
  }
}

/*# sourceMappingURL=styles.css.map */
