*,
*:before,
*:after {
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 0) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1020px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1202px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after {
  clear: both;
}
html {
  font-size: 16px;
  font-weight: 400;
}
body {
  font-family: Montserrat, Arial, Tahoma, sans-serif;
  color: #333333;
  background: #fff;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 150%;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
*,
*:active,
*:focus {
  outline: none !important;
}
::placeholder {
  color: #333333;
  opacity: 1;
}
.body-page {
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  position: relative;
}
.main-content {
  flex: 1 1 auto;
  padding-top: 110px;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
strong {
  font-weight: 600;
}
.btn {
  display: inline-block;
  transition: all 0.3s ease-out;
  color: #fff;
  font-family: Montserrat, Arial, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 21px 26px;
  text-align: center;
  line-height: 1.25;
  border: none;
  text-transform: uppercase;
  background: #a3c2f1;
  letter-spacing: 0.2em;
  border-radius: 0;
  cursor: pointer;
}
.btn:hover {
  background: #333333;
}
.btn.reverse-btn {
  background: #333333;
}
.btn.reverse-btn:hover {
  background: #a3c2f1;
}
.btn.small-btn {
  font-size: 12px;
  padding: 15px 26px;
}
button.btn {
  cursor: pointer;
  line-height: 1.25;
  font-family: Montserrat, Arial, Tahoma, sans-serif;
}
.wpcf7-form {
  text-align: left;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  display: block;
  width: 100%;
  transition: all 0.3s ease-out;
  height: 40px;
  padding: 0 17px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: Montserrat, Arial, Tahoma, sans-serif;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #000;
  background: transparent;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  border-color: #a3c2f1;
}
.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder,
.wpcf7-form select::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}
.wpcf7-form input:-moz-placeholder,
.wpcf7-form textarea:-moz-placeholder,
.wpcf7-form select:-moz-placeholder {
  color: #333333;
  opacity: 1;
}
.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder,
.wpcf7-form select::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder,
.wpcf7-form select:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}
.wpcf7-form textarea {
  resize: vertical;
  height: 80px;
  line-height: 1.2;
  padding: 12px 17px;
}
.wpcf7-form .input-block {
  margin-bottom: 35px;
}
.wpcf7-form .btn {
  width: 100%;
}
.wpcf7-form input.btn {
  border: none;
  height: auto;
  font-size: 14px;
  font-weight: 700;
  padding: 21px 26px;
  color: #fff;
}
header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
header:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.07);
  pointer-events: none;
}
.header-content {
  display: flex;
  align-items: center;
  height: 110px;
}
.header-mobile {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.header-btn {
  order: -1;
}
.header-menu {
  display: flex;
  align-items: center;
  margin: 0 -25px;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.23;
}
.header-menu li {
  margin: 0 10px;
}
.header-menu a {
  transition: all 0.3s ease-out;
}
.header-menu a:hover {
  color: #a3c2f1;
}
.header-menu .current-menu-item a {
  color: #a3c2f1;
}
.main-logo {
  flex-shrink: 0;
  margin-right: 30px;
}
.main-logo img {
  display: block;
	width: 110px;
}
.header-phone {
  display: inline-flex;
  align-items: center;
  margin-right: 38px;
  flex-shrink: 0;
}
.header-phone img {
  flex-shrink: 0;
  margin-right: 7px;
}
.header-phone .number {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: -1px;
}
.header-phone .free {
  font-size: 11px;
  color: #a3c2f1;
}
.header-buter {
  display: none;
}
.intro-section {
  margin-bottom: 35px;
}
.intro-content {
  display: flex;
  align-items: flex-start;
  margin-right: -44px;
}
.intro-pic {
  flex-shrink: 0;
  width: 644px;
  position: relative;
  overflow: hidden;
  order: 2;
}
.intro-pic img {
  display: block;
  height: auto;
  max-width: 100%;
}
.intro-pic .note {
  position: absolute;
  z-index: 3;
  right: -2px;
  bottom: 90px;
  width: 84.5%;
  box-shadow: 0px 12px 23px rgba(0, 0, 0, 0.1);
  background: #ecf0f4;
  text-align: right;
  padding: 20px 43px 25px 85px;
  font-weight: 500;
  font-style: italic;
}
.intro-pic .note p {
  position: relative;
}
.intro-pic .note p:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 2px;
  width: 32px;
  height: 24px;
  background: url("../images/quotes.svg") center no-repeat;
  background-size: 100% auto;
  margin-right: 7px;
}
.intro-text {
  flex-grow: 1;
  max-width: 100%;
  margin-right: 99px;
  align-self: center;
  padding: 40px 0;
}
.intro-text p {
  margin-bottom: 24px;
}
.intro-text h1 {
  margin-bottom: 39px;
  text-align: left;
}
.intro-text .btn {
  margin-top: 42px;
}
h1,
h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  line-height: 1.22;
  margin-bottom: 50px;
  text-align: center;
}
h1 span,
h2 span {
  color: #a3c2f1;
}
.w-100 {
  width: 100%;
  display: block;
}
.centered {
  text-align: center;
}
.superprice-section {
  margin-bottom: 77px;
}
.superprice-section h2 {
  margin-bottom: 79px;
}
.subtitle {
  text-align: center;
  color: rgba(51, 51, 51, 0.03);
  font-weight: 900;
  font-size: 300px;
  text-transform: uppercase;
  margin-bottom: -199px;
  pointer-events: none;
}
.superprice-content {
  margin-left: -64px;
  position: relative;
}
.superprice-big-block {
  align-items: flex-start;
  justify-content: space-between;
}
.superprice-big-block .img-block {
  width: 635px;
  flex-shrink: 0;
}
.superprice-big-block .img-block img {
  display: block;
  height: auto;
  max-width: 100%;
}
.superprice-big-block .inner-block {
  width: 570px;
  flex-shrink: 0;
}
.superprice-big-block h3 {
  text-align: left;
  margin-bottom: 31px;
  margin-top: -2px;
}
.superprice-big-block .text {
  overflow: auto;
  max-height: 240px;
}
.superprice-big-block .text::-webkit-scrollbar {
  width: 5px;
  background: #f0f0f0;
}
.superprice-big-block .text::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 2px;
  background: #a3c2f1;
}
.superprice-big-block p {
  margin-bottom: 24px;
}
.superprice-big-block .bottom-flex {
  display: flex;
  align-items: center;
  padding-top: 9px;
}
.superprice-big-block .price {
  font-weight: bold;
  font-size: 22px;
  color: #a3c2f1;
  margin-right: 14px;
  min-width: 130px;
}
.superprice-big-block .old-price {
  font-size: 18px;
  margin-right: 13px;
  color: #9f9f9f;
  position: relative;
}
.superprice-big-block .old-price:before {
  content: "";
  background: #a3c2f1;
  position: absolute;
  top: 50%;
  left: -10px;
  height: 1px;
  width: calc(100% + 20px);
}
.superprice-big-block .btn {
  width: 270px;
  margin-left: auto;
}
h3 {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}
.superprice-small {
  position: absolute;
  z-index: 5;
  bottom: -3px;
  right: 0;
  width: 570px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.superprice-small-slider {
  width: 870px;
}
.superprice-small-slider .slick-list {
  margin: 0 -15px;
}
.superprice-small-block {
  margin: 0 15px;
}
.superprice-small-block .img-block {
  margin-bottom: 25px;
}
.superprice-small-block .img-block img {
  display: block;
  height: auto;
  max-width: 100%;
}
.superprice-small-block .title {
  transition: all 0.3s ease-out;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.214;
  cursor: pointer;
}
.superprice-small-block .title:hover {
  color: #a3c2f1;
}
.superprice-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 9px 12px 27px rgba(0, 0, 0, 0.08);
  width: 230px;
  height: 80px;
  position: absolute;
  z-index: 5;
  bottom: 56px;
  left: 406px;
}
.superprice-nav li {
  margin: 0 15px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.superprice-nav li:hover {
  opacity: 0.8;
}
.superprice-logo {
  position: absolute;
  z-index: 10;
  left: 0px;
  top: -125px;
  pointer-events: none;
}
.superprice-logo svg {
  width: 410px;
  height: 410px;
  animation: rotate 22s linear infinite;
}
.superprice-logo text {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 18px;
  fill: #333333;
}
.superprice-logo:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 114px;
  height: 100px;
  background: url("../images/logo-blue.svg") center no-repeat;
  background-size: 100% auto;
  margin-left: -54px;
  margin-top: -50px;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.about-section {
  margin-bottom: 22px;
}
.about-section h2 {
  text-align: left;
  margin-bottom: 38px;
}
.about-section .mobile-visible {
  display: none;
}
.about-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-text {
  max-width: 470px;
  margin-top: -6px;
  order: -1;
}
.about-text .desc {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.about-list {
  line-height: 1.5;
}
.about-list li {
  margin-bottom: 24px;
  position: relative;
  padding-left: 52px;
}
.about-list li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: -1px;
  width: 25px;
  height: 25px;
  background: url("../images/check.svg") center no-repeat;
  background-size: 100% auto;
}
.about-doctors {
  flex-shrink: 0;
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  margin-top: -29px;
}
.about-doctors li {
  width: 122px;
  height: 122px;
  flex-shrink: 0;
  margin-bottom: -2px;
  margin-right: -2px;
}
.about-doctors a {
  display: block;
  height: 100%;
  width: 100%;
  border: 2px solid #a3c2f1;
  overflow: hidden;
  background: #fff;
}
.about-doctors a:hover img {
  transform: scale(0.9);
}
.about-doctors a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease-out;
  transform-origin: bottom center;
}
.about-doctors .logo {
  display: flex;
  height: 100%;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #a3c2f1;
}
.review-section {
  margin-bottom: 150px;
}
.review-tabs-content {
  display: none;
  margin-bottom: 20px;
}
.review-tabs-content.visible {
  display: block;
}
.review-tabs-content img {
  max-width: 100%;
}
.review-tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 30px;
	    justify-content: center;
}
.review-tabs li {
  padding: 0 15px;
  width: 20%;
}
.review-tabs a {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  height: 74px;
  padding: 5px;
  border-bottom: 2px solid #a3c2f1;
  transition: all 0.3s ease-out;
}
.review-tabs a:hover {
  background: #a3c2f1;
}
.review-tabs .active-tab {
  color: #fff;
  background: #a3c2f1;
}
.subscribe-btn {
  width: 100%;
  max-width: 430px;
  display: inline-flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
}
.subscribe-btn img {
  flex-shrink: 0;
  margin-right: 17px;
}
.WidgetTitle__Container-sc-173f1y-0 {
  display: none;
}
.why-me-section {
  margin-bottom: 16px;
}
.why-me-section h2 {
  color: #fff;
  margin-bottom: 0;
}
.why-me-title {
  margin: 0 auto 62px;
  width: 100%;
  height: 350px;
  max-width: 1280px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 25px;
}
.why-me-title .img-block {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.why-me-title .img-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.why-me-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  font-weight: 600;
  line-height: 1.2;
}
.why-me-list li {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  width: 55%;
  margin-bottom: 10px;
}
.why-me-list li:nth-of-type(even) {
  width: 45%;
}
.why-me-list img {
  flex-shrink: 0;
  margin-right: 25px;
  width: 32px;
}
.gallery-section {
  margin-bottom: 48px;
}
.js-slick .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 100%;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
  margin-top: 0;
  border: none;
  height: 14px;
  width: 72px;
  background: transparent;
  transition: all 0.3s ease-out;
  border-radius: 0;
  left: auto;
}
.js-slick .slick-arrow:hover {
  opacity: 0.8;
}
.js-slick .slick-arrow.slick-prev {
  right: 50%;
  background: url("../images/slider-prev.svg") center no-repeat;
  background-size: 100% auto;
  margin-right: 15px;
}
.js-slick .slick-arrow.slick-next {
  left: 50%;
  background: url("../images/slider-next.svg") center no-repeat;
  background-size: 100% auto;
  margin-left: 15px;
}
.js-slick .slick-dots {
  text-align: center;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  z-index: 11;
  top: 100%;
  width: 100%;
  margin-top: 20px;
}
.js-slick .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  border-radius: 0;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin: 0;
  background: transparent;
  transition: background 0.3s ease-out;
  border: 2px solid #333333;
  border-radius: 50%;
  margin: 0 14px;
}
.js-slick .slick-dots li:hover {
  background: #a3c2f1;
}
.js-slick .slick-dots .slick-active {
  background: #a3c2f1;
  width: 19px;
  height: 19px;
  border-color: #a3c2f1;
  margin: 0 12px;
}
.gallery-slider {
  margin-top: 29px;
  margin-bottom: 39px;
}
.gallery-slider .slick-list {
  margin: 0 -15px;
}
.gallery-block {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 28px;
}
.gallery-block:hover img {
  opacity: 0.8;
}
.gallery-block img {
  width: 100%;
  transition: all 0.3s ease-out;
  display: block;
}
.gallery-note {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.23;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.gallery-note span {
  color: #a3c2f1;
}
footer {
  background: #333333;
  padding: 19px 0;
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-content .btn {
  padding-left: 60px;
  padding-right: 60px;
}
.footer-content .btn:hover {
  background: #fff;
  color: #a3c2f1;
}
.footer-logo {
  flex-shrink: 0;
}
.footer-logo img {
  display: block;
}
.footer-phone {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.footer-phone img {
  flex-shrink: 0;
  margin-right: 7px;
}
.footer-phone .number {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: -1px;
  color: #fff;
}
.footer-phone .free {
  font-size: 11px;
  color: #a3c2f1;
}
.footer-review-btn {
  margin-left: 90px;
}
.contacts-section {
  margin-bottom: 38px;
}
.contacts-flex {
  display: flex;
  align-items: center;
}
.thanks-flex {
  display: flex;
  align-items: center;
  justify-content:center;
}
.contacts-content {
  width: 50%;
  padding-right: 25px;
}
.contacts-content h3 {
  text-align: left;
}
.contacts-map {
  width: 50%;
  position: relative;
  height: 600px;
  z-index: 2;
}
.contacts-map:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -32px;
  left: 200px;
  background: #ffffff;
  box-shadow: 9px 12px 27px rgba(0, 0, 0, 0.08);
  width: 370px;
  height: 65px;
}
.contacts-map .map {
  width: 50vw;
  height: 100%;
}
.map-content {
  width: 50vw;
  height: 100%;
  display: none;
}
.map-content.visible {
  display: block;
}
.clinics-adress-list {
  font-weight: 600;
  line-height: 1.5;
  padding-left: 50px;
}
.clinics-adress-list a {
  display: block;
  position: relative;
  padding-left: 52px;
  margin-bottom: 41px;
}
.clinics-adress-list a:hover img {
  filter: grayscale(0);
}
.clinics-adress-list a:last-child {
  margin-bottom: 0;
}
.clinics-adress-list img {
  position: absolute;
  left: 0;
  top: 1px;
  filter: grayscale(1);
  transition: all 0.3s ease-out;
}
.clinics-adress-list .active-address img {
  filter: grayscale(0);
}
.clinics-adress-list .active-address h6::after {
  content: "на мапі";
  color: #a3c2f1;
  margin-left: 14px;
}
.article-section {
  padding-top: 90px;
}
.simple-article {
  max-width: 968px;
  margin: 0 auto;
  line-height: 1.5;
}
.simple-article h3 {
  margin-top: 65px;
}
.simple-article h4 {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 25px;
  margin-top: 35px;
}
.simple-article p {
  margin-bottom: 25px;
}
.article-image {
  margin-bottom: 102px;
  position: relative;
  z-index: 2;
  margin-top: 65px;
}
.article-image:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -32px;
  left: 50%;
  background: #ffffff;
  box-shadow: 9px 12px 27px rgba(0, 0, 0, 0.08);
  margin-left: -185px;
  width: 370px;
  height: 65px;
}
.article-image img {
  width: 100%;
  display: block;
}
.square-list {
  line-height: 1.5;
  margin-bottom: 25px;
}
.square-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 6px;
}
.square-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #a3c2f1;
}
.checked-list {
  line-height: 1.5;
  margin-bottom: 25px;
}
.checked-list li {
  margin-bottom: 25px;
  position: relative;
  padding-left: 44px;
}
.checked-list li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: -2px;
  width: 25px;
  height: 25px;
  background: url("../images/check.svg") center no-repeat;
  background-size: 100% auto;
}
.checked-list .title {
  margin-bottom: 6px;
  font-weight: 600;
}
.checked-list p {
  margin-bottom: 0 !important;
}
.price-list {
  margin-bottom: 25px;
  line-height: 1.5;
}
.price-list li {
  border-bottom: 2px solid #f8f8f8;
  padding-bottom: 16px;
  margin-bottom: 12px;
}
.price-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.price-list .top-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}
.price-list .title {
  font-weight: 600;
  color: #a3c2f1;
}
.price-list .price {
  flex-shrink: 0;
  text-align: right;
  font-weight: 700;
  margin-left: 50px;
}
.price-list p {
  font-style: italic;
  margin-bottom: 0 !important;
  max-width: 78%;
}
.number-list {
  line-height: 1.5;
  margin-bottom: 25px;
  counter-reset: numbers;
}
.number-list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 24px;
}
.number-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: numbers;
  content: counter(numbers) ". ";
  color: #a3c2f1;
  font-weight: 600;
}
.number-list .title {
  margin-bottom: 6px;
  font-weight: 600;
  color: #a3c2f1;
}
.number-list p {
  margin-bottom: 0 !important;
}
.article-note {
  font-style: italic;
  padding-top: 5px;
}
.blue {
  color: #a3c2f1;
}
.staff-section {
  margin-bottom: 36px;
}
.staff-section h1,
.staff-section h2 {
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
}
.staff-section .subtitle {
  font-size: 400px;
  margin-bottom: -247px;
}
.staff-slider {
  max-width: 968px;
  margin: 0 auto 60px;
  padding-top: 28px;
}
.staff-slider .slick-list {
  margin: 0 -17px;
}
.staff-slider-block {
  margin: 0 17px 20px;
}
.staff-slider-block .img-block {
  max-width: 230px;
  position: relative;
  z-index: 2;
  margin: 0 auto 77px;
}
.staff-slider-block .img-block:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -32px;
  left: 50%;
  background: #ffffff;
  box-shadow: 9px 12px 27px rgba(0, 0, 0, 0.08);
  margin-left: -85px;
  width: 170px;
  height: 135px;
}
.staff-slider-block .img-block img {
  width: 100%;
  display: block;
}
.staff-slider-block .name {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 26px;
  text-align: center;
}
.staff-slider-block .info {
  line-height: 1.5;
}
.staff-slider-block .info li {
  margin-bottom: 6px;
}
.staff-slider-block .type {
  color: #a3c2f1;
  font-weight: 600;
}
.simple-section {
  padding: 90px 0;
}
.superprices-list {
  margin: 0 -15px 18px;
  display: flex;
  flex-wrap: wrap;
}
.superprices-block {
  padding: 15px 0 70px;
  margin: 0 15px;
  width: calc(100% - 30px);
  border-top: 3px solid #a3c2f1;
  text-align: left;
}
.prices-all-in-one-list{
	display: flex;
    gap: 15px;
    font-size: 15px;
    text-align: center;
    line-height: 19px;
	font-weight: 500;
    margin: 0 0 20px 0;
}
.superprices-block h3 {
  text-align: left;
}
.superprices-block p {
  margin-bottom: 24px;
}
.superprices-block .prices-flex {
  display: flex;
  padding-top: 25px;
  align-items: baseline;
  margin-bottom: 55px;
}
.superprices-block .price {
  font-weight: bold;
  font-size: 24px;
  margin-right: 43px;
}
.superprices-block .old-price {
  font-size: 20px;
  margin-right: 15px;
  color: #9f9f9f;
  position: relative;
}
.superprices-block .old-price:before {
  content: "";
  background: #000;
  position: absolute;
  top: 50%;
  left: -10px;
  height: 1px;
  width: calc(100% + 20px);
}
.superprices-block .btn {
  width: 100%;
  max-width: 370px;
}
.back-page-link {
  display: inline-block;
  font-weight: 600;
}
.back-page-link:hover span {
  text-decoration: underline;
}
.back-page-link img {
  margin-right: 26px;
}
.popup-modal {
  max-width: 430px;
  margin: 30px auto;
  position: relative;
  padding: 0;
  background: #ffffff;
  border-radius: 0;
}
.popup-modal .mfp-close {
  top: 10px;
  right: 10px;
  line-height: 1px;
  opacity: 1;
  width: 21px;
  height: 21px;
}
.popup-modal .mfp-close img,
.popup-modal .mfp-close i {
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.popup-modal .mfp-close:hover img,
.popup-modal .mfp-close:hover i {
  opacity: 0.7;
}
.mfp-bg {
  background: #333333;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.65);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.65);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.popup-content {
  padding: 45px 30px;
}
.popup-content h3 {
  margin-bottom: 20px;
}
#doctorModal {
  max-width: 830px;
}
.doctor-popup-content {
  position: relative;
  padding-left: 430px;
}
.doctor-popup-content h3 {
  text-transform: none;
}
.doctor-popup-content .img-block {
  position: absolute;
  width: 400px;
  height: 100%;
  top: 0;
  left: 0;
}
.doctor-popup-content .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.doctor-popup-content .job {
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 1.5;
}
.doctor-popup-content .text {
  margin-bottom: 33px;
}
.doctor-popup-content p {
  margin-bottom: 8px;
}
.doctor-popup-content p strong {
  color: #a3c2f1;
}
#recallModal {
  max-width: 830px;
}
.recall-popup-content {
  position: relative;
  padding-left: 430px;
}
.recall-popup-content .img-block {
  position: absolute;
  width: 400px;
  height: 100%;
  top: 0;
  left: 0;
}
.recall-popup-content .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.animated {
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@media (max-width: 1499px) {
  .gallery-slider {
    margin-bottom: 50px;
  }
  .gallery-slider .slick-list {
    margin: 0 -5px;
  }
  .gallery-slider .slick-arrow {
    margin-top: 12px;
  }
  .gallery-block {
    padding: 0 5px;
    margin-bottom: 8px;
  }
}
@media (max-width: 1239px) {
  .main-logo {
    margin-right: 35px;
  }
  .header-phone {
    margin-right: 25px;
  }
  .header-menu {
    margin: 0 -12px;
  }
  .header-menu li {
    margin: 0 12px;
  }
  .intro-content {
    margin-right: -20px;
  }
  .intro-text {
    margin-right: 40px;
  }
  .intro-pic {
    width: 580px;
  }
  h1,
  h2 {
    font-size: 45px;
  }
  .superprice-big-block .img-block {
    width: 460px;
    height: 600px;
  }
  .superprice-big-block .img-block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .superprice-big-block .inner-block {
    width: 550px;
  }
  .superprice-big-block p {
    margin-bottom: 18px;
  }
  .superprice-big-block .bottom-flex {
    padding-top: 4px;
  }
  .superprice-small {
    width: 550px;
  }
  .superprice-small .slick-list {
    margin: 0 -5px;
  }
  .superprice-small-slider {
    width: 828px;
  }
  .superprice-small-block {
    margin: 0 5px;
  }
  .superprice-nav {
    left: 230px;
  }
  .about-text {
    margin-right: 20px;
  }
  .about-doctors {
    width: 544px;
    margin-right: -15px;
    margin-top: 0;
  }
  .about-doctors li {
    width: 110px;
    height: 110px;
  }
  .subtitle {
    font-size: 240px;
    margin-bottom: -160px;
  }
  .footer-content .btn {
    padding-left: 45px;
    padding-right: 45px;
  }
  .footer-review-btn {
    margin-left: 40px;
  }
  .review-tabs a {
    font-size: 20px;
  }
  .clinics-adress-list {
    padding-left: 0;
  }
  .clinics-adress-list a {
    padding-left: 40px;
  }
  .clinics-adress-list .active-address h6::after {
    margin-left: 10px;
  }
  .staff-section .subtitle {
    font-size: 320px;
    margin-bottom: -200px;
  }
}
@media (min-width: 1020px) {
  .superprice-big-block,
  .header-mobile {
    display: flex !important;
  }
}
@media (max-width: 1019px) {
  .header-content {
    height: 100px;
  }
  .main-logo {
    margin-right: 170px;
  }
  .header-buter {
    flex-shrink: 0;
    display: block;
    cursor: pointer;
    margin-left: auto;
    width: 20px;
    height: 20px;
    background: url("../images/header-buter.svg") center no-repeat;
    background-size: 100% auto;
  }
  .header-buter.opened {
    background: url("../images/header-close.svg") center no-repeat;
    background-size: 100% auto;
  }
  .header-mobile {
    display: none;
    position: fixed;
    z-index: -2;
    background: #fff;
    height: calc(100% - 100px);
    top: 100px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 50px 15px 0;
  }
  .header-menu {
    display: block;
    margin: 0 0 50px;
  }
  .header-menu li {
    margin: 0 0 40px;
  }
  .header-btn {
    width: 100%;
    max-width: 400px;
  }
  .main-content {
    padding-top: 100px;
  }
  .doctor-popup-content {
    padding-left: 360px;
  }
  .doctor-popup-content .img-block {
    width: 330px;
  }
  .intro-content {
    display: block;
    margin-right: 0;
  }
  .intro-pic {
    width: 644px;
    margin: 0 auto 50px;
    height: 550px;
  }
  .intro-pic img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
  .intro-pic .note {
    bottom: 50px;
  }
  .intro-text {
    margin-right: 0;
    padding: 0;
  }
  .subtitle {
    font-size: 180px;
    margin-bottom: -100px;
  }
  h1,
  h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .superprice-small {
    display: none;
  }
  .superprice-content {
    margin-left: 0;
  }
  .superprice-big-slider {
    margin-bottom: 30px;
  }
  .superprice-big-slider .slick-list {
    margin: 0 -10px;
  }
  .superprice-big-block {
    display: block;
    margin: 0 10px;
  }
  .superprice-big-block .img-block {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
  }
  .superprice-big-block .inner-block {
    width: 100%;
  }
  .superprice-big-block .text {
    max-height: 1000px;
  }
  .superprice-big-block .bottom-flex {
    padding-top: 9px;
  }
  .superprice-big-block h3 {
    margin-bottom: 25px;
  }
  .superprice-nav {
    position: static;
    margin: 0 auto;
    box-shadow: none;
    height: 40px;
  }
  h3 {
    font-size: 22px;
  }
  .superprice-section {
    margin-bottom: 40px;
  }
  .about-section h2 {
    text-align: center;
  }
  .about-section .mobile-visible {
    display: block;
  }
  .about-content {
    display: block;
  }
  .about-doctors {
    width: 600px;
    margin: 30px auto;
  }
  .about-doctors li {
    width: 122px;
    height: 122px;
  }
  .about-text {
    margin: 0;
    max-width: 100%;
  }
  .about-text h2 {
    display: none;
  }
  .review-tabs a {
    font-size: 16px;
    height: 60px;
  }
  .gallery-section {
    margin-bottom: 30px;
  }
  .gallery-slider {
    margin-bottom: 65px;
  }
  .gallery-note {
    font-size: 26px;
  }
  .footer-logo {
    display: none;
  }
  .contacts-flex {
    display: block;
  }
  .contacts-map {
    width: 100%;
  }
  .contacts-map:after {
    margin-left: -185px;
    left: 50%;
  }
  .contacts-map .map {
    width: 100%;
  }
  .map-content {
    width: 100%;
  }
  .contacts-content {
    padding-right: 0;
    width: 100%;
    margin-bottom: 50px;
  }
  .clinics-adress-list {
    padding-left: 40px;
  }
  .staff-slider .slick-list {
    margin: 0 -15px;
  }
  .staff-slider-block {
    margin: 0 15px 15px;
  }
  .staff-slider-block .name {
    font-size: 22px;
  }
  .staff-section .subtitle {
    font-size: 250px;
    margin-bottom: -150px;
  }
  .superprices-block .price {
    font-size: 22px;
  }
  .superprices-block .old-price {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
  .main-logo {
    margin-right: 50px;
  }
  .main-logo img {
    max-width: 106px;
  }
  .header-phone {
    margin-right: 0;
  }
  .header-phone .number {
    font-size: 16px;
  }
  .header-buter {
    margin-left: auto;
  }
  .header-content {
    height: 70px;
  }
  .main-content {
    padding-top: 70px;
  }
  .header-mobile {
    height: calc(100% - 70px);
    top: 70px;
  }
  .intro-pic {
    margin: 0 -15px 42px;
    width: calc(100% + 30px);
  }
  .intro-pic img {
    width: 100%;
  }
  h1,
  h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .intro-text h1 {
    margin-bottom: 30px;
  }
  .intro-section {
    margin-bottom: 45px;
  }
  .subtitle {
    display: none;
  }
  .superprice-section h2 {
    margin-bottom: 40px;
  }
  .superprice-logo {
    left: auto;
    right: -20px;
    top: -80px;
  }
  .superprice-logo svg {
    width: 250px;
    height: 250px;
  }
  .superprice-logo text {
    font-size: 16px;
  }
  .superprice-logo:before {
    width: 72px;
    margin-left: -36px;
  }
  .superprice-big-slider {
    margin-bottom: 25px;
  }
  .superprice-big-block .bottom-flex {
    flex-wrap: wrap;
  }
  .superprice-big-block .btn {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .about-doctors {
    width: 308px;
  }
  .about-doctors li {
    width: 63px;
    height: 63px;
  }
  .about-doctors .logo img {
    max-width: 40px;
  }
  .about-list li {
    padding-left: 35px;
  }
  .about-list li:before {
    width: 20px;
    height: 20px;
  }
  .popup-content {
    padding: 45px 25px;
  }
  #doctorModal {
    max-width: 350px;
  }
  #recallModal {
    max-width: 430px;
  }
  .doctor-popup-content {
    padding-left: 25px;
  }
  .doctor-popup-content .img-block {
    position: static;
    margin: -45px -25px 26px;
    width: calc(100% + 50px);
    height: auto;
  }
  .recall-popup-content {
    padding-left: 25px;
  }
  .recall-popup-content .img-block {
    display: none;
  }
  h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .review-tabs {
    margin: 0 -10px 15px;
  }
  .review-tabs li {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 15px;
  }
  .review-section {
    margin-bottom: 60px;
  }
  .why-me-section {
    margin-bottom: 25px;
  }
  .why-me-title {
    height: auto;
    padding: 50px 15px;
    margin-bottom: 40px;
  }
  .why-me-list {
    line-height: 1.4;
  }
  .why-me-list li {
    align-items: flex-start;
    min-height: 1px;
    width: 100%;
    margin-bottom: 25px;
  }
  .why-me-list li:nth-of-type(even) {
    width: 100%;
  }
  .why-me-list img {
    flex-shrink: 0;
    margin-right: 15px;
    width: 20px;
    margin-top: -1px;
  }
  .gallery-slider {
    margin-top: 0;
  }
  .gallery-note {
    font-size: 16px;
  }
  .footer-content {
    flex-wrap: wrap;
  }
  .footer-content .btn {
    flex-grow: 1;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-recall-btn {
    width: 100%;
    order: 5;
    margin-top: 15px;
  }
  .footer-review-btn {
    margin-left: 25px;
  }
  .footer-phone .number {
    font-size: 16px;
  }
  .clinics-adress-list {
    padding-left: 0;
  }
  .clinics-adress-list a {
    margin-bottom: 35px;
  }
  .clinics-adress-list img {
    top: 0;
  }
  .contacts-section {
    padding-top: 35px;
    margin-bottom: 60px;
  }
  .contacts-map {
    height: 400px;
  }
  .article-section {
    padding-top: 50px;
  }
  .article-image {
    margin-top: 45px;
    margin-bottom: 80px;
  }
  .simple-article h3 {
    margin-top: 50px;
  }
  .simple-article h4 {
    margin-top: 28px;
  }
  .checked-list li {
    padding-left: 35px;
  }
  .checked-list li::before {
    width: 20px;
    height: 20px;
    top: 0;
  }
  .staff-section {
    padding-top: 25px;
  }
  .staff-slider {
    padding-top: 0;
  }
  .square-list li::before {
    top: 6px;
  }
  .simple-section {
    padding: 50px 0;
  }
  .superprices-list {
    margin-bottom: 0;
  }
  .superprices-block {
    width: calc(100% - 30px);
    padding-bottom: 50px;
  }
}
@media (max-width: 499px) {
  .main-logo {
    margin-right: 18px;
  }
  .header-mobile {
    padding-top: 40px;
  }
  .header-menu {
    margin-bottom: 40px;
  }
  .header-menu li {
    margin-bottom: 35px;
  }
  .wpcf7-form input.btn,
  .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .intro-pic {
    height: auto;
  }
  .intro-pic .note {
    bottom: 15px;
    width: 95%;
    padding: 16px 10px;
    padding-left: 35px;
  }
  .intro-pic .note p:before {
    margin-right: -5px;
    top: 0;
    width: 25px;
  }
  .superprice-big-block .img-block {
    height: auto;
  }
  .subscribe-btn i {
    display: none;
  }
  .contacts-content {
    margin-bottom: 40px;
  }
  .contacts-map {
    height: 300px;
  }
  .contacts-map:after {
    bottom: -12px;
    width: 140px;
    margin-left: -70px;
  }
  .staff-slider {
    margin-bottom: 40px;
  }
  .staff-slider-block {
    margin-bottom: 25px;
  }
  .staff-slider-block .img-block {
    margin-bottom: 65px;
  }
  .staff-slider-block .name {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .article-image {
    margin-bottom: 45px;
    margin-top: 40px;
  }
  .article-image:after {
    bottom: -12px;
    width: 140px;
    margin-left: -70px;
  }
  .simple-article h3 {
    margin-top: 45px;
    text-align: left;
  }
  .simple-article h4 {
    margin-top: 22px;
    margin-bottom: 20px;
  }
  .simple-article p {
    margin-bottom: 20px;
  }
  .number-list,
  .checked-list,
  .price-list,
  .square-list {
    margin-bottom: 20px;
  }
  .checked-list li {
    margin-bottom: 20px;
  }
  .simple-section,
  .article-section {
    padding-top: 40px;
  }
  .superprices-block p {
    line-height: 1.71;
  }
  .superprices-block .prices-flex {
    padding-top: 4px;
    margin-bottom: 35px;
  }
  .superprices-block .price {
    font-size: 20px;
    margin-right: 50px;
  }
  .superprices-block .old-price {
    font-size: 15px;
  }
  .superprices-block .btn {
    max-width: 100%;
  }
}
